﻿2025-08-18T21:58:25.1690574Z Current runner version: '2.327.1'
2025-08-18T21:58:25.1716568Z ##[group]Runner Image Provisioner
2025-08-18T21:58:25.1717604Z Hosted Compute Agent
2025-08-18T21:58:25.1718227Z Version: 20250818.377
2025-08-18T21:58:25.1718954Z Commit: 3c593e9f75fe0b87e893bca80d6e12ba089c61fc
2025-08-18T21:58:25.1719667Z Build Date: 2025-08-18T14:52:18Z
2025-08-18T21:58:25.1720256Z ##[endgroup]
2025-08-18T21:58:25.1720915Z ##[group]Operating System
2025-08-18T21:58:25.1721604Z Ubuntu
2025-08-18T21:58:25.1722114Z 24.04.2
2025-08-18T21:58:25.1722702Z LTS
2025-08-18T21:58:25.1723188Z ##[endgroup]
2025-08-18T21:58:25.1723816Z ##[group]Runner Image
2025-08-18T21:58:25.1724413Z Image: ubuntu-24.04
2025-08-18T21:58:25.1724952Z Version: 20250810.1.0
2025-08-18T21:58:25.1726074Z Included Software: https://github.com/actions/runner-images/blob/ubuntu24/20250810.1/images/ubuntu/Ubuntu2404-Readme.md
2025-08-18T21:58:25.1727663Z Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu24%2F20250810.1
2025-08-18T21:58:25.1728804Z ##[endgroup]
2025-08-18T21:58:25.1730165Z ##[group]GITHUB_TOKEN Permissions
2025-08-18T21:58:25.1732773Z Attestations: write
2025-08-18T21:58:25.1733510Z Contents: write
2025-08-18T21:58:25.1734150Z Metadata: read
2025-08-18T21:58:25.1734703Z Packages: write
2025-08-18T21:58:25.1735235Z ##[endgroup]
2025-08-18T21:58:25.1737709Z Secret source: Actions
2025-08-18T21:58:25.1738670Z Prepare workflow directory
2025-08-18T21:58:25.2070216Z Prepare all required actions
2025-08-18T21:58:25.2107842Z Getting action download info
2025-08-18T21:58:25.5678663Z Download action repository 'docker/setup-qemu-action@v3' (SHA:29109295f81e9208d7d86ff1c6c12d2833863392)
2025-08-18T21:58:25.9208462Z Download action repository 'docker/setup-buildx-action@v3' (SHA:e468171a9de216ec08956ac3ada2f0791b6bd435)
2025-08-18T21:58:26.2578865Z Download action repository 'actions/upload-artifact@v4' (SHA:ea165f8d65b6e75b540449e92b4886f43607fa02)
2025-08-18T21:58:26.4137995Z Download action repository 'actions/attest-build-provenance@v2.4.0' (SHA:e8998f949152b193b063cb0ec769d69d929409be)
2025-08-18T21:58:26.7572454Z Getting action download info
2025-08-18T21:58:26.8851281Z Download action repository 'actions/attest-build-provenance@1176ef556905f349f669722abf30bce1a6e16e01' (SHA:1176ef556905f349f669722abf30bce1a6e16e01)
2025-08-18T21:58:27.1726998Z Download action repository 'actions/attest@ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc' (SHA:ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc)
2025-08-18T21:58:27.5395787Z Complete job name: x86_64-Linux ==> (ghcr.io/pkgforge/bincache/tailspin/official)
2025-08-18T21:58:27.6135760Z ##[group]Run ##Presets
2025-08-18T21:58:27.6136821Z [36;1m##Presets[0m
2025-08-18T21:58:27.6137705Z [36;1mset +x ; set +e[0m
2025-08-18T21:58:27.6138642Z [36;1m#-------------#[0m
2025-08-18T21:58:27.6139787Z [36;1mif [[ "$(uname -m | tr -d '[:space:]')" == "aarch64" ]]; then[0m
2025-08-18T21:58:27.6141239Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "aarch64-Linux" ]]; then[0m
2025-08-18T21:58:27.6142803Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-18T21:58:27.6144030Z [36;1m  fi[0m
2025-08-18T21:58:27.6145110Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "loongarch64" ]]; then[0m
2025-08-18T21:58:27.6146640Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "loongarch64-Linux" ]]; then[0m
2025-08-18T21:58:27.6148067Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-18T21:58:27.6149251Z [36;1m  fi[0m
2025-08-18T21:58:27.6150298Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "riscv64" ]]; then[0m
2025-08-18T21:58:27.6151898Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "riscv64-Linux" ]]; then[0m
2025-08-18T21:58:27.6153268Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-18T21:58:27.6154427Z [36;1m  fi[0m
2025-08-18T21:58:27.6155470Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "x86_64" ]]; then[0m
2025-08-18T21:58:27.6156961Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "x86_64-Linux" ]]; then[0m
2025-08-18T21:58:27.6158461Z [36;1m     if [[ "ALL" == "riscv64-Linux" ||\[0m
2025-08-18T21:58:27.6159658Z [36;1m           "ALL" == "loongarch64-Linux" ]]; then[0m
2025-08-18T21:58:27.6160921Z [36;1m       echo "CONTINUE_GHRUN=TRUE" >> "${GITHUB_ENV}"[0m
2025-08-18T21:58:27.6162418Z [36;1m     else[0m
2025-08-18T21:58:27.6163435Z [36;1m       echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-18T21:58:27.6164593Z [36;1m     fi[0m
2025-08-18T21:58:27.6165377Z [36;1m  fi[0m
2025-08-18T21:58:27.6166144Z [36;1mfi[0m
2025-08-18T21:58:27.6238741Z shell: /usr/bin/bash -e {0}
2025-08-18T21:58:27.6239991Z env:
2025-08-18T21:58:27.6241819Z   GH_TOKEN: ***
2025-08-18T21:58:27.6242795Z ##[endgroup]
2025-08-18T21:58:27.6583939Z ##[group]Run ##Presets
2025-08-18T21:58:27.6585098Z [36;1m##Presets[0m
2025-08-18T21:58:27.6586049Z [36;1mset +x ; set +e[0m
2025-08-18T21:58:27.6587043Z [36;1m#-------------#[0m
2025-08-18T21:58:27.6588306Z [36;1m# Check if any of the required secrets are missing[0m
2025-08-18T21:58:27.6590232Z [36;1mif [ -z "${RO_GHTOKEN##*[[:space:]]}" ] || [ -z "${RO_GLTOKEN##*[[:space:]]}" ] || [ -z "${MINISIGN_KEY##*[[:space:]]}" ]; then[0m
2025-08-18T21:58:27.6592407Z [36;1m  echo "::error::One or more required secrets are missing:"[0m
2025-08-18T21:58:27.6594061Z [36;1m  [ -z "${RO_GHTOKEN##*[[:space:]]}" ] && echo "- RO_GHTOKEN is missing"[0m
2025-08-18T21:58:27.6595719Z [36;1m  [ -z "${RO_GLTOKEN##*[[:space:]]}" ] && echo "- RO_GLTOKEN is missing"[0m
2025-08-18T21:58:27.6597475Z [36;1m  [ -z "${MINISIGN_KEY##*[[:space:]]}" ] && echo "- MINISIGN_KEY is missing"[0m
2025-08-18T21:58:27.6598909Z [36;1m  exit 1[0m
2025-08-18T21:58:27.6599793Z [36;1mfi[0m
2025-08-18T21:58:27.6642182Z shell: /usr/bin/bash -e {0}
2025-08-18T21:58:27.6643325Z env:
2025-08-18T21:58:27.6644524Z   RO_GHTOKEN: ***
2025-08-18T21:58:27.6645652Z   RO_GLTOKEN: ***
2025-08-18T21:58:27.6649993Z   MINISIGN_KEY: ***
2025-08-18T21:58:27.6650925Z ##[endgroup]
2025-08-18T21:58:27.6899596Z ##[group]Run ##Presets
2025-08-18T21:58:27.6900666Z [36;1m##Presets[0m
2025-08-18T21:58:27.6901905Z [36;1mset +x ; set +e[0m
2025-08-18T21:58:27.6902835Z [36;1m#-------------#[0m
2025-08-18T21:58:27.6903748Z [36;1m##Host Triplet[0m
2025-08-18T21:58:27.6904852Z [36;1m if [[ "x86_64-Linux" != "$(uname -m)-$(uname -s)" ]] ; then[0m
2025-08-18T21:58:27.6906150Z [36;1m   export CROSS_COMPILING="YES"[0m
2025-08-18T21:58:27.6907397Z [36;1m   export HOST_TRIPLET_R="$(uname -m)-$(uname -s)"[0m
2025-08-18T21:58:27.6908631Z [36;1m   export ON_QEMU="YES"[0m
2025-08-18T21:58:27.6909803Z [36;1m   if [[ "x86_64-Linux" == "loongarch64-Linux" ]] ; then[0m
2025-08-18T21:58:27.6911119Z [36;1m     export HOST_TRIPLET="loongarch64-Linux"[0m
2025-08-18T21:58:27.6912607Z [36;1m   elif [[ "x86_64-Linux" == "riscv64-Linux" ]] ; then[0m
2025-08-18T21:58:27.6913905Z [36;1m     export HOST_TRIPLET="riscv64-Linux"[0m
2025-08-18T21:58:27.6915016Z [36;1m   fi[0m
2025-08-18T21:58:27.6916126Z [36;1m elif [[ "x86_64-Linux" == "$(uname -m)-$(uname -s)" ]] ; then[0m
2025-08-18T21:58:27.6917625Z [36;1m   export CROSS_COMPILING="NO"[0m
2025-08-18T21:58:27.6918890Z [36;1m   export HOST_TRIPLET="$(uname -m)-$(uname -s)"[0m
2025-08-18T21:58:27.6920191Z [36;1m   export HOST_TRIPLET_R="${HOST_TRIPLET}"[0m
2025-08-18T21:58:27.6921492Z [36;1m   export ON_QEMU="NO"[0m
2025-08-18T21:58:27.6922491Z [36;1m fi[0m
2025-08-18T21:58:27.6923599Z [36;1m echo "CROSS_COMPILING=${CROSS_COMPILING}" >> "${GITHUB_ENV}"[0m
2025-08-18T21:58:27.6925171Z [36;1m echo "HOST_TRIPLET=${HOST_TRIPLET}" >> "${GITHUB_ENV}"[0m
2025-08-18T21:58:27.6926667Z [36;1m echo "HOST_TRIPLET_R=${HOST_TRIPLET_R}" >> "${GITHUB_ENV}"[0m
2025-08-18T21:58:27.6928075Z [36;1m echo "ON_QEMU=${ON_QEMU}" >> "${GITHUB_ENV}"[0m
2025-08-18T21:58:27.6929204Z [36;1m##Debug[0m
2025-08-18T21:58:27.6930089Z [36;1m if [[ "false" == "true" ]] ; then[0m
2025-08-18T21:58:27.6931179Z [36;1m   export DEBUG="1"[0m
2025-08-18T21:58:27.6932305Z [36;1m else[0m
2025-08-18T21:58:27.6933137Z [36;1m   export DEBUG="0"[0m
2025-08-18T21:58:27.6934300Z [36;1m fi[0m
2025-08-18T21:58:27.6935205Z [36;1m echo "DEBUG=${DEBUG}" >> "${GITHUB_ENV}"[0m
2025-08-18T21:58:27.6936359Z [36;1m##Docker Platform[0m
2025-08-18T21:58:27.6937505Z [36;1m if echo "${HOST_TRIPLET}" | grep -qiE "aarch64"; then[0m
2025-08-18T21:58:27.6938806Z [36;1m   DOCKER_PLATFORM="linux/arm64"[0m
2025-08-18T21:58:27.6940145Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "loongarch64"; then[0m
2025-08-18T21:58:27.6941743Z [36;1m   DOCKER_PLATFORM="linux/loong64"[0m
2025-08-18T21:58:27.6943064Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "riscv64"; then[0m
2025-08-18T21:58:27.6944398Z [36;1m   DOCKER_PLATFORM="linux/riscv64"[0m
2025-08-18T21:58:27.6945697Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "x86_64"; then[0m
2025-08-18T21:58:27.6946996Z [36;1m   DOCKER_PLATFORM="linux/amd64"[0m
2025-08-18T21:58:27.6948036Z [36;1m fi[0m
2025-08-18T21:58:27.6949189Z [36;1m echo "DOCKER_PLATFORM_ARCH=${HOST_TRIPLET%%-*}" >> "${GITHUB_ENV}"[0m
2025-08-18T21:58:27.6950856Z [36;1m echo "DOCKER_PLATFORM=${DOCKER_PLATFORM}" >> "${GITHUB_ENV}"[0m
2025-08-18T21:58:27.6952359Z [36;1m##GHCRPKG_URL[0m
2025-08-18T21:58:27.6954193Z [36;1m GHCRPKG_LOCAL="$(echo "ghcr.io/pkgforge/bincache/tailspin/official" | tr '[:upper:]' '[:lower:]' | tr -d '[:space:]')"[0m
2025-08-18T21:58:27.6956177Z [36;1m export GHCRPKG_LOCAL[0m
2025-08-18T21:58:27.6957405Z [36;1m echo "GHCRPKG_LOCAL=${GHCRPKG_LOCAL}" >> "${GITHUB_ENV}"[0m
2025-08-18T21:58:27.6958642Z [36;1m##Logs[0m
2025-08-18T21:58:27.6959515Z [36;1m if [[ "true" == "false" ]] ; then[0m
2025-08-18T21:58:27.6960610Z [36;1m   export KEEP_LOGS="NO"[0m
2025-08-18T21:58:27.6961775Z [36;1m else[0m
2025-08-18T21:58:27.6962641Z [36;1m   export KEEP_LOGS="YES"[0m
2025-08-18T21:58:27.6963726Z [36;1m   export GITHUB_TEST_BUILD="YES"[0m
2025-08-18T21:58:27.6964784Z [36;1m fi[0m
2025-08-18T21:58:27.6965963Z [36;1m echo "KEEP_LOGS=${KEEP_LOGS}" >> "${GITHUB_ENV}"[0m
2025-08-18T21:58:27.6967466Z [36;1m echo "GITHUB_TEST_BUILD=${GITHUB_TEST_BUILD}" >> "${GITHUB_ENV}"[0m
2025-08-18T21:58:27.6968839Z [36;1m##PKG_FAMILY_LOCAL[0m
2025-08-18T21:58:27.6970258Z [36;1m PKG_FAMILY_LOCAL="$(echo "tailspin" | tr '[:upper:]' '[:lower:]' | tr -d '[:space:]')"[0m
2025-08-18T21:58:27.6972094Z [36;1m export PKG_FAMILY_LOCAL[0m
2025-08-18T21:58:27.6973392Z [36;1m echo "PKG_FAMILY_LOCAL=${PKG_FAMILY_LOCAL}" >> "${GITHUB_ENV}"[0m
2025-08-18T21:58:27.6974689Z [36;1m##Rebuild[0m
2025-08-18T21:58:27.6975598Z [36;1m if [[ "false" == "false" ]] ; then[0m
2025-08-18T21:58:27.6976713Z [36;1m   export SBUILD_REBUILD="false"[0m
2025-08-18T21:58:27.6977744Z [36;1m else[0m
2025-08-18T21:58:27.6978613Z [36;1m   export SBUILD_REBUILD="true"[0m
2025-08-18T21:58:27.6979646Z [36;1m fi[0m
2025-08-18T21:58:27.6980712Z [36;1m echo "SBUILD_REBUILD=${SBUILD_REBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-18T21:58:27.6982180Z [36;1m ##SBUILD_URL[0m
2025-08-18T21:58:27.6983695Z [36;1m sudo curl -qfsSL "https://bin.pkgforge.dev/${HOST_TRIPLET_R}/yq" -o "/usr/local/bin/yq" && \[0m
2025-08-18T21:58:27.6985708Z [36;1m   sudo chmod 'a+x' "/usr/local/bin/yq" && command -v yq >/dev/null || exit 1[0m
2025-08-18T21:58:27.6988719Z [36;1m SBUILD_FILE_URL="$(echo "https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/tailspin/static.official.source.yaml" | tr -d '[:space:]')"[0m
2025-08-18T21:58:27.6991543Z [36;1m pushd "$(mktemp -d)" >/dev/null 2>&1[0m
2025-08-18T21:58:27.6992934Z [36;1m   curl -w "(SBUILD) <== %{url}\n" -fL "${SBUILD_FILE_URL}" -o "./SBUILD_INPUT"[0m
2025-08-18T21:58:27.6994585Z [36;1m   if [[ ! -s "./SBUILD_INPUT" || $(stat -c%s "./SBUILD_INPUT") -le 10 ]]; then[0m
2025-08-18T21:58:27.6996560Z [36;1m     echo -e "\n[✗] FATAL: Failed to Fetch ${SBUILD_FILE_URL}\n"[0m
2025-08-18T21:58:27.6998100Z [36;1m     echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-18T21:58:27.6999356Z [36;1m    exit 1[0m
2025-08-18T21:58:27.7000339Z [36;1m   else[0m
2025-08-18T21:58:27.7001247Z [36;1m     export SBUILD_FILE_URL[0m
2025-08-18T21:58:27.7003215Z [36;1m     echo "SBUILD_FILE_URL=${SBUILD_FILE_URL}" >> "${GITHUB_ENV}"[0m
2025-08-18T21:58:27.7004672Z [36;1m    #Check for x_exec.host[0m
2025-08-18T21:58:27.7006100Z [36;1m     if yq e '.x_exec.host != null' "./SBUILD_INPUT" | grep -qi 'true'; then[0m
2025-08-18T21:58:27.7007562Z [36;1m      #check if supported[0m
2025-08-18T21:58:27.7009092Z [36;1m       if ! yq '.x_exec.host[]' "./SBUILD_INPUT" | grep -v '^#' | grep -qi "${HOST_TRIPLET,,}"; then[0m
2025-08-18T21:58:27.7011311Z [36;1m          echo -e "\n[✗] WARNING: SBUILD (./SBUILD_INPUT) is NOT Supported on ${HOST_TRIPLET}\n"[0m
2025-08-18T21:58:27.7013338Z [36;1m          yq '.x_exec.host[]' "./SBUILD_INPUT"[0m
2025-08-18T21:58:27.7014734Z [36;1m          echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-18T21:58:27.7016056Z [36;1m         exit 1[0m
2025-08-18T21:58:27.7017053Z [36;1m       fi[0m
2025-08-18T21:58:27.7018018Z [36;1m      #get build system[0m
2025-08-18T21:58:27.7019621Z [36;1m       BUILD_SYS="$(yq '.x_exec.bsys' "./SBUILD_INPUT" | grep -v '^#' | tr -d '"'\''[:space:]')"[0m
2025-08-18T21:58:27.7021146Z [36;1m       export BUILD_SYS[0m
2025-08-18T21:58:27.7022515Z [36;1m       echo "BUILD_SYS=${BUILD_SYS}" >> "${GITHUB_ENV}"[0m
2025-08-18T21:58:27.7023953Z [36;1m       if echo "${BUILD_SYS}" | grep -qi "docker://"; then[0m
2025-08-18T21:58:27.7025539Z [36;1m          echo "BUILD_ON_HOST=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-18T21:58:27.7026857Z [36;1m          echo "BUILD_SYSTEM=DOCKER" >> "${GITHUB_ENV}"[0m
2025-08-18T21:58:27.7028205Z [36;1m       elif echo "${BUILD_SYS}" | grep -qi "host://"; then[0m
2025-08-18T21:58:27.7029568Z [36;1m          echo "BUILD_ON_HOST=TRUE" >> "${GITHUB_ENV}"[0m
2025-08-18T21:58:27.7031037Z [36;1m          echo "BUILD_SYSTEM=HOST" >> "${GITHUB_ENV}"[0m
2025-08-18T21:58:27.7032324Z [36;1m       fi[0m
2025-08-18T21:58:27.7033331Z [36;1m     fi[0m
2025-08-18T21:58:27.7034146Z [36;1m   fi[0m
2025-08-18T21:58:27.7034986Z [36;1m popd >/dev/null 2>&1[0m
2025-08-18T21:58:27.7077216Z shell: /usr/bin/bash -e {0}
2025-08-18T21:58:27.7078172Z ##[endgroup]
2025-08-18T21:58:27.9185528Z   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2025-08-18T21:58:27.9187411Z                                  Dload  Upload   Total   Spent    Left  Speed
2025-08-18T21:58:27.9188341Z 
2025-08-18T21:58:28.0035359Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2025-08-18T21:58:28.0038360Z 100  5505  100  5505    0     0  63574      0 --:--:-- --:--:-- --:--:-- 64011
2025-08-18T21:58:28.0052026Z (SBUILD) <== https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/tailspin/static.official.source.yaml
2025-08-18T21:58:28.0314475Z ##[group]Run ##Presets
2025-08-18T21:58:28.0315471Z [36;1m##Presets[0m
2025-08-18T21:58:28.0316339Z [36;1mset +x ; set +e[0m
2025-08-18T21:58:28.0317258Z [36;1m#-------------#[0m
2025-08-18T21:58:28.0318162Z [36;1m##Debug?[0m
2025-08-18T21:58:28.0319183Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-18T21:58:28.0320372Z [36;1m  set -x[0m
2025-08-18T21:58:28.0321178Z [36;1mfi[0m
2025-08-18T21:58:28.0322211Z [36;1m#-------------#[0m
2025-08-18T21:58:28.0323143Z [36;1m##CoreUtils[0m
2025-08-18T21:58:28.0324038Z [36;1msudo apt update -y[0m
2025-08-18T21:58:28.0325397Z [36;1msudo apt install bc coreutils curl dos2unix fdupes jq moreutils wget -y[0m
2025-08-18T21:58:28.0329065Z [36;1msudo apt install apt-transport-https apt-utils ca-certificates coreutils dos2unix gnupg2 jq moreutils p7zip-full rename rsync software-properties-common texinfo tmux util-linux wget -y 2>/dev/null ; sudo apt update -y 2>/dev/null[0m
2025-08-18T21:58:28.0332704Z [36;1m##tmp[0m
2025-08-18T21:58:28.0333817Z [36;1mSYSTMP="$(dirname $(mktemp -u))" && export SYSTMP="${SYSTMP}"[0m
2025-08-18T21:58:28.0335109Z [36;1m#GH ENV[0m
2025-08-18T21:58:28.0336055Z [36;1mecho "SYSTMP=${SYSTMP}" >> "${GITHUB_ENV}"[0m
2025-08-18T21:58:28.0337478Z [36;1mecho "GHA_MODE=MATRIX" >> "${GITHUB_ENV}"[0m
2025-08-18T21:58:28.0338596Z [36;1m#-------------#[0m
2025-08-18T21:58:28.0339819Z [36;1mmkdir -p "${HOME}/bin"[0m
2025-08-18T21:58:28.0340843Z [36;1msudo apt update -y[0m
2025-08-18T21:58:28.0342072Z [36;1msudo apt install dos2unix -y[0m
2025-08-18T21:58:28.0343125Z [36;1m##Setup Minisign[0m
2025-08-18T21:58:28.0344107Z [36;1mmkdir -pv "${HOME}/.minisign"[0m
2025-08-18T21:58:28.0345577Z [36;1mecho "***[0m
2025-08-18T21:58:28.0350258Z [36;1m***" > "${HOME}/.minisign/pkgforge.key"[0m
2025-08-18T21:58:28.0351490Z [36;1m##User-Agent[0m
2025-08-18T21:58:28.0354127Z [36;1mUSER_AGENT="$(curl -qfsSL 'https://raw.githubusercontent.com/pkgforge/devscripts/refs/heads/main/Misc/User-Agents/ua_chrome_macos_latest.txt')" && export USER_AGENT="${USER_AGENT}"[0m
2025-08-18T21:58:28.0357106Z [36;1mecho "USER_AGENT=${USER_AGENT}" >> "${GITHUB_ENV}"[0m
2025-08-18T21:58:28.0401683Z shell: /usr/bin/bash -e {0}
2025-08-18T21:58:28.0402645Z env:
2025-08-18T21:58:28.0403395Z   CROSS_COMPILING: NO
2025-08-18T21:58:28.0404287Z   HOST_TRIPLET: x86_64-Linux
2025-08-18T21:58:28.0405255Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-18T21:58:28.0406197Z   ON_QEMU: NO
2025-08-18T21:58:28.0406969Z   DEBUG: 0
2025-08-18T21:58:28.0407778Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-18T21:58:28.0408763Z   DOCKER_PLATFORM: linux/amd64
2025-08-18T21:58:28.0409952Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/tailspin/official
2025-08-18T21:58:28.0411186Z   KEEP_LOGS: YES
2025-08-18T21:58:28.0412125Z   GITHUB_TEST_BUILD: YES
2025-08-18T21:58:28.0413046Z   PKG_FAMILY_LOCAL: tailspin
2025-08-18T21:58:28.0414002Z   SBUILD_REBUILD: false
2025-08-18T21:58:28.0416035Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/tailspin/static.official.source.yaml
2025-08-18T21:58:28.0418225Z   BUILD_SYS: docker://rust
2025-08-18T21:58:28.0419161Z   BUILD_ON_HOST: FALSE
2025-08-18T21:58:28.0420066Z   BUILD_SYSTEM: DOCKER
2025-08-18T21:58:28.0420933Z ##[endgroup]
2025-08-18T21:58:28.0633593Z 
2025-08-18T21:58:28.0634836Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-18T21:58:28.0636158Z 
2025-08-18T21:58:28.1440606Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-18T21:58:28.1870690Z Hit:2 http://azure.archive.ubuntu.com/ubuntu noble InRelease
2025-08-18T21:58:28.1890370Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble-updates InRelease [126 kB]
2025-08-18T21:58:28.1895952Z Hit:6 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-18T21:58:28.1974079Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble-backports InRelease [126 kB]
2025-08-18T21:58:28.2022908Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble-security InRelease [126 kB]
2025-08-18T21:58:28.2100066Z Get:7 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease [3600 B]
2025-08-18T21:58:28.4092937Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 Packages [1335 kB]
2025-08-18T21:58:28.4263920Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble-updates/main Translation-en [267 kB]
2025-08-18T21:58:28.4312658Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 Components [175 kB]
2025-08-18T21:58:28.4334398Z Get:11 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 Packages [1121 kB]
2025-08-18T21:58:28.4402088Z Get:12 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe Translation-en [288 kB]
2025-08-18T21:58:28.4457712Z Get:13 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 Components [377 kB]
2025-08-18T21:58:28.4468319Z Get:14 http://azure.archive.ubuntu.com/ubuntu noble-updates/restricted amd64 Packages [1694 kB]
2025-08-18T21:58:28.4581076Z Get:15 http://azure.archive.ubuntu.com/ubuntu noble-updates/restricted Translation-en [374 kB]
2025-08-18T21:58:28.4616235Z Get:16 http://azure.archive.ubuntu.com/ubuntu noble-updates/restricted amd64 Components [212 B]
2025-08-18T21:58:28.4628221Z Get:17 http://azure.archive.ubuntu.com/ubuntu noble-updates/multiverse amd64 Components [940 B]
2025-08-18T21:58:28.5235444Z Get:18 http://azure.archive.ubuntu.com/ubuntu noble-backports/main amd64 Components [7068 B]
2025-08-18T21:58:28.5250656Z Get:19 http://azure.archive.ubuntu.com/ubuntu noble-backports/universe amd64 Packages [30.2 kB]
2025-08-18T21:58:28.5270547Z Get:20 http://azure.archive.ubuntu.com/ubuntu noble-backports/universe Translation-en [17.4 kB]
2025-08-18T21:58:28.5282344Z Get:21 http://azure.archive.ubuntu.com/ubuntu noble-backports/universe amd64 Components [19.2 kB]
2025-08-18T21:58:28.5291845Z Get:22 http://azure.archive.ubuntu.com/ubuntu noble-backports/restricted amd64 Components [212 B]
2025-08-18T21:58:28.5299598Z Get:23 http://azure.archive.ubuntu.com/ubuntu noble-backports/multiverse amd64 Components [212 B]
2025-08-18T21:58:28.5441927Z Get:24 http://azure.archive.ubuntu.com/ubuntu noble-security/main amd64 Packages [1065 kB]
2025-08-18T21:58:28.5532104Z Get:25 http://azure.archive.ubuntu.com/ubuntu noble-security/main Translation-en [185 kB]
2025-08-18T21:58:28.5554488Z Get:26 http://azure.archive.ubuntu.com/ubuntu noble-security/main amd64 Components [21.6 kB]
2025-08-18T21:58:28.5563884Z Get:27 http://azure.archive.ubuntu.com/ubuntu noble-security/universe amd64 Packages [879 kB]
2025-08-18T21:58:28.5625053Z Get:28 http://azure.archive.ubuntu.com/ubuntu noble-security/universe Translation-en [194 kB]
2025-08-18T21:58:28.5665694Z Get:29 http://azure.archive.ubuntu.com/ubuntu noble-security/universe amd64 Components [52.2 kB]
2025-08-18T21:58:28.5705160Z Get:30 http://azure.archive.ubuntu.com/ubuntu noble-security/restricted amd64 Packages [1587 kB]
2025-08-18T21:58:28.5790145Z Get:31 http://azure.archive.ubuntu.com/ubuntu noble-security/restricted Translation-en [350 kB]
2025-08-18T21:58:28.6064267Z Get:34 https://packages.microsoft.com/ubuntu/24.04/prod noble/main amd64 Packages [47.9 kB]
2025-08-18T21:58:28.6103554Z Get:35 https://packages.microsoft.com/ubuntu/24.04/prod noble/main arm64 Packages [33.1 kB]
2025-08-18T21:58:28.6230241Z Get:32 http://azure.archive.ubuntu.com/ubuntu noble-security/restricted amd64 Components [212 B]
2025-08-18T21:58:28.6240946Z Get:33 http://azure.archive.ubuntu.com/ubuntu noble-security/multiverse amd64 Components [212 B]
2025-08-18T21:58:37.2736859Z Fetched 10.5 MB in 1s (7794 kB/s)
2025-08-18T21:58:37.9677809Z Reading package lists...
2025-08-18T21:58:38.1334358Z Building dependency tree...
2025-08-18T21:58:38.1340513Z Reading state information...
2025-08-18T21:58:38.1502221Z 39 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-18T21:58:38.1620607Z 
2025-08-18T21:58:38.1621163Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-18T21:58:38.1621932Z 
2025-08-18T21:58:38.1793898Z Reading package lists...
2025-08-18T21:58:38.3588156Z Building dependency tree...
2025-08-18T21:58:38.3599129Z Reading state information...
2025-08-18T21:58:38.5386317Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-18T21:58:38.5387061Z bc set to manually installed.
2025-08-18T21:58:38.5387638Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-18T21:58:38.5388331Z curl is already the newest version (8.5.0-2ubuntu10.6).
2025-08-18T21:58:38.5389032Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-18T21:58:38.5390687Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-18T21:58:38.5391161Z The following additional packages will be installed:
2025-08-18T21:58:38.5391952Z   libtime-duration-perl
2025-08-18T21:58:38.5802122Z The following NEW packages will be installed:
2025-08-18T21:58:38.5809913Z   dos2unix fdupes libtime-duration-perl moreutils
2025-08-18T21:58:38.6002575Z 0 upgraded, 4 newly installed, 0 to remove and 39 not upgraded.
2025-08-18T21:58:38.6246998Z Need to get 616 kB of archives.
2025-08-18T21:58:38.6247807Z After this operation, 2255 kB of additional disk space will be used.
2025-08-18T21:58:38.6248522Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-18T21:58:38.6594125Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 fdupes amd64 1:2.3.0-1build1 [46.4 kB]
2025-08-18T21:58:38.6804681Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libtime-duration-perl all 1.21-2 [12.3 kB]
2025-08-18T21:58:38.6990555Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 moreutils amd64 0.69-1 [56.4 kB]
2025-08-18T21:58:38.7182318Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 dos2unix amd64 7.5.1-1 [501 kB]
2025-08-18T21:58:39.0002468Z Fetched 616 kB in 0s (5029 kB/s)
2025-08-18T21:58:39.0358103Z Selecting previously unselected package fdupes.
2025-08-18T21:58:39.0897220Z (Reading database ... 
2025-08-18T21:58:39.0898353Z (Reading database ... 5%
2025-08-18T21:58:39.0899801Z (Reading database ... 10%
2025-08-18T21:58:39.0900378Z (Reading database ... 15%
2025-08-18T21:58:39.0900900Z (Reading database ... 20%
2025-08-18T21:58:39.0901656Z (Reading database ... 25%
2025-08-18T21:58:39.0902167Z (Reading database ... 30%
2025-08-18T21:58:39.0902706Z (Reading database ... 35%
2025-08-18T21:58:39.0903194Z (Reading database ... 40%
2025-08-18T21:58:39.0903684Z (Reading database ... 45%
2025-08-18T21:58:39.0904190Z (Reading database ... 50%
2025-08-18T21:58:39.1866503Z (Reading database ... 55%
2025-08-18T21:58:39.3158953Z (Reading database ... 60%
2025-08-18T21:58:39.5563353Z (Reading database ... 65%
2025-08-18T21:58:39.6828241Z (Reading database ... 70%
2025-08-18T21:58:39.7553895Z (Reading database ... 75%
2025-08-18T21:58:40.1313963Z (Reading database ... 80%
2025-08-18T21:58:40.6826132Z (Reading database ... 85%
2025-08-18T21:58:41.2094916Z (Reading database ... 90%
2025-08-18T21:58:41.6969964Z (Reading database ... 95%
2025-08-18T21:58:41.6970555Z (Reading database ... 100%
2025-08-18T21:58:41.6971127Z (Reading database ... 219881 files and directories currently installed.)
2025-08-18T21:58:41.7016698Z Preparing to unpack .../fdupes_1%3a2.3.0-1build1_amd64.deb ...
2025-08-18T21:58:41.7040199Z Unpacking fdupes (1:2.3.0-1build1) ...
2025-08-18T21:58:41.7380589Z Selecting previously unselected package libtime-duration-perl.
2025-08-18T21:58:41.7517363Z Preparing to unpack .../libtime-duration-perl_1.21-2_all.deb ...
2025-08-18T21:58:41.7527080Z Unpacking libtime-duration-perl (1.21-2) ...
2025-08-18T21:58:41.7877437Z Selecting previously unselected package moreutils.
2025-08-18T21:58:41.8013117Z Preparing to unpack .../moreutils_0.69-1_amd64.deb ...
2025-08-18T21:58:41.8023161Z Unpacking moreutils (0.69-1) ...
2025-08-18T21:58:41.9052628Z Selecting previously unselected package dos2unix.
2025-08-18T21:58:41.9188304Z Preparing to unpack .../dos2unix_7.5.1-1_amd64.deb ...
2025-08-18T21:58:41.9198209Z Unpacking dos2unix (7.5.1-1) ...
2025-08-18T21:58:42.0671797Z Setting up fdupes (1:2.3.0-1build1) ...
2025-08-18T21:58:42.0702540Z Setting up libtime-duration-perl (1.21-2) ...
2025-08-18T21:58:42.0729093Z Setting up dos2unix (7.5.1-1) ...
2025-08-18T21:58:42.0756529Z Setting up moreutils (0.69-1) ...
2025-08-18T21:58:42.0786071Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-18T21:59:16.8503302Z 
2025-08-18T21:59:16.8505907Z Running kernel seems to be up-to-date.
2025-08-18T21:59:16.8506793Z 
2025-08-18T21:59:16.8506993Z Restarting services...
2025-08-18T21:59:16.8574574Z 
2025-08-18T21:59:16.8575125Z Service restarts being deferred:
2025-08-18T21:59:16.8576308Z  systemctl restart hosted-compute-agent.service
2025-08-18T21:59:16.8576692Z 
2025-08-18T21:59:16.8576973Z No containers need to be restarted.
2025-08-18T21:59:16.8577299Z 
2025-08-18T21:59:16.8577503Z No user sessions are running outdated binaries.
2025-08-18T21:59:16.8577838Z 
2025-08-18T21:59:16.8578144Z No VM guests are running outdated hypervisor (qemu) binaries on this host.
2025-08-18T21:59:17.8343701Z Reading package lists...
2025-08-18T21:59:18.0045454Z Building dependency tree...
2025-08-18T21:59:18.0053332Z Reading state information...
2025-08-18T21:59:18.1754091Z apt-transport-https is already the newest version (2.8.3).
2025-08-18T21:59:18.1755114Z apt-utils is already the newest version (2.8.3).
2025-08-18T21:59:18.1755506Z apt-utils set to manually installed.
2025-08-18T21:59:18.1755918Z ca-certificates is already the newest version (20240203).
2025-08-18T21:59:18.1756385Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-18T21:59:18.1756815Z dos2unix is already the newest version (7.5.1-1).
2025-08-18T21:59:18.1757256Z gnupg2 is already the newest version (2.4.4-2ubuntu17.3).
2025-08-18T21:59:18.1757719Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-18T21:59:18.1758175Z moreutils is already the newest version (0.69-1).
2025-08-18T21:59:18.1758579Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-18T21:59:18.1759011Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-18T21:59:18.1759378Z texinfo is already the newest version (7.1-3build2).
2025-08-18T21:59:18.1759734Z tmux is already the newest version (3.4-1ubuntu0.1).
2025-08-18T21:59:18.1760050Z tmux set to manually installed.
2025-08-18T21:59:18.1760454Z util-linux is already the newest version (2.39.3-9ubuntu6.3).
2025-08-18T21:59:18.1761043Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-18T21:59:18.1761668Z The following additional packages will be installed:
2025-08-18T21:59:18.1762033Z   python3-software-properties
2025-08-18T21:59:18.1762306Z Recommended packages:
2025-08-18T21:59:18.1762536Z   unattended-upgrades
2025-08-18T21:59:18.2055663Z The following NEW packages will be installed:
2025-08-18T21:59:18.2056198Z   rename
2025-08-18T21:59:18.2068451Z The following packages will be upgraded:
2025-08-18T21:59:18.2069396Z   python3-software-properties software-properties-common
2025-08-18T21:59:18.2253863Z 2 upgraded, 1 newly installed, 0 to remove and 37 not upgraded.
2025-08-18T21:59:18.2495911Z Need to get 64.7 kB of archives.
2025-08-18T21:59:18.2496587Z After this operation, 63.5 kB of additional disk space will be used.
2025-08-18T21:59:18.2497281Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-18T21:59:18.2917299Z 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-18T21:59:18.3108337Z 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-18T21:59:18.3295133Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 rename all 2.02-1 [20.3 kB]
2025-08-18T21:59:18.5852925Z Fetched 64.7 kB in 0s (709 kB/s)
2025-08-18T21:59:18.6102607Z (Reading database ... 
2025-08-18T21:59:18.6103444Z (Reading database ... 5%
2025-08-18T21:59:18.6104086Z (Reading database ... 10%
2025-08-18T21:59:18.6104481Z (Reading database ... 15%
2025-08-18T21:59:18.6104866Z (Reading database ... 20%
2025-08-18T21:59:18.6105568Z (Reading database ... 25%
2025-08-18T21:59:18.6105905Z (Reading database ... 30%
2025-08-18T21:59:18.6106151Z (Reading database ... 35%
2025-08-18T21:59:18.6106408Z (Reading database ... 40%
2025-08-18T21:59:18.6106650Z (Reading database ... 45%
2025-08-18T21:59:18.6106901Z (Reading database ... 50%
2025-08-18T21:59:18.6200755Z (Reading database ... 55%
2025-08-18T21:59:18.6218833Z (Reading database ... 60%
2025-08-18T21:59:18.6238745Z (Reading database ... 65%
2025-08-18T21:59:18.6274502Z (Reading database ... 70%
2025-08-18T21:59:18.6296971Z (Reading database ... 75%
2025-08-18T21:59:18.6319867Z (Reading database ... 80%
2025-08-18T21:59:18.6463158Z (Reading database ... 85%
2025-08-18T21:59:18.6746349Z (Reading database ... 90%
2025-08-18T21:59:18.6821936Z (Reading database ... 95%
2025-08-18T21:59:18.6822355Z (Reading database ... 100%
2025-08-18T21:59:18.6822896Z (Reading database ... 220050 files and directories currently installed.)
2025-08-18T21:59:18.6866139Z Preparing to unpack .../software-properties-common_0.99.49.3_all.deb ...
2025-08-18T21:59:18.7600965Z Unpacking software-properties-common (0.99.49.3) over (0.99.49.2) ...
2025-08-18T21:59:18.8189836Z Preparing to unpack .../python3-software-properties_0.99.49.3_all.deb ...
2025-08-18T21:59:18.8833439Z Unpacking python3-software-properties (0.99.49.3) over (0.99.49.2) ...
2025-08-18T21:59:18.9086501Z Selecting previously unselected package rename.
2025-08-18T21:59:18.9227189Z Preparing to unpack .../archives/rename_2.02-1_all.deb ...
2025-08-18T21:59:18.9236247Z Unpacking rename (2.02-1) ...
2025-08-18T21:59:18.9644492Z Setting up rename (2.02-1) ...
2025-08-18T21:59:18.9707008Z update-alternatives: using /usr/bin/file-rename to provide /usr/bin/rename (rename) in auto mode
2025-08-18T21:59:18.9727813Z Setting up python3-software-properties (0.99.49.3) ...
2025-08-18T21:59:19.0974081Z Setting up software-properties-common (0.99.49.3) ...
2025-08-18T21:59:19.2013298Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-18T21:59:23.1221788Z Processing triggers for dbus (1.14.10-4ubuntu4.1) ...
2025-08-18T21:59:24.6965497Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-18T21:59:24.7304130Z Hit:2 http://azure.archive.ubuntu.com/ubuntu noble InRelease
2025-08-18T21:59:24.7312511Z Hit:3 http://azure.archive.ubuntu.com/ubuntu noble-updates InRelease
2025-08-18T21:59:24.7322559Z Hit:4 http://azure.archive.ubuntu.com/ubuntu noble-backports InRelease
2025-08-18T21:59:24.7329896Z Hit:5 http://azure.archive.ubuntu.com/ubuntu noble-security InRelease
2025-08-18T21:59:24.7352838Z Hit:6 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-18T21:59:24.7393202Z Hit:7 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-18T21:59:25.8708901Z Reading package lists...
2025-08-18T21:59:26.0382945Z Building dependency tree...
2025-08-18T21:59:26.0390048Z Reading state information...
2025-08-18T21:59:26.0549681Z 37 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-18T21:59:26.0702245Z 
2025-08-18T21:59:26.0702735Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-18T21:59:26.0703067Z 
2025-08-18T21:59:26.1334041Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-18T21:59:26.1629315Z Hit:2 http://azure.archive.ubuntu.com/ubuntu noble InRelease
2025-08-18T21:59:26.1656759Z Hit:3 http://azure.archive.ubuntu.com/ubuntu noble-updates InRelease
2025-08-18T21:59:26.1657727Z Hit:4 http://azure.archive.ubuntu.com/ubuntu noble-backports InRelease
2025-08-18T21:59:26.1658785Z Hit:5 http://azure.archive.ubuntu.com/ubuntu noble-security InRelease
2025-08-18T21:59:26.3559897Z Hit:6 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-18T21:59:26.3582792Z Hit:7 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-18T21:59:27.3182800Z Reading package lists...
2025-08-18T21:59:27.4855651Z Building dependency tree...
2025-08-18T21:59:27.4862321Z Reading state information...
2025-08-18T21:59:27.5023139Z 37 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-18T21:59:27.5137235Z 
2025-08-18T21:59:27.5137723Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-18T21:59:27.5138055Z 
2025-08-18T21:59:27.5267406Z Reading package lists...
2025-08-18T21:59:27.6946925Z Building dependency tree...
2025-08-18T21:59:27.6954656Z Reading state information...
2025-08-18T21:59:27.8595356Z dos2unix is already the newest version (7.5.1-1).
2025-08-18T21:59:27.9016751Z 0 upgraded, 0 newly installed, 0 to remove and 37 not upgraded.
2025-08-18T21:59:27.9326700Z mkdir: created directory '/home/runner/.minisign'
2025-08-18T21:59:27.9799360Z ##[group]Run ##Presets
2025-08-18T21:59:27.9799653Z [36;1m##Presets[0m
2025-08-18T21:59:27.9799863Z [36;1mset +x ; set +e[0m
2025-08-18T21:59:27.9800083Z [36;1m#-------------#[0m
2025-08-18T21:59:27.9800289Z [36;1m##Debug?[0m
2025-08-18T21:59:27.9800542Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-18T21:59:27.9800839Z [36;1m  set -x[0m
2025-08-18T21:59:27.9801072Z [36;1mfi[0m
2025-08-18T21:59:27.9801254Z [36;1m#-------------#[0m
2025-08-18T21:59:27.9801961Z [36;1mecho "kernel.apparmor_restrict_unprivileged_userns=0" | sudo tee "/etc/sysctl.d/98-apparmor-unuserns.conf"[0m
2025-08-18T21:59:27.9802829Z [36;1mecho "0" | sudo tee "/proc/sys/kernel/apparmor_restrict_unprivileged_userns"[0m
2025-08-18T21:59:27.9803210Z [36;1msudo service procps restart[0m
2025-08-18T21:59:27.9824136Z [36;1msudo sysctl -p "/etc/sysctl.conf"[0m
2025-08-18T21:59:27.9867219Z shell: /usr/bin/bash -e {0}
2025-08-18T21:59:27.9867464Z env:
2025-08-18T21:59:27.9867704Z   CROSS_COMPILING: NO
2025-08-18T21:59:27.9867931Z   HOST_TRIPLET: x86_64-Linux
2025-08-18T21:59:27.9868166Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-18T21:59:27.9868403Z   ON_QEMU: NO
2025-08-18T21:59:27.9868578Z   DEBUG: 0
2025-08-18T21:59:27.9868766Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-18T21:59:27.9868996Z   DOCKER_PLATFORM: linux/amd64
2025-08-18T21:59:27.9869284Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/tailspin/official
2025-08-18T21:59:27.9869598Z   KEEP_LOGS: YES
2025-08-18T21:59:27.9869796Z   GITHUB_TEST_BUILD: YES
2025-08-18T21:59:27.9870016Z   PKG_FAMILY_LOCAL: tailspin
2025-08-18T21:59:27.9870260Z   SBUILD_REBUILD: false
2025-08-18T21:59:27.9870812Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/tailspin/static.official.source.yaml
2025-08-18T21:59:27.9871572Z   BUILD_SYS: docker://rust
2025-08-18T21:59:27.9871810Z   BUILD_ON_HOST: FALSE
2025-08-18T21:59:27.9872015Z   BUILD_SYSTEM: DOCKER
2025-08-18T21:59:27.9872208Z   SYSTMP: /tmp
2025-08-18T21:59:27.9872400Z   GHA_MODE: MATRIX
2025-08-18T21:59:27.9872841Z   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-18T21:59:27.9873307Z ##[endgroup]
2025-08-18T21:59:28.0005664Z kernel.apparmor_restrict_unprivileged_userns=0
2025-08-18T21:59:28.0080308Z 0
2025-08-18T21:59:28.0442185Z vm.max_map_count = 262144
2025-08-18T21:59:28.0442675Z fs.inotify.max_user_watches = 655360
2025-08-18T21:59:28.0442980Z fs.inotify.max_user_instances = 1280
2025-08-18T21:59:28.0443345Z vm.mmap_rnd_bits = 28
2025-08-18T21:59:28.0522860Z ##[group]Run ##Presets
2025-08-18T21:59:28.0523242Z [36;1m##Presets[0m
2025-08-18T21:59:28.0523458Z [36;1mset +x ; set +e[0m
2025-08-18T21:59:28.0523681Z [36;1m#-------------#[0m
2025-08-18T21:59:28.0523885Z [36;1m##Debug?[0m
2025-08-18T21:59:28.0524133Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-18T21:59:28.0524426Z [36;1m  set -x[0m
2025-08-18T21:59:28.0524618Z [36;1mfi[0m
2025-08-18T21:59:28.0524799Z [36;1m#-------------#[0m
2025-08-18T21:59:28.0524999Z [36;1m##Main[0m
2025-08-18T21:59:28.0525213Z [36;1mpushd "$(mktemp -d)" >/dev/null 2>&1[0m
2025-08-18T21:59:28.0525855Z [36;1m curl -qfsSL "https://raw.githubusercontent.com/pkgforge/bincache/refs/heads/main/scripts/runner/builder.sh" -o "${SYSTMP}/BUILDER.sh"[0m
2025-08-18T21:59:28.0526608Z [36;1m dos2unix --quiet "${SYSTMP}/BUILDER.sh" ; chmod +xwr "${SYSTMP}/BUILDER.sh"[0m
2025-08-18T21:59:28.0526993Z [36;1m ##Run with STDOUT + LOGS[0m
2025-08-18T21:59:28.0527275Z [36;1m  export DEBUG="${DEBUG}"[0m
2025-08-18T21:59:28.0527545Z [36;1m  export KEEP_LOGS="${KEEP_LOGS}"[0m
2025-08-18T21:59:28.0527865Z [36;1m  export PKG_FAMILY_LOCAL="${PKG_FAMILY_LOCAL}"[0m
2025-08-18T21:59:28.0528190Z [36;1m  export GHCRPKG_LOCAL="${GHCRPKG_LOCAL}"[0m
2025-08-18T21:59:28.0528500Z [36;1m  export SBUILD_REBUILD="${SBUILD_REBUILD}"[0m
2025-08-18T21:59:28.0528818Z [36;1m  export GITHUB_TEST_BUILD="${GITHUB_TEST_BUILD}"[0m
2025-08-18T21:59:28.0529113Z [36;1m if [[ "" == "TRUE" ]]; then[0m
2025-08-18T21:59:28.0529455Z [36;1m   sudo podman cp "${SYSTMP}/BUILDER.sh" "${POD_ID}:/tmp/BUILDER.sh"[0m
2025-08-18T21:59:28.0529832Z [36;1m   sudo podman exec -u "runner" -w "/tmp" \[0m
2025-08-18T21:59:28.0530118Z [36;1m     -e DEBUG="${DEBUG}" \[0m
2025-08-18T21:59:28.0530382Z [36;1m     -e GHCR_TOKEN="${GHCR_TOKEN}" \[0m
2025-08-18T21:59:28.0530663Z [36;1m     -e GITHUB_TOKEN="${GITHUB_TOKEN}" \[0m
2025-08-18T21:59:28.0530948Z [36;1m     -e GITLAB_TOKEN="${GITLAB_TOKEN}" \[0m
2025-08-18T21:59:28.0531667Z [36;1m     -e MINISIGN_KEY="${MINISIGN_KEY}" \[0m
2025-08-18T21:59:28.0531980Z [36;1m     -e KEEP_LOGS="${KEEP_LOGS}" \[0m
2025-08-18T21:59:28.0532279Z [36;1m     -e PKG_FAMILY_LOCAL="${PKG_FAMILY_LOCAL}" \[0m
2025-08-18T21:59:28.0532593Z [36;1m     -e GHCRPKG_LOCAL="${GHCRPKG_LOCAL}" \[0m
2025-08-18T21:59:28.0532896Z [36;1m     -e SBUILD_REBUILD="${SBUILD_REBUILD}" \[0m
2025-08-18T21:59:28.0533208Z [36;1m     -e GITHUB_TEST_BUILD="${GITHUB_TEST_BUILD}" \[0m
2025-08-18T21:59:28.0533518Z [36;1m     -e INSIDE_PODMAN="${INSIDE_PODMAN}" \[0m
2025-08-18T21:59:28.0533818Z [36;1m     -e CROSS_COMPILING="${CROSS_COMPILING}" \[0m
2025-08-18T21:59:28.0534118Z [36;1m     -e SBUILD_FILE_URL="${SBUILD_FILE_URL}" \[0m
2025-08-18T21:59:28.0534391Z [36;1m     "${POD_ID}" \[0m
2025-08-18T21:59:28.0534740Z [36;1m     bash -c 'bash "/tmp/BUILDER.sh" "${SBUILD_FILE_URL}" | tee "/tmp/BUILD.log" 2>&1'[0m
2025-08-18T21:59:28.0535196Z [36;1m   sudo podman cp "${POD_ID}:/tmp/BUILD.log" "${SYSTMP}/BUILD.log"[0m
2025-08-18T21:59:28.0535678Z [36;1m   sudo podman cp "${POD_ID}:/tmp/BUILD_ARTIFACTS.zstd" "${SYSTMP}/BUILD_ARTIFACTS.zstd"[0m
2025-08-18T21:59:28.0536146Z [36;1m   sudo podman cp "${POD_ID}:/tmp/GITHUB_ENV" "${SYSTMP}/GITHUB_ENV"[0m
2025-08-18T21:59:28.0536489Z [36;1m   mkdir -p "${SYSTMP}/_POD_BRIDGE"[0m
2025-08-18T21:59:28.0536840Z [36;1m   sudo podman cp "${POD_ID}:/tmp/_POD_BRIDGE/." "${SYSTMP}/_POD_BRIDGE"[0m
2025-08-18T21:59:28.0537477Z [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-18T21:59:28.0538265Z [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-18T21:59:28.0538796Z [36;1m   cat "${SYSTMP}/GITHUB_ENV" >> "${GITHUB_ENV}"[0m
2025-08-18T21:59:28.0539071Z [36;1m else[0m
2025-08-18T21:59:28.0539562Z [36;1m   bash "${SYSTMP}/BUILDER.sh" "${SBUILD_FILE_URL}" | tee "${SYSTMP}/BUILD.log" 2>&1[0m
2025-08-18T21:59:28.0539938Z [36;1m fi[0m
2025-08-18T21:59:28.0540185Z [36;1m ##Purge Tokens (in case set -x & gh didn't redact)[0m
2025-08-18T21:59:28.0540574Z [36;1m cat "${SYSTMP}/BUILD.log" | ansi2txt > "${SYSTMP}/BUILD.gh.log.txt"[0m
2025-08-18T21:59:28.0540993Z [36;1m sed -i '/.*github_pat.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-18T21:59:28.0542058Z [36;1m sed -i '/.*ghp_.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-18T21:59:28.0542601Z [36;1m sed -i '/.*access_key_id.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-18T21:59:28.0543005Z [36;1m sed -i '/.*token.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-18T21:59:28.0543418Z [36;1m sed -i '/.*secret_access_key.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-18T21:59:28.0543826Z [36;1m sed -i '/.*token.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-18T21:59:28.0544250Z [36;1m sed -i '/.*cloudflarestorage.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-18T21:59:28.0544677Z [36;1m mv -fv "${SYSTMP}/BUILD.gh.log.txt" "${SYSTMP}/BUILD.log"[0m
2025-08-18T21:59:28.0544995Z [36;1mpopd >/dev/null 2>&1[0m
2025-08-18T21:59:28.0587280Z shell: /usr/bin/bash -e {0}
2025-08-18T21:59:28.0587517Z env:
2025-08-18T21:59:28.0587712Z   CROSS_COMPILING: NO
2025-08-18T21:59:28.0587932Z   HOST_TRIPLET: x86_64-Linux
2025-08-18T21:59:28.0588166Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-18T21:59:28.0588381Z   ON_QEMU: NO
2025-08-18T21:59:28.0588575Z   DEBUG: 0
2025-08-18T21:59:28.0588766Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-18T21:59:28.0588994Z   DOCKER_PLATFORM: linux/amd64
2025-08-18T21:59:28.0589284Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/tailspin/official
2025-08-18T21:59:28.0589600Z   KEEP_LOGS: YES
2025-08-18T21:59:28.0589799Z   GITHUB_TEST_BUILD: YES
2025-08-18T21:59:28.0590019Z   PKG_FAMILY_LOCAL: tailspin
2025-08-18T21:59:28.0590237Z   SBUILD_REBUILD: false
2025-08-18T21:59:28.0590801Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/tailspin/static.official.source.yaml
2025-08-18T21:59:28.0591790Z   BUILD_SYS: docker://rust
2025-08-18T21:59:28.0592019Z   BUILD_ON_HOST: FALSE
2025-08-18T21:59:28.0592224Z   BUILD_SYSTEM: DOCKER
2025-08-18T21:59:28.0592422Z   SYSTMP: /tmp
2025-08-18T21:59:28.0592606Z   GHA_MODE: MATRIX
2025-08-18T21:59:28.0593049Z   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-18T21:59:28.0593952Z   GHCR_TOKEN: ***
2025-08-18T21:59:28.0594252Z   GITHUB_TOKEN: ***
2025-08-18T21:59:28.0594542Z   GITLAB_TOKEN: ***
2025-08-18T21:59:28.0595705Z   MINISIGN_KEY: ***
2025-08-18T21:59:28.0595974Z ##[endgroup]
2025-08-18T21:59:28.1180552Z [+] SBUILD Builder Version: 0.2.2
2025-08-18T21:59:28.1971749Z   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2025-08-18T21:59:28.1973012Z                                  Dload  Upload   Total   Spent    Left  Speed
2025-08-18T21:59:28.1973438Z 
2025-08-18T21:59:28.2263045Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2025-08-18T21:59:28.2350505Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2025-08-18T21:59:28.2351315Z 100  5505  100  5505    0     0   141k      0 --:--:-- --:--:-- --:--:--  137k
2025-08-18T21:59:28.2363854Z (SBUILD) <== https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/tailspin/static.official.source.yaml
2025-08-18T21:59:28.2461853Z 
2025-08-18T21:59:28.2462184Z [+] Building [/tmp/tmp.ASF49kqrgA/SBUILD_INPUT] Locally
2025-08-18T21:59:28.2462590Z 
2025-08-18T21:59:28.2476771Z '/tmp/tmp.ASF49kqrgA/SBUILD_INPUT' -> '/tmp/pkgforge/ledEGqx82_build.yaml'
2025-08-18T21:59:28.3646080Z 
2025-08-18T21:59:28.3646509Z [+] Passwordless sudo is Configured
2025-08-18T21:59:28.4390025Z 
2025-08-18T21:59:28.4403114Z [+] Setting Install Dir (ROOT) :: /usr/local/bin
2025-08-18T21:59:28.4403410Z 
2025-08-18T21:59:28.4886199Z 
2025-08-18T21:59:28.4887493Z [+] Fetching Bins from (Default) :: https://bin.pkgforge.dev/x86_64-Linux
2025-08-18T21:59:28.4888059Z 
2025-08-18T21:59:28.4888085Z 
2025-08-18T21:59:28.4888472Z [+] Installing in Sequential (Slow) Mode [Re Run : export PARALLEL=1 for Speed]
2025-08-18T21:59:28.4889009Z 
2025-08-18T21:59:28.4974602Z [+] Installing: 7z -> 7z
2025-08-18T21:59:28.6745369Z [+] Installing: actionlint -> actionlint
2025-08-18T21:59:28.8548583Z [+] Installing: anew -> anew
2025-08-18T21:59:29.0371740Z [+] Installing: anew-rs -> anew-rs
2025-08-18T21:59:29.2034677Z [+] Installing: ansi2html -> ansi2html
2025-08-18T21:59:29.3424667Z [+] Installing: ansi2txt -> ansi2txt
2025-08-18T21:59:29.4613270Z [+] Installing: archey -> archey
2025-08-18T21:59:29.6364457Z [+] Installing: aria2 -> aria2c
2025-08-18T21:59:29.8059133Z [+] Installing: askalono -> askalono
2025-08-18T21:59:30.0304068Z [+] Installing: bsdtar -> bsdtar
2025-08-18T21:59:30.2394419Z [+] Installing: b3sum -> b3sum
2025-08-18T21:59:30.3973993Z [+] Installing: bita -> bita
2025-08-18T21:59:30.5632573Z [+] Installing: btop -> btop
2025-08-18T21:59:30.7033723Z [+] Installing: chafa -> chafa
2025-08-18T21:59:30.8987595Z [+] Installing: cloudflared -> cloudflared
2025-08-18T21:59:31.1378265Z [+] Installing: croc -> croc
2025-08-18T21:59:31.3266707Z [+] Installing: csvtk -> csvtk
2025-08-18T21:59:31.5357600Z [+] Installing: cutlines -> cutlines
2025-08-18T21:59:31.6600780Z curl: (22) The requested URL returned error: 404
2025-08-18T21:59:31.6636314Z [-] Failed to install cutlines to /usr/local/bin/cutlines
2025-08-18T21:59:31.6637081Z [+] Installing: dbin -> dbin
2025-08-18T21:59:31.8299583Z [+] Installing: dasel -> dasel
2025-08-18T21:59:32.0045314Z [+] Installing: delta -> delta
2025-08-18T21:59:32.1813615Z [+] Installing: ds -> ds
2025-08-18T21:59:32.3452170Z curl: (22) The requested URL returned error: 404
2025-08-18T21:59:32.3490572Z [-] Failed to install ds to /usr/local/bin/ds
2025-08-18T21:59:32.3491870Z [+] Installing: dos2unix -> dos2unix
2025-08-18T21:59:32.4678559Z [+] Installing: duf -> duf
2025-08-18T21:59:32.6329872Z [+] Installing: duplicut -> duplicut
2025-08-18T21:59:32.7857051Z [+] Installing: dust -> dust
2025-08-18T21:59:32.9251269Z [+] Installing: dwarfs-tools -> dwarfs
2025-08-18T21:59:33.1177888Z [+] Installing: dwarfs-tools -> mkdwarfs
2025-08-18T21:59:33.2753346Z [+] Installing: dysk -> dysk
2025-08-18T21:59:33.4201556Z [+] Installing: eget -> eget
2025-08-18T21:59:33.5802551Z [+] Installing: epoch -> epoch
2025-08-18T21:59:33.7389335Z [+] Installing: faketty -> faketty
2025-08-18T21:59:33.9052412Z [+] Installing: fastfetch -> fastfetch
2025-08-18T21:59:34.0444887Z [+] Installing: freeze -> freeze
2025-08-18T21:59:34.2403317Z [+] Installing: fusermount3 -> fusermount
2025-08-18T21:59:34.3911901Z [+] Installing: gdu -> gdu
2025-08-18T21:59:34.5934667Z [+] Installing: gh -> gh
2025-08-18T21:59:34.8987995Z [+] Installing: gitleaks -> gitleaks
2025-08-18T21:59:35.1056786Z [+] Installing: git-sizer -> git-sizer
2025-08-18T21:59:35.2645969Z [+] Installing: glab -> glab
2025-08-18T21:59:35.5365467Z [+] Installing: glow -> glow
2025-08-18T21:59:35.7445490Z [+] Installing: httpx -> httpx
2025-08-18T21:59:36.0100138Z [+] Installing: huggingface-cli -> huggingface-cli
2025-08-18T21:59:36.2682155Z [+] Installing: husarnet -> husarnet
2025-08-18T21:59:36.3613921Z curl: (22) The requested URL returned error: 404
2025-08-18T21:59:36.3645886Z [-] Failed to install husarnet to /usr/local/bin/husarnet
2025-08-18T21:59:36.3646856Z [+] Installing: husarnet-daemon -> husarnet-daemon
2025-08-18T21:59:36.4718341Z curl: (22) The requested URL returned error: 404
2025-08-18T21:59:36.4751191Z [-] Failed to install husarnet-daemon to /usr/local/bin/husarnet-daemon
2025-08-18T21:59:36.4752329Z [+] Installing: imgcat -> imgcat
2025-08-18T21:59:36.6674416Z [+] Installing: jc -> jc
2025-08-18T21:59:36.8527422Z [+] Installing: jq -> jq
2025-08-18T21:59:36.9839508Z [+] Installing: logdy -> logdy
2025-08-18T21:59:37.2306626Z [+] Installing: micro -> micro
2025-08-18T21:59:37.4211919Z [+] Installing: miniserve -> miniserve
2025-08-18T21:59:37.6105260Z [+] Installing: minisign -> minisign
2025-08-18T21:59:37.7509786Z [+] Installing: ncdu -> ncdu
2025-08-18T21:59:37.8752646Z [+] Installing: notify -> notify
2025-08-18T21:59:38.0569669Z [+] Installing: ouch -> ouch
2025-08-18T21:59:38.2059537Z [+] Installing: oras -> oras
2025-08-18T21:59:38.3594081Z [+] Installing: pipetty -> pipetty
2025-08-18T21:59:38.4918015Z [+] Installing: pixterm -> pixterm
2025-08-18T21:59:38.6806232Z [+] Installing: qsv -> qsv
2025-08-18T21:59:38.9226719Z [+] Installing: rclone -> rclone
2025-08-18T21:59:39.2742190Z [+] Installing: ripgrep -> rg
2025-08-18T21:59:39.4575601Z [+] Installing: rga -> rga
2025-08-18T21:59:39.6439960Z [+] Installing: rsync -> rsync
2025-08-18T21:59:39.7884071Z [+] Installing: script -> script
2025-08-18T21:59:39.9311214Z [+] Installing: shellcheck -> shellcheck
2025-08-18T21:59:40.1155807Z [+] Installing: soar -> soar
2025-08-18T21:59:40.3108619Z [+] Installing: speedtest-go -> speedtest-go
2025-08-18T21:59:40.4841314Z [+] Installing: sstrip -> sstrip
2025-08-18T21:59:40.6134539Z [+] Installing: strace -> strace
2025-08-18T21:59:40.7647922Z [+] Installing: sttr -> sttr
2025-08-18T21:59:40.9694631Z [+] Installing: tailscale -> tailscale
2025-08-18T21:59:41.1734265Z [+] Installing: tailscaled -> tailscaled
2025-08-18T21:59:41.4112126Z [+] Installing: taplo -> taplo
2025-08-18T21:59:41.5802866Z [+] Installing: tldr -> tldr
2025-08-18T21:59:41.7834792Z [+] Installing: tldr -> tealdeer
2025-08-18T21:59:41.9485907Z [+] Installing: tmux -> tmux
2025-08-18T21:59:42.0973543Z [+] Installing: tok -> tok
2025-08-18T21:59:42.2470671Z [+] Installing: trufflehog -> trufflehog
2025-08-18T21:59:42.4576769Z [+] Installing: trurl -> trurl
2025-08-18T21:59:42.6307326Z [+] Installing: tss -> tss
2025-08-18T21:59:42.7847155Z [+] Installing: ulexec -> ulexec
2025-08-18T21:59:42.9876337Z [+] Installing: unfurl -> unfurl
2025-08-18T21:59:43.1482829Z [+] Installing: upx -> upx
2025-08-18T21:59:43.3017658Z [+] Installing: validtoml -> validtoml
2025-08-18T21:59:43.4645239Z [+] Installing: wget -> wget
2025-08-18T21:59:43.6385721Z [+] Installing: wget2 -> wget2
2025-08-18T21:59:43.8192805Z [+] Installing: wormhole-rs -> wormhole-rs
2025-08-18T21:59:43.9997786Z [+] Installing: xq -> xq
2025-08-18T21:59:44.1448289Z [+] Installing: xz -> xz
2025-08-18T21:59:44.2616004Z [+] Installing: unxz -> unxz
2025-08-18T21:59:44.4265487Z [+] Installing: yq -> yq
2025-08-18T21:59:44.5869623Z [+] Installing: yj -> yj
2025-08-18T21:59:44.7433422Z [+] Installing: zapper -> zapper
2025-08-18T21:59:44.8886319Z [+] Installing: zapper-stealth -> zproccer
2025-08-18T21:59:45.0235580Z [+] Installing: zerotier-cli -> zerotier-cli
2025-08-18T21:59:45.1289133Z curl: (22) The requested URL returned error: 404
2025-08-18T21:59:45.1322637Z [-] Failed to install zerotier-cli to /usr/local/bin/zerotier-cli
2025-08-18T21:59:45.1323520Z [+] Installing: zerotier-idtool -> zerotier-idtool
2025-08-18T21:59:45.2527914Z curl: (22) The requested URL returned error: 404
2025-08-18T21:59:45.2561574Z [-] Failed to install zerotier-idtool to /usr/local/bin/zerotier-idtool
2025-08-18T21:59:45.2562318Z [+] Installing: zerotier-one -> zerotier-one
2025-08-18T21:59:45.3685784Z curl: (22) The requested URL returned error: 404
2025-08-18T21:59:45.3718588Z [-] Failed to install zerotier-one to /usr/local/bin/zerotier-one
2025-08-18T21:59:45.3719576Z [+] Installing: zstd -> zstd
2025-08-18T21:59:45.4956800Z [+] Creating symlinks...
2025-08-18T21:59:45.5054028Z '/usr/bin/7z' -> '/usr/local/bin/7z'
2025-08-18T21:59:45.5152927Z '/usr/bin/actionlint' -> '/usr/local/bin/actionlint'
2025-08-18T21:59:45.5251710Z '/usr/bin/anew' -> '/usr/local/bin/anew'
2025-08-18T21:59:45.5349970Z '/usr/bin/anew-rs' -> '/usr/local/bin/anew-rs'
2025-08-18T21:59:45.5449289Z '/usr/bin/ansi2html' -> '/usr/local/bin/ansi2html'
2025-08-18T21:59:45.5546770Z '/usr/bin/ansi2txt' -> '/usr/local/bin/ansi2txt'
2025-08-18T21:59:45.5647231Z '/usr/bin/archey' -> '/usr/local/bin/archey'
2025-08-18T21:59:45.5745929Z '/usr/bin/aria2c' -> '/usr/local/bin/aria2c'
2025-08-18T21:59:45.5844604Z '/usr/bin/askalono' -> '/usr/local/bin/askalono'
2025-08-18T21:59:45.5943875Z '/usr/bin/bsdtar' -> '/usr/local/bin/bsdtar'
2025-08-18T21:59:45.6042014Z '/usr/bin/b3sum' -> '/usr/local/bin/b3sum'
2025-08-18T21:59:45.6140545Z '/usr/bin/bita' -> '/usr/local/bin/bita'
2025-08-18T21:59:45.6239526Z '/usr/bin/btop' -> '/usr/local/bin/btop'
2025-08-18T21:59:45.6339247Z '/usr/bin/chafa' -> '/usr/local/bin/chafa'
2025-08-18T21:59:45.6437977Z '/usr/bin/cloudflared' -> '/usr/local/bin/cloudflared'
2025-08-18T21:59:45.6537346Z '/usr/bin/croc' -> '/usr/local/bin/croc'
2025-08-18T21:59:45.6635784Z '/usr/bin/csvtk' -> '/usr/local/bin/csvtk'
2025-08-18T21:59:45.6674447Z [-] Warning: Target /usr/local/bin/cutlines does not exist for symlink cutlines
2025-08-18T21:59:45.6763378Z '/usr/bin/dbin' -> '/usr/local/bin/dbin'
2025-08-18T21:59:45.6860658Z '/usr/bin/dasel' -> '/usr/local/bin/dasel'
2025-08-18T21:59:45.6959077Z '/usr/bin/delta' -> '/usr/local/bin/delta'
2025-08-18T21:59:45.6997188Z [-] Warning: Target /usr/local/bin/ds does not exist for symlink ds
2025-08-18T21:59:45.7086424Z '/usr/bin/dos2unix' -> '/usr/local/bin/dos2unix'
2025-08-18T21:59:45.7185637Z '/usr/bin/duf' -> '/usr/local/bin/duf'
2025-08-18T21:59:45.7282090Z '/usr/bin/duplicut' -> '/usr/local/bin/duplicut'
2025-08-18T21:59:45.7381714Z '/usr/bin/dust' -> '/usr/local/bin/dust'
2025-08-18T21:59:45.7482469Z '/usr/bin/dwarfs' -> '/usr/local/bin/dwarfs'
2025-08-18T21:59:45.7582508Z '/usr/bin/mkdwarfs' -> '/usr/local/bin/mkdwarfs'
2025-08-18T21:59:45.7681927Z '/usr/bin/dysk' -> '/usr/local/bin/dysk'
2025-08-18T21:59:45.7781026Z '/usr/bin/eget' -> '/usr/local/bin/eget'
2025-08-18T21:59:45.7880187Z '/usr/bin/epoch' -> '/usr/local/bin/epoch'
2025-08-18T21:59:45.7980212Z '/usr/bin/faketty' -> '/usr/local/bin/faketty'
2025-08-18T21:59:45.8081052Z '/usr/bin/fastfetch' -> '/usr/local/bin/fastfetch'
2025-08-18T21:59:45.8180965Z '/usr/bin/freeze' -> '/usr/local/bin/freeze'
2025-08-18T21:59:45.8280994Z '/usr/bin/fusermount' -> '/usr/local/bin/fusermount'
2025-08-18T21:59:45.8380686Z '/usr/bin/gdu' -> '/usr/local/bin/gdu'
2025-08-18T21:59:45.8480940Z '/usr/bin/gh' -> '/usr/local/bin/gh'
2025-08-18T21:59:45.8579786Z '/usr/bin/gitleaks' -> '/usr/local/bin/gitleaks'
2025-08-18T21:59:45.8679322Z '/usr/bin/git-sizer' -> '/usr/local/bin/git-sizer'
2025-08-18T21:59:45.8778915Z '/usr/bin/glab' -> '/usr/local/bin/glab'
2025-08-18T21:59:45.8878168Z '/usr/bin/glow' -> '/usr/local/bin/glow'
2025-08-18T21:59:45.8977786Z '/usr/bin/httpx' -> '/usr/local/bin/httpx'
2025-08-18T21:59:45.9077630Z '/home/runner/.local/bin/httpx' -> '/usr/local/bin/httpx'
2025-08-18T21:59:45.9177495Z '/usr/bin/huggingface-cli' -> '/usr/local/bin/huggingface-cli'
2025-08-18T21:59:45.9216514Z [-] Warning: Target /usr/local/bin/husarnet does not exist for symlink husarnet
2025-08-18T21:59:45.9244577Z [-] Warning: Target /usr/local/bin/husarnet-daemon does not exist for symlink husarnet-daemon
2025-08-18T21:59:45.9333394Z '/usr/bin/imgcat' -> '/usr/local/bin/imgcat'
2025-08-18T21:59:45.9433400Z '/usr/bin/jc' -> '/usr/local/bin/jc'
2025-08-18T21:59:45.9533231Z '/usr/bin/jq' -> '/usr/local/bin/jq'
2025-08-18T21:59:45.9631105Z '/usr/bin/logdy' -> '/usr/local/bin/logdy'
2025-08-18T21:59:45.9730257Z '/usr/bin/micro' -> '/usr/local/bin/micro'
2025-08-18T21:59:45.9829513Z '/usr/bin/miniserve' -> '/usr/local/bin/miniserve'
2025-08-18T21:59:45.9928798Z '/usr/bin/minisign' -> '/usr/local/bin/minisign'
2025-08-18T21:59:46.0028229Z '/usr/bin/ncdu' -> '/usr/local/bin/ncdu'
2025-08-18T21:59:46.0127262Z '/usr/bin/notify' -> '/usr/local/bin/notify'
2025-08-18T21:59:46.0226486Z '/usr/bin/ouch' -> '/usr/local/bin/ouch'
2025-08-18T21:59:46.0327816Z '/usr/bin/oras' -> '/usr/local/bin/oras'
2025-08-18T21:59:46.0428058Z '/usr/bin/pipetty' -> '/usr/local/bin/pipetty'
2025-08-18T21:59:46.0527922Z '/usr/bin/pixterm' -> '/usr/local/bin/pixterm'
2025-08-18T21:59:46.0627205Z '/usr/bin/qsv' -> '/usr/local/bin/qsv'
2025-08-18T21:59:46.0727063Z '/usr/bin/rclone' -> '/usr/local/bin/rclone'
2025-08-18T21:59:46.0826534Z '/usr/bin/rg' -> '/usr/local/bin/rg'
2025-08-18T21:59:46.0926429Z '/usr/bin/rga' -> '/usr/local/bin/rga'
2025-08-18T21:59:46.1027366Z '/usr/bin/rsync' -> '/usr/local/bin/rsync'
2025-08-18T21:59:46.1128212Z '/usr/bin/script' -> '/usr/local/bin/script'
2025-08-18T21:59:46.1228935Z '/usr/bin/shellcheck' -> '/usr/local/bin/shellcheck'
2025-08-18T21:59:46.1329048Z '/usr/bin/soar' -> '/usr/local/bin/soar'
2025-08-18T21:59:46.1429405Z '/usr/bin/speedtest-go' -> '/usr/local/bin/speedtest-go'
2025-08-18T21:59:46.1529086Z '/usr/bin/sstrip' -> '/usr/local/bin/sstrip'
2025-08-18T21:59:46.1629441Z '/usr/bin/strace' -> '/usr/local/bin/strace'
2025-08-18T21:59:46.1729988Z '/usr/bin/sttr' -> '/usr/local/bin/sttr'
2025-08-18T21:59:46.1829584Z '/usr/bin/tailscale' -> '/usr/local/bin/tailscale'
2025-08-18T21:59:46.1930155Z '/usr/bin/tailscaled' -> '/usr/local/bin/tailscaled'
2025-08-18T21:59:46.2029552Z '/usr/bin/taplo' -> '/usr/local/bin/taplo'
2025-08-18T21:59:46.2129256Z '/usr/bin/tldr' -> '/usr/local/bin/tldr'
2025-08-18T21:59:46.2229572Z '/usr/bin/tealdeer' -> '/usr/local/bin/tealdeer'
2025-08-18T21:59:46.2331538Z '/usr/bin/tmux' -> '/usr/local/bin/tmux'
2025-08-18T21:59:46.2431212Z '/usr/bin/tok' -> '/usr/local/bin/tok'
2025-08-18T21:59:46.2530969Z '/usr/bin/trufflehog' -> '/usr/local/bin/trufflehog'
2025-08-18T21:59:46.2631738Z '/usr/bin/trurl' -> '/usr/local/bin/trurl'
2025-08-18T21:59:46.2731323Z '/usr/bin/tss' -> '/usr/local/bin/tss'
2025-08-18T21:59:46.2830660Z '/usr/bin/ulexec' -> '/usr/local/bin/ulexec'
2025-08-18T21:59:46.2931116Z '/usr/bin/unfurl' -> '/usr/local/bin/unfurl'
2025-08-18T21:59:46.3031176Z '/usr/bin/upx' -> '/usr/local/bin/upx'
2025-08-18T21:59:46.3131760Z '/usr/bin/validtoml' -> '/usr/local/bin/validtoml'
2025-08-18T21:59:46.3231593Z '/usr/bin/wget' -> '/usr/local/bin/wget'
2025-08-18T21:59:46.3332456Z '/usr/bin/wget2' -> '/usr/local/bin/wget2'
2025-08-18T21:59:46.3431760Z '/usr/bin/wormhole-rs' -> '/usr/local/bin/wormhole-rs'
2025-08-18T21:59:46.3534341Z '/usr/bin/xq' -> '/usr/local/bin/xq'
2025-08-18T21:59:46.3633920Z '/usr/bin/xz' -> '/usr/local/bin/xz'
2025-08-18T21:59:46.3734978Z '/usr/bin/unxz' -> '/usr/local/bin/unxz'
2025-08-18T21:59:46.3834748Z '/usr/bin/yq' -> '/usr/local/bin/yq'
2025-08-18T21:59:46.3938360Z '/usr/bin/yj' -> '/usr/local/bin/yj'
2025-08-18T21:59:46.4036376Z '/usr/bin/zapper' -> '/usr/local/bin/zapper'
2025-08-18T21:59:46.4135452Z '/usr/bin/zproccer' -> '/usr/local/bin/zproccer'
2025-08-18T21:59:46.4173445Z [-] Warning: Target /usr/local/bin/zerotier-cli does not exist for symlink zerotier-cli
2025-08-18T21:59:46.4202106Z [-] Warning: Target /usr/local/bin/zerotier-idtool does not exist for symlink zerotier-idtool
2025-08-18T21:59:46.4230633Z [-] Warning: Target /usr/local/bin/zerotier-one does not exist for symlink zerotier-one
2025-08-18T21:59:46.4318901Z '/usr/bin/zstd' -> '/usr/local/bin/zstd'
2025-08-18T21:59:46.4345747Z 
2025-08-18T21:59:46.4346305Z [!] Failed to install: husarnet cutlines ds zerotier-one zerotier-idtool zerotier-cli husarnet-daemon
2025-08-18T21:59:46.4346723Z 
2025-08-18T21:59:46.4360803Z 
2025-08-18T21:59:46.4453833Z 
2025-08-18T21:59:46.4454135Z [+] Disk Size (/usr/local/bin) :: 930M --> 1.8G
2025-08-18T21:59:46.4454368Z 
2025-08-18T21:59:46.4454501Z [+] Installation completed!
2025-08-18T21:59:46.4527902Z 
2025-08-18T21:59:46.4528116Z [+] GITHUB_TOKEN is Exported
2025-08-18T21:59:46.6689092Z github.com
2025-08-18T21:59:46.6690017Z   ✓ Logged in to github.com account Azathothas (GITHUB_TOKEN)
2025-08-18T21:59:46.6690473Z   - Active account: true
2025-08-18T21:59:46.6690776Z   - Git operations protocol: https
2025-08-18T21:59:46.6691140Z   - Token: ghp_************************************
2025-08-18T21:59:46.6692305Z   - 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-18T21:59:46.6693023Z   ! Missing required token scopes: 'repo', 'read:org'
2025-08-18T21:59:46.6693698Z   - To request missing scopes, run: gh auth refresh -h github.com
2025-08-18T21:59:46.7756973Z Limit: 5000, Remaining: 4936, Reset: 2025-08-18 22:30:13 +0000 UTC (30m26s)
2025-08-18T21:59:46.7766113Z 
2025-08-18T21:59:46.7766329Z [+] GHCR_TOKEN is Exported
2025-08-18T21:59:46.7801762Z WARNING! Using --password via the CLI is insecure. Use --password-stdin.
2025-08-18T21:59:46.8748908Z Login Succeeded
2025-08-18T21:59:46.8759491Z 
2025-08-18T21:59:46.8759721Z [+] GITLAB is Exported
2025-08-18T21:59:46.9054854Z [git remote -v]
2025-08-18T21:59:47.0821903Z gitlab.com
2025-08-18T21:59:47.0822800Z   ✓ Logged in to gitlab.com as Ajamx101 (GITLAB_TOKEN)
2025-08-18T21:59:47.0823883Z   ✓ Git operations for gitlab.com configured to use ssh protocol.
2025-08-18T21:59:47.0824769Z   ✓ API calls for gitlab.com are made over https protocol.
2025-08-18T21:59:47.0825627Z   ✓ REST API Endpoint: https://gitlab.com/api/v4/
2025-08-18T21:59:47.0826637Z   ✓ GraphQL Endpoint: https://gitlab.com/api/graphql/
2025-08-18T21:59:47.0827416Z   ✓ Token found: **************************
2025-08-18T21:59:47.0827823Z 
2025-08-18T21:59:47.0828547Z ! One of GITLAB_TOKEN, GITLAB_ACCESS_TOKEN, OAUTH_TOKEN environment variables is set. It will be used for all authentication.
2025-08-18T21:59:47.0829578Z [git remote -v]
2025-08-18T21:59:47.0841071Z 2025/08/18 21:59:47 [Could not determine base repo in telemetry hook:  fatal: not a git repository (or any of the parent directories): .git
2025-08-18T21:59:47.0842181Z git: exit status 128]
2025-08-18T21:59:47.3126225Z 
2025-08-18T21:59:47.3126558Z 
2025-08-18T21:59:47.3127346Z  [+] Started Initializing Linux pkrvmubgrv54qmi 6.11.0-1018-azure x86_64 :: at Monday, 2025-08-18 (09:59:47 PM)
2025-08-18T21:59:47.3128070Z 
2025-08-18T21:59:47.3128075Z 
2025-08-18T21:59:47.3128218Z [+] USER = runner
2025-08-18T21:59:47.3128562Z [+] HOME = /home/runner
2025-08-18T21:59:47.3132937Z [+] 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-18T21:59:47.3136528Z 
2025-08-18T21:59:47.3757767Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-18T21:59:47.4110348Z Hit:2 http://azure.archive.ubuntu.com/ubuntu noble InRelease
2025-08-18T21:59:47.4115900Z Hit:6 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-18T21:59:47.4117345Z Hit:7 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-18T21:59:47.4125385Z Hit:3 http://azure.archive.ubuntu.com/ubuntu noble-updates InRelease
2025-08-18T21:59:47.4134878Z Hit:4 http://azure.archive.ubuntu.com/ubuntu noble-backports InRelease
2025-08-18T21:59:47.4143055Z Hit:5 http://azure.archive.ubuntu.com/ubuntu noble-security InRelease
2025-08-18T21:59:48.5463905Z Reading package lists...
2025-08-18T21:59:48.5781738Z Reading package lists...
2025-08-18T21:59:48.7516195Z Building dependency tree...
2025-08-18T21:59:48.7524401Z Reading state information...
2025-08-18T21:59:48.9480068Z apt-transport-https is already the newest version (2.8.3).
2025-08-18T21:59:48.9480718Z apt-utils is already the newest version (2.8.3).
2025-08-18T21:59:48.9481311Z ca-certificates is already the newest version (20240203).
2025-08-18T21:59:48.9482162Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-18T21:59:48.9482789Z gnupg2 is already the newest version (2.4.4-2ubuntu17.3).
2025-08-18T21:59:48.9483351Z moreutils is already the newest version (0.69-1).
2025-08-18T21:59:48.9484002Z software-properties-common is already the newest version (0.99.49.3).
2025-08-18T21:59:48.9485095Z util-linux is already the newest version (2.39.3-9ubuntu6.3).
2025-08-18T21:59:48.9485776Z 0 upgraded, 0 newly installed, 0 to remove and 37 not upgraded.
2025-08-18T21:59:49.0095165Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-18T21:59:49.0407337Z Hit:2 http://azure.archive.ubuntu.com/ubuntu noble InRelease
2025-08-18T21:59:49.0411325Z Hit:6 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-18T21:59:49.0413167Z Hit:7 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-18T21:59:49.0432230Z Hit:3 http://azure.archive.ubuntu.com/ubuntu noble-updates InRelease
2025-08-18T21:59:49.0436458Z Hit:4 http://azure.archive.ubuntu.com/ubuntu noble-backports InRelease
2025-08-18T21:59:49.0443293Z Hit:5 http://azure.archive.ubuntu.com/ubuntu noble-security InRelease
2025-08-18T21:59:50.1878765Z Reading package lists...
2025-08-18T21:59:50.2202022Z Reading package lists...
2025-08-18T21:59:50.3975936Z Building dependency tree...
2025-08-18T21:59:50.3983276Z Reading state information...
2025-08-18T21:59:50.5783919Z aria2 is already the newest version (1.37.0+debian-1build3).
2025-08-18T21:59:50.5784626Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-18T21:59:50.5785217Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-18T21:59:50.5785788Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-18T21:59:50.5786448Z ca-certificates is already the newest version (20240203).
2025-08-18T21:59:50.5787096Z diffutils is already the newest version (1:3.10-1build1).
2025-08-18T21:59:50.5787698Z dos2unix is already the newest version (7.5.1-1).
2025-08-18T21:59:50.5788238Z gawk is already the newest version (1:5.2.1-2build3).
2025-08-18T21:59:50.5788754Z gawk set to manually installed.
2025-08-18T21:59:50.5789350Z git-lfs is already the newest version (3.7.0).
2025-08-18T21:59:50.5789886Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-18T21:59:50.5790479Z libtool is already the newest version (2.4.7-7build1).
2025-08-18T21:59:50.5791568Z make is already the newest version (4.3-4.1build2).
2025-08-18T21:59:50.5792153Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-18T21:59:50.5792760Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-18T21:59:50.5793307Z texinfo is already the newest version (7.1-3build2).
2025-08-18T21:59:50.5793838Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-18T21:59:50.5794400Z The following additional packages will be installed:
2025-08-18T21:59:50.5795094Z   fonts-droid-fallback fonts-noto-mono fonts-urw-base35 ghostscript
2025-08-18T21:59:50.5795862Z   imagemagick-6.q16 libdjvulibre-text libdjvulibre21 libgs-common libgs10
2025-08-18T21:59:50.5796658Z   libgs10-common libhiredis1.1.0 libidn12 libijs-0.35 libimath-3-1-29t64
2025-08-18T21:59:50.5797425Z   libjbig2dec0 libjxr-tools libjxr0t64 libmagickcore-6.q16-7-extra
2025-08-18T21:59:50.5798247Z   libnetpbm11t64 libopenexr-3-1-30 libpaper-utils libpaper1 libwmflite-0.2-7
2025-08-18T21:59:50.5799007Z   netpbm poppler-data xfonts-encodings xfonts-utils
2025-08-18T21:59:50.5803512Z Suggested packages:
2025-08-18T21:59:50.5803988Z   distcc | icecc fonts-noto fonts-freefont-otf | fonts-freefont-ttf
2025-08-18T21:59:50.5804742Z   fonts-texgyre texlive-binaries imagemagick-6-doc autotrace cups-bsd | lpr
2025-08-18T21:59:50.5805579Z   | lprng enscript ffmpeg gimp gnuplot grads graphviz hp2xx html2ps libwmf-bin
2025-08-18T21:59:50.5806391Z   mplayer povray radiance sane-utils texlive-base-bin transfig libraw-bin
2025-08-18T21:59:50.5807224Z   inkscape poppler-utils fonts-japanese-mincho | fonts-ipafont-mincho
2025-08-18T21:59:50.5807978Z   fonts-japanese-gothic | fonts-ipafont-gothic fonts-arphic-ukai
2025-08-18T21:59:50.5808645Z   fonts-arphic-uming fonts-nanum
2025-08-18T21:59:50.6177588Z The following NEW packages will be installed:
2025-08-18T21:59:50.6178367Z   b3sum build-essential ccache fonts-droid-fallback fonts-noto-mono
2025-08-18T21:59:50.6179705Z   fonts-urw-base35 ghostscript imagemagick imagemagick-6.q16 libdjvulibre-text
2025-08-18T21:59:50.6180704Z   libdjvulibre21 libgs-common libgs10 libgs10-common libhiredis1.1.0 libidn12
2025-08-18T21:59:50.6181758Z   libijs-0.35 libimath-3-1-29t64 libjbig2dec0 libjxr-tools libjxr0t64
2025-08-18T21:59:50.6182635Z   libmagickcore-6.q16-7-extra libnetpbm11t64 libopenexr-3-1-30 libpaper-utils
2025-08-18T21:59:50.6187331Z   libpaper1 libtool-bin libwmflite-0.2-7 lzip musl musl-dev musl-tools netpbm
2025-08-18T21:59:50.6189127Z   poppler-data xfonts-encodings xfonts-utils
2025-08-18T21:59:50.6378028Z 0 upgraded, 36 newly installed, 0 to remove and 37 not upgraded.
2025-08-18T21:59:50.6378681Z Need to get 27.5 MB of archives.
2025-08-18T21:59:50.6379256Z After this operation, 93.0 MB of additional disk space will be used.
2025-08-18T21:59:50.6379942Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-18T21:59:50.6737133Z 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-18T21:59:50.7306922Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 poppler-data all 0.4.12-1 [2060 kB]
2025-08-18T21:59:50.7858812Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 b3sum amd64 1.2.0-1 [388 kB]
2025-08-18T21:59:50.8077182Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 build-essential amd64 12.10ubuntu1 [4928 B]
2025-08-18T21:59:50.8271997Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libhiredis1.1.0 amd64 1.2.0-6ubuntu3 [41.4 kB]
2025-08-18T21:59:50.8448922Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 ccache amd64 4.9.1-1 [592 kB]
2025-08-18T21:59:50.8814372Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 fonts-noto-mono all 20201225-2 [435 kB]
2025-08-18T21:59:50.9179423Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 xfonts-encodings all 1:1.0.5-0ubuntu2 [578 kB]
2025-08-18T21:59:50.9533202Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 xfonts-utils amd64 1:7.7+6build3 [94.4 kB]
2025-08-18T21:59:50.9738183Z Get:11 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 fonts-urw-base35 all 20200910-8 [11.0 MB]
2025-08-18T21:59:51.1423380Z 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-18T21:59:51.1624358Z 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-18T21:59:51.1984288Z Get:14 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libidn12 amd64 1.42-1build1 [55.9 kB]
2025-08-18T21:59:51.2173123Z Get:15 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libijs-0.35 amd64 0.35-15.1build1 [15.3 kB]
2025-08-18T21:59:51.2419006Z Get:16 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libjbig2dec0 amd64 0.20-1build3 [65.0 kB]
2025-08-18T21:59:51.2623866Z Get:17 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libpaper1 amd64 1.1.29build1 [13.4 kB]
2025-08-18T21:59:51.2819270Z Get:18 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libgs10 amd64 10.02.1~dfsg1-0ubuntu7.7 [3897 kB]
2025-08-18T21:59:51.3715668Z 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-18T21:59:51.4378033Z 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-18T21:59:51.4578447Z 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-18T21:59:51.4772129Z 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-18T21:59:51.4963047Z 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-18T21:59:51.5342468Z 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-18T21:59:51.5528429Z Get:25 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libjxr0t64 amd64 1.2~git20170615.f752187-5.1ubuntu2 [181 kB]
2025-08-18T21:59:51.5737901Z 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-18T21:59:51.5928665Z 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-18T21:59:51.6336127Z 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-18T21:59:51.6528989Z 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-18T21:59:51.6721757Z Get:30 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libnetpbm11t64 amd64 2:11.05.02-1.1build1 [114 kB]
2025-08-18T21:59:51.6920887Z Get:31 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libpaper-utils amd64 1.1.29build1 [8650 B]
2025-08-18T21:59:51.7107799Z Get:32 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libtool-bin amd64 2.4.7-7build1 [84.1 kB]
2025-08-18T21:59:51.7302279Z Get:33 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 lzip amd64 1.24.1-1build1 [83.1 kB]
2025-08-18T21:59:51.7494665Z Get:34 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 netpbm amd64 2:11.05.02-1.1build1 [2054 kB]
2025-08-18T21:59:51.8075805Z Get:35 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 musl amd64 1.2.4-2 [416 kB]
2025-08-18T21:59:51.8429295Z Get:36 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 musl-dev amd64 1.2.4-2 [616 kB]
2025-08-18T21:59:51.8789049Z Get:37 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 musl-tools amd64 1.2.4-2 [5540 B]
2025-08-18T21:59:52.1290062Z Preconfiguring packages ...
2025-08-18T21:59:52.1919605Z Fetched 27.5 MB in 1s (21.9 MB/s)
2025-08-18T21:59:52.2129994Z Selecting previously unselected package fonts-droid-fallback.
2025-08-18T21:59:52.2184357Z (Reading database ... 
2025-08-18T21:59:52.2184797Z (Reading database ... 5%
2025-08-18T21:59:52.2185176Z (Reading database ... 10%
2025-08-18T21:59:52.2185543Z (Reading database ... 15%
2025-08-18T21:59:52.2185907Z (Reading database ... 20%
2025-08-18T21:59:52.2186262Z (Reading database ... 25%
2025-08-18T21:59:52.2186619Z (Reading database ... 30%
2025-08-18T21:59:52.2187464Z (Reading database ... 35%
2025-08-18T21:59:52.2187867Z (Reading database ... 40%
2025-08-18T21:59:52.2188223Z (Reading database ... 45%
2025-08-18T21:59:52.2188569Z (Reading database ... 50%
2025-08-18T21:59:52.2287996Z (Reading database ... 55%
2025-08-18T21:59:52.2306282Z (Reading database ... 60%
2025-08-18T21:59:52.2326893Z (Reading database ... 65%
2025-08-18T21:59:52.2363774Z (Reading database ... 70%
2025-08-18T21:59:52.2387999Z (Reading database ... 75%
2025-08-18T21:59:52.2411061Z (Reading database ... 80%
2025-08-18T21:59:52.2556751Z (Reading database ... 85%
2025-08-18T21:59:52.2840244Z (Reading database ... 90%
2025-08-18T21:59:52.2916016Z (Reading database ... 95%
2025-08-18T21:59:52.2916408Z (Reading database ... 100%
2025-08-18T21:59:52.2916942Z (Reading database ... 220072 files and directories currently installed.)
2025-08-18T21:59:52.2961601Z Preparing to unpack .../00-fonts-droid-fallback_1%3a6.0.1r16-1.1build1_all.deb ...
2025-08-18T21:59:52.3168241Z Unpacking fonts-droid-fallback (1:6.0.1r16-1.1build1) ...
2025-08-18T21:59:52.4650419Z Selecting previously unselected package poppler-data.
2025-08-18T21:59:52.4787819Z Preparing to unpack .../01-poppler-data_0.4.12-1_all.deb ...
2025-08-18T21:59:52.4798098Z Unpacking poppler-data (0.4.12-1) ...
2025-08-18T21:59:52.6089730Z Selecting previously unselected package b3sum.
2025-08-18T21:59:52.6229508Z Preparing to unpack .../02-b3sum_1.2.0-1_amd64.deb ...
2025-08-18T21:59:52.6240265Z Unpacking b3sum (1.2.0-1) ...
2025-08-18T21:59:52.6507394Z Selecting previously unselected package build-essential.
2025-08-18T21:59:52.6645989Z Preparing to unpack .../03-build-essential_12.10ubuntu1_amd64.deb ...
2025-08-18T21:59:52.6658327Z Unpacking build-essential (12.10ubuntu1) ...
2025-08-18T21:59:52.6885051Z Selecting previously unselected package libhiredis1.1.0:amd64.
2025-08-18T21:59:52.7022462Z Preparing to unpack .../04-libhiredis1.1.0_1.2.0-6ubuntu3_amd64.deb ...
2025-08-18T21:59:52.7043749Z Unpacking libhiredis1.1.0:amd64 (1.2.0-6ubuntu3) ...
2025-08-18T21:59:52.7272138Z Selecting previously unselected package ccache.
2025-08-18T21:59:52.7409095Z Preparing to unpack .../05-ccache_4.9.1-1_amd64.deb ...
2025-08-18T21:59:52.7420084Z Unpacking ccache (4.9.1-1) ...
2025-08-18T21:59:52.7825960Z Selecting previously unselected package fonts-noto-mono.
2025-08-18T21:59:52.7962728Z Preparing to unpack .../06-fonts-noto-mono_20201225-2_all.deb ...
2025-08-18T21:59:52.7972836Z Unpacking fonts-noto-mono (20201225-2) ...
2025-08-18T21:59:52.8253138Z Selecting previously unselected package xfonts-encodings.
2025-08-18T21:59:52.8389501Z Preparing to unpack .../07-xfonts-encodings_1%3a1.0.5-0ubuntu2_all.deb ...
2025-08-18T21:59:52.8399074Z Unpacking xfonts-encodings (1:1.0.5-0ubuntu2) ...
2025-08-18T21:59:52.8709265Z Selecting previously unselected package xfonts-utils.
2025-08-18T21:59:52.8846795Z Preparing to unpack .../08-xfonts-utils_1%3a7.7+6build3_amd64.deb ...
2025-08-18T21:59:52.8856643Z Unpacking xfonts-utils (1:7.7+6build3) ...
2025-08-18T21:59:52.9297270Z Selecting previously unselected package fonts-urw-base35.
2025-08-18T21:59:52.9435265Z Preparing to unpack .../09-fonts-urw-base35_20200910-8_all.deb ...
2025-08-18T21:59:53.0086090Z Unpacking fonts-urw-base35 (20200910-8) ...
2025-08-18T21:59:53.1055770Z Selecting previously unselected package libgs-common.
2025-08-18T21:59:53.1194302Z Preparing to unpack .../10-libgs-common_10.02.1~dfsg1-0ubuntu7.7_all.deb ...
2025-08-18T21:59:53.1204337Z Unpacking libgs-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-18T21:59:53.1452351Z Selecting previously unselected package libgs10-common.
2025-08-18T21:59:53.1589563Z Preparing to unpack .../11-libgs10-common_10.02.1~dfsg1-0ubuntu7.7_all.deb ...
2025-08-18T21:59:53.1599165Z Unpacking libgs10-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-18T21:59:53.2301087Z Selecting previously unselected package libidn12:amd64.
2025-08-18T21:59:53.2440871Z Preparing to unpack .../12-libidn12_1.42-1build1_amd64.deb ...
2025-08-18T21:59:53.2452200Z Unpacking libidn12:amd64 (1.42-1build1) ...
2025-08-18T21:59:53.2681577Z Selecting previously unselected package libijs-0.35:amd64.
2025-08-18T21:59:53.2818339Z Preparing to unpack .../13-libijs-0.35_0.35-15.1build1_amd64.deb ...
2025-08-18T21:59:53.2828599Z Unpacking libijs-0.35:amd64 (0.35-15.1build1) ...
2025-08-18T21:59:53.3044334Z Selecting previously unselected package libjbig2dec0:amd64.
2025-08-18T21:59:53.3180792Z Preparing to unpack .../14-libjbig2dec0_0.20-1build3_amd64.deb ...
2025-08-18T21:59:53.3191943Z Unpacking libjbig2dec0:amd64 (0.20-1build3) ...
2025-08-18T21:59:53.3428612Z Selecting previously unselected package libpaper1:amd64.
2025-08-18T21:59:53.3563675Z Preparing to unpack .../15-libpaper1_1.1.29build1_amd64.deb ...
2025-08-18T21:59:53.3574186Z Unpacking libpaper1:amd64 (1.1.29build1) ...
2025-08-18T21:59:53.3798044Z Selecting previously unselected package libgs10:amd64.
2025-08-18T21:59:53.3932668Z Preparing to unpack .../16-libgs10_10.02.1~dfsg1-0ubuntu7.7_amd64.deb ...
2025-08-18T21:59:53.3943050Z Unpacking libgs10:amd64 (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-18T21:59:53.4996001Z Selecting previously unselected package ghostscript.
2025-08-18T21:59:53.5133479Z Preparing to unpack .../17-ghostscript_10.02.1~dfsg1-0ubuntu7.7_amd64.deb ...
2025-08-18T21:59:53.5142795Z Unpacking ghostscript (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-18T21:59:53.5446823Z Selecting previously unselected package imagemagick-6.q16.
2025-08-18T21:59:53.5584741Z Preparing to unpack .../18-imagemagick-6.q16_8%3a6.9.12.98+dfsg1-5.2build2_amd64.deb ...
2025-08-18T21:59:53.5593857Z Unpacking imagemagick-6.q16 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-18T21:59:53.6286337Z Selecting previously unselected package imagemagick.
2025-08-18T21:59:53.6425097Z Preparing to unpack .../19-imagemagick_8%3a6.9.12.98+dfsg1-5.2build2_amd64.deb ...
2025-08-18T21:59:53.6435630Z Unpacking imagemagick (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-18T21:59:53.6645223Z Selecting previously unselected package libdjvulibre-text.
2025-08-18T21:59:53.6782233Z Preparing to unpack .../20-libdjvulibre-text_3.5.28-2ubuntu0.24.04.1_all.deb ...
2025-08-18T21:59:53.6791148Z Unpacking libdjvulibre-text (3.5.28-2ubuntu0.24.04.1) ...
2025-08-18T21:59:53.7041914Z Selecting previously unselected package libdjvulibre21:amd64.
2025-08-18T21:59:53.7179145Z Preparing to unpack .../21-libdjvulibre21_3.5.28-2ubuntu0.24.04.1_amd64.deb ...
2025-08-18T21:59:53.7188925Z Unpacking libdjvulibre21:amd64 (3.5.28-2ubuntu0.24.04.1) ...
2025-08-18T21:59:53.7474829Z Selecting previously unselected package libimath-3-1-29t64:amd64.
2025-08-18T21:59:53.7610352Z Preparing to unpack .../22-libimath-3-1-29t64_3.1.9-3.1ubuntu2_amd64.deb ...
2025-08-18T21:59:53.7619982Z Unpacking libimath-3-1-29t64:amd64 (3.1.9-3.1ubuntu2) ...
2025-08-18T21:59:53.7861049Z Selecting previously unselected package libjxr0t64:amd64.
2025-08-18T21:59:53.7999469Z Preparing to unpack .../23-libjxr0t64_1.2~git20170615.f752187-5.1ubuntu2_amd64.deb ...
2025-08-18T21:59:53.8011654Z Unpacking libjxr0t64:amd64 (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-18T21:59:53.8245745Z Selecting previously unselected package libjxr-tools.
2025-08-18T21:59:53.8383704Z Preparing to unpack .../24-libjxr-tools_1.2~git20170615.f752187-5.1ubuntu2_amd64.deb ...
2025-08-18T21:59:53.8393459Z Unpacking libjxr-tools (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-18T21:59:53.8624693Z Selecting previously unselected package libopenexr-3-1-30:amd64.
2025-08-18T21:59:53.8760989Z Preparing to unpack .../25-libopenexr-3-1-30_3.1.5-5.1build3_amd64.deb ...
2025-08-18T21:59:53.8770700Z Unpacking libopenexr-3-1-30:amd64 (3.1.5-5.1build3) ...
2025-08-18T21:59:53.9153614Z Selecting previously unselected package libwmflite-0.2-7:amd64.
2025-08-18T21:59:53.9290448Z Preparing to unpack .../26-libwmflite-0.2-7_0.2.13-1.1build3_amd64.deb ...
2025-08-18T21:59:53.9298856Z Unpacking libwmflite-0.2-7:amd64 (0.2.13-1.1build3) ...
2025-08-18T21:59:53.9505840Z Selecting previously unselected package libmagickcore-6.q16-7-extra:amd64.
2025-08-18T21:59:53.9641735Z Preparing to unpack .../27-libmagickcore-6.q16-7-extra_8%3a6.9.12.98+dfsg1-5.2build2_amd64.deb ...
2025-08-18T21:59:53.9649360Z Unpacking libmagickcore-6.q16-7-extra:amd64 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-18T21:59:53.9923875Z Selecting previously unselected package libnetpbm11t64:amd64.
2025-08-18T21:59:54.0058978Z Preparing to unpack .../28-libnetpbm11t64_2%3a11.05.02-1.1build1_amd64.deb ...
2025-08-18T21:59:54.0069277Z Unpacking libnetpbm11t64:amd64 (2:11.05.02-1.1build1) ...
2025-08-18T21:59:54.0285667Z Selecting previously unselected package libpaper-utils.
2025-08-18T21:59:54.0421334Z Preparing to unpack .../29-libpaper-utils_1.1.29build1_amd64.deb ...
2025-08-18T21:59:54.0429109Z Unpacking libpaper-utils (1.1.29build1) ...
2025-08-18T21:59:54.0634349Z Selecting previously unselected package libtool-bin.
2025-08-18T21:59:54.0771806Z Preparing to unpack .../30-libtool-bin_2.4.7-7build1_amd64.deb ...
2025-08-18T21:59:54.0780427Z Unpacking libtool-bin (2.4.7-7build1) ...
2025-08-18T21:59:54.1002249Z Selecting previously unselected package lzip.
2025-08-18T21:59:54.1137941Z Preparing to unpack .../31-lzip_1.24.1-1build1_amd64.deb ...
2025-08-18T21:59:54.1146642Z Unpacking lzip (1.24.1-1build1) ...
2025-08-18T21:59:54.1365229Z Selecting previously unselected package netpbm.
2025-08-18T21:59:54.1500630Z Preparing to unpack .../32-netpbm_2%3a11.05.02-1.1build1_amd64.deb ...
2025-08-18T21:59:54.1508519Z Unpacking netpbm (2:11.05.02-1.1build1) ...
2025-08-18T21:59:54.3198196Z Selecting previously unselected package musl:amd64.
2025-08-18T21:59:54.3339251Z Preparing to unpack .../33-musl_1.2.4-2_amd64.deb ...
2025-08-18T21:59:54.3347493Z Unpacking musl:amd64 (1.2.4-2) ...
2025-08-18T21:59:54.3638663Z Selecting previously unselected package musl-dev:amd64.
2025-08-18T21:59:54.3779015Z Preparing to unpack .../34-musl-dev_1.2.4-2_amd64.deb ...
2025-08-18T21:59:54.3787881Z Unpacking musl-dev:amd64 (1.2.4-2) ...
2025-08-18T21:59:54.4419383Z Selecting previously unselected package musl-tools.
2025-08-18T21:59:54.4559826Z Preparing to unpack .../35-musl-tools_1.2.4-2_amd64.deb ...
2025-08-18T21:59:54.4568004Z Unpacking musl-tools (1.2.4-2) ...
2025-08-18T21:59:54.4978379Z Setting up libpaper1:amd64 (1.1.29build1) ...
2025-08-18T21:59:54.6260253Z 
2025-08-18T21:59:54.6260997Z Creating config file /etc/papersize with new version
2025-08-18T21:59:54.6765010Z Setting up libtool-bin (2.4.7-7build1) ...
2025-08-18T21:59:54.6784095Z Setting up fonts-noto-mono (20201225-2) ...
2025-08-18T21:59:54.6812133Z Setting up libwmflite-0.2-7:amd64 (0.2.13-1.1build3) ...
2025-08-18T21:59:54.6833005Z Setting up libijs-0.35:amd64 (0.35-15.1build1) ...
2025-08-18T21:59:54.6854336Z Setting up libgs-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-18T21:59:54.6873250Z Setting up libpaper-utils (1.1.29build1) ...
2025-08-18T21:59:54.6892668Z Setting up libnetpbm11t64:amd64 (2:11.05.02-1.1build1) ...
2025-08-18T21:59:54.6911825Z Setting up poppler-data (0.4.12-1) ...
2025-08-18T21:59:54.7004819Z Setting up libjxr0t64:amd64 (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-18T21:59:54.7025003Z Setting up libjbig2dec0:amd64 (0.20-1build3) ...
2025-08-18T21:59:54.7045353Z Setting up lzip (1.24.1-1build1) ...
2025-08-18T21:59:54.7100053Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip (lzip) in auto mode
2025-08-18T21:59:54.7144766Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip-compressor (lzip-compressor) in auto mode
2025-08-18T21:59:54.7188715Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip-decompressor (lzip-decompressor) in auto mode
2025-08-18T21:59:54.7208471Z Setting up xfonts-encodings (1:1.0.5-0ubuntu2) ...
2025-08-18T21:59:54.7227600Z Setting up libimath-3-1-29t64:amd64 (3.1.9-3.1ubuntu2) ...
2025-08-18T21:59:54.7246871Z Setting up libidn12:amd64 (1.42-1build1) ...
2025-08-18T21:59:54.7265673Z Setting up netpbm (2:11.05.02-1.1build1) ...
2025-08-18T21:59:54.7286073Z Setting up imagemagick-6.q16 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-18T21:59:54.7353788Z update-alternatives: using /usr/bin/compare-im6.q16 to provide /usr/bin/compare (compare) in auto mode
2025-08-18T21:59:54.7397209Z update-alternatives: using /usr/bin/compare-im6.q16 to provide /usr/bin/compare-im6 (compare-im6) in auto mode
2025-08-18T21:59:54.7451818Z update-alternatives: using /usr/bin/animate-im6.q16 to provide /usr/bin/animate (animate) in auto mode
2025-08-18T21:59:54.7499757Z update-alternatives: using /usr/bin/animate-im6.q16 to provide /usr/bin/animate-im6 (animate-im6) in auto mode
2025-08-18T21:59:54.7554713Z update-alternatives: using /usr/bin/convert-im6.q16 to provide /usr/bin/convert (convert) in auto mode
2025-08-18T21:59:54.7598075Z update-alternatives: using /usr/bin/convert-im6.q16 to provide /usr/bin/convert-im6 (convert-im6) in auto mode
2025-08-18T21:59:54.7652589Z update-alternatives: using /usr/bin/composite-im6.q16 to provide /usr/bin/composite (composite) in auto mode
2025-08-18T21:59:54.7696633Z update-alternatives: using /usr/bin/composite-im6.q16 to provide /usr/bin/composite-im6 (composite-im6) in auto mode
2025-08-18T21:59:54.7751818Z update-alternatives: using /usr/bin/conjure-im6.q16 to provide /usr/bin/conjure (conjure) in auto mode
2025-08-18T21:59:54.7796642Z update-alternatives: using /usr/bin/conjure-im6.q16 to provide /usr/bin/conjure-im6 (conjure-im6) in auto mode
2025-08-18T21:59:54.7851124Z update-alternatives: using /usr/bin/import-im6.q16 to provide /usr/bin/import (import) in auto mode
2025-08-18T21:59:54.7896146Z update-alternatives: using /usr/bin/import-im6.q16 to provide /usr/bin/import-im6 (import-im6) in auto mode
2025-08-18T21:59:54.7950478Z update-alternatives: using /usr/bin/identify-im6.q16 to provide /usr/bin/identify (identify) in auto mode
2025-08-18T21:59:54.7995453Z update-alternatives: using /usr/bin/identify-im6.q16 to provide /usr/bin/identify-im6 (identify-im6) in auto mode
2025-08-18T21:59:54.8050859Z update-alternatives: using /usr/bin/stream-im6.q16 to provide /usr/bin/stream (stream) in auto mode
2025-08-18T21:59:54.8096555Z update-alternatives: using /usr/bin/stream-im6.q16 to provide /usr/bin/stream-im6 (stream-im6) in auto mode
2025-08-18T21:59:54.8152769Z update-alternatives: using /usr/bin/display-im6.q16 to provide /usr/bin/display (display) in auto mode
2025-08-18T21:59:54.8198878Z update-alternatives: using /usr/bin/display-im6.q16 to provide /usr/bin/display-im6 (display-im6) in auto mode
2025-08-18T21:59:54.8254707Z update-alternatives: using /usr/bin/montage-im6.q16 to provide /usr/bin/montage (montage) in auto mode
2025-08-18T21:59:54.8302073Z update-alternatives: using /usr/bin/montage-im6.q16 to provide /usr/bin/montage-im6 (montage-im6) in auto mode
2025-08-18T21:59:54.8359739Z update-alternatives: using /usr/bin/mogrify-im6.q16 to provide /usr/bin/mogrify (mogrify) in auto mode
2025-08-18T21:59:54.8405974Z update-alternatives: using /usr/bin/mogrify-im6.q16 to provide /usr/bin/mogrify-im6 (mogrify-im6) in auto mode
2025-08-18T21:59:54.8428423Z Setting up b3sum (1.2.0-1) ...
2025-08-18T21:59:54.8447972Z Setting up musl:amd64 (1.2.4-2) ...
2025-08-18T21:59:54.8480070Z Setting up build-essential (12.10ubuntu1) ...
2025-08-18T21:59:54.8499434Z Setting up fonts-droid-fallback (1:6.0.1r16-1.1build1) ...
2025-08-18T21:59:54.8701897Z Setting up libdjvulibre-text (3.5.28-2ubuntu0.24.04.1) ...
2025-08-18T21:59:54.8723576Z Setting up libhiredis1.1.0:amd64 (1.2.0-6ubuntu3) ...
2025-08-18T21:59:54.8753288Z Setting up libjxr-tools (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-18T21:59:54.8799065Z Setting up ccache (4.9.1-1) ...
2025-08-18T21:59:54.8822338Z Updating symlinks in /usr/lib/ccache ...
2025-08-18T21:59:54.9039161Z Setting up libdjvulibre21:amd64 (3.5.28-2ubuntu0.24.04.1) ...
2025-08-18T21:59:54.9059367Z Setting up xfonts-utils (1:7.7+6build3) ...
2025-08-18T21:59:54.9104770Z Setting up musl-dev:amd64 (1.2.4-2) ...
2025-08-18T21:59:54.9136134Z Setting up libopenexr-3-1-30:amd64 (3.1.5-5.1build3) ...
2025-08-18T21:59:54.9155804Z Setting up imagemagick (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-18T21:59:54.9176537Z Setting up libmagickcore-6.q16-7-extra:amd64 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-18T21:59:54.9197579Z Setting up fonts-urw-base35 (20200910-8) ...
2025-08-18T21:59:55.0624958Z Setting up musl-tools (1.2.4-2) ...
2025-08-18T21:59:55.0654243Z Setting up libgs10-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-18T21:59:55.0674343Z Setting up libgs10:amd64 (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-18T21:59:55.0693877Z Setting up ghostscript (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-18T21:59:55.0759541Z Processing triggers for install-info (7.1-3build2) ...
2025-08-18T21:59:55.2342009Z Processing triggers for fontconfig (2.15.0-1.1ubuntu2) ...
2025-08-18T21:59:55.4092142Z Processing triggers for hicolor-icon-theme (0.17-2) ...
2025-08-18T21:59:55.5258860Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-18T21:59:56.7220115Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-18T22:00:03.5630285Z Reading package lists...
2025-08-18T22:00:03.7376967Z Building dependency tree...
2025-08-18T22:00:03.7384443Z Reading state information...
2025-08-18T22:00:03.9118607Z autoconf is already the newest version (2.71-3).
2025-08-18T22:00:03.9119221Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-18T22:00:03.9119619Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-18T22:00:03.9119996Z bison is already the newest version (2:3.8.2+dfsg-1build2).
2025-08-18T22:00:03.9120378Z build-essential is already the newest version (12.10ubuntu1).
2025-08-18T22:00:03.9120756Z ca-certificates is already the newest version (20240203).
2025-08-18T22:00:03.9121098Z flex is already the newest version (2.6.4-8.2build1).
2025-08-18T22:00:03.9121986Z file is already the newest version (1:5.45-3build1).
2025-08-18T22:00:03.9122340Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-18T22:00:03.9122681Z libtool is already the newest version (2.4.7-7build1).
2025-08-18T22:00:03.9123015Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-18T22:00:03.9123348Z patch is already the newest version (2.7.6-7build3).
2025-08-18T22:00:03.9123643Z patch set to manually installed.
2025-08-18T22:00:03.9123946Z patchelf is already the newest version (0.18.0-1.1build1).
2025-08-18T22:00:03.9124299Z pkg-config is already the newest version (1.8.1-2build1).
2025-08-18T22:00:03.9124649Z tree is already the newest version (2.1.1-2ubuntu3).
2025-08-18T22:00:03.9124975Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-18T22:00:03.9125258Z Suggested packages:
2025-08-18T22:00:03.9125458Z   scons-doc
2025-08-18T22:00:03.9278898Z The following NEW packages will be installed:
2025-08-18T22:00:03.9287188Z   autopoint byacc clang qemu-user-static scons
2025-08-18T22:00:03.9464177Z 0 upgraded, 5 newly installed, 0 to remove and 37 not upgraded.
2025-08-18T22:00:03.9464748Z Need to get 15.8 MB of archives.
2025-08-18T22:00:03.9465097Z After this operation, 140 MB of additional disk space will be used.
2025-08-18T22:00:03.9465509Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-18T22:00:04.4993040Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 autopoint all 0.21-14ubuntu2 [422 kB]
2025-08-18T22:00:04.5253177Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 clang amd64 1:18.0-59~exp2 [5846 B]
2025-08-18T22:00:04.5437878Z 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-18T22:00:04.7583873Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 scons all 4.5.2+dfsg-1 [577 kB]
2025-08-18T22:00:04.7982234Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 byacc amd64 1:2.0.20221106-1 [85.5 kB]
2025-08-18T22:00:05.0629313Z Fetched 15.8 MB in 1s (18.3 MB/s)
2025-08-18T22:00:05.0821346Z Selecting previously unselected package autopoint.
2025-08-18T22:00:05.0878368Z (Reading database ... 
2025-08-18T22:00:05.0878804Z (Reading database ... 5%
2025-08-18T22:00:05.0879174Z (Reading database ... 10%
2025-08-18T22:00:05.0879534Z (Reading database ... 15%
2025-08-18T22:00:05.0879905Z (Reading database ... 20%
2025-08-18T22:00:05.0880264Z (Reading database ... 25%
2025-08-18T22:00:05.0880616Z (Reading database ... 30%
2025-08-18T22:00:05.0881739Z (Reading database ... 35%
2025-08-18T22:00:05.0882103Z (Reading database ... 40%
2025-08-18T22:00:05.0882461Z (Reading database ... 45%
2025-08-18T22:00:05.0882747Z (Reading database ... 50%
2025-08-18T22:00:05.0987516Z (Reading database ... 55%
2025-08-18T22:00:05.1008170Z (Reading database ... 60%
2025-08-18T22:00:05.1031225Z (Reading database ... 65%
2025-08-18T22:00:05.1071270Z (Reading database ... 70%
2025-08-18T22:00:05.1094492Z (Reading database ... 75%
2025-08-18T22:00:05.1119535Z (Reading database ... 80%
2025-08-18T22:00:05.1149975Z (Reading database ... 85%
2025-08-18T22:00:05.1558784Z (Reading database ... 90%
2025-08-18T22:00:05.1635672Z (Reading database ... 95%
2025-08-18T22:00:05.1636100Z (Reading database ... 100%
2025-08-18T22:00:05.1636625Z (Reading database ... 222565 files and directories currently installed.)
2025-08-18T22:00:05.1682244Z Preparing to unpack .../autopoint_0.21-14ubuntu2_all.deb ...
2025-08-18T22:00:05.1692971Z Unpacking autopoint (0.21-14ubuntu2) ...
2025-08-18T22:00:05.1940182Z Selecting previously unselected package clang.
2025-08-18T22:00:05.2080811Z Preparing to unpack .../clang_1%3a18.0-59~exp2_amd64.deb ...
2025-08-18T22:00:05.2090788Z Unpacking clang (1:18.0-59~exp2) ...
2025-08-18T22:00:05.2319247Z Selecting previously unselected package qemu-user-static.
2025-08-18T22:00:05.2458901Z Preparing to unpack .../qemu-user-static_1%3a8.2.2+ds-0ubuntu1.9_amd64.deb ...
2025-08-18T22:00:05.2468223Z Unpacking qemu-user-static (1:8.2.2+ds-0ubuntu1.9) ...
2025-08-18T22:00:05.6754756Z Selecting previously unselected package scons.
2025-08-18T22:00:05.6894648Z Preparing to unpack .../scons_4.5.2+dfsg-1_all.deb ...
2025-08-18T22:00:05.6903496Z Unpacking scons (4.5.2+dfsg-1) ...
2025-08-18T22:00:05.7584957Z Selecting previously unselected package byacc.
2025-08-18T22:00:05.7727426Z Preparing to unpack .../byacc_1%3a2.0.20221106-1_amd64.deb ...
2025-08-18T22:00:05.7737193Z Unpacking byacc (1:2.0.20221106-1) ...
2025-08-18T22:00:05.8155924Z Setting up qemu-user-static (1:8.2.2+ds-0ubuntu1.9) ...
2025-08-18T22:00:05.8198008Z Setting up byacc (1:2.0.20221106-1) ...
2025-08-18T22:00:05.8275886Z Setting up clang (1:18.0-59~exp2) ...
2025-08-18T22:00:05.8510062Z Setting up scons (4.5.2+dfsg-1) ...
2025-08-18T22:00:06.2549087Z Setting up autopoint (0.21-14ubuntu2) ...
2025-08-18T22:00:06.2577096Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-18T22:00:10.1683786Z Processing triggers for systemd (255.4-1ubuntu8.10) ...
2025-08-18T22:00:11.6964184Z Reading package lists...
2025-08-18T22:00:11.8691187Z Building dependency tree...
2025-08-18T22:00:11.8698988Z Reading state information...
2025-08-18T22:00:12.0405351Z The following additional packages will be installed:
2025-08-18T22:00:12.0406209Z   libb-hooks-op-check-perl libclass-method-modifiers-perl
2025-08-18T22:00:12.0407006Z   libclass-xsaccessor-perl libdevel-callchecker-perl
2025-08-18T22:00:12.0407928Z   libdynaloader-functions-perl libfile-dirlist-perl libfile-homedir-perl
2025-08-18T22:00:12.0409051Z   libfile-listing-perl libfile-touch-perl libfile-which-perl libhtml-tree-perl
2025-08-18T22:00:12.0410088Z   libhttp-cookies-perl libhttp-negotiate-perl libimport-into-perl
2025-08-18T22:00:12.0410939Z   libio-socket-ssl-perl liblwp-protocol-https-perl libmodule-runtime-perl
2025-08-18T22:00:12.0412512Z   libmoo-perl libnet-http-perl libnet-ssleay-perl libparams-classify-perl
2025-08-18T22:00:12.0413156Z   librole-tiny-perl libsub-quote-perl libtry-tiny-perl libwww-perl
2025-08-18T22:00:12.0415288Z   libwww-robotrules-perl patchutils perl-openssl-defaults wdiff
2025-08-18T22:00:12.0424518Z Suggested packages:
2025-08-18T22:00:12.0425033Z   adequate at autopkgtest bls-standalone bsd-mailx | mailx
2025-08-18T22:00:12.0425540Z   check-all-the-things cvs-buildpackage debhelper diffoscope disorderfs
2025-08-18T22:00:12.0426021Z   dose-extra duck elpa-devscripts faketime gnuplot how-can-i-help
2025-08-18T22:00:12.0426601Z   libauthen-sasl-perl libdbd-pg-perl libfile-desktopentry-perl
2025-08-18T22:00:12.0427102Z   libterm-size-perl libyaml-syck-perl mmdebstrap mutt piuparts pristine-lfs
2025-08-18T22:00:12.0427593Z   quilt ratt reprotest svn-buildpackage w3m debian-keyring equivs
2025-08-18T22:00:12.0428071Z   libgitlab-api-v4-perl libsoap-lite-perl pristine-tar libcrypt-ssleay-perl
2025-08-18T22:00:12.0428609Z   libscalar-number-perl libxstring-perl libsub-name-perl libauthen-ntlm-perl
2025-08-18T22:00:12.0429007Z   wdiff-doc
2025-08-18T22:00:12.0429211Z Recommended packages:
2025-08-18T22:00:12.0429563Z   dctrl-tools dput | dupload libdistro-info-perl libgit-wrapper-perl
2025-08-18T22:00:12.0430114Z   liblist-compare-perl libstring-shellquote-perl licensecheck lintian
2025-08-18T22:00:12.0430610Z   python3-unidiff python3-xdg libhtml-format-perl libnamespace-clean-perl
2025-08-18T22:00:12.0431121Z   libdata-dump-perl libhtml-form-perl libhttp-daemon-perl libmailtools-perl
2025-08-18T22:00:12.0644358Z The following NEW packages will be installed:
2025-08-18T22:00:12.0645638Z   devscripts libb-hooks-op-check-perl libclass-method-modifiers-perl
2025-08-18T22:00:12.0646581Z   libclass-xsaccessor-perl libdevel-callchecker-perl
2025-08-18T22:00:12.0647377Z   libdynaloader-functions-perl libfile-dirlist-perl libfile-homedir-perl
2025-08-18T22:00:12.0648376Z   libfile-listing-perl libfile-touch-perl libfile-which-perl libhtml-tree-perl
2025-08-18T22:00:12.0648959Z   libhttp-cookies-perl libhttp-negotiate-perl libimport-into-perl
2025-08-18T22:00:12.0649741Z   libio-socket-ssl-perl liblwp-protocol-https-perl libmodule-runtime-perl
2025-08-18T22:00:12.0650477Z   libmoo-perl libnet-http-perl libnet-ssleay-perl libparams-classify-perl
2025-08-18T22:00:12.0651304Z   librole-tiny-perl libsub-quote-perl libtry-tiny-perl libwww-perl
2025-08-18T22:00:12.0655239Z   libwww-robotrules-perl patchutils perl-openssl-defaults wdiff
2025-08-18T22:00:12.0844299Z 0 upgraded, 30 newly installed, 0 to remove and 37 not upgraded.
2025-08-18T22:00:12.0844925Z Need to get 2417 kB of archives.
2025-08-18T22:00:12.0845502Z After this operation, 7084 kB of additional disk space will be used.
2025-08-18T22:00:12.0846170Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-18T22:00:12.1232906Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libfile-dirlist-perl all 0.05-3 [7286 B]
2025-08-18T22:00:12.1425726Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libfile-which-perl all 1.27-2 [12.5 kB]
2025-08-18T22:00:12.1616971Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libfile-homedir-perl all 1.006-2 [37.0 kB]
2025-08-18T22:00:12.1807250Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libfile-touch-perl all 0.12-2 [7498 B]
2025-08-18T22:00:12.1994673Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libclass-method-modifiers-perl all 2.15-1 [16.1 kB]
2025-08-18T22:00:12.2184763Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libclass-xsaccessor-perl amd64 1.19-4build4 [33.1 kB]
2025-08-18T22:00:12.2387340Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libb-hooks-op-check-perl amd64 0.22-3build1 [9518 B]
2025-08-18T22:00:12.2624142Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libdynaloader-functions-perl all 0.003-3 [12.1 kB]
2025-08-18T22:00:12.2834507Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libdevel-callchecker-perl amd64 0.008-2build3 [13.2 kB]
2025-08-18T22:00:12.3121889Z Get:11 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libparams-classify-perl amd64 0.015-2build5 [20.1 kB]
2025-08-18T22:00:12.3302734Z Get:12 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libmodule-runtime-perl all 0.016-2 [16.4 kB]
2025-08-18T22:00:12.3490713Z Get:13 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libimport-into-perl all 1.002005-2 [10.7 kB]
2025-08-18T22:00:12.3672868Z Get:14 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 librole-tiny-perl all 2.002004-1 [16.3 kB]
2025-08-18T22:00:12.3856016Z Get:15 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libsub-quote-perl all 2.006008-1ubuntu1 [20.7 kB]
2025-08-18T22:00:12.4046360Z Get:16 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libmoo-perl all 2.005005-1 [47.4 kB]
2025-08-18T22:00:12.4229053Z Get:17 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libfile-listing-perl all 6.16-1 [11.3 kB]
2025-08-18T22:00:12.4412378Z Get:18 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libhtml-tree-perl all 5.07-3 [200 kB]
2025-08-18T22:00:12.5086220Z Get:19 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libhttp-cookies-perl all 6.11-1 [18.2 kB]
2025-08-18T22:00:12.5272997Z Get:20 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libhttp-negotiate-perl all 6.01-2 [12.4 kB]
2025-08-18T22:00:12.5466305Z Get:21 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 perl-openssl-defaults amd64 7build3 [6626 B]
2025-08-18T22:00:12.5648448Z Get:22 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libnet-ssleay-perl amd64 1.94-1build4 [316 kB]
2025-08-18T22:00:12.5862116Z Get:23 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libio-socket-ssl-perl all 2.085-1 [195 kB]
2025-08-18T22:00:12.6056601Z Get:24 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libnet-http-perl all 6.23-1 [22.3 kB]
2025-08-18T22:00:12.6243335Z Get:25 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 liblwp-protocol-https-perl all 6.13-1 [9006 B]
2025-08-18T22:00:12.6422822Z Get:26 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libtry-tiny-perl all 0.31-2 [20.8 kB]
2025-08-18T22:00:12.6607779Z Get:27 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libwww-robotrules-perl all 6.02-1 [12.6 kB]
2025-08-18T22:00:12.6788280Z Get:28 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libwww-perl all 6.76-1 [138 kB]
2025-08-18T22:00:12.6992397Z Get:29 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 patchutils amd64 0.4.2-1build3 [77.0 kB]
2025-08-18T22:00:12.7199299Z Get:30 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 wdiff amd64 1.2.2-6build1 [29.1 kB]
2025-08-18T22:00:12.7394962Z Get:31 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 devscripts all 2.23.7 [1069 kB]
2025-08-18T22:00:13.0262793Z Fetched 2417 kB in 1s (3511 kB/s)
2025-08-18T22:00:13.0444489Z Selecting previously unselected package libfile-dirlist-perl.
2025-08-18T22:00:13.0498722Z (Reading database ... 
2025-08-18T22:00:13.0499150Z (Reading database ... 5%
2025-08-18T22:00:13.0499524Z (Reading database ... 10%
2025-08-18T22:00:13.0499911Z (Reading database ... 15%
2025-08-18T22:00:13.0500276Z (Reading database ... 20%
2025-08-18T22:00:13.0500624Z (Reading database ... 25%
2025-08-18T22:00:13.0500969Z (Reading database ... 30%
2025-08-18T22:00:13.0501196Z (Reading database ... 35%
2025-08-18T22:00:13.0501626Z (Reading database ... 40%
2025-08-18T22:00:13.0502003Z (Reading database ... 45%
2025-08-18T22:00:13.0502337Z (Reading database ... 50%
2025-08-18T22:00:13.0607895Z (Reading database ... 55%
2025-08-18T22:00:13.0628035Z (Reading database ... 60%
2025-08-18T22:00:13.0650599Z (Reading database ... 65%
2025-08-18T22:00:13.0690521Z (Reading database ... 70%
2025-08-18T22:00:13.0711766Z (Reading database ... 75%
2025-08-18T22:00:13.0737715Z (Reading database ... 80%
2025-08-18T22:00:13.0768104Z (Reading database ... 85%
2025-08-18T22:00:13.1181692Z (Reading database ... 90%
2025-08-18T22:00:13.1259981Z (Reading database ... 95%
2025-08-18T22:00:13.1260396Z (Reading database ... 100%
2025-08-18T22:00:13.1260944Z (Reading database ... 223013 files and directories currently installed.)
2025-08-18T22:00:13.1304846Z Preparing to unpack .../00-libfile-dirlist-perl_0.05-3_all.deb ...
2025-08-18T22:00:13.1347170Z Unpacking libfile-dirlist-perl (0.05-3) ...
2025-08-18T22:00:13.1566948Z Selecting previously unselected package libfile-which-perl.
2025-08-18T22:00:13.1704691Z Preparing to unpack .../01-libfile-which-perl_1.27-2_all.deb ...
2025-08-18T22:00:13.1713187Z Unpacking libfile-which-perl (1.27-2) ...
2025-08-18T22:00:13.1913207Z Selecting previously unselected package libfile-homedir-perl.
2025-08-18T22:00:13.2049985Z Preparing to unpack .../02-libfile-homedir-perl_1.006-2_all.deb ...
2025-08-18T22:00:13.2058520Z Unpacking libfile-homedir-perl (1.006-2) ...
2025-08-18T22:00:13.2289069Z Selecting previously unselected package libfile-touch-perl.
2025-08-18T22:00:13.2427737Z Preparing to unpack .../03-libfile-touch-perl_0.12-2_all.deb ...
2025-08-18T22:00:13.2436799Z Unpacking libfile-touch-perl (0.12-2) ...
2025-08-18T22:00:13.2634652Z Selecting previously unselected package libclass-method-modifiers-perl.
2025-08-18T22:00:13.2771085Z Preparing to unpack .../04-libclass-method-modifiers-perl_2.15-1_all.deb ...
2025-08-18T22:00:13.2779422Z Unpacking libclass-method-modifiers-perl (2.15-1) ...
2025-08-18T22:00:13.2983505Z Selecting previously unselected package libclass-xsaccessor-perl.
2025-08-18T22:00:13.3119425Z Preparing to unpack .../05-libclass-xsaccessor-perl_1.19-4build4_amd64.deb ...
2025-08-18T22:00:13.3132011Z Unpacking libclass-xsaccessor-perl (1.19-4build4) ...
2025-08-18T22:00:13.3350580Z Selecting previously unselected package libb-hooks-op-check-perl:amd64.
2025-08-18T22:00:13.3486442Z Preparing to unpack .../06-libb-hooks-op-check-perl_0.22-3build1_amd64.deb ...
2025-08-18T22:00:13.3494083Z Unpacking libb-hooks-op-check-perl:amd64 (0.22-3build1) ...
2025-08-18T22:00:13.3711181Z Selecting previously unselected package libdynaloader-functions-perl.
2025-08-18T22:00:13.3847645Z Preparing to unpack .../07-libdynaloader-functions-perl_0.003-3_all.deb ...
2025-08-18T22:00:13.3857146Z Unpacking libdynaloader-functions-perl (0.003-3) ...
2025-08-18T22:00:13.4064351Z Selecting previously unselected package libdevel-callchecker-perl:amd64.
2025-08-18T22:00:13.4201590Z Preparing to unpack .../08-libdevel-callchecker-perl_0.008-2build3_amd64.deb ...
2025-08-18T22:00:13.4209995Z Unpacking libdevel-callchecker-perl:amd64 (0.008-2build3) ...
2025-08-18T22:00:13.4417353Z Selecting previously unselected package libparams-classify-perl:amd64.
2025-08-18T22:00:13.4553721Z Preparing to unpack .../09-libparams-classify-perl_0.015-2build5_amd64.deb ...
2025-08-18T22:00:13.4562016Z Unpacking libparams-classify-perl:amd64 (0.015-2build5) ...
2025-08-18T22:00:13.4767643Z Selecting previously unselected package libmodule-runtime-perl.
2025-08-18T22:00:13.4904436Z Preparing to unpack .../10-libmodule-runtime-perl_0.016-2_all.deb ...
2025-08-18T22:00:13.4913609Z Unpacking libmodule-runtime-perl (0.016-2) ...
2025-08-18T22:00:13.5113919Z Selecting previously unselected package libimport-into-perl.
2025-08-18T22:00:13.5250044Z Preparing to unpack .../11-libimport-into-perl_1.002005-2_all.deb ...
2025-08-18T22:00:13.5259599Z Unpacking libimport-into-perl (1.002005-2) ...
2025-08-18T22:00:13.5464172Z Selecting previously unselected package librole-tiny-perl.
2025-08-18T22:00:13.5600945Z Preparing to unpack .../12-librole-tiny-perl_2.002004-1_all.deb ...
2025-08-18T22:00:13.5608564Z Unpacking librole-tiny-perl (2.002004-1) ...
2025-08-18T22:00:13.5833725Z Selecting previously unselected package libsub-quote-perl.
2025-08-18T22:00:13.5969875Z Preparing to unpack .../13-libsub-quote-perl_2.006008-1ubuntu1_all.deb ...
2025-08-18T22:00:13.5978667Z Unpacking libsub-quote-perl (2.006008-1ubuntu1) ...
2025-08-18T22:00:13.6180180Z Selecting previously unselected package libmoo-perl.
2025-08-18T22:00:13.6317230Z Preparing to unpack .../14-libmoo-perl_2.005005-1_all.deb ...
2025-08-18T22:00:13.6326770Z Unpacking libmoo-perl (2.005005-1) ...
2025-08-18T22:00:13.6553789Z Selecting previously unselected package libfile-listing-perl.
2025-08-18T22:00:13.6690050Z Preparing to unpack .../15-libfile-listing-perl_6.16-1_all.deb ...
2025-08-18T22:00:13.6698333Z Unpacking libfile-listing-perl (6.16-1) ...
2025-08-18T22:00:13.6895494Z Selecting previously unselected package libhtml-tree-perl.
2025-08-18T22:00:13.7032507Z Preparing to unpack .../16-libhtml-tree-perl_5.07-3_all.deb ...
2025-08-18T22:00:13.7040422Z Unpacking libhtml-tree-perl (5.07-3) ...
2025-08-18T22:00:13.7302916Z Selecting previously unselected package libhttp-cookies-perl.
2025-08-18T22:00:13.7442036Z Preparing to unpack .../17-libhttp-cookies-perl_6.11-1_all.deb ...
2025-08-18T22:00:13.7450507Z Unpacking libhttp-cookies-perl (6.11-1) ...
2025-08-18T22:00:13.7655592Z Selecting previously unselected package libhttp-negotiate-perl.
2025-08-18T22:00:13.7793293Z Preparing to unpack .../18-libhttp-negotiate-perl_6.01-2_all.deb ...
2025-08-18T22:00:13.7800412Z Unpacking libhttp-negotiate-perl (6.01-2) ...
2025-08-18T22:00:13.8000680Z Selecting previously unselected package perl-openssl-defaults:amd64.
2025-08-18T22:00:13.8138382Z Preparing to unpack .../19-perl-openssl-defaults_7build3_amd64.deb ...
2025-08-18T22:00:13.8170917Z Unpacking perl-openssl-defaults:amd64 (7build3) ...
2025-08-18T22:00:14.3316661Z Selecting previously unselected package libnet-ssleay-perl:amd64.
2025-08-18T22:00:14.3457265Z Preparing to unpack .../20-libnet-ssleay-perl_1.94-1build4_amd64.deb ...
2025-08-18T22:00:14.3465684Z Unpacking libnet-ssleay-perl:amd64 (1.94-1build4) ...
2025-08-18T22:00:14.3913296Z Selecting previously unselected package libio-socket-ssl-perl.
2025-08-18T22:00:14.4054040Z Preparing to unpack .../21-libio-socket-ssl-perl_2.085-1_all.deb ...
2025-08-18T22:00:14.4062433Z Unpacking libio-socket-ssl-perl (2.085-1) ...
2025-08-18T22:00:14.4319093Z Selecting previously unselected package libnet-http-perl.
2025-08-18T22:00:14.4457493Z Preparing to unpack .../22-libnet-http-perl_6.23-1_all.deb ...
2025-08-18T22:00:14.4465661Z Unpacking libnet-http-perl (6.23-1) ...
2025-08-18T22:00:14.4674645Z Selecting previously unselected package liblwp-protocol-https-perl.
2025-08-18T22:00:14.4814142Z Preparing to unpack .../23-liblwp-protocol-https-perl_6.13-1_all.deb ...
2025-08-18T22:00:14.4823033Z Unpacking liblwp-protocol-https-perl (6.13-1) ...
2025-08-18T22:00:14.5027973Z Selecting previously unselected package libtry-tiny-perl.
2025-08-18T22:00:14.5165469Z Preparing to unpack .../24-libtry-tiny-perl_0.31-2_all.deb ...
2025-08-18T22:00:14.5173748Z Unpacking libtry-tiny-perl (0.31-2) ...
2025-08-18T22:00:14.5378458Z Selecting previously unselected package libwww-robotrules-perl.
2025-08-18T22:00:14.5516478Z Preparing to unpack .../25-libwww-robotrules-perl_6.02-1_all.deb ...
2025-08-18T22:00:14.5524270Z Unpacking libwww-robotrules-perl (6.02-1) ...
2025-08-18T22:00:14.5743732Z Selecting previously unselected package libwww-perl.
2025-08-18T22:00:14.5882184Z Preparing to unpack .../26-libwww-perl_6.76-1_all.deb ...
2025-08-18T22:00:14.5890718Z Unpacking libwww-perl (6.76-1) ...
2025-08-18T22:00:14.6209487Z Selecting previously unselected package patchutils.
2025-08-18T22:00:14.6348017Z Preparing to unpack .../27-patchutils_0.4.2-1build3_amd64.deb ...
2025-08-18T22:00:14.6356954Z Unpacking patchutils (0.4.2-1build3) ...
2025-08-18T22:00:14.6618291Z Selecting previously unselected package wdiff.
2025-08-18T22:00:14.6756007Z Preparing to unpack .../28-wdiff_1.2.2-6build1_amd64.deb ...
2025-08-18T22:00:14.6765689Z Unpacking wdiff (1.2.2-6build1) ...
2025-08-18T22:00:14.7005631Z Selecting previously unselected package devscripts.
2025-08-18T22:00:14.7142391Z Preparing to unpack .../29-devscripts_2.23.7_all.deb ...
2025-08-18T22:00:14.7336633Z Unpacking devscripts (2.23.7) ...
2025-08-18T22:00:14.8619476Z Setting up wdiff (1.2.2-6build1) ...
2025-08-18T22:00:14.8651654Z Setting up libhttp-negotiate-perl (6.01-2) ...
2025-08-18T22:00:14.8675860Z Setting up libfile-which-perl (1.27-2) ...
2025-08-18T22:00:14.8695841Z Setting up libfile-listing-perl (6.16-1) ...
2025-08-18T22:00:14.8715753Z Setting up libdynaloader-functions-perl (0.003-3) ...
2025-08-18T22:00:14.8737473Z Setting up libclass-method-modifiers-perl (2.15-1) ...
2025-08-18T22:00:14.8758325Z Setting up libhttp-cookies-perl (6.11-1) ...
2025-08-18T22:00:14.8777929Z Setting up libhtml-tree-perl (5.07-3) ...
2025-08-18T22:00:14.8798979Z Setting up libtry-tiny-perl (0.31-2) ...
2025-08-18T22:00:14.8819725Z Setting up perl-openssl-defaults:amd64 (7build3) ...
2025-08-18T22:00:14.8839054Z Setting up libnet-http-perl (6.23-1) ...
2025-08-18T22:00:14.8861633Z Setting up patchutils (0.4.2-1build3) ...
2025-08-18T22:00:14.8885208Z Setting up libb-hooks-op-check-perl:amd64 (0.22-3build1) ...
2025-08-18T22:00:14.8906731Z Setting up libwww-robotrules-perl (6.02-1) ...
2025-08-18T22:00:14.8932074Z Setting up librole-tiny-perl (2.002004-1) ...
2025-08-18T22:00:14.8970625Z Setting up libsub-quote-perl (2.006008-1ubuntu1) ...
2025-08-18T22:00:14.8992004Z Setting up libclass-xsaccessor-perl (1.19-4build4) ...
2025-08-18T22:00:14.9016944Z Setting up libfile-dirlist-perl (0.05-3) ...
2025-08-18T22:00:14.9040133Z Setting up libfile-homedir-perl (1.006-2) ...
2025-08-18T22:00:14.9062748Z Setting up libfile-touch-perl (0.12-2) ...
2025-08-18T22:00:14.9084246Z Setting up libnet-ssleay-perl:amd64 (1.94-1build4) ...
2025-08-18T22:00:14.9118600Z Setting up libdevel-callchecker-perl:amd64 (0.008-2build3) ...
2025-08-18T22:00:14.9142119Z Setting up libio-socket-ssl-perl (2.085-1) ...
2025-08-18T22:00:14.9162405Z Setting up libparams-classify-perl:amd64 (0.015-2build5) ...
2025-08-18T22:00:14.9186268Z Setting up libmodule-runtime-perl (0.016-2) ...
2025-08-18T22:00:14.9207297Z Setting up libimport-into-perl (1.002005-2) ...
2025-08-18T22:00:14.9227500Z Setting up libmoo-perl (2.005005-1) ...
2025-08-18T22:00:14.9255526Z Setting up libwww-perl (6.76-1) ...
2025-08-18T22:00:14.9283077Z Setting up devscripts (2.23.7) ...
2025-08-18T22:00:15.0531105Z Setting up liblwp-protocol-https-perl (6.13-1) ...
2025-08-18T22:00:15.0562281Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-18T22:00:19.3900848Z Processing triggers for install-info (7.1-3build2) ...
2025-08-18T22:00:20.9842119Z Reading package lists...
2025-08-18T22:00:21.1570393Z Building dependency tree...
2025-08-18T22:00:21.1578216Z Reading state information...
2025-08-18T22:00:21.3347781Z The following additional packages will be installed:
2025-08-18T22:00:21.3359826Z   cmake-data libjsoncpp25 librhash0
2025-08-18T22:00:21.3370111Z Suggested packages:
2025-08-18T22:00:21.3370574Z   cmake-doc cmake-format elpa-cmake-mode ninja-build
2025-08-18T22:00:21.3526802Z The following NEW packages will be installed:
2025-08-18T22:00:21.3535226Z   cmake cmake-data libjsoncpp25 librhash0
2025-08-18T22:00:21.3714353Z 0 upgraded, 4 newly installed, 0 to remove and 37 not upgraded.
2025-08-18T22:00:21.3715097Z Need to get 13.6 MB of archives.
2025-08-18T22:00:21.3715662Z After this operation, 49.1 MB of additional disk space will be used.
2025-08-18T22:00:21.3716233Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-18T22:00:21.4044209Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libjsoncpp25 amd64 1.9.5-6build1 [82.8 kB]
2025-08-18T22:00:21.4265895Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 librhash0 amd64 1.4.3-3build1 [129 kB]
2025-08-18T22:00:21.4466385Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 cmake-data all 3.28.3-1build7 [2155 kB]
2025-08-18T22:00:21.5060924Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 cmake amd64 3.28.3-1build7 [11.2 MB]
2025-08-18T22:00:22.0064560Z Fetched 13.6 MB in 0s (35.5 MB/s)
2025-08-18T22:00:22.0260398Z Selecting previously unselected package libjsoncpp25:amd64.
2025-08-18T22:00:22.0318502Z (Reading database ... 
2025-08-18T22:00:22.0318966Z (Reading database ... 5%
2025-08-18T22:00:22.0319343Z (Reading database ... 10%
2025-08-18T22:00:22.0319717Z (Reading database ... 15%
2025-08-18T22:00:22.0320079Z (Reading database ... 20%
2025-08-18T22:00:22.0320441Z (Reading database ... 25%
2025-08-18T22:00:22.0320832Z (Reading database ... 30%
2025-08-18T22:00:22.0321620Z (Reading database ... 35%
2025-08-18T22:00:22.0321981Z (Reading database ... 40%
2025-08-18T22:00:22.0322334Z (Reading database ... 45%
2025-08-18T22:00:22.0323508Z (Reading database ... 50%
2025-08-18T22:00:22.0409835Z (Reading database ... 55%
2025-08-18T22:00:22.0448909Z (Reading database ... 60%
2025-08-18T22:00:22.0472400Z (Reading database ... 65%
2025-08-18T22:00:22.0514927Z (Reading database ... 70%
2025-08-18T22:00:22.0537002Z (Reading database ... 75%
2025-08-18T22:00:22.0563957Z (Reading database ... 80%
2025-08-18T22:00:22.0593859Z (Reading database ... 85%
2025-08-18T22:00:22.1010952Z (Reading database ... 90%
2025-08-18T22:00:22.1089448Z (Reading database ... 95%
2025-08-18T22:00:22.1089855Z (Reading database ... 100%
2025-08-18T22:00:22.1090377Z (Reading database ... 223948 files and directories currently installed.)
2025-08-18T22:00:22.1134216Z Preparing to unpack .../libjsoncpp25_1.9.5-6build1_amd64.deb ...
2025-08-18T22:00:22.1153845Z Unpacking libjsoncpp25:amd64 (1.9.5-6build1) ...
2025-08-18T22:00:22.1397053Z Selecting previously unselected package librhash0:amd64.
2025-08-18T22:00:22.1534508Z Preparing to unpack .../librhash0_1.4.3-3build1_amd64.deb ...
2025-08-18T22:00:22.1544145Z Unpacking librhash0:amd64 (1.4.3-3build1) ...
2025-08-18T22:00:22.1783122Z Selecting previously unselected package cmake-data.
2025-08-18T22:00:22.1921682Z Preparing to unpack .../cmake-data_3.28.3-1build7_all.deb ...
2025-08-18T22:00:22.1987133Z Unpacking cmake-data (3.28.3-1build7) ...
2025-08-18T22:00:22.7526130Z Selecting previously unselected package cmake.
2025-08-18T22:00:22.7680784Z Preparing to unpack .../cmake_3.28.3-1build7_amd64.deb ...
2025-08-18T22:00:22.7688040Z Unpacking cmake (3.28.3-1build7) ...
2025-08-18T22:00:22.9498796Z Setting up libjsoncpp25:amd64 (1.9.5-6build1) ...
2025-08-18T22:00:22.9520686Z Setting up librhash0:amd64 (1.4.3-3build1) ...
2025-08-18T22:00:22.9545371Z Setting up cmake-data (3.28.3-1build7) ...
2025-08-18T22:00:22.9611022Z Setting up cmake (3.28.3-1build7) ...
2025-08-18T22:00:22.9636556Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-18T22:00:27.0677510Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-18T22:00:27.6342899Z 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-18T22:00:27.6344031Z Running kernel seems to be up-to-date.
2025-08-18T22:00:27.6344233Z 
2025-08-18T22:00:27.6344324Z Restarting services...
2025-08-18T22:00:27.6404742Z 
2025-08-18T22:00:27.6405096Z Service restarts being deferred:
2025-08-18T22:00:27.6405637Z  systemctl restart hosted-compute-agent.service
2025-08-18T22:00:27.6405997Z 
2025-08-18T22:00:27.6406162Z No containers need to be restarted.
2025-08-18T22:00:27.6406451Z 
2025-08-18T22:00:27.6406641Z No user sessions are running outdated binaries.
2025-08-18T22:00:27.6406995Z 
2025-08-18T22:00:27.6407299Z No VM guests are running outdated hypervisor (qemu) binaries on this host.
2025-08-18T22:00:28.5878047Z Reading package lists...
2025-08-18T22:00:28.7633289Z Building dependency tree...
2025-08-18T22:00:28.7642336Z Reading state information...
2025-08-18T22:00:28.9632191Z aria2 is already the newest version (1.37.0+debian-1build3).
2025-08-18T22:00:28.9632902Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-18T22:00:28.9633485Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-18T22:00:28.9634053Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-18T22:00:28.9634612Z b3sum is already the newest version (1.2.0-1).
2025-08-18T22:00:28.9635193Z build-essential is already the newest version (12.10ubuntu1).
2025-08-18T22:00:28.9635809Z ca-certificates is already the newest version (20240203).
2025-08-18T22:00:28.9636376Z ccache is already the newest version (4.9.1-1).
2025-08-18T22:00:28.9636965Z diffutils is already the newest version (1:3.10-1build1).
2025-08-18T22:00:28.9637840Z dos2unix is already the newest version (7.5.1-1).
2025-08-18T22:00:28.9638389Z gawk is already the newest version (1:5.2.1-2build3).
2025-08-18T22:00:28.9638922Z git-lfs is already the newest version (3.7.0).
2025-08-18T22:00:28.9639539Z imagemagick is already the newest version (8:6.9.12.98+dfsg1-5.2build2).
2025-08-18T22:00:28.9640159Z lzip is already the newest version (1.24.1-1build1).
2025-08-18T22:00:28.9640665Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-18T22:00:28.9641033Z libtool is already the newest version (2.4.7-7build1).
2025-08-18T22:00:28.9641560Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-18T22:00:28.9641920Z make is already the newest version (4.3-4.1build2).
2025-08-18T22:00:28.9642319Z musl is already the newest version (1.2.4-2).
2025-08-18T22:00:28.9642823Z musl-dev is already the newest version (1.2.4-2).
2025-08-18T22:00:28.9643351Z musl-tools is already the newest version (1.2.4-2).
2025-08-18T22:00:28.9643956Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-18T22:00:28.9644373Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-18T22:00:28.9644912Z texinfo is already the newest version (7.1-3build2).
2025-08-18T22:00:28.9645359Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-18T22:00:28.9645810Z 0 upgraded, 0 newly installed, 0 to remove and 37 not upgraded.
2025-08-18T22:00:28.9873277Z Reading package lists...
2025-08-18T22:00:29.1645920Z Building dependency tree...
2025-08-18T22:00:29.1654683Z Reading state information...
2025-08-18T22:00:29.3578144Z autoconf is already the newest version (2.71-3).
2025-08-18T22:00:29.3579078Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-18T22:00:29.3579900Z autopoint is already the newest version (0.21-14ubuntu2).
2025-08-18T22:00:29.3580614Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-18T22:00:29.3582007Z bison is already the newest version (2:3.8.2+dfsg-1build2).
2025-08-18T22:00:29.3582889Z build-essential is already the newest version (12.10ubuntu1).
2025-08-18T22:00:29.3583708Z byacc is already the newest version (1:2.0.20221106-1).
2025-08-18T22:00:29.3584419Z ca-certificates is already the newest version (20240203).
2025-08-18T22:00:29.3598803Z clang is already the newest version (1:18.0-59~exp2).
2025-08-18T22:00:29.3599367Z flex is already the newest version (2.6.4-8.2build1).
2025-08-18T22:00:29.3599707Z file is already the newest version (1:5.45-3build1).
2025-08-18T22:00:29.3600056Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-18T22:00:29.3600510Z libtool is already the newest version (2.4.7-7build1).
2025-08-18T22:00:29.3600962Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-18T22:00:29.3601335Z patch is already the newest version (2.7.6-7build3).
2025-08-18T22:00:29.3601926Z patchelf is already the newest version (0.18.0-1.1build1).
2025-08-18T22:00:29.3602295Z pkg-config is already the newest version (1.8.1-2build1).
2025-08-18T22:00:29.3602700Z qemu-user-static is already the newest version (1:8.2.2+ds-0ubuntu1.9).
2025-08-18T22:00:29.3603082Z scons is already the newest version (4.5.2+dfsg-1).
2025-08-18T22:00:29.3603402Z tree is already the newest version (2.1.1-2ubuntu3).
2025-08-18T22:00:29.3603728Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-18T22:00:29.3604094Z 0 upgraded, 0 newly installed, 0 to remove and 37 not upgraded.
2025-08-18T22:00:29.3827285Z Reading package lists...
2025-08-18T22:00:29.5580809Z Building dependency tree...
2025-08-18T22:00:29.5589465Z Reading state information...
2025-08-18T22:00:29.7580782Z devscripts is already the newest version (2.23.7).
2025-08-18T22:00:29.7581331Z 0 upgraded, 0 newly installed, 0 to remove and 37 not upgraded.
2025-08-18T22:00:29.7819756Z Reading package lists...
2025-08-18T22:00:29.9577412Z Building dependency tree...
2025-08-18T22:00:29.9585389Z Reading state information...
2025-08-18T22:00:30.1520655Z cmake is already the newest version (3.28.3-1build7).
2025-08-18T22:00:30.1521559Z 0 upgraded, 0 newly installed, 0 to remove and 37 not upgraded.
2025-08-18T22:00:30.1758543Z Reading package lists...
2025-08-18T22:00:30.3509891Z Building dependency tree...
2025-08-18T22:00:30.3518230Z Reading state information...
2025-08-18T22:00:30.5228309Z Suggested packages:
2025-08-18T22:00:30.5228646Z   binutils-doc
2025-08-18T22:00:30.5517290Z The following NEW packages will be installed:
2025-08-18T22:00:30.5527221Z   binutils-aarch64-linux-gnu
2025-08-18T22:00:30.5720580Z 0 upgraded, 1 newly installed, 0 to remove and 37 not upgraded.
2025-08-18T22:00:30.5954172Z Need to get 3711 kB of archives.
2025-08-18T22:00:30.5954833Z After this operation, 21.0 MB of additional disk space will be used.
2025-08-18T22:00:30.5955527Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-18T22:00:30.6291818Z 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-18T22:00:30.9682818Z Fetched 3711 kB in 0s (30.1 MB/s)
2025-08-18T22:00:30.9875015Z Selecting previously unselected package binutils-aarch64-linux-gnu.
2025-08-18T22:00:30.9933382Z (Reading database ... 
2025-08-18T22:00:30.9933822Z (Reading database ... 5%
2025-08-18T22:00:30.9934195Z (Reading database ... 10%
2025-08-18T22:00:30.9934564Z (Reading database ... 15%
2025-08-18T22:00:30.9934831Z (Reading database ... 20%
2025-08-18T22:00:30.9935042Z (Reading database ... 25%
2025-08-18T22:00:30.9935247Z (Reading database ... 30%
2025-08-18T22:00:30.9935488Z (Reading database ... 35%
2025-08-18T22:00:30.9935703Z (Reading database ... 40%
2025-08-18T22:00:30.9935919Z (Reading database ... 45%
2025-08-18T22:00:30.9936127Z (Reading database ... 50%
2025-08-18T22:00:31.0026791Z (Reading database ... 55%
2025-08-18T22:00:31.0066355Z (Reading database ... 60%
2025-08-18T22:00:31.0090046Z (Reading database ... 65%
2025-08-18T22:00:31.0132159Z (Reading database ... 70%
2025-08-18T22:00:31.0154516Z (Reading database ... 75%
2025-08-18T22:00:31.0181271Z (Reading database ... 80%
2025-08-18T22:00:31.0211116Z (Reading database ... 85%
2025-08-18T22:00:31.0631115Z (Reading database ... 90%
2025-08-18T22:00:31.0710283Z (Reading database ... 95%
2025-08-18T22:00:31.0710743Z (Reading database ... 100%
2025-08-18T22:00:31.0711262Z (Reading database ... 227357 files and directories currently installed.)
2025-08-18T22:00:31.0755661Z Preparing to unpack .../binutils-aarch64-linux-gnu_2.42-4ubuntu2.5_amd64.deb ...
2025-08-18T22:00:31.0773432Z Unpacking binutils-aarch64-linux-gnu (2.42-4ubuntu2.5) ...
2025-08-18T22:00:31.2334088Z Setting up binutils-aarch64-linux-gnu (2.42-4ubuntu2.5) ...
2025-08-18T22:00:31.2361556Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-18T22:00:31.2501340Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-18T22:00:36.7132146Z Reading package lists...
2025-08-18T22:00:36.8905179Z Building dependency tree...
2025-08-18T22:00:36.8913344Z Reading state information...
2025-08-18T22:00:37.0721843Z qemu-user-static is already the newest version (1:8.2.2+ds-0ubuntu1.9).
2025-08-18T22:00:37.0722689Z The following additional packages will be installed:
2025-08-18T22:00:37.0723312Z   binutils-arm-linux-gnueabi binutils-arm-linux-gnueabihf
2025-08-18T22:00:37.0724057Z   cpp-13-aarch64-linux-gnu cpp-13-arm-linux-gnueabi cpp-13-arm-linux-gnueabihf
2025-08-18T22:00:37.0724857Z   cpp-aarch64-linux-gnu cpp-arm-linux-gnueabi cpp-arm-linux-gnueabihf
2025-08-18T22:00:37.0725620Z   g++-13-aarch64-linux-gnu g++-13-arm-linux-gnueabi g++-13-arm-linux-gnueabihf
2025-08-18T22:00:37.0726363Z   gcc-13-aarch64-linux-gnu gcc-13-aarch64-linux-gnu-base
2025-08-18T22:00:37.0726959Z   gcc-13-arm-linux-gnueabi gcc-13-arm-linux-gnueabi-base
2025-08-18T22:00:37.0727713Z   gcc-13-arm-linux-gnueabihf gcc-13-arm-linux-gnueabihf-base gcc-13-cross-base
2025-08-18T22:00:37.0728511Z   gcc-13-cross-base-ports gcc-14-cross-base gcc-14-cross-base-ports
2025-08-18T22:00:37.0729255Z   gcc-aarch64-linux-gnu gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf
2025-08-18T22:00:37.0730420Z   libasan8-arm64-cross libasan8-armel-cross libasan8-armhf-cross
2025-08-18T22:00:37.0731118Z   libatomic1-arm64-cross libatomic1-armel-cross libatomic1-armhf-cross
2025-08-18T22:00:37.0732040Z   libc6-arm64-cross libc6-armel-cross libc6-armhf-cross libc6-dev-arm64-cross
2025-08-18T22:00:37.0732801Z   libc6-dev-armel-cross libc6-dev-armhf-cross libgcc-13-dev-arm64-cross
2025-08-18T22:00:37.0733557Z   libgcc-13-dev-armel-cross libgcc-13-dev-armhf-cross libgcc-s1-arm64-cross
2025-08-18T22:00:37.0734283Z   libgcc-s1-armel-cross libgcc-s1-armhf-cross libgomp1-arm64-cross
2025-08-18T22:00:37.0734954Z   libgomp1-armel-cross libgomp1-armhf-cross libhwasan0-arm64-cross
2025-08-18T22:00:37.0735644Z   libitm1-arm64-cross liblsan0-arm64-cross libstdc++-13-dev-arm64-cross
2025-08-18T22:00:37.0736306Z   libstdc++-13-dev-armel-cross libstdc++-13-dev-armhf-cross
2025-08-18T22:00:37.0736947Z   libstdc++6-arm64-cross libstdc++6-armel-cross libstdc++6-armhf-cross
2025-08-18T22:00:37.0737627Z   libtsan2-arm64-cross libubsan1-arm64-cross libubsan1-armel-cross
2025-08-18T22:00:37.0738366Z   libubsan1-armhf-cross linux-libc-dev-arm64-cross linux-libc-dev-armel-cross
2025-08-18T22:00:37.0738984Z   linux-libc-dev-armhf-cross
2025-08-18T22:00:37.0746451Z Suggested packages:
2025-08-18T22:00:37.0746977Z   binutils-doc gcc-13-locales cpp-13-doc cpp-doc gcc-13-doc manpages-dev
2025-08-18T22:00:37.0747793Z   gdb-aarch64-linux-gnu gcc-doc gdb-arm-linux-gnueabi gdb-arm-linux-gnueabihf
2025-08-18T22:00:37.1300786Z The following NEW packages will be installed:
2025-08-18T22:00:37.1301644Z   binutils-arm-linux-gnueabi binutils-arm-linux-gnueabihf
2025-08-18T22:00:37.1302566Z   cpp-13-aarch64-linux-gnu cpp-13-arm-linux-gnueabi cpp-13-arm-linux-gnueabihf
2025-08-18T22:00:37.1303477Z   cpp-aarch64-linux-gnu cpp-arm-linux-gnueabi cpp-arm-linux-gnueabihf
2025-08-18T22:00:37.1304317Z   g++-13-aarch64-linux-gnu g++-13-arm-linux-gnueabi g++-13-arm-linux-gnueabihf
2025-08-18T22:00:37.1305523Z   g++-aarch64-linux-gnu g++-arm-linux-gnueabi g++-arm-linux-gnueabihf
2025-08-18T22:00:37.1306268Z   gcc-13-aarch64-linux-gnu gcc-13-aarch64-linux-gnu-base
2025-08-18T22:00:37.1306920Z   gcc-13-arm-linux-gnueabi gcc-13-arm-linux-gnueabi-base
2025-08-18T22:00:37.1307689Z   gcc-13-arm-linux-gnueabihf gcc-13-arm-linux-gnueabihf-base gcc-13-cross-base
2025-08-18T22:00:37.1308572Z   gcc-13-cross-base-ports gcc-14-cross-base gcc-14-cross-base-ports
2025-08-18T22:00:37.1309400Z   gcc-aarch64-linux-gnu gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf
2025-08-18T22:00:37.1310212Z   libasan8-arm64-cross libasan8-armel-cross libasan8-armhf-cross
2025-08-18T22:00:37.1311024Z   libatomic1-arm64-cross libatomic1-armel-cross libatomic1-armhf-cross
2025-08-18T22:00:37.1312064Z   libc6-arm64-cross libc6-armel-cross libc6-armhf-cross libc6-dev-arm64-cross
2025-08-18T22:00:37.1312903Z   libc6-dev-armel-cross libc6-dev-armhf-cross libgcc-13-dev-arm64-cross
2025-08-18T22:00:37.1313680Z   libgcc-13-dev-armel-cross libgcc-13-dev-armhf-cross libgcc-s1-arm64-cross
2025-08-18T22:00:37.1314448Z   libgcc-s1-armel-cross libgcc-s1-armhf-cross libgomp1-arm64-cross
2025-08-18T22:00:37.1315181Z   libgomp1-armel-cross libgomp1-armhf-cross libhwasan0-arm64-cross
2025-08-18T22:00:37.1315930Z   libitm1-arm64-cross liblsan0-arm64-cross libstdc++-13-dev-arm64-cross
2025-08-18T22:00:37.1316636Z   libstdc++-13-dev-armel-cross libstdc++-13-dev-armhf-cross
2025-08-18T22:00:37.1317319Z   libstdc++6-arm64-cross libstdc++6-armel-cross libstdc++6-armhf-cross
2025-08-18T22:00:37.1319592Z   libtsan2-arm64-cross libubsan1-arm64-cross libubsan1-armel-cross
2025-08-18T22:00:37.1320148Z   libubsan1-armhf-cross linux-libc-dev-arm64-cross linux-libc-dev-armel-cross
2025-08-18T22:00:37.1320576Z   linux-libc-dev-armhf-cross
2025-08-18T22:00:37.1515916Z 0 upgraded, 64 newly installed, 0 to remove and 37 not upgraded.
2025-08-18T22:00:37.1516529Z Need to get 171 MB of archives.
2025-08-18T22:00:37.1517085Z After this operation, 599 MB of additional disk space will be used.
2025-08-18T22:00:37.1517781Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-18T22:00:37.1954391Z 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-18T22:00:37.2146495Z 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-18T22:00:37.3608561Z 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-18T22:00:37.3796891Z 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-18T22:00:37.5183832Z 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-18T22:00:37.5368887Z 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-18T22:00:37.6647085Z 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-18T22:00:37.6827946Z 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-18T22:00:37.7012936Z 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-18T22:00:37.7198057Z 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-18T22:00:37.7388892Z 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-18T22:00:37.7578625Z Get:13 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libc6-arm64-cross all 2.39-0ubuntu8cross1 [1197 kB]
2025-08-18T22:00:37.7989651Z 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-18T22:00:37.8177413Z 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-18T22:00:37.8369187Z 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-18T22:00:37.8557139Z 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-18T22:00:37.9162882Z 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-18T22:00:37.9516943Z 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-18T22:00:37.9735053Z 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-18T22:00:38.0090181Z 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-18T22:00:38.0472509Z 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-18T22:00:38.0671205Z 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-18T22:00:38.0870480Z 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-18T22:00:38.1481637Z 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-18T22:00:38.3542800Z 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-18T22:00:38.4053184Z Get:27 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libc6-dev-arm64-cross all 2.39-0ubuntu8cross1 [1629 kB]
2025-08-18T22:00:38.4602489Z 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-18T22:00:38.5273753Z 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-18T22:00:38.6975505Z 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-18T22:00:39.2827591Z 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-18T22:00:39.3042732Z 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-18T22:00:39.3255966Z Get:33 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libc6-armel-cross all 2.39-0ubuntu8cross1 [1046 kB]
2025-08-18T22:00:39.4131757Z 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-18T22:00:39.4832147Z 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-18T22:00:39.5119498Z 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-18T22:00:39.5305369Z 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-18T22:00:39.6597387Z 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-18T22:00:39.7048544Z 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-18T22:00:39.7667715Z 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-18T22:00:39.8200745Z 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-18T22:00:40.1486555Z 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-18T22:00:40.2008941Z Get:43 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libc6-dev-armel-cross all 2.39-0ubuntu8cross1 [1459 kB]
2025-08-18T22:00:40.2539965Z 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-18T22:00:40.3217798Z 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-18T22:00:40.4596032Z 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-18T22:00:40.5410970Z Get:47 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libc6-armhf-cross all 2.39-0ubuntu8cross1 [1320 kB]
2025-08-18T22:00:40.5818180Z 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-18T22:00:40.6005104Z 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-18T22:00:40.6196702Z 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-18T22:00:40.6384388Z 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-18T22:00:40.7516887Z 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-18T22:00:40.7882677Z 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-18T22:00:40.8297423Z 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-18T22:00:40.8676796Z 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-18T22:00:41.0756025Z 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-18T22:00:41.1297640Z Get:57 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libc6-dev-armhf-cross all 2.39-0ubuntu8cross1 [1387 kB]
2025-08-18T22:00:41.1712604Z 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-18T22:00:41.2330470Z 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-18T22:00:41.3630497Z 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-18T22:00:41.3814173Z 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-18T22:00:41.3994315Z 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-18T22:00:41.4175624Z 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-18T22:00:41.4359224Z 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-18T22:00:41.4539351Z 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-18T22:00:41.7783565Z Fetched 171 MB in 4s (39.5 MB/s)
2025-08-18T22:00:41.7980257Z Selecting previously unselected package gcc-13-aarch64-linux-gnu-base:amd64.
2025-08-18T22:00:41.8037840Z (Reading database ... 
2025-08-18T22:00:41.8038257Z (Reading database ... 5%
2025-08-18T22:00:41.8038643Z (Reading database ... 10%
2025-08-18T22:00:41.8039008Z (Reading database ... 15%
2025-08-18T22:00:41.8039390Z (Reading database ... 20%
2025-08-18T22:00:41.8039766Z (Reading database ... 25%
2025-08-18T22:00:41.8040209Z (Reading database ... 30%
2025-08-18T22:00:41.8040588Z (Reading database ... 35%
2025-08-18T22:00:41.8040944Z (Reading database ... 40%
2025-08-18T22:00:41.8041209Z (Reading database ... 45%
2025-08-18T22:00:41.8041577Z (Reading database ... 50%
2025-08-18T22:00:41.8124673Z (Reading database ... 55%
2025-08-18T22:00:41.8160545Z (Reading database ... 60%
2025-08-18T22:00:41.8183211Z (Reading database ... 65%
2025-08-18T22:00:41.8222845Z (Reading database ... 70%
2025-08-18T22:00:41.8246058Z (Reading database ... 75%
2025-08-18T22:00:41.8270644Z (Reading database ... 80%
2025-08-18T22:00:41.8299426Z (Reading database ... 85%
2025-08-18T22:00:41.8715209Z (Reading database ... 90%
2025-08-18T22:00:41.8792583Z (Reading database ... 95%
2025-08-18T22:00:41.8792988Z (Reading database ... 100%
2025-08-18T22:00:41.8793500Z (Reading database ... 227701 files and directories currently installed.)
2025-08-18T22:00:41.8838728Z Preparing to unpack .../00-gcc-13-aarch64-linux-gnu-base_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-18T22:00:41.8847611Z Unpacking gcc-13-aarch64-linux-gnu-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-18T22:00:41.9071840Z Selecting previously unselected package cpp-13-aarch64-linux-gnu.
2025-08-18T22:00:41.9210798Z Preparing to unpack .../01-cpp-13-aarch64-linux-gnu_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-18T22:00:41.9241508Z Unpacking cpp-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-18T22:00:42.0755079Z Selecting previously unselected package gcc-13-arm-linux-gnueabi-base:amd64.
2025-08-18T22:00:42.0897779Z Preparing to unpack .../02-gcc-13-arm-linux-gnueabi-base_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-18T22:00:42.0905972Z Unpacking gcc-13-arm-linux-gnueabi-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-18T22:00:42.1116782Z Selecting previously unselected package cpp-13-arm-linux-gnueabi.
2025-08-18T22:00:42.1256825Z Preparing to unpack .../03-cpp-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-18T22:00:42.1285721Z Unpacking cpp-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-18T22:00:42.2715110Z Selecting previously unselected package gcc-13-arm-linux-gnueabihf-base:amd64.
2025-08-18T22:00:42.2857063Z Preparing to unpack .../04-gcc-13-arm-linux-gnueabihf-base_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-18T22:00:42.2864654Z Unpacking gcc-13-arm-linux-gnueabihf-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-18T22:00:42.3069752Z Selecting previously unselected package cpp-13-arm-linux-gnueabihf.
2025-08-18T22:00:42.3210176Z Preparing to unpack .../05-cpp-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-18T22:00:42.3239953Z Unpacking cpp-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-18T22:00:42.4676223Z Selecting previously unselected package cpp-aarch64-linux-gnu.
2025-08-18T22:00:42.4817936Z Preparing to unpack .../06-cpp-aarch64-linux-gnu_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-18T22:00:42.4826047Z Unpacking cpp-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-18T22:00:42.5033884Z Selecting previously unselected package cpp-arm-linux-gnueabi.
2025-08-18T22:00:42.5173465Z Preparing to unpack .../07-cpp-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_amd64.deb ...
2025-08-18T22:00:42.5181766Z Unpacking cpp-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-18T22:00:42.5377690Z Selecting previously unselected package cpp-arm-linux-gnueabihf.
2025-08-18T22:00:42.5516068Z Preparing to unpack .../08-cpp-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-18T22:00:42.5524119Z Unpacking cpp-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-18T22:00:42.5720756Z Selecting previously unselected package gcc-13-cross-base.
2025-08-18T22:00:42.5858983Z Preparing to unpack .../09-gcc-13-cross-base_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-18T22:00:42.5867948Z Unpacking gcc-13-cross-base (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-18T22:00:42.6063266Z Selecting previously unselected package gcc-14-cross-base.
2025-08-18T22:00:42.6202100Z Preparing to unpack .../10-gcc-14-cross-base_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-18T22:00:42.6209187Z Unpacking gcc-14-cross-base (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-18T22:00:42.6412235Z Selecting previously unselected package libc6-arm64-cross.
2025-08-18T22:00:42.6548985Z Preparing to unpack .../11-libc6-arm64-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-18T22:00:42.6558039Z Unpacking libc6-arm64-cross (2.39-0ubuntu8cross1) ...
2025-08-18T22:00:42.6933517Z Selecting previously unselected package libgcc-s1-arm64-cross.
2025-08-18T22:00:42.7073472Z Preparing to unpack .../12-libgcc-s1-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-18T22:00:42.7080813Z Unpacking libgcc-s1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-18T22:00:42.7289729Z Selecting previously unselected package libgomp1-arm64-cross.
2025-08-18T22:00:42.7430096Z Preparing to unpack .../13-libgomp1-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-18T22:00:42.7439073Z Unpacking libgomp1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-18T22:00:42.7658794Z Selecting previously unselected package libitm1-arm64-cross.
2025-08-18T22:00:42.7799115Z Preparing to unpack .../14-libitm1-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-18T22:00:42.7806349Z Unpacking libitm1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-18T22:00:42.8013177Z Selecting previously unselected package libatomic1-arm64-cross.
2025-08-18T22:00:42.8152244Z Preparing to unpack .../15-libatomic1-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-18T22:00:42.8159628Z Unpacking libatomic1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-18T22:00:42.8357336Z Selecting previously unselected package libasan8-arm64-cross.
2025-08-18T22:00:42.8495357Z Preparing to unpack .../16-libasan8-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-18T22:00:42.8502671Z Unpacking libasan8-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-18T22:00:42.8807779Z Selecting previously unselected package liblsan0-arm64-cross.
2025-08-18T22:00:42.8947579Z Preparing to unpack .../17-liblsan0-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-18T22:00:42.8955631Z Unpacking liblsan0-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-18T22:00:42.9198559Z Selecting previously unselected package libtsan2-arm64-cross.
2025-08-18T22:00:42.9337768Z Preparing to unpack .../18-libtsan2-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-18T22:00:42.9345926Z Unpacking libtsan2-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-18T22:00:42.9647189Z Selecting previously unselected package libstdc++6-arm64-cross.
2025-08-18T22:00:42.9788405Z Preparing to unpack .../19-libstdc++6-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-18T22:00:42.9795942Z Unpacking libstdc++6-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-18T22:00:43.0136417Z Selecting previously unselected package libubsan1-arm64-cross.
2025-08-18T22:00:43.0276728Z Preparing to unpack .../20-libubsan1-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-18T22:00:43.0284906Z Unpacking libubsan1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-18T22:00:43.0538002Z Selecting previously unselected package libhwasan0-arm64-cross.
2025-08-18T22:00:43.0678274Z Preparing to unpack .../21-libhwasan0-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-18T22:00:43.0687790Z Unpacking libhwasan0-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-18T22:00:43.0951840Z Selecting previously unselected package libgcc-13-dev-arm64-cross.
2025-08-18T22:00:43.1091680Z Preparing to unpack .../22-libgcc-13-dev-arm64-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-18T22:00:43.1099037Z Unpacking libgcc-13-dev-arm64-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-18T22:00:43.2067489Z Selecting previously unselected package gcc-13-aarch64-linux-gnu.
2025-08-18T22:00:43.2210446Z Preparing to unpack .../23-gcc-13-aarch64-linux-gnu_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-18T22:00:43.2240069Z Unpacking gcc-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-18T22:00:43.4947357Z Selecting previously unselected package linux-libc-dev-arm64-cross.
2025-08-18T22:00:43.5088564Z Preparing to unpack .../24-linux-libc-dev-arm64-cross_6.8.0-25.25cross1_all.deb ...
2025-08-18T22:00:43.5097021Z Unpacking linux-libc-dev-arm64-cross (6.8.0-25.25cross1) ...
2025-08-18T22:00:43.6834171Z Selecting previously unselected package libc6-dev-arm64-cross.
2025-08-18T22:00:43.6979054Z Preparing to unpack .../25-libc6-dev-arm64-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-18T22:00:43.6986646Z Unpacking libc6-dev-arm64-cross (2.39-0ubuntu8cross1) ...
2025-08-18T22:00:43.8199897Z Selecting previously unselected package libstdc++-13-dev-arm64-cross.
2025-08-18T22:00:43.8344320Z Preparing to unpack .../26-libstdc++-13-dev-arm64-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-18T22:00:43.8351634Z Unpacking libstdc++-13-dev-arm64-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-18T22:00:44.0577132Z Selecting previously unselected package g++-13-aarch64-linux-gnu.
2025-08-18T22:00:44.0723433Z Preparing to unpack .../27-g++-13-aarch64-linux-gnu_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-18T22:00:44.0752847Z Unpacking g++-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-18T22:00:44.2290094Z Selecting previously unselected package binutils-arm-linux-gnueabi.
2025-08-18T22:00:44.2432995Z Preparing to unpack .../28-binutils-arm-linux-gnueabi_2.42-4ubuntu2.5_amd64.deb ...
2025-08-18T22:00:44.2447572Z Unpacking binutils-arm-linux-gnueabi (2.42-4ubuntu2.5) ...
2025-08-18T22:00:44.3363408Z Selecting previously unselected package gcc-13-cross-base-ports.
2025-08-18T22:00:44.3507240Z Preparing to unpack .../29-gcc-13-cross-base-ports_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-18T22:00:44.3514624Z Unpacking gcc-13-cross-base-ports (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-18T22:00:44.3713896Z Selecting previously unselected package gcc-14-cross-base-ports.
2025-08-18T22:00:44.3856415Z Preparing to unpack .../30-gcc-14-cross-base-ports_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-18T22:00:44.3864052Z Unpacking gcc-14-cross-base-ports (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-18T22:00:44.4065939Z Selecting previously unselected package libc6-armel-cross.
2025-08-18T22:00:44.4206841Z Preparing to unpack .../31-libc6-armel-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-18T22:00:44.4214140Z Unpacking libc6-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-18T22:00:44.4573082Z Selecting previously unselected package libgcc-s1-armel-cross.
2025-08-18T22:00:44.4715368Z Preparing to unpack .../32-libgcc-s1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-18T22:00:44.4723424Z Unpacking libgcc-s1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-18T22:00:44.4929214Z Selecting previously unselected package libgomp1-armel-cross.
2025-08-18T22:00:44.5070683Z Preparing to unpack .../33-libgomp1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-18T22:00:44.5078135Z Unpacking libgomp1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-18T22:00:44.5297907Z Selecting previously unselected package libatomic1-armel-cross.
2025-08-18T22:00:44.5439414Z Preparing to unpack .../34-libatomic1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-18T22:00:44.5449851Z Unpacking libatomic1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-18T22:00:44.5649424Z Selecting previously unselected package libasan8-armel-cross.
2025-08-18T22:00:44.5790808Z Preparing to unpack .../35-libasan8-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-18T22:00:44.5798920Z Unpacking libasan8-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-18T22:00:44.6458974Z Selecting previously unselected package libstdc++6-armel-cross.
2025-08-18T22:00:44.6602449Z Preparing to unpack .../36-libstdc++6-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-18T22:00:44.6609364Z Unpacking libstdc++6-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-18T22:00:44.6906268Z Selecting previously unselected package libubsan1-armel-cross.
2025-08-18T22:00:44.7048658Z Preparing to unpack .../37-libubsan1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-18T22:00:44.7057049Z Unpacking libubsan1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-18T22:00:44.7414361Z Selecting previously unselected package libgcc-13-dev-armel-cross.
2025-08-18T22:00:44.7556771Z Preparing to unpack .../38-libgcc-13-dev-armel-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-18T22:00:44.7563969Z Unpacking libgcc-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-18T22:00:44.8117156Z Selecting previously unselected package gcc-13-arm-linux-gnueabi.
2025-08-18T22:00:44.8259875Z Preparing to unpack .../39-gcc-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-18T22:00:44.8293685Z Unpacking gcc-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-18T22:00:45.0747295Z Selecting previously unselected package linux-libc-dev-armel-cross.
2025-08-18T22:00:45.0891613Z Preparing to unpack .../40-linux-libc-dev-armel-cross_6.8.0-25.25cross1_all.deb ...
2025-08-18T22:00:45.0899434Z Unpacking linux-libc-dev-armel-cross (6.8.0-25.25cross1) ...
2025-08-18T22:00:45.2832970Z Selecting previously unselected package libc6-dev-armel-cross.
2025-08-18T22:00:45.2979205Z Preparing to unpack .../41-libc6-dev-armel-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-18T22:00:45.2987772Z Unpacking libc6-dev-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-18T22:00:45.4166548Z Selecting previously unselected package libstdc++-13-dev-armel-cross.
2025-08-18T22:00:45.4311793Z Preparing to unpack .../42-libstdc++-13-dev-armel-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-18T22:00:45.4319741Z Unpacking libstdc++-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-18T22:00:45.6417555Z Selecting previously unselected package g++-13-arm-linux-gnueabi.
2025-08-18T22:00:45.6564098Z Preparing to unpack .../43-g++-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-18T22:00:45.6596881Z Unpacking g++-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-18T22:00:45.8029211Z Selecting previously unselected package binutils-arm-linux-gnueabihf.
2025-08-18T22:00:45.8172843Z Preparing to unpack .../44-binutils-arm-linux-gnueabihf_2.42-4ubuntu2.5_amd64.deb ...
2025-08-18T22:00:45.8181349Z Unpacking binutils-arm-linux-gnueabihf (2.42-4ubuntu2.5) ...
2025-08-18T22:00:45.9058880Z Selecting previously unselected package libc6-armhf-cross.
2025-08-18T22:00:45.9204503Z Preparing to unpack .../45-libc6-armhf-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-18T22:00:45.9213592Z Unpacking libc6-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-18T22:00:45.9568891Z Selecting previously unselected package libgcc-s1-armhf-cross.
2025-08-18T22:00:45.9713870Z Preparing to unpack .../46-libgcc-s1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-18T22:00:45.9723325Z Unpacking libgcc-s1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-18T22:00:45.9928893Z Selecting previously unselected package libgomp1-armhf-cross.
2025-08-18T22:00:46.0071959Z Preparing to unpack .../47-libgomp1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-18T22:00:46.0079302Z Unpacking libgomp1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-18T22:00:46.0293653Z Selecting previously unselected package libatomic1-armhf-cross.
2025-08-18T22:00:46.0436715Z Preparing to unpack .../48-libatomic1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-18T22:00:46.0443857Z Unpacking libatomic1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-18T22:00:46.0643651Z Selecting previously unselected package libasan8-armhf-cross.
2025-08-18T22:00:46.0786032Z Preparing to unpack .../49-libasan8-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-18T22:00:46.0794098Z Unpacking libasan8-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-18T22:00:46.1405796Z Selecting previously unselected package libstdc++6-armhf-cross.
2025-08-18T22:00:46.1549179Z Preparing to unpack .../50-libstdc++6-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-18T22:00:46.1558005Z Unpacking libstdc++6-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-18T22:00:46.1845437Z Selecting previously unselected package libubsan1-armhf-cross.
2025-08-18T22:00:46.1989424Z Preparing to unpack .../51-libubsan1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-18T22:00:46.1998326Z Unpacking libubsan1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-18T22:00:46.2337965Z Selecting previously unselected package libgcc-13-dev-armhf-cross.
2025-08-18T22:00:46.2481341Z Preparing to unpack .../52-libgcc-13-dev-armhf-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-18T22:00:46.2488926Z Unpacking libgcc-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-18T22:00:46.3029629Z Selecting previously unselected package gcc-13-arm-linux-gnueabihf.
2025-08-18T22:00:46.3175433Z Preparing to unpack .../53-gcc-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-18T22:00:46.3205469Z Unpacking gcc-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-18T22:00:46.5603692Z Selecting previously unselected package linux-libc-dev-armhf-cross.
2025-08-18T22:00:46.5749195Z Preparing to unpack .../54-linux-libc-dev-armhf-cross_6.8.0-25.25cross1_all.deb ...
2025-08-18T22:00:46.5756791Z Unpacking linux-libc-dev-armhf-cross (6.8.0-25.25cross1) ...
2025-08-18T22:00:46.7599542Z Selecting previously unselected package libc6-dev-armhf-cross.
2025-08-18T22:00:46.7748429Z Preparing to unpack .../55-libc6-dev-armhf-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-18T22:00:46.7756983Z Unpacking libc6-dev-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-18T22:00:46.8836482Z Selecting previously unselected package libstdc++-13-dev-armhf-cross.
2025-08-18T22:00:46.8984332Z Preparing to unpack .../56-libstdc++-13-dev-armhf-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-18T22:00:46.8993579Z Unpacking libstdc++-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-18T22:00:47.0955443Z Selecting previously unselected package g++-13-arm-linux-gnueabihf.
2025-08-18T22:00:47.1103790Z Preparing to unpack .../57-g++-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-18T22:00:47.1137098Z Unpacking g++-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-18T22:00:47.2613394Z Selecting previously unselected package gcc-aarch64-linux-gnu.
2025-08-18T22:00:47.2759306Z Preparing to unpack .../58-gcc-aarch64-linux-gnu_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-18T22:00:47.2767586Z Unpacking gcc-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-18T22:00:47.2978483Z Selecting previously unselected package g++-aarch64-linux-gnu.
2025-08-18T22:00:47.3123507Z Preparing to unpack .../59-g++-aarch64-linux-gnu_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-18T22:00:47.3130328Z Unpacking g++-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-18T22:00:47.3321226Z Selecting previously unselected package gcc-arm-linux-gnueabi.
2025-08-18T22:00:47.3464458Z Preparing to unpack .../60-gcc-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_amd64.deb ...
2025-08-18T22:00:47.3473317Z Unpacking gcc-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-18T22:00:47.3678418Z Selecting previously unselected package g++-arm-linux-gnueabi.
2025-08-18T22:00:47.3820998Z Preparing to unpack .../61-g++-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_amd64.deb ...
2025-08-18T22:00:47.3828615Z Unpacking g++-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-18T22:00:47.4018909Z Selecting previously unselected package gcc-arm-linux-gnueabihf.
2025-08-18T22:00:47.4162077Z Preparing to unpack .../62-gcc-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-18T22:00:47.4170173Z Unpacking gcc-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-18T22:00:47.4372952Z Selecting previously unselected package g++-arm-linux-gnueabihf.
2025-08-18T22:00:47.4515824Z Preparing to unpack .../63-g++-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-18T22:00:47.4523999Z Unpacking g++-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-18T22:00:47.4983093Z Setting up binutils-arm-linux-gnueabi (2.42-4ubuntu2.5) ...
2025-08-18T22:00:47.5006836Z Setting up libc6-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-18T22:00:47.5028022Z Setting up gcc-13-arm-linux-gnueabi-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-18T22:00:47.5047185Z Setting up gcc-14-cross-base (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-18T22:00:47.5070425Z Setting up libatomic1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-18T22:00:47.5098411Z Setting up linux-libc-dev-armel-cross (6.8.0-25.25cross1) ...
2025-08-18T22:00:47.5126718Z Setting up gcc-13-cross-base (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-18T22:00:47.5152926Z Setting up libc6-arm64-cross (2.39-0ubuntu8cross1) ...
2025-08-18T22:00:47.5180144Z Setting up linux-libc-dev-armhf-cross (6.8.0-25.25cross1) ...
2025-08-18T22:00:47.5208526Z Setting up libitm1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-18T22:00:47.5235684Z Setting up linux-libc-dev-arm64-cross (6.8.0-25.25cross1) ...
2025-08-18T22:00:47.5263149Z Setting up libc6-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-18T22:00:47.5290804Z Setting up gcc-13-arm-linux-gnueabihf-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-18T22:00:47.5315882Z Setting up gcc-14-cross-base-ports (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-18T22:00:47.5348376Z Setting up gcc-13-aarch64-linux-gnu-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-18T22:00:47.5369005Z Setting up libc6-dev-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-18T22:00:47.5389989Z Setting up binutils-arm-linux-gnueabihf (2.42-4ubuntu2.5) ...
2025-08-18T22:00:47.5411017Z Setting up gcc-13-cross-base-ports (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-18T22:00:47.5433065Z Setting up libgcc-s1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-18T22:00:47.5453556Z Setting up libatomic1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-18T22:00:47.5482268Z Setting up libgomp1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-18T22:00:47.5505958Z Setting up liblsan0-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-18T22:00:47.5525607Z Setting up libgomp1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-18T22:00:47.5547570Z Setting up cpp-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-18T22:00:47.5569367Z Setting up libgomp1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-18T22:00:47.5592241Z Setting up cpp-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-18T22:00:47.5613792Z Setting up cpp-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-18T22:00:47.5634644Z Setting up libgcc-s1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-18T22:00:47.5655357Z Setting up libgcc-s1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-18T22:00:47.5677153Z Setting up libc6-dev-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-18T22:00:47.5699998Z Setting up libhwasan0-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-18T22:00:47.5720897Z Setting up libc6-dev-arm64-cross (2.39-0ubuntu8cross1) ...
2025-08-18T22:00:47.5741774Z Setting up libstdc++6-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-18T22:00:47.5763829Z Setting up libatomic1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-18T22:00:47.5784794Z Setting up libstdc++6-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-18T22:00:47.5823790Z Setting up cpp-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-18T22:00:47.5847795Z Setting up cpp-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-18T22:00:47.5868087Z Setting up libstdc++6-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-18T22:00:47.5890582Z Setting up libubsan1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-18T22:00:47.5912031Z Setting up libubsan1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-18T22:00:47.5932931Z Setting up libasan8-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-18T22:00:47.5959236Z Setting up libtsan2-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-18T22:00:47.5982146Z Setting up cpp-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-18T22:00:47.6010059Z Setting up libasan8-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-18T22:00:47.6032155Z Setting up libasan8-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-18T22:00:47.6053856Z Setting up libubsan1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-18T22:00:47.6078098Z Setting up libgcc-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-18T22:00:47.6098337Z Setting up gcc-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-18T22:00:47.6119473Z Setting up libstdc++-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-18T22:00:47.6139794Z Setting up libgcc-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-18T22:00:47.6160289Z Setting up libgcc-13-dev-arm64-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-18T22:00:47.6180508Z Setting up gcc-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-18T22:00:47.6203233Z Setting up g++-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-18T22:00:47.6225094Z Setting up libstdc++-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-18T22:00:47.6247101Z Setting up gcc-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-18T22:00:47.6268824Z Setting up gcc-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-18T22:00:47.6290536Z Setting up libstdc++-13-dev-arm64-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-18T22:00:47.6311214Z Setting up g++-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-18T22:00:47.6332276Z Setting up gcc-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-18T22:00:47.6354588Z Setting up g++-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-18T22:00:47.6377909Z Setting up g++-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-18T22:00:47.6399138Z Setting up g++-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-18T22:00:47.6419813Z Setting up gcc-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-18T22:00:47.6442280Z Setting up g++-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-18T22:00:47.6469854Z Processing triggers for ccache (4.9.1-1) ...
2025-08-18T22:00:47.6488162Z Updating symlinks in /usr/lib/ccache ...
2025-08-18T22:00:47.6576337Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-18T22:00:51.8158231Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-18T22:00:53.3009078Z Reading package lists...
2025-08-18T22:00:53.4689783Z Building dependency tree...
2025-08-18T22:00:53.4698248Z Reading state information...
2025-08-18T22:00:53.6357416Z The following additional packages will be installed:
2025-08-18T22:00:53.6358115Z   libdbus-1-dev libibverbs-dev libjudydebian1 libnl-3-dev libnl-route-3-dev
2025-08-18T22:00:53.6362864Z   libpcap0.8-dev
2025-08-18T22:00:53.6669371Z The following NEW packages will be installed:
2025-08-18T22:00:53.6670148Z   libdbus-1-dev libibverbs-dev libjudydebian1 libnl-3-dev libnl-route-3-dev
2025-08-18T22:00:53.6675703Z   libpcap-dev libpcap0.8-dev pcaputils
2025-08-18T22:00:53.6865225Z 0 upgraded, 8 newly installed, 0 to remove and 37 not upgraded.
2025-08-18T22:00:53.7114310Z Need to get 1613 kB of archives.
2025-08-18T22:00:53.7114993Z After this operation, 6802 kB of additional disk space will be used.
2025-08-18T22:00:53.7115703Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-18T22:00:53.7651844Z 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-18T22:00:53.7871266Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libjudydebian1 amd64 1.0.5-5.1build1 [107 kB]
2025-08-18T22:00:53.8080358Z 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-18T22:00:53.8276931Z 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-18T22:00:53.8501716Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libibverbs-dev amd64 50.0-2ubuntu0.2 [686 kB]
2025-08-18T22:00:53.8889289Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libpcap0.8-dev amd64 1.10.4-4.1ubuntu3 [269 kB]
2025-08-18T22:00:53.9115136Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libpcap-dev amd64 1.10.4-4.1ubuntu3 [3324 B]
2025-08-18T22:00:53.9296679Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 pcaputils amd64 0.8-1.1build2 [43.8 kB]
2025-08-18T22:00:54.2009877Z Fetched 1613 kB in 0s (7024 kB/s)
2025-08-18T22:00:54.2215699Z Selecting previously unselected package libdbus-1-dev:amd64.
2025-08-18T22:00:54.2275528Z (Reading database ... 
2025-08-18T22:00:54.2276074Z (Reading database ... 5%
2025-08-18T22:00:54.2276479Z (Reading database ... 10%
2025-08-18T22:00:54.2276852Z (Reading database ... 15%
2025-08-18T22:00:54.2277212Z (Reading database ... 20%
2025-08-18T22:00:54.2277579Z (Reading database ... 25%
2025-08-18T22:00:54.2277853Z (Reading database ... 30%
2025-08-18T22:00:54.2278086Z (Reading database ... 35%
2025-08-18T22:00:54.2278320Z (Reading database ... 40%
2025-08-18T22:00:54.2278546Z (Reading database ... 45%
2025-08-18T22:00:54.2278777Z (Reading database ... 50%
2025-08-18T22:00:54.2385273Z (Reading database ... 55%
2025-08-18T22:00:54.2407658Z (Reading database ... 60%
2025-08-18T22:00:54.2433084Z (Reading database ... 65%
2025-08-18T22:00:54.2479802Z (Reading database ... 70%
2025-08-18T22:00:54.2506038Z (Reading database ... 75%
2025-08-18T22:00:54.2529565Z (Reading database ... 80%
2025-08-18T22:00:54.2682468Z (Reading database ... 85%
2025-08-18T22:00:54.3009098Z (Reading database ... 90%
2025-08-18T22:00:54.3095182Z (Reading database ... 95%
2025-08-18T22:00:54.3095670Z (Reading database ... 100%
2025-08-18T22:00:54.3096117Z (Reading database ... 235760 files and directories currently installed.)
2025-08-18T22:00:54.3141696Z Preparing to unpack .../0-libdbus-1-dev_1.14.10-4ubuntu4.1_amd64.deb ...
2025-08-18T22:00:54.3150906Z Unpacking libdbus-1-dev:amd64 (1.14.10-4ubuntu4.1) ...
2025-08-18T22:00:54.3492948Z Selecting previously unselected package libjudydebian1.
2025-08-18T22:00:54.3639422Z Preparing to unpack .../1-libjudydebian1_1.0.5-5.1build1_amd64.deb ...
2025-08-18T22:00:54.3656805Z Unpacking libjudydebian1 (1.0.5-5.1build1) ...
2025-08-18T22:00:54.3878729Z Selecting previously unselected package libnl-3-dev:amd64.
2025-08-18T22:00:54.4025754Z Preparing to unpack .../2-libnl-3-dev_3.7.0-0.3build1.1_amd64.deb ...
2025-08-18T22:00:54.4036851Z Unpacking libnl-3-dev:amd64 (3.7.0-0.3build1.1) ...
2025-08-18T22:00:54.4472752Z Selecting previously unselected package libnl-route-3-dev:amd64.
2025-08-18T22:00:54.4618546Z Preparing to unpack .../3-libnl-route-3-dev_3.7.0-0.3build1.1_amd64.deb ...
2025-08-18T22:00:54.4626427Z Unpacking libnl-route-3-dev:amd64 (3.7.0-0.3build1.1) ...
2025-08-18T22:00:54.4888221Z Selecting previously unselected package libibverbs-dev:amd64.
2025-08-18T22:00:54.5034428Z Preparing to unpack .../4-libibverbs-dev_50.0-2ubuntu0.2_amd64.deb ...
2025-08-18T22:00:54.5041724Z Unpacking libibverbs-dev:amd64 (50.0-2ubuntu0.2) ...
2025-08-18T22:00:54.5761994Z Selecting previously unselected package libpcap0.8-dev:amd64.
2025-08-18T22:00:54.5909005Z Preparing to unpack .../5-libpcap0.8-dev_1.10.4-4.1ubuntu3_amd64.deb ...
2025-08-18T22:00:54.5948240Z Unpacking libpcap0.8-dev:amd64 (1.10.4-4.1ubuntu3) ...
2025-08-18T22:00:54.6333199Z Selecting previously unselected package libpcap-dev:amd64.
2025-08-18T22:00:54.6480168Z Preparing to unpack .../6-libpcap-dev_1.10.4-4.1ubuntu3_amd64.deb ...
2025-08-18T22:00:54.6498638Z Unpacking libpcap-dev:amd64 (1.10.4-4.1ubuntu3) ...
2025-08-18T22:00:54.6724406Z Selecting previously unselected package pcaputils.
2025-08-18T22:00:54.6869738Z Preparing to unpack .../7-pcaputils_0.8-1.1build2_amd64.deb ...
2025-08-18T22:00:54.6901752Z Unpacking pcaputils (0.8-1.1build2) ...
2025-08-18T22:00:54.7340619Z Setting up libjudydebian1 (1.0.5-5.1build1) ...
2025-08-18T22:00:54.7371894Z Setting up libdbus-1-dev:amd64 (1.14.10-4ubuntu4.1) ...
2025-08-18T22:00:54.8935881Z Setting up libnl-3-dev:amd64 (3.7.0-0.3build1.1) ...
2025-08-18T22:00:54.8957296Z Setting up pcaputils (0.8-1.1build2) ...
2025-08-18T22:00:54.9053622Z update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults
2025-08-18T22:00:55.2212645Z Setting up libnl-route-3-dev:amd64 (3.7.0-0.3build1.1) ...
2025-08-18T22:00:55.2232482Z Setting up libibverbs-dev:amd64 (50.0-2ubuntu0.2) ...
2025-08-18T22:00:55.2283952Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-18T22:00:55.2431540Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-18T22:00:59.7704880Z Processing triggers for sgml-base (1.31) ...
2025-08-18T22:00:59.7911327Z Setting up libpcap0.8-dev:amd64 (1.10.4-4.1ubuntu3) ...
2025-08-18T22:00:59.7944605Z Setting up libpcap-dev:amd64 (1.10.4-4.1ubuntu3) ...
2025-08-18T22:01:01.3189083Z Reading package lists...
2025-08-18T22:01:01.4929876Z Building dependency tree...
2025-08-18T22:01:01.4938854Z Reading state information...
2025-08-18T22:01:01.5380859Z Reading package lists...
2025-08-18T22:01:01.7137032Z Building dependency tree...
2025-08-18T22:01:01.7146080Z Reading state information...
2025-08-18T22:01:01.8918435Z The following additional packages will be installed:
2025-08-18T22:01:01.8923120Z   liblz1 liblzma-dev librust-cc-dev librust-libc-dev librust-pkg-config-dev
2025-08-18T22:01:01.8929990Z Suggested packages:
2025-08-18T22:01:01.8930395Z   liblzma-doc librust-cc+jobserver-dev librust-libc+rustc-dep-of-std-dev
2025-08-18T22:01:01.8930858Z   librust-libc+rustc-std-workspace-core-dev
2025-08-18T22:01:01.9110436Z The following NEW packages will be installed:
2025-08-18T22:01:01.9111608Z   liblz-dev liblz1 liblzma-dev librust-cc-dev librust-libc-dev
2025-08-18T22:01:01.9116932Z   librust-lzma-sys-dev librust-pkg-config-dev lzma lzma-dev
2025-08-18T22:01:01.9302109Z 0 upgraded, 9 newly installed, 0 to remove and 37 not upgraded.
2025-08-18T22:01:01.9302763Z Need to get 800 kB of archives.
2025-08-18T22:01:01.9303327Z After this operation, 6245 kB of additional disk space will be used.
2025-08-18T22:01:01.9303974Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-18T22:01:01.9637625Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 liblz1 amd64 1.14-1 [36.4 kB]
2025-08-18T22:01:01.9830621Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 liblz-dev amd64 1.14-1 [51.7 kB]
2025-08-18T22:01:02.0016182Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 librust-libc-dev amd64 0.2.152-1 [353 kB]
2025-08-18T22:01:02.0223138Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 librust-cc-dev amd64 1.0.83-1 [61.6 kB]
2025-08-18T22:01:02.0414359Z 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-18T22:01:02.0595734Z 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-18T22:01:02.0806116Z 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-18T22:01:02.0986594Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 lzma amd64 9.22-2.2 [47.3 kB]
2025-08-18T22:01:02.1175378Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 lzma-dev all 9.22-2.2 [41.6 kB]
2025-08-18T22:01:02.4415224Z Fetched 800 kB in 0s (4019 kB/s)
2025-08-18T22:01:02.4642693Z Selecting previously unselected package liblz1:amd64.
2025-08-18T22:01:02.4709794Z (Reading database ... 
2025-08-18T22:01:02.4710248Z (Reading database ... 5%
2025-08-18T22:01:02.4711051Z (Reading database ... 10%
2025-08-18T22:01:02.4711691Z (Reading database ... 15%
2025-08-18T22:01:02.4712076Z (Reading database ... 20%
2025-08-18T22:01:02.4712439Z (Reading database ... 25%
2025-08-18T22:01:02.4712836Z (Reading database ... 30%
2025-08-18T22:01:02.4713241Z (Reading database ... 35%
2025-08-18T22:01:02.4713524Z (Reading database ... 40%
2025-08-18T22:01:02.4713867Z (Reading database ... 45%
2025-08-18T22:01:02.4714220Z (Reading database ... 50%
2025-08-18T22:01:02.4847405Z (Reading database ... 55%
2025-08-18T22:01:02.4875151Z (Reading database ... 60%
2025-08-18T22:01:02.4905424Z (Reading database ... 65%
2025-08-18T22:01:02.4966292Z (Reading database ... 70%
2025-08-18T22:01:02.4998400Z (Reading database ... 75%
2025-08-18T22:01:02.5028197Z (Reading database ... 80%
2025-08-18T22:01:02.5225050Z (Reading database ... 85%
2025-08-18T22:01:02.5627237Z (Reading database ... 90%
2025-08-18T22:01:02.5733293Z (Reading database ... 95%
2025-08-18T22:01:02.5733894Z (Reading database ... 100%
2025-08-18T22:01:02.5734414Z (Reading database ... 236416 files and directories currently installed.)
2025-08-18T22:01:02.5799689Z Preparing to unpack .../0-liblz1_1.14-1_amd64.deb ...
2025-08-18T22:01:02.5819860Z Unpacking liblz1:amd64 (1.14-1) ...
2025-08-18T22:01:02.6052875Z Selecting previously unselected package liblz-dev:amd64.
2025-08-18T22:01:02.6229961Z Preparing to unpack .../1-liblz-dev_1.14-1_amd64.deb ...
2025-08-18T22:01:02.6247778Z Unpacking liblz-dev:amd64 (1.14-1) ...
2025-08-18T22:01:02.6496114Z Selecting previously unselected package librust-libc-dev:amd64.
2025-08-18T22:01:02.6671778Z Preparing to unpack .../2-librust-libc-dev_0.2.152-1_amd64.deb ...
2025-08-18T22:01:02.6680443Z Unpacking librust-libc-dev:amd64 (0.2.152-1) ...
2025-08-18T22:01:02.7519610Z Selecting previously unselected package librust-cc-dev:amd64.
2025-08-18T22:01:02.7699675Z Preparing to unpack .../3-librust-cc-dev_1.0.83-1_amd64.deb ...
2025-08-18T22:01:02.7707019Z Unpacking librust-cc-dev:amd64 (1.0.83-1) ...
2025-08-18T22:01:02.7996014Z Selecting previously unselected package librust-pkg-config-dev:amd64.
2025-08-18T22:01:02.8175880Z Preparing to unpack .../4-librust-pkg-config-dev_0.3.27-1_amd64.deb ...
2025-08-18T22:01:02.8183935Z Unpacking librust-pkg-config-dev:amd64 (0.3.27-1) ...
2025-08-18T22:01:02.8426530Z Selecting previously unselected package liblzma-dev:amd64.
2025-08-18T22:01:02.8600888Z Preparing to unpack .../5-liblzma-dev_5.6.1+really5.4.5-1ubuntu0.2_amd64.deb ...
2025-08-18T22:01:02.8608861Z Unpacking liblzma-dev:amd64 (5.6.1+really5.4.5-1ubuntu0.2) ...
2025-08-18T22:01:02.8909910Z Selecting previously unselected package librust-lzma-sys-dev:amd64.
2025-08-18T22:01:02.9085433Z Preparing to unpack .../6-librust-lzma-sys-dev_0.1.20-1_amd64.deb ...
2025-08-18T22:01:02.9093195Z Unpacking librust-lzma-sys-dev:amd64 (0.1.20-1) ...
2025-08-18T22:01:02.9329477Z Selecting previously unselected package lzma.
2025-08-18T22:01:02.9505787Z Preparing to unpack .../7-lzma_9.22-2.2_amd64.deb ...
2025-08-18T22:01:02.9513327Z Unpacking lzma (9.22-2.2) ...
2025-08-18T22:01:02.9773982Z Selecting previously unselected package lzma-dev.
2025-08-18T22:01:02.9923806Z Preparing to unpack .../8-lzma-dev_9.22-2.2_all.deb ...
2025-08-18T22:01:02.9930925Z Unpacking lzma-dev (9.22-2.2) ...
2025-08-18T22:01:03.0389015Z Setting up liblz1:amd64 (1.14-1) ...
2025-08-18T22:01:03.0414366Z Setting up librust-libc-dev:amd64 (0.2.152-1) ...
2025-08-18T22:01:03.0434892Z Setting up librust-cc-dev:amd64 (1.0.83-1) ...
2025-08-18T22:01:03.0454862Z Setting up liblz-dev:amd64 (1.14-1) ...
2025-08-18T22:01:03.0498217Z Setting up lzma (9.22-2.2) ...
2025-08-18T22:01:03.0545226Z update-alternatives: using /usr/bin/lzmp to provide /usr/bin/lzma (lzma) in auto mode
2025-08-18T22:01:03.0572325Z Setting up lzma-dev (9.22-2.2) ...
2025-08-18T22:01:03.0593218Z Setting up liblzma-dev:amd64 (5.6.1+really5.4.5-1ubuntu0.2) ...
2025-08-18T22:01:03.0612424Z Setting up librust-pkg-config-dev:amd64 (0.3.27-1) ...
2025-08-18T22:01:03.0633898Z Setting up librust-lzma-sys-dev:amd64 (0.1.20-1) ...
2025-08-18T22:01:03.0671890Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-18T22:01:03.0822554Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-18T22:01:07.2730728Z Processing triggers for install-info (7.1-3build2) ...
2025-08-18T22:01:07.9239284Z 
2025-08-18T22:01:07.9239793Z Running kernel seems to be up-to-date.
2025-08-18T22:01:07.9240156Z 
2025-08-18T22:01:07.9240296Z Restarting services...
2025-08-18T22:01:07.9302053Z 
2025-08-18T22:01:07.9302476Z Service restarts being deferred:
2025-08-18T22:01:07.9303068Z  systemctl restart hosted-compute-agent.service
2025-08-18T22:01:07.9303437Z 
2025-08-18T22:01:07.9303612Z No containers need to be restarted.
2025-08-18T22:01:07.9303903Z 
2025-08-18T22:01:07.9304100Z No user sessions are running outdated binaries.
2025-08-18T22:01:07.9304437Z 
2025-08-18T22:01:07.9304767Z No VM guests are running outdated hypervisor (qemu) binaries on this host.
2025-08-18T22:01:08.8564442Z Reading package lists...
2025-08-18T22:01:09.0283099Z Building dependency tree...
2025-08-18T22:01:09.0291343Z Reading state information...
2025-08-18T22:01:09.2430681Z dnsutils is already the newest version (1:9.18.30-0ubuntu0.24.04.2).
2025-08-18T22:01:09.2431698Z inetutils-telnet is already the newest version (2:2.5-3ubuntu4).
2025-08-18T22:01:09.2432331Z inetutils-telnet set to manually installed.
2025-08-18T22:01:09.2432912Z net-tools is already the newest version (2.10-0.1ubuntu4.4).
2025-08-18T22:01:09.2433524Z The following additional packages will be installed:
2025-08-18T22:01:09.2433872Z   tcpd update-inetd
2025-08-18T22:01:09.2604431Z The following packages will be REMOVED:
2025-08-18T22:01:09.2614736Z   iputils-ping rsyslog ubuntu-minimal
2025-08-18T22:01:09.2616200Z The following NEW packages will be installed:
2025-08-18T22:01:09.2616815Z   inetutils-ftp inetutils-ftpd inetutils-inetd inetutils-ping
2025-08-18T22:01:09.2617371Z   inetutils-syslogd inetutils-talk inetutils-talkd inetutils-telnetd
2025-08-18T22:01:09.2624543Z   inetutils-tools inetutils-traceroute netcat-traditional tcpd update-inetd
2025-08-18T22:01:09.2804126Z 0 upgraded, 13 newly installed, 3 to remove and 37 not upgraded.
2025-08-18T22:01:09.2804713Z Need to get 698 kB of archives.
2025-08-18T22:01:09.2805066Z After this operation, 196 kB of additional disk space will be used.
2025-08-18T22:01:09.2805472Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-18T22:01:09.3148338Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-syslogd amd64 2:2.5-3ubuntu4 [62.6 kB]
2025-08-18T22:01:09.3351607Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 tcpd amd64 7.6.q-33 [24.3 kB]
2025-08-18T22:01:09.3535688Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 update-inetd all 4.53 [24.0 kB]
2025-08-18T22:01:09.3727376Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-inetd amd64 2:2.5-3ubuntu4 [45.5 kB]
2025-08-18T22:01:09.3914279Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-ftp amd64 2:2.5-3ubuntu4 [84.3 kB]
2025-08-18T22:01:09.4103134Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-ftpd amd64 2:2.5-3ubuntu4 [73.3 kB]
2025-08-18T22:01:09.4294133Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-ping amd64 2:2.5-3ubuntu4 [62.4 kB]
2025-08-18T22:01:09.4484994Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-talk amd64 2:2.5-3ubuntu4 [45.8 kB]
2025-08-18T22:01:09.4677586Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-talkd amd64 2:2.5-3ubuntu4 [35.7 kB]
2025-08-18T22:01:09.4874495Z Get:11 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-telnetd amd64 2:2.5-3ubuntu4 [60.0 kB]
2025-08-18T22:01:09.5063318Z Get:12 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-tools amd64 2:2.5-3ubuntu4 [76.9 kB]
2025-08-18T22:01:09.5251859Z Get:13 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 netcat-traditional amd64 1.10-48 [61.3 kB]
2025-08-18T22:01:09.5458192Z Get:14 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-traceroute amd64 2:2.5-3ubuntu4 [42.2 kB]
2025-08-18T22:01:09.7885215Z Preconfiguring packages ...
2025-08-18T22:01:09.8948045Z Fetched 698 kB in 0s (2524 kB/s)
2025-08-18T22:01:09.9141681Z (Reading database ... 
2025-08-18T22:01:09.9142366Z (Reading database ... 5%
2025-08-18T22:01:09.9142753Z (Reading database ... 10%
2025-08-18T22:01:09.9143115Z (Reading database ... 15%
2025-08-18T22:01:09.9143488Z (Reading database ... 20%
2025-08-18T22:01:09.9143702Z (Reading database ... 25%
2025-08-18T22:01:09.9143932Z (Reading database ... 30%
2025-08-18T22:01:09.9144138Z (Reading database ... 35%
2025-08-18T22:01:09.9144345Z (Reading database ... 40%
2025-08-18T22:01:09.9144552Z (Reading database ... 45%
2025-08-18T22:01:09.9144755Z (Reading database ... 50%
2025-08-18T22:01:09.9247249Z (Reading database ... 55%
2025-08-18T22:01:09.9268510Z (Reading database ... 60%
2025-08-18T22:01:09.9293005Z (Reading database ... 65%
2025-08-18T22:01:09.9337449Z (Reading database ... 70%
2025-08-18T22:01:09.9362894Z (Reading database ... 75%
2025-08-18T22:01:09.9385840Z (Reading database ... 80%
2025-08-18T22:01:09.9539728Z (Reading database ... 85%
2025-08-18T22:01:09.9859085Z (Reading database ... 90%
2025-08-18T22:01:09.9950037Z (Reading database ... 95%
2025-08-18T22:01:09.9950574Z (Reading database ... 100%
2025-08-18T22:01:09.9951266Z (Reading database ... 236908 files and directories currently installed.)
2025-08-18T22:01:09.9999883Z Removing ubuntu-minimal (1.539.2) ...
2025-08-18T22:01:10.0150145Z Removing iputils-ping (3:20240117-1ubuntu0.1) ...
2025-08-18T22:01:10.0305287Z Removing rsyslog (8.2312.0-3ubuntu9.1) ...
2025-08-18T22:01:10.4126088Z Selecting previously unselected package inetutils-syslogd.
2025-08-18T22:01:10.4186910Z (Reading database ... 
2025-08-18T22:01:10.4187715Z (Reading database ... 5%
2025-08-18T22:01:10.4188288Z (Reading database ... 10%
2025-08-18T22:01:10.4188656Z (Reading database ... 15%
2025-08-18T22:01:10.4189463Z (Reading database ... 20%
2025-08-18T22:01:10.4189766Z (Reading database ... 25%
2025-08-18T22:01:10.4190010Z (Reading database ... 30%
2025-08-18T22:01:10.4190250Z (Reading database ... 35%
2025-08-18T22:01:10.4190485Z (Reading database ... 40%
2025-08-18T22:01:10.4190719Z (Reading database ... 45%
2025-08-18T22:01:10.4190952Z (Reading database ... 50%
2025-08-18T22:01:10.4297002Z (Reading database ... 55%
2025-08-18T22:01:10.4319520Z (Reading database ... 60%
2025-08-18T22:01:10.4345441Z (Reading database ... 65%
2025-08-18T22:01:10.4391795Z (Reading database ... 70%
2025-08-18T22:01:10.4418490Z (Reading database ... 75%
2025-08-18T22:01:10.4441244Z (Reading database ... 80%
2025-08-18T22:01:10.4595756Z (Reading database ... 85%
2025-08-18T22:01:10.4913870Z (Reading database ... 90%
2025-08-18T22:01:10.5000582Z (Reading database ... 95%
2025-08-18T22:01:10.5001016Z (Reading database ... 100%
2025-08-18T22:01:10.5001965Z (Reading database ... 236836 files and directories currently installed.)
2025-08-18T22:01:10.5047242Z Preparing to unpack .../00-inetutils-syslogd_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-18T22:01:10.5084269Z Unpacking inetutils-syslogd (2:2.5-3ubuntu4) ...
2025-08-18T22:01:10.5320772Z Selecting previously unselected package tcpd.
2025-08-18T22:01:10.5466811Z Preparing to unpack .../01-tcpd_7.6.q-33_amd64.deb ...
2025-08-18T22:01:10.5479488Z Unpacking tcpd (7.6.q-33) ...
2025-08-18T22:01:10.5711890Z Selecting previously unselected package update-inetd.
2025-08-18T22:01:10.5855704Z Preparing to unpack .../02-update-inetd_4.53_all.deb ...
2025-08-18T22:01:10.5864163Z Unpacking update-inetd (4.53) ...
2025-08-18T22:01:10.6096660Z Selecting previously unselected package inetutils-inetd.
2025-08-18T22:01:10.6243545Z Preparing to unpack .../03-inetutils-inetd_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-18T22:01:10.6293513Z Unpacking inetutils-inetd (2:2.5-3ubuntu4) ...
2025-08-18T22:01:10.6516845Z Selecting previously unselected package inetutils-ftp.
2025-08-18T22:01:10.6663201Z Preparing to unpack .../04-inetutils-ftp_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-18T22:01:10.6671027Z Unpacking inetutils-ftp (2:2.5-3ubuntu4) ...
2025-08-18T22:01:10.6899489Z Selecting previously unselected package inetutils-ftpd.
2025-08-18T22:01:10.7064909Z Preparing to unpack .../05-inetutils-ftpd_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-18T22:01:10.7073517Z Unpacking inetutils-ftpd (2:2.5-3ubuntu4) ...
2025-08-18T22:01:10.7304299Z Selecting previously unselected package inetutils-ping.
2025-08-18T22:01:10.7450356Z Preparing to unpack .../06-inetutils-ping_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-18T22:01:10.7458882Z Unpacking inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-18T22:01:10.7686909Z Selecting previously unselected package inetutils-talk.
2025-08-18T22:01:10.7832680Z Preparing to unpack .../07-inetutils-talk_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-18T22:01:10.7840560Z Unpacking inetutils-talk (2:2.5-3ubuntu4) ...
2025-08-18T22:01:10.8063174Z Selecting previously unselected package inetutils-talkd.
2025-08-18T22:01:10.8209318Z Preparing to unpack .../08-inetutils-talkd_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-18T22:01:10.8217355Z Unpacking inetutils-talkd (2:2.5-3ubuntu4) ...
2025-08-18T22:01:10.8431764Z Selecting previously unselected package inetutils-telnetd.
2025-08-18T22:01:10.8577135Z Preparing to unpack .../09-inetutils-telnetd_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-18T22:01:10.8584405Z Unpacking inetutils-telnetd (2:2.5-3ubuntu4) ...
2025-08-18T22:01:10.8794588Z Selecting previously unselected package inetutils-tools.
2025-08-18T22:01:10.8940053Z Preparing to unpack .../10-inetutils-tools_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-18T22:01:10.8948546Z Unpacking inetutils-tools (2:2.5-3ubuntu4) ...
2025-08-18T22:01:10.9184700Z Selecting previously unselected package netcat-traditional.
2025-08-18T22:01:10.9331572Z Preparing to unpack .../11-netcat-traditional_1.10-48_amd64.deb ...
2025-08-18T22:01:10.9338580Z Unpacking netcat-traditional (1.10-48) ...
2025-08-18T22:01:10.9595230Z Selecting previously unselected package inetutils-traceroute.
2025-08-18T22:01:10.9743553Z Preparing to unpack .../12-inetutils-traceroute_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-18T22:01:10.9750624Z Unpacking inetutils-traceroute (2:2.5-3ubuntu4) ...
2025-08-18T22:01:11.0186161Z Setting up netcat-traditional (1.10-48) ...
2025-08-18T22:01:11.0265445Z Setting up update-inetd (4.53) ...
2025-08-18T22:01:11.1169559Z Setting up inetutils-traceroute (2:2.5-3ubuntu4) ...
2025-08-18T22:01:11.1233857Z update-alternatives: using /usr/bin/inetutils-traceroute to provide /usr/bin/traceroute (traceroute) in auto mode
2025-08-18T22:01:11.1254607Z Setting up inetutils-syslogd (2:2.5-3ubuntu4) ...
2025-08-18T22:01:11.5533704Z Created symlink /etc/systemd/system/syslogd.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-18T22:01:11.5534474Z 
2025-08-18T22:01:11.5534681Z Removed "/etc/systemd/system/syslog.service".
2025-08-18T22:01:11.5535069Z 
2025-08-18T22:01:11.5535795Z Created symlink /etc/systemd/system/syslog.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-18T22:01:11.5536234Z 
2025-08-18T22:01:11.5536771Z Created symlink /etc/systemd/system/multi-user.target.wants/inetutils-syslogd.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-18T22:01:11.5537279Z 
2025-08-18T22:01:11.8767521Z Setting up inetutils-ftp (2:2.5-3ubuntu4) ...
2025-08-18T22:01:11.8846320Z Setting up inetutils-talk (2:2.5-3ubuntu4) ...
2025-08-18T22:01:11.8907596Z update-alternatives: using /usr/bin/inetutils-talk to provide /usr/bin/talk (talk) in auto mode
2025-08-18T22:01:11.8926052Z Setting up inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-18T22:01:11.8958523Z Setting up inetutils-tools (2:2.5-3ubuntu4) ...
2025-08-18T22:01:11.8979540Z Setting up tcpd (7.6.q-33) ...
2025-08-18T22:01:11.9000286Z Setting up inetutils-inetd (2:2.5-3ubuntu4) ...
2025-08-18T22:01:12.3072612Z Created symlink /etc/systemd/system/inetd.service → /usr/lib/systemd/system/inetutils-inetd.service.
2025-08-18T22:01:12.3073617Z 
2025-08-18T22:01:12.3074549Z Created symlink /etc/systemd/system/multi-user.target.wants/inetutils-inetd.service → /usr/lib/systemd/system/inetutils-inetd.service.
2025-08-18T22:01:12.3075169Z 
2025-08-18T22:01:12.6504114Z Setting up inetutils-talkd (2:2.5-3ubuntu4) ...
2025-08-18T22:01:12.7312798Z Setting up inetutils-ftpd (2:2.5-3ubuntu4) ...
2025-08-18T22:01:12.7952049Z Setting up inetutils-telnetd (2:2.5-3ubuntu4) ...
2025-08-18T22:01:12.8628554Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-18T22:01:19.1086502Z Reading package lists...
2025-08-18T22:01:19.2837086Z Building dependency tree...
2025-08-18T22:01:19.2845827Z Reading state information...
2025-08-18T22:01:19.5194654Z iputils-tracepath is already the newest version (3:20240117-1ubuntu0.1).
2025-08-18T22:01:19.5195248Z iputils-tracepath set to manually installed.
2025-08-18T22:01:19.5195560Z The following packages will be REMOVED:
2025-08-18T22:01:19.5205615Z   inetutils-ping
2025-08-18T22:01:19.5207344Z The following NEW packages will be installed:
2025-08-18T22:01:19.5215908Z   iputils-arping iputils-clockdiff iputils-ping
2025-08-18T22:01:19.5396339Z 0 upgraded, 3 newly installed, 1 to remove and 37 not upgraded.
2025-08-18T22:01:19.5396715Z Need to get 71.5 kB of archives.
2025-08-18T22:01:19.5397039Z After this operation, 16.4 kB of additional disk space will be used.
2025-08-18T22:01:19.5397596Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-18T22:01:19.6139926Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 iputils-ping amd64 3:20240117-1ubuntu0.1 [44.6 kB]
2025-08-18T22:01:19.6346153Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 iputils-arping amd64 3:20240117-1ubuntu0.1 [15.1 kB]
2025-08-18T22:01:19.6537788Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 iputils-clockdiff amd64 3:20240117-1ubuntu0.1 [11.8 kB]
2025-08-18T22:01:19.9492941Z Fetched 71.5 kB in 0s (571 kB/s)
2025-08-18T22:01:19.9681289Z (Reading database ... 
2025-08-18T22:01:19.9682339Z (Reading database ... 5%
2025-08-18T22:01:19.9682727Z (Reading database ... 10%
2025-08-18T22:01:19.9683122Z (Reading database ... 15%
2025-08-18T22:01:19.9683492Z (Reading database ... 20%
2025-08-18T22:01:19.9683857Z (Reading database ... 25%
2025-08-18T22:01:19.9684216Z (Reading database ... 30%
2025-08-18T22:01:19.9684579Z (Reading database ... 35%
2025-08-18T22:01:19.9684938Z (Reading database ... 40%
2025-08-18T22:01:19.9685295Z (Reading database ... 45%
2025-08-18T22:01:19.9685655Z (Reading database ... 50%
2025-08-18T22:01:19.9787720Z (Reading database ... 55%
2025-08-18T22:01:19.9809001Z (Reading database ... 60%
2025-08-18T22:01:19.9834586Z (Reading database ... 65%
2025-08-18T22:01:19.9880584Z (Reading database ... 70%
2025-08-18T22:01:19.9908679Z (Reading database ... 75%
2025-08-18T22:01:19.9934362Z (Reading database ... 80%
2025-08-18T22:01:20.0098340Z (Reading database ... 85%
2025-08-18T22:01:20.0451056Z (Reading database ... 90%
2025-08-18T22:01:20.0546218Z (Reading database ... 95%
2025-08-18T22:01:20.0546717Z (Reading database ... 100%
2025-08-18T22:01:20.0547281Z (Reading database ... 236997 files and directories currently installed.)
2025-08-18T22:01:20.0606632Z Removing inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-18T22:01:20.1086535Z Selecting previously unselected package iputils-ping.
2025-08-18T22:01:20.1152293Z (Reading database ... 
2025-08-18T22:01:20.1152711Z (Reading database ... 5%
2025-08-18T22:01:20.1153103Z (Reading database ... 10%
2025-08-18T22:01:20.1153937Z (Reading database ... 15%
2025-08-18T22:01:20.1154344Z (Reading database ... 20%
2025-08-18T22:01:20.1154760Z (Reading database ... 25%
2025-08-18T22:01:20.1155170Z (Reading database ... 30%
2025-08-18T22:01:20.1155546Z (Reading database ... 35%
2025-08-18T22:01:20.1155900Z (Reading database ... 40%
2025-08-18T22:01:20.1156269Z (Reading database ... 45%
2025-08-18T22:01:20.1156636Z (Reading database ... 50%
2025-08-18T22:01:20.1268944Z (Reading database ... 55%
2025-08-18T22:01:20.1293259Z (Reading database ... 60%
2025-08-18T22:01:20.1320189Z (Reading database ... 65%
2025-08-18T22:01:20.1370770Z (Reading database ... 70%
2025-08-18T22:01:20.1398206Z (Reading database ... 75%
2025-08-18T22:01:20.1424648Z (Reading database ... 80%
2025-08-18T22:01:20.1584805Z (Reading database ... 85%
2025-08-18T22:01:20.1916784Z (Reading database ... 90%
2025-08-18T22:01:20.2003833Z (Reading database ... 95%
2025-08-18T22:01:20.2004259Z (Reading database ... 100%
2025-08-18T22:01:20.2004743Z (Reading database ... 236988 files and directories currently installed.)
2025-08-18T22:01:20.2050280Z Preparing to unpack .../iputils-ping_3%3a20240117-1ubuntu0.1_amd64.deb ...
2025-08-18T22:01:20.2059349Z Unpacking iputils-ping (3:20240117-1ubuntu0.1) ...
2025-08-18T22:01:20.2294621Z Selecting previously unselected package iputils-arping.
2025-08-18T22:01:20.2440115Z Preparing to unpack .../iputils-arping_3%3a20240117-1ubuntu0.1_amd64.deb ...
2025-08-18T22:01:20.2448011Z Unpacking iputils-arping (3:20240117-1ubuntu0.1) ...
2025-08-18T22:01:20.2659561Z Selecting previously unselected package iputils-clockdiff.
2025-08-18T22:01:20.2805733Z Preparing to unpack .../iputils-clockdiff_3%3a20240117-1ubuntu0.1_amd64.deb ...
2025-08-18T22:01:20.2814453Z Unpacking iputils-clockdiff (3:20240117-1ubuntu0.1) ...
2025-08-18T22:01:20.3221814Z Setting up iputils-arping (3:20240117-1ubuntu0.1) ...
2025-08-18T22:01:20.3377906Z Setting up iputils-ping (3:20240117-1ubuntu0.1) ...
2025-08-18T22:01:20.3537291Z Setting up iputils-clockdiff (3:20240117-1ubuntu0.1) ...
2025-08-18T22:01:20.3695256Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-18T22:01:26.3405121Z Reading package lists...
2025-08-18T22:01:26.5152232Z Building dependency tree...
2025-08-18T22:01:26.5160984Z Reading state information...
2025-08-18T22:01:26.6934665Z python3-pip is already the newest version (24.0+dfsg-1ubuntu1.2).
2025-08-18T22:01:26.6935188Z python3-venv is already the newest version (3.12.3-0ubuntu2).
2025-08-18T22:01:26.7377488Z 0 upgraded, 0 newly installed, 0 to remove and 37 not upgraded.
2025-08-18T22:01:27.6048902Z pip 24.0 from /usr/lib/python3/dist-packages/pip (python 3.12)
2025-08-18T22:01:28.1072367Z Defaulting to user installation because normal site-packages is not writeable
2025-08-18T22:01:29.0546160Z Requirement already satisfied: pip in /usr/lib/python3/dist-packages (24.0)
2025-08-18T22:01:29.1783328Z Collecting pip
2025-08-18T22:01:29.2238449Z   Downloading pip-25.2-py3-none-any.whl.metadata (4.7 kB)
2025-08-18T22:01:29.2353429Z Downloading pip-25.2-py3-none-any.whl (1.8 MB)
2025-08-18T22:01:29.3431953Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 16.7 MB/s eta 0:00:00
2025-08-18T22:01:29.6101220Z Installing collected packages: pip
2025-08-18T22:01:30.3533249Z Successfully installed pip-25.2
2025-08-18T22:01:30.5746806Z pip 25.2 from /home/runner/.local/lib/python3.12/site-packages/pip (python 3.12)
2025-08-18T22:01:30.6217708Z Reading package lists...
2025-08-18T22:01:30.7954042Z Building dependency tree...
2025-08-18T22:01:30.7962781Z Reading state information...
2025-08-18T22:01:30.9713557Z pciutils is already the newest version (1:3.10.0-2build1).
2025-08-18T22:01:30.9714312Z pciutils set to manually installed.
2025-08-18T22:01:30.9714894Z procps is already the newest version (2:4.0.4-4ubuntu3.2).
2025-08-18T22:01:30.9715506Z python3-distro is already the newest version (1.9.0-1).
2025-08-18T22:01:30.9716043Z python3-distro set to manually installed.
2025-08-18T22:01:30.9716628Z python3-netifaces is already the newest version (0.11.0-2build3).
2025-08-18T22:01:30.9717237Z python3-netifaces set to manually installed.
2025-08-18T22:01:30.9717769Z The following additional packages will be installed:
2025-08-18T22:01:30.9718248Z   libsysfs2
2025-08-18T22:01:30.9724240Z Suggested packages:
2025-08-18T22:01:30.9724619Z   fancontrol read-edid i2c-tools
2025-08-18T22:01:31.0007478Z The following NEW packages will be installed:
2025-08-18T22:01:31.0010217Z   libsysfs2 lm-sensors sysfsutils virt-what
2025-08-18T22:01:31.0225376Z 0 upgraded, 4 newly installed, 0 to remove and 37 not upgraded.
2025-08-18T22:01:31.0459955Z Need to get 142 kB of archives.
2025-08-18T22:01:31.0460957Z After this operation, 577 kB of additional disk space will be used.
2025-08-18T22:01:31.0461806Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-18T22:01:31.0809990Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libsysfs2 amd64 2.1.1-6build1 [20.0 kB]
2025-08-18T22:01:31.1012447Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 sysfsutils amd64 2.1.1-6build1 [15.5 kB]
2025-08-18T22:01:31.1203510Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 lm-sensors amd64 1:3.6.0-9build1 [90.1 kB]
2025-08-18T22:01:31.1405459Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 virt-what amd64 1.25-2 [15.9 kB]
2025-08-18T22:01:31.4155737Z Fetched 142 kB in 0s (1337 kB/s)
2025-08-18T22:01:31.4361836Z Selecting previously unselected package libsysfs2:amd64.
2025-08-18T22:01:31.4424000Z (Reading database ... 
2025-08-18T22:01:31.4424493Z (Reading database ... 5%
2025-08-18T22:01:31.4425233Z (Reading database ... 10%
2025-08-18T22:01:31.4425663Z (Reading database ... 15%
2025-08-18T22:01:31.4426051Z (Reading database ... 20%
2025-08-18T22:01:31.4426416Z (Reading database ... 25%
2025-08-18T22:01:31.4426811Z (Reading database ... 30%
2025-08-18T22:01:31.4427176Z (Reading database ... 35%
2025-08-18T22:01:31.4428071Z (Reading database ... 40%
2025-08-18T22:01:31.4428466Z (Reading database ... 45%
2025-08-18T22:01:31.4428854Z (Reading database ... 50%
2025-08-18T22:01:31.4535158Z (Reading database ... 55%
2025-08-18T22:01:31.4557378Z (Reading database ... 60%
2025-08-18T22:01:31.4582934Z (Reading database ... 65%
2025-08-18T22:01:31.4629266Z (Reading database ... 70%
2025-08-18T22:01:31.4655474Z (Reading database ... 75%
2025-08-18T22:01:31.4679756Z (Reading database ... 80%
2025-08-18T22:01:31.4829479Z (Reading database ... 85%
2025-08-18T22:01:31.5144426Z (Reading database ... 90%
2025-08-18T22:01:31.5228003Z (Reading database ... 95%
2025-08-18T22:01:31.5228734Z (Reading database ... 100%
2025-08-18T22:01:31.5229259Z (Reading database ... 237007 files and directories currently installed.)
2025-08-18T22:01:31.5275319Z Preparing to unpack .../libsysfs2_2.1.1-6build1_amd64.deb ...
2025-08-18T22:01:31.5292487Z Unpacking libsysfs2:amd64 (2.1.1-6build1) ...
2025-08-18T22:01:31.5522382Z Selecting previously unselected package sysfsutils.
2025-08-18T22:01:31.5666373Z Preparing to unpack .../sysfsutils_2.1.1-6build1_amd64.deb ...
2025-08-18T22:01:31.5697913Z Unpacking sysfsutils (2.1.1-6build1) ...
2025-08-18T22:01:31.6035094Z Selecting previously unselected package lm-sensors.
2025-08-18T22:01:31.6178841Z Preparing to unpack .../lm-sensors_1%3a3.6.0-9build1_amd64.deb ...
2025-08-18T22:01:31.6375491Z Unpacking lm-sensors (1:3.6.0-9build1) ...
2025-08-18T22:01:31.6645841Z Selecting previously unselected package virt-what.
2025-08-18T22:01:31.6793193Z Preparing to unpack .../virt-what_1.25-2_amd64.deb ...
2025-08-18T22:01:31.6800651Z Unpacking virt-what (1.25-2) ...
2025-08-18T22:01:31.7205126Z Setting up virt-what (1.25-2) ...
2025-08-18T22:01:31.7227469Z Setting up libsysfs2:amd64 (2.1.1-6build1) ...
2025-08-18T22:01:31.7247848Z Setting up sysfsutils (2.1.1-6build1) ...
2025-08-18T22:01:32.1297294Z Created symlink /etc/systemd/system/sysfs.service → /usr/lib/systemd/system/sysfsutils.service.
2025-08-18T22:01:32.1298090Z 
2025-08-18T22:01:32.1298946Z Created symlink /etc/systemd/system/multi-user.target.wants/sysfsutils.service → /usr/lib/systemd/system/sysfsutils.service.
2025-08-18T22:01:32.1299505Z 
2025-08-18T22:01:32.4495078Z Setting up lm-sensors (1:3.6.0-9build1) ...
2025-08-18T22:01:32.8506525Z Created symlink /etc/systemd/system/multi-user.target.wants/lm-sensors.service → /usr/lib/systemd/system/lm-sensors.service.
2025-08-18T22:01:32.8507048Z 
2025-08-18T22:01:32.8541617Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-18T22:01:37.4309371Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-18T22:01:38.9679971Z Reading package lists...
2025-08-18T22:01:39.1440258Z Building dependency tree...
2025-08-18T22:01:39.1448601Z Reading state information...
2025-08-18T22:01:39.3259284Z scons is already the newest version (4.5.2+dfsg-1).
2025-08-18T22:01:39.3259715Z The following additional packages will be installed:
2025-08-18T22:01:39.3266984Z   libpthread-stubs0-dev libxau-dev libxcb-shape0 libxdmcp-dev x11proto-dev
2025-08-18T22:01:39.3267419Z   xorg-sgml-doctools
2025-08-18T22:01:39.3275820Z Suggested packages:
2025-08-18T22:01:39.3276109Z   libxcb-doc
2025-08-18T22:01:39.3447695Z The following NEW packages will be installed:
2025-08-18T22:01:39.3450038Z   libpthread-stubs0-dev libxau-dev libxcb-render0-dev libxcb-shape0
2025-08-18T22:01:39.3454025Z   libxcb-shape0-dev libxcb-xfixes0-dev libxcb1-dev libxdmcp-dev x11proto-dev
2025-08-18T22:01:39.3454686Z   xcb xorg-sgml-doctools
2025-08-18T22:01:39.3636889Z 0 upgraded, 11 newly installed, 0 to remove and 37 not upgraded.
2025-08-18T22:01:39.3637551Z Need to get 807 kB of archives.
2025-08-18T22:01:39.3638140Z After this operation, 3089 kB of additional disk space will be used.
2025-08-18T22:01:39.3638811Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-18T22:01:39.4010886Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libpthread-stubs0-dev amd64 0.4-1build3 [4746 B]
2025-08-18T22:01:39.4199401Z 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-18T22:01:39.4387458Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 x11proto-dev all 2023.2-1 [602 kB]
2025-08-18T22:01:39.5014741Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxau-dev amd64 1:1.0.9-1build6 [9570 B]
2025-08-18T22:01:39.5206336Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxdmcp-dev amd64 1:1.1.3-0ubuntu6 [26.5 kB]
2025-08-18T22:01:39.5387686Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxcb1-dev amd64 1.15-1ubuntu2 [85.8 kB]
2025-08-18T22:01:39.5575267Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxcb-render0-dev amd64 1.15-1ubuntu2 [19.6 kB]
2025-08-18T22:01:39.5755633Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxcb-shape0 amd64 1.15-1ubuntu2 [6100 B]
2025-08-18T22:01:39.5937921Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxcb-shape0-dev amd64 1.15-1ubuntu2 [7310 B]
2025-08-18T22:01:39.6335973Z Get:11 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxcb-xfixes0-dev amd64 1.15-1ubuntu2 [12.6 kB]
2025-08-18T22:01:39.6614065Z Get:12 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 xcb amd64 2.4-8build2 [21.3 kB]
2025-08-18T22:01:39.9349289Z Fetched 807 kB in 0s (2611 kB/s)
2025-08-18T22:01:39.9547935Z Selecting previously unselected package libpthread-stubs0-dev:amd64.
2025-08-18T22:01:39.9609750Z (Reading database ... 
2025-08-18T22:01:39.9610491Z (Reading database ... 5%
2025-08-18T22:01:39.9610902Z (Reading database ... 10%
2025-08-18T22:01:39.9611319Z (Reading database ... 15%
2025-08-18T22:01:39.9612061Z (Reading database ... 20%
2025-08-18T22:01:39.9612428Z (Reading database ... 25%
2025-08-18T22:01:39.9612790Z (Reading database ... 30%
2025-08-18T22:01:39.9613152Z (Reading database ... 35%
2025-08-18T22:01:39.9613514Z (Reading database ... 40%
2025-08-18T22:01:39.9613876Z (Reading database ... 45%
2025-08-18T22:01:39.9614244Z (Reading database ... 50%
2025-08-18T22:01:39.9725327Z (Reading database ... 55%
2025-08-18T22:01:39.9748445Z (Reading database ... 60%
2025-08-18T22:01:39.9774833Z (Reading database ... 65%
2025-08-18T22:01:39.9823281Z (Reading database ... 70%
2025-08-18T22:01:39.9849839Z (Reading database ... 75%
2025-08-18T22:01:39.9874327Z (Reading database ... 80%
2025-08-18T22:01:40.0029030Z (Reading database ... 85%
2025-08-18T22:01:40.0351008Z (Reading database ... 90%
2025-08-18T22:01:40.0437212Z (Reading database ... 95%
2025-08-18T22:01:40.0437603Z (Reading database ... 100%
2025-08-18T22:01:40.0438470Z (Reading database ... 237064 files and directories currently installed.)
2025-08-18T22:01:40.0483486Z Preparing to unpack .../00-libpthread-stubs0-dev_0.4-1build3_amd64.deb ...
2025-08-18T22:01:40.0494003Z Unpacking libpthread-stubs0-dev:amd64 (0.4-1build3) ...
2025-08-18T22:01:40.0712576Z Selecting previously unselected package xorg-sgml-doctools.
2025-08-18T22:01:40.0858597Z Preparing to unpack .../01-xorg-sgml-doctools_1%3a1.11-1.1_all.deb ...
2025-08-18T22:01:40.0865993Z Unpacking xorg-sgml-doctools (1:1.11-1.1) ...
2025-08-18T22:01:40.1122672Z Selecting previously unselected package x11proto-dev.
2025-08-18T22:01:40.1268561Z Preparing to unpack .../02-x11proto-dev_2023.2-1_all.deb ...
2025-08-18T22:01:40.1276261Z Unpacking x11proto-dev (2023.2-1) ...
2025-08-18T22:01:40.1824516Z Selecting previously unselected package libxau-dev:amd64.
2025-08-18T22:01:40.1970980Z Preparing to unpack .../03-libxau-dev_1%3a1.0.9-1build6_amd64.deb ...
2025-08-18T22:01:40.1979691Z Unpacking libxau-dev:amd64 (1:1.0.9-1build6) ...
2025-08-18T22:01:40.2205538Z Selecting previously unselected package libxdmcp-dev:amd64.
2025-08-18T22:01:40.2350014Z Preparing to unpack .../04-libxdmcp-dev_1%3a1.1.3-0ubuntu6_amd64.deb ...
2025-08-18T22:01:40.2357970Z Unpacking libxdmcp-dev:amd64 (1:1.1.3-0ubuntu6) ...
2025-08-18T22:01:40.2565762Z Selecting previously unselected package libxcb1-dev:amd64.
2025-08-18T22:01:40.2710526Z Preparing to unpack .../05-libxcb1-dev_1.15-1ubuntu2_amd64.deb ...
2025-08-18T22:01:40.2719246Z Unpacking libxcb1-dev:amd64 (1.15-1ubuntu2) ...
2025-08-18T22:01:40.2969730Z Selecting previously unselected package libxcb-render0-dev:amd64.
2025-08-18T22:01:40.3115818Z Preparing to unpack .../06-libxcb-render0-dev_1.15-1ubuntu2_amd64.deb ...
2025-08-18T22:01:40.3124353Z Unpacking libxcb-render0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-18T22:01:40.3350393Z Selecting previously unselected package libxcb-shape0:amd64.
2025-08-18T22:01:40.3496477Z Preparing to unpack .../07-libxcb-shape0_1.15-1ubuntu2_amd64.deb ...
2025-08-18T22:01:40.3514984Z Unpacking libxcb-shape0:amd64 (1.15-1ubuntu2) ...
2025-08-18T22:01:40.3715089Z Selecting previously unselected package libxcb-shape0-dev:amd64.
2025-08-18T22:01:40.3859816Z Preparing to unpack .../08-libxcb-shape0-dev_1.15-1ubuntu2_amd64.deb ...
2025-08-18T22:01:40.3868179Z Unpacking libxcb-shape0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-18T22:01:40.4072676Z Selecting previously unselected package libxcb-xfixes0-dev:amd64.
2025-08-18T22:01:40.4217222Z Preparing to unpack .../09-libxcb-xfixes0-dev_1.15-1ubuntu2_amd64.deb ...
2025-08-18T22:01:40.4226096Z Unpacking libxcb-xfixes0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-18T22:01:40.4460468Z Selecting previously unselected package xcb.
2025-08-18T22:01:40.4606625Z Preparing to unpack .../10-xcb_2.4-8build2_amd64.deb ...
2025-08-18T22:01:40.4616857Z Unpacking xcb (2.4-8build2) ...
2025-08-18T22:01:40.5040331Z Setting up libxcb-shape0:amd64 (1.15-1ubuntu2) ...
2025-08-18T22:01:40.5066792Z Setting up libpthread-stubs0-dev:amd64 (0.4-1build3) ...
2025-08-18T22:01:40.5085849Z Setting up xcb (2.4-8build2) ...
2025-08-18T22:01:40.5131011Z Setting up xorg-sgml-doctools (1:1.11-1.1) ...
2025-08-18T22:01:40.5180039Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-18T22:01:40.5328661Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-18T22:01:44.8674946Z Processing triggers for sgml-base (1.31) ...
2025-08-18T22:01:44.8766540Z Setting up x11proto-dev (2023.2-1) ...
2025-08-18T22:01:44.8790561Z Setting up libxau-dev:amd64 (1:1.0.9-1build6) ...
2025-08-18T22:01:44.8812374Z Setting up libxdmcp-dev:amd64 (1:1.1.3-0ubuntu6) ...
2025-08-18T22:01:44.8837226Z Setting up libxcb1-dev:amd64 (1.15-1ubuntu2) ...
2025-08-18T22:01:44.8858709Z Setting up libxcb-render0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-18T22:01:44.8879516Z Setting up libxcb-shape0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-18T22:01:44.8902315Z Setting up libxcb-xfixes0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-18T22:01:46.6157541Z Defaulting to user installation because normal site-packages is not writeable
2025-08-18T22:01:47.2507897Z Collecting build
2025-08-18T22:01:47.2939960Z   Downloading build-1.3.0-py3-none-any.whl.metadata (5.6 kB)
2025-08-18T22:01:47.4026317Z Collecting cffi
2025-08-18T22:01:47.4101879Z   Downloading cffi-1.17.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (1.5 kB)
2025-08-18T22:01:47.4267660Z Collecting scons
2025-08-18T22:01:47.4357461Z   Downloading scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-18T22:01:47.4542188Z Collecting scuba
2025-08-18T22:01:47.4633704Z   Downloading scuba-2.14.1-py3-none-any.whl.metadata (3.4 kB)
2025-08-18T22:01:47.5131631Z Collecting pytest
2025-08-18T22:01:47.5203879Z   Downloading pytest-8.4.1-py3-none-any.whl.metadata (7.7 kB)
2025-08-18T22:01:47.5426355Z Collecting packaging>=19.1 (from build)
2025-08-18T22:01:47.5497223Z   Downloading packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-18T22:01:47.5651059Z Collecting pyproject_hooks (from build)
2025-08-18T22:01:47.5722050Z   Downloading pyproject_hooks-1.2.0-py3-none-any.whl.metadata (1.3 kB)
2025-08-18T22:01:47.5870332Z Collecting pycparser (from cffi)
2025-08-18T22:01:47.5977370Z   Downloading pycparser-2.22-py3-none-any.whl.metadata (943 bytes)
2025-08-18T22:01:47.6356403Z Collecting PyYAML (from scuba)
2025-08-18T22:01:47.6430202Z   Downloading PyYAML-6.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.1 kB)
2025-08-18T22:01:47.6571716Z Collecting iniconfig>=1 (from pytest)
2025-08-18T22:01:47.6639590Z   Downloading iniconfig-2.1.0-py3-none-any.whl.metadata (2.7 kB)
2025-08-18T22:01:47.6840527Z Collecting pluggy<2,>=1.5 (from pytest)
2025-08-18T22:01:47.6911157Z   Downloading pluggy-1.6.0-py3-none-any.whl.metadata (4.8 kB)
2025-08-18T22:01:47.7138300Z Collecting pygments>=2.7.2 (from pytest)
2025-08-18T22:01:47.7209770Z   Downloading pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-18T22:01:47.7337002Z Downloading build-1.3.0-py3-none-any.whl (23 kB)
2025-08-18T22:01:47.7441141Z Downloading cffi-1.17.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (479 kB)
2025-08-18T22:01:47.7747384Z Downloading scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-18T22:01:47.8056174Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.1/4.1 MB 137.9 MB/s  0:00:00
2025-08-18T22:01:47.8147560Z Downloading scuba-2.14.1-py3-none-any.whl (292 kB)
2025-08-18T22:01:47.8249503Z Downloading pytest-8.4.1-py3-none-any.whl (365 kB)
2025-08-18T22:01:47.8357074Z Downloading pluggy-1.6.0-py3-none-any.whl (20 kB)
2025-08-18T22:01:47.8446513Z Downloading iniconfig-2.1.0-py3-none-any.whl (6.0 kB)
2025-08-18T22:01:47.8536525Z Downloading packaging-25.0-py3-none-any.whl (66 kB)
2025-08-18T22:01:47.8627652Z Downloading pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-18T22:01:47.8711093Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 156.0 MB/s  0:00:00
2025-08-18T22:01:47.8780816Z Downloading pycparser-2.22-py3-none-any.whl (117 kB)
2025-08-18T22:01:47.8873395Z Downloading pyproject_hooks-1.2.0-py3-none-any.whl (10 kB)
2025-08-18T22:01:47.8965101Z Downloading PyYAML-6.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (767 kB)
2025-08-18T22:01:47.9023946Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 767.5/767.5 kB 133.9 MB/s  0:00:00
2025-08-18T22:01:48.0165791Z Installing collected packages: scons, PyYAML, pyproject_hooks, pygments, pycparser, pluggy, packaging, iniconfig, scuba, pytest, cffi, build
2025-08-18T22:01:49.7335440Z 
2025-08-18T22:01:49.7352668Z Successfully installed PyYAML-6.0.2 build-1.3.0 cffi-1.17.1 iniconfig-2.1.0 packaging-25.0 pluggy-1.6.0 pycparser-2.22 pygments-2.19.2 pyproject_hooks-1.2.0 pytest-8.4.1 scons-4.9.1 scuba-2.14.1
2025-08-18T22:01:50.0524123Z Defaulting to user installation because normal site-packages is not writeable
2025-08-18T22:01:50.5782813Z Collecting ansi2txt
2025-08-18T22:01:50.6222005Z   Downloading ansi2txt-0.2.0-py3-none-any.whl.metadata (2.1 kB)
2025-08-18T22:01:50.6467658Z Collecting pipx
2025-08-18T22:01:50.6544782Z   Downloading pipx-1.7.1-py3-none-any.whl.metadata (18 kB)
2025-08-18T22:01:50.6752476Z Collecting scons
2025-08-18T22:01:50.6769702Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-18T22:01:50.6886694Z Collecting py2static
2025-08-18T22:01:50.6977536Z   Downloading py2static-0.0.1-py3-none-any.whl.metadata (1.2 kB)
2025-08-18T22:01:50.7211230Z Collecting typer
2025-08-18T22:01:50.7285065Z   Downloading typer-0.16.1-py3-none-any.whl.metadata (15 kB)
2025-08-18T22:01:50.7603687Z Collecting argcomplete>=1.9.4 (from pipx)
2025-08-18T22:01:50.7675997Z   Downloading argcomplete-3.6.2-py3-none-any.whl.metadata (16 kB)
2025-08-18T22:01:50.7887208Z Collecting packaging>=20 (from pipx)
2025-08-18T22:01:50.7897579Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-18T22:01:50.8093439Z Collecting platformdirs>=2.1 (from pipx)
2025-08-18T22:01:50.8163594Z   Downloading platformdirs-4.3.8-py3-none-any.whl.metadata (12 kB)
2025-08-18T22:01:50.8336746Z Collecting userpath!=1.9,>=1.6 (from pipx)
2025-08-18T22:01:50.8408422Z   Downloading userpath-1.9.2-py3-none-any.whl.metadata (3.0 kB)
2025-08-18T22:01:50.8862419Z Collecting pyinstaller (from py2static)
2025-08-18T22:01:50.8949964Z   Downloading pyinstaller-6.15.0-py3-none-manylinux2014_x86_64.whl.metadata (8.4 kB)
2025-08-18T22:01:50.9137198Z Collecting staticx (from py2static)
2025-08-18T22:01:50.9219551Z   Downloading staticx-0.14.1-py3-none-manylinux1_x86_64.whl.metadata (1.9 kB)
2025-08-18T22:01:50.9418470Z Collecting click>=8.0.0 (from typer)
2025-08-18T22:01:50.9487392Z   Downloading click-8.2.1-py3-none-any.whl.metadata (2.5 kB)
2025-08-18T22:01:50.9807280Z Collecting typing-extensions>=3.7.4.3 (from typer)
2025-08-18T22:01:50.9883237Z   Downloading typing_extensions-4.14.1-py3-none-any.whl.metadata (3.0 kB)
2025-08-18T22:01:51.0045561Z Collecting shellingham>=1.3.0 (from typer)
2025-08-18T22:01:51.0118400Z   Downloading shellingham-1.5.4-py2.py3-none-any.whl.metadata (3.5 kB)
2025-08-18T22:01:51.0519888Z Collecting rich>=10.11.0 (from typer)
2025-08-18T22:01:51.0593729Z   Downloading rich-14.1.0-py3-none-any.whl.metadata (18 kB)
2025-08-18T22:01:51.0812602Z Collecting markdown-it-py>=2.2.0 (from rich>=10.11.0->typer)
2025-08-18T22:01:51.0883543Z   Downloading markdown_it_py-4.0.0-py3-none-any.whl.metadata (7.3 kB)
2025-08-18T22:01:51.1134984Z Collecting pygments<3.0.0,>=2.13.0 (from rich>=10.11.0->typer)
2025-08-18T22:01:51.1145632Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-18T22:01:51.1275333Z Collecting mdurl~=0.1 (from markdown-it-py>=2.2.0->rich>=10.11.0->typer)
2025-08-18T22:01:51.1346744Z   Downloading mdurl-0.1.2-py3-none-any.whl.metadata (1.6 kB)
2025-08-18T22:01:51.2513515Z Collecting setuptools>=42.0.0 (from pyinstaller->py2static)
2025-08-18T22:01:51.2589810Z   Downloading setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-18T22:01:51.2805187Z Collecting altgraph (from pyinstaller->py2static)
2025-08-18T22:01:51.2875877Z   Downloading altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-18T22:01:51.3093147Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller->py2static)
2025-08-18T22:01:51.3164661Z   Downloading pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-18T22:01:51.3379456Z Collecting pyelftools (from staticx->py2static)
2025-08-18T22:01:51.3452123Z   Downloading pyelftools-0.32-py3-none-any.whl.metadata (372 bytes)
2025-08-18T22:01:51.3572565Z Downloading ansi2txt-0.2.0-py3-none-any.whl (14 kB)
2025-08-18T22:01:51.3707381Z Downloading pipx-1.7.1-py3-none-any.whl (78 kB)
2025-08-18T22:01:51.3802031Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-18T22:01:51.3917346Z Downloading py2static-0.0.1-py3-none-any.whl (5.7 kB)
2025-08-18T22:01:51.4007574Z Downloading typer-0.16.1-py3-none-any.whl (46 kB)
2025-08-18T22:01:51.4097888Z Downloading argcomplete-3.6.2-py3-none-any.whl (43 kB)
2025-08-18T22:01:51.4190819Z Downloading click-8.2.1-py3-none-any.whl (102 kB)
2025-08-18T22:01:51.4233016Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-18T22:01:51.4303590Z Downloading platformdirs-4.3.8-py3-none-any.whl (18 kB)
2025-08-18T22:01:51.4394484Z Downloading rich-14.1.0-py3-none-any.whl (243 kB)
2025-08-18T22:01:51.4474710Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-18T22:01:51.4553735Z Downloading markdown_it_py-4.0.0-py3-none-any.whl (87 kB)
2025-08-18T22:01:51.4641823Z Downloading mdurl-0.1.2-py3-none-any.whl (10.0 kB)
2025-08-18T22:01:51.4735671Z Downloading shellingham-1.5.4-py2.py3-none-any.whl (9.8 kB)
2025-08-18T22:01:51.4823477Z Downloading typing_extensions-4.14.1-py3-none-any.whl (43 kB)
2025-08-18T22:01:51.4911751Z Downloading userpath-1.9.2-py3-none-any.whl (9.1 kB)
2025-08-18T22:01:51.5032589Z Downloading pyinstaller-6.15.0-py3-none-manylinux2014_x86_64.whl (732 kB)
2025-08-18T22:01:51.5132417Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 732.2/732.2 kB 64.4 MB/s  0:00:00
2025-08-18T22:01:51.5227962Z Downloading pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-18T22:01:51.5331093Z Downloading setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-18T22:01:51.5427856Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 127.0 MB/s  0:00:00
2025-08-18T22:01:51.5496149Z Downloading altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-18T22:01:51.5592049Z Downloading staticx-0.14.1-py3-none-manylinux1_x86_64.whl (182 kB)
2025-08-18T22:01:51.5685426Z Downloading pyelftools-0.32-py3-none-any.whl (188 kB)
2025-08-18T22:01:51.7214920Z Installing collected packages: pyelftools, altgraph, typing-extensions, staticx, shellingham, setuptools, scons, pygments, platformdirs, packaging, mdurl, click, argcomplete, ansi2txt, userpath, pyinstaller-hooks-contrib, markdown-it-py, rich, pyinstaller, pipx, typer, py2static
2025-08-18T22:01:52.5488636Z   Attempting uninstall: scons
2025-08-18T22:01:52.5573696Z     Found existing installation: SCons 4.9.1
2025-08-18T22:01:52.5954273Z     Uninstalling SCons-4.9.1:
2025-08-18T22:01:52.6028011Z       Successfully uninstalled SCons-4.9.1
2025-08-18T22:01:53.2190172Z   Attempting uninstall: pygments
2025-08-18T22:01:53.2281982Z     Found existing installation: Pygments 2.19.2
2025-08-18T22:01:53.2504430Z     Uninstalling Pygments-2.19.2:
2025-08-18T22:01:53.2530791Z       Successfully uninstalled Pygments-2.19.2
2025-08-18T22:01:53.8740105Z   Attempting uninstall: packaging
2025-08-18T22:01:53.8825567Z     Found existing installation: packaging 25.0
2025-08-18T22:01:53.8850691Z     Uninstalling packaging-25.0:
2025-08-18T22:01:53.8858816Z       Successfully uninstalled packaging-25.0
2025-08-18T22:01:54.8939050Z 
2025-08-18T22:01:54.8969441Z Successfully installed altgraph-0.17.4 ansi2txt-0.2.0 argcomplete-3.6.2 click-8.2.1 markdown-it-py-4.0.0 mdurl-0.1.2 packaging-25.0 pipx-1.7.1 platformdirs-4.3.8 py2static-0.0.1 pyelftools-0.32 pygments-2.19.2 pyinstaller-6.15.0 pyinstaller-hooks-contrib-2025.8 rich-14.1.0 scons-4.9.1 setuptools-80.9.0 shellingham-1.5.4 staticx-0.14.1 typer-0.16.1 typing-extensions-4.14.1 userpath-1.9.2
2025-08-18T22:01:55.2256494Z Defaulting to user installation because normal site-packages is not writeable
2025-08-18T22:01:55.4070082Z Collecting build
2025-08-18T22:01:55.4082194Z   Using cached build-1.3.0-py3-none-any.whl.metadata (5.6 kB)
2025-08-18T22:01:55.4992167Z Collecting cffi
2025-08-18T22:01:55.5004685Z   Using cached cffi-1.17.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (1.5 kB)
2025-08-18T22:01:55.5148561Z Collecting scons
2025-08-18T22:01:55.5159135Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-18T22:01:55.5320910Z Collecting scuba
2025-08-18T22:01:55.5331727Z   Using cached scuba-2.14.1-py3-none-any.whl.metadata (3.4 kB)
2025-08-18T22:01:55.5806284Z Collecting pytest
2025-08-18T22:01:55.5817882Z   Using cached pytest-8.4.1-py3-none-any.whl.metadata (7.7 kB)
2025-08-18T22:01:55.6022567Z Collecting packaging>=19.1 (from build)
2025-08-18T22:01:55.6033885Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-18T22:01:55.6168383Z Collecting pyproject_hooks (from build)
2025-08-18T22:01:55.6179046Z   Using cached pyproject_hooks-1.2.0-py3-none-any.whl.metadata (1.3 kB)
2025-08-18T22:01:55.6306414Z Collecting pycparser (from cffi)
2025-08-18T22:01:55.6317007Z   Using cached pycparser-2.22-py3-none-any.whl.metadata (943 bytes)
2025-08-18T22:01:55.6639061Z Collecting PyYAML (from scuba)
2025-08-18T22:01:55.6650950Z   Using cached PyYAML-6.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.1 kB)
2025-08-18T22:01:55.6769448Z Collecting iniconfig>=1 (from pytest)
2025-08-18T22:01:55.6780137Z   Using cached iniconfig-2.1.0-py3-none-any.whl.metadata (2.7 kB)
2025-08-18T22:01:55.6968145Z Collecting pluggy<2,>=1.5 (from pytest)
2025-08-18T22:01:55.6978869Z   Using cached pluggy-1.6.0-py3-none-any.whl.metadata (4.8 kB)
2025-08-18T22:01:55.7294030Z Collecting pygments>=2.7.2 (from pytest)
2025-08-18T22:01:55.7304974Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-18T22:01:55.7363343Z Using cached build-1.3.0-py3-none-any.whl (23 kB)
2025-08-18T22:01:55.7374084Z Using cached cffi-1.17.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (479 kB)
2025-08-18T22:01:55.7387919Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-18T22:01:55.7429941Z Using cached scuba-2.14.1-py3-none-any.whl (292 kB)
2025-08-18T22:01:55.7442046Z Using cached pytest-8.4.1-py3-none-any.whl (365 kB)
2025-08-18T22:01:55.7455038Z Using cached pluggy-1.6.0-py3-none-any.whl (20 kB)
2025-08-18T22:01:55.7465667Z Using cached iniconfig-2.1.0-py3-none-any.whl (6.0 kB)
2025-08-18T22:01:55.7475621Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-18T22:01:55.7485891Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-18T22:01:55.7505892Z Using cached pycparser-2.22-py3-none-any.whl (117 kB)
2025-08-18T22:01:55.7516672Z Using cached pyproject_hooks-1.2.0-py3-none-any.whl (10 kB)
2025-08-18T22:01:55.7527381Z Using cached PyYAML-6.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (767 kB)
2025-08-18T22:01:55.8786012Z Installing collected packages: scons, PyYAML, pyproject_hooks, pygments, pycparser, pluggy, packaging, iniconfig, scuba, pytest, cffi, build
2025-08-18T22:01:55.8792107Z   Attempting uninstall: scons
2025-08-18T22:01:55.8877019Z     Found existing installation: SCons 4.9.1
2025-08-18T22:01:55.9258558Z     Uninstalling SCons-4.9.1:
2025-08-18T22:01:55.9331956Z       Successfully uninstalled SCons-4.9.1
2025-08-18T22:01:56.5557827Z   Attempting uninstall: PyYAML
2025-08-18T22:01:56.5650668Z     Found existing installation: PyYAML 6.0.2
2025-08-18T22:01:56.5677429Z     Uninstalling PyYAML-6.0.2:
2025-08-18T22:01:56.5686944Z       Successfully uninstalled PyYAML-6.0.2
2025-08-18T22:01:56.6219791Z   Attempting uninstall: pyproject_hooks
2025-08-18T22:01:56.6304910Z     Found existing installation: pyproject_hooks 1.2.0
2025-08-18T22:01:56.6321738Z     Uninstalling pyproject_hooks-1.2.0:
2025-08-18T22:01:56.6328380Z       Successfully uninstalled pyproject_hooks-1.2.0
2025-08-18T22:01:56.6415711Z   Attempting uninstall: pygments
2025-08-18T22:01:56.6495255Z     Found existing installation: Pygments 2.19.2
2025-08-18T22:01:56.6723530Z     Uninstalling Pygments-2.19.2:
2025-08-18T22:01:56.6750703Z       Successfully uninstalled Pygments-2.19.2
2025-08-18T22:01:57.2847442Z   Attempting uninstall: pycparser
2025-08-18T22:01:57.2932306Z     Found existing installation: pycparser 2.22
2025-08-18T22:01:57.2967890Z     Uninstalling pycparser-2.22:
2025-08-18T22:01:57.2975983Z       Successfully uninstalled pycparser-2.22
2025-08-18T22:01:57.4188699Z   Attempting uninstall: pluggy
2025-08-18T22:01:57.4276294Z     Found existing installation: pluggy 1.6.0
2025-08-18T22:01:57.4296158Z     Uninstalling pluggy-1.6.0:
2025-08-18T22:01:57.4303344Z       Successfully uninstalled pluggy-1.6.0
2025-08-18T22:01:57.4464842Z   Attempting uninstall: packaging
2025-08-18T22:01:57.4547198Z     Found existing installation: packaging 25.0
2025-08-18T22:01:57.4571329Z     Uninstalling packaging-25.0:
2025-08-18T22:01:57.4578843Z       Successfully uninstalled packaging-25.0
2025-08-18T22:01:57.4960859Z   Attempting uninstall: iniconfig
2025-08-18T22:01:57.5046156Z     Found existing installation: iniconfig 2.1.0
2025-08-18T22:01:57.5062678Z     Uninstalling iniconfig-2.1.0:
2025-08-18T22:01:57.5069454Z       Successfully uninstalled iniconfig-2.1.0
2025-08-18T22:01:57.5139948Z   Attempting uninstall: scuba
2025-08-18T22:01:57.5220235Z     Found existing installation: scuba 2.14.1
2025-08-18T22:01:57.5242510Z     Uninstalling scuba-2.14.1:
2025-08-18T22:01:57.5251504Z       Successfully uninstalled scuba-2.14.1
2025-08-18T22:01:57.5443129Z   Attempting uninstall: pytest
2025-08-18T22:01:57.5527738Z     Found existing installation: pytest 8.4.1
2025-08-18T22:01:57.5593140Z     Uninstalling pytest-8.4.1:
2025-08-18T22:01:57.5855367Z       Successfully uninstalled pytest-8.4.1
2025-08-18T22:01:57.7989163Z   Attempting uninstall: cffi
2025-08-18T22:01:57.8080299Z     Found existing installation: cffi 1.17.1
2025-08-18T22:01:57.8100786Z     Uninstalling cffi-1.17.1:
2025-08-18T22:01:57.8338327Z       Successfully uninstalled cffi-1.17.1
2025-08-18T22:01:57.9015692Z   Attempting uninstall: build
2025-08-18T22:01:57.9095311Z     Found existing installation: build 1.3.0
2025-08-18T22:01:57.9120215Z     Uninstalling build-1.3.0:
2025-08-18T22:01:57.9129799Z       Successfully uninstalled build-1.3.0
2025-08-18T22:01:57.9311301Z 
2025-08-18T22:01:57.9340408Z Successfully installed PyYAML-6.0.2 build-1.3.0 cffi-1.17.1 iniconfig-2.1.0 packaging-25.0 pluggy-1.6.0 pycparser-2.22 pygments-2.19.2 pyproject_hooks-1.2.0 pytest-8.4.1 scons-4.9.1 scuba-2.14.1
2025-08-18T22:01:58.2642686Z Defaulting to user installation because normal site-packages is not writeable
2025-08-18T22:01:58.4411336Z Collecting ansi2txt
2025-08-18T22:01:58.4423025Z   Using cached ansi2txt-0.2.0-py3-none-any.whl.metadata (2.1 kB)
2025-08-18T22:01:58.4620664Z Collecting pipx
2025-08-18T22:01:58.4631681Z   Using cached pipx-1.7.1-py3-none-any.whl.metadata (18 kB)
2025-08-18T22:01:58.4790321Z Collecting scons
2025-08-18T22:01:58.4806993Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-18T22:01:58.4912141Z Collecting py2static
2025-08-18T22:01:58.4922114Z   Using cached py2static-0.0.1-py3-none-any.whl.metadata (1.2 kB)
2025-08-18T22:01:58.5098234Z Collecting typer
2025-08-18T22:01:58.5108712Z   Using cached typer-0.16.1-py3-none-any.whl.metadata (15 kB)
2025-08-18T22:01:58.5362380Z Collecting argcomplete>=1.9.4 (from pipx)
2025-08-18T22:01:58.5373279Z   Using cached argcomplete-3.6.2-py3-none-any.whl.metadata (16 kB)
2025-08-18T22:01:58.5553028Z Collecting packaging>=20 (from pipx)
2025-08-18T22:01:58.5563398Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-18T22:01:58.5766172Z Collecting platformdirs>=2.1 (from pipx)
2025-08-18T22:01:58.5776731Z   Using cached platformdirs-4.3.8-py3-none-any.whl.metadata (12 kB)
2025-08-18T22:01:58.5923384Z Collecting userpath!=1.9,>=1.6 (from pipx)
2025-08-18T22:01:58.5934026Z   Using cached userpath-1.9.2-py3-none-any.whl.metadata (3.0 kB)
2025-08-18T22:01:58.6330222Z Collecting pyinstaller (from py2static)
2025-08-18T22:01:58.6342071Z   Using cached pyinstaller-6.15.0-py3-none-manylinux2014_x86_64.whl.metadata (8.4 kB)
2025-08-18T22:01:58.6500450Z Collecting staticx (from py2static)
2025-08-18T22:01:58.6511091Z   Using cached staticx-0.14.1-py3-none-manylinux1_x86_64.whl.metadata (1.9 kB)
2025-08-18T22:01:58.6694334Z Collecting click>=8.0.0 (from typer)
2025-08-18T22:01:58.6704625Z   Using cached click-8.2.1-py3-none-any.whl.metadata (2.5 kB)
2025-08-18T22:01:58.7028585Z Collecting typing-extensions>=3.7.4.3 (from typer)
2025-08-18T22:01:58.7039564Z   Using cached typing_extensions-4.14.1-py3-none-any.whl.metadata (3.0 kB)
2025-08-18T22:01:58.7188314Z Collecting shellingham>=1.3.0 (from typer)
2025-08-18T22:01:58.7198516Z   Using cached shellingham-1.5.4-py2.py3-none-any.whl.metadata (3.5 kB)
2025-08-18T22:01:58.7574902Z Collecting rich>=10.11.0 (from typer)
2025-08-18T22:01:58.7585691Z   Using cached rich-14.1.0-py3-none-any.whl.metadata (18 kB)
2025-08-18T22:01:58.7788423Z Collecting markdown-it-py>=2.2.0 (from rich>=10.11.0->typer)
2025-08-18T22:01:58.7799414Z   Using cached markdown_it_py-4.0.0-py3-none-any.whl.metadata (7.3 kB)
2025-08-18T22:01:58.8033937Z Collecting pygments<3.0.0,>=2.13.0 (from rich>=10.11.0->typer)
2025-08-18T22:01:58.8044312Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-18T22:01:58.8166532Z Collecting mdurl~=0.1 (from markdown-it-py>=2.2.0->rich>=10.11.0->typer)
2025-08-18T22:01:58.8176671Z   Using cached mdurl-0.1.2-py3-none-any.whl.metadata (1.6 kB)
2025-08-18T22:01:58.9353425Z Collecting setuptools>=42.0.0 (from pyinstaller->py2static)
2025-08-18T22:01:58.9364584Z   Using cached setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-18T22:01:58.9560871Z Collecting altgraph (from pyinstaller->py2static)
2025-08-18T22:01:58.9571792Z   Using cached altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-18T22:01:58.9766489Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller->py2static)
2025-08-18T22:01:58.9776577Z   Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-18T22:01:58.9955848Z Collecting pyelftools (from staticx->py2static)
2025-08-18T22:01:58.9965850Z   Using cached pyelftools-0.32-py3-none-any.whl.metadata (372 bytes)
2025-08-18T22:01:59.0004115Z Using cached ansi2txt-0.2.0-py3-none-any.whl (14 kB)
2025-08-18T22:01:59.0013884Z Using cached pipx-1.7.1-py3-none-any.whl (78 kB)
2025-08-18T22:01:59.0024343Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-18T22:01:59.0067051Z Using cached py2static-0.0.1-py3-none-any.whl (5.7 kB)
2025-08-18T22:01:59.0076639Z Using cached typer-0.16.1-py3-none-any.whl (46 kB)
2025-08-18T22:01:59.0086291Z Using cached argcomplete-3.6.2-py3-none-any.whl (43 kB)
2025-08-18T22:01:59.0096127Z Using cached click-8.2.1-py3-none-any.whl (102 kB)
2025-08-18T22:01:59.0106448Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-18T22:01:59.0116413Z Using cached platformdirs-4.3.8-py3-none-any.whl (18 kB)
2025-08-18T22:01:59.0126069Z Using cached rich-14.1.0-py3-none-any.whl (243 kB)
2025-08-18T22:01:59.0137530Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-18T22:01:59.0156313Z Using cached markdown_it_py-4.0.0-py3-none-any.whl (87 kB)
2025-08-18T22:01:59.0166358Z Using cached mdurl-0.1.2-py3-none-any.whl (10.0 kB)
2025-08-18T22:01:59.0175883Z Using cached shellingham-1.5.4-py2.py3-none-any.whl (9.8 kB)
2025-08-18T22:01:59.0185551Z Using cached typing_extensions-4.14.1-py3-none-any.whl (43 kB)
2025-08-18T22:01:59.0195221Z Using cached userpath-1.9.2-py3-none-any.whl (9.1 kB)
2025-08-18T22:01:59.0204953Z Using cached pyinstaller-6.15.0-py3-none-manylinux2014_x86_64.whl (732 kB)
2025-08-18T22:01:59.0219502Z Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-18T22:01:59.0232162Z Using cached setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-18T22:01:59.0251850Z Using cached altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-18T22:01:59.0261717Z Using cached staticx-0.14.1-py3-none-manylinux1_x86_64.whl (182 kB)
2025-08-18T22:01:59.0272627Z Using cached pyelftools-0.32-py3-none-any.whl (188 kB)
2025-08-18T22:01:59.1775769Z Installing collected packages: pyelftools, altgraph, typing-extensions, staticx, shellingham, setuptools, scons, pygments, platformdirs, packaging, mdurl, click, argcomplete, ansi2txt, userpath, pyinstaller-hooks-contrib, markdown-it-py, rich, pyinstaller, pipx, typer, py2static
2025-08-18T22:01:59.1780397Z   Attempting uninstall: pyelftools
2025-08-18T22:01:59.1858977Z     Found existing installation: pyelftools 0.32
2025-08-18T22:01:59.1910745Z     Uninstalling pyelftools-0.32:
2025-08-18T22:01:59.1926592Z       Successfully uninstalled pyelftools-0.32
2025-08-18T22:01:59.3032719Z   Attempting uninstall: altgraph
2025-08-18T22:01:59.3118227Z     Found existing installation: altgraph 0.17.4
2025-08-18T22:01:59.3137587Z     Uninstalling altgraph-0.17.4:
2025-08-18T22:01:59.3144652Z       Successfully uninstalled altgraph-0.17.4
2025-08-18T22:01:59.3280674Z   Attempting uninstall: typing-extensions
2025-08-18T22:01:59.3367414Z     Found existing installation: typing_extensions 4.14.1
2025-08-18T22:01:59.3382643Z     Uninstalling typing_extensions-4.14.1:
2025-08-18T22:01:59.3622598Z       Successfully uninstalled typing_extensions-4.14.1
2025-08-18T22:01:59.3863307Z   Attempting uninstall: staticx
2025-08-18T22:01:59.3947791Z     Found existing installation: staticx 0.14.1
2025-08-18T22:01:59.3973847Z     Uninstalling staticx-0.14.1:
2025-08-18T22:01:59.3984710Z       Successfully uninstalled staticx-0.14.1
2025-08-18T22:01:59.4183569Z   Attempting uninstall: shellingham
2025-08-18T22:01:59.4265744Z     Found existing installation: shellingham 1.5.4
2025-08-18T22:01:59.4284887Z     Uninstalling shellingham-1.5.4:
2025-08-18T22:01:59.4292179Z       Successfully uninstalled shellingham-1.5.4
2025-08-18T22:01:59.4379009Z   Attempting uninstall: setuptools
2025-08-18T22:01:59.4464668Z     Found existing installation: setuptools 80.9.0
2025-08-18T22:01:59.4749376Z     Uninstalling setuptools-80.9.0:
2025-08-18T22:01:59.5028436Z       Successfully uninstalled setuptools-80.9.0
2025-08-18T22:02:00.1684620Z   Attempting uninstall: scons
2025-08-18T22:02:00.1781931Z     Found existing installation: SCons 4.9.1
2025-08-18T22:02:00.2170475Z     Uninstalling SCons-4.9.1:
2025-08-18T22:02:00.2240822Z       Successfully uninstalled SCons-4.9.1
2025-08-18T22:02:00.9118450Z   Attempting uninstall: pygments
2025-08-18T22:02:00.9199336Z     Found existing installation: Pygments 2.19.2
2025-08-18T22:02:00.9434562Z     Uninstalling Pygments-2.19.2:
2025-08-18T22:02:00.9461220Z       Successfully uninstalled Pygments-2.19.2
2025-08-18T22:02:01.5579056Z   Attempting uninstall: platformdirs
2025-08-18T22:02:01.5667634Z     Found existing installation: platformdirs 4.3.8
2025-08-18T22:02:01.5688094Z     Uninstalling platformdirs-4.3.8:
2025-08-18T22:02:01.5702215Z       Successfully uninstalled platformdirs-4.3.8
2025-08-18T22:02:01.5856659Z   Attempting uninstall: packaging
2025-08-18T22:02:01.5937425Z     Found existing installation: packaging 25.0
2025-08-18T22:02:01.5961949Z     Uninstalling packaging-25.0:
2025-08-18T22:02:01.5968921Z       Successfully uninstalled packaging-25.0
2025-08-18T22:02:01.6353078Z   Attempting uninstall: mdurl
2025-08-18T22:02:01.6434226Z     Found existing installation: mdurl 0.1.2
2025-08-18T22:02:01.6450861Z     Uninstalling mdurl-0.1.2:
2025-08-18T22:02:01.6457200Z       Successfully uninstalled mdurl-0.1.2
2025-08-18T22:02:01.6543980Z   Attempting uninstall: click
2025-08-18T22:02:01.6624338Z     Found existing installation: click 8.2.1
2025-08-18T22:02:01.6647106Z     Uninstalling click-8.2.1:
2025-08-18T22:02:01.6654543Z       Successfully uninstalled click-8.2.1
2025-08-18T22:02:01.7242257Z   Attempting uninstall: argcomplete
2025-08-18T22:02:01.7327709Z     Found existing installation: argcomplete 3.6.2
2025-08-18T22:02:01.7356657Z     Uninstalling argcomplete-3.6.2:
2025-08-18T22:02:01.7367824Z       Successfully uninstalled argcomplete-3.6.2
2025-08-18T22:02:01.7593707Z   Attempting uninstall: ansi2txt
2025-08-18T22:02:01.7674665Z     Found existing installation: ansi2txt 0.2.0
2025-08-18T22:02:01.7689727Z     Uninstalling ansi2txt-0.2.0:
2025-08-18T22:02:01.7932223Z       Successfully uninstalled ansi2txt-0.2.0
2025-08-18T22:02:01.7985140Z   Attempting uninstall: userpath
2025-08-18T22:02:01.8068506Z     Found existing installation: userpath 1.9.2
2025-08-18T22:02:01.8087620Z     Uninstalling userpath-1.9.2:
2025-08-18T22:02:01.8096348Z       Successfully uninstalled userpath-1.9.2
2025-08-18T22:02:01.8197037Z   Attempting uninstall: pyinstaller-hooks-contrib
2025-08-18T22:02:01.8277452Z     Found existing installation: pyinstaller-hooks-contrib 2025.8
2025-08-18T22:02:01.8791343Z     Uninstalling pyinstaller-hooks-contrib-2025.8:
2025-08-18T22:02:01.8834755Z       Successfully uninstalled pyinstaller-hooks-contrib-2025.8
2025-08-18T22:02:02.1651833Z   Attempting uninstall: markdown-it-py
2025-08-18T22:02:02.1742676Z     Found existing installation: markdown-it-py 4.0.0
2025-08-18T22:02:02.1808542Z     Uninstalling markdown-it-py-4.0.0:
2025-08-18T22:02:02.1823140Z       Successfully uninstalled markdown-it-py-4.0.0
2025-08-18T22:02:02.2444377Z   Attempting uninstall: rich
2025-08-18T22:02:02.2532319Z     Found existing installation: rich 14.1.0
2025-08-18T22:02:02.2593593Z     Uninstalling rich-14.1.0:
2025-08-18T22:02:02.2603468Z       Successfully uninstalled rich-14.1.0
2025-08-18T22:02:02.4214271Z   Attempting uninstall: pyinstaller
2025-08-18T22:02:02.4295446Z     Found existing installation: pyinstaller 6.15.0
2025-08-18T22:02:02.4655401Z     Uninstalling pyinstaller-6.15.0:
2025-08-18T22:02:02.4699698Z       Successfully uninstalled pyinstaller-6.15.0
2025-08-18T22:02:02.8105970Z   Attempting uninstall: pipx
2025-08-18T22:02:02.8202563Z     Found existing installation: pipx 1.7.1
2025-08-18T22:02:02.8243552Z     Uninstalling pipx-1.7.1:
2025-08-18T22:02:02.8254607Z       Successfully uninstalled pipx-1.7.1
2025-08-18T22:02:02.8771816Z   Attempting uninstall: typer
2025-08-18T22:02:02.8860901Z     Found existing installation: typer 0.16.1
2025-08-18T22:02:02.8888270Z     Uninstalling typer-0.16.1:
2025-08-18T22:02:02.8897918Z       Successfully uninstalled typer-0.16.1
2025-08-18T22:02:02.9248229Z   Attempting uninstall: py2static
2025-08-18T22:02:02.9327502Z     Found existing installation: py2static 0.0.1
2025-08-18T22:02:02.9347556Z     Uninstalling py2static-0.0.1:
2025-08-18T22:02:02.9358486Z       Successfully uninstalled py2static-0.0.1
2025-08-18T22:02:02.9436577Z 
2025-08-18T22:02:02.9466670Z Successfully installed altgraph-0.17.4 ansi2txt-0.2.0 argcomplete-3.6.2 click-8.2.1 markdown-it-py-4.0.0 mdurl-0.1.2 packaging-25.0 pipx-1.7.1 platformdirs-4.3.8 py2static-0.0.1 pyelftools-0.32 pygments-2.19.2 pyinstaller-6.15.0 pyinstaller-hooks-contrib-2025.8 rich-14.1.0 scons-4.9.1 setuptools-80.9.0 shellingham-1.5.4 staticx-0.14.1 typer-0.16.1 typing-extensions-4.14.1 userpath-1.9.2
2025-08-18T22:02:03.2785795Z Defaulting to user installation because normal site-packages is not writeable
2025-08-18T22:02:03.4003113Z Collecting git+https://github.com/pyinstaller/pyinstaller
2025-08-18T22:02:03.4008228Z   Cloning https://github.com/pyinstaller/pyinstaller to /tmp/pip-req-build-jz4pkk1s
2025-08-18T22:02:03.4030994Z   Running command git clone --filter=blob:none --quiet https://github.com/pyinstaller/pyinstaller /tmp/pip-req-build-jz4pkk1s
2025-08-18T22:02:04.4927977Z   Resolved https://github.com/pyinstaller/pyinstaller to commit 34508a2cda1072718a81ef1d5a660ce89e62d295
2025-08-18T22:02:04.4970012Z   Installing build dependencies: started
2025-08-18T22:02:05.2344637Z   Installing build dependencies: finished with status 'done'
2025-08-18T22:02:05.2355979Z   Getting requirements to build wheel: started
2025-08-18T22:02:05.5258613Z   Getting requirements to build wheel: finished with status 'done'
2025-08-18T22:02:05.5271153Z   Preparing metadata (pyproject.toml): started
2025-08-18T22:02:05.7225266Z   Preparing metadata (pyproject.toml): finished with status 'done'
2025-08-18T22:02:05.8905707Z Collecting setuptools>=42.0.0 (from pyinstaller==6.15.0)
2025-08-18T22:02:05.8918196Z   Using cached setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-18T22:02:05.9110535Z Collecting altgraph (from pyinstaller==6.15.0)
2025-08-18T22:02:05.9120905Z   Using cached altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-18T22:02:05.9310019Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller==6.15.0)
2025-08-18T22:02:05.9320621Z   Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-18T22:02:05.9496375Z Collecting packaging>=22.0 (from pyinstaller==6.15.0)
2025-08-18T22:02:05.9507205Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-18T22:02:05.9554158Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-18T22:02:05.9564566Z Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-18T22:02:05.9578187Z Using cached setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-18T22:02:05.9597842Z Using cached altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-18T22:02:05.9720424Z Building wheels for collected packages: pyinstaller
2025-08-18T22:02:05.9728882Z   Building wheel for pyinstaller (pyproject.toml): started
2025-08-18T22:02:06.6361828Z   Building wheel for pyinstaller (pyproject.toml): finished with status 'done'
2025-08-18T22:02:06.6387873Z   Created wheel for pyinstaller: filename=pyinstaller-6.15.0-py3-none-any.whl size=1772413 sha256=eb21f69c0a74497a35006b16ec54ea8500a2858490a25e5f497195d2a6e1c7aa
2025-08-18T22:02:06.6389058Z   Stored in directory: /tmp/pip-ephem-wheel-cache-9knwkp28/wheels/ad/f0/96/ada035be05b1c8fe6a9d81fd24e3d5f767d7ccd2219d68e4e2
2025-08-18T22:02:06.6430501Z Successfully built pyinstaller
2025-08-18T22:02:06.7352489Z Installing collected packages: altgraph, setuptools, packaging, pyinstaller-hooks-contrib, pyinstaller
2025-08-18T22:02:06.7358260Z   Attempting uninstall: altgraph
2025-08-18T22:02:06.7440830Z     Found existing installation: altgraph 0.17.4
2025-08-18T22:02:06.7461728Z     Uninstalling altgraph-0.17.4:
2025-08-18T22:02:06.7468854Z       Successfully uninstalled altgraph-0.17.4
2025-08-18T22:02:06.7630391Z   Attempting uninstall: setuptools
2025-08-18T22:02:06.7717734Z     Found existing installation: setuptools 80.9.0
2025-08-18T22:02:06.8004200Z     Uninstalling setuptools-80.9.0:
2025-08-18T22:02:06.8293024Z       Successfully uninstalled setuptools-80.9.0
2025-08-18T22:02:07.5022605Z   Attempting uninstall: packaging
2025-08-18T22:02:07.5110962Z     Found existing installation: packaging 25.0
2025-08-18T22:02:07.5136044Z     Uninstalling packaging-25.0:
2025-08-18T22:02:07.5143691Z       Successfully uninstalled packaging-25.0
2025-08-18T22:02:07.5540515Z   Attempting uninstall: pyinstaller-hooks-contrib
2025-08-18T22:02:07.5622189Z     Found existing installation: pyinstaller-hooks-contrib 2025.8
2025-08-18T22:02:07.6058635Z     Uninstalling pyinstaller-hooks-contrib-2025.8:
2025-08-18T22:02:07.6100987Z       Successfully uninstalled pyinstaller-hooks-contrib-2025.8
2025-08-18T22:02:07.8907367Z   Attempting uninstall: pyinstaller
2025-08-18T22:02:07.8988742Z     Found existing installation: pyinstaller 6.15.0
2025-08-18T22:02:07.9366945Z     Uninstalling pyinstaller-6.15.0:
2025-08-18T22:02:07.9410899Z       Successfully uninstalled pyinstaller-6.15.0
2025-08-18T22:02:08.2836653Z 
2025-08-18T22:02:08.2865595Z Successfully installed altgraph-0.17.4 packaging-25.0 pyinstaller-6.15.0 pyinstaller-hooks-contrib-2025.8 setuptools-80.9.0
2025-08-18T22:02:08.5849970Z 6.15.0
2025-08-18T22:02:09.9307338Z # Executing docker install script, commit: bedc5d6b3e782a5e50d3d2a870f5e1f1b5a38d5c
2025-08-18T22:02:09.9317246Z Warning: the "docker" command appears to already exist on this system.
2025-08-18T22:02:09.9317705Z 
2025-08-18T22:02:09.9317966Z If you already have Docker installed, this script can cause trouble, which is
2025-08-18T22:02:09.9318472Z why we're displaying this warning and provide the opportunity to cancel the
2025-08-18T22:02:09.9318851Z installation.
2025-08-18T22:02:09.9318965Z 
2025-08-18T22:02:09.9319207Z If you installed the current Docker package using this script and are using it
2025-08-18T22:02:09.9319704Z again to update Docker, you can ignore this message, but be aware that the
2025-08-18T22:02:09.9320164Z script resets any custom changes in the deb and rpm repo configuration
2025-08-18T22:02:09.9320571Z files to match the parameters passed to the script.
2025-08-18T22:02:09.9320799Z 
2025-08-18T22:02:09.9320915Z You may press Ctrl+C now to abort this script.
2025-08-18T22:02:09.9486389Z + sh -c 'apt-get -qq update >/dev/null'
2025-08-18T22:02:11.2044912Z + sh -c 'DEBIAN_FRONTEND=noninteractive apt-get -y -qq install ca-certificates curl >/dev/null'
2025-08-18T22:02:11.5981142Z + sh -c 'install -m 0755 -d /etc/apt/keyrings'
2025-08-18T22:02:11.6006982Z + sh -c 'curl -fsSL "https://download.docker.com/linux/ubuntu/gpg" -o /etc/apt/keyrings/docker.asc'
2025-08-18T22:02:11.7148493Z + sh -c 'chmod a+r /etc/apt/keyrings/docker.asc'
2025-08-18T22:02:11.7166003Z + 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-18T22:02:11.7173351Z + sh -c 'apt-get -qq update >/dev/null'
2025-08-18T22:02:13.0258746Z + sh -c 'DEBIAN_FRONTEND=noninteractive apt-get -y -qq install docker-ce docker-ce-cli containerd.io docker-compose-plugin docker-ce-rootless-extras docker-buildx-plugin docker-model-plugin >/dev/null'
2025-08-18T22:02:24.2420119Z 
2025-08-18T22:02:24.2420566Z Running kernel seems to be up-to-date.
2025-08-18T22:02:24.2420842Z 
2025-08-18T22:02:24.2420934Z Restarting services...
2025-08-18T22:02:24.2488673Z 
2025-08-18T22:02:24.2489003Z Service restarts being deferred:
2025-08-18T22:02:24.2489564Z  systemctl restart hosted-compute-agent.service
2025-08-18T22:02:24.2489954Z 
2025-08-18T22:02:24.2490116Z No containers need to be restarted.
2025-08-18T22:02:24.2490407Z 
2025-08-18T22:02:24.2490593Z No user sessions are running outdated binaries.
2025-08-18T22:02:24.2490923Z 
2025-08-18T22:02:24.2491600Z No VM guests are running outdated hypervisor (qemu) binaries on this host.
2025-08-18T22:02:25.1689732Z + sh -c 'docker version'
2025-08-18T22:02:25.1855064Z Client: Docker Engine - Community
2025-08-18T22:02:25.1855565Z  Version:           28.3.3
2025-08-18T22:02:25.1855937Z  API version:       1.51
2025-08-18T22:02:25.1856294Z  Go version:        go1.24.5
2025-08-18T22:02:25.1856673Z  Git commit:        980b856
2025-08-18T22:02:25.1857069Z  Built:             Fri Jul 25 11:34:09 2025
2025-08-18T22:02:25.1857515Z  OS/Arch:           linux/amd64
2025-08-18T22:02:25.1857891Z  Context:           default
2025-08-18T22:02:25.1858119Z 
2025-08-18T22:02:25.1858278Z Server: Docker Engine - Community
2025-08-18T22:02:25.1858665Z  Engine:
2025-08-18T22:02:25.1858976Z   Version:          28.3.3
2025-08-18T22:02:25.1859375Z   API version:      1.51 (minimum version 1.24)
2025-08-18T22:02:25.1859817Z   Go version:       go1.24.5
2025-08-18T22:02:25.1860050Z   Git commit:       bea959c
2025-08-18T22:02:25.1860307Z   Built:            Fri Jul 25 11:34:09 2025
2025-08-18T22:02:25.1860839Z   OS/Arch:          linux/amd64
2025-08-18T22:02:25.1861071Z   Experimental:     false
2025-08-18T22:02:25.1861279Z  containerd:
2025-08-18T22:02:25.1861698Z   Version:          1.7.27
2025-08-18T22:02:25.1861963Z   GitCommit:        05044ec0a9a75232cad458027ca83437aae3f4da
2025-08-18T22:02:25.1862242Z  runc:
2025-08-18T22:02:25.1862413Z   Version:          1.2.5
2025-08-18T22:02:25.1862626Z   GitCommit:        v1.2.5-0-g59923ef
2025-08-18T22:02:25.1862868Z  docker-init:
2025-08-18T22:02:25.1863053Z   Version:          0.19.0
2025-08-18T22:02:25.1863265Z   GitCommit:        de40ad0
2025-08-18T22:02:25.1873764Z 
2025-08-18T22:02:25.1873995Z ================================================================================
2025-08-18T22:02:25.1874362Z 
2025-08-18T22:02:25.1874685Z To run Docker as a non-privileged user, consider setting up the
2025-08-18T22:02:25.1875299Z Docker daemon in rootless mode for your user:
2025-08-18T22:02:25.1875638Z 
2025-08-18T22:02:25.1875851Z     dockerd-rootless-setuptool.sh install
2025-08-18T22:02:25.1876061Z 
2025-08-18T22:02:25.1876271Z Visit https://docs.docker.com/go/rootless/ to learn about rootless mode.
2025-08-18T22:02:25.1876541Z 
2025-08-18T22:02:25.1876545Z 
2025-08-18T22:02:25.1876738Z To run the Docker daemon as a fully privileged service, but granting non-root
2025-08-18T22:02:25.1877179Z users access, refer to https://docs.docker.com/go/daemon-access/
2025-08-18T22:02:25.1877426Z 
2025-08-18T22:02:25.1877614Z WARNING: Access to the remote API on a privileged Docker daemon is equivalent
2025-08-18T22:02:25.1878508Z          to root access on the host. Refer to the 'Docker daemon attack surface'
2025-08-18T22:02:25.1879258Z          documentation for details: https://docs.docker.com/go/attack-surface/
2025-08-18T22:02:25.1879712Z 
2025-08-18T22:02:25.1879874Z ================================================================================
2025-08-18T22:02:25.1880177Z 
2025-08-18T22:02:35.9095397Z ● docker.service - Docker Application Container Engine
2025-08-18T22:02:35.9096180Z      Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; preset: enabled)
2025-08-18T22:02:35.9096696Z      Active: active (running) since Mon 2025-08-18 22:02:25 UTC; 10s ago
2025-08-18T22:02:35.9097108Z TriggeredBy: ● docker.socket
2025-08-18T22:02:35.9097443Z        Docs: https://docs.docker.com
2025-08-18T22:02:35.9097915Z    Main PID: 19697 (dockerd)
2025-08-18T22:02:35.9098286Z       Tasks: 10
2025-08-18T22:02:35.9098634Z      Memory: 24.7M (peak: 26.0M)
2025-08-18T22:02:35.9099030Z         CPU: 323ms
2025-08-18T22:02:35.9099410Z      CGroup: /system.slice/docker.service
2025-08-18T22:02:35.9102152Z              └─19697 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
2025-08-18T22:02:35.9102675Z 
2025-08-18T22:02:35.9103251Z Aug 18 22:02:25 pkrvmubgrv54qmi dockerd[19697]: time="2025-08-18T22:02:25.303578955Z" level=info msg="Loading containers: start."
2025-08-18T22:02:35.9105419Z Aug 18 22:02:25 pkrvmubgrv54qmi dockerd[19697]: time="2025-08-18T22:02:25.822691265Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint_count fc8f445219c19745d53038a48dcf4f213a8735c52c2672442ab3a8584b1a188b], retrying...."
2025-08-18T22:02:35.9107582Z Aug 18 22:02:25 pkrvmubgrv54qmi dockerd[19697]: time="2025-08-18T22:02:25.854834150Z" level=info msg="Loading containers: done."
2025-08-18T22:02:35.9108845Z Aug 18 22:02:25 pkrvmubgrv54qmi dockerd[19697]: time="2025-08-18T22:02:25.864934452Z" level=warning msg="Not using native diff for overlay2, this may cause degraded performance for building images: kernel has CONFIG_OVERLAY_FS_REDIRECT_DIR enabled" storage-driver=overlay2
2025-08-18T22:02:35.9110322Z Aug 18 22:02:25 pkrvmubgrv54qmi dockerd[19697]: time="2025-08-18T22:02:25.865001136Z" level=info msg="Docker daemon" commit=bea959c containerd-snapshotter=false storage-driver=overlay2 version=28.3.3
2025-08-18T22:02:35.9111275Z Aug 18 22:02:25 pkrvmubgrv54qmi dockerd[19697]: time="2025-08-18T22:02:25.865030741Z" level=info msg="Initializing buildkit"
2025-08-18T22:02:35.9112467Z Aug 18 22:02:25 pkrvmubgrv54qmi dockerd[19697]: time="2025-08-18T22:02:25.884587392Z" level=info msg="Completed buildkit initialization"
2025-08-18T22:02:35.9113210Z Aug 18 22:02:25 pkrvmubgrv54qmi dockerd[19697]: time="2025-08-18T22:02:25.890230722Z" level=info msg="Daemon has completed initialization"
2025-08-18T22:02:35.9113922Z Aug 18 22:02:25 pkrvmubgrv54qmi dockerd[19697]: time="2025-08-18T22:02:25.890274487Z" level=info msg="API listen on /run/docker.sock"
2025-08-18T22:02:35.9114588Z Aug 18 22:02:25 pkrvmubgrv54qmi systemd[1]: Started docker.service - Docker Application Container Engine.
2025-08-18T22:02:35.9215914Z ● docker.service - Docker Application Container Engine
2025-08-18T22:02:35.9216716Z      Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; preset: enabled)
2025-08-18T22:02:35.9217543Z      Active: active (running) since Mon 2025-08-18 22:02:25 UTC; 10s ago
2025-08-18T22:02:35.9218195Z TriggeredBy: ● docker.socket
2025-08-18T22:02:35.9218608Z        Docs: https://docs.docker.com
2025-08-18T22:02:35.9219000Z    Main PID: 19697 (dockerd)
2025-08-18T22:02:35.9219220Z       Tasks: 10
2025-08-18T22:02:35.9219438Z      Memory: 24.7M (peak: 26.0M)
2025-08-18T22:02:35.9219661Z         CPU: 323ms
2025-08-18T22:02:35.9219874Z      CGroup: /system.slice/docker.service
2025-08-18T22:02:35.9220369Z              └─19697 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
2025-08-18T22:02:35.9220676Z 
2025-08-18T22:02:35.9220998Z Aug 18 22:02:25 pkrvmubgrv54qmi dockerd[19697]: time="2025-08-18T22:02:25.303578955Z" level=info msg="Loading containers: start."
2025-08-18T22:02:35.9222352Z Aug 18 22:02:25 pkrvmubgrv54qmi dockerd[19697]: time="2025-08-18T22:02:25.822691265Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint_count fc8f445219c19745d53038a48dcf4f213a8735c52c2672442ab3a8584b1a188b], retrying...."
2025-08-18T22:02:35.9223771Z Aug 18 22:02:25 pkrvmubgrv54qmi dockerd[19697]: time="2025-08-18T22:02:25.854834150Z" level=info msg="Loading containers: done."
2025-08-18T22:02:35.9224899Z Aug 18 22:02:25 pkrvmubgrv54qmi dockerd[19697]: time="2025-08-18T22:02:25.864934452Z" level=warning msg="Not using native diff for overlay2, this may cause degraded performance for building images: kernel has CONFIG_OVERLAY_FS_REDIRECT_DIR enabled" storage-driver=overlay2
2025-08-18T22:02:35.9226222Z Aug 18 22:02:25 pkrvmubgrv54qmi dockerd[19697]: time="2025-08-18T22:02:25.865001136Z" level=info msg="Docker daemon" commit=bea959c containerd-snapshotter=false storage-driver=overlay2 version=28.3.3
2025-08-18T22:02:35.9227104Z Aug 18 22:02:25 pkrvmubgrv54qmi dockerd[19697]: time="2025-08-18T22:02:25.865030741Z" level=info msg="Initializing buildkit"
2025-08-18T22:02:35.9227807Z Aug 18 22:02:25 pkrvmubgrv54qmi dockerd[19697]: time="2025-08-18T22:02:25.884587392Z" level=info msg="Completed buildkit initialization"
2025-08-18T22:02:35.9228540Z Aug 18 22:02:25 pkrvmubgrv54qmi dockerd[19697]: time="2025-08-18T22:02:25.890230722Z" level=info msg="Daemon has completed initialization"
2025-08-18T22:02:35.9229254Z Aug 18 22:02:25 pkrvmubgrv54qmi dockerd[19697]: time="2025-08-18T22:02:25.890274487Z" level=info msg="API listen on /run/docker.sock"
2025-08-18T22:02:35.9229908Z Aug 18 22:02:25 pkrvmubgrv54qmi systemd[1]: Started docker.service - Docker Application Container Engine.
2025-08-18T22:02:35.9431800Z ● docker.service - Docker Application Container Engine
2025-08-18T22:02:35.9432644Z      Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; preset: enabled)
2025-08-18T22:02:35.9433473Z      Active: active (running) since Mon 2025-08-18 22:02:25 UTC; 10s ago
2025-08-18T22:02:35.9434132Z TriggeredBy: ● docker.socket
2025-08-18T22:02:35.9434557Z        Docs: https://docs.docker.com
2025-08-18T22:02:35.9434982Z    Main PID: 19697 (dockerd)
2025-08-18T22:02:35.9435342Z       Tasks: 10
2025-08-18T22:02:35.9435687Z      Memory: 24.7M (peak: 26.0M)
2025-08-18T22:02:35.9436213Z         CPU: 323ms
2025-08-18T22:02:35.9436434Z      CGroup: /system.slice/docker.service
2025-08-18T22:02:35.9436927Z              └─19697 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
2025-08-18T22:02:35.9437220Z 
2025-08-18T22:02:35.9437540Z Aug 18 22:02:25 pkrvmubgrv54qmi dockerd[19697]: time="2025-08-18T22:02:25.303578955Z" level=info msg="Loading containers: start."
2025-08-18T22:02:35.9438678Z Aug 18 22:02:25 pkrvmubgrv54qmi dockerd[19697]: time="2025-08-18T22:02:25.822691265Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint_count fc8f445219c19745d53038a48dcf4f213a8735c52c2672442ab3a8584b1a188b], retrying...."
2025-08-18T22:02:35.9439808Z Aug 18 22:02:25 pkrvmubgrv54qmi dockerd[19697]: time="2025-08-18T22:02:25.854834150Z" level=info msg="Loading containers: done."
2025-08-18T22:02:35.9440908Z Aug 18 22:02:25 pkrvmubgrv54qmi dockerd[19697]: time="2025-08-18T22:02:25.864934452Z" level=warning msg="Not using native diff for overlay2, this may cause degraded performance for building images: kernel has CONFIG_OVERLAY_FS_REDIRECT_DIR enabled" storage-driver=overlay2
2025-08-18T22:02:35.9442625Z Aug 18 22:02:25 pkrvmubgrv54qmi dockerd[19697]: time="2025-08-18T22:02:25.865001136Z" level=info msg="Docker daemon" commit=bea959c containerd-snapshotter=false storage-driver=overlay2 version=28.3.3
2025-08-18T22:02:35.9443535Z Aug 18 22:02:25 pkrvmubgrv54qmi dockerd[19697]: time="2025-08-18T22:02:25.865030741Z" level=info msg="Initializing buildkit"
2025-08-18T22:02:35.9444227Z Aug 18 22:02:25 pkrvmubgrv54qmi dockerd[19697]: time="2025-08-18T22:02:25.884587392Z" level=info msg="Completed buildkit initialization"
2025-08-18T22:02:35.9444949Z Aug 18 22:02:25 pkrvmubgrv54qmi dockerd[19697]: time="2025-08-18T22:02:25.890230722Z" level=info msg="Daemon has completed initialization"
2025-08-18T22:02:35.9445814Z Aug 18 22:02:25 pkrvmubgrv54qmi dockerd[19697]: time="2025-08-18T22:02:25.890274487Z" level=info msg="API listen on /run/docker.sock"
2025-08-18T22:02:35.9446476Z Aug 18 22:02:25 pkrvmubgrv54qmi systemd[1]: Started docker.service - Docker Application Container Engine.
2025-08-18T22:02:35.9558730Z Docker version 28.3.3, build 980b856
2025-08-18T22:02:35.9759757Z Unable to find image 'hello-world:latest' locally
2025-08-18T22:02:36.2533557Z latest: Pulling from library/hello-world
2025-08-18T22:02:36.3270622Z 17eec7bbc9d7: Pulling fs layer
2025-08-18T22:02:36.4633626Z 17eec7bbc9d7: Verifying Checksum
2025-08-18T22:02:36.4634539Z 17eec7bbc9d7: Download complete
2025-08-18T22:02:36.4753397Z 17eec7bbc9d7: Pull complete
2025-08-18T22:02:36.4832390Z Digest: sha256:a0dfb02aac212703bfcb339d77d47ec32c8706ff250850ecc0e19c8737b18567
2025-08-18T22:02:36.4844569Z Status: Downloaded newer image for hello-world:latest
2025-08-18T22:02:37.1251916Z 
2025-08-18T22:02:37.1252316Z Hello from Docker!
2025-08-18T22:02:37.1252926Z This message shows that your installation appears to be working correctly.
2025-08-18T22:02:37.1253395Z 
2025-08-18T22:02:37.1253561Z To generate this message, Docker took the following steps:
2025-08-18T22:02:37.1254044Z  1. The Docker client contacted the Docker daemon.
2025-08-18T22:02:37.1254577Z  2. The Docker daemon pulled the "hello-world" image from the Docker Hub.
2025-08-18T22:02:37.1254925Z     (amd64)
2025-08-18T22:02:37.1255212Z  3. The Docker daemon created a new container from that image which runs the
2025-08-18T22:02:37.1255792Z     executable that produces the output you are currently reading.
2025-08-18T22:02:37.1256225Z  4. The Docker daemon streamed that output to the Docker client, which sent it
2025-08-18T22:02:37.1256667Z     to your terminal.
2025-08-18T22:02:37.1256832Z 
2025-08-18T22:02:37.1257011Z To try something more ambitious, you can run an Ubuntu container with:
2025-08-18T22:02:37.1257449Z  $ docker run -it ubuntu bash
2025-08-18T22:02:37.1257711Z 
2025-08-18T22:02:37.1257979Z Share images, automate workflows, and more with a free Docker ID:
2025-08-18T22:02:37.1258609Z  https://hub.docker.com/
2025-08-18T22:02:37.1259179Z 
2025-08-18T22:02:37.1259291Z For more examples and ideas, visit:
2025-08-18T22:02:37.1259567Z  https://docs.docker.com/get-started/
2025-08-18T22:02:37.1259758Z 
2025-08-18T22:02:37.2257669Z 680 libs found in cache `/etc/ld.so.cache'
2025-08-18T22:02:37.2258483Z 	libz3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so.4
2025-08-18T22:02:37.2259135Z 	libz3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so
2025-08-18T22:02:37.2259832Z 	libzstd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so.1
2025-08-18T22:02:37.2260537Z 	libzstd.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so
2025-08-18T22:02:37.2261185Z 	libzmq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzmq.so.5
2025-08-18T22:02:37.2262064Z 	libzip.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzip.so.4
2025-08-18T22:02:37.2262711Z 	libzen.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzen.so.0
2025-08-18T22:02:37.2263375Z 	libz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so.1
2025-08-18T22:02:37.2263980Z 	libz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so
2025-08-18T22:02:37.2264602Z 	libyaml-0.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyaml-0.so.2
2025-08-18T22:02:37.2265051Z 	libyajl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyajl.so.2
2025-08-18T22:02:37.2265453Z 	libxxhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxxhash.so.0
2025-08-18T22:02:37.2265862Z 	libxtables.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxtables.so.12
2025-08-18T22:02:37.2266262Z 	libxslt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxslt.so.1
2025-08-18T22:02:37.2266657Z 	libxshmfence.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxshmfence.so.1
2025-08-18T22:02:37.2267054Z 	libxml2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so.2
2025-08-18T22:02:37.2267475Z 	libxml2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so
2025-08-18T22:02:37.2268161Z 	libxmlsec1.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1.so.1
2025-08-18T22:02:37.2269280Z 	libxmlsec1-openssl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-18T22:02:37.2270135Z 	libxmlb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlb.so.2
2025-08-18T22:02:37.2270850Z 	libxkbfile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbfile.so.1
2025-08-18T22:02:37.2271858Z 	libxkbcommon.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbcommon.so.0
2025-08-18T22:02:37.2272597Z 	libxcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so.1
2025-08-18T22:02:37.2273011Z 	libxcb.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so
2025-08-18T22:02:37.2273411Z 	libxcb-xfixes.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so.0
2025-08-18T22:02:37.2273848Z 	libxcb-xfixes.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so
2025-08-18T22:02:37.2274260Z 	libxcb-sync.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-sync.so.1
2025-08-18T22:02:37.2274674Z 	libxcb-shm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shm.so.0
2025-08-18T22:02:37.2275113Z 	libxcb-shape.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so.0
2025-08-18T22:02:37.2275533Z 	libxcb-shape.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so
2025-08-18T22:02:37.2275952Z 	libxcb-render.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so.0
2025-08-18T22:02:37.2276378Z 	libxcb-render.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so
2025-08-18T22:02:37.2276795Z 	libxcb-randr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-randr.so.0
2025-08-18T22:02:37.2277250Z 	libxcb-present.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-present.so.0
2025-08-18T22:02:37.2277689Z 	libxcb-glx.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-glx.so.0
2025-08-18T22:02:37.2278089Z 	libxcb-dri3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-dri3.so.0
2025-08-18T22:02:37.2278490Z 	libwrap.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwrap.so.0
2025-08-18T22:02:37.2278894Z 	libwmflite-0.2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwmflite-0.2.so.7
2025-08-18T22:02:37.2279315Z 	libwebpmux.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpmux.so.3
2025-08-18T22:02:37.2279924Z 	libwebpdemux.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpdemux.so.2
2025-08-18T22:02:37.2280327Z 	libwebp.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebp.so.7
2025-08-18T22:02:37.2280714Z 	libwbclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwbclient.so.0
2025-08-18T22:02:37.2281165Z 	libwayland-server.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-server.so.0
2025-08-18T22:02:37.2282056Z 	libwayland-egl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-egl.so.1
2025-08-18T22:02:37.2282571Z 	libwayland-cursor.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-cursor.so.0
2025-08-18T22:02:37.2283055Z 	libwayland-client.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-client.so.0
2025-08-18T22:02:37.2283500Z 	libvulkan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvulkan.so.1
2025-08-18T22:02:37.2283919Z 	libvorbisfile.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbisfile.so.3
2025-08-18T22:02:37.2284342Z 	libvorbis.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbis.so.0
2025-08-18T22:02:37.2284744Z 	libvolume_key.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvolume_key.so.1
2025-08-18T22:02:37.2285146Z 	libvmtools.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvmtools.so.0
2025-08-18T22:02:37.2285543Z 	libvgauth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvgauth.so.0
2025-08-18T22:02:37.2285910Z 	libuv.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuv.so.1
2025-08-18T22:02:37.2286271Z 	libuuid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuuid.so.1
2025-08-18T22:02:37.2286636Z 	libutil.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutil.so.1
2025-08-18T22:02:37.2286959Z 	libutil.so.1 (libc6) => /lib32/libutil.so.1
2025-08-18T22:02:37.2287297Z 	libutempter.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutempter.so.0
2025-08-18T22:02:37.2287702Z 	libusb-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libusb-1.0.so.0
2025-08-18T22:02:37.2288213Z 	liburcu.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu.so.8
2025-08-18T22:02:37.2288633Z 	liburcu-signal.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-signal.so.8
2025-08-18T22:02:37.2289070Z 	liburcu-qsbr.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-qsbr.so.8
2025-08-18T22:02:37.2289485Z 	liburcu-memb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-memb.so.8
2025-08-18T22:02:37.2289889Z 	liburcu-mb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-mb.so.8
2025-08-18T22:02:37.2290309Z 	liburcu-common.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-common.so.8
2025-08-18T22:02:37.2290738Z 	liburcu-cds.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-cds.so.8
2025-08-18T22:02:37.2291135Z 	liburcu-bp.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-bp.so.8
2025-08-18T22:02:37.2291705Z 	libunwind.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind.so.8
2025-08-18T22:02:37.2292132Z 	libunwind-x86_64.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-x86_64.so.8
2025-08-18T22:02:37.2292607Z 	libunwind-ptrace.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-ptrace.so.0
2025-08-18T22:02:37.2293111Z 	libunwind-coredump.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-coredump.so.0
2025-08-18T22:02:37.2293580Z 	libunistring.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunistring.so.5
2025-08-18T22:02:37.2293998Z 	libudisks2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudisks2.so.0
2025-08-18T22:02:37.2294378Z 	libudev.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudev.so.1
2025-08-18T22:02:37.2294766Z 	libuchardet.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuchardet.so.0
2025-08-18T22:02:37.2295165Z 	libubsan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libubsan.so.1
2025-08-18T22:02:37.2295601Z 	libtss2-tcti-swtpm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-18T22:02:37.2296091Z 	libtss2-tcti-mssim.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-18T22:02:37.2296594Z 	libtss2-tcti-device.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-device.so.0
2025-08-18T22:02:37.2297225Z 	libtss2-tcti-cmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-18T22:02:37.2297658Z 	libtss2-sys.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-sys.so.1
2025-08-18T22:02:37.2298054Z 	libtss2-rc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-rc.so.0
2025-08-18T22:02:37.2298441Z 	libtss2-mu.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-mu.so.0
2025-08-18T22:02:37.2298842Z 	libtss2-esys.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-esys.so.0
2025-08-18T22:02:37.2299236Z 	libtsan.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtsan.so.2
2025-08-18T22:02:37.2299619Z 	libtracefs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtracefs.so.1
2025-08-18T22:02:37.2300034Z 	libtraceevent.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtraceevent.so.1
2025-08-18T22:02:37.2300453Z 	libtommath.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtommath.so.1
2025-08-18T22:02:37.2300841Z 	libtk8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtk8.6.so
2025-08-18T22:02:37.2301218Z 	libtirpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtirpc.so.3
2025-08-18T22:02:37.2301894Z 	libtinyxml2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinyxml2.so.10
2025-08-18T22:02:37.2302300Z 	libtinfo.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so.6
2025-08-18T22:02:37.2302666Z 	libtinfo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so
2025-08-18T22:02:37.2303030Z 	libtiff.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtiff.so.6
2025-08-18T22:02:37.2303417Z 	libtidy.so.5deb1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtidy.so.5deb1
2025-08-18T22:02:37.2303803Z 	libtic.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so.6
2025-08-18T22:02:37.2304156Z 	libtic.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so
2025-08-18T22:02:37.2304532Z 	libthread_db.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so.1
2025-08-18T22:02:37.2305036Z 	libthread_db.so.1 (libc6) => /lib32/libthread_db.so.1
2025-08-18T22:02:37.2305411Z 	libthread_db.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so
2025-08-18T22:02:37.2305807Z 	libthai.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthai.so.0
2025-08-18T22:02:37.2306169Z 	libtdb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtdb.so.1
2025-08-18T22:02:37.2306529Z 	libtcl8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtcl8.6.so
2025-08-18T22:02:37.2306901Z 	libtasn1.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtasn1.so.6
2025-08-18T22:02:37.2307286Z 	libtalloc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtalloc.so.2
2025-08-18T22:02:37.2307681Z 	libsystemd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsystemd.so.0
2025-08-18T22:02:37.2308069Z 	libsysfs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsysfs.so.2
2025-08-18T22:02:37.2308447Z 	libsybdb.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsybdb.so.5
2025-08-18T22:02:37.2308944Z 	libsubid.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsubid.so.4
2025-08-18T22:02:37.2309347Z 	libstemmer.so.0d (libc6,x86-64) => /lib/x86_64-linux-gnu/libstemmer.so.0d
2025-08-18T22:02:37.2309744Z 	libstdc++.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libstdc++.so.6
2025-08-18T22:02:37.2310084Z 	libstdc++.so.6 (libc6) => /lib32/libstdc++.so.6
2025-08-18T22:02:37.2310408Z 	libssl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl3.so
2025-08-18T22:02:37.2310767Z 	libssl.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so.3
2025-08-18T22:02:37.2311118Z 	libssl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so
2025-08-18T22:02:37.2311716Z 	libssh2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh2.so.1
2025-08-18T22:02:37.2312277Z 	libssh.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh.so.4
2025-08-18T22:02:37.2312629Z 	libss.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libss.so.2
2025-08-18T22:02:37.2313003Z 	libsqlite3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so.0
2025-08-18T22:02:37.2313416Z 	libsqlite3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so
2025-08-18T22:02:37.2314129Z 	libsourcekitdInProc.so (libc6,x86-64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-18T22:02:37.2314577Z 	libsoftokn3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsoftokn3.so
2025-08-18T22:02:37.2314973Z 	libsodium.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsodium.so.23
2025-08-18T22:02:37.2315359Z 	libsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnmp.so.40
2025-08-18T22:02:37.2315743Z 	libsnappy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnappy.so.1
2025-08-18T22:02:37.2316129Z 	libsmime3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmime3.so
2025-08-18T22:02:37.2316528Z 	libsmartcols.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmartcols.so.1
2025-08-18T22:02:37.2316938Z 	libslirp.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslirp.so.0
2025-08-18T22:02:37.2317312Z 	libslang.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslang.so.2
2025-08-18T22:02:37.2317697Z 	libsigsegv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsigsegv.so.2
2025-08-18T22:02:37.2318115Z 	libsharpyuv.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsharpyuv.so.0
2025-08-18T22:02:37.2318554Z 	libsgutils2-1.46.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsgutils2-1.46.so.2
2025-08-18T22:02:37.2318979Z 	libsframe.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsframe.so.1
2025-08-18T22:02:37.2319362Z 	libsepol.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsepol.so.2
2025-08-18T22:02:37.2319748Z 	libsensors.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsensors.so.5
2025-08-18T22:02:37.2320150Z 	libsemanage.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsemanage.so.2
2025-08-18T22:02:37.2320555Z 	libselinux.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libselinux.so.1
2025-08-18T22:02:37.2320952Z 	libseccomp.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libseccomp.so.2
2025-08-18T22:02:37.2321335Z 	libsasl2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsasl2.so.2
2025-08-18T22:02:37.2322157Z 	libruby-3.2.so.3.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
2025-08-18T22:02:37.2322573Z 	libruby-3.2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so
2025-08-18T22:02:37.2322949Z 	librtmp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librtmp.so.1
2025-08-18T22:02:37.2323308Z 	librt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librt.so.1
2025-08-18T22:02:37.2323619Z 	librt.so.1 (libc6) => /lib32/librt.so.1
2025-08-18T22:02:37.2323937Z 	librpmsign.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmsign.so.9
2025-08-18T22:02:37.2324330Z 	librpmio.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmio.so.9
2025-08-18T22:02:37.2324723Z 	librpmbuild.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmbuild.so.9
2025-08-18T22:02:37.2325109Z 	librpm.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpm.so.9
2025-08-18T22:02:37.2325479Z 	librhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/librhash.so.0
2025-08-18T22:02:37.2325848Z 	libre2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libre2.so.10
2025-08-18T22:02:37.2326231Z 	libresolv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so.2
2025-08-18T22:02:37.2326582Z 	libresolv.so.2 (libc6) => /lib32/libresolv.so.2
2025-08-18T22:02:37.2326918Z 	libresolv.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so
2025-08-18T22:02:37.2327339Z 	libreiserfscore.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreiserfscore.so.0
2025-08-18T22:02:37.2327778Z 	libreadline.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreadline.so.8
2025-08-18T22:02:37.2328170Z 	libraw_r.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw_r.so.23
2025-08-18T22:02:37.2328537Z 	libraw.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw.so.23
2025-08-18T22:02:37.2328924Z 	librabbitmq.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/librabbitmq.so.4
2025-08-18T22:02:37.2329330Z 	libquadmath.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libquadmath.so.0
2025-08-18T22:02:37.2329747Z 	libqrtr-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqrtr-glib.so.0
2025-08-18T22:02:37.2330165Z 	libqmi-glib.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqmi-glib.so.5
2025-08-18T22:02:37.2330650Z 	libqdbm.so.14 (libc6,x86-64) => /lib/libqdbm.so.14
2025-08-18T22:02:37.2331014Z 	libp11-kit.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libp11-kit.so.0
2025-08-18T22:02:37.2331664Z 	libpython3.12.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so.1.0
2025-08-18T22:02:37.2332155Z 	libpython3.12.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so
2025-08-18T22:02:37.2332564Z 	libpthread.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpthread.so.0
2025-08-18T22:02:37.2332925Z 	libpthread.so.0 (libc6) => /lib32/libpthread.so.0
2025-08-18T22:02:37.2333266Z 	libpsx.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsx.so.2
2025-08-18T22:02:37.2333655Z 	libpspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpspell.so.15
2025-08-18T22:02:37.2334212Z 	libpsl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsl.so.5
2025-08-18T22:02:37.2334926Z 	libprotobuf-lite.so.32 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-lite.so.32
2025-08-18T22:02:37.2335776Z 	libprotobuf-c.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-c.so.1
2025-08-18T22:02:37.2336558Z 	libproc2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libproc2.so.0
2025-08-18T22:02:37.2337256Z 	libpq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so.5
2025-08-18T22:02:37.2337654Z 	libpq.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so
2025-08-18T22:02:37.2338018Z 	libpopt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpopt.so.0
2025-08-18T22:02:37.2338475Z 	libpolkit-gobject-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-18T22:02:37.2338981Z 	libpolkit-agent-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-agent-1.so.0
2025-08-18T22:02:37.2339423Z 	libpng16.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpng16.so.16
2025-08-18T22:02:37.2339799Z 	libply.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply.so.5
2025-08-18T22:02:37.2340262Z 	libply-splash-graphics.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-graphics.so.5
2025-08-18T22:02:37.2340972Z 	libply-splash-core.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-core.so.5
2025-08-18T22:02:37.2341681Z 	libply-boot-client.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-boot-client.so.5
2025-08-18T22:02:37.2342145Z 	libplds4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplds4.so
2025-08-18T22:02:37.2342515Z 	libplc4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplc4.so
2025-08-18T22:02:37.2342908Z 	libpkgconf.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpkgconf.so.3
2025-08-18T22:02:37.2343322Z 	libpixman-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpixman-1.so.0
2025-08-18T22:02:37.2343735Z 	libpipeline.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpipeline.so.1
2025-08-18T22:02:37.2344136Z 	libpgm-5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpgm-5.3.so.0
2025-08-18T22:02:37.2344507Z 	libpfm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpfm.so.4
2025-08-18T22:02:37.2344880Z 	libperl.so.5.38 (libc6,x86-64) => /lib/x86_64-linux-gnu/libperl.so.5.38
2025-08-18T22:02:37.2345287Z 	libpcre2-32.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so.0
2025-08-18T22:02:37.2345686Z 	libpcre2-32.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so
2025-08-18T22:02:37.2346078Z 	libpcre2-16.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so.0
2025-08-18T22:02:37.2346466Z 	libpcre2-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so
2025-08-18T22:02:37.2346852Z 	libpcre2-8.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so.0
2025-08-18T22:02:37.2347241Z 	libpcre2-8.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so
2025-08-18T22:02:37.2347663Z 	libpcre2-posix.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so.3
2025-08-18T22:02:37.2348113Z 	libpcre2-posix.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so
2025-08-18T22:02:37.2348540Z 	libpcprofile.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcprofile.so
2025-08-18T22:02:37.2348917Z 	libpcprofile.so (libc6) => /lib32/libpcprofile.so
2025-08-18T22:02:37.2349291Z 	libpciaccess.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpciaccess.so.0
2025-08-18T22:02:37.2349814Z 	libpci.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpci.so.3
2025-08-18T22:02:37.2350192Z 	libpcap.so.0.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so.0.8
2025-08-18T22:02:37.2350569Z 	libpcap.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so
2025-08-18T22:02:37.2350948Z 	libparted.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libparted.so.2
2025-08-18T22:02:37.2351333Z 	libpaper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpaper.so.1
2025-08-18T22:02:37.2351927Z 	libpangoft2-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangoft2-1.0.so.0
2025-08-18T22:02:37.2352394Z 	libpangocairo-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangocairo-1.0.so.0
2025-08-18T22:02:37.2352840Z 	libpango-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpango-1.0.so.0
2025-08-18T22:02:37.2353245Z 	libpanelw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so.6
2025-08-18T22:02:37.2353637Z 	libpanelw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so
2025-08-18T22:02:37.2354025Z 	libpanel.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so.6
2025-08-18T22:02:37.2354398Z 	libpanel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so
2025-08-18T22:02:37.2354767Z 	libpamc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpamc.so.0
2025-08-18T22:02:37.2355156Z 	libpam_misc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam_misc.so.0
2025-08-18T22:02:37.2355536Z 	libpam.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam.so.0
2025-08-18T22:02:37.2355982Z 	libpackagekit-glib2.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpackagekit-glib2.so.18
2025-08-18T22:02:37.2356464Z 	libopenjp2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopenjp2.so.7
2025-08-18T22:02:37.2356920Z 	libopeniscsiusr.so.0.2.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-18T22:02:37.2357433Z 	libopcodes-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-system.so
2025-08-18T22:02:37.2358060Z 	libopcodes-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-arm64.so
2025-08-18T22:02:37.2358560Z 	libopcodes-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-18T22:02:37.2359049Z 	libopcodes-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armel.so
2025-08-18T22:02:37.2359482Z 	libonig.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libonig.so.5
2025-08-18T22:02:37.2359846Z 	libogg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libogg.so.0
2025-08-18T22:02:37.2360206Z 	libodbc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libodbc.so.2
2025-08-18T22:02:37.2360582Z 	libobjc_gc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc_gc.so.4
2025-08-18T22:02:37.2360957Z 	libobjc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc.so.4
2025-08-18T22:02:37.2361315Z 	libnvme.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme.so.1
2025-08-18T22:02:37.2361916Z 	libnvme-mi.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme-mi.so.1
2025-08-18T22:02:37.2362302Z 	libnuma.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnuma.so.1
2025-08-18T22:02:37.2362683Z 	libntfs-3g.so.89 (libc6,x86-64) => /lib/x86_64-linux-gnu/libntfs-3g.so.89
2025-08-18T22:02:37.2363062Z 	libnss3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss3.so
2025-08-18T22:02:37.2363432Z 	libnssutil3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssutil3.so
2025-08-18T22:02:37.2363826Z 	libnssdbm3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssdbm3.so
2025-08-18T22:02:37.2364210Z 	libnssckbi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssckbi.so
2025-08-18T22:02:37.2364624Z 	libnss_systemd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_systemd.so.2
2025-08-18T22:02:37.2365059Z 	libnss_hesiod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so.2
2025-08-18T22:02:37.2365445Z 	libnss_hesiod.so.2 (libc6) => /lib32/libnss_hesiod.so.2
2025-08-18T22:02:37.2365815Z 	libnss_hesiod.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so
2025-08-18T22:02:37.2366283Z 	libnss_files.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_files.so.2
2025-08-18T22:02:37.2366805Z 	libnss_files.so.2 (libc6) => /lib32/libnss_files.so.2
2025-08-18T22:02:37.2367164Z 	libnss_dns.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_dns.so.2
2025-08-18T22:02:37.2367514Z 	libnss_dns.so.2 (libc6) => /lib32/libnss_dns.so.2
2025-08-18T22:02:37.2367883Z 	libnss_compat.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so.2
2025-08-18T22:02:37.2368271Z 	libnss_compat.so.2 (libc6) => /lib32/libnss_compat.so.2
2025-08-18T22:02:37.2368649Z 	libnss_compat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so
2025-08-18T22:02:37.2369043Z 	libnspr4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnspr4.so
2025-08-18T22:02:37.2369406Z 	libnsl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnsl.so.1
2025-08-18T22:02:37.2369722Z 	libnsl.so.1 (libc6) => /lib32/libnsl.so.1
2025-08-18T22:02:37.2370195Z 	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-18T22:02:37.2371213Z 	libnpth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnpth.so.0
2025-08-18T22:02:37.2371998Z 	libnorm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnorm.so.1
2025-08-18T22:02:37.2372610Z 	libnl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so.200
2025-08-18T22:02:37.2373241Z 	libnl-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so
2025-08-18T22:02:37.2373904Z 	libnl-route-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so.200
2025-08-18T22:02:37.2374555Z 	libnl-route-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so
2025-08-18T22:02:37.2374987Z 	libnl-genl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-genl-3.so.200
2025-08-18T22:02:37.2375419Z 	libnghttp2.so.14 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnghttp2.so.14
2025-08-18T22:02:37.2375826Z 	libnftnl.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftnl.so.11
2025-08-18T22:02:37.2376406Z 	libnftables.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftables.so.1
2025-08-18T22:02:37.2376844Z 	libnfnetlink.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnfnetlink.so.0
2025-08-18T22:02:37.2377252Z 	libnewt.so.0.52 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnewt.so.0.52
2025-08-18T22:02:37.2377642Z 	libnettle.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnettle.so.8
2025-08-18T22:02:37.2378071Z 	libnetsnmpmibs.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpmibs.so.40
2025-08-18T22:02:37.2378555Z 	libnetsnmphelpers.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmphelpers.so.40
2025-08-18T22:02:37.2379050Z 	libnetsnmpagent.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpagent.so.40
2025-08-18T22:02:37.2379493Z 	libnetsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmp.so.40
2025-08-18T22:02:37.2379898Z 	libnetplan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetplan.so.1
2025-08-18T22:02:37.2380295Z 	libnetpbm.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetpbm.so.11
2025-08-18T22:02:37.2380768Z 	libnetfilter_conntrack.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-18T22:02:37.2388631Z 	libncursesw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncursesw.so.6
2025-08-18T22:02:37.2389166Z 	libncurses.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncurses.so.6
2025-08-18T22:02:37.2389648Z 	libmysqlclient.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so.21
2025-08-18T22:02:37.2390136Z 	libmysqlclient.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so
2025-08-18T22:02:37.2390557Z 	libmvec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so.1
2025-08-18T22:02:37.2390936Z 	libmvec.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so
2025-08-18T22:02:37.2391316Z 	libmultipath.so.0 (libc6,x86-64) => /lib/libmultipath.so.0
2025-08-18T22:02:37.2391876Z 	libmspack.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmspack.so.0
2025-08-18T22:02:37.2392270Z 	libmpfr.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpfr.so.6
2025-08-18T22:02:37.2392651Z 	libmpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpc.so.3
2025-08-18T22:02:37.2393661Z 	libmpathutil.so.0 (libc6,x86-64) => /lib/libmpathutil.so.0
2025-08-18T22:02:37.2394061Z 	libmpathpersist.so.0 (libc6,x86-64) => /lib/libmpathpersist.so.0
2025-08-18T22:02:37.2394460Z 	libmpathcmd.so.0 (libc6,x86-64) => /lib/libmpathcmd.so.0
2025-08-18T22:02:37.2394829Z 	libmount.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmount.so.1
2025-08-18T22:02:37.2395211Z 	libmnl.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmnl.so.0
2025-08-18T22:02:37.2395564Z 	libmms.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmms.so.0
2025-08-18T22:02:37.2395941Z 	libmm-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmm-glib.so.0
2025-08-18T22:02:37.2396334Z 	libmlx5.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so.1
2025-08-18T22:02:37.2396699Z 	libmlx5.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so
2025-08-18T22:02:37.2397057Z 	libmlx4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so.1
2025-08-18T22:02:37.2397412Z 	libmlx4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so
2025-08-18T22:02:37.2397790Z 	libmenuw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so.6
2025-08-18T22:02:37.2398159Z 	libmenuw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so
2025-08-18T22:02:37.2398525Z 	libmenu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so.6
2025-08-18T22:02:37.2398876Z 	libmenu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so
2025-08-18T22:02:37.2399246Z 	libmemusage.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemusage.so
2025-08-18T22:02:37.2399604Z 	libmemusage.so (libc6) => /lib32/libmemusage.so
2025-08-18T22:02:37.2399973Z 	libmemcached.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemcached.so.11
2025-08-18T22:02:37.2400405Z 	libmediainfo.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmediainfo.so.0
2025-08-18T22:02:37.2400817Z 	libmecab.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmecab.so.2
2025-08-18T22:02:37.2401333Z 	libmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmd.so.0
2025-08-18T22:02:37.2401865Z 	libmbim-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmbim-glib.so.4
2025-08-18T22:02:37.2402284Z 	libmaxminddb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmaxminddb.so.0
2025-08-18T22:02:37.2402678Z 	libmana.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so.1
2025-08-18T22:02:37.2403038Z 	libmana.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so
2025-08-18T22:02:37.2403401Z 	libmagic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmagic.so.1
2025-08-18T22:02:37.2403757Z 	libm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libm.so.6
2025-08-18T22:02:37.2404053Z 	libm.so.6 (libc6) => /lib32/libm.so.6
2025-08-18T22:02:37.2404350Z 	liblz4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so.1
2025-08-18T22:02:37.2404699Z 	liblz4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so
2025-08-18T22:02:37.2405050Z 	liblzo2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzo2.so.2
2025-08-18T22:02:37.2405415Z 	liblzma.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so.5
2025-08-18T22:02:37.2405773Z 	liblzma.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so
2025-08-18T22:02:37.2406109Z 	liblz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so.1
2025-08-18T22:02:37.2406441Z 	liblz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so
2025-08-18T22:02:37.2406824Z 	liblvm2cmd.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblvm2cmd.so.2.03
2025-08-18T22:02:37.2407231Z 	liblua5.4.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4.so.0
2025-08-18T22:02:37.2407620Z 	liblua5.4-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4-c++.so.0
2025-08-18T22:02:37.2408005Z 	liblua5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3.so.0
2025-08-18T22:02:37.2408386Z 	liblua5.3-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3-c++.so.0
2025-08-18T22:02:37.2408825Z 	liblttng-ust.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust.so.1
2025-08-18T22:02:37.2409325Z 	liblttng-ust-tracepoint.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-18T22:02:37.2410088Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-18T22:02:37.2410717Z 	liblttng-ust-libc-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-18T22:02:37.2411255Z 	liblttng-ust-fork.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fork.so.1
2025-08-18T22:02:37.2411893Z 	liblttng-ust-fd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fd.so.1
2025-08-18T22:02:37.2412358Z 	liblttng-ust-dl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-dl.so.1
2025-08-18T22:02:37.2412879Z 	liblttng-ust-cyg-profile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-18T22:02:37.2413501Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-18T22:02:37.2414066Z 	liblttng-ust-ctl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-18T22:02:37.2414555Z 	liblttng-ust-common.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-common.so.1
2025-08-18T22:02:37.2414997Z 	libltdl.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libltdl.so.7
2025-08-18T22:02:37.2415359Z 	liblsan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblsan.so.0
2025-08-18T22:02:37.2415728Z 	liblqr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblqr-1.so.0
2025-08-18T22:02:37.2416095Z 	liblmdb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblmdb.so.0
2025-08-18T22:02:37.2416475Z 	liblldb-18.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so.1
2025-08-18T22:02:37.2416866Z 	liblldb-18.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so
2025-08-18T22:02:37.2417267Z 	liblldb-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so.1
2025-08-18T22:02:37.2417653Z 	liblldb-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so
2025-08-18T22:02:37.2418029Z 	liblldb-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so.1
2025-08-18T22:02:37.2418522Z 	liblldb-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so
2025-08-18T22:02:37.2418900Z 	libldap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libldap.so.2
2025-08-18T22:02:37.2419272Z 	liblcms2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblcms2.so.2
2025-08-18T22:02:37.2419638Z 	liblber.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblber.so.2
2025-08-18T22:02:37.2420025Z 	libk5crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libk5crypto.so.3
2025-08-18T22:02:37.2420415Z 	libksba.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libksba.so.8
2025-08-18T22:02:37.2420822Z 	libkrb5support.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5support.so.0
2025-08-18T22:02:37.2421231Z 	libkrb5.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5.so.3
2025-08-18T22:02:37.2421720Z 	libkmod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkmod.so.2
2025-08-18T22:02:37.2422107Z 	libkeyutils.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkeyutils.so.1
2025-08-18T22:02:37.2422521Z 	libjxrglue.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjxrglue.so.0
2025-08-18T22:02:37.2422939Z 	libjsoncpp.so.25 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjsoncpp.so.25
2025-08-18T22:02:37.2423379Z 	libjson-glib-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-glib-1.0.so.0
2025-08-18T22:02:37.2423807Z 	libjson-c.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-c.so.5
2025-08-18T22:02:37.2424173Z 	libjq.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjq.so.1
2025-08-18T22:02:37.2424536Z 	libjpegxr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpegxr.so.0
2025-08-18T22:02:37.2424911Z 	libjpeg.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpeg.so.8
2025-08-18T22:02:37.2425278Z 	libjcat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjcat.so.1
2025-08-18T22:02:37.2425661Z 	libjbig2dec.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig2dec.so.0
2025-08-18T22:02:37.2426039Z 	libjbig.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig.so.0
2025-08-18T22:02:37.2426420Z 	libjansson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjansson.so.4
2025-08-18T22:02:37.2426923Z 	libitm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libitm.so.1
2025-08-18T22:02:37.2427279Z 	libisns.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisns.so.0
2025-08-18T22:02:37.2427633Z 	libisl.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisl.so.23
2025-08-18T22:02:37.2428182Z 	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-18T22:02:37.2428891Z 	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-18T22:02:37.2429559Z 	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-18T22:02:37.2430212Z 	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-18T22:02:37.2430731Z 	libip6tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip6tc.so.2
2025-08-18T22:02:37.2431115Z 	libip4tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip4tc.so.2
2025-08-18T22:02:37.2431625Z 	libinih.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libinih.so.1
2025-08-18T22:02:37.2431999Z 	libijs-0.35.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libijs-0.35.so
2025-08-18T22:02:37.2432363Z 	libidn2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn2.so.0
2025-08-18T22:02:37.2432722Z 	libidn.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn.so.12
2025-08-18T22:02:37.2433090Z 	libicuuc.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.74
2025-08-18T22:02:37.2433466Z 	libicuuc.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.70
2025-08-18T22:02:37.2433837Z 	libicuuc.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so
2025-08-18T22:02:37.2434212Z 	libicutu.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.74
2025-08-18T22:02:37.2434590Z 	libicutu.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.70
2025-08-18T22:02:37.2435076Z 	libicutu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so
2025-08-18T22:02:37.2435467Z 	libicutest.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.74
2025-08-18T22:02:37.2435866Z 	libicutest.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.70
2025-08-18T22:02:37.2436257Z 	libicutest.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so
2025-08-18T22:02:37.2436643Z 	libicui18n.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.74
2025-08-18T22:02:37.2437056Z 	libicui18n.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.70
2025-08-18T22:02:37.2437464Z 	libicui18n.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so
2025-08-18T22:02:37.2437863Z 	libicuio.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.74
2025-08-18T22:02:37.2438246Z 	libicuio.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.70
2025-08-18T22:02:37.2438626Z 	libicuio.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so
2025-08-18T22:02:37.2439023Z 	libicudata.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.74
2025-08-18T22:02:37.2439431Z 	libicudata.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.70
2025-08-18T22:02:37.2439827Z 	libicudata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so
2025-08-18T22:02:37.2440222Z 	libibverbs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so.1
2025-08-18T22:02:37.2440613Z 	libibverbs.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so
2025-08-18T22:02:37.2440994Z 	libhwasan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhwasan.so.0
2025-08-18T22:02:37.2441575Z 	libhunspell-1.7.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhunspell-1.7.so.0
2025-08-18T22:02:37.2442010Z 	libhogweed.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhogweed.so.6
2025-08-18T22:02:37.2442406Z 	libhistory.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhistory.so.8
2025-08-18T22:02:37.2442839Z 	libhiredis_ssl.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-18T22:02:37.2443298Z 	libhiredis.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis.so.1.1.0
2025-08-18T22:02:37.2443828Z 	libhgfs.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhgfs.so.0
2025-08-18T22:02:37.2444193Z 	libheif.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libheif.so.1
2025-08-18T22:02:37.2444571Z 	libhavege.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhavege.so.2
2025-08-18T22:02:37.2444964Z 	libhashkit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhashkit.so.2
2025-08-18T22:02:37.2445369Z 	libharfbuzz.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libharfbuzz.so.0
2025-08-18T22:02:37.2445769Z 	libhandle.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhandle.so.1
2025-08-18T22:02:37.2446143Z 	libgusb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgusb.so.2
2025-08-18T22:02:37.2446527Z 	libguestlib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestlib.so.0
2025-08-18T22:02:37.2446991Z 	libguestStoreClient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestStoreClient.so.0
2025-08-18T22:02:37.2447466Z 	libgudev-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgudev-1.0.so.0
2025-08-18T22:02:37.2447869Z 	libgtk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgtk-3.so.0
2025-08-18T22:02:37.2448274Z 	libgthread-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgthread-2.0.so.0
2025-08-18T22:02:37.2448719Z 	libgstreamer-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstreamer-1.0.so.0
2025-08-18T22:02:37.2449163Z 	libgstnet-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstnet-1.0.so.0
2025-08-18T22:02:37.2449633Z 	libgstcontroller-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-18T22:02:37.2450114Z 	libgstcheck-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcheck-1.0.so.0
2025-08-18T22:02:37.2450550Z 	libgstbase-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstbase-1.0.so.0
2025-08-18T22:02:37.2450983Z 	libgssapi_krb5.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgssapi_krb5.so.2
2025-08-18T22:02:37.2451822Z 	libgs.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgs.so.10
2025-08-18T22:02:37.2452286Z 	libgraphite2.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgraphite2.so.3
2025-08-18T22:02:37.2452709Z 	libgprofng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgprofng.so.0
2025-08-18T22:02:37.2453093Z 	libgpm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpm.so.2
2025-08-18T22:02:37.2453464Z 	libgpgme.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpgme.so.11
2025-08-18T22:02:37.2453868Z 	libgpg-error.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpg-error.so.0
2025-08-18T22:02:37.2454266Z 	libgomp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgomp.so.1
2025-08-18T22:02:37.2454669Z 	libgobject-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgobject-2.0.so.0
2025-08-18T22:02:37.2455081Z 	libgnutls.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgnutls.so.30
2025-08-18T22:02:37.2455479Z 	libgmpxx.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so.4
2025-08-18T22:02:37.2455856Z 	libgmpxx.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so
2025-08-18T22:02:37.2456224Z 	libgmp.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so.10
2025-08-18T22:02:37.2456576Z 	libgmp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so
2025-08-18T22:02:37.2456964Z 	libgmodule-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmodule-2.0.so.0
2025-08-18T22:02:37.2457375Z 	libglib-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libglib-2.0.so.0
2025-08-18T22:02:37.2457828Z 	libgirepository-1.0.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgirepository-1.0.so.1
2025-08-18T22:02:37.2458276Z 	libgio-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgio-2.0.so.0
2025-08-18T22:02:37.2458673Z 	libgfortran.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgfortran.so.5
2025-08-18T22:02:37.2459102Z 	libgdk_pixbuf-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-18T22:02:37.2459662Z 	libgdk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk-3.so.0
2025-08-18T22:02:37.2460077Z 	libgdbm_compat.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm_compat.so.4
2025-08-18T22:02:37.2460649Z 	libgdbm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm.so.6
2025-08-18T22:02:37.2461007Z 	libgd.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgd.so.3
2025-08-18T22:02:37.2461487Z 	libgctba.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgctba.so.1
2025-08-18T22:02:37.2461876Z 	libgcrypt.so.20 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcrypt.so.20
2025-08-18T22:02:37.2462263Z 	libgccpp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgccpp.so.1
2025-08-18T22:02:37.2462845Z 	libgcc_s.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcc_s.so.1
2025-08-18T22:02:37.2463351Z 	libgcc_s.so.1 (libc6) => /lib32/libgcc_s.so.1
2025-08-18T22:02:37.2463668Z 	libgc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgc.so.1
2025-08-18T22:02:37.2464017Z 	libgbm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgbm.so.1
2025-08-18T22:02:37.2464527Z 	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-18T22:02:37.2465049Z 	libfwupd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfwupd.so.2
2025-08-18T22:02:37.2465427Z 	libfuse3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfuse3.so.3
2025-08-18T22:02:37.2465792Z 	libftdi1.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libftdi1.so.2
2025-08-18T22:02:37.2466183Z 	libfsverity.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfsverity.so.0
2025-08-18T22:02:37.2466592Z 	libfribidi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfribidi.so.0
2025-08-18T22:02:37.2466996Z 	libfreetype.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreetype.so.6
2025-08-18T22:02:37.2467390Z 	libfreebl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreebl3.so
2025-08-18T22:02:37.2467802Z 	libfreeblpriv3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreeblpriv3.so
2025-08-18T22:02:37.2468202Z 	libformw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so.6
2025-08-18T22:02:37.2468569Z 	libformw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so
2025-08-18T22:02:37.2469079Z 	libform.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so.6
2025-08-18T22:02:37.2469446Z 	libform.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so
2025-08-18T22:02:37.2469820Z 	libfontenc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontenc.so.1
2025-08-18T22:02:37.2470238Z 	libfontconfig.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontconfig.so.1
2025-08-18T22:02:37.2470662Z 	libflashrom.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libflashrom.so.1
2025-08-18T22:02:37.2471052Z 	libfido2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfido2.so.1
2025-08-18T22:02:37.2471607Z 	libfftw3_threads.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_threads.so.3
2025-08-18T22:02:37.2472042Z 	libfftw3_omp.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_omp.so.3
2025-08-18T22:02:37.2472429Z 	libfftw3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3.so.3
2025-08-18T22:02:37.2472790Z 	libffi.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so.8
2025-08-18T22:02:37.2473144Z 	libffi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so
2025-08-18T22:02:37.2473507Z 	libfdisk.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfdisk.so.1
2025-08-18T22:02:37.2473876Z 	libfcgi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi.so.0
2025-08-18T22:02:37.2474247Z 	libfcgi++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi++.so.0
2025-08-18T22:02:37.2474644Z 	libfbclient.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfbclient.so.2
2025-08-18T22:02:37.2475051Z 	libfastjson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfastjson.so.4
2025-08-18T22:02:37.2475503Z 	libfakeroot-0.so (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-18T22:02:37.2475938Z 	libe2p.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libe2p.so.2
2025-08-18T22:02:37.2476310Z 	libext2fs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libext2fs.so.2
2025-08-18T22:02:37.2476695Z 	libexslt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexslt.so.0
2025-08-18T22:02:37.2477076Z 	libexpatw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so.1
2025-08-18T22:02:37.2477585Z 	libexpatw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so
2025-08-18T22:02:37.2477953Z 	libexpat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so.1
2025-08-18T22:02:37.2478319Z 	libexpat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so
2025-08-18T22:02:37.2478759Z 	libevent_pthreads-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-18T22:02:37.2479264Z 	libevent_core-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_core-2.1.so.7
2025-08-18T22:02:37.2479677Z 	libevdev.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevdev.so.2
2025-08-18T22:02:37.2480042Z 	libestr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libestr.so.0
2025-08-18T22:02:37.2480410Z 	libepoxy.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libepoxy.so.0
2025-08-18T22:02:37.2480807Z 	libenchant-2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libenchant-2.so.2
2025-08-18T22:02:37.2481203Z 	libelf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libelf.so.1
2025-08-18T22:02:37.2482040Z 	libefivar.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefivar.so.1
2025-08-18T22:02:37.2482450Z 	libefiboot.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefiboot.so.1
2025-08-18T22:02:37.2482830Z 	libefa.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so.1
2025-08-18T22:02:37.2483179Z 	libefa.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so
2025-08-18T22:02:37.2483533Z 	libedit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libedit.so.2
2025-08-18T22:02:37.2483926Z 	libeatmydata.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so.1
2025-08-18T22:02:37.2484343Z 	libeatmydata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so
2025-08-18T22:02:37.2484720Z 	libdw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdw.so.1
2025-08-18T22:02:37.2485104Z 	libduktape.so.207 (libc6,x86-64) => /lib/x86_64-linux-gnu/libduktape.so.207
2025-08-18T22:02:37.2485688Z 	libdrop_ambient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrop_ambient.so.0
2025-08-18T22:02:37.2486130Z 	libdrm_intel.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_intel.so.1
2025-08-18T22:02:37.2486542Z 	libdrm_amdgpu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_amdgpu.so.1
2025-08-18T22:02:37.2486934Z 	libdrm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm.so.2
2025-08-18T22:02:37.2487447Z 	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-18T22:02:37.2487958Z 	libdl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdl.so.2
2025-08-18T22:02:37.2488267Z 	libdl.so.2 (libc6) => /lib32/libdl.so.2
2025-08-18T22:02:37.2488615Z 	libdjvulibre.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdjvulibre.so.21
2025-08-18T22:02:37.2489025Z 	libde265.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libde265.so.0
2025-08-18T22:02:37.2489448Z 	libdevmapper.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper.so.1.02.1
2025-08-18T22:02:37.2489969Z 	libdevmapper-event.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-18T22:02:37.2490560Z 	libdevmapper-event-lvm2vdo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-18T22:02:37.2491167Z 	libdevmapper-event-lvm2thin.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-18T22:02:37.2491962Z 	libdevmapper-event-lvm2snapshot.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-18T22:02:37.2492600Z 	libdevmapper-event-lvm2raid.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-18T22:02:37.2493224Z 	libdevmapper-event-lvm2mirror.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-18T22:02:37.2493850Z 	libdevmapper-event-lvm2.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-18T22:02:37.2494432Z 	libdevmapper-event-lvm2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-18T22:02:37.2494920Z 	libdeflate.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdeflate.so.0
2025-08-18T22:02:37.2495496Z 	libdebconfclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdebconfclient.so.0
2025-08-18T22:02:37.2495933Z 	libdconf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdconf.so.1
2025-08-18T22:02:37.2496351Z 	libdbusmenu-gtk3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-18T22:02:37.2496814Z 	libdbusmenu-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-glib.so.4
2025-08-18T22:02:37.2497240Z 	libdbus-1.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so.3
2025-08-18T22:02:37.2497617Z 	libdbus-1.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so
2025-08-18T22:02:37.2497982Z 	libdb-5.3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdb-5.3.so
2025-08-18T22:02:37.2498347Z 	libdatrie.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdatrie.so.1
2025-08-18T22:02:37.2498724Z 	libcurl.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl.so.4
2025-08-18T22:02:37.2499141Z 	libcurl-gnutls.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl-gnutls.so.4
2025-08-18T22:02:37.2499553Z 	libcups.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcups.so.2
2025-08-18T22:02:37.2499911Z 	libctf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf.so.0
2025-08-18T22:02:37.2500303Z 	libctf-nobfd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd.so.0
2025-08-18T22:02:37.2500760Z 	libctf-nobfd-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so.0
2025-08-18T22:02:37.2501243Z 	libctf-nobfd-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so
2025-08-18T22:02:37.2501844Z 	libctf-nobfd-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-18T22:02:37.2502320Z 	libctf-nobfd-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so
2025-08-18T22:02:37.2502795Z 	libctf-nobfd-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-18T22:02:37.2503379Z 	libctf-nobfd-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so
2025-08-18T22:02:37.2503848Z 	libctf-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so.0
2025-08-18T22:02:37.2504260Z 	libctf-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so
2025-08-18T22:02:37.2504670Z 	libctf-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so.0
2025-08-18T22:02:37.2505078Z 	libctf-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so
2025-08-18T22:02:37.2505482Z 	libctf-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so.0
2025-08-18T22:02:37.2505885Z 	libctf-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so
2025-08-18T22:02:37.2506312Z 	libcryptsetup.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcryptsetup.so.12
2025-08-18T22:02:37.2506745Z 	libcrypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so.3
2025-08-18T22:02:37.2507135Z 	libcrypto.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so
2025-08-18T22:02:37.2507515Z 	libcrypt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so.1
2025-08-18T22:02:37.2507893Z 	libcrypt.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so
2025-08-18T22:02:37.2508267Z 	libcom_err.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcom_err.so.2
2025-08-18T22:02:37.2508698Z 	libcolordprivate.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolordprivate.so.2
2025-08-18T22:02:37.2509162Z 	libcolord.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolord.so.2
2025-08-18T22:02:37.2509566Z 	libclang-18.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-18.so.18
2025-08-18T22:02:37.2509967Z 	libclang-17.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-17.so.17
2025-08-18T22:02:37.2510385Z 	libclang-16.so.16.0.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-16.so.16.0.6
2025-08-18T22:02:37.2510823Z 	libclang-cpp.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.18.1
2025-08-18T22:02:37.2511293Z 	libclang-cpp.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.17
2025-08-18T22:02:37.2512004Z 	libclang-cpp.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.16
2025-08-18T22:02:37.2512400Z 	libcc1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcc1.so.0
2025-08-18T22:02:37.2512772Z 	libcbor.so.0.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcbor.so.0.10
2025-08-18T22:02:37.2513159Z 	libcares.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcares.so.2
2025-08-18T22:02:37.2513530Z 	libcap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap.so.2
2025-08-18T22:02:37.2513902Z 	libcap-ng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap-ng.so.0
2025-08-18T22:02:37.2514301Z 	libcanberra.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcanberra.so.0
2025-08-18T22:02:37.2514702Z 	libcairo.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo.so.2
2025-08-18T22:02:37.2515131Z 	libcairo-gobject.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo-gobject.so.2
2025-08-18T22:02:37.2515599Z 	libc_malloc_debug.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so.0
2025-08-18T22:02:37.2516021Z 	libc_malloc_debug.so.0 (libc6) => /lib32/libc_malloc_debug.so.0
2025-08-18T22:02:37.2516423Z 	libc_malloc_debug.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so
2025-08-18T22:02:37.2516810Z 	libc.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc.so.6
2025-08-18T22:02:37.2517110Z 	libc.so.6 (libc6) => /lib32/libc.so.6
2025-08-18T22:02:37.2517431Z 	libc-client.so.2007e (libc6,x86-64) => /lib/libc-client.so.2007e
2025-08-18T22:02:37.2517811Z 	libbz2.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbz2.so.1.0
2025-08-18T22:02:37.2518202Z 	libbytesize.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbytesize.so.1
2025-08-18T22:02:37.2518588Z 	libbsd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbsd.so.0
2025-08-18T22:02:37.2518979Z 	libbrotlienc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlienc.so.1
2025-08-18T22:02:37.2519401Z 	libbrotlidec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlidec.so.1
2025-08-18T22:02:37.2520020Z 	libbrotlicommon.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlicommon.so.1
2025-08-18T22:02:37.2520447Z 	libbpf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbpf.so.1
2025-08-18T22:02:37.2520828Z 	libblockdev.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblockdev.so.3
2025-08-18T22:02:37.2521221Z 	libblkid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblkid.so.1
2025-08-18T22:02:37.2521921Z 	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-18T22:02:37.2522502Z 	libbfd-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-system.so
2025-08-18T22:02:37.2522948Z 	libbfd-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-arm64.so
2025-08-18T22:02:37.2523384Z 	libbfd-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armhf.so
2025-08-18T22:02:37.2523815Z 	libbfd-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armel.so
2025-08-18T22:02:37.2524234Z 	libbd_utils.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_utils.so.3
2025-08-18T22:02:37.2524632Z 	libbd_swap.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_swap.so.3
2025-08-18T22:02:37.2525017Z 	libbd_part.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_part.so.3
2025-08-18T22:02:37.2525398Z 	libbd_nvme.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_nvme.so.3
2025-08-18T22:02:37.2525791Z 	libbd_mdraid.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_mdraid.so.3
2025-08-18T22:02:37.2526186Z 	libbd_loop.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_loop.so.3
2025-08-18T22:02:37.2526552Z 	libbd_fs.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_fs.so.3
2025-08-18T22:02:37.2526934Z 	libbd_crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_crypto.so.3
2025-08-18T22:02:37.2527333Z 	libbcc_bpf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc_bpf.so.0
2025-08-18T22:02:37.2527700Z 	libbcc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc.so.0
2025-08-18T22:02:37.2528106Z 	libavahi-common.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-common.so.3
2025-08-18T22:02:37.2528693Z 	libavahi-client.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-client.so.3
2025-08-18T22:02:37.2529108Z 	libaudit.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaudit.so.1
2025-08-18T22:02:37.2529481Z 	libattr.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libattr.so.1
2025-08-18T22:02:37.2529850Z 	libatspi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatspi.so.0
2025-08-18T22:02:37.2530232Z 	libatomic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatomic.so.1
2025-08-18T22:02:37.2530603Z 	libatm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatm.so.1
2025-08-18T22:02:37.2530971Z 	libatk-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-1.0.so.0
2025-08-18T22:02:37.2531535Z 	libatk-bridge-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-18T22:02:37.2531985Z 	libatasmart.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatasmart.so.4
2025-08-18T22:02:37.2532387Z 	libassuan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libassuan.so.0
2025-08-18T22:02:37.2532781Z 	libaspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaspell.so.15
2025-08-18T22:02:37.2533170Z 	libasound.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasound.so.2
2025-08-18T22:02:37.2533542Z 	libasan.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasan.so.8
2025-08-18T22:02:37.2533913Z 	libaria2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaria2.so.0
2025-08-18T22:02:37.2534289Z 	libargon2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libargon2.so.1
2025-08-18T22:02:37.2534687Z 	libarchive.so.13 (libc6,x86-64) => /lib/x86_64-linux-gnu/libarchive.so.13
2025-08-18T22:02:37.2535130Z 	libapt-private.so.0.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-private.so.0.0
2025-08-18T22:02:37.2535583Z 	libapt-pkg.so.6.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-pkg.so.6.0
2025-08-18T22:02:37.2535998Z 	libaprutil-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaprutil-1.so.0
2025-08-18T22:02:37.2536508Z 	libapr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapr-1.so.0
2025-08-18T22:02:37.2536927Z 	libappstream.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libappstream.so.5
2025-08-18T22:02:37.2537344Z 	libapparmor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapparmor.so.1
2025-08-18T22:02:37.2537726Z 	libaom.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaom.so.3
2025-08-18T22:02:37.2538076Z 	libanl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so.1
2025-08-18T22:02:37.2538385Z 	libanl.so.1 (libc6) => /lib32/libanl.so.1
2025-08-18T22:02:37.2538685Z 	libanl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so
2025-08-18T22:02:37.2539046Z 	libaio.so.1t64 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaio.so.1t64
2025-08-18T22:02:37.2539412Z 	libacl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libacl.so.1
2025-08-18T22:02:37.2539753Z 	libX11.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11.so.6
2025-08-18T22:02:37.2540117Z 	libX11-xcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11-xcb.so.1
2025-08-18T22:02:37.2540514Z 	libXxf86vm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXxf86vm.so.1
2025-08-18T22:02:37.2540897Z 	libXtst.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXtst.so.6
2025-08-18T22:02:37.2541253Z 	libXt.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXt.so.6
2025-08-18T22:02:37.2541715Z 	libXss.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXss.so.1
2025-08-18T22:02:37.2542087Z 	libXrender.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrender.so.1
2025-08-18T22:02:37.2542482Z 	libXrandr.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrandr.so.2
2025-08-18T22:02:37.2542850Z 	libXpm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXpm.so.4
2025-08-18T22:02:37.2543208Z 	libXmuu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmuu.so.1
2025-08-18T22:02:37.2543561Z 	libXmu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmu.so.6
2025-08-18T22:02:37.2543941Z 	libXinerama.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXinerama.so.1
2025-08-18T22:02:37.2544329Z 	libXi.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXi.so.6
2025-08-18T22:02:37.2544798Z 	libXft.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXft.so.2
2025-08-18T22:02:37.2545161Z 	libXfont2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfont2.so.2
2025-08-18T22:02:37.2545545Z 	libXfixes.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfixes.so.3
2025-08-18T22:02:37.2545916Z 	libXext.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXext.so.6
2025-08-18T22:02:37.2546285Z 	libXdmcp.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so.6
2025-08-18T22:02:37.2546651Z 	libXdmcp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so
2025-08-18T22:02:37.2547028Z 	libXdamage.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdamage.so.1
2025-08-18T22:02:37.2547424Z 	libXcursor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcursor.so.1
2025-08-18T22:02:37.2547841Z 	libXcomposite.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcomposite.so.1
2025-08-18T22:02:37.2548238Z 	libXaw.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXaw.so.7
2025-08-18T22:02:37.2548589Z 	libXau.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so.6
2025-08-18T22:02:37.2548941Z 	libXau.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so
2025-08-18T22:02:37.2549283Z 	libSM.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libSM.so.6
2025-08-18T22:02:37.2549703Z 	libOpenEXRUtil-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-18T22:02:37.2550195Z 	libOpenEXRCore-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-18T22:02:37.2550682Z 	libOpenEXR-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-18T22:02:37.2551152Z 	libMagickWand-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-18T22:02:37.2551757Z 	libMagickCore-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-18T22:02:37.2552190Z 	libLerc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLerc.so.4
2025-08-18T22:02:37.2552687Z 	libLLVM.so.19.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.19.1
2025-08-18T22:02:37.2553084Z 	libLLVM.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.18.1
2025-08-18T22:02:37.2553461Z 	libLLVM-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so.1
2025-08-18T22:02:37.2553841Z 	libLLVM-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so
2025-08-18T22:02:37.2554219Z 	libLLVM-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so.1
2025-08-18T22:02:37.2554598Z 	libLLVM-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so
2025-08-18T22:02:37.2554966Z 	libJudy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libJudy.so.1
2025-08-18T22:02:37.2555353Z 	libImath-3_1.so.29 (libc6,x86-64) => /lib/x86_64-linux-gnu/libImath-3_1.so.29
2025-08-18T22:02:37.2555786Z 	libIlmThread-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIlmThread-3_1.so.30
2025-08-18T22:02:37.2556210Z 	libIex-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIex-3_1.so.30
2025-08-18T22:02:37.2556584Z 	libICE.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libICE.so.6
2025-08-18T22:02:37.2556984Z 	libGLdispatch.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLdispatch.so.0
2025-08-18T22:02:37.2557401Z 	libGLX_mesa.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX_mesa.so.0
2025-08-18T22:02:37.2557778Z 	libGLX.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX.so.0
2025-08-18T22:02:37.2558130Z 	libGL.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGL.so.1
2025-08-18T22:02:37.2558515Z 	libDeployPkg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libDeployPkg.so.0
2025-08-18T22:02:37.2558963Z 	libBrokenLocale.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so.1
2025-08-18T22:02:37.2559387Z 	libBrokenLocale.so.1 (libc6) => /lib32/libBrokenLocale.so.1
2025-08-18T22:02:37.2559792Z 	libBrokenLocale.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so
2025-08-18T22:02:37.2560199Z 	ld-musl-x86_64.so.1 (libc6,x86-64) => /lib/ld-musl-x86_64.so.1
2025-08-18T22:02:37.2560523Z 	ld-linux.so.2 (libc6) => /lib32/ld-linux.so.2
2025-08-18T22:02:37.2560800Z 	ld-linux.so.2 (libc6) => /lib/ld-linux.so.2
2025-08-18T22:02:37.2561270Z 	ld-linux-x86-64.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
2025-08-18T22:02:37.2562003Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.5) stable release version 2.39
2025-08-18T22:02:37.2749188Z [+] Installing Go for linux-amd64...
2025-08-18T22:02:37.7526631Z [!] Found existing Go installation at: /usr/bin/go
2025-08-18T22:02:37.7527528Z [!] GOROOT: /opt/hostedtoolcache/go/1.24.6/x64
2025-08-18T22:02:37.7529205Z [!] Removing existing GOROOT: /opt/hostedtoolcache/go/1.24.6/x64
2025-08-18T22:02:38.9467048Z [+] Downloading Go go1.25.0...
2025-08-18T22:02:38.9519853Z   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2025-08-18T22:02:38.9520561Z                                  Dload  Upload   Total   Spent    Left  Speed
2025-08-18T22:02:38.9520933Z 
2025-08-18T22:02:39.0305488Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2025-08-18T22:02:39.0306195Z 100    80  100    80    0     0   1016      0 --:--:-- --:--:-- --:--:--  1025
2025-08-18T22:02:39.1060333Z 
2025-08-18T22:02:39.1060725Z 100    75  100    75    0     0    486      0 --:--:-- --:--:-- --:--:--   486
2025-08-18T22:02:39.2137220Z 
2025-08-18T22:02:39.4362130Z   2 56.8M    2 1387k    0     0  5298k      0  0:00:10 --:--:--  0:00:10 5298k
2025-08-18T22:02:39.4362817Z 100 56.8M  100 56.8M    0     0   117M      0 --:--:-- --:--:-- --:--:--  250M
2025-08-18T22:02:39.4400927Z (DL) <== https://golang.org/dl/go1.25.0.linux-amd64.tar.gz
2025-08-18T22:02:40.8407442Z [+] Success! Go version: go version go1.25.0 linux/amd64
2025-08-18T22:02:40.8407950Z [+] GOROOT: /home/runner/.go
2025-08-18T22:02:40.8408204Z [+] GOPATH: /home/runner/go
2025-08-18T22:02:40.8408532Z [|] PATH: export PATH="/home/runner/.go/bin:/home/runner/go/bin:${PATH}"
2025-08-18T22:02:40.8567048Z go version go1.25.0 linux/amd64
2025-08-18T22:02:40.8945123Z 680 libs found in cache `/etc/ld.so.cache'
2025-08-18T22:02:40.8946056Z 	libz3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so.4
2025-08-18T22:02:40.8946741Z 	libz3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so
2025-08-18T22:02:40.8947395Z 	libzstd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so.1
2025-08-18T22:02:40.8948086Z 	libzstd.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so
2025-08-18T22:02:40.8948751Z 	libzmq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzmq.so.5
2025-08-18T22:02:40.8949406Z 	libzip.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzip.so.4
2025-08-18T22:02:40.8950053Z 	libzen.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzen.so.0
2025-08-18T22:02:40.8950665Z 	libz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so.1
2025-08-18T22:02:40.8951252Z 	libz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so
2025-08-18T22:02:40.8952133Z 	libyaml-0.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyaml-0.so.2
2025-08-18T22:02:40.8952827Z 	libyajl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyajl.so.2
2025-08-18T22:02:40.8953527Z 	libxxhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxxhash.so.0
2025-08-18T22:02:40.8954259Z 	libxtables.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxtables.so.12
2025-08-18T22:02:40.8954946Z 	libxslt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxslt.so.1
2025-08-18T22:02:40.8955644Z 	libxshmfence.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxshmfence.so.1
2025-08-18T22:02:40.8956339Z 	libxml2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so.2
2025-08-18T22:02:40.8956874Z 	libxml2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so
2025-08-18T22:02:40.8957288Z 	libxmlsec1.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1.so.1
2025-08-18T22:02:40.8957782Z 	libxmlsec1-openssl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-18T22:02:40.8958236Z 	libxmlb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlb.so.2
2025-08-18T22:02:40.8958624Z 	libxkbfile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbfile.so.1
2025-08-18T22:02:40.8959062Z 	libxkbcommon.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbcommon.so.0
2025-08-18T22:02:40.8959813Z 	libxcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so.1
2025-08-18T22:02:40.8960190Z 	libxcb.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so
2025-08-18T22:02:40.8960601Z 	libxcb-xfixes.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so.0
2025-08-18T22:02:40.8961053Z 	libxcb-xfixes.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so
2025-08-18T22:02:40.8961716Z 	libxcb-sync.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-sync.so.1
2025-08-18T22:02:40.8962138Z 	libxcb-shm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shm.so.0
2025-08-18T22:02:40.8962551Z 	libxcb-shape.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so.0
2025-08-18T22:02:40.8962968Z 	libxcb-shape.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so
2025-08-18T22:02:40.8963387Z 	libxcb-render.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so.0
2025-08-18T22:02:40.8963821Z 	libxcb-render.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so
2025-08-18T22:02:40.8964251Z 	libxcb-randr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-randr.so.0
2025-08-18T22:02:40.8964695Z 	libxcb-present.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-present.so.0
2025-08-18T22:02:40.8965130Z 	libxcb-glx.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-glx.so.0
2025-08-18T22:02:40.8965527Z 	libxcb-dri3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-dri3.so.0
2025-08-18T22:02:40.8965919Z 	libwrap.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwrap.so.0
2025-08-18T22:02:40.8966326Z 	libwmflite-0.2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwmflite-0.2.so.7
2025-08-18T22:02:40.8966753Z 	libwebpmux.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpmux.so.3
2025-08-18T22:02:40.8967168Z 	libwebpdemux.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpdemux.so.2
2025-08-18T22:02:40.8967572Z 	libwebp.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebp.so.7
2025-08-18T22:02:40.8968194Z 	libwbclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwbclient.so.0
2025-08-18T22:02:40.8968670Z 	libwayland-server.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-server.so.0
2025-08-18T22:02:40.8969141Z 	libwayland-egl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-egl.so.1
2025-08-18T22:02:40.8969607Z 	libwayland-cursor.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-cursor.so.0
2025-08-18T22:02:40.8970087Z 	libwayland-client.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-client.so.0
2025-08-18T22:02:40.8970528Z 	libvulkan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvulkan.so.1
2025-08-18T22:02:40.8970941Z 	libvorbisfile.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbisfile.so.3
2025-08-18T22:02:40.8971515Z 	libvorbis.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbis.so.0
2025-08-18T22:02:40.8971948Z 	libvolume_key.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvolume_key.so.1
2025-08-18T22:02:40.8972361Z 	libvmtools.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvmtools.so.0
2025-08-18T22:02:40.8972764Z 	libvgauth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvgauth.so.0
2025-08-18T22:02:40.8973137Z 	libuv.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuv.so.1
2025-08-18T22:02:40.8973496Z 	libuuid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuuid.so.1
2025-08-18T22:02:40.8973859Z 	libutil.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutil.so.1
2025-08-18T22:02:40.8974189Z 	libutil.so.1 (libc6) => /lib32/libutil.so.1
2025-08-18T22:02:40.8974528Z 	libutempter.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutempter.so.0
2025-08-18T22:02:40.8974928Z 	libusb-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libusb-1.0.so.0
2025-08-18T22:02:40.8975317Z 	liburcu.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu.so.8
2025-08-18T22:02:40.8975720Z 	liburcu-signal.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-signal.so.8
2025-08-18T22:02:40.8976153Z 	liburcu-qsbr.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-qsbr.so.8
2025-08-18T22:02:40.8976570Z 	liburcu-memb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-memb.so.8
2025-08-18T22:02:40.8977125Z 	liburcu-mb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-mb.so.8
2025-08-18T22:02:40.8977544Z 	liburcu-common.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-common.so.8
2025-08-18T22:02:40.8977969Z 	liburcu-cds.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-cds.so.8
2025-08-18T22:02:40.8978366Z 	liburcu-bp.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-bp.so.8
2025-08-18T22:02:40.8978755Z 	libunwind.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind.so.8
2025-08-18T22:02:40.8979174Z 	libunwind-x86_64.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-x86_64.so.8
2025-08-18T22:02:40.8979639Z 	libunwind-ptrace.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-ptrace.so.0
2025-08-18T22:02:40.8980132Z 	libunwind-coredump.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-coredump.so.0
2025-08-18T22:02:40.8980604Z 	libunistring.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunistring.so.5
2025-08-18T22:02:40.8981021Z 	libudisks2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudisks2.so.0
2025-08-18T22:02:40.8981641Z 	libudev.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudev.so.1
2025-08-18T22:02:40.8982047Z 	libuchardet.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuchardet.so.0
2025-08-18T22:02:40.8982444Z 	libubsan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libubsan.so.1
2025-08-18T22:02:40.8982879Z 	libtss2-tcti-swtpm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-18T22:02:40.8983365Z 	libtss2-tcti-mssim.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-18T22:02:40.8983860Z 	libtss2-tcti-device.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-device.so.0
2025-08-18T22:02:40.8984346Z 	libtss2-tcti-cmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-18T22:02:40.8984774Z 	libtss2-sys.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-sys.so.1
2025-08-18T22:02:40.8985295Z 	libtss2-rc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-rc.so.0
2025-08-18T22:02:40.8985694Z 	libtss2-mu.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-mu.so.0
2025-08-18T22:02:40.8986096Z 	libtss2-esys.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-esys.so.0
2025-08-18T22:02:40.8986489Z 	libtsan.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtsan.so.2
2025-08-18T22:02:40.8986868Z 	libtracefs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtracefs.so.1
2025-08-18T22:02:40.8987285Z 	libtraceevent.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtraceevent.so.1
2025-08-18T22:02:40.8987702Z 	libtommath.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtommath.so.1
2025-08-18T22:02:40.8988084Z 	libtk8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtk8.6.so
2025-08-18T22:02:40.8988459Z 	libtirpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtirpc.so.3
2025-08-18T22:02:40.8988859Z 	libtinyxml2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinyxml2.so.10
2025-08-18T22:02:40.8989263Z 	libtinfo.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so.6
2025-08-18T22:02:40.8989641Z 	libtinfo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so
2025-08-18T22:02:40.8990005Z 	libtiff.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtiff.so.6
2025-08-18T22:02:40.8990390Z 	libtidy.so.5deb1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtidy.so.5deb1
2025-08-18T22:02:40.8990773Z 	libtic.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so.6
2025-08-18T22:02:40.8991120Z 	libtic.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so
2025-08-18T22:02:40.8991695Z 	libthread_db.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so.1
2025-08-18T22:02:40.8992070Z 	libthread_db.so.1 (libc6) => /lib32/libthread_db.so.1
2025-08-18T22:02:40.8992425Z 	libthread_db.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so
2025-08-18T22:02:40.8992810Z 	libthai.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthai.so.0
2025-08-18T22:02:40.8993178Z 	libtdb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtdb.so.1
2025-08-18T22:02:40.8993694Z 	libtcl8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtcl8.6.so
2025-08-18T22:02:40.8994067Z 	libtasn1.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtasn1.so.6
2025-08-18T22:02:40.8994450Z 	libtalloc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtalloc.so.2
2025-08-18T22:02:40.8994847Z 	libsystemd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsystemd.so.0
2025-08-18T22:02:40.8995231Z 	libsysfs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsysfs.so.2
2025-08-18T22:02:40.8995604Z 	libsybdb.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsybdb.so.5
2025-08-18T22:02:40.8995978Z 	libsubid.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsubid.so.4
2025-08-18T22:02:40.8996375Z 	libstemmer.so.0d (libc6,x86-64) => /lib/x86_64-linux-gnu/libstemmer.so.0d
2025-08-18T22:02:40.8996774Z 	libstdc++.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libstdc++.so.6
2025-08-18T22:02:40.8997115Z 	libstdc++.so.6 (libc6) => /lib32/libstdc++.so.6
2025-08-18T22:02:40.8997441Z 	libssl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl3.so
2025-08-18T22:02:40.8997802Z 	libssl.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so.3
2025-08-18T22:02:40.8998155Z 	libssl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so
2025-08-18T22:02:40.8998507Z 	libssh2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh2.so.1
2025-08-18T22:02:40.8998865Z 	libssh.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh.so.4
2025-08-18T22:02:40.8999204Z 	libss.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libss.so.2
2025-08-18T22:02:40.8999572Z 	libsqlite3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so.0
2025-08-18T22:02:40.8999963Z 	libsqlite3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so
2025-08-18T22:02:40.9000398Z 	libsourcekitdInProc.so (libc6,x86-64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-18T22:02:40.9000845Z 	libsoftokn3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsoftokn3.so
2025-08-18T22:02:40.9001506Z 	libsodium.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsodium.so.23
2025-08-18T22:02:40.9001952Z 	libsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnmp.so.40
2025-08-18T22:02:40.9002337Z 	libsnappy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnappy.so.1
2025-08-18T22:02:40.9002726Z 	libsmime3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmime3.so
2025-08-18T22:02:40.9003125Z 	libsmartcols.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmartcols.so.1
2025-08-18T22:02:40.9003527Z 	libslirp.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslirp.so.0
2025-08-18T22:02:40.9003907Z 	libslang.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslang.so.2
2025-08-18T22:02:40.9004298Z 	libsigsegv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsigsegv.so.2
2025-08-18T22:02:40.9004707Z 	libsharpyuv.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsharpyuv.so.0
2025-08-18T22:02:40.9005145Z 	libsgutils2-1.46.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsgutils2-1.46.so.2
2025-08-18T22:02:40.9005570Z 	libsframe.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsframe.so.1
2025-08-18T22:02:40.9005965Z 	libsepol.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsepol.so.2
2025-08-18T22:02:40.9006356Z 	libsensors.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsensors.so.5
2025-08-18T22:02:40.9006761Z 	libsemanage.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsemanage.so.2
2025-08-18T22:02:40.9007165Z 	libselinux.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libselinux.so.1
2025-08-18T22:02:40.9007555Z 	libseccomp.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libseccomp.so.2
2025-08-18T22:02:40.9007941Z 	libsasl2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsasl2.so.2
2025-08-18T22:02:40.9008337Z 	libruby-3.2.so.3.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
2025-08-18T22:02:40.9008740Z 	libruby-3.2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so
2025-08-18T22:02:40.9009119Z 	librtmp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librtmp.so.1
2025-08-18T22:02:40.9009477Z 	librt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librt.so.1
2025-08-18T22:02:40.9009788Z 	librt.so.1 (libc6) => /lib32/librt.so.1
2025-08-18T22:02:40.9010245Z 	librpmsign.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmsign.so.9
2025-08-18T22:02:40.9010636Z 	librpmio.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmio.so.9
2025-08-18T22:02:40.9011032Z 	librpmbuild.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmbuild.so.9
2025-08-18T22:02:40.9011595Z 	librpm.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpm.so.9
2025-08-18T22:02:40.9011972Z 	librhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/librhash.so.0
2025-08-18T22:02:40.9012340Z 	libre2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libre2.so.10
2025-08-18T22:02:40.9012715Z 	libresolv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so.2
2025-08-18T22:02:40.9013067Z 	libresolv.so.2 (libc6) => /lib32/libresolv.so.2
2025-08-18T22:02:40.9013400Z 	libresolv.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so
2025-08-18T22:02:40.9013818Z 	libreiserfscore.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreiserfscore.so.0
2025-08-18T22:02:40.9014275Z 	libreadline.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreadline.so.8
2025-08-18T22:02:40.9014668Z 	libraw_r.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw_r.so.23
2025-08-18T22:02:40.9015031Z 	libraw.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw.so.23
2025-08-18T22:02:40.9015413Z 	librabbitmq.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/librabbitmq.so.4
2025-08-18T22:02:40.9015818Z 	libquadmath.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libquadmath.so.0
2025-08-18T22:02:40.9016233Z 	libqrtr-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqrtr-glib.so.0
2025-08-18T22:02:40.9016643Z 	libqmi-glib.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqmi-glib.so.5
2025-08-18T22:02:40.9017003Z 	libqdbm.so.14 (libc6,x86-64) => /lib/libqdbm.so.14
2025-08-18T22:02:40.9017356Z 	libp11-kit.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libp11-kit.so.0
2025-08-18T22:02:40.9017773Z 	libpython3.12.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so.1.0
2025-08-18T22:02:40.9018318Z 	libpython3.12.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so
2025-08-18T22:02:40.9018732Z 	libpthread.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpthread.so.0
2025-08-18T22:02:40.9019092Z 	libpthread.so.0 (libc6) => /lib32/libpthread.so.0
2025-08-18T22:02:40.9019429Z 	libpsx.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsx.so.2
2025-08-18T22:02:40.9019810Z 	libpspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpspell.so.15
2025-08-18T22:02:40.9020189Z 	libpsl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsl.so.5
2025-08-18T22:02:40.9020610Z 	libprotobuf-lite.so.32 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-lite.so.32
2025-08-18T22:02:40.9021075Z 	libprotobuf-c.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-c.so.1
2025-08-18T22:02:40.9021717Z 	libproc2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libproc2.so.0
2025-08-18T22:02:40.9022130Z 	libpq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so.5
2025-08-18T22:02:40.9022495Z 	libpq.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so
2025-08-18T22:02:40.9022862Z 	libpopt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpopt.so.0
2025-08-18T22:02:40.9023304Z 	libpolkit-gobject-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-18T22:02:40.9023812Z 	libpolkit-agent-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-agent-1.so.0
2025-08-18T22:02:40.9024255Z 	libpng16.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpng16.so.16
2025-08-18T22:02:40.9024626Z 	libply.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply.so.5
2025-08-18T22:02:40.9025089Z 	libply-splash-graphics.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-graphics.so.5
2025-08-18T22:02:40.9025625Z 	libply-splash-core.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-core.so.5
2025-08-18T22:02:40.9026118Z 	libply-boot-client.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-boot-client.so.5
2025-08-18T22:02:40.9026550Z 	libplds4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplds4.so
2025-08-18T22:02:40.9027052Z 	libplc4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplc4.so
2025-08-18T22:02:40.9027439Z 	libpkgconf.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpkgconf.so.3
2025-08-18T22:02:40.9027847Z 	libpixman-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpixman-1.so.0
2025-08-18T22:02:40.9028260Z 	libpipeline.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpipeline.so.1
2025-08-18T22:02:40.9028663Z 	libpgm-5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpgm-5.3.so.0
2025-08-18T22:02:40.9029041Z 	libpfm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpfm.so.4
2025-08-18T22:02:40.9029416Z 	libperl.so.5.38 (libc6,x86-64) => /lib/x86_64-linux-gnu/libperl.so.5.38
2025-08-18T22:02:40.9029811Z 	libpcre2-32.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so.0
2025-08-18T22:02:40.9030206Z 	libpcre2-32.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so
2025-08-18T22:02:40.9030593Z 	libpcre2-16.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so.0
2025-08-18T22:02:40.9030988Z 	libpcre2-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so
2025-08-18T22:02:40.9031560Z 	libpcre2-8.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so.0
2025-08-18T22:02:40.9032224Z 	libpcre2-8.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so
2025-08-18T22:02:40.9032688Z 	libpcre2-posix.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so.3
2025-08-18T22:02:40.9033134Z 	libpcre2-posix.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so
2025-08-18T22:02:40.9033562Z 	libpcprofile.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcprofile.so
2025-08-18T22:02:40.9033927Z 	libpcprofile.so (libc6) => /lib32/libpcprofile.so
2025-08-18T22:02:40.9034296Z 	libpciaccess.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpciaccess.so.0
2025-08-18T22:02:40.9034694Z 	libpci.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpci.so.3
2025-08-18T22:02:40.9035069Z 	libpcap.so.0.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so.0.8
2025-08-18T22:02:40.9035573Z 	libpcap.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so
2025-08-18T22:02:40.9035964Z 	libparted.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libparted.so.2
2025-08-18T22:02:40.9036348Z 	libpaper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpaper.so.1
2025-08-18T22:02:40.9036769Z 	libpangoft2-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangoft2-1.0.so.0
2025-08-18T22:02:40.9037234Z 	libpangocairo-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangocairo-1.0.so.0
2025-08-18T22:02:40.9037675Z 	libpango-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpango-1.0.so.0
2025-08-18T22:02:40.9038074Z 	libpanelw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so.6
2025-08-18T22:02:40.9038456Z 	libpanelw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so
2025-08-18T22:02:40.9038837Z 	libpanel.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so.6
2025-08-18T22:02:40.9039212Z 	libpanel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so
2025-08-18T22:02:40.9039581Z 	libpamc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpamc.so.0
2025-08-18T22:02:40.9039963Z 	libpam_misc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam_misc.so.0
2025-08-18T22:02:40.9040344Z 	libpam.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam.so.0
2025-08-18T22:02:40.9040789Z 	libpackagekit-glib2.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpackagekit-glib2.so.18
2025-08-18T22:02:40.9041265Z 	libopenjp2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopenjp2.so.7
2025-08-18T22:02:40.9042009Z 	libopeniscsiusr.so.0.2.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-18T22:02:40.9042528Z 	libopcodes-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-system.so
2025-08-18T22:02:40.9043036Z 	libopcodes-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-arm64.so
2025-08-18T22:02:40.9043526Z 	libopcodes-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-18T22:02:40.9044020Z 	libopcodes-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armel.so
2025-08-18T22:02:40.9044594Z 	libonig.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libonig.so.5
2025-08-18T22:02:40.9044956Z 	libogg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libogg.so.0
2025-08-18T22:02:40.9045316Z 	libodbc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libodbc.so.2
2025-08-18T22:02:40.9045692Z 	libobjc_gc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc_gc.so.4
2025-08-18T22:02:40.9046066Z 	libobjc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc.so.4
2025-08-18T22:02:40.9046422Z 	libnvme.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme.so.1
2025-08-18T22:02:40.9046795Z 	libnvme-mi.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme-mi.so.1
2025-08-18T22:02:40.9047167Z 	libnuma.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnuma.so.1
2025-08-18T22:02:40.9055212Z 	libntfs-3g.so.89 (libc6,x86-64) => /lib/x86_64-linux-gnu/libntfs-3g.so.89
2025-08-18T22:02:40.9055700Z 	libnss3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss3.so
2025-08-18T22:02:40.9056122Z 	libnssutil3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssutil3.so
2025-08-18T22:02:40.9056542Z 	libnssdbm3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssdbm3.so
2025-08-18T22:02:40.9056970Z 	libnssckbi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssckbi.so
2025-08-18T22:02:40.9057387Z 	libnss_systemd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_systemd.so.2
2025-08-18T22:02:40.9057824Z 	libnss_hesiod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so.2
2025-08-18T22:02:40.9058219Z 	libnss_hesiod.so.2 (libc6) => /lib32/libnss_hesiod.so.2
2025-08-18T22:02:40.9058598Z 	libnss_hesiod.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so
2025-08-18T22:02:40.9059010Z 	libnss_files.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_files.so.2
2025-08-18T22:02:40.9059378Z 	libnss_files.so.2 (libc6) => /lib32/libnss_files.so.2
2025-08-18T22:02:40.9059735Z 	libnss_dns.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_dns.so.2
2025-08-18T22:02:40.9060255Z 	libnss_dns.so.2 (libc6) => /lib32/libnss_dns.so.2
2025-08-18T22:02:40.9060664Z 	libnss_compat.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so.2
2025-08-18T22:02:40.9061056Z 	libnss_compat.so.2 (libc6) => /lib32/libnss_compat.so.2
2025-08-18T22:02:40.9061670Z 	libnss_compat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so
2025-08-18T22:02:40.9062150Z 	libnspr4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnspr4.so
2025-08-18T22:02:40.9062520Z 	libnsl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnsl.so.1
2025-08-18T22:02:40.9062834Z 	libnsl.so.1 (libc6) => /lib32/libnsl.so.1
2025-08-18T22:02:40.9063299Z 	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-18T22:02:40.9063818Z 	libnpth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnpth.so.0
2025-08-18T22:02:40.9064183Z 	libnorm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnorm.so.1
2025-08-18T22:02:40.9064568Z 	libnl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so.200
2025-08-18T22:02:40.9064948Z 	libnl-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so
2025-08-18T22:02:40.9065348Z 	libnl-route-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so.200
2025-08-18T22:02:40.9065782Z 	libnl-route-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so
2025-08-18T22:02:40.9066206Z 	libnl-genl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-genl-3.so.200
2025-08-18T22:02:40.9066635Z 	libnghttp2.so.14 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnghttp2.so.14
2025-08-18T22:02:40.9067043Z 	libnftnl.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftnl.so.11
2025-08-18T22:02:40.9067438Z 	libnftables.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftables.so.1
2025-08-18T22:02:40.9067853Z 	libnfnetlink.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnfnetlink.so.0
2025-08-18T22:02:40.9068259Z 	libnewt.so.0.52 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnewt.so.0.52
2025-08-18T22:02:40.9068652Z 	libnettle.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnettle.so.8
2025-08-18T22:02:40.9069226Z 	libnetsnmpmibs.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpmibs.so.40
2025-08-18T22:02:40.9069714Z 	libnetsnmphelpers.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmphelpers.so.40
2025-08-18T22:02:40.9070207Z 	libnetsnmpagent.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpagent.so.40
2025-08-18T22:02:40.9070652Z 	libnetsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmp.so.40
2025-08-18T22:02:40.9071058Z 	libnetplan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetplan.so.1
2025-08-18T22:02:40.9071682Z 	libnetpbm.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetpbm.so.11
2025-08-18T22:02:40.9072163Z 	libnetfilter_conntrack.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-18T22:02:40.9072647Z 	libncursesw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncursesw.so.6
2025-08-18T22:02:40.9073047Z 	libncurses.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncurses.so.6
2025-08-18T22:02:40.9073480Z 	libmysqlclient.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so.21
2025-08-18T22:02:40.9073929Z 	libmysqlclient.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so
2025-08-18T22:02:40.9074340Z 	libmvec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so.1
2025-08-18T22:02:40.9074702Z 	libmvec.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so
2025-08-18T22:02:40.9075062Z 	libmultipath.so.0 (libc6,x86-64) => /lib/libmultipath.so.0
2025-08-18T22:02:40.9075438Z 	libmspack.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmspack.so.0
2025-08-18T22:02:40.9075818Z 	libmpfr.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpfr.so.6
2025-08-18T22:02:40.9076182Z 	libmpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpc.so.3
2025-08-18T22:02:40.9076545Z 	libmpathutil.so.0 (libc6,x86-64) => /lib/libmpathutil.so.0
2025-08-18T22:02:40.9076927Z 	libmpathpersist.so.0 (libc6,x86-64) => /lib/libmpathpersist.so.0
2025-08-18T22:02:40.9077429Z 	libmpathcmd.so.0 (libc6,x86-64) => /lib/libmpathcmd.so.0
2025-08-18T22:02:40.9077805Z 	libmount.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmount.so.1
2025-08-18T22:02:40.9078179Z 	libmnl.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmnl.so.0
2025-08-18T22:02:40.9078538Z 	libmms.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmms.so.0
2025-08-18T22:02:40.9078914Z 	libmm-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmm-glib.so.0
2025-08-18T22:02:40.9079298Z 	libmlx5.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so.1
2025-08-18T22:02:40.9079657Z 	libmlx5.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so
2025-08-18T22:02:40.9080030Z 	libmlx4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so.1
2025-08-18T22:02:40.9080395Z 	libmlx4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so
2025-08-18T22:02:40.9080766Z 	libmenuw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so.6
2025-08-18T22:02:40.9081144Z 	libmenuw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so
2025-08-18T22:02:40.9081772Z 	libmenu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so.6
2025-08-18T22:02:40.9082147Z 	libmenu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so
2025-08-18T22:02:40.9082527Z 	libmemusage.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemusage.so
2025-08-18T22:02:40.9082891Z 	libmemusage.so (libc6) => /lib32/libmemusage.so
2025-08-18T22:02:40.9083267Z 	libmemcached.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemcached.so.11
2025-08-18T22:02:40.9083703Z 	libmediainfo.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmediainfo.so.0
2025-08-18T22:02:40.9084111Z 	libmecab.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmecab.so.2
2025-08-18T22:02:40.9084475Z 	libmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmd.so.0
2025-08-18T22:02:40.9084853Z 	libmbim-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmbim-glib.so.4
2025-08-18T22:02:40.9085273Z 	libmaxminddb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmaxminddb.so.0
2025-08-18T22:02:40.9085672Z 	libmana.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so.1
2025-08-18T22:02:40.9086207Z 	libmana.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so
2025-08-18T22:02:40.9086568Z 	libmagic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmagic.so.1
2025-08-18T22:02:40.9086925Z 	libm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libm.so.6
2025-08-18T22:02:40.9087223Z 	libm.so.6 (libc6) => /lib32/libm.so.6
2025-08-18T22:02:40.9087519Z 	liblz4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so.1
2025-08-18T22:02:40.9087870Z 	liblz4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so
2025-08-18T22:02:40.9088224Z 	liblzo2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzo2.so.2
2025-08-18T22:02:40.9088592Z 	liblzma.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so.5
2025-08-18T22:02:40.9088948Z 	liblzma.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so
2025-08-18T22:02:40.9089289Z 	liblz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so.1
2025-08-18T22:02:40.9089621Z 	liblz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so
2025-08-18T22:02:40.9090006Z 	liblvm2cmd.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblvm2cmd.so.2.03
2025-08-18T22:02:40.9090425Z 	liblua5.4.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4.so.0
2025-08-18T22:02:40.9090823Z 	liblua5.4-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4-c++.so.0
2025-08-18T22:02:40.9091216Z 	liblua5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3.so.0
2025-08-18T22:02:40.9091894Z 	liblua5.3-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3-c++.so.0
2025-08-18T22:02:40.9092312Z 	liblttng-ust.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust.so.1
2025-08-18T22:02:40.9092812Z 	liblttng-ust-tracepoint.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-18T22:02:40.9093442Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-18T22:02:40.9094071Z 	liblttng-ust-libc-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-18T22:02:40.9094755Z 	liblttng-ust-fork.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fork.so.1
2025-08-18T22:02:40.9095248Z 	liblttng-ust-fd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fd.so.1
2025-08-18T22:02:40.9095703Z 	liblttng-ust-dl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-dl.so.1
2025-08-18T22:02:40.9096219Z 	liblttng-ust-cyg-profile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-18T22:02:40.9096836Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-18T22:02:40.9097392Z 	liblttng-ust-ctl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-18T22:02:40.9097886Z 	liblttng-ust-common.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-common.so.1
2025-08-18T22:02:40.9098324Z 	libltdl.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libltdl.so.7
2025-08-18T22:02:40.9098695Z 	liblsan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblsan.so.0
2025-08-18T22:02:40.9099074Z 	liblqr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblqr-1.so.0
2025-08-18T22:02:40.9099441Z 	liblmdb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblmdb.so.0
2025-08-18T22:02:40.9099823Z 	liblldb-18.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so.1
2025-08-18T22:02:40.9100216Z 	liblldb-18.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so
2025-08-18T22:02:40.9100606Z 	liblldb-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so.1
2025-08-18T22:02:40.9100985Z 	liblldb-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so
2025-08-18T22:02:40.9101491Z 	liblldb-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so.1
2025-08-18T22:02:40.9101869Z 	liblldb-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so
2025-08-18T22:02:40.9102234Z 	libldap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libldap.so.2
2025-08-18T22:02:40.9102605Z 	liblcms2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblcms2.so.2
2025-08-18T22:02:40.9102974Z 	liblber.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblber.so.2
2025-08-18T22:02:40.9103490Z 	libk5crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libk5crypto.so.3
2025-08-18T22:02:40.9103885Z 	libksba.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libksba.so.8
2025-08-18T22:02:40.9104301Z 	libkrb5support.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5support.so.0
2025-08-18T22:02:40.9104714Z 	libkrb5.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5.so.3
2025-08-18T22:02:40.9105073Z 	libkmod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkmod.so.2
2025-08-18T22:02:40.9105457Z 	libkeyutils.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkeyutils.so.1
2025-08-18T22:02:40.9105863Z 	libjxrglue.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjxrglue.so.0
2025-08-18T22:02:40.9106264Z 	libjsoncpp.so.25 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjsoncpp.so.25
2025-08-18T22:02:40.9106701Z 	libjson-glib-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-glib-1.0.so.0
2025-08-18T22:02:40.9107128Z 	libjson-c.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-c.so.5
2025-08-18T22:02:40.9107504Z 	libjq.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjq.so.1
2025-08-18T22:02:40.9107869Z 	libjpegxr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpegxr.so.0
2025-08-18T22:02:40.9108249Z 	libjpeg.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpeg.so.8
2025-08-18T22:02:40.9108614Z 	libjcat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjcat.so.1
2025-08-18T22:02:40.9109002Z 	libjbig2dec.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig2dec.so.0
2025-08-18T22:02:40.9109384Z 	libjbig.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig.so.0
2025-08-18T22:02:40.9109769Z 	libjansson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjansson.so.4
2025-08-18T22:02:40.9110150Z 	libitm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libitm.so.1
2025-08-18T22:02:40.9110511Z 	libisns.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisns.so.0
2025-08-18T22:02:40.9110980Z 	libisl.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisl.so.23
2025-08-18T22:02:40.9111648Z 	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-18T22:02:40.9112365Z 	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-18T22:02:40.9113038Z 	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-18T22:02:40.9113695Z 	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-18T22:02:40.9114223Z 	libip6tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip6tc.so.2
2025-08-18T22:02:40.9114602Z 	libip4tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip4tc.so.2
2025-08-18T22:02:40.9114969Z 	libinih.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libinih.so.1
2025-08-18T22:02:40.9115340Z 	libijs-0.35.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libijs-0.35.so
2025-08-18T22:02:40.9115723Z 	libidn2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn2.so.0
2025-08-18T22:02:40.9116078Z 	libidn.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn.so.12
2025-08-18T22:02:40.9116445Z 	libicuuc.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.74
2025-08-18T22:02:40.9116828Z 	libicuuc.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.70
2025-08-18T22:02:40.9117199Z 	libicuuc.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so
2025-08-18T22:02:40.9117575Z 	libicutu.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.74
2025-08-18T22:02:40.9117949Z 	libicutu.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.70
2025-08-18T22:02:40.9118317Z 	libicutu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so
2025-08-18T22:02:40.9118701Z 	libicutest.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.74
2025-08-18T22:02:40.9119102Z 	libicutest.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.70
2025-08-18T22:02:40.9119500Z 	libicutest.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so
2025-08-18T22:02:40.9120011Z 	libicui18n.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.74
2025-08-18T22:02:40.9120406Z 	libicui18n.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.70
2025-08-18T22:02:40.9120792Z 	libicui18n.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so
2025-08-18T22:02:40.9121171Z 	libicuio.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.74
2025-08-18T22:02:40.9121745Z 	libicuio.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.70
2025-08-18T22:02:40.9122123Z 	libicuio.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so
2025-08-18T22:02:40.9122503Z 	libicudata.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.74
2025-08-18T22:02:40.9122905Z 	libicudata.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.70
2025-08-18T22:02:40.9123296Z 	libicudata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so
2025-08-18T22:02:40.9123692Z 	libibverbs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so.1
2025-08-18T22:02:40.9124088Z 	libibverbs.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so
2025-08-18T22:02:40.9124467Z 	libhwasan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhwasan.so.0
2025-08-18T22:02:40.9124887Z 	libhunspell-1.7.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhunspell-1.7.so.0
2025-08-18T22:02:40.9125316Z 	libhogweed.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhogweed.so.6
2025-08-18T22:02:40.9125713Z 	libhistory.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhistory.so.8
2025-08-18T22:02:40.9126149Z 	libhiredis_ssl.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-18T22:02:40.9126605Z 	libhiredis.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis.so.1.1.0
2025-08-18T22:02:40.9127011Z 	libhgfs.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhgfs.so.0
2025-08-18T22:02:40.9127371Z 	libheif.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libheif.so.1
2025-08-18T22:02:40.9127875Z 	libhavege.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhavege.so.2
2025-08-18T22:02:40.9128274Z 	libhashkit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhashkit.so.2
2025-08-18T22:02:40.9128676Z 	libharfbuzz.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libharfbuzz.so.0
2025-08-18T22:02:40.9129073Z 	libhandle.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhandle.so.1
2025-08-18T22:02:40.9129447Z 	libgusb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgusb.so.2
2025-08-18T22:02:40.9129835Z 	libguestlib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestlib.so.0
2025-08-18T22:02:40.9130305Z 	libguestStoreClient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestStoreClient.so.0
2025-08-18T22:02:40.9130773Z 	libgudev-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgudev-1.0.so.0
2025-08-18T22:02:40.9131173Z 	libgtk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgtk-3.so.0
2025-08-18T22:02:40.9131936Z 	libgthread-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgthread-2.0.so.0
2025-08-18T22:02:40.9132427Z 	libgstreamer-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstreamer-1.0.so.0
2025-08-18T22:02:40.9132877Z 	libgstnet-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstnet-1.0.so.0
2025-08-18T22:02:40.9133347Z 	libgstcontroller-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-18T22:02:40.9133834Z 	libgstcheck-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcheck-1.0.so.0
2025-08-18T22:02:40.9134274Z 	libgstbase-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstbase-1.0.so.0
2025-08-18T22:02:40.9134711Z 	libgssapi_krb5.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgssapi_krb5.so.2
2025-08-18T22:02:40.9135106Z 	libgs.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgs.so.10
2025-08-18T22:02:40.9135497Z 	libgraphite2.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgraphite2.so.3
2025-08-18T22:02:40.9135912Z 	libgprofng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgprofng.so.0
2025-08-18T22:02:40.9136301Z 	libgpm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpm.so.2
2025-08-18T22:02:40.9136813Z 	libgpgme.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpgme.so.11
2025-08-18T22:02:40.9137217Z 	libgpg-error.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpg-error.so.0
2025-08-18T22:02:40.9137616Z 	libgomp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgomp.so.1
2025-08-18T22:02:40.9138016Z 	libgobject-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgobject-2.0.so.0
2025-08-18T22:02:40.9138433Z 	libgnutls.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgnutls.so.30
2025-08-18T22:02:40.9138824Z 	libgmpxx.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so.4
2025-08-18T22:02:40.9139193Z 	libgmpxx.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so
2025-08-18T22:02:40.9139554Z 	libgmp.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so.10
2025-08-18T22:02:40.9139912Z 	libgmp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so
2025-08-18T22:02:40.9140300Z 	libgmodule-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmodule-2.0.so.0
2025-08-18T22:02:40.9140724Z 	libglib-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libglib-2.0.so.0
2025-08-18T22:02:40.9141176Z 	libgirepository-1.0.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgirepository-1.0.so.1
2025-08-18T22:02:40.9141745Z 	libgio-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgio-2.0.so.0
2025-08-18T22:02:40.9142147Z 	libgfortran.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgfortran.so.5
2025-08-18T22:02:40.9142578Z 	libgdk_pixbuf-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-18T22:02:40.9142992Z 	libgdk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk-3.so.0
2025-08-18T22:02:40.9143403Z 	libgdbm_compat.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm_compat.so.4
2025-08-18T22:02:40.9143804Z 	libgdbm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm.so.6
2025-08-18T22:02:40.9144165Z 	libgd.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgd.so.3
2025-08-18T22:02:40.9144652Z 	libgctba.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgctba.so.1
2025-08-18T22:02:40.9145048Z 	libgcrypt.so.20 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcrypt.so.20
2025-08-18T22:02:40.9145437Z 	libgccpp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgccpp.so.1
2025-08-18T22:02:40.9145804Z 	libgcc_s.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcc_s.so.1
2025-08-18T22:02:40.9146131Z 	libgcc_s.so.1 (libc6) => /lib32/libgcc_s.so.1
2025-08-18T22:02:40.9146445Z 	libgc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgc.so.1
2025-08-18T22:02:40.9146794Z 	libgbm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgbm.so.1
2025-08-18T22:02:40.9147293Z 	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-18T22:02:40.9147810Z 	libfwupd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfwupd.so.2
2025-08-18T22:02:40.9148185Z 	libfuse3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfuse3.so.3
2025-08-18T22:02:40.9148553Z 	libftdi1.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libftdi1.so.2
2025-08-18T22:02:40.9148955Z 	libfsverity.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfsverity.so.0
2025-08-18T22:02:40.9149370Z 	libfribidi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfribidi.so.0
2025-08-18T22:02:40.9149775Z 	libfreetype.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreetype.so.6
2025-08-18T22:02:40.9150171Z 	libfreebl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreebl3.so
2025-08-18T22:02:40.9150578Z 	libfreeblpriv3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreeblpriv3.so
2025-08-18T22:02:40.9150982Z 	libformw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so.6
2025-08-18T22:02:40.9151350Z 	libformw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so
2025-08-18T22:02:40.9151827Z 	libform.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so.6
2025-08-18T22:02:40.9152187Z 	libform.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so
2025-08-18T22:02:40.9152560Z 	libfontenc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontenc.so.1
2025-08-18T22:02:40.9152978Z 	libfontconfig.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontconfig.so.1
2025-08-18T22:02:40.9153527Z 	libflashrom.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libflashrom.so.1
2025-08-18T22:02:40.9153919Z 	libfido2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfido2.so.1
2025-08-18T22:02:40.9154334Z 	libfftw3_threads.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_threads.so.3
2025-08-18T22:02:40.9154765Z 	libfftw3_omp.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_omp.so.3
2025-08-18T22:02:40.9155151Z 	libfftw3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3.so.3
2025-08-18T22:02:40.9155513Z 	libffi.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so.8
2025-08-18T22:02:40.9155861Z 	libffi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so
2025-08-18T22:02:40.9156214Z 	libfdisk.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfdisk.so.1
2025-08-18T22:02:40.9156582Z 	libfcgi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi.so.0
2025-08-18T22:02:40.9156988Z 	libfcgi++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi++.so.0
2025-08-18T22:02:40.9157387Z 	libfbclient.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfbclient.so.2
2025-08-18T22:02:40.9157792Z 	libfastjson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfastjson.so.4
2025-08-18T22:02:40.9158246Z 	libfakeroot-0.so (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-18T22:02:40.9158684Z 	libe2p.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libe2p.so.2
2025-08-18T22:02:40.9159061Z 	libext2fs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libext2fs.so.2
2025-08-18T22:02:40.9159443Z 	libexslt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexslt.so.0
2025-08-18T22:02:40.9159834Z 	libexpatw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so.1
2025-08-18T22:02:40.9160221Z 	libexpatw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so
2025-08-18T22:02:40.9160589Z 	libexpat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so.1
2025-08-18T22:02:40.9161071Z 	libexpat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so
2025-08-18T22:02:40.9161659Z 	libevent_pthreads-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-18T22:02:40.9162149Z 	libevent_core-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_core-2.1.so.7
2025-08-18T22:02:40.9162561Z 	libevdev.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevdev.so.2
2025-08-18T22:02:40.9162928Z 	libestr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libestr.so.0
2025-08-18T22:02:40.9163295Z 	libepoxy.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libepoxy.so.0
2025-08-18T22:02:40.9163692Z 	libenchant-2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libenchant-2.so.2
2025-08-18T22:02:40.9164079Z 	libelf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libelf.so.1
2025-08-18T22:02:40.9164447Z 	libefivar.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefivar.so.1
2025-08-18T22:02:40.9164837Z 	libefiboot.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefiboot.so.1
2025-08-18T22:02:40.9165219Z 	libefa.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so.1
2025-08-18T22:02:40.9165571Z 	libefa.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so
2025-08-18T22:02:40.9165921Z 	libedit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libedit.so.2
2025-08-18T22:02:40.9166314Z 	libeatmydata.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so.1
2025-08-18T22:02:40.9166729Z 	libeatmydata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so
2025-08-18T22:02:40.9167106Z 	libdw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdw.so.1
2025-08-18T22:02:40.9167487Z 	libduktape.so.207 (libc6,x86-64) => /lib/x86_64-linux-gnu/libduktape.so.207
2025-08-18T22:02:40.9167924Z 	libdrop_ambient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrop_ambient.so.0
2025-08-18T22:02:40.9168348Z 	libdrm_intel.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_intel.so.1
2025-08-18T22:02:40.9168763Z 	libdrm_amdgpu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_amdgpu.so.1
2025-08-18T22:02:40.9169155Z 	libdrm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm.so.2
2025-08-18T22:02:40.9169789Z 	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-18T22:02:40.9170300Z 	libdl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdl.so.2
2025-08-18T22:02:40.9170609Z 	libdl.so.2 (libc6) => /lib32/libdl.so.2
2025-08-18T22:02:40.9171026Z 	libdjvulibre.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdjvulibre.so.21
2025-08-18T22:02:40.9171616Z 	libde265.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libde265.so.0
2025-08-18T22:02:40.9172213Z 	libdevmapper.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper.so.1.02.1
2025-08-18T22:02:40.9172733Z 	libdevmapper-event.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-18T22:02:40.9173319Z 	libdevmapper-event-lvm2vdo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-18T22:02:40.9173929Z 	libdevmapper-event-lvm2thin.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-18T22:02:40.9174579Z 	libdevmapper-event-lvm2snapshot.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-18T22:02:40.9175220Z 	libdevmapper-event-lvm2raid.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-18T22:02:40.9175869Z 	libdevmapper-event-lvm2mirror.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-18T22:02:40.9176491Z 	libdevmapper-event-lvm2.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-18T22:02:40.9177069Z 	libdevmapper-event-lvm2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-18T22:02:40.9177551Z 	libdeflate.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdeflate.so.0
2025-08-18T22:02:40.9177992Z 	libdebconfclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdebconfclient.so.0
2025-08-18T22:02:40.9178425Z 	libdconf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdconf.so.1
2025-08-18T22:02:40.9178977Z 	libdbusmenu-gtk3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-18T22:02:40.9179453Z 	libdbusmenu-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-glib.so.4
2025-08-18T22:02:40.9179882Z 	libdbus-1.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so.3
2025-08-18T22:02:40.9180269Z 	libdbus-1.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so
2025-08-18T22:02:40.9180633Z 	libdb-5.3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdb-5.3.so
2025-08-18T22:02:40.9181005Z 	libdatrie.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdatrie.so.1
2025-08-18T22:02:40.9181500Z 	libcurl.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl.so.4
2025-08-18T22:02:40.9181907Z 	libcurl-gnutls.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl-gnutls.so.4
2025-08-18T22:02:40.9182321Z 	libcups.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcups.so.2
2025-08-18T22:02:40.9182686Z 	libctf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf.so.0
2025-08-18T22:02:40.9183077Z 	libctf-nobfd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd.so.0
2025-08-18T22:02:40.9183539Z 	libctf-nobfd-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so.0
2025-08-18T22:02:40.9184023Z 	libctf-nobfd-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so
2025-08-18T22:02:40.9184499Z 	libctf-nobfd-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-18T22:02:40.9184978Z 	libctf-nobfd-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so
2025-08-18T22:02:40.9185464Z 	libctf-nobfd-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-18T22:02:40.9185940Z 	libctf-nobfd-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so
2025-08-18T22:02:40.9186391Z 	libctf-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so.0
2025-08-18T22:02:40.9186807Z 	libctf-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so
2025-08-18T22:02:40.9187219Z 	libctf-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so.0
2025-08-18T22:02:40.9187753Z 	libctf-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so
2025-08-18T22:02:40.9188163Z 	libctf-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so.0
2025-08-18T22:02:40.9188566Z 	libctf-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so
2025-08-18T22:02:40.9188998Z 	libcryptsetup.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcryptsetup.so.12
2025-08-18T22:02:40.9189422Z 	libcrypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so.3
2025-08-18T22:02:40.9189806Z 	libcrypto.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so
2025-08-18T22:02:40.9190183Z 	libcrypt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so.1
2025-08-18T22:02:40.9190557Z 	libcrypt.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so
2025-08-18T22:02:40.9190925Z 	libcom_err.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcom_err.so.2
2025-08-18T22:02:40.9191470Z 	libcolordprivate.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolordprivate.so.2
2025-08-18T22:02:40.9191917Z 	libcolord.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolord.so.2
2025-08-18T22:02:40.9192314Z 	libclang-18.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-18.so.18
2025-08-18T22:02:40.9192717Z 	libclang-17.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-17.so.17
2025-08-18T22:02:40.9193137Z 	libclang-16.so.16.0.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-16.so.16.0.6
2025-08-18T22:02:40.9193579Z 	libclang-cpp.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.18.1
2025-08-18T22:02:40.9194019Z 	libclang-cpp.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.17
2025-08-18T22:02:40.9194443Z 	libclang-cpp.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.16
2025-08-18T22:02:40.9194834Z 	libcc1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcc1.so.0
2025-08-18T22:02:40.9195219Z 	libcbor.so.0.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcbor.so.0.10
2025-08-18T22:02:40.9195737Z 	libcares.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcares.so.2
2025-08-18T22:02:40.9196118Z 	libcap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap.so.2
2025-08-18T22:02:40.9196500Z 	libcap-ng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap-ng.so.0
2025-08-18T22:02:40.9196903Z 	libcanberra.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcanberra.so.0
2025-08-18T22:02:40.9197303Z 	libcairo.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo.so.2
2025-08-18T22:02:40.9197729Z 	libcairo-gobject.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo-gobject.so.2
2025-08-18T22:02:40.9198199Z 	libc_malloc_debug.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so.0
2025-08-18T22:02:40.9198622Z 	libc_malloc_debug.so.0 (libc6) => /lib32/libc_malloc_debug.so.0
2025-08-18T22:02:40.9199033Z 	libc_malloc_debug.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so
2025-08-18T22:02:40.9199433Z 	libc.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc.so.6
2025-08-18T22:02:40.9199732Z 	libc.so.6 (libc6) => /lib32/libc.so.6
2025-08-18T22:02:40.9200058Z 	libc-client.so.2007e (libc6,x86-64) => /lib/libc-client.so.2007e
2025-08-18T22:02:40.9200440Z 	libbz2.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbz2.so.1.0
2025-08-18T22:02:40.9200833Z 	libbytesize.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbytesize.so.1
2025-08-18T22:02:40.9201220Z 	libbsd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbsd.so.0
2025-08-18T22:02:40.9201758Z 	libbrotlienc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlienc.so.1
2025-08-18T22:02:40.9202200Z 	libbrotlidec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlidec.so.1
2025-08-18T22:02:40.9202643Z 	libbrotlicommon.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlicommon.so.1
2025-08-18T22:02:40.9203056Z 	libbpf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbpf.so.1
2025-08-18T22:02:40.9203437Z 	libblockdev.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblockdev.so.3
2025-08-18T22:02:40.9203835Z 	libblkid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblkid.so.1
2025-08-18T22:02:40.9204515Z 	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-18T22:02:40.9205093Z 	libbfd-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-system.so
2025-08-18T22:02:40.9205549Z 	libbfd-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-arm64.so
2025-08-18T22:02:40.9205984Z 	libbfd-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armhf.so
2025-08-18T22:02:40.9206419Z 	libbfd-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armel.so
2025-08-18T22:02:40.9206838Z 	libbd_utils.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_utils.so.3
2025-08-18T22:02:40.9207234Z 	libbd_swap.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_swap.so.3
2025-08-18T22:02:40.9207621Z 	libbd_part.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_part.so.3
2025-08-18T22:02:40.9208002Z 	libbd_nvme.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_nvme.so.3
2025-08-18T22:02:40.9208402Z 	libbd_mdraid.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_mdraid.so.3
2025-08-18T22:02:40.9208795Z 	libbd_loop.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_loop.so.3
2025-08-18T22:02:40.9209169Z 	libbd_fs.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_fs.so.3
2025-08-18T22:02:40.9209558Z 	libbd_crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_crypto.so.3
2025-08-18T22:02:40.9209955Z 	libbcc_bpf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc_bpf.so.0
2025-08-18T22:02:40.9210330Z 	libbcc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc.so.0
2025-08-18T22:02:40.9210736Z 	libavahi-common.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-common.so.3
2025-08-18T22:02:40.9211192Z 	libavahi-client.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-client.so.3
2025-08-18T22:02:40.9212003Z 	libaudit.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaudit.so.1
2025-08-18T22:02:40.9212559Z 	libattr.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libattr.so.1
2025-08-18T22:02:40.9212948Z 	libatspi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatspi.so.0
2025-08-18T22:02:40.9213335Z 	libatomic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatomic.so.1
2025-08-18T22:02:40.9213708Z 	libatm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatm.so.1
2025-08-18T22:02:40.9214095Z 	libatk-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-1.0.so.0
2025-08-18T22:02:40.9214535Z 	libatk-bridge-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-18T22:02:40.9214985Z 	libatasmart.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatasmart.so.4
2025-08-18T22:02:40.9215385Z 	libassuan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libassuan.so.0
2025-08-18T22:02:40.9215774Z 	libaspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaspell.so.15
2025-08-18T22:02:40.9216166Z 	libasound.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasound.so.2
2025-08-18T22:02:40.9216545Z 	libasan.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasan.so.8
2025-08-18T22:02:40.9216919Z 	libaria2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaria2.so.0
2025-08-18T22:02:40.9217299Z 	libargon2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libargon2.so.1
2025-08-18T22:02:40.9217694Z 	libarchive.so.13 (libc6,x86-64) => /lib/x86_64-linux-gnu/libarchive.so.13
2025-08-18T22:02:40.9218136Z 	libapt-private.so.0.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-private.so.0.0
2025-08-18T22:02:40.9218587Z 	libapt-pkg.so.6.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-pkg.so.6.0
2025-08-18T22:02:40.9219006Z 	libaprutil-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaprutil-1.so.0
2025-08-18T22:02:40.9219402Z 	libapr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapr-1.so.0
2025-08-18T22:02:40.9219805Z 	libappstream.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libappstream.so.5
2025-08-18T22:02:40.9220223Z 	libapparmor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapparmor.so.1
2025-08-18T22:02:40.9220612Z 	libaom.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaom.so.3
2025-08-18T22:02:40.9221090Z 	libanl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so.1
2025-08-18T22:02:40.9221534Z 	libanl.so.1 (libc6) => /lib32/libanl.so.1
2025-08-18T22:02:40.9221840Z 	libanl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so
2025-08-18T22:02:40.9222207Z 	libaio.so.1t64 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaio.so.1t64
2025-08-18T22:02:40.9222593Z 	libacl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libacl.so.1
2025-08-18T22:02:40.9222951Z 	libX11.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11.so.6
2025-08-18T22:02:40.9223323Z 	libX11-xcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11-xcb.so.1
2025-08-18T22:02:40.9223721Z 	libXxf86vm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXxf86vm.so.1
2025-08-18T22:02:40.9224108Z 	libXtst.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXtst.so.6
2025-08-18T22:02:40.9224467Z 	libXt.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXt.so.6
2025-08-18T22:02:40.9224819Z 	libXss.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXss.so.1
2025-08-18T22:02:40.9225202Z 	libXrender.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrender.so.1
2025-08-18T22:02:40.9225605Z 	libXrandr.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrandr.so.2
2025-08-18T22:02:40.9225977Z 	libXpm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXpm.so.4
2025-08-18T22:02:40.9226336Z 	libXmuu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmuu.so.1
2025-08-18T22:02:40.9226691Z 	libXmu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmu.so.6
2025-08-18T22:02:40.9227072Z 	libXinerama.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXinerama.so.1
2025-08-18T22:02:40.9227456Z 	libXi.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXi.so.6
2025-08-18T22:02:40.9227807Z 	libXft.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXft.so.2
2025-08-18T22:02:40.9228181Z 	libXfont2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfont2.so.2
2025-08-18T22:02:40.9228561Z 	libXfixes.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfixes.so.3
2025-08-18T22:02:40.9229058Z 	libXext.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXext.so.6
2025-08-18T22:02:40.9229442Z 	libXdmcp.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so.6
2025-08-18T22:02:40.9229816Z 	libXdmcp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so
2025-08-18T22:02:40.9230198Z 	libXdamage.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdamage.so.1
2025-08-18T22:02:40.9230598Z 	libXcursor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcursor.so.1
2025-08-18T22:02:40.9231021Z 	libXcomposite.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcomposite.so.1
2025-08-18T22:02:40.9231546Z 	libXaw.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXaw.so.7
2025-08-18T22:02:40.9231902Z 	libXau.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so.6
2025-08-18T22:02:40.9232250Z 	libXau.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so
2025-08-18T22:02:40.9232595Z 	libSM.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libSM.so.6
2025-08-18T22:02:40.9233017Z 	libOpenEXRUtil-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-18T22:02:40.9233515Z 	libOpenEXRCore-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-18T22:02:40.9233979Z 	libOpenEXR-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-18T22:02:40.9234453Z 	libMagickWand-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-18T22:02:40.9234951Z 	libMagickCore-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-18T22:02:40.9235387Z 	libLerc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLerc.so.4
2025-08-18T22:02:40.9235767Z 	libLLVM.so.19.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.19.1
2025-08-18T22:02:40.9236151Z 	libLLVM.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.18.1
2025-08-18T22:02:40.9236537Z 	libLLVM-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so.1
2025-08-18T22:02:40.9236921Z 	libLLVM-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so
2025-08-18T22:02:40.9237426Z 	libLLVM-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so.1
2025-08-18T22:02:40.9237808Z 	libLLVM-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so
2025-08-18T22:02:40.9238180Z 	libJudy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libJudy.so.1
2025-08-18T22:02:40.9238571Z 	libImath-3_1.so.29 (libc6,x86-64) => /lib/x86_64-linux-gnu/libImath-3_1.so.29
2025-08-18T22:02:40.9239012Z 	libIlmThread-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIlmThread-3_1.so.30
2025-08-18T22:02:40.9239442Z 	libIex-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIex-3_1.so.30
2025-08-18T22:02:40.9239827Z 	libICE.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libICE.so.6
2025-08-18T22:02:40.9240231Z 	libGLdispatch.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLdispatch.so.0
2025-08-18T22:02:40.9240650Z 	libGLX_mesa.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX_mesa.so.0
2025-08-18T22:02:40.9241037Z 	libGLX.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX.so.0
2025-08-18T22:02:40.9241548Z 	libGL.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGL.so.1
2025-08-18T22:02:40.9241939Z 	libDeployPkg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libDeployPkg.so.0
2025-08-18T22:02:40.9242394Z 	libBrokenLocale.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so.1
2025-08-18T22:02:40.9242821Z 	libBrokenLocale.so.1 (libc6) => /lib32/libBrokenLocale.so.1
2025-08-18T22:02:40.9243229Z 	libBrokenLocale.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so
2025-08-18T22:02:40.9243634Z 	ld-musl-x86_64.so.1 (libc6,x86-64) => /lib/ld-musl-x86_64.so.1
2025-08-18T22:02:40.9243958Z 	ld-linux.so.2 (libc6) => /lib32/ld-linux.so.2
2025-08-18T22:02:40.9244235Z 	ld-linux.so.2 (libc6) => /lib/ld-linux.so.2
2025-08-18T22:02:40.9244578Z 	ld-linux-x86-64.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
2025-08-18T22:02:40.9245059Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.5) stable release version 2.39
2025-08-18T22:02:41.1484414Z Defaulting to user installation because normal site-packages is not writeable
2025-08-18T22:02:41.3298664Z Collecting meson
2025-08-18T22:02:41.3762824Z   Downloading meson-1.8.3-py3-none-any.whl.metadata (1.8 kB)
2025-08-18T22:02:41.4141606Z Collecting ninja
2025-08-18T22:02:41.4219242Z   Downloading ninja-1.13.0-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.metadata (5.1 kB)
2025-08-18T22:02:41.4326576Z Downloading meson-1.8.3-py3-none-any.whl (1.0 MB)
2025-08-18T22:02:41.5026691Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.0/1.0 MB 17.3 MB/s  0:00:00
2025-08-18T22:02:41.5098027Z Downloading ninja-1.13.0-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (180 kB)
2025-08-18T22:02:41.6060130Z Installing collected packages: ninja, meson
2025-08-18T22:02:42.3387426Z 
2025-08-18T22:02:42.3416974Z Successfully installed meson-1.8.3 ninja-1.13.0
2025-08-18T22:02:42.6362582Z Defaulting to user installation because normal site-packages is not writeable
2025-08-18T22:02:42.7459691Z Requirement already satisfied: meson in /home/runner/.local/lib/python3.12/site-packages (1.8.3)
2025-08-18T22:02:42.8134659Z Requirement already satisfied: ninja in /home/runner/.local/lib/python3.12/site-packages (1.13.0)
2025-08-18T22:02:43.2888482Z 1.8.3
2025-08-18T22:02:43.3177096Z 1.13.0.git.kitware.jobserver-pipe-1
2025-08-18T22:02:43.3437900Z 680 libs found in cache `/etc/ld.so.cache'
2025-08-18T22:02:43.3438555Z 	libz3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so.4
2025-08-18T22:02:43.3439220Z 	libz3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so
2025-08-18T22:02:43.3439850Z 	libzstd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so.1
2025-08-18T22:02:43.3440533Z 	libzstd.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so
2025-08-18T22:02:43.3441194Z 	libzmq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzmq.so.5
2025-08-18T22:02:43.3441984Z 	libzip.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzip.so.4
2025-08-18T22:02:43.3442624Z 	libzen.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzen.so.0
2025-08-18T22:02:43.3443539Z 	libz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so.1
2025-08-18T22:02:43.3444107Z 	libz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so
2025-08-18T22:02:43.3444726Z 	libyaml-0.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyaml-0.so.2
2025-08-18T22:02:43.3445396Z 	libyajl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyajl.so.2
2025-08-18T22:02:43.3446159Z 	libxxhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxxhash.so.0
2025-08-18T22:02:43.3446931Z 	libxtables.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxtables.so.12
2025-08-18T22:02:43.3447660Z 	libxslt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxslt.so.1
2025-08-18T22:02:43.3448561Z 	libxshmfence.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxshmfence.so.1
2025-08-18T22:02:43.3449301Z 	libxml2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so.2
2025-08-18T22:02:43.3449993Z 	libxml2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so
2025-08-18T22:02:43.3450729Z 	libxmlsec1.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1.so.1
2025-08-18T22:02:43.3451771Z 	libxmlsec1-openssl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-18T22:02:43.3452621Z 	libxmlb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlb.so.2
2025-08-18T22:02:43.3453351Z 	libxkbfile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbfile.so.1
2025-08-18T22:02:43.3454113Z 	libxkbcommon.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbcommon.so.0
2025-08-18T22:02:43.3454835Z 	libxcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so.1
2025-08-18T22:02:43.3455465Z 	libxcb.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so
2025-08-18T22:02:43.3456157Z 	libxcb-xfixes.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so.0
2025-08-18T22:02:43.3456922Z 	libxcb-xfixes.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so
2025-08-18T22:02:43.3457452Z 	libxcb-sync.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-sync.so.1
2025-08-18T22:02:43.3458116Z 	libxcb-shm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shm.so.0
2025-08-18T22:02:43.3458560Z 	libxcb-shape.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so.0
2025-08-18T22:02:43.3458990Z 	libxcb-shape.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so
2025-08-18T22:02:43.3459422Z 	libxcb-render.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so.0
2025-08-18T22:02:43.3459851Z 	libxcb-render.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so
2025-08-18T22:02:43.3460265Z 	libxcb-randr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-randr.so.0
2025-08-18T22:02:43.3460713Z 	libxcb-present.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-present.so.0
2025-08-18T22:02:43.3461145Z 	libxcb-glx.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-glx.so.0
2025-08-18T22:02:43.3462493Z 	libxcb-dri3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-dri3.so.0
2025-08-18T22:02:43.3463219Z 	libwrap.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwrap.so.0
2025-08-18T22:02:43.3463913Z 	libwmflite-0.2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwmflite-0.2.so.7
2025-08-18T22:02:43.3464717Z 	libwebpmux.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpmux.so.3
2025-08-18T22:02:43.3465473Z 	libwebpdemux.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpdemux.so.2
2025-08-18T22:02:43.3466209Z 	libwebp.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebp.so.7
2025-08-18T22:02:43.3467029Z 	libwbclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwbclient.so.0
2025-08-18T22:02:43.3467850Z 	libwayland-server.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-server.so.0
2025-08-18T22:02:43.3468717Z 	libwayland-egl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-egl.so.1
2025-08-18T22:02:43.3469555Z 	libwayland-cursor.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-cursor.so.0
2025-08-18T22:02:43.3470402Z 	libwayland-client.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-client.so.0
2025-08-18T22:02:43.3471180Z 	libvulkan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvulkan.so.1
2025-08-18T22:02:43.3472417Z 	libvorbisfile.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbisfile.so.3
2025-08-18T22:02:43.3473201Z 	libvorbis.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbis.so.0
2025-08-18T22:02:43.3473942Z 	libvolume_key.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvolume_key.so.1
2025-08-18T22:02:43.3474702Z 	libvmtools.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvmtools.so.0
2025-08-18T22:02:43.3475414Z 	libvgauth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvgauth.so.0
2025-08-18T22:02:43.3476071Z 	libuv.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuv.so.1
2025-08-18T22:02:43.3476713Z 	libuuid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuuid.so.1
2025-08-18T22:02:43.3477364Z 	libutil.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutil.so.1
2025-08-18T22:02:43.3477940Z 	libutil.so.1 (libc6) => /lib32/libutil.so.1
2025-08-18T22:02:43.3478560Z 	libutempter.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutempter.so.0
2025-08-18T22:02:43.3479307Z 	libusb-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libusb-1.0.so.0
2025-08-18T22:02:43.3480004Z 	liburcu.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu.so.8
2025-08-18T22:02:43.3480737Z 	liburcu-signal.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-signal.so.8
2025-08-18T22:02:43.3481721Z 	liburcu-qsbr.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-qsbr.so.8
2025-08-18T22:02:43.3482483Z 	liburcu-memb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-memb.so.8
2025-08-18T22:02:43.3483221Z 	liburcu-mb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-mb.so.8
2025-08-18T22:02:43.3483977Z 	liburcu-common.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-common.so.8
2025-08-18T22:02:43.3484748Z 	liburcu-cds.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-cds.so.8
2025-08-18T22:02:43.3485472Z 	liburcu-bp.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-bp.so.8
2025-08-18T22:02:43.3486185Z 	libunwind.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind.so.8
2025-08-18T22:02:43.3487162Z 	libunwind-x86_64.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-x86_64.so.8
2025-08-18T22:02:43.3488042Z 	libunwind-ptrace.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-ptrace.so.0
2025-08-18T22:02:43.3488936Z 	libunwind-coredump.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-coredump.so.0
2025-08-18T22:02:43.3489793Z 	libunistring.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunistring.so.5
2025-08-18T22:02:43.3490530Z 	libudisks2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudisks2.so.0
2025-08-18T22:02:43.3491212Z 	libudev.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudev.so.1
2025-08-18T22:02:43.3493586Z 	libuchardet.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuchardet.so.0
2025-08-18T22:02:43.3494300Z 	libubsan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libubsan.so.1
2025-08-18T22:02:43.3495065Z 	libtss2-tcti-swtpm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-18T22:02:43.3495952Z 	libtss2-tcti-mssim.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-18T22:02:43.3496839Z 	libtss2-tcti-device.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-device.so.0
2025-08-18T22:02:43.3497696Z 	libtss2-tcti-cmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-18T22:02:43.3498475Z 	libtss2-sys.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-sys.so.1
2025-08-18T22:02:43.3499188Z 	libtss2-rc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-rc.so.0
2025-08-18T22:02:43.3499880Z 	libtss2-mu.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-mu.so.0
2025-08-18T22:02:43.3500599Z 	libtss2-esys.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-esys.so.0
2025-08-18T22:02:43.3501302Z 	libtsan.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtsan.so.2
2025-08-18T22:02:43.3502169Z 	libtracefs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtracefs.so.1
2025-08-18T22:02:43.3502930Z 	libtraceevent.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtraceevent.so.1
2025-08-18T22:02:43.3503697Z 	libtommath.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtommath.so.1
2025-08-18T22:02:43.3504282Z 	libtk8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtk8.6.so
2025-08-18T22:02:43.3504665Z 	libtirpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtirpc.so.3
2025-08-18T22:02:43.3505076Z 	libtinyxml2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinyxml2.so.10
2025-08-18T22:02:43.3505483Z 	libtinfo.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so.6
2025-08-18T22:02:43.3505853Z 	libtinfo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so
2025-08-18T22:02:43.3506223Z 	libtiff.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtiff.so.6
2025-08-18T22:02:43.3506618Z 	libtidy.so.5deb1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtidy.so.5deb1
2025-08-18T22:02:43.3507002Z 	libtic.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so.6
2025-08-18T22:02:43.3507351Z 	libtic.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so
2025-08-18T22:02:43.3507737Z 	libthread_db.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so.1
2025-08-18T22:02:43.3508131Z 	libthread_db.so.1 (libc6) => /lib32/libthread_db.so.1
2025-08-18T22:02:43.3508493Z 	libthread_db.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so
2025-08-18T22:02:43.3508880Z 	libthai.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthai.so.0
2025-08-18T22:02:43.3509236Z 	libtdb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtdb.so.1
2025-08-18T22:02:43.3509595Z 	libtcl8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtcl8.6.so
2025-08-18T22:02:43.3509962Z 	libtasn1.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtasn1.so.6
2025-08-18T22:02:43.3510348Z 	libtalloc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtalloc.so.2
2025-08-18T22:02:43.3510746Z 	libsystemd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsystemd.so.0
2025-08-18T22:02:43.3511133Z 	libsysfs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsysfs.so.2
2025-08-18T22:02:43.3511788Z 	libsybdb.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsybdb.so.5
2025-08-18T22:02:43.3512475Z 	libsubid.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsubid.so.4
2025-08-18T22:02:43.3513174Z 	libstemmer.so.0d (libc6,x86-64) => /lib/x86_64-linux-gnu/libstemmer.so.0d
2025-08-18T22:02:43.3513869Z 	libstdc++.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libstdc++.so.6
2025-08-18T22:02:43.3514465Z 	libstdc++.so.6 (libc6) => /lib32/libstdc++.so.6
2025-08-18T22:02:43.3515045Z 	libssl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl3.so
2025-08-18T22:02:43.3515532Z 	libssl.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so.3
2025-08-18T22:02:43.3515914Z 	libssl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so
2025-08-18T22:02:43.3516273Z 	libssh2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh2.so.1
2025-08-18T22:02:43.3516641Z 	libssh.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh.so.4
2025-08-18T22:02:43.3516998Z 	libss.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libss.so.2
2025-08-18T22:02:43.3517379Z 	libsqlite3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so.0
2025-08-18T22:02:43.3517786Z 	libsqlite3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so
2025-08-18T22:02:43.3518230Z 	libsourcekitdInProc.so (libc6,x86-64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-18T22:02:43.3518678Z 	libsoftokn3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsoftokn3.so
2025-08-18T22:02:43.3519082Z 	libsodium.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsodium.so.23
2025-08-18T22:02:43.3519473Z 	libsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnmp.so.40
2025-08-18T22:02:43.3519864Z 	libsnappy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnappy.so.1
2025-08-18T22:02:43.3520255Z 	libsmime3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmime3.so
2025-08-18T22:02:43.3520665Z 	libsmartcols.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmartcols.so.1
2025-08-18T22:02:43.3521072Z 	libslirp.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslirp.so.0
2025-08-18T22:02:43.3521711Z 	libslang.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslang.so.2
2025-08-18T22:02:43.3522345Z 	libsigsegv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsigsegv.so.2
2025-08-18T22:02:43.3522937Z 	libsharpyuv.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsharpyuv.so.0
2025-08-18T22:02:43.3523380Z 	libsgutils2-1.46.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsgutils2-1.46.so.2
2025-08-18T22:02:43.3523809Z 	libsframe.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsframe.so.1
2025-08-18T22:02:43.3524197Z 	libsepol.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsepol.so.2
2025-08-18T22:02:43.3524587Z 	libsensors.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsensors.so.5
2025-08-18T22:02:43.3524998Z 	libsemanage.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsemanage.so.2
2025-08-18T22:02:43.3525424Z 	libselinux.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libselinux.so.1
2025-08-18T22:02:43.3525832Z 	libseccomp.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libseccomp.so.2
2025-08-18T22:02:43.3526221Z 	libsasl2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsasl2.so.2
2025-08-18T22:02:43.3526620Z 	libruby-3.2.so.3.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
2025-08-18T22:02:43.3527031Z 	libruby-3.2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so
2025-08-18T22:02:43.3527409Z 	librtmp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librtmp.so.1
2025-08-18T22:02:43.3527769Z 	librt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librt.so.1
2025-08-18T22:02:43.3528077Z 	librt.so.1 (libc6) => /lib32/librt.so.1
2025-08-18T22:02:43.3528399Z 	librpmsign.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmsign.so.9
2025-08-18T22:02:43.3528789Z 	librpmio.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmio.so.9
2025-08-18T22:02:43.3529184Z 	librpmbuild.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmbuild.so.9
2025-08-18T22:02:43.3529576Z 	librpm.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpm.so.9
2025-08-18T22:02:43.3529949Z 	librhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/librhash.so.0
2025-08-18T22:02:43.3530448Z 	libre2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libre2.so.10
2025-08-18T22:02:43.3530837Z 	libresolv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so.2
2025-08-18T22:02:43.3531184Z 	libresolv.so.2 (libc6) => /lib32/libresolv.so.2
2025-08-18T22:02:43.3531772Z 	libresolv.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so
2025-08-18T22:02:43.3532198Z 	libreiserfscore.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreiserfscore.so.0
2025-08-18T22:02:43.3532643Z 	libreadline.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreadline.so.8
2025-08-18T22:02:43.3533037Z 	libraw_r.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw_r.so.23
2025-08-18T22:02:43.3533409Z 	libraw.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw.so.23
2025-08-18T22:02:43.3533790Z 	librabbitmq.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/librabbitmq.so.4
2025-08-18T22:02:43.3534189Z 	libquadmath.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libquadmath.so.0
2025-08-18T22:02:43.3534600Z 	libqrtr-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqrtr-glib.so.0
2025-08-18T22:02:43.3535018Z 	libqmi-glib.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqmi-glib.so.5
2025-08-18T22:02:43.3535383Z 	libqdbm.so.14 (libc6,x86-64) => /lib/libqdbm.so.14
2025-08-18T22:02:43.3535769Z 	libp11-kit.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libp11-kit.so.0
2025-08-18T22:02:43.3536185Z 	libpython3.12.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so.1.0
2025-08-18T22:02:43.3536610Z 	libpython3.12.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so
2025-08-18T22:02:43.3537012Z 	libpthread.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpthread.so.0
2025-08-18T22:02:43.3537369Z 	libpthread.so.0 (libc6) => /lib32/libpthread.so.0
2025-08-18T22:02:43.3537705Z 	libpsx.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsx.so.2
2025-08-18T22:02:43.3538088Z 	libpspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpspell.so.15
2025-08-18T22:02:43.3538470Z 	libpsl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsl.so.5
2025-08-18T22:02:43.3538898Z 	libprotobuf-lite.so.32 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-lite.so.32
2025-08-18T22:02:43.3539510Z 	libprotobuf-c.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-c.so.1
2025-08-18T22:02:43.3539921Z 	libproc2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libproc2.so.0
2025-08-18T22:02:43.3540285Z 	libpq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so.5
2025-08-18T22:02:43.3540625Z 	libpq.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so
2025-08-18T22:02:43.3540981Z 	libpopt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpopt.so.0
2025-08-18T22:02:43.3541621Z 	libpolkit-gobject-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-18T22:02:43.3542128Z 	libpolkit-agent-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-agent-1.so.0
2025-08-18T22:02:43.3542566Z 	libpng16.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpng16.so.16
2025-08-18T22:02:43.3542937Z 	libply.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply.so.5
2025-08-18T22:02:43.3543405Z 	libply-splash-graphics.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-graphics.so.5
2025-08-18T22:02:43.3543949Z 	libply-splash-core.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-core.so.5
2025-08-18T22:02:43.3544451Z 	libply-boot-client.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-boot-client.so.5
2025-08-18T22:02:43.3544882Z 	libplds4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplds4.so
2025-08-18T22:02:43.3545244Z 	libplc4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplc4.so
2025-08-18T22:02:43.3545623Z 	libpkgconf.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpkgconf.so.3
2025-08-18T22:02:43.3546029Z 	libpixman-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpixman-1.so.0
2025-08-18T22:02:43.3546440Z 	libpipeline.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpipeline.so.1
2025-08-18T22:02:43.3546841Z 	libpgm-5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpgm-5.3.so.0
2025-08-18T22:02:43.3547218Z 	libpfm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpfm.so.4
2025-08-18T22:02:43.3547723Z 	libperl.so.5.38 (libc6,x86-64) => /lib/x86_64-linux-gnu/libperl.so.5.38
2025-08-18T22:02:43.3548129Z 	libpcre2-32.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so.0
2025-08-18T22:02:43.3548530Z 	libpcre2-32.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so
2025-08-18T22:02:43.3548936Z 	libpcre2-16.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so.0
2025-08-18T22:02:43.3557095Z 	libpcre2-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so
2025-08-18T22:02:43.3557551Z 	libpcre2-8.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so.0
2025-08-18T22:02:43.3557974Z 	libpcre2-8.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so
2025-08-18T22:02:43.3558427Z 	libpcre2-posix.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so.3
2025-08-18T22:02:43.3558901Z 	libpcre2-posix.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so
2025-08-18T22:02:43.3559333Z 	libpcprofile.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcprofile.so
2025-08-18T22:02:43.3559719Z 	libpcprofile.so (libc6) => /lib32/libpcprofile.so
2025-08-18T22:02:43.3560104Z 	libpciaccess.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpciaccess.so.0
2025-08-18T22:02:43.3560507Z 	libpci.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpci.so.3
2025-08-18T22:02:43.3560891Z 	libpcap.so.0.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so.0.8
2025-08-18T22:02:43.3561274Z 	libpcap.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so
2025-08-18T22:02:43.3561948Z 	libparted.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libparted.so.2
2025-08-18T22:02:43.3562349Z 	libpaper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpaper.so.1
2025-08-18T22:02:43.3562772Z 	libpangoft2-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangoft2-1.0.so.0
2025-08-18T22:02:43.3563243Z 	libpangocairo-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangocairo-1.0.so.0
2025-08-18T22:02:43.3563694Z 	libpango-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpango-1.0.so.0
2025-08-18T22:02:43.3564107Z 	libpanelw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so.6
2025-08-18T22:02:43.3564685Z 	libpanelw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so
2025-08-18T22:02:43.3565067Z 	libpanel.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so.6
2025-08-18T22:02:43.3565442Z 	libpanel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so
2025-08-18T22:02:43.3565809Z 	libpamc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpamc.so.0
2025-08-18T22:02:43.3566192Z 	libpam_misc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam_misc.so.0
2025-08-18T22:02:43.3566574Z 	libpam.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam.so.0
2025-08-18T22:02:43.3567025Z 	libpackagekit-glib2.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpackagekit-glib2.so.18
2025-08-18T22:02:43.3567506Z 	libopenjp2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopenjp2.so.7
2025-08-18T22:02:43.3567964Z 	libopeniscsiusr.so.0.2.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-18T22:02:43.3568481Z 	libopcodes-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-system.so
2025-08-18T22:02:43.3568990Z 	libopcodes-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-arm64.so
2025-08-18T22:02:43.3569477Z 	libopcodes-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-18T22:02:43.3569961Z 	libopcodes-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armel.so
2025-08-18T22:02:43.3570387Z 	libonig.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libonig.so.5
2025-08-18T22:02:43.3570747Z 	libogg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libogg.so.0
2025-08-18T22:02:43.3571102Z 	libodbc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libodbc.so.2
2025-08-18T22:02:43.3571683Z 	libobjc_gc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc_gc.so.4
2025-08-18T22:02:43.3572063Z 	libobjc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc.so.4
2025-08-18T22:02:43.3572420Z 	libnvme.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme.so.1
2025-08-18T22:02:43.3572983Z 	libnvme-mi.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme-mi.so.1
2025-08-18T22:02:43.3573374Z 	libnuma.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnuma.so.1
2025-08-18T22:02:43.3573761Z 	libntfs-3g.so.89 (libc6,x86-64) => /lib/x86_64-linux-gnu/libntfs-3g.so.89
2025-08-18T22:02:43.3574162Z 	libnss3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss3.so
2025-08-18T22:02:43.3574550Z 	libnssutil3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssutil3.so
2025-08-18T22:02:43.3574938Z 	libnssdbm3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssdbm3.so
2025-08-18T22:02:43.3575323Z 	libnssckbi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssckbi.so
2025-08-18T22:02:43.3575739Z 	libnss_systemd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_systemd.so.2
2025-08-18T22:02:43.3576176Z 	libnss_hesiod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so.2
2025-08-18T22:02:43.3576588Z 	libnss_hesiod.so.2 (libc6) => /lib32/libnss_hesiod.so.2
2025-08-18T22:02:43.3576973Z 	libnss_hesiod.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so
2025-08-18T22:02:43.3577394Z 	libnss_files.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_files.so.2
2025-08-18T22:02:43.3577767Z 	libnss_files.so.2 (libc6) => /lib32/libnss_files.so.2
2025-08-18T22:02:43.3578124Z 	libnss_dns.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_dns.so.2
2025-08-18T22:02:43.3578475Z 	libnss_dns.so.2 (libc6) => /lib32/libnss_dns.so.2
2025-08-18T22:02:43.3578840Z 	libnss_compat.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so.2
2025-08-18T22:02:43.3579223Z 	libnss_compat.so.2 (libc6) => /lib32/libnss_compat.so.2
2025-08-18T22:02:43.3579594Z 	libnss_compat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so
2025-08-18T22:02:43.3579989Z 	libnspr4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnspr4.so
2025-08-18T22:02:43.3580351Z 	libnsl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnsl.so.1
2025-08-18T22:02:43.3580665Z 	libnsl.so.1 (libc6) => /lib32/libnsl.so.1
2025-08-18T22:02:43.3581130Z 	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-18T22:02:43.3581980Z 	libnpth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnpth.so.0
2025-08-18T22:02:43.3582351Z 	libnorm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnorm.so.1
2025-08-18T22:02:43.3582720Z 	libnl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so.200
2025-08-18T22:02:43.3583088Z 	libnl-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so
2025-08-18T22:02:43.3583490Z 	libnl-route-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so.200
2025-08-18T22:02:43.3583923Z 	libnl-route-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so
2025-08-18T22:02:43.3584345Z 	libnl-genl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-genl-3.so.200
2025-08-18T22:02:43.3584773Z 	libnghttp2.so.14 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnghttp2.so.14
2025-08-18T22:02:43.3585178Z 	libnftnl.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftnl.so.11
2025-08-18T22:02:43.3585581Z 	libnftables.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftables.so.1
2025-08-18T22:02:43.3585997Z 	libnfnetlink.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnfnetlink.so.0
2025-08-18T22:02:43.3586407Z 	libnewt.so.0.52 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnewt.so.0.52
2025-08-18T22:02:43.3586797Z 	libnettle.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnettle.so.8
2025-08-18T22:02:43.3587225Z 	libnetsnmpmibs.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpmibs.so.40
2025-08-18T22:02:43.3587711Z 	libnetsnmphelpers.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmphelpers.so.40
2025-08-18T22:02:43.3588203Z 	libnetsnmpagent.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpagent.so.40
2025-08-18T22:02:43.3588653Z 	libnetsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmp.so.40
2025-08-18T22:02:43.3589059Z 	libnetplan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetplan.so.1
2025-08-18T22:02:43.3589577Z 	libnetpbm.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetpbm.so.11
2025-08-18T22:02:43.3590058Z 	libnetfilter_conntrack.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-18T22:02:43.3590540Z 	libncursesw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncursesw.so.6
2025-08-18T22:02:43.3590948Z 	libncurses.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncurses.so.6
2025-08-18T22:02:43.3591478Z 	libmysqlclient.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so.21
2025-08-18T22:02:43.3591931Z 	libmysqlclient.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so
2025-08-18T22:02:43.3592326Z 	libmvec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so.1
2025-08-18T22:02:43.3592687Z 	libmvec.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so
2025-08-18T22:02:43.3593050Z 	libmultipath.so.0 (libc6,x86-64) => /lib/libmultipath.so.0
2025-08-18T22:02:43.3593430Z 	libmspack.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmspack.so.0
2025-08-18T22:02:43.3593825Z 	libmpfr.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpfr.so.6
2025-08-18T22:02:43.3594207Z 	libmpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpc.so.3
2025-08-18T22:02:43.3594564Z 	libmpathutil.so.0 (libc6,x86-64) => /lib/libmpathutil.so.0
2025-08-18T22:02:43.3594953Z 	libmpathpersist.so.0 (libc6,x86-64) => /lib/libmpathpersist.so.0
2025-08-18T22:02:43.3595332Z 	libmpathcmd.so.0 (libc6,x86-64) => /lib/libmpathcmd.so.0
2025-08-18T22:02:43.3595697Z 	libmount.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmount.so.1
2025-08-18T22:02:43.3596064Z 	libmnl.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmnl.so.0
2025-08-18T22:02:43.3596416Z 	libmms.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmms.so.0
2025-08-18T22:02:43.3596789Z 	libmm-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmm-glib.so.0
2025-08-18T22:02:43.3597171Z 	libmlx5.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so.1
2025-08-18T22:02:43.3597528Z 	libmlx5.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so
2025-08-18T22:02:43.3597894Z 	libmlx4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so.1
2025-08-18T22:02:43.3598388Z 	libmlx4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so
2025-08-18T22:02:43.3598775Z 	libmenuw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so.6
2025-08-18T22:02:43.3599143Z 	libmenuw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so
2025-08-18T22:02:43.3599509Z 	libmenu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so.6
2025-08-18T22:02:43.3599866Z 	libmenu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so
2025-08-18T22:02:43.3600239Z 	libmemusage.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemusage.so
2025-08-18T22:02:43.3600596Z 	libmemusage.so (libc6) => /lib32/libmemusage.so
2025-08-18T22:02:43.3600966Z 	libmemcached.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemcached.so.11
2025-08-18T22:02:43.3601566Z 	libmediainfo.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmediainfo.so.0
2025-08-18T22:02:43.3602174Z 	libmecab.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmecab.so.2
2025-08-18T22:02:43.3602704Z 	libmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmd.so.0
2025-08-18T22:02:43.3603094Z 	libmbim-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmbim-glib.so.4
2025-08-18T22:02:43.3603524Z 	libmaxminddb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmaxminddb.so.0
2025-08-18T22:02:43.3603942Z 	libmana.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so.1
2025-08-18T22:02:43.3604313Z 	libmana.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so
2025-08-18T22:02:43.3604690Z 	libmagic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmagic.so.1
2025-08-18T22:02:43.3605053Z 	libm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libm.so.6
2025-08-18T22:02:43.3605352Z 	libm.so.6 (libc6) => /lib32/libm.so.6
2025-08-18T22:02:43.3605653Z 	liblz4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so.1
2025-08-18T22:02:43.3606003Z 	liblz4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so
2025-08-18T22:02:43.3606502Z 	liblzo2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzo2.so.2
2025-08-18T22:02:43.3606884Z 	liblzma.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so.5
2025-08-18T22:02:43.3607247Z 	liblzma.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so
2025-08-18T22:02:43.3607595Z 	liblz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so.1
2025-08-18T22:02:43.3607936Z 	liblz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so
2025-08-18T22:02:43.3608322Z 	liblvm2cmd.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblvm2cmd.so.2.03
2025-08-18T22:02:43.3608740Z 	liblua5.4.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4.so.0
2025-08-18T22:02:43.3609141Z 	liblua5.4-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4-c++.so.0
2025-08-18T22:02:43.3609541Z 	liblua5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3.so.0
2025-08-18T22:02:43.3609933Z 	liblua5.3-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3-c++.so.0
2025-08-18T22:02:43.3610349Z 	liblttng-ust.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust.so.1
2025-08-18T22:02:43.3610856Z 	liblttng-ust-tracepoint.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-18T22:02:43.3611619Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-18T22:02:43.3612248Z 	liblttng-ust-libc-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-18T22:02:43.3612790Z 	liblttng-ust-fork.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fork.so.1
2025-08-18T22:02:43.3613264Z 	liblttng-ust-fd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fd.so.1
2025-08-18T22:02:43.3613721Z 	liblttng-ust-dl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-dl.so.1
2025-08-18T22:02:43.3614251Z 	liblttng-ust-cyg-profile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-18T22:02:43.3614880Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-18T22:02:43.3615458Z 	liblttng-ust-ctl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-18T22:02:43.3616109Z 	liblttng-ust-common.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-common.so.1
2025-08-18T22:02:43.3616555Z 	libltdl.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libltdl.so.7
2025-08-18T22:02:43.3616919Z 	liblsan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblsan.so.0
2025-08-18T22:02:43.3617297Z 	liblqr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblqr-1.so.0
2025-08-18T22:02:43.3617666Z 	liblmdb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblmdb.so.0
2025-08-18T22:02:43.3618050Z 	liblldb-18.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so.1
2025-08-18T22:02:43.3618443Z 	liblldb-18.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so
2025-08-18T22:02:43.3618825Z 	liblldb-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so.1
2025-08-18T22:02:43.3619207Z 	liblldb-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so
2025-08-18T22:02:43.3619586Z 	liblldb-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so.1
2025-08-18T22:02:43.3619968Z 	liblldb-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so
2025-08-18T22:02:43.3620345Z 	libldap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libldap.so.2
2025-08-18T22:02:43.3620719Z 	liblcms2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblcms2.so.2
2025-08-18T22:02:43.3621084Z 	liblber.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblber.so.2
2025-08-18T22:02:43.3621587Z 	libk5crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libk5crypto.so.3
2025-08-18T22:02:43.3621978Z 	libksba.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libksba.so.8
2025-08-18T22:02:43.3622387Z 	libkrb5support.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5support.so.0
2025-08-18T22:02:43.3622800Z 	libkrb5.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5.so.3
2025-08-18T22:02:43.3623161Z 	libkmod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkmod.so.2
2025-08-18T22:02:43.3623665Z 	libkeyutils.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkeyutils.so.1
2025-08-18T22:02:43.3624087Z 	libjxrglue.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjxrglue.so.0
2025-08-18T22:02:43.3624494Z 	libjsoncpp.so.25 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjsoncpp.so.25
2025-08-18T22:02:43.3624930Z 	libjson-glib-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-glib-1.0.so.0
2025-08-18T22:02:43.3625362Z 	libjson-c.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-c.so.5
2025-08-18T22:02:43.3625732Z 	libjq.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjq.so.1
2025-08-18T22:02:43.3626105Z 	libjpegxr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpegxr.so.0
2025-08-18T22:02:43.3626489Z 	libjpeg.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpeg.so.8
2025-08-18T22:02:43.3626850Z 	libjcat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjcat.so.1
2025-08-18T22:02:43.3627238Z 	libjbig2dec.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig2dec.so.0
2025-08-18T22:02:43.3627631Z 	libjbig.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig.so.0
2025-08-18T22:02:43.3628017Z 	libjansson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjansson.so.4
2025-08-18T22:02:43.3628401Z 	libitm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libitm.so.1
2025-08-18T22:02:43.3628761Z 	libisns.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisns.so.0
2025-08-18T22:02:43.3629119Z 	libisl.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisl.so.23
2025-08-18T22:02:43.3629670Z 	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-18T22:02:43.3630383Z 	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-18T22:02:43.3631058Z 	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-18T22:02:43.3631823Z 	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-18T22:02:43.3632479Z 	libip6tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip6tc.so.2
2025-08-18T22:02:43.3632860Z 	libip4tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip4tc.so.2
2025-08-18T22:02:43.3633230Z 	libinih.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libinih.so.1
2025-08-18T22:02:43.3633602Z 	libijs-0.35.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libijs-0.35.so
2025-08-18T22:02:43.3633972Z 	libidn2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn2.so.0
2025-08-18T22:02:43.3634327Z 	libidn.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn.so.12
2025-08-18T22:02:43.3634692Z 	libicuuc.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.74
2025-08-18T22:02:43.3635074Z 	libicuuc.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.70
2025-08-18T22:02:43.3635450Z 	libicuuc.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so
2025-08-18T22:02:43.3635859Z 	libicutu.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.74
2025-08-18T22:02:43.3636244Z 	libicutu.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.70
2025-08-18T22:02:43.3636620Z 	libicutu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so
2025-08-18T22:02:43.3637004Z 	libicutest.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.74
2025-08-18T22:02:43.3637413Z 	libicutest.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.70
2025-08-18T22:02:43.3637809Z 	libicutest.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so
2025-08-18T22:02:43.3638199Z 	libicui18n.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.74
2025-08-18T22:02:43.3638597Z 	libicui18n.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.70
2025-08-18T22:02:43.3638990Z 	libicui18n.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so
2025-08-18T22:02:43.3639373Z 	libicuio.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.74
2025-08-18T22:02:43.3639750Z 	libicuio.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.70
2025-08-18T22:02:43.3640240Z 	libicuio.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so
2025-08-18T22:02:43.3640632Z 	libicudata.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.74
2025-08-18T22:02:43.3641034Z 	libicudata.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.70
2025-08-18T22:02:43.3641597Z 	libicudata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so
2025-08-18T22:02:43.3641995Z 	libibverbs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so.1
2025-08-18T22:02:43.3642382Z 	libibverbs.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so
2025-08-18T22:02:43.3642765Z 	libhwasan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhwasan.so.0
2025-08-18T22:02:43.3643186Z 	libhunspell-1.7.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhunspell-1.7.so.0
2025-08-18T22:02:43.3643614Z 	libhogweed.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhogweed.so.6
2025-08-18T22:02:43.3644013Z 	libhistory.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhistory.so.8
2025-08-18T22:02:43.3644452Z 	libhiredis_ssl.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-18T22:02:43.3644916Z 	libhiredis.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis.so.1.1.0
2025-08-18T22:02:43.3645321Z 	libhgfs.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhgfs.so.0
2025-08-18T22:02:43.3645686Z 	libheif.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libheif.so.1
2025-08-18T22:02:43.3646059Z 	libhavege.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhavege.so.2
2025-08-18T22:02:43.3646456Z 	libhashkit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhashkit.so.2
2025-08-18T22:02:43.3646866Z 	libharfbuzz.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libharfbuzz.so.0
2025-08-18T22:02:43.3647268Z 	libhandle.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhandle.so.1
2025-08-18T22:02:43.3647647Z 	libgusb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgusb.so.2
2025-08-18T22:02:43.3648029Z 	libguestlib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestlib.so.0
2025-08-18T22:02:43.3648504Z 	libguestStoreClient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestStoreClient.so.0
2025-08-18T22:02:43.3649114Z 	libgudev-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgudev-1.0.so.0
2025-08-18T22:02:43.3649506Z 	libgtk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgtk-3.so.0
2025-08-18T22:02:43.3649907Z 	libgthread-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgthread-2.0.so.0
2025-08-18T22:02:43.3650359Z 	libgstreamer-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstreamer-1.0.so.0
2025-08-18T22:02:43.3650799Z 	libgstnet-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstnet-1.0.so.0
2025-08-18T22:02:43.3651267Z 	libgstcontroller-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-18T22:02:43.3651860Z 	libgstcheck-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcheck-1.0.so.0
2025-08-18T22:02:43.3652298Z 	libgstbase-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstbase-1.0.so.0
2025-08-18T22:02:43.3652736Z 	libgssapi_krb5.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgssapi_krb5.so.2
2025-08-18T22:02:43.3653136Z 	libgs.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgs.so.10
2025-08-18T22:02:43.3653528Z 	libgraphite2.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgraphite2.so.3
2025-08-18T22:02:43.3653942Z 	libgprofng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgprofng.so.0
2025-08-18T22:02:43.3654332Z 	libgpm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpm.so.2
2025-08-18T22:02:43.3654706Z 	libgpgme.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpgme.so.11
2025-08-18T22:02:43.3655112Z 	libgpg-error.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpg-error.so.0
2025-08-18T22:02:43.3655515Z 	libgomp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgomp.so.1
2025-08-18T22:02:43.3655917Z 	libgobject-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgobject-2.0.so.0
2025-08-18T22:02:43.3656340Z 	libgnutls.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgnutls.so.30
2025-08-18T22:02:43.3656730Z 	libgmpxx.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so.4
2025-08-18T22:02:43.3657225Z 	libgmpxx.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so
2025-08-18T22:02:43.3657598Z 	libgmp.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so.10
2025-08-18T22:02:43.3657953Z 	libgmp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so
2025-08-18T22:02:43.3658348Z 	libgmodule-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmodule-2.0.so.0
2025-08-18T22:02:43.3658762Z 	libglib-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libglib-2.0.so.0
2025-08-18T22:02:43.3659214Z 	libgirepository-1.0.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgirepository-1.0.so.1
2025-08-18T22:02:43.3659657Z 	libgio-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgio-2.0.so.0
2025-08-18T22:02:43.3660054Z 	libgfortran.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgfortran.so.5
2025-08-18T22:02:43.3660497Z 	libgdk_pixbuf-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-18T22:02:43.3660924Z 	libgdk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk-3.so.0
2025-08-18T22:02:43.3661336Z 	libgdbm_compat.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm_compat.so.4
2025-08-18T22:02:43.3661934Z 	libgdbm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm.so.6
2025-08-18T22:02:43.3662294Z 	libgd.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgd.so.3
2025-08-18T22:02:43.3662656Z 	libgctba.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgctba.so.1
2025-08-18T22:02:43.3663042Z 	libgcrypt.so.20 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcrypt.so.20
2025-08-18T22:02:43.3663432Z 	libgccpp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgccpp.so.1
2025-08-18T22:02:43.3663801Z 	libgcc_s.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcc_s.so.1
2025-08-18T22:02:43.3664134Z 	libgcc_s.so.1 (libc6) => /lib32/libgcc_s.so.1
2025-08-18T22:02:43.3664448Z 	libgc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgc.so.1
2025-08-18T22:02:43.3664802Z 	libgbm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgbm.so.1
2025-08-18T22:02:43.3665307Z 	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-18T22:02:43.3665949Z 	libfwupd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfwupd.so.2
2025-08-18T22:02:43.3666326Z 	libfuse3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfuse3.so.3
2025-08-18T22:02:43.3666696Z 	libftdi1.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libftdi1.so.2
2025-08-18T22:02:43.3667086Z 	libfsverity.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfsverity.so.0
2025-08-18T22:02:43.3667497Z 	libfribidi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfribidi.so.0
2025-08-18T22:02:43.3667902Z 	libfreetype.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreetype.so.6
2025-08-18T22:02:43.3668300Z 	libfreebl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreebl3.so
2025-08-18T22:02:43.3668707Z 	libfreeblpriv3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreeblpriv3.so
2025-08-18T22:02:43.3669114Z 	libformw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so.6
2025-08-18T22:02:43.3669489Z 	libformw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so
2025-08-18T22:02:43.3669870Z 	libform.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so.6
2025-08-18T22:02:43.3670234Z 	libform.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so
2025-08-18T22:02:43.3670610Z 	libfontenc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontenc.so.1
2025-08-18T22:02:43.3671028Z 	libfontconfig.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontconfig.so.1
2025-08-18T22:02:43.3671559Z 	libflashrom.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libflashrom.so.1
2025-08-18T22:02:43.3671953Z 	libfido2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfido2.so.1
2025-08-18T22:02:43.3672366Z 	libfftw3_threads.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_threads.so.3
2025-08-18T22:02:43.3672803Z 	libfftw3_omp.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_omp.so.3
2025-08-18T22:02:43.3673200Z 	libfftw3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3.so.3
2025-08-18T22:02:43.3673693Z 	libffi.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so.8
2025-08-18T22:02:43.3674058Z 	libffi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so
2025-08-18T22:02:43.3674417Z 	libfdisk.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfdisk.so.1
2025-08-18T22:02:43.3674787Z 	libfcgi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi.so.0
2025-08-18T22:02:43.3675161Z 	libfcgi++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi++.so.0
2025-08-18T22:02:43.3675558Z 	libfbclient.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfbclient.so.2
2025-08-18T22:02:43.3675968Z 	libfastjson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfastjson.so.4
2025-08-18T22:02:43.3676419Z 	libfakeroot-0.so (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-18T22:02:43.3676853Z 	libe2p.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libe2p.so.2
2025-08-18T22:02:43.3677227Z 	libext2fs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libext2fs.so.2
2025-08-18T22:02:43.3677617Z 	libexslt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexslt.so.0
2025-08-18T22:02:43.3678003Z 	libexpatw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so.1
2025-08-18T22:02:43.3678384Z 	libexpatw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so
2025-08-18T22:02:43.3678759Z 	libexpat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so.1
2025-08-18T22:02:43.3679127Z 	libexpat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so
2025-08-18T22:02:43.3679564Z 	libevent_pthreads-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-18T22:02:43.3680047Z 	libevent_core-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_core-2.1.so.7
2025-08-18T22:02:43.3680459Z 	libevdev.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevdev.so.2
2025-08-18T22:02:43.3680826Z 	libestr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libestr.so.0
2025-08-18T22:02:43.3681195Z 	libepoxy.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libepoxy.so.0
2025-08-18T22:02:43.3681817Z 	libenchant-2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libenchant-2.so.2
2025-08-18T22:02:43.3682375Z 	libelf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libelf.so.1
2025-08-18T22:02:43.3682744Z 	libefivar.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefivar.so.1
2025-08-18T22:02:43.3683137Z 	libefiboot.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefiboot.so.1
2025-08-18T22:02:43.3683516Z 	libefa.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so.1
2025-08-18T22:02:43.3683863Z 	libefa.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so
2025-08-18T22:02:43.3684219Z 	libedit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libedit.so.2
2025-08-18T22:02:43.3684611Z 	libeatmydata.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so.1
2025-08-18T22:02:43.3685039Z 	libeatmydata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so
2025-08-18T22:02:43.3685414Z 	libdw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdw.so.1
2025-08-18T22:02:43.3685802Z 	libduktape.so.207 (libc6,x86-64) => /lib/x86_64-linux-gnu/libduktape.so.207
2025-08-18T22:02:43.3686261Z 	libdrop_ambient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrop_ambient.so.0
2025-08-18T22:02:43.3686690Z 	libdrm_intel.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_intel.so.1
2025-08-18T22:02:43.3687104Z 	libdrm_amdgpu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_amdgpu.so.1
2025-08-18T22:02:43.3687498Z 	libdrm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm.so.2
2025-08-18T22:02:43.3688018Z 	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-18T22:02:43.3688530Z 	libdl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdl.so.2
2025-08-18T22:02:43.3688847Z 	libdl.so.2 (libc6) => /lib32/libdl.so.2
2025-08-18T22:02:43.3689197Z 	libdjvulibre.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdjvulibre.so.21
2025-08-18T22:02:43.3689606Z 	libde265.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libde265.so.0
2025-08-18T22:02:43.3690153Z 	libdevmapper.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper.so.1.02.1
2025-08-18T22:02:43.3690682Z 	libdevmapper-event.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-18T22:02:43.3691270Z 	libdevmapper-event-lvm2vdo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-18T22:02:43.3691978Z 	libdevmapper-event-lvm2thin.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-18T22:02:43.3692629Z 	libdevmapper-event-lvm2snapshot.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-18T22:02:43.3693277Z 	libdevmapper-event-lvm2raid.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-18T22:02:43.3693909Z 	libdevmapper-event-lvm2mirror.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-18T22:02:43.3694535Z 	libdevmapper-event-lvm2.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-18T22:02:43.3695125Z 	libdevmapper-event-lvm2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-18T22:02:43.3695615Z 	libdeflate.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdeflate.so.0
2025-08-18T22:02:43.3696058Z 	libdebconfclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdebconfclient.so.0
2025-08-18T22:02:43.3696485Z 	libdconf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdconf.so.1
2025-08-18T22:02:43.3696907Z 	libdbusmenu-gtk3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-18T22:02:43.3697369Z 	libdbusmenu-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-glib.so.4
2025-08-18T22:02:43.3697795Z 	libdbus-1.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so.3
2025-08-18T22:02:43.3698173Z 	libdbus-1.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so
2025-08-18T22:02:43.3698537Z 	libdb-5.3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdb-5.3.so
2025-08-18T22:02:43.3698918Z 	libdatrie.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdatrie.so.1
2025-08-18T22:02:43.3699300Z 	libcurl.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl.so.4
2025-08-18T22:02:43.3699874Z 	libcurl-gnutls.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl-gnutls.so.4
2025-08-18T22:02:43.3700291Z 	libcups.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcups.so.2
2025-08-18T22:02:43.3700654Z 	libctf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf.so.0
2025-08-18T22:02:43.3701042Z 	libctf-nobfd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd.so.0
2025-08-18T22:02:43.3701609Z 	libctf-nobfd-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so.0
2025-08-18T22:02:43.3702099Z 	libctf-nobfd-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so
2025-08-18T22:02:43.3702582Z 	libctf-nobfd-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-18T22:02:43.3703062Z 	libctf-nobfd-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so
2025-08-18T22:02:43.3703547Z 	libctf-nobfd-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-18T22:02:43.3704029Z 	libctf-nobfd-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so
2025-08-18T22:02:43.3704481Z 	libctf-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so.0
2025-08-18T22:02:43.3704894Z 	libctf-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so
2025-08-18T22:02:43.3705305Z 	libctf-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so.0
2025-08-18T22:02:43.3705715Z 	libctf-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so
2025-08-18T22:02:43.3706126Z 	libctf-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so.0
2025-08-18T22:02:43.3706537Z 	libctf-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so
2025-08-18T22:02:43.3706972Z 	libcryptsetup.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcryptsetup.so.12
2025-08-18T22:02:43.3707401Z 	libcrypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so.3
2025-08-18T22:02:43.3707900Z 	libcrypto.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so
2025-08-18T22:02:43.3708291Z 	libcrypt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so.1
2025-08-18T22:02:43.3708669Z 	libcrypt.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so
2025-08-18T22:02:43.3709044Z 	libcom_err.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcom_err.so.2
2025-08-18T22:02:43.3709475Z 	libcolordprivate.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolordprivate.so.2
2025-08-18T22:02:43.3709909Z 	libcolord.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolord.so.2
2025-08-18T22:02:43.3710304Z 	libclang-18.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-18.so.18
2025-08-18T22:02:43.3710714Z 	libclang-17.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-17.so.17
2025-08-18T22:02:43.3711136Z 	libclang-16.so.16.0.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-16.so.16.0.6
2025-08-18T22:02:43.3711686Z 	libclang-cpp.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.18.1
2025-08-18T22:02:43.3712135Z 	libclang-cpp.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.17
2025-08-18T22:02:43.3712570Z 	libclang-cpp.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.16
2025-08-18T22:02:43.3712964Z 	libcc1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcc1.so.0
2025-08-18T22:02:43.3713336Z 	libcbor.so.0.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcbor.so.0.10
2025-08-18T22:02:43.3713716Z 	libcares.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcares.so.2
2025-08-18T22:02:43.3714082Z 	libcap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap.so.2
2025-08-18T22:02:43.3714456Z 	libcap-ng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap-ng.so.0
2025-08-18T22:02:43.3714853Z 	libcanberra.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcanberra.so.0
2025-08-18T22:02:43.3715249Z 	libcairo.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo.so.2
2025-08-18T22:02:43.3715673Z 	libcairo-gobject.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo-gobject.so.2
2025-08-18T22:02:43.3716144Z 	libc_malloc_debug.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so.0
2025-08-18T22:02:43.3716692Z 	libc_malloc_debug.so.0 (libc6) => /lib32/libc_malloc_debug.so.0
2025-08-18T22:02:43.3717096Z 	libc_malloc_debug.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so
2025-08-18T22:02:43.3717493Z 	libc.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc.so.6
2025-08-18T22:02:43.3717794Z 	libc.so.6 (libc6) => /lib32/libc.so.6
2025-08-18T22:02:43.3718111Z 	libc-client.so.2007e (libc6,x86-64) => /lib/libc-client.so.2007e
2025-08-18T22:02:43.3718487Z 	libbz2.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbz2.so.1.0
2025-08-18T22:02:43.3718880Z 	libbytesize.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbytesize.so.1
2025-08-18T22:02:43.3719264Z 	libbsd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbsd.so.0
2025-08-18T22:02:43.3719654Z 	libbrotlienc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlienc.so.1
2025-08-18T22:02:43.3720082Z 	libbrotlidec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlidec.so.1
2025-08-18T22:02:43.3720530Z 	libbrotlicommon.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlicommon.so.1
2025-08-18T22:02:43.3720946Z 	libbpf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbpf.so.1
2025-08-18T22:02:43.3721330Z 	libblockdev.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblockdev.so.3
2025-08-18T22:02:43.3721828Z 	libblkid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblkid.so.1
2025-08-18T22:02:43.3722374Z 	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-18T22:02:43.3722956Z 	libbfd-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-system.so
2025-08-18T22:02:43.3723403Z 	libbfd-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-arm64.so
2025-08-18T22:02:43.3723842Z 	libbfd-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armhf.so
2025-08-18T22:02:43.3724397Z 	libbfd-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armel.so
2025-08-18T22:02:43.3724827Z 	libbd_utils.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_utils.so.3
2025-08-18T22:02:43.3725223Z 	libbd_swap.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_swap.so.3
2025-08-18T22:02:43.3725609Z 	libbd_part.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_part.so.3
2025-08-18T22:02:43.3725991Z 	libbd_nvme.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_nvme.so.3
2025-08-18T22:02:43.3726383Z 	libbd_mdraid.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_mdraid.so.3
2025-08-18T22:02:43.3726774Z 	libbd_loop.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_loop.so.3
2025-08-18T22:02:43.3727145Z 	libbd_fs.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_fs.so.3
2025-08-18T22:02:43.3727532Z 	libbd_crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_crypto.so.3
2025-08-18T22:02:43.3727925Z 	libbcc_bpf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc_bpf.so.0
2025-08-18T22:02:43.3728305Z 	libbcc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc.so.0
2025-08-18T22:02:43.3728715Z 	libavahi-common.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-common.so.3
2025-08-18T22:02:43.3729171Z 	libavahi-client.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-client.so.3
2025-08-18T22:02:43.3729591Z 	libaudit.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaudit.so.1
2025-08-18T22:02:43.3729963Z 	libattr.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libattr.so.1
2025-08-18T22:02:43.3730334Z 	libatspi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatspi.so.0
2025-08-18T22:02:43.3730721Z 	libatomic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatomic.so.1
2025-08-18T22:02:43.3731093Z 	libatm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatm.so.1
2025-08-18T22:02:43.3731563Z 	libatk-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-1.0.so.0
2025-08-18T22:02:43.3731985Z 	libatk-bridge-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-18T22:02:43.3732440Z 	libatasmart.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatasmart.so.4
2025-08-18T22:02:43.3732960Z 	libassuan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libassuan.so.0
2025-08-18T22:02:43.3733352Z 	libaspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaspell.so.15
2025-08-18T22:02:43.3733739Z 	libasound.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasound.so.2
2025-08-18T22:02:43.3734113Z 	libasan.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasan.so.8
2025-08-18T22:02:43.3734481Z 	libaria2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaria2.so.0
2025-08-18T22:02:43.3734865Z 	libargon2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libargon2.so.1
2025-08-18T22:02:43.3735261Z 	libarchive.so.13 (libc6,x86-64) => /lib/x86_64-linux-gnu/libarchive.so.13
2025-08-18T22:02:43.3735704Z 	libapt-private.so.0.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-private.so.0.0
2025-08-18T22:02:43.3736181Z 	libapt-pkg.so.6.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-pkg.so.6.0
2025-08-18T22:02:43.3736605Z 	libaprutil-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaprutil-1.so.0
2025-08-18T22:02:43.3737007Z 	libapr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapr-1.so.0
2025-08-18T22:02:43.3737412Z 	libappstream.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libappstream.so.5
2025-08-18T22:02:43.3737843Z 	libapparmor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapparmor.so.1
2025-08-18T22:02:43.3738237Z 	libaom.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaom.so.3
2025-08-18T22:02:43.3738597Z 	libanl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so.1
2025-08-18T22:02:43.3738915Z 	libanl.so.1 (libc6) => /lib32/libanl.so.1
2025-08-18T22:02:43.3739221Z 	libanl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so
2025-08-18T22:02:43.3739592Z 	libaio.so.1t64 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaio.so.1t64
2025-08-18T22:02:43.3739972Z 	libacl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libacl.so.1
2025-08-18T22:02:43.3740326Z 	libX11.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11.so.6
2025-08-18T22:02:43.3740820Z 	libX11-xcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11-xcb.so.1
2025-08-18T22:02:43.3741233Z 	libXxf86vm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXxf86vm.so.1
2025-08-18T22:02:43.3741734Z 	libXtst.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXtst.so.6
2025-08-18T22:02:43.3742091Z 	libXt.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXt.so.6
2025-08-18T22:02:43.3742442Z 	libXss.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXss.so.1
2025-08-18T22:02:43.3742819Z 	libXrender.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrender.so.1
2025-08-18T22:02:43.3743210Z 	libXrandr.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrandr.so.2
2025-08-18T22:02:43.3743589Z 	libXpm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXpm.so.4
2025-08-18T22:02:43.3743951Z 	libXmuu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmuu.so.1
2025-08-18T22:02:43.3744307Z 	libXmu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmu.so.6
2025-08-18T22:02:43.3744688Z 	libXinerama.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXinerama.so.1
2025-08-18T22:02:43.3745083Z 	libXi.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXi.so.6
2025-08-18T22:02:43.3745430Z 	libXft.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXft.so.2
2025-08-18T22:02:43.3745801Z 	libXfont2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfont2.so.2
2025-08-18T22:02:43.3746187Z 	libXfixes.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfixes.so.3
2025-08-18T22:02:43.3746558Z 	libXext.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXext.so.6
2025-08-18T22:02:43.3746931Z 	libXdmcp.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so.6
2025-08-18T22:02:43.3747307Z 	libXdmcp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so
2025-08-18T22:02:43.3747691Z 	libXdamage.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdamage.so.1
2025-08-18T22:02:43.3748086Z 	libXcursor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcursor.so.1
2025-08-18T22:02:43.3748510Z 	libXcomposite.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcomposite.so.1
2025-08-18T22:02:43.3748918Z 	libXaw.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXaw.so.7
2025-08-18T22:02:43.3749399Z 	libXau.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so.6
2025-08-18T22:02:43.3749746Z 	libXau.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so
2025-08-18T22:02:43.3750087Z 	libSM.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libSM.so.6
2025-08-18T22:02:43.3750506Z 	libOpenEXRUtil-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-18T22:02:43.3751001Z 	libOpenEXRCore-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-18T22:02:43.3751681Z 	libOpenEXR-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-18T22:02:43.3752159Z 	libMagickWand-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-18T22:02:43.3752648Z 	libMagickCore-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-18T22:02:43.3753080Z 	libLerc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLerc.so.4
2025-08-18T22:02:43.3753476Z 	libLLVM.so.19.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.19.1
2025-08-18T22:02:43.3753860Z 	libLLVM.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.18.1
2025-08-18T22:02:43.3754244Z 	libLLVM-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so.1
2025-08-18T22:02:43.3754636Z 	libLLVM-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so
2025-08-18T22:02:43.3755013Z 	libLLVM-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so.1
2025-08-18T22:02:43.3755390Z 	libLLVM-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so
2025-08-18T22:02:43.3755758Z 	libJudy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libJudy.so.1
2025-08-18T22:02:43.3756145Z 	libImath-3_1.so.29 (libc6,x86-64) => /lib/x86_64-linux-gnu/libImath-3_1.so.29
2025-08-18T22:02:43.3756583Z 	libIlmThread-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIlmThread-3_1.so.30
2025-08-18T22:02:43.3757009Z 	libIex-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIex-3_1.so.30
2025-08-18T22:02:43.3757514Z 	libICE.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libICE.so.6
2025-08-18T22:02:43.3757919Z 	libGLdispatch.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLdispatch.so.0
2025-08-18T22:02:43.3758338Z 	libGLX_mesa.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX_mesa.so.0
2025-08-18T22:02:43.3758714Z 	libGLX.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX.so.0
2025-08-18T22:02:43.3759063Z 	libGL.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGL.so.1
2025-08-18T22:02:43.3759448Z 	libDeployPkg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libDeployPkg.so.0
2025-08-18T22:02:43.3759898Z 	libBrokenLocale.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so.1
2025-08-18T22:02:43.3760323Z 	libBrokenLocale.so.1 (libc6) => /lib32/libBrokenLocale.so.1
2025-08-18T22:02:43.3760728Z 	libBrokenLocale.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so
2025-08-18T22:02:43.3761134Z 	ld-musl-x86_64.so.1 (libc6,x86-64) => /lib/ld-musl-x86_64.so.1
2025-08-18T22:02:43.3761679Z 	ld-linux.so.2 (libc6) => /lib32/ld-linux.so.2
2025-08-18T22:02:43.3761981Z 	ld-linux.so.2 (libc6) => /lib/ld-linux.so.2
2025-08-18T22:02:43.3762338Z 	ld-linux-x86-64.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
2025-08-18T22:02:43.3762824Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.5) stable release version 2.39
2025-08-18T22:02:43.7709071Z info: downloading installer
2025-08-18T22:02:44.0998578Z warn: It looks like you have an existing rustup settings file at:
2025-08-18T22:02:44.0998989Z warn: /home/runner/.rustup/settings.toml
2025-08-18T22:02:44.0999402Z warn: Rustup will install the default toolchain as specified in the settings file,
2025-08-18T22:02:44.0999877Z warn: instead of the one inferred from the default host triple.
2025-08-18T22:02:44.1165783Z info: profile set to 'default'
2025-08-18T22:02:44.1166154Z info: default host triple is x86_64-unknown-linux-gnu
2025-08-18T22:02:44.1166563Z warn: Updating existing toolchain, profile choice will be ignored
2025-08-18T22:02:44.1868983Z info: syncing channel updates for 'stable-x86_64-unknown-linux-gnu'
2025-08-18T22:02:44.2140700Z info: default toolchain set to 'stable-x86_64-unknown-linux-gnu'
2025-08-18T22:02:44.2141179Z 
2025-08-18T22:02:44.2241879Z   stable-x86_64-unknown-linux-gnu unchanged - rustc 1.89.0 (29483883e 2025-08-04)
2025-08-18T22:02:44.2242443Z 
2025-08-18T22:02:44.2242448Z 
2025-08-18T22:02:44.2242579Z Rust is installed now. Great!
2025-08-18T22:02:44.2242810Z 
2025-08-18T22:02:44.2243104Z To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
2025-08-18T22:02:44.2243844Z environment variable. This has not been done automatically.
2025-08-18T22:02:44.2244105Z 
2025-08-18T22:02:44.2244236Z To configure your current shell, you need to source
2025-08-18T22:02:44.2244566Z the corresponding env file under $HOME/.cargo.
2025-08-18T22:02:44.2244783Z 
2025-08-18T22:02:44.2244959Z This is usually done by running one of the following (note the leading DOT):
2025-08-18T22:02:44.2245406Z . "$HOME/.cargo/env"            # For sh/bash/zsh/ash/dash/pdksh
2025-08-18T22:02:44.2245739Z source "$HOME/.cargo/env.fish"  # For fish
2025-08-18T22:02:44.2246039Z source $"($nu.home-path)/.cargo/env.nu"  # For nushell
2025-08-18T22:02:44.2442485Z info: using existing install for 'stable-x86_64-unknown-linux-gnu'
2025-08-18T22:02:44.2788452Z info: default toolchain set to 'stable-x86_64-unknown-linux-gnu'
2025-08-18T22:02:44.2788952Z 
2025-08-18T22:02:44.2889548Z   stable-x86_64-unknown-linux-gnu unchanged - rustc 1.89.0 (29483883e 2025-08-04)
2025-08-18T22:02:44.2890080Z 
2025-08-18T22:02:44.3389320Z rustc 1.89.0 (29483883e 2025-08-04)
2025-08-18T22:02:44.7556835Z cargo 1.89.0 (c24e10642 2025-06-23)
2025-08-18T22:02:44.7858038Z 680 libs found in cache `/etc/ld.so.cache'
2025-08-18T22:02:44.7858686Z 	libz3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so.4
2025-08-18T22:02:44.7859406Z 	libz3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so
2025-08-18T22:02:44.7860292Z 	libzstd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so.1
2025-08-18T22:02:44.7860993Z 	libzstd.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so
2025-08-18T22:02:44.7861851Z 	libzmq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzmq.so.5
2025-08-18T22:02:44.7862489Z 	libzip.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzip.so.4
2025-08-18T22:02:44.7863114Z 	libzen.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzen.so.0
2025-08-18T22:02:44.7863716Z 	libz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so.1
2025-08-18T22:02:44.7864282Z 	libz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so
2025-08-18T22:02:44.7864905Z 	libyaml-0.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyaml-0.so.2
2025-08-18T22:02:44.7865582Z 	libyajl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyajl.so.2
2025-08-18T22:02:44.7866251Z 	libxxhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxxhash.so.0
2025-08-18T22:02:44.7866974Z 	libxtables.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxtables.so.12
2025-08-18T22:02:44.7867675Z 	libxslt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxslt.so.1
2025-08-18T22:02:44.7868382Z 	libxshmfence.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxshmfence.so.1
2025-08-18T22:02:44.7869094Z 	libxml2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so.2
2025-08-18T22:02:44.7869730Z 	libxml2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so
2025-08-18T22:02:44.7870421Z 	libxmlsec1.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1.so.1
2025-08-18T22:02:44.7871265Z 	libxmlsec1-openssl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-18T22:02:44.7872306Z 	libxmlb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlb.so.2
2025-08-18T22:02:44.7873016Z 	libxkbfile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbfile.so.1
2025-08-18T22:02:44.7873769Z 	libxkbcommon.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbcommon.so.0
2025-08-18T22:02:44.7874481Z 	libxcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so.1
2025-08-18T22:02:44.7875122Z 	libxcb.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so
2025-08-18T22:02:44.7876069Z 	libxcb-xfixes.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so.0
2025-08-18T22:02:44.7876859Z 	libxcb-xfixes.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so
2025-08-18T22:02:44.7877601Z 	libxcb-sync.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-sync.so.1
2025-08-18T22:02:44.7878316Z 	libxcb-shm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shm.so.0
2025-08-18T22:02:44.7879029Z 	libxcb-shape.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so.0
2025-08-18T22:02:44.7879720Z 	libxcb-shape.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so
2025-08-18T22:02:44.7880167Z 	libxcb-render.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so.0
2025-08-18T22:02:44.7880601Z 	libxcb-render.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so
2025-08-18T22:02:44.7881016Z 	libxcb-randr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-randr.so.0
2025-08-18T22:02:44.7881718Z 	libxcb-present.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-present.so.0
2025-08-18T22:02:44.7882182Z 	libxcb-glx.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-glx.so.0
2025-08-18T22:02:44.7882584Z 	libxcb-dri3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-dri3.so.0
2025-08-18T22:02:44.7882982Z 	libwrap.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwrap.so.0
2025-08-18T22:02:44.7883397Z 	libwmflite-0.2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwmflite-0.2.so.7
2025-08-18T22:02:44.7883817Z 	libwebpmux.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpmux.so.3
2025-08-18T22:02:44.7884224Z 	libwebpdemux.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpdemux.so.2
2025-08-18T22:02:44.7884619Z 	libwebp.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebp.so.7
2025-08-18T22:02:44.7885006Z 	libwbclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwbclient.so.0
2025-08-18T22:02:44.7885451Z 	libwayland-server.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-server.so.0
2025-08-18T22:02:44.7886084Z 	libwayland-egl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-egl.so.1
2025-08-18T22:02:44.7886557Z 	libwayland-cursor.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-cursor.so.0
2025-08-18T22:02:44.7887034Z 	libwayland-client.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-client.so.0
2025-08-18T22:02:44.7887468Z 	libvulkan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvulkan.so.1
2025-08-18T22:02:44.7887879Z 	libvorbisfile.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbisfile.so.3
2025-08-18T22:02:44.7888294Z 	libvorbis.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbis.so.0
2025-08-18T22:02:44.7888692Z 	libvolume_key.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvolume_key.so.1
2025-08-18T22:02:44.7889100Z 	libvmtools.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvmtools.so.0
2025-08-18T22:02:44.7889498Z 	libvgauth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvgauth.so.0
2025-08-18T22:02:44.7889872Z 	libuv.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuv.so.1
2025-08-18T22:02:44.7890238Z 	libuuid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuuid.so.1
2025-08-18T22:02:44.7890601Z 	libutil.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutil.so.1
2025-08-18T22:02:44.7890922Z 	libutil.so.1 (libc6) => /lib32/libutil.so.1
2025-08-18T22:02:44.7891259Z 	libutempter.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutempter.so.0
2025-08-18T22:02:44.7891951Z 	libusb-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libusb-1.0.so.0
2025-08-18T22:02:44.7892325Z 	liburcu.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu.so.8
2025-08-18T22:02:44.7892727Z 	liburcu-signal.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-signal.so.8
2025-08-18T22:02:44.7893156Z 	liburcu-qsbr.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-qsbr.so.8
2025-08-18T22:02:44.7893565Z 	liburcu-memb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-memb.so.8
2025-08-18T22:02:44.7893967Z 	liburcu-mb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-mb.so.8
2025-08-18T22:02:44.7894392Z 	liburcu-common.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-common.so.8
2025-08-18T22:02:44.7894963Z 	liburcu-cds.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-cds.so.8
2025-08-18T22:02:44.7895353Z 	liburcu-bp.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-bp.so.8
2025-08-18T22:02:44.7895741Z 	libunwind.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind.so.8
2025-08-18T22:02:44.7896158Z 	libunwind-x86_64.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-x86_64.so.8
2025-08-18T22:02:44.7896623Z 	libunwind-ptrace.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-ptrace.so.0
2025-08-18T22:02:44.7897111Z 	libunwind-coredump.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-coredump.so.0
2025-08-18T22:02:44.7897574Z 	libunistring.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunistring.so.5
2025-08-18T22:02:44.7897985Z 	libudisks2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudisks2.so.0
2025-08-18T22:02:44.7898364Z 	libudev.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudev.so.1
2025-08-18T22:02:44.7898758Z 	libuchardet.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuchardet.so.0
2025-08-18T22:02:44.7899151Z 	libubsan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libubsan.so.1
2025-08-18T22:02:44.7899584Z 	libtss2-tcti-swtpm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-18T22:02:44.7900067Z 	libtss2-tcti-mssim.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-18T22:02:44.7900557Z 	libtss2-tcti-device.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-device.so.0
2025-08-18T22:02:44.7901041Z 	libtss2-tcti-cmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-18T22:02:44.7902503Z 	libtss2-sys.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-sys.so.1
2025-08-18T22:02:44.7902912Z 	libtss2-rc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-rc.so.0
2025-08-18T22:02:44.7903298Z 	libtss2-mu.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-mu.so.0
2025-08-18T22:02:44.7903831Z 	libtss2-esys.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-esys.so.0
2025-08-18T22:02:44.7904234Z 	libtsan.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtsan.so.2
2025-08-18T22:02:44.7904616Z 	libtracefs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtracefs.so.1
2025-08-18T22:02:44.7905030Z 	libtraceevent.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtraceevent.so.1
2025-08-18T22:02:44.7905442Z 	libtommath.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtommath.so.1
2025-08-18T22:02:44.7905819Z 	libtk8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtk8.6.so
2025-08-18T22:02:44.7906197Z 	libtirpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtirpc.so.3
2025-08-18T22:02:44.7906613Z 	libtinyxml2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinyxml2.so.10
2025-08-18T22:02:44.7907030Z 	libtinfo.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so.6
2025-08-18T22:02:44.7907399Z 	libtinfo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so
2025-08-18T22:02:44.7907766Z 	libtiff.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtiff.so.6
2025-08-18T22:02:44.7908156Z 	libtidy.so.5deb1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtidy.so.5deb1
2025-08-18T22:02:44.7908534Z 	libtic.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so.6
2025-08-18T22:02:44.7908884Z 	libtic.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so
2025-08-18T22:02:44.7909257Z 	libthread_db.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so.1
2025-08-18T22:02:44.7909629Z 	libthread_db.so.1 (libc6) => /lib32/libthread_db.so.1
2025-08-18T22:02:44.7909983Z 	libthread_db.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so
2025-08-18T22:02:44.7910363Z 	libthai.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthai.so.0
2025-08-18T22:02:44.7910724Z 	libtdb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtdb.so.1
2025-08-18T22:02:44.7911088Z 	libtcl8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtcl8.6.so
2025-08-18T22:02:44.7911651Z 	libtasn1.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtasn1.so.6
2025-08-18T22:02:44.7912050Z 	libtalloc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtalloc.so.2
2025-08-18T22:02:44.7912574Z 	libsystemd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsystemd.so.0
2025-08-18T22:02:44.7912956Z 	libsysfs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsysfs.so.2
2025-08-18T22:02:44.7913323Z 	libsybdb.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsybdb.so.5
2025-08-18T22:02:44.7913688Z 	libsubid.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsubid.so.4
2025-08-18T22:02:44.7914075Z 	libstemmer.so.0d (libc6,x86-64) => /lib/x86_64-linux-gnu/libstemmer.so.0d
2025-08-18T22:02:44.7914470Z 	libstdc++.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libstdc++.so.6
2025-08-18T22:02:44.7914808Z 	libstdc++.so.6 (libc6) => /lib32/libstdc++.so.6
2025-08-18T22:02:44.7915123Z 	libssl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl3.so
2025-08-18T22:02:44.7915478Z 	libssl.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so.3
2025-08-18T22:02:44.7915831Z 	libssl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so
2025-08-18T22:02:44.7916190Z 	libssh2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh2.so.1
2025-08-18T22:02:44.7916542Z 	libssh.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh.so.4
2025-08-18T22:02:44.7916889Z 	libss.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libss.so.2
2025-08-18T22:02:44.7917262Z 	libsqlite3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so.0
2025-08-18T22:02:44.7917650Z 	libsqlite3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so
2025-08-18T22:02:44.7918081Z 	libsourcekitdInProc.so (libc6,x86-64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-18T22:02:44.7918521Z 	libsoftokn3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsoftokn3.so
2025-08-18T22:02:44.7918912Z 	libsodium.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsodium.so.23
2025-08-18T22:02:44.7919291Z 	libsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnmp.so.40
2025-08-18T22:02:44.7919674Z 	libsnappy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnappy.so.1
2025-08-18T22:02:44.7920171Z 	libsmime3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmime3.so
2025-08-18T22:02:44.7920579Z 	libsmartcols.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmartcols.so.1
2025-08-18T22:02:44.7921129Z 	libslirp.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslirp.so.0
2025-08-18T22:02:44.7921870Z 	libslang.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslang.so.2
2025-08-18T22:02:44.7922557Z 	libsigsegv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsigsegv.so.2
2025-08-18T22:02:44.7922995Z 	libsharpyuv.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsharpyuv.so.0
2025-08-18T22:02:44.7923424Z 	libsgutils2-1.46.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsgutils2-1.46.so.2
2025-08-18T22:02:44.7923846Z 	libsframe.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsframe.so.1
2025-08-18T22:02:44.7924222Z 	libsepol.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsepol.so.2
2025-08-18T22:02:44.7924604Z 	libsensors.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsensors.so.5
2025-08-18T22:02:44.7925013Z 	libsemanage.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsemanage.so.2
2025-08-18T22:02:44.7925418Z 	libselinux.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libselinux.so.1
2025-08-18T22:02:44.7925809Z 	libseccomp.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libseccomp.so.2
2025-08-18T22:02:44.7926189Z 	libsasl2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsasl2.so.2
2025-08-18T22:02:44.7926578Z 	libruby-3.2.so.3.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
2025-08-18T22:02:44.7926973Z 	libruby-3.2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so
2025-08-18T22:02:44.7927345Z 	librtmp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librtmp.so.1
2025-08-18T22:02:44.7927700Z 	librt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librt.so.1
2025-08-18T22:02:44.7928005Z 	librt.so.1 (libc6) => /lib32/librt.so.1
2025-08-18T22:02:44.7928325Z 	librpmsign.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmsign.so.9
2025-08-18T22:02:44.7928716Z 	librpmio.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmio.so.9
2025-08-18T22:02:44.7929224Z 	librpmbuild.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmbuild.so.9
2025-08-18T22:02:44.7929609Z 	librpm.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpm.so.9
2025-08-18T22:02:44.7929972Z 	librhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/librhash.so.0
2025-08-18T22:02:44.7930353Z 	libre2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libre2.so.10
2025-08-18T22:02:44.7938319Z 	libresolv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so.2
2025-08-18T22:02:44.7938717Z 	libresolv.so.2 (libc6) => /lib32/libresolv.so.2
2025-08-18T22:02:44.7939078Z 	libresolv.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so
2025-08-18T22:02:44.7939532Z 	libreiserfscore.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreiserfscore.so.0
2025-08-18T22:02:44.7939996Z 	libreadline.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreadline.so.8
2025-08-18T22:02:44.7940410Z 	libraw_r.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw_r.so.23
2025-08-18T22:02:44.7940796Z 	libraw.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw.so.23
2025-08-18T22:02:44.7941193Z 	librabbitmq.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/librabbitmq.so.4
2025-08-18T22:02:44.7942525Z 	libquadmath.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libquadmath.so.0
2025-08-18T22:02:44.7943015Z 	libqrtr-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqrtr-glib.so.0
2025-08-18T22:02:44.7943428Z 	libqmi-glib.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqmi-glib.so.5
2025-08-18T22:02:44.7943785Z 	libqdbm.so.14 (libc6,x86-64) => /lib/libqdbm.so.14
2025-08-18T22:02:44.7944141Z 	libp11-kit.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libp11-kit.so.0
2025-08-18T22:02:44.7944564Z 	libpython3.12.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so.1.0
2025-08-18T22:02:44.7944995Z 	libpython3.12.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so
2025-08-18T22:02:44.7945399Z 	libpthread.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpthread.so.0
2025-08-18T22:02:44.7945963Z 	libpthread.so.0 (libc6) => /lib32/libpthread.so.0
2025-08-18T22:02:44.7946317Z 	libpsx.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsx.so.2
2025-08-18T22:02:44.7946705Z 	libpspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpspell.so.15
2025-08-18T22:02:44.7947089Z 	libpsl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsl.so.5
2025-08-18T22:02:44.7947502Z 	libprotobuf-lite.so.32 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-lite.so.32
2025-08-18T22:02:44.7947972Z 	libprotobuf-c.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-c.so.1
2025-08-18T22:02:44.7948393Z 	libproc2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libproc2.so.0
2025-08-18T22:02:44.7949064Z 	libpq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so.5
2025-08-18T22:02:44.7949483Z 	libpq.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so
2025-08-18T22:02:44.7949841Z 	libpopt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpopt.so.0
2025-08-18T22:02:44.7950303Z 	libpolkit-gobject-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-18T22:02:44.7950822Z 	libpolkit-agent-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-agent-1.so.0
2025-08-18T22:02:44.7951261Z 	libpng16.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpng16.so.16
2025-08-18T22:02:44.7951883Z 	libply.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply.so.5
2025-08-18T22:02:44.7952349Z 	libply-splash-graphics.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-graphics.so.5
2025-08-18T22:02:44.7952886Z 	libply-splash-core.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-core.so.5
2025-08-18T22:02:44.7953381Z 	libply-boot-client.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-boot-client.so.5
2025-08-18T22:02:44.7953811Z 	libplds4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplds4.so
2025-08-18T22:02:44.7954172Z 	libplc4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplc4.so
2025-08-18T22:02:44.7954552Z 	libpkgconf.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpkgconf.so.3
2025-08-18T22:02:44.7954966Z 	libpixman-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpixman-1.so.0
2025-08-18T22:02:44.7955548Z 	libpipeline.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpipeline.so.1
2025-08-18T22:02:44.7955947Z 	libpgm-5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpgm-5.3.so.0
2025-08-18T22:02:44.7956314Z 	libpfm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpfm.so.4
2025-08-18T22:02:44.7956680Z 	libperl.so.5.38 (libc6,x86-64) => /lib/x86_64-linux-gnu/libperl.so.5.38
2025-08-18T22:02:44.7957070Z 	libpcre2-32.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so.0
2025-08-18T22:02:44.7957466Z 	libpcre2-32.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so
2025-08-18T22:02:44.7957863Z 	libpcre2-16.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so.0
2025-08-18T22:02:44.7958253Z 	libpcre2-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so
2025-08-18T22:02:44.7958640Z 	libpcre2-8.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so.0
2025-08-18T22:02:44.7959033Z 	libpcre2-8.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so
2025-08-18T22:02:44.7959464Z 	libpcre2-posix.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so.3
2025-08-18T22:02:44.7959916Z 	libpcre2-posix.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so
2025-08-18T22:02:44.7960349Z 	libpcprofile.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcprofile.so
2025-08-18T22:02:44.7960717Z 	libpcprofile.so (libc6) => /lib32/libpcprofile.so
2025-08-18T22:02:44.7961093Z 	libpciaccess.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpciaccess.so.0
2025-08-18T22:02:44.7961620Z 	libpci.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpci.so.3
2025-08-18T22:02:44.7962104Z 	libpcap.so.0.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so.0.8
2025-08-18T22:02:44.7962534Z 	libpcap.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so
2025-08-18T22:02:44.7962907Z 	libparted.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libparted.so.2
2025-08-18T22:02:44.7963429Z 	libpaper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpaper.so.1
2025-08-18T22:02:44.7963855Z 	libpangoft2-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangoft2-1.0.so.0
2025-08-18T22:02:44.7964317Z 	libpangocairo-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangocairo-1.0.so.0
2025-08-18T22:02:44.7964757Z 	libpango-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpango-1.0.so.0
2025-08-18T22:02:44.7965148Z 	libpanelw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so.6
2025-08-18T22:02:44.7965532Z 	libpanelw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so
2025-08-18T22:02:44.7965917Z 	libpanel.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so.6
2025-08-18T22:02:44.7966285Z 	libpanel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so
2025-08-18T22:02:44.7966654Z 	libpamc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpamc.so.0
2025-08-18T22:02:44.7967032Z 	libpam_misc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam_misc.so.0
2025-08-18T22:02:44.7967414Z 	libpam.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam.so.0
2025-08-18T22:02:44.7967867Z 	libpackagekit-glib2.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpackagekit-glib2.so.18
2025-08-18T22:02:44.7968337Z 	libopenjp2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopenjp2.so.7
2025-08-18T22:02:44.7968797Z 	libopeniscsiusr.so.0.2.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-18T22:02:44.7969307Z 	libopcodes-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-system.so
2025-08-18T22:02:44.7969810Z 	libopcodes-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-arm64.so
2025-08-18T22:02:44.7970301Z 	libopcodes-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-18T22:02:44.7970788Z 	libopcodes-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armel.so
2025-08-18T22:02:44.7971217Z 	libonig.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libonig.so.5
2025-08-18T22:02:44.7971730Z 	libogg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libogg.so.0
2025-08-18T22:02:44.7972213Z 	libodbc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libodbc.so.2
2025-08-18T22:02:44.7972584Z 	libobjc_gc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc_gc.so.4
2025-08-18T22:02:44.7972957Z 	libobjc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc.so.4
2025-08-18T22:02:44.7973309Z 	libnvme.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme.so.1
2025-08-18T22:02:44.7973677Z 	libnvme-mi.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme-mi.so.1
2025-08-18T22:02:44.7974046Z 	libnuma.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnuma.so.1
2025-08-18T22:02:44.7974418Z 	libntfs-3g.so.89 (libc6,x86-64) => /lib/x86_64-linux-gnu/libntfs-3g.so.89
2025-08-18T22:02:44.7974791Z 	libnss3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss3.so
2025-08-18T22:02:44.7975353Z 	libnssutil3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssutil3.so
2025-08-18T22:02:44.7975753Z 	libnssdbm3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssdbm3.so
2025-08-18T22:02:44.7976141Z 	libnssckbi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssckbi.so
2025-08-18T22:02:44.7976562Z 	libnss_systemd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_systemd.so.2
2025-08-18T22:02:44.7976993Z 	libnss_hesiod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so.2
2025-08-18T22:02:44.7977379Z 	libnss_hesiod.so.2 (libc6) => /lib32/libnss_hesiod.so.2
2025-08-18T22:02:44.7977745Z 	libnss_hesiod.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so
2025-08-18T22:02:44.7978149Z 	libnss_files.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_files.so.2
2025-08-18T22:02:44.7978515Z 	libnss_files.so.2 (libc6) => /lib32/libnss_files.so.2
2025-08-18T22:02:44.7978864Z 	libnss_dns.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_dns.so.2
2025-08-18T22:02:44.7979210Z 	libnss_dns.so.2 (libc6) => /lib32/libnss_dns.so.2
2025-08-18T22:02:44.7979568Z 	libnss_compat.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so.2
2025-08-18T22:02:44.7980075Z 	libnss_compat.so.2 (libc6) => /lib32/libnss_compat.so.2
2025-08-18T22:02:44.7980454Z 	libnss_compat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so
2025-08-18T22:02:44.7980840Z 	libnspr4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnspr4.so
2025-08-18T22:02:44.7981200Z 	libnsl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnsl.so.1
2025-08-18T22:02:44.7981641Z 	libnsl.so.1 (libc6) => /lib32/libnsl.so.1
2025-08-18T22:02:44.7982324Z 	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-18T22:02:44.7983244Z 	libnpth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnpth.so.0
2025-08-18T22:02:44.7983888Z 	libnorm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnorm.so.1
2025-08-18T22:02:44.7984523Z 	libnl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so.200
2025-08-18T22:02:44.7985173Z 	libnl-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so
2025-08-18T22:02:44.7985884Z 	libnl-route-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so.200
2025-08-18T22:02:44.7986654Z 	libnl-route-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so
2025-08-18T22:02:44.7987412Z 	libnl-genl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-genl-3.so.200
2025-08-18T22:02:44.7988007Z 	libnghttp2.so.14 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnghttp2.so.14
2025-08-18T22:02:44.7988408Z 	libnftnl.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftnl.so.11
2025-08-18T22:02:44.7988803Z 	libnftables.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftables.so.1
2025-08-18T22:02:44.7989219Z 	libnfnetlink.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnfnetlink.so.0
2025-08-18T22:02:44.7989626Z 	libnewt.so.0.52 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnewt.so.0.52
2025-08-18T22:02:44.7990013Z 	libnettle.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnettle.so.8
2025-08-18T22:02:44.7990438Z 	libnetsnmpmibs.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpmibs.so.40
2025-08-18T22:02:44.7990929Z 	libnetsnmphelpers.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmphelpers.so.40
2025-08-18T22:02:44.7991840Z 	libnetsnmpagent.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpagent.so.40
2025-08-18T22:02:44.7992289Z 	libnetsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmp.so.40
2025-08-18T22:02:44.7992693Z 	libnetplan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetplan.so.1
2025-08-18T22:02:44.7993092Z 	libnetpbm.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetpbm.so.11
2025-08-18T22:02:44.7993563Z 	libnetfilter_conntrack.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-18T22:02:44.7994042Z 	libncursesw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncursesw.so.6
2025-08-18T22:02:44.7994444Z 	libncurses.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncurses.so.6
2025-08-18T22:02:44.7994873Z 	libmysqlclient.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so.21
2025-08-18T22:02:44.7995320Z 	libmysqlclient.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so
2025-08-18T22:02:44.7995729Z 	libmvec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so.1
2025-08-18T22:02:44.7996099Z 	libmvec.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so
2025-08-18T22:02:44.7996458Z 	libmultipath.so.0 (libc6,x86-64) => /lib/libmultipath.so.0
2025-08-18T22:02:44.7996833Z 	libmspack.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmspack.so.0
2025-08-18T22:02:44.7997208Z 	libmpfr.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpfr.so.6
2025-08-18T22:02:44.7997567Z 	libmpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpc.so.3
2025-08-18T22:02:44.7997926Z 	libmpathutil.so.0 (libc6,x86-64) => /lib/libmpathutil.so.0
2025-08-18T22:02:44.7998314Z 	libmpathpersist.so.0 (libc6,x86-64) => /lib/libmpathpersist.so.0
2025-08-18T22:02:44.7998689Z 	libmpathcmd.so.0 (libc6,x86-64) => /lib/libmpathcmd.so.0
2025-08-18T22:02:44.7999050Z 	libmount.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmount.so.1
2025-08-18T22:02:44.7999415Z 	libmnl.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmnl.so.0
2025-08-18T22:02:44.7999978Z 	libmms.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmms.so.0
2025-08-18T22:02:44.8000372Z 	libmm-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmm-glib.so.0
2025-08-18T22:02:44.8000752Z 	libmlx5.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so.1
2025-08-18T22:02:44.8001107Z 	libmlx5.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so
2025-08-18T22:02:44.8001716Z 	libmlx4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so.1
2025-08-18T22:02:44.8002081Z 	libmlx4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so
2025-08-18T22:02:44.8002445Z 	libmenuw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so.6
2025-08-18T22:02:44.8002815Z 	libmenuw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so
2025-08-18T22:02:44.8003173Z 	libmenu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so.6
2025-08-18T22:02:44.8003523Z 	libmenu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so
2025-08-18T22:02:44.8003904Z 	libmemusage.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemusage.so
2025-08-18T22:02:44.8004258Z 	libmemusage.so (libc6) => /lib32/libmemusage.so
2025-08-18T22:02:44.8004625Z 	libmemcached.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemcached.so.11
2025-08-18T22:02:44.8005057Z 	libmediainfo.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmediainfo.so.0
2025-08-18T22:02:44.8005461Z 	libmecab.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmecab.so.2
2025-08-18T22:02:44.8005820Z 	libmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmd.so.0
2025-08-18T22:02:44.8006193Z 	libmbim-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmbim-glib.so.4
2025-08-18T22:02:44.8006609Z 	libmaxminddb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmaxminddb.so.0
2025-08-18T22:02:44.8007000Z 	libmana.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so.1
2025-08-18T22:02:44.8007356Z 	libmana.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so
2025-08-18T22:02:44.8007715Z 	libmagic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmagic.so.1
2025-08-18T22:02:44.8008072Z 	libm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libm.so.6
2025-08-18T22:02:44.8008507Z 	libm.so.6 (libc6) => /lib32/libm.so.6
2025-08-18T22:02:44.8008805Z 	liblz4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so.1
2025-08-18T22:02:44.8009153Z 	liblz4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so
2025-08-18T22:02:44.8009503Z 	liblzo2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzo2.so.2
2025-08-18T22:02:44.8009860Z 	liblzma.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so.5
2025-08-18T22:02:44.8010211Z 	liblzma.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so
2025-08-18T22:02:44.8010552Z 	liblz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so.1
2025-08-18T22:02:44.8010877Z 	liblz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so
2025-08-18T22:02:44.8011253Z 	liblvm2cmd.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblvm2cmd.so.2.03
2025-08-18T22:02:44.8011795Z 	liblua5.4.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4.so.0
2025-08-18T22:02:44.8012191Z 	liblua5.4-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4-c++.so.0
2025-08-18T22:02:44.8012583Z 	liblua5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3.so.0
2025-08-18T22:02:44.8012966Z 	liblua5.3-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3-c++.so.0
2025-08-18T22:02:44.8013370Z 	liblttng-ust.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust.so.1
2025-08-18T22:02:44.8013868Z 	liblttng-ust-tracepoint.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-18T22:02:44.8014481Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-18T22:02:44.8015100Z 	liblttng-ust-libc-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-18T22:02:44.8015637Z 	liblttng-ust-fork.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fork.so.1
2025-08-18T22:02:44.8016104Z 	liblttng-ust-fd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fd.so.1
2025-08-18T22:02:44.8016679Z 	liblttng-ust-dl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-dl.so.1
2025-08-18T22:02:44.8017197Z 	liblttng-ust-cyg-profile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-18T22:02:44.8017806Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-18T22:02:44.8018361Z 	liblttng-ust-ctl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-18T22:02:44.8018845Z 	liblttng-ust-common.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-common.so.1
2025-08-18T22:02:44.8019289Z 	libltdl.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libltdl.so.7
2025-08-18T22:02:44.8019650Z 	liblsan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblsan.so.0
2025-08-18T22:02:44.8020015Z 	liblqr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblqr-1.so.0
2025-08-18T22:02:44.8020375Z 	liblmdb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblmdb.so.0
2025-08-18T22:02:44.8020752Z 	liblldb-18.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so.1
2025-08-18T22:02:44.8021144Z 	liblldb-18.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so
2025-08-18T22:02:44.8021637Z 	liblldb-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so.1
2025-08-18T22:02:44.8022014Z 	liblldb-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so
2025-08-18T22:02:44.8022387Z 	liblldb-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so.1
2025-08-18T22:02:44.8022765Z 	liblldb-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so
2025-08-18T22:02:44.8023129Z 	libldap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libldap.so.2
2025-08-18T22:02:44.8023493Z 	liblcms2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblcms2.so.2
2025-08-18T22:02:44.8023854Z 	liblber.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblber.so.2
2025-08-18T22:02:44.8024239Z 	libk5crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libk5crypto.so.3
2025-08-18T22:02:44.8024635Z 	libksba.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libksba.so.8
2025-08-18T22:02:44.8025163Z 	libkrb5support.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5support.so.0
2025-08-18T22:02:44.8025571Z 	libkrb5.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5.so.3
2025-08-18T22:02:44.8025935Z 	libkmod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkmod.so.2
2025-08-18T22:02:44.8026339Z 	libkeyutils.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkeyutils.so.1
2025-08-18T22:02:44.8026748Z 	libjxrglue.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjxrglue.so.0
2025-08-18T22:02:44.8027155Z 	libjsoncpp.so.25 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjsoncpp.so.25
2025-08-18T22:02:44.8027590Z 	libjson-glib-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-glib-1.0.so.0
2025-08-18T22:02:44.8028010Z 	libjson-c.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-c.so.5
2025-08-18T22:02:44.8028372Z 	libjq.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjq.so.1
2025-08-18T22:02:44.8028741Z 	libjpegxr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpegxr.so.0
2025-08-18T22:02:44.8029125Z 	libjpeg.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpeg.so.8
2025-08-18T22:02:44.8029481Z 	libjcat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjcat.so.1
2025-08-18T22:02:44.8029866Z 	libjbig2dec.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig2dec.so.0
2025-08-18T22:02:44.8030249Z 	libjbig.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig.so.0
2025-08-18T22:02:44.8030627Z 	libjansson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjansson.so.4
2025-08-18T22:02:44.8031007Z 	libitm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libitm.so.1
2025-08-18T22:02:44.8031543Z 	libisns.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisns.so.0
2025-08-18T22:02:44.8031965Z 	libisl.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisl.so.23
2025-08-18T22:02:44.8032508Z 	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-18T22:02:44.8033344Z 	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-18T22:02:44.8034028Z 	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-18T22:02:44.8034675Z 	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-18T22:02:44.8035190Z 	libip6tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip6tc.so.2
2025-08-18T22:02:44.8035569Z 	libip4tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip4tc.so.2
2025-08-18T22:02:44.8035931Z 	libinih.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libinih.so.1
2025-08-18T22:02:44.8036300Z 	libijs-0.35.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libijs-0.35.so
2025-08-18T22:02:44.8036668Z 	libidn2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn2.so.0
2025-08-18T22:02:44.8037021Z 	libidn.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn.so.12
2025-08-18T22:02:44.8037393Z 	libicuuc.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.74
2025-08-18T22:02:44.8037774Z 	libicuuc.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.70
2025-08-18T22:02:44.8038146Z 	libicuuc.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so
2025-08-18T22:02:44.8038518Z 	libicutu.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.74
2025-08-18T22:02:44.8038898Z 	libicutu.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.70
2025-08-18T22:02:44.8039259Z 	libicutu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so
2025-08-18T22:02:44.8039643Z 	libicutest.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.74
2025-08-18T22:02:44.8040048Z 	libicutest.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.70
2025-08-18T22:02:44.8040446Z 	libicutest.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so
2025-08-18T22:02:44.8040836Z 	libicui18n.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.74
2025-08-18T22:02:44.8041236Z 	libicui18n.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.70
2025-08-18T22:02:44.8042065Z 	libicui18n.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so
2025-08-18T22:02:44.8042453Z 	libicuio.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.74
2025-08-18T22:02:44.8042832Z 	libicuio.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.70
2025-08-18T22:02:44.8043200Z 	libicuio.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so
2025-08-18T22:02:44.8043581Z 	libicudata.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.74
2025-08-18T22:02:44.8043984Z 	libicudata.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.70
2025-08-18T22:02:44.8044375Z 	libicudata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so
2025-08-18T22:02:44.8044767Z 	libibverbs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so.1
2025-08-18T22:02:44.8045158Z 	libibverbs.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so
2025-08-18T22:02:44.8045586Z 	libhwasan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhwasan.so.0
2025-08-18T22:02:44.8046017Z 	libhunspell-1.7.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhunspell-1.7.so.0
2025-08-18T22:02:44.8046445Z 	libhogweed.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhogweed.so.6
2025-08-18T22:02:44.8046838Z 	libhistory.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhistory.so.8
2025-08-18T22:02:44.8047273Z 	libhiredis_ssl.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-18T22:02:44.8047723Z 	libhiredis.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis.so.1.1.0
2025-08-18T22:02:44.8048128Z 	libhgfs.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhgfs.so.0
2025-08-18T22:02:44.8048488Z 	libheif.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libheif.so.1
2025-08-18T22:02:44.8048860Z 	libhavege.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhavege.so.2
2025-08-18T22:02:44.8049250Z 	libhashkit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhashkit.so.2
2025-08-18T22:02:44.8049780Z 	libharfbuzz.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libharfbuzz.so.0
2025-08-18T22:02:44.8050187Z 	libhandle.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhandle.so.1
2025-08-18T22:02:44.8050559Z 	libgusb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgusb.so.2
2025-08-18T22:02:44.8050939Z 	libguestlib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestlib.so.0
2025-08-18T22:02:44.8051516Z 	libguestStoreClient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestStoreClient.so.0
2025-08-18T22:02:44.8051985Z 	libgudev-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgudev-1.0.so.0
2025-08-18T22:02:44.8052375Z 	libgtk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgtk-3.so.0
2025-08-18T22:02:44.8052774Z 	libgthread-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgthread-2.0.so.0
2025-08-18T22:02:44.8053220Z 	libgstreamer-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstreamer-1.0.so.0
2025-08-18T22:02:44.8053659Z 	libgstnet-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstnet-1.0.so.0
2025-08-18T22:02:44.8054133Z 	libgstcontroller-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-18T22:02:44.8054617Z 	libgstcheck-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcheck-1.0.so.0
2025-08-18T22:02:44.8055055Z 	libgstbase-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstbase-1.0.so.0
2025-08-18T22:02:44.8055485Z 	libgssapi_krb5.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgssapi_krb5.so.2
2025-08-18T22:02:44.8055881Z 	libgs.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgs.so.10
2025-08-18T22:02:44.8056272Z 	libgraphite2.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgraphite2.so.3
2025-08-18T22:02:44.8056684Z 	libgprofng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgprofng.so.0
2025-08-18T22:02:44.8057075Z 	libgpm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpm.so.2
2025-08-18T22:02:44.8057445Z 	libgpgme.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpgme.so.11
2025-08-18T22:02:44.8057851Z 	libgpg-error.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpg-error.so.0
2025-08-18T22:02:44.8058374Z 	libgomp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgomp.so.1
2025-08-18T22:02:44.8058772Z 	libgobject-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgobject-2.0.so.0
2025-08-18T22:02:44.8059183Z 	libgnutls.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgnutls.so.30
2025-08-18T22:02:44.8059569Z 	libgmpxx.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so.4
2025-08-18T22:02:44.8059941Z 	libgmpxx.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so
2025-08-18T22:02:44.8060304Z 	libgmp.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so.10
2025-08-18T22:02:44.8060653Z 	libgmp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so
2025-08-18T22:02:44.8061037Z 	libgmodule-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmodule-2.0.so.0
2025-08-18T22:02:44.8061561Z 	libglib-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libglib-2.0.so.0
2025-08-18T22:02:44.8062049Z 	libgirepository-1.0.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgirepository-1.0.so.1
2025-08-18T22:02:44.8062503Z 	libgio-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgio-2.0.so.0
2025-08-18T22:02:44.8062896Z 	libgfortran.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgfortran.so.5
2025-08-18T22:02:44.8063327Z 	libgdk_pixbuf-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-18T22:02:44.8063743Z 	libgdk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk-3.so.0
2025-08-18T22:02:44.8064141Z 	libgdbm_compat.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm_compat.so.4
2025-08-18T22:02:44.8064538Z 	libgdbm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm.so.6
2025-08-18T22:02:44.8064890Z 	libgd.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgd.so.3
2025-08-18T22:02:44.8065247Z 	libgctba.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgctba.so.1
2025-08-18T22:02:44.8065633Z 	libgcrypt.so.20 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcrypt.so.20
2025-08-18T22:02:44.8066025Z 	libgccpp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgccpp.so.1
2025-08-18T22:02:44.8066516Z 	libgcc_s.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcc_s.so.1
2025-08-18T22:02:44.8066846Z 	libgcc_s.so.1 (libc6) => /lib32/libgcc_s.so.1
2025-08-18T22:02:44.8067153Z 	libgc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgc.so.1
2025-08-18T22:02:44.8067500Z 	libgbm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgbm.so.1
2025-08-18T22:02:44.8067995Z 	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-18T22:02:44.8068511Z 	libfwupd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfwupd.so.2
2025-08-18T22:02:44.8068877Z 	libfuse3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfuse3.so.3
2025-08-18T22:02:44.8069242Z 	libftdi1.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libftdi1.so.2
2025-08-18T22:02:44.8069629Z 	libfsverity.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfsverity.so.0
2025-08-18T22:02:44.8070035Z 	libfribidi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfribidi.so.0
2025-08-18T22:02:44.8070445Z 	libfreetype.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreetype.so.6
2025-08-18T22:02:44.8070848Z 	libfreebl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreebl3.so
2025-08-18T22:02:44.8071250Z 	libfreeblpriv3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreeblpriv3.so
2025-08-18T22:02:44.8071877Z 	libformw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so.6
2025-08-18T22:02:44.8072248Z 	libformw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so
2025-08-18T22:02:44.8072610Z 	libform.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so.6
2025-08-18T22:02:44.8072968Z 	libform.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so
2025-08-18T22:02:44.8073339Z 	libfontenc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontenc.so.1
2025-08-18T22:02:44.8073760Z 	libfontconfig.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontconfig.so.1
2025-08-18T22:02:44.8074181Z 	libflashrom.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libflashrom.so.1
2025-08-18T22:02:44.8074576Z 	libfido2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfido2.so.1
2025-08-18T22:02:44.8075166Z 	libfftw3_threads.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_threads.so.3
2025-08-18T22:02:44.8075596Z 	libfftw3_omp.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_omp.so.3
2025-08-18T22:02:44.8075983Z 	libfftw3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3.so.3
2025-08-18T22:02:44.8076341Z 	libffi.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so.8
2025-08-18T22:02:44.8076689Z 	libffi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so
2025-08-18T22:02:44.8077037Z 	libfdisk.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfdisk.so.1
2025-08-18T22:02:44.8077401Z 	libfcgi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi.so.0
2025-08-18T22:02:44.8077770Z 	libfcgi++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi++.so.0
2025-08-18T22:02:44.8078160Z 	libfbclient.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfbclient.so.2
2025-08-18T22:02:44.8078574Z 	libfastjson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfastjson.so.4
2025-08-18T22:02:44.8079033Z 	libfakeroot-0.so (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-18T22:02:44.8079466Z 	libe2p.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libe2p.so.2
2025-08-18T22:02:44.8079837Z 	libext2fs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libext2fs.so.2
2025-08-18T22:02:44.8080212Z 	libexslt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexslt.so.0
2025-08-18T22:02:44.8080595Z 	libexpatw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so.1
2025-08-18T22:02:44.8080982Z 	libexpatw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so
2025-08-18T22:02:44.8081506Z 	libexpat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so.1
2025-08-18T22:02:44.8081983Z 	libexpat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so
2025-08-18T22:02:44.8082423Z 	libevent_pthreads-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-18T22:02:44.8083043Z 	libevent_core-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_core-2.1.so.7
2025-08-18T22:02:44.8083487Z 	libevdev.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevdev.so.2
2025-08-18T22:02:44.8083852Z 	libestr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libestr.so.0
2025-08-18T22:02:44.8084226Z 	libepoxy.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libepoxy.so.0
2025-08-18T22:02:44.8084623Z 	libenchant-2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libenchant-2.so.2
2025-08-18T22:02:44.8085010Z 	libelf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libelf.so.1
2025-08-18T22:02:44.8085382Z 	libefivar.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefivar.so.1
2025-08-18T22:02:44.8085773Z 	libefiboot.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefiboot.so.1
2025-08-18T22:02:44.8086150Z 	libefa.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so.1
2025-08-18T22:02:44.8086500Z 	libefa.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so
2025-08-18T22:02:44.8086846Z 	libedit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libedit.so.2
2025-08-18T22:02:44.8087248Z 	libeatmydata.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so.1
2025-08-18T22:02:44.8087667Z 	libeatmydata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so
2025-08-18T22:02:44.8088042Z 	libdw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdw.so.1
2025-08-18T22:02:44.8088424Z 	libduktape.so.207 (libc6,x86-64) => /lib/x86_64-linux-gnu/libduktape.so.207
2025-08-18T22:02:44.8088859Z 	libdrop_ambient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrop_ambient.so.0
2025-08-18T22:02:44.8089284Z 	libdrm_intel.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_intel.so.1
2025-08-18T22:02:44.8089692Z 	libdrm_amdgpu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_amdgpu.so.1
2025-08-18T22:02:44.8090077Z 	libdrm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm.so.2
2025-08-18T22:02:44.8090587Z 	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-18T22:02:44.8091097Z 	libdl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdl.so.2
2025-08-18T22:02:44.8091701Z 	libdl.so.2 (libc6) => /lib32/libdl.so.2
2025-08-18T22:02:44.8092042Z 	libdjvulibre.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdjvulibre.so.21
2025-08-18T22:02:44.8092444Z 	libde265.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libde265.so.0
2025-08-18T22:02:44.8092858Z 	libdevmapper.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper.so.1.02.1
2025-08-18T22:02:44.8093369Z 	libdevmapper-event.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-18T22:02:44.8094344Z 	libdevmapper-event-lvm2vdo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-18T22:02:44.8094955Z 	libdevmapper-event-lvm2thin.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-18T22:02:44.8095594Z 	libdevmapper-event-lvm2snapshot.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-18T22:02:44.8096244Z 	libdevmapper-event-lvm2raid.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-18T22:02:44.8096875Z 	libdevmapper-event-lvm2mirror.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-18T22:02:44.8097489Z 	libdevmapper-event-lvm2.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-18T22:02:44.8098064Z 	libdevmapper-event-lvm2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-18T22:02:44.8098548Z 	libdeflate.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdeflate.so.0
2025-08-18T22:02:44.8099006Z 	libdebconfclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdebconfclient.so.0
2025-08-18T22:02:44.8099447Z 	libdconf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdconf.so.1
2025-08-18T22:02:44.8099871Z 	libdbusmenu-gtk3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-18T22:02:44.8100340Z 	libdbusmenu-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-glib.so.4
2025-08-18T22:02:44.8100908Z 	libdbus-1.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so.3
2025-08-18T22:02:44.8101303Z 	libdbus-1.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so
2025-08-18T22:02:44.8101810Z 	libdb-5.3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdb-5.3.so
2025-08-18T22:02:44.8102182Z 	libdatrie.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdatrie.so.1
2025-08-18T22:02:44.8102555Z 	libcurl.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl.so.4
2025-08-18T22:02:44.8102959Z 	libcurl-gnutls.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl-gnutls.so.4
2025-08-18T22:02:44.8103370Z 	libcups.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcups.so.2
2025-08-18T22:02:44.8103726Z 	libctf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf.so.0
2025-08-18T22:02:44.8104113Z 	libctf-nobfd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd.so.0
2025-08-18T22:02:44.8104572Z 	libctf-nobfd-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so.0
2025-08-18T22:02:44.8105061Z 	libctf-nobfd-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so
2025-08-18T22:02:44.8105544Z 	libctf-nobfd-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-18T22:02:44.8106018Z 	libctf-nobfd-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so
2025-08-18T22:02:44.8106493Z 	libctf-nobfd-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-18T22:02:44.8106966Z 	libctf-nobfd-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so
2025-08-18T22:02:44.8107404Z 	libctf-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so.0
2025-08-18T22:02:44.8107816Z 	libctf-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so
2025-08-18T22:02:44.8108224Z 	libctf-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so.0
2025-08-18T22:02:44.8108631Z 	libctf-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so
2025-08-18T22:02:44.8109047Z 	libctf-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so.0
2025-08-18T22:02:44.8109580Z 	libctf-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so
2025-08-18T22:02:44.8110008Z 	libcryptsetup.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcryptsetup.so.12
2025-08-18T22:02:44.8110432Z 	libcrypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so.3
2025-08-18T22:02:44.8110812Z 	libcrypto.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so
2025-08-18T22:02:44.8111193Z 	libcrypt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so.1
2025-08-18T22:02:44.8111789Z 	libcrypt.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so
2025-08-18T22:02:44.8112167Z 	libcom_err.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcom_err.so.2
2025-08-18T22:02:44.8112600Z 	libcolordprivate.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolordprivate.so.2
2025-08-18T22:02:44.8113032Z 	libcolord.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolord.so.2
2025-08-18T22:02:44.8113436Z 	libclang-18.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-18.so.18
2025-08-18T22:02:44.8113845Z 	libclang-17.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-17.so.17
2025-08-18T22:02:44.8114266Z 	libclang-16.so.16.0.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-16.so.16.0.6
2025-08-18T22:02:44.8114710Z 	libclang-cpp.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.18.1
2025-08-18T22:02:44.8115152Z 	libclang-cpp.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.17
2025-08-18T22:02:44.8115578Z 	libclang-cpp.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.16
2025-08-18T22:02:44.8115968Z 	libcc1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcc1.so.0
2025-08-18T22:02:44.8116341Z 	libcbor.so.0.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcbor.so.0.10
2025-08-18T22:02:44.8116725Z 	libcares.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcares.so.2
2025-08-18T22:02:44.8117095Z 	libcap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap.so.2
2025-08-18T22:02:44.8117592Z 	libcap-ng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap-ng.so.0
2025-08-18T22:02:44.8117999Z 	libcanberra.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcanberra.so.0
2025-08-18T22:02:44.8118390Z 	libcairo.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo.so.2
2025-08-18T22:02:44.8118809Z 	libcairo-gobject.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo-gobject.so.2
2025-08-18T22:02:44.8119273Z 	libc_malloc_debug.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so.0
2025-08-18T22:02:44.8119685Z 	libc_malloc_debug.so.0 (libc6) => /lib32/libc_malloc_debug.so.0
2025-08-18T22:02:44.8120085Z 	libc_malloc_debug.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so
2025-08-18T22:02:44.8120475Z 	libc.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc.so.6
2025-08-18T22:02:44.8120772Z 	libc.so.6 (libc6) => /lib32/libc.so.6
2025-08-18T22:02:44.8121088Z 	libc-client.so.2007e (libc6,x86-64) => /lib/libc-client.so.2007e
2025-08-18T22:02:44.8121730Z 	libbz2.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbz2.so.1.0
2025-08-18T22:02:44.8122137Z 	libbytesize.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbytesize.so.1
2025-08-18T22:02:44.8122526Z 	libbsd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbsd.so.0
2025-08-18T22:02:44.8122915Z 	libbrotlienc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlienc.so.1
2025-08-18T22:02:44.8123338Z 	libbrotlidec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlidec.so.1
2025-08-18T22:02:44.8123780Z 	libbrotlicommon.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlicommon.so.1
2025-08-18T22:02:44.8124192Z 	libbpf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbpf.so.1
2025-08-18T22:02:44.8124580Z 	libblockdev.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblockdev.so.3
2025-08-18T22:02:44.8124976Z 	libblkid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblkid.so.1
2025-08-18T22:02:44.8125521Z 	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-18T22:02:44.8126102Z 	libbfd-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-system.so
2025-08-18T22:02:44.8126687Z 	libbfd-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-arm64.so
2025-08-18T22:02:44.8127125Z 	libbfd-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armhf.so
2025-08-18T22:02:44.8127551Z 	libbfd-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armel.so
2025-08-18T22:02:44.8127965Z 	libbd_utils.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_utils.so.3
2025-08-18T22:02:44.8128358Z 	libbd_swap.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_swap.so.3
2025-08-18T22:02:44.8128741Z 	libbd_part.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_part.so.3
2025-08-18T22:02:44.8129117Z 	libbd_nvme.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_nvme.so.3
2025-08-18T22:02:44.8129511Z 	libbd_mdraid.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_mdraid.so.3
2025-08-18T22:02:44.8129922Z 	libbd_loop.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_loop.so.3
2025-08-18T22:02:44.8130309Z 	libbd_fs.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_fs.so.3
2025-08-18T22:02:44.8130701Z 	libbd_crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_crypto.so.3
2025-08-18T22:02:44.8131122Z 	libbcc_bpf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc_bpf.so.0
2025-08-18T22:02:44.8131623Z 	libbcc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc.so.0
2025-08-18T22:02:44.8132032Z 	libavahi-common.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-common.so.3
2025-08-18T22:02:44.8132490Z 	libavahi-client.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-client.so.3
2025-08-18T22:02:44.8132912Z 	libaudit.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaudit.so.1
2025-08-18T22:02:44.8133284Z 	libattr.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libattr.so.1
2025-08-18T22:02:44.8133661Z 	libatspi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatspi.so.0
2025-08-18T22:02:44.8134164Z 	libatomic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatomic.so.1
2025-08-18T22:02:44.8134551Z 	libatm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatm.so.1
2025-08-18T22:02:44.8134920Z 	libatk-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-1.0.so.0
2025-08-18T22:02:44.8135348Z 	libatk-bridge-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-18T22:02:44.8135794Z 	libatasmart.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatasmart.so.4
2025-08-18T22:02:44.8136196Z 	libassuan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libassuan.so.0
2025-08-18T22:02:44.8136590Z 	libaspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaspell.so.15
2025-08-18T22:02:44.8136987Z 	libasound.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasound.so.2
2025-08-18T22:02:44.8137364Z 	libasan.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasan.so.8
2025-08-18T22:02:44.8137731Z 	libaria2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaria2.so.0
2025-08-18T22:02:44.8138112Z 	libargon2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libargon2.so.1
2025-08-18T22:02:44.8138513Z 	libarchive.so.13 (libc6,x86-64) => /lib/x86_64-linux-gnu/libarchive.so.13
2025-08-18T22:02:44.8138957Z 	libapt-private.so.0.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-private.so.0.0
2025-08-18T22:02:44.8139406Z 	libapt-pkg.so.6.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-pkg.so.6.0
2025-08-18T22:02:44.8139830Z 	libaprutil-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaprutil-1.so.0
2025-08-18T22:02:44.8140228Z 	libapr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapr-1.so.0
2025-08-18T22:02:44.8140626Z 	libappstream.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libappstream.so.5
2025-08-18T22:02:44.8141045Z 	libapparmor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapparmor.so.1
2025-08-18T22:02:44.8141572Z 	libaom.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaom.so.3
2025-08-18T22:02:44.8141931Z 	libanl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so.1
2025-08-18T22:02:44.8142246Z 	libanl.so.1 (libc6) => /lib32/libanl.so.1
2025-08-18T22:02:44.8142559Z 	libanl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so
2025-08-18T22:02:44.8143057Z 	libaio.so.1t64 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaio.so.1t64
2025-08-18T22:02:44.8143427Z 	libacl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libacl.so.1
2025-08-18T22:02:44.8143773Z 	libX11.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11.so.6
2025-08-18T22:02:44.8144143Z 	libX11-xcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11-xcb.so.1
2025-08-18T22:02:44.8144538Z 	libXxf86vm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXxf86vm.so.1
2025-08-18T22:02:44.8144922Z 	libXtst.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXtst.so.6
2025-08-18T22:02:44.8145283Z 	libXt.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXt.so.6
2025-08-18T22:02:44.8145631Z 	libXss.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXss.so.1
2025-08-18T22:02:44.8146006Z 	libXrender.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrender.so.1
2025-08-18T22:02:44.8146404Z 	libXrandr.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrandr.so.2
2025-08-18T22:02:44.8146779Z 	libXpm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXpm.so.4
2025-08-18T22:02:44.8147146Z 	libXmuu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmuu.so.1
2025-08-18T22:02:44.8147502Z 	libXmu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmu.so.6
2025-08-18T22:02:44.8147880Z 	libXinerama.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXinerama.so.1
2025-08-18T22:02:44.8148254Z 	libXi.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXi.so.6
2025-08-18T22:02:44.8148596Z 	libXft.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXft.so.2
2025-08-18T22:02:44.8148965Z 	libXfont2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfont2.so.2
2025-08-18T22:02:44.8149349Z 	libXfixes.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfixes.so.3
2025-08-18T22:02:44.8149721Z 	libXext.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXext.so.6
2025-08-18T22:02:44.8150091Z 	libXdmcp.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so.6
2025-08-18T22:02:44.8150588Z 	libXdmcp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so
2025-08-18T22:02:44.8150980Z 	libXdamage.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdamage.so.1
2025-08-18T22:02:44.8151640Z 	libXcursor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcursor.so.1
2025-08-18T22:02:44.8152074Z 	libXcomposite.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcomposite.so.1
2025-08-18T22:02:44.8152477Z 	libXaw.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXaw.so.7
2025-08-18T22:02:44.8152827Z 	libXau.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so.6
2025-08-18T22:02:44.8153172Z 	libXau.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so
2025-08-18T22:02:44.8153513Z 	libSM.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libSM.so.6
2025-08-18T22:02:44.8153930Z 	libOpenEXRUtil-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-18T22:02:44.8154425Z 	libOpenEXRCore-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-18T22:02:44.8154895Z 	libOpenEXR-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-18T22:02:44.8155368Z 	libMagickWand-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-18T22:02:44.8155856Z 	libMagickCore-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-18T22:02:44.8156285Z 	libLerc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLerc.so.4
2025-08-18T22:02:44.8156664Z 	libLLVM.so.19.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.19.1
2025-08-18T22:02:44.8157051Z 	libLLVM.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.18.1
2025-08-18T22:02:44.8157439Z 	libLLVM-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so.1
2025-08-18T22:02:44.8157828Z 	libLLVM-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so
2025-08-18T22:02:44.8158208Z 	libLLVM-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so.1
2025-08-18T22:02:44.8158586Z 	libLLVM-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so
2025-08-18T22:02:44.8158958Z 	libJudy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libJudy.so.1
2025-08-18T22:02:44.8159498Z 	libImath-3_1.so.29 (libc6,x86-64) => /lib/x86_64-linux-gnu/libImath-3_1.so.29
2025-08-18T22:02:44.8159936Z 	libIlmThread-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIlmThread-3_1.so.30
2025-08-18T22:02:44.8160360Z 	libIex-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIex-3_1.so.30
2025-08-18T22:02:44.8160735Z 	libICE.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libICE.so.6
2025-08-18T22:02:44.8161288Z 	libGLdispatch.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLdispatch.so.0
2025-08-18T22:02:44.8161976Z 	libGLX_mesa.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX_mesa.so.0
2025-08-18T22:02:44.8162358Z 	libGLX.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX.so.0
2025-08-18T22:02:44.8162709Z 	libGL.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGL.so.1
2025-08-18T22:02:44.8163095Z 	libDeployPkg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libDeployPkg.so.0
2025-08-18T22:02:44.8163555Z 	libBrokenLocale.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so.1
2025-08-18T22:02:44.8163984Z 	libBrokenLocale.so.1 (libc6) => /lib32/libBrokenLocale.so.1
2025-08-18T22:02:44.8164392Z 	libBrokenLocale.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so
2025-08-18T22:02:44.8164795Z 	ld-musl-x86_64.so.1 (libc6,x86-64) => /lib/ld-musl-x86_64.so.1
2025-08-18T22:02:44.8165114Z 	ld-linux.so.2 (libc6) => /lib32/ld-linux.so.2
2025-08-18T22:02:44.8165392Z 	ld-linux.so.2 (libc6) => /lib/ld-linux.so.2
2025-08-18T22:02:44.8165740Z 	ld-linux-x86-64.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
2025-08-18T22:02:44.8166216Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.5) stable release version 2.39
2025-08-18T22:02:44.8166524Z 
2025-08-18T22:02:44.8166528Z 
2025-08-18T22:02:44.8166904Z  [+] Finished Initializing Linux pkrvmubgrv54qmi 6.11.0-1018-azure x86_64 :: at Monday, 2025-08-18 (10:02:44 PM)
2025-08-18T22:02:44.8167274Z 
2025-08-18T22:02:44.8167425Z 
2025-08-18T22:02:44.8167434Z 
2025-08-18T22:02:44.8167513Z [+] Continue : YES
2025-08-18T22:02:44.8167634Z 
2025-08-18T22:02:44.8167874Z [+] ulimit -n (open file descriptors) :: [Soft --> 65536] [Hard --> 65536] [Total --> 9223372036854775807]
2025-08-18T22:02:44.8594409Z 
2025-08-18T22:02:44.8594825Z ==> [+] Started Building at :: Monday, 2025-08-18 (10:02:44 PM) UTC
2025-08-18T22:02:44.8595250Z 
2025-08-18T22:02:44.8613739Z 
2025-08-18T22:02:44.8613930Z [+] Total RECIPES :: 1
2025-08-18T22:02:44.8614165Z 
2025-08-18T22:02:44.8692215Z 
2025-08-18T22:02:44.8692789Z [+] Fetching : https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/tailspin/static.official.source.yaml (1/1)
2025-08-18T22:02:44.8693331Z 
2025-08-18T22:02:44.9148187Z ==> https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/tailspin/static.official.source.yaml
2025-08-18T22:02:44.9159337Z mode of '/tmp/pkgforge/ledEGqx82_build.yaml' changed from 0600 (rw-------) to 0755 (rwxr-xr-x)
2025-08-18T22:02:44.9209813Z [+] Setting '.ghcr_pkg' --> ghcr.io/pkgforge/bincache/tailspin/official [Provided]
2025-08-18T22:02:44.9210575Z [+] Setting '.pkg_family' --> tailspin [Provided]
2025-08-18T22:02:44.9223410Z [00:00:00.000]➜  [+] SBUILD Functions Version: 1.7.1
2025-08-18T22:02:44.9229561Z [00:00:00.000]➜  [+] HOST: Linux pkrvmubgrv54qmi 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-18T22:02:44.9259960Z [00:00:00.003]➜  
2025-08-18T22:02:44.9260740Z [00:00:00.003]➜  [+] INFO: Adding --platform="linux/amd64" to 'docker run' ==> /tmp/pkgforge/ledEGqx82_build.yaml
2025-08-18T22:02:44.9261210Z [00:00:00.003]➜  
2025-08-18T22:02:44.9303831Z [00:00:00.008]➜  
2025-08-18T22:02:44.9304580Z [00:00:00.008]➜  [+] INFO: Fixing Docker Tag ':$(uname -m)' to ':x86_64' ==> /tmp/pkgforge/ledEGqx82_build.yaml
2025-08-18T22:02:44.9305040Z [00:00:00.008]➜  
2025-08-18T22:02:44.9385921Z [00:00:00.016]➜  
2025-08-18T22:02:44.9387368Z [00:00:00.016]➜  [+] Building (https://github.com/pkgforge/soarpkgs/blob/main/binaries/tailspin/static.official.source.yaml) --> /tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR [Monday, 2025-08-18 (10:02:44 PM) UTC]
2025-08-18T22:02:44.9388509Z [00:00:00.016]➜  
2025-08-18T22:02:44.9388725Z [00:00:00.016]➜  
2025-08-18T22:02:44.9388926Z [00:00:00.016]➜  
2025-08-18T22:02:44.9389221Z [00:00:00.016]➜  ###################################################################
2025-08-18T22:02:44.9396845Z [00:00:00.017]➜  #!/SBUILD ver @v1.0.0
2025-08-18T22:02:44.9398917Z [00:00:00.017]➜  #SELF: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/tailspin/static.official.source.yaml
2025-08-18T22:02:44.9400036Z [00:00:00.017]➜  _disabled: false
2025-08-18T22:02:44.9400487Z [00:00:00.017]➜  
2025-08-18T22:02:44.9400878Z [00:00:00.017]➜  pkg: "tailspin"
2025-08-18T22:02:44.9401627Z [00:00:00.017]➜  pkg_id: "github.com.bensadeh.tailspin"
2025-08-18T22:02:44.9402230Z [00:00:00.017]➜  pkg_type: "static"
2025-08-18T22:02:44.9402718Z [00:00:00.017]➜  category:
2025-08-18T22:02:44.9403601Z [00:00:00.017]➜    - "ConsoleOnly"
2025-08-18T22:02:44.9404110Z [00:00:00.017]➜    - "Utility"
2025-08-18T22:02:44.9404852Z [00:00:00.017]➜  description: "A log file highlighter and a drop-in replacement for tail -f"
2025-08-18T22:02:44.9405611Z [00:00:00.017]➜  distro_pkg:
2025-08-18T22:02:44.9406041Z [00:00:00.017]➜    alpine:
2025-08-18T22:02:44.9406572Z [00:00:00.017]➜      - "tailspin"
2025-08-18T22:02:44.9407051Z [00:00:00.017]➜    archlinux:
2025-08-18T22:02:44.9407500Z [00:00:00.017]➜      extra:
2025-08-18T22:02:44.9407964Z [00:00:00.017]➜        - "tailspin"
2025-08-18T22:02:44.9408438Z [00:00:00.017]➜    debian:
2025-08-18T22:02:44.9408880Z [00:00:00.017]➜      - "tailspin"
2025-08-18T22:02:44.9409344Z [00:00:00.017]➜    nixpkgs:
2025-08-18T22:02:44.9409804Z [00:00:00.017]➜      - "tailspin"
2025-08-18T22:02:44.9410267Z [00:00:00.017]➜  homepage:
2025-08-18T22:02:44.9410816Z [00:00:00.017]➜    - "https://github.com/bensadeh/tailspin"
2025-08-18T22:02:44.9412278Z [00:00:00.017]➜  license:
2025-08-18T22:02:44.9412835Z [00:00:00.017]➜    - "MIT"  
2025-08-18T22:02:44.9413288Z [00:00:00.017]➜  maintainer:
2025-08-18T22:02:44.9413902Z [00:00:00.017]➜    - "Azathothas (https://github.com/Azathothas)"
2025-08-18T22:02:44.9414502Z [00:00:00.017]➜  note:
2025-08-18T22:02:44.9415041Z [00:00:00.017]➜    - "[DO NOT RUN] (Meant for pkgforge CI Only)"
2025-08-18T22:02:44.9416061Z [00:00:00.017]➜    - "Built From Source (Latest Git HEAD). Check/Report @ https://github.com/bensadeh/tailspin"  
2025-08-18T22:02:44.9416903Z [00:00:00.017]➜  provides:
2025-08-18T22:02:44.9417375Z [00:00:00.017]➜    - "tspin"
2025-08-18T22:02:44.9417847Z [00:00:00.017]➜    - "tailspin"
2025-08-18T22:02:44.9418281Z [00:00:00.017]➜  repology:
2025-08-18T22:02:44.9418694Z [00:00:00.017]➜    - "tailspin"
2025-08-18T22:02:44.9419115Z [00:00:00.017]➜  src_url:
2025-08-18T22:02:44.9419488Z [00:00:00.017]➜    - "https://github.com/bensadeh/tailspin"
2025-08-18T22:02:44.9419848Z [00:00:00.017]➜  tag:
2025-08-18T22:02:44.9420093Z [00:00:00.017]➜    - "log"
2025-08-18T22:02:44.9420332Z [00:00:00.017]➜    - "logfile"
2025-08-18T22:02:44.9420574Z [00:00:00.017]➜    - "tail"
2025-08-18T22:02:44.9420805Z [00:00:00.017]➜  x_exec:
2025-08-18T22:02:44.9421069Z [00:00:00.017]➜    bsys: "docker://rust"
2025-08-18T22:02:44.9421350Z [00:00:00.017]➜    host:
2025-08-18T22:02:44.9421845Z [00:00:00.017]➜      - "aarch64-Linux"
2025-08-18T22:02:44.9422136Z [00:00:00.017]➜      - "x86_64-Linux"
2025-08-18T22:02:44.9422409Z [00:00:00.017]➜    shell: "bash"
2025-08-18T22:02:44.9422666Z [00:00:00.017]➜    pkgver: |
2025-08-18T22:02:44.9422962Z [00:00:00.017]➜      pushd "$(mktemp -d)" &>/dev/null && \
2025-08-18T22:02:44.9423721Z [00:00:00.017]➜      git clone --depth="1" --filter="blob:none" --no-checkout --single-branch --quiet "https://github.com/bensadeh/tailspin" "./TEMPREPO" &>/dev/null && \
2025-08-18T22:02:44.9424629Z [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-18T22:02:44.9425513Z [00:00:00.017]➜      [ -d "$(realpath .)/TEMPREPO" ] && rm -rf "$(realpath .)" &>/dev/null && popd &>/dev/null
2025-08-18T22:02:44.9425909Z [00:00:00.017]➜    run: |
2025-08-18T22:02:44.9426144Z [00:00:00.017]➜      #Build
2025-08-18T22:02:44.9426772Z [00:00:00.017]➜       mkdir -pv "${SBUILD_TMPDIR}/tmp" && docker run --platform="linux/amd64" --privileged --net="host" --name "alpine-builder" --pull="always" \
2025-08-18T22:02:44.9427525Z [00:00:00.017]➜       -e "PKG=${PKG}" -e "PKG_ID=${PKG_ID}" -e "PKG_TYPE=${PKG_TYPE}" -e "PKG_VER=${PKG_VER}" \
2025-08-18T22:02:44.9428586Z [00:00:00.017]➜       -e "PKGVER=${PKGVER}" -e "SBUILD_PKG=${SBUILD_PKG}" -e "SBUILD_PKGVER=${SBUILD_PKGVER}" \
2025-08-18T22:02:44.9429459Z [00:00:00.017]➜       --volume "${SBUILD_TMPDIR}/tmp:/tmp:rw" \
2025-08-18T22:02:44.9430216Z [00:00:00.017]➜       "ghcr.io/pkgforge/devscripts/alpine-builder:x86_64" \
2025-08-18T22:02:44.9430888Z [00:00:00.017]➜        bash -l -c '
2025-08-18T22:02:44.9431550Z [00:00:00.017]➜        #Setup ENV
2025-08-18T22:02:44.9432218Z [00:00:00.017]➜         set -x ; mkdir -p "/build-bins" && pushd "$(mktemp -d)" &>/dev/null
2025-08-18T22:02:44.9433056Z [00:00:00.017]➜         [[ -s "${HOME}/.cargo/env" ]] && source "${HOME}/.cargo/env"
2025-08-18T22:02:44.9433816Z [00:00:00.017]➜         if [[ "$(uname -m | tr -d '[:space:]')" == "riscv64" ]]; then
2025-08-18T22:02:44.9435000Z [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-18T22:02:44.9436020Z [00:00:00.017]➜           if [[ -n "${RUST_TARGET//[[:space:]]/}" ]]; then
2025-08-18T22:02:44.9436637Z [00:00:00.017]➜             export RUST_TARGET
2025-08-18T22:02:44.9437160Z [00:00:00.017]➜           else
2025-08-18T22:02:44.9437641Z [00:00:00.017]➜             rustc -Vv ; exit 1
2025-08-18T22:02:44.9438120Z [00:00:00.017]➜           fi
2025-08-18T22:02:44.9438832Z [00:00:00.017]➜         else
2025-08-18T22:02:44.9439500Z [00:00:00.017]➜           export RUST_TARGET="$(uname -m)-unknown-linux-musl"
2025-08-18T22:02:44.9440245Z [00:00:00.017]➜           rustup target add "${RUST_TARGET}"
2025-08-18T22:02:44.9440792Z [00:00:00.017]➜         fi
2025-08-18T22:02:44.9441248Z [00:00:00.017]➜         RUST_FLAGS=()
2025-08-18T22:02:44.9442085Z [00:00:00.017]➜         RUST_FLAGS+=("-C target-feature=+crt-static")
2025-08-18T22:02:44.9442851Z [00:00:00.017]➜         RUST_FLAGS+=("-C default-linker-libraries=yes")
2025-08-18T22:02:44.9443655Z [00:00:00.017]➜         if echo "${RUST_TARGET}" | grep -Eqiv "alpine|gnu"; then
2025-08-18T22:02:44.9444415Z [00:00:00.017]➜           RUST_FLAGS+=("-C link-self-contained=yes")
2025-08-18T22:02:44.9444988Z [00:00:00.017]➜         fi
2025-08-18T22:02:44.9445515Z [00:00:00.017]➜         RUST_FLAGS+=("-C prefer-dynamic=no")
2025-08-18T22:02:44.9446174Z [00:00:00.017]➜         RUST_FLAGS+=("-C embed-bitcode=yes")
2025-08-18T22:02:44.9446811Z [00:00:00.017]➜         RUST_FLAGS+=("-C lto=yes")
2025-08-18T22:02:44.9447443Z [00:00:00.017]➜         RUST_FLAGS+=("-C opt-level=z")
2025-08-18T22:02:44.9448114Z [00:00:00.017]➜         RUST_FLAGS+=("-C debuginfo=none")
2025-08-18T22:02:44.9448763Z [00:00:00.017]➜         RUST_FLAGS+=("-C strip=symbols")
2025-08-18T22:02:44.9449386Z [00:00:00.017]➜         RUST_FLAGS+=("-C linker=clang")
2025-08-18T22:02:44.9450104Z [00:00:00.017]➜         RUST_FLAGS+=("-C link-arg=-fuse-ld=$(which mold)")
2025-08-18T22:02:44.9450832Z [00:00:00.017]➜         RUST_FLAGS+=("-C link-arg=-Wl,--Bstatic")
2025-08-18T22:02:44.9451818Z [00:00:00.017]➜         RUST_FLAGS+=("-C link-arg=-Wl,--static")
2025-08-18T22:02:44.9452500Z [00:00:00.017]➜         RUST_FLAGS+=("-C link-arg=-Wl,-S")
2025-08-18T22:02:44.9453190Z [00:00:00.017]➜         RUST_FLAGS+=("-C link-arg=-Wl,--build-id=none")
2025-08-18T22:02:44.9453899Z [00:00:00.017]➜         export RUSTFLAGS="${RUST_FLAGS[*]}"
2025-08-18T22:02:44.9454457Z [00:00:00.017]➜        #Build
2025-08-18T22:02:44.9455705Z [00:00:00.017]➜         git clone --filter "blob:none" --quiet "https://github.com/bensadeh/tailspin" "./TEMPREPO" && cd "./TEMPREPO/"
2025-08-18T22:02:44.9456733Z [00:00:00.017]➜         echo -e "\n[+] Target: ${RUST_TARGET}"
2025-08-18T22:02:44.9457394Z [00:00:00.017]➜         echo -e "[+] Flags: ${RUSTFLAGS}\n"
2025-08-18T22:02:44.9458604Z [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-18T22:02:44.9459711Z [00:00:00.017]➜         rm -rvf "./.cargo" rust-toolchain* 2>/dev/null
2025-08-18T22:02:44.9460716Z [00:00:00.017]➜         cargo build --target "${RUST_TARGET}" --release --jobs="$(($(nproc)+1))" --keep-going --verbose
2025-08-18T22:02:44.9462279Z [00:00:00.017]➜         find -L "./target/${RUST_TARGET}/release" -maxdepth 1 -type f 2>/dev/null
2025-08-18T22:02:44.9462998Z [00:00:00.017]➜        #Copy
2025-08-18T22:02:44.9464825Z [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-18T22:02:44.9467181Z [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-18T22:02:44.9468394Z [00:00:00.017]➜         cp -fv "/build-bins/tspin" "/build-bins/tailspin"
2025-08-18T22:02:44.9468994Z [00:00:00.017]➜        #Strip 
2025-08-18T22:02:44.9469935Z [00:00:00.017]➜         find "/build-bins/" -type f -exec objcopy --remove-section=".comment" --remove-section=".note.*" "{}" \;
2025-08-18T22:02:44.9471224Z [00:00:00.017]➜         find "/build-bins/" -type f ! -name "*.no_strip" -exec strip --strip-all --verbose "{}" 2>/dev/null \;
2025-08-18T22:02:44.9472896Z [00:00:00.017]➜         find "/build-bins/" -type f -exec bash -c "echo && realpath {} && readelf --section-headers {} 2>/dev/null" \;
2025-08-18T22:02:44.9474033Z [00:00:00.018]➜         file "/build-bins/"* && stat -c "%n:         %s Bytes" "/build-bins/"* && \
2025-08-18T22:02:44.9475068Z [00:00:00.018]➜         du "/build-bins/"* --bytes --human-readable --time --time-style="full-iso" --summarize
2025-08-18T22:02:44.9475846Z [00:00:00.018]➜         popd &>/dev/null
2025-08-18T22:02:44.9476312Z [00:00:00.018]➜        '
2025-08-18T22:02:44.9476748Z [00:00:00.018]➜      #Copy & Meta
2025-08-18T22:02:44.9477400Z [00:00:00.018]➜       docker cp "alpine-builder:/build-bins/." "${SBUILD_TMPDIR}/"
2025-08-18T22:02:44.9478386Z [00:00:00.018]➜       [ -s "${SBUILD_TMPDIR}/LICENSE" ] && cp -fv "${SBUILD_TMPDIR}/LICENSE" "${SBUILD_OUTDIR}/LICENSE"
2025-08-18T22:02:44.9480369Z [00:00:00.018]➜       find "${SBUILD_TMPDIR}" -maxdepth 1 -type f -exec file -i "{}" \; | grep -Ei "application/.*executable|inode/symlink|text/x-perl|text/.*script" | cut -d":" -f1 | xargs realpath --no-symlinks | xargs -I "{}" rsync -achvL "{}" "${SBUILD_OUTDIR}"
2025-08-18T22:02:44.9482093Z [00:00:00.018]➜  
2025-08-18T22:02:44.9482454Z [00:00:00.018]➜  
2025-08-18T22:02:44.9482966Z [00:00:00.018]➜  ###################################################################
2025-08-18T22:02:44.9494014Z [00:00:00.018]➜  
2025-08-18T22:02:44.9494266Z [00:00:00.018]➜  
2025-08-18T22:02:44.9494487Z [00:00:00.018]➜  
2025-08-18T22:02:44.9495025Z [00:00:00.019]➜  '/tmp/pkgforge/ledEGqx82_build.yaml' -> '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD'
2025-08-18T22:02:46.2272794Z [00:00:01.304]➜  '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/tailspin.static.version' -> '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/tailspin.version'
2025-08-18T22:02:46.2328308Z [00:00:01.310]➜  [+] Version: HEAD-b012c56-250818T091402 ('.x_exec.pkgver') [/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/tailspin.static.version]
2025-08-18T22:02:46.2577678Z [00:00:01.335]➜  [+] Progs: tailspin tspin
2025-08-18T22:02:46.5543839Z [00:00:01.631]➜  
2025-08-18T22:02:46.5544262Z [00:00:01.632]➜  [-] Missing packages. Found: 
2025-08-18T22:02:46.5544627Z [00:00:01.632]➜  [+] Expected: tailspin tspin
2025-08-18T22:02:46.5544960Z [00:00:01.632]➜  [+] Continuing with build...
2025-08-18T22:02:46.5545231Z [00:00:01.632]➜  
2025-08-18T22:02:46.9610562Z [00:00:02.038]➜  
2025-08-18T22:02:46.9610874Z [00:00:02.038]➜  
2025-08-18T22:02:46.9706253Z [00:00:02.048]➜  + mkdir -pv /tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp
2025-08-18T22:02:46.9730293Z [00:00:02.050]➜  + docker run --platform=linux/amd64 --privileged --net=host --name alpine-builder --pull=always -e PKG=tailspin -e PKG_ID=github.com.bensadeh.tailspin -e PKG_TYPE=static -e PKG_VER=HEAD-b012c56-250818T091402 -e PKGVER=HEAD-b012c56-250818T091402 -e SBUILD_PKG=tailspin.static -e SBUILD_PKGVER=HEAD-b012c56-250818T091402 --volume /tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp:/tmp:rw ghcr.io/pkgforge/devscripts/alpine-builder:x86_64 bash -l -c '
2025-08-18T22:02:46.9733160Z [00:00:02.050]➜    #Setup ENV
2025-08-18T22:02:46.9733614Z [00:00:02.050]➜     set -x ; mkdir -p "/build-bins" && pushd "$(mktemp -d)" &>/dev/null
2025-08-18T22:02:46.9734154Z [00:00:02.050]➜     [[ -s "${HOME}/.cargo/env" ]] && source "${HOME}/.cargo/env"
2025-08-18T22:02:46.9734646Z [00:00:02.050]➜     if [[ "$(uname -m | tr -d [:space:])" == "riscv64" ]]; then
2025-08-18T22:02:46.9735379Z [00:00:02.050]➜       RUST_TARGET="$(rustc -Vv 2>/dev/null | sed -n "s/^[[:space:]]*host[[:space:]]*:[[:space:]]*//p" | grep -i "riscv" | tr -d "[:space:]")"
2025-08-18T22:02:46.9736028Z [00:00:02.050]➜       if [[ -n "${RUST_TARGET//[[:space:]]/}" ]]; then
2025-08-18T22:02:46.9736409Z [00:00:02.050]➜         export RUST_TARGET
2025-08-18T22:02:46.9736722Z [00:00:02.050]➜       else
2025-08-18T22:02:46.9737014Z [00:00:02.050]➜         rustc -Vv ; exit 1
2025-08-18T22:02:46.9737315Z [00:00:02.050]➜       fi
2025-08-18T22:02:46.9737836Z [00:00:02.050]➜     else
2025-08-18T22:02:46.9738202Z [00:00:02.050]➜       export RUST_TARGET="$(uname -m)-unknown-linux-musl"
2025-08-18T22:02:46.9738613Z [00:00:02.050]➜       rustup target add "${RUST_TARGET}"
2025-08-18T22:02:46.9738906Z [00:00:02.050]➜     fi
2025-08-18T22:02:46.9739144Z [00:00:02.050]➜     RUST_FLAGS=()
2025-08-18T22:02:46.9739483Z [00:00:02.050]➜     RUST_FLAGS+=("-C target-feature=+crt-static")
2025-08-18T22:02:46.9739890Z [00:00:02.050]➜     RUST_FLAGS+=("-C default-linker-libraries=yes")
2025-08-18T22:02:46.9740323Z [00:00:02.050]➜     if echo "${RUST_TARGET}" | grep -Eqiv "alpine|gnu"; then
2025-08-18T22:02:46.9740732Z [00:00:02.050]➜       RUST_FLAGS+=("-C link-self-contained=yes")
2025-08-18T22:02:46.9741038Z [00:00:02.050]➜     fi
2025-08-18T22:02:46.9741323Z [00:00:02.050]➜     RUST_FLAGS+=("-C prefer-dynamic=no")
2025-08-18T22:02:46.9741972Z [00:00:02.050]➜     RUST_FLAGS+=("-C embed-bitcode=yes")
2025-08-18T22:02:46.9742322Z [00:00:02.050]➜     RUST_FLAGS+=("-C lto=yes")
2025-08-18T22:02:46.9742658Z [00:00:02.050]➜     RUST_FLAGS+=("-C opt-level=z")
2025-08-18T22:02:46.9742998Z [00:00:02.050]➜     RUST_FLAGS+=("-C debuginfo=none")
2025-08-18T22:02:46.9743333Z [00:00:02.050]➜     RUST_FLAGS+=("-C strip=symbols")
2025-08-18T22:02:46.9743663Z [00:00:02.050]➜     RUST_FLAGS+=("-C linker=clang")
2025-08-18T22:02:46.9744039Z [00:00:02.050]➜     RUST_FLAGS+=("-C link-arg=-fuse-ld=$(which mold)")
2025-08-18T22:02:46.9744431Z [00:00:02.050]➜     RUST_FLAGS+=("-C link-arg=-Wl,--Bstatic")
2025-08-18T22:02:46.9744790Z [00:00:02.050]➜     RUST_FLAGS+=("-C link-arg=-Wl,--static")
2025-08-18T22:02:46.9745140Z [00:00:02.050]➜     RUST_FLAGS+=("-C link-arg=-Wl,-S")
2025-08-18T22:02:46.9745516Z [00:00:02.050]➜     RUST_FLAGS+=("-C link-arg=-Wl,--build-id=none")
2025-08-18T22:02:46.9745889Z [00:00:02.050]➜     export RUSTFLAGS="${RUST_FLAGS[*]}"
2025-08-18T22:02:46.9746185Z [00:00:02.050]➜    #Build
2025-08-18T22:02:46.9746783Z [00:00:02.050]➜     git clone --filter "blob:none" --quiet "https://github.com/bensadeh/tailspin" "./TEMPREPO" && cd "./TEMPREPO/"
2025-08-18T22:02:46.9747527Z [00:00:02.050]➜     echo -e "\n[+] Target: ${RUST_TARGET}"
2025-08-18T22:02:46.9747876Z [00:00:02.050]➜     echo -e "[+] Flags: ${RUSTFLAGS}\n"
2025-08-18T22:02:46.9748527Z [00:00:02.050]➜     sed "/^\[profile\.release\]/,/^$/d" -i "./Cargo.toml" ; echo -e "\n[profile.release]\nstrip = true\nopt-level = 3\nlto = true" >> "./Cargo.toml"
2025-08-18T22:02:46.9749131Z [00:00:02.050]➜     rm -rvf "./.cargo" rust-toolchain* 2>/dev/null
2025-08-18T22:02:46.9749664Z [00:00:02.050]➜     cargo build --target "${RUST_TARGET}" --release --jobs="$(($(nproc)+1))" --keep-going --verbose
2025-08-18T22:02:46.9750255Z [00:00:02.050]➜     find -L "./target/${RUST_TARGET}/release" -maxdepth 1 -type f 2>/dev/null
2025-08-18T22:02:46.9750633Z [00:00:02.050]➜    #Copy
2025-08-18T22:02:46.9751846Z [00:00:02.050]➜     find "./target/${RUST_TARGET}/release" -maxdepth 1 -type f -exec file -i "{}" \; | grep -Ei "application/.*executable|inode/symlink|text/x-perl|text/.*script" | cut -d":" -f1 | xargs realpath --no-symlinks | xargs -I "{}" rsync -achvL "{}" "/build-bins/"
2025-08-18T22:02:46.9753151Z [00:00:02.050]➜     ( askalono --format "json" crawl --follow "$(realpath .)" | jq -r ".. | objects | .path? // empty" | head -n 1 | xargs -I "{}" cp -fv "{}" "/build-bins/LICENSE" ) 2>/dev/null
2025-08-18T22:02:46.9753818Z [00:00:02.050]➜     cp -fv "/build-bins/tspin" "/build-bins/tailspin"
2025-08-18T22:02:46.9754149Z [00:00:02.050]➜    #Strip 
2025-08-18T22:02:46.9754641Z [00:00:02.050]➜     find "/build-bins/" -type f -exec objcopy --remove-section=".comment" --remove-section=".note.*" "{}" \;
2025-08-18T22:02:46.9755342Z [00:00:02.050]➜     find "/build-bins/" -type f ! -name "*.no_strip" -exec strip --strip-all --verbose "{}" 2>/dev/null \;
2025-08-18T22:02:46.9756034Z [00:00:02.050]➜     find "/build-bins/" -type f -exec bash -c "echo && realpath {} && readelf --section-headers {} 2>/dev/null" \;
2025-08-18T22:02:46.9756795Z [00:00:02.050]➜     file "/build-bins/"* && stat -c "%n:         %s Bytes" "/build-bins/"* && \
2025-08-18T22:02:46.9757378Z [00:00:02.050]➜     du "/build-bins/"* --bytes --human-readable --time --time-style="full-iso" --summarize
2025-08-18T22:02:46.9757815Z [00:00:02.050]➜     popd &>/dev/null
2025-08-18T22:02:46.9758071Z [00:00:02.050]➜    '
2025-08-18T22:02:47.2948678Z [00:00:02.372]➜  x86_64: Pulling from pkgforge/devscripts/alpine-builder
2025-08-18T22:02:47.3707426Z [00:00:02.448]➜  d62bb7eb03b5: Pulling fs layer
2025-08-18T22:02:47.3708374Z [00:00:02.448]➜  ce8213435dde: Pulling fs layer
2025-08-18T22:02:47.3708996Z [00:00:02.448]➜  d84a72ab5635: Pulling fs layer
2025-08-18T22:02:47.3709553Z [00:00:02.448]➜  9460b344c89a: Pulling fs layer
2025-08-18T22:02:47.3710058Z [00:00:02.448]➜  91556827def5: Pulling fs layer
2025-08-18T22:02:47.3710416Z [00:00:02.448]➜  3f30acc43ab5: Pulling fs layer
2025-08-18T22:02:47.3710740Z [00:00:02.448]➜  9460b344c89a: Waiting
2025-08-18T22:02:47.3711062Z [00:00:02.448]➜  91556827def5: Waiting
2025-08-18T22:02:47.3711821Z [00:00:02.448]➜  3f30acc43ab5: Waiting
2025-08-18T22:02:47.4600227Z [00:00:02.537]➜  d84a72ab5635: Verifying Checksum
2025-08-18T22:02:47.4600821Z [00:00:02.537]➜  d84a72ab5635: Download complete
2025-08-18T22:02:47.4805904Z [00:00:02.558]➜  d62bb7eb03b5: Download complete
2025-08-18T22:02:47.5087708Z [00:00:02.586]➜  ce8213435dde: Verifying Checksum
2025-08-18T22:02:47.5088619Z [00:00:02.586]➜  ce8213435dde: Download complete
2025-08-18T22:02:47.5711199Z [00:00:02.648]➜  3f30acc43ab5: Verifying Checksum
2025-08-18T22:02:47.5712371Z [00:00:02.648]➜  3f30acc43ab5: Download complete
2025-08-18T22:02:47.6035088Z [00:00:02.681]➜  d62bb7eb03b5: Pull complete
2025-08-18T22:02:47.8048294Z [00:00:02.882]➜  91556827def5: Verifying Checksum
2025-08-18T22:02:47.8048769Z [00:00:02.882]➜  91556827def5: Download complete
2025-08-18T22:02:49.2357832Z [00:00:04.313]➜  ce8213435dde: Pull complete
2025-08-18T22:02:50.2847799Z [00:00:05.362]➜  d84a72ab5635: Pull complete
2025-08-18T22:03:01.4160827Z [00:00:16.493]➜  9460b344c89a: Verifying Checksum
2025-08-18T22:03:01.4161861Z [00:00:16.493]➜  9460b344c89a: Download complete
2025-08-18T22:04:16.2792753Z [00:01:31.356]➜  9460b344c89a: Pull complete
2025-08-18T22:04:21.5278301Z [00:01:36.605]➜  91556827def5: Pull complete
2025-08-18T22:04:21.5382446Z [00:01:36.615]➜  3f30acc43ab5: Pull complete
2025-08-18T22:04:21.5424789Z [00:01:36.620]➜  Digest: sha256:2d51ee5e61045ff7ca29b6cead1e51b143d978b5a61169a70ddc57d49280f30e
2025-08-18T22:04:21.5436425Z [00:01:36.621]➜  Status: Downloaded newer image for ghcr.io/pkgforge/devscripts/alpine-builder:x86_64
2025-08-18T22:04:21.7410373Z [00:01:36.818]➜  + mkdir -p /build-bins
2025-08-18T22:04:21.7428672Z [00:01:36.820]➜  ++ mktemp -d
2025-08-18T22:04:21.7445337Z [00:01:36.822]➜  + pushd /tmp/tmp.akLxxVFhF5
2025-08-18T22:04:21.7446555Z [00:01:36.822]➜  + [[ -s /root/.cargo/env ]]
2025-08-18T22:04:21.7447053Z [00:01:36.822]➜  + source /root/.cargo/env
2025-08-18T22:04:21.7449367Z [00:01:36.822]➜  ++ case ":${PATH}:" in
2025-08-18T22:04:21.7454900Z [00:01:36.823]➜  ++ uname -m
2025-08-18T22:04:21.7458602Z [00:01:36.823]➜  ++ tr -d '[:space:]'
2025-08-18T22:04:21.7474007Z [00:01:36.825]➜  + [[ x86_64 == riscv64 ]]
2025-08-18T22:04:21.7477151Z [00:01:36.825]➜  ++ uname -m
2025-08-18T22:04:21.7492788Z [00:01:36.826]➜  + export RUST_TARGET=x86_64-unknown-linux-musl
2025-08-18T22:04:21.7494506Z [00:01:36.826]➜  + RUST_TARGET=x86_64-unknown-linux-musl
2025-08-18T22:04:21.7495054Z [00:01:36.826]➜  + rustup target add x86_64-unknown-linux-musl
2025-08-18T22:04:21.9881296Z [00:01:37.065]➜  info: component 'rust-std' for target 'x86_64-unknown-linux-musl' is up to date
2025-08-18T22:04:21.9910457Z [00:01:37.068]➜  + RUST_FLAGS=()
2025-08-18T22:04:21.9911583Z [00:01:37.068]➜  + RUST_FLAGS+=("-C target-feature=+crt-static")
2025-08-18T22:04:21.9912386Z [00:01:37.068]➜  + RUST_FLAGS+=("-C default-linker-libraries=yes")
2025-08-18T22:04:21.9915631Z [00:01:37.069]➜  + echo x86_64-unknown-linux-musl
2025-08-18T22:04:21.9917078Z [00:01:37.069]➜  + grep -Eqiv 'alpine|gnu'
2025-08-18T22:04:21.9927006Z [00:01:37.070]➜  + RUST_FLAGS+=("-C link-self-contained=yes")
2025-08-18T22:04:21.9927715Z [00:01:37.070]➜  + RUST_FLAGS+=("-C prefer-dynamic=no")
2025-08-18T22:04:21.9928394Z [00:01:37.070]➜  + RUST_FLAGS+=("-C embed-bitcode=yes")
2025-08-18T22:04:21.9931205Z [00:01:37.070]➜  + RUST_FLAGS+=("-C lto=yes")
2025-08-18T22:04:21.9933269Z [00:01:37.070]➜  + RUST_FLAGS+=("-C opt-level=z")
2025-08-18T22:04:21.9933938Z [00:01:37.070]➜  + RUST_FLAGS+=("-C debuginfo=none")
2025-08-18T22:04:21.9934504Z [00:01:37.070]➜  + RUST_FLAGS+=("-C strip=symbols")
2025-08-18T22:04:21.9935056Z [00:01:37.070]➜  + RUST_FLAGS+=("-C linker=clang")
2025-08-18T22:04:21.9935722Z [00:01:37.070]➜  + RUST_FLAGS+=("-C link-arg=-fuse-ld=$(which mold)")
2025-08-18T22:04:21.9936109Z [00:01:37.071]➜  ++ which mold
2025-08-18T22:04:21.9959878Z [00:01:37.073]➜  + RUST_FLAGS+=("-C link-arg=-Wl,--Bstatic")
2025-08-18T22:04:21.9960776Z [00:01:37.073]➜  + RUST_FLAGS+=("-C link-arg=-Wl,--static")
2025-08-18T22:04:21.9964820Z [00:01:37.073]➜  + RUST_FLAGS+=("-C link-arg=-Wl,-S")
2025-08-18T22:04:21.9965488Z [00:01:37.073]➜  + RUST_FLAGS+=("-C link-arg=-Wl,--build-id=none")
2025-08-18T22:04:21.9967911Z [00:01:37.074]➜  + export 'RUSTFLAGS=-C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none'
2025-08-18T22:04:21.9970394Z [00:01:37.074]➜  + RUSTFLAGS='-C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none'
2025-08-18T22:04:21.9972333Z [00:01:37.074]➜  + git clone --filter blob:none --quiet https://github.com/bensadeh/tailspin ./TEMPREPO
2025-08-18T22:04:22.4682126Z [00:01:37.545]➜  
2025-08-18T22:04:22.4682738Z [00:01:37.545]➜  [+] Target: x86_64-unknown-linux-musl
2025-08-18T22:04:22.4683323Z [00:01:37.545]➜  + cd ./TEMPREPO/
2025-08-18T22:04:22.4683992Z [00:01:37.545]➜  + echo -e '\n[+] Target: x86_64-unknown-linux-musl'
2025-08-18T22:04:22.4685644Z [00:01:37.545]➜  + echo -e '[+] Flags: -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none\n'
2025-08-18T22:04:22.4686983Z [00:01:37.545]➜  + sed '/^\[profile\.release\]/,/^$/d' -i ./Cargo.toml
2025-08-18T22:04:22.4688690Z [00:01:37.545]➜  [+] Flags: -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none
2025-08-18T22:04:22.4689882Z [00:01:37.545]➜  
2025-08-18T22:04:22.4693996Z [00:01:37.547]➜  + echo -e '\n[profile.release]\nstrip = true\nopt-level = 3\nlto = true'
2025-08-18T22:04:22.4694644Z [00:01:37.547]➜  + rm -rvf ./.cargo rust-toolchain.toml
2025-08-18T22:04:22.4712416Z [00:01:37.548]➜  removed 'rust-toolchain.toml'
2025-08-18T22:04:22.4718199Z [00:01:37.549]➜  ++ nproc
2025-08-18T22:04:22.4736377Z [00:01:37.551]➜  + cargo build --target x86_64-unknown-linux-musl --release --jobs=5 --keep-going --verbose
2025-08-18T22:04:22.8695683Z [00:01:37.947]➜      Updating crates.io index
2025-08-18T22:04:23.3418784Z [00:01:38.419]➜   Downloading crates ...
2025-08-18T22:04:23.4201865Z [00:01:38.497]➜    Downloaded addr2line v0.24.2
2025-08-18T22:04:23.4244896Z [00:01:38.502]➜    Downloaded anstyle-query v1.1.2
2025-08-18T22:04:23.4358334Z [00:01:38.513]➜    Downloaded anstyle v1.0.10
2025-08-18T22:04:23.4386395Z [00:01:38.516]➜    Downloaded anstyle-parse v0.2.6
2025-08-18T22:04:23.4418626Z [00:01:38.519]➜    Downloaded autocfg v1.4.0
2025-08-18T22:04:23.4451015Z [00:01:38.522]➜    Downloaded anstream v0.6.18
2025-08-18T22:04:23.4495794Z [00:01:38.527]➜    Downloaded async-trait v0.1.89
2025-08-18T22:04:23.4556664Z [00:01:38.533]➜    Downloaded adler2 v2.0.0
2025-08-18T22:04:23.4583403Z [00:01:38.536]➜    Downloaded aho-corasick v1.1.3
2025-08-18T22:04:23.4658426Z [00:01:38.543]➜    Downloaded toml v0.9.5
2025-08-18T22:04:23.4723462Z [00:01:38.550]➜    Downloaded winsplit v0.1.0
2025-08-18T22:04:23.4742058Z [00:01:38.551]➜    Downloaded object v0.36.7
2025-08-18T22:04:23.4898354Z [00:01:38.567]➜    Downloaded unicode-linebreak v0.1.5
2025-08-18T22:04:23.4934094Z [00:01:38.571]➜    Downloaded unicode-ident v1.0.18
2025-08-18T22:04:23.4979185Z [00:01:38.575]➜    Downloaded uuid v1.18.0
2025-08-18T22:04:23.5073748Z [00:01:38.585]➜    Downloaded supports-unicode v3.0.0
2025-08-18T22:04:23.5097624Z [00:01:38.587]➜    Downloaded once_cell v1.21.3
2025-08-18T22:04:23.5181685Z [00:01:38.595]➜    Downloaded supports-color v3.0.2
2025-08-18T22:04:23.5243154Z [00:01:38.601]➜    Downloaded terminal_size v0.4.2
2025-08-18T22:04:23.5296645Z [00:01:38.607]➜    Downloaded tokio-macros v2.5.0
2025-08-18T22:04:23.5325158Z [00:01:38.610]➜    Downloaded scopeguard v1.2.0
2025-08-18T22:04:23.5359905Z [00:01:38.613]➜    Downloaded textwrap v0.16.2
2025-08-18T22:04:23.5417526Z [00:01:38.619]➜    Downloaded winnow v0.7.10
2025-08-18T22:04:23.5561232Z [00:01:38.633]➜    Downloaded rustix v1.0.7
2025-08-18T22:04:23.5934409Z [00:01:38.671]➜    Downloaded unicode-width v0.1.14
2025-08-18T22:04:23.6001584Z [00:01:38.677]➜    Downloaded serde_json v1.0.142
2025-08-18T22:04:23.6106616Z [00:01:38.688]➜    Downloaded unicode-width v0.2.0
2025-08-18T22:04:23.6172097Z [00:01:38.694]➜    Downloaded regex-syntax v0.8.5
2025-08-18T22:04:23.6259607Z [00:01:38.703]➜    Downloaded indexmap v2.9.0
2025-08-18T22:04:23.6314814Z [00:01:38.709]➜    Downloaded gimli v0.31.1
2025-08-18T22:04:23.6402044Z [00:01:38.717]➜    Downloaded bytes v1.10.1
2025-08-18T22:04:23.6459602Z [00:01:38.723]➜    Downloaded backtrace v0.3.75
2025-08-18T22:04:23.6535132Z [00:01:38.731]➜    Downloaded crossbeam-channel v0.5.15
2025-08-18T22:04:23.6590872Z [00:01:38.736]➜    Downloaded syn v2.0.101
2025-08-18T22:04:23.6729338Z [00:01:38.750]➜    Downloaded regex v1.11.1
2025-08-18T22:04:23.6912171Z [00:01:38.768]➜    Downloaded rayon v1.11.0
2025-08-18T22:04:23.7040633Z [00:01:38.781]➜    Downloaded memchr v2.7.5
2025-08-18T22:04:23.7115750Z [00:01:38.789]➜    Downloaded fastrand v2.3.0
2025-08-18T22:04:23.7135376Z [00:01:38.791]➜    Downloaded clap v4.5.45
2025-08-18T22:04:23.7266924Z [00:01:38.804]➜    Downloaded lock_api v0.4.13
2025-08-18T22:04:23.7287573Z [00:01:38.806]➜    Downloaded linemux v0.3.0
2025-08-18T22:04:23.7316547Z [00:01:38.809]➜    Downloaded getrandom v0.3.3
2025-08-18T22:04:23.7365929Z [00:01:38.814]➜    Downloaded futures-util v0.3.31
2025-08-18T22:04:23.7544984Z [00:01:38.832]➜    Downloaded futures-task v0.3.31
2025-08-18T22:04:23.7563056Z [00:01:38.833]➜    Downloaded either v1.15.0
2025-08-18T22:04:23.7585650Z [00:01:38.836]➜    Downloaded crossbeam-epoch v0.9.18
2025-08-18T22:04:23.7619503Z [00:01:38.839]➜    Downloaded crossbeam-deque v0.8.6
2025-08-18T22:04:23.7641947Z [00:01:38.841]➜    Downloaded colorchoice v1.0.3
2025-08-18T22:04:23.7656903Z [00:01:38.843]➜    Downloaded thiserror v2.0.15
2025-08-18T22:04:23.7747974Z [00:01:38.852]➜    Downloaded libc v0.2.172
2025-08-18T22:04:23.8087670Z [00:01:38.886]➜    Downloaded signal-hook-registry v1.4.5
2025-08-18T22:04:23.8104023Z [00:01:38.888]➜    Downloaded shellexpand v3.1.1
2025-08-18T22:04:23.8129209Z [00:01:38.890]➜    Downloaded same-file v1.0.6
2025-08-18T22:04:23.8148991Z [00:01:38.892]➜    Downloaded tokio v1.47.1
2025-08-18T22:04:23.8728545Z [00:01:38.950]➜    Downloaded rayon-core v1.13.0
2025-08-18T22:04:23.8780635Z [00:01:38.955]➜    Downloaded mio v0.8.11
2025-08-18T22:04:23.8862017Z [00:01:38.963]➜    Downloaded miette v7.6.0
2025-08-18T22:04:23.8926537Z [00:01:38.970]➜    Downloaded is_terminal_polyfill v1.70.1
2025-08-18T22:04:23.8941852Z [00:01:38.971]➜    Downloaded is_ci v1.2.0
2025-08-18T22:04:23.8959202Z [00:01:38.973]➜    Downloaded hashbrown v0.15.3
2025-08-18T22:04:23.9026590Z [00:01:38.980]➜    Downloaded heck v0.5.0
2025-08-18T22:04:23.9045157Z [00:01:38.982]➜    Downloaded futures-core v0.3.31
2025-08-18T22:04:23.9063995Z [00:01:38.984]➜    Downloaded errno v0.3.12
2025-08-18T22:04:23.9087383Z [00:01:38.986]➜    Downloaded equivalent v1.0.2
2025-08-18T22:04:23.9101661Z [00:01:38.987]➜    Downloaded dirs-sys v0.5.0
2025-08-18T22:04:23.9117655Z [00:01:38.989]➜    Downloaded dirs v6.0.0
2025-08-18T22:04:23.9136451Z [00:01:38.991]➜    Downloaded crossbeam-utils v0.8.21
2025-08-18T22:04:23.9173747Z [00:01:38.995]➜    Downloaded clap_builder v4.5.44
2025-08-18T22:04:23.9260683Z [00:01:39.003]➜    Downloaded tempfile v3.20.0
2025-08-18T22:04:23.9302118Z [00:01:39.007]➜    Downloaded supports-hyperlinks v3.1.0
2025-08-18T22:04:23.9316868Z [00:01:39.009]➜    Downloaded ryu v1.0.20
2025-08-18T22:04:23.9362411Z [00:01:39.013]➜    Downloaded regex-automata v0.4.9
2025-08-18T22:04:23.9599186Z [00:01:39.037]➜    Downloaded miniz_oxide v0.8.8
2025-08-18T22:04:23.9642535Z [00:01:39.041]➜    Downloaded miette-derive v7.6.0
2025-08-18T22:04:23.9668607Z [00:01:39.044]➜    Downloaded log v0.4.27
2025-08-18T22:04:23.9713541Z [00:01:39.049]➜    Downloaded inotify v0.9.6
2025-08-18T22:04:23.9749082Z [00:01:39.052]➜    Downloaded ctrlc v3.4.7
2025-08-18T22:04:23.9786805Z [00:01:39.056]➜    Downloaded clap_derive v4.5.45
2025-08-18T22:04:23.9829298Z [00:01:39.060]➜    Downloaded cfg-if v1.0.0
2025-08-18T22:04:23.9849900Z [00:01:39.062]➜    Downloaded bitflags v1.3.2
2025-08-18T22:04:23.9907729Z [00:01:39.068]➜    Downloaded backtrace-ext v0.2.1
2025-08-18T22:04:23.9928128Z [00:01:39.070]➜    Downloaded socket2 v0.6.0
2025-08-18T22:04:23.9960529Z [00:01:39.073]➜    Downloaded smallvec v1.15.0
2025-08-18T22:04:23.9997388Z [00:01:39.077]➜    Downloaded shell-words v1.1.0
2025-08-18T22:04:24.0013566Z [00:01:39.079]➜    Downloaded rustc-demangle v0.1.24
2025-08-18T22:04:24.0040172Z [00:01:39.081]➜    Downloaded pin-utils v0.1.0
2025-08-18T22:04:24.0060270Z [00:01:39.083]➜    Downloaded parking_lot_core v0.9.11
2025-08-18T22:04:24.0092646Z [00:01:39.086]➜    Downloaded itoa v1.0.15
2025-08-18T22:04:24.0113177Z [00:01:39.089]➜    Downloaded inotify-sys v0.1.5
2025-08-18T22:04:24.0125842Z [00:01:39.090]➜    Downloaded filetime v0.2.25
2025-08-18T22:04:24.0149284Z [00:01:39.092]➜    Downloaded clap_complete v4.5.57
2025-08-18T22:04:24.0191759Z [00:01:39.096]➜    Downloaded cfg_aliases v0.2.1
2025-08-18T22:04:24.0205712Z [00:01:39.098]➜    Downloaded bitflags v2.9.1
2025-08-18T22:04:24.0268850Z [00:01:39.104]➜    Downloaded serde v1.0.219
2025-08-18T22:04:24.0309176Z [00:01:39.108]➜    Downloaded quote v1.0.40
2025-08-18T22:04:24.0350623Z [00:01:39.112]➜    Downloaded pin-project-lite v0.2.16
2025-08-18T22:04:24.0432732Z [00:01:39.120]➜    Downloaded option-ext v0.2.0
2025-08-18T22:04:24.0444929Z [00:01:39.122]➜    Downloaded nu-ansi-term v0.50.1
2025-08-18T22:04:24.0479333Z [00:01:39.125]➜    Downloaded notify v5.2.0
2025-08-18T22:04:24.0505166Z [00:01:39.128]➜    Downloaded nix v0.30.1
2025-08-18T22:04:24.0657399Z [00:01:39.143]➜    Downloaded mio v1.0.4
2025-08-18T22:04:24.0737898Z [00:01:39.151]➜    Downloaded clap_lex v0.7.4
2025-08-18T22:04:24.0753495Z [00:01:39.153]➜    Downloaded thiserror-impl v2.0.15
2025-08-18T22:04:24.0774877Z [00:01:39.155]➜    Downloaded toml_writer v1.0.2
2025-08-18T22:04:24.0795060Z [00:01:39.157]➜    Downloaded toml_parser v1.0.2
2025-08-18T22:04:24.0827884Z [00:01:39.160]➜    Downloaded toml_datetime v0.7.0
2025-08-18T22:04:24.0847221Z [00:01:39.162]➜    Downloaded walkdir v2.5.0
2025-08-18T22:04:24.0873068Z [00:01:39.164]➜    Downloaded utf8parse v0.2.2
2025-08-18T22:04:24.0886806Z [00:01:39.166]➜    Downloaded strsim v0.11.1
2025-08-18T22:04:24.0905746Z [00:01:39.168]➜    Downloaded slab v0.4.9
2025-08-18T22:04:24.0923458Z [00:01:39.170]➜    Downloaded serde_spanned v1.0.0
2025-08-18T22:04:24.0941972Z [00:01:39.171]➜    Downloaded serde_derive v1.0.219
2025-08-18T22:04:24.0976880Z [00:01:39.175]➜    Downloaded proc-macro2 v1.0.95
2025-08-18T22:04:24.1013262Z [00:01:39.179]➜    Downloaded owo-colors v4.2.1
2025-08-18T22:04:24.1055497Z [00:01:39.183]➜    Downloaded parking_lot v0.12.4
2025-08-18T22:04:24.1093754Z [00:01:39.187]➜    Downloaded linux-raw-sys v0.9.4
2025-08-18T22:04:24.2248507Z [00:01:39.302]➜     Compiling libc v0.2.172
2025-08-18T22:04:24.2250330Z [00:01:39.302]➜     Compiling proc-macro2 v1.0.95
2025-08-18T22:04:24.2251013Z [00:01:39.302]➜     Compiling unicode-ident v1.0.18
2025-08-18T22:04:24.2251849Z [00:01:39.302]➜     Compiling cfg-if v1.0.0
2025-08-18T22:04:24.2252445Z [00:01:39.302]➜     Compiling autocfg v1.4.0
2025-08-18T22:04:24.2259278Z [00:01:39.303]➜       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/libc-0.2.172/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="extra_traits"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=92bc2f048ee11796 -C extra-filename=-58bfd042d5b195b0 --out-dir /tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/build/libc-58bfd042d5b195b0 -C strip=symbols -L dependency=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-18T22:04:24.2321597Z [00:01:39.308]➜       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.95/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=245e6a93f6b40ddf -C extra-filename=-2421a0f2da2ad232 --out-dir /tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/build/proc-macro2-2421a0f2da2ad232 -C strip=symbols -L dependency=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-18T22:04:24.2331083Z [00:01:39.309]➜       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.akLxxVFhF5/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-18T22:04:24.2346826Z [00:01:39.309]➜       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.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "rustc-dep-of-std"))' -C metadata=7585621120af5767 -C extra-filename=-ad922fe68dc3537f --out-dir /tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-18T22:04:24.2358638Z [00:01:39.309]➜       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.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1d53c5f606114e86 -C extra-filename=-48aa38da72696c47 --out-dir /tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-18T22:04:24.3932042Z [00:01:39.470]➜     Compiling bitflags v2.9.1
2025-08-18T22:04:24.3942716Z [00:01:39.470]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name bitflags --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-2.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "bytemuck", "compiler_builtins", "core", "example_generated", "rustc-dep-of-std", "serde", "std"))' -C metadata=a989f421e12eff85 -C extra-filename=-9512240895c4827e --out-dir /tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-18T22:04:24.5555577Z [00:01:39.632]➜     Compiling crossbeam-utils v0.8.21
2025-08-18T22:04:24.5623713Z [00:01:39.638]➜       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.akLxxVFhF5/TEMPREPO/target/release/build/crossbeam-utils-9e4fce232d40b3fa -C strip=symbols -L dependency=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-18T22:04:25.0235779Z [00:01:40.101]➜     Compiling rustix v1.0.7
2025-08-18T22:04:25.0278921Z [00:01:40.104]➜       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/rustix-1.0.7/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(error_in_core)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(wasip2)' --check-cfg 'cfg(target_arch, values("xtensa"))' --check-cfg 'cfg(target_os, values("cygwin"))' -C debug-assertions=off --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="std"' --cfg 'feature="termios"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "compiler_builtins", "core", "default", "event", "fs", "io_uring", "libc", "libc_errno", "linux_4_11", "linux_5_1", "linux_5_11", "linux_latest", "mm", "mount", "net", "param", "pipe", "process", "pty", "rand", "runtime", "rustc-dep-of-std", "rustc-std-workspace-alloc", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=d391ff64c76b6e79 -C extra-filename=-e2e75656b6456d35 --out-dir /tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/build/rustix-e2e75656b6456d35 -C strip=symbols -L dependency=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-18T22:04:25.0773152Z [00:01:40.154]➜       Running `/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/build/crossbeam-utils-9e4fce232d40b3fa/build-script-build`
2025-08-18T22:04:25.0808785Z [00:01:40.158]➜       Running `/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/build/libc-58bfd042d5b195b0/build-script-build`
2025-08-18T22:04:25.0838100Z [00:01:40.161]➜       Running `/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/build/proc-macro2-2421a0f2da2ad232/build-script-build`
2025-08-18T22:04:25.0860426Z [00:01:40.163]➜     Compiling memchr v2.7.5
2025-08-18T22:04:25.0876870Z [00:01:40.164]➜       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.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-18T22:04:25.0956724Z [00:01:40.172]➜       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.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none --check-cfg 'cfg(crossbeam_no_atomic,crossbeam_sanitize_thread)'`
2025-08-18T22:04:25.1301882Z [00:01:40.206]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name libc --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.172/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --cfg 'feature="extra_traits"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=3f0244c653996313 -C extra-filename=-f3fdeabbd84fa70c --out-dir /tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none --cfg freebsd11 --cfg libc_const_extern_fn --check-cfg 'cfg(emscripten_old_stat_abi)' --check-cfg 'cfg(espidf_time32)' --check-cfg 'cfg(freebsd10)' --check-cfg 'cfg(freebsd11)' --check-cfg 'cfg(freebsd12)' --check-cfg 'cfg(freebsd13)' --check-cfg 'cfg(freebsd14)' --check-cfg 'cfg(freebsd15)' --check-cfg 'cfg(gnu_file_offset_bits64)' --check-cfg 'cfg(libc_const_extern_fn)' --check-cfg 'cfg(libc_deny_warnings)' --check-cfg 'cfg(libc_thread_local)' --check-cfg 'cfg(libc_ctest)' --check-cfg 'cfg(linux_time_bits64)' --check-cfg 'cfg(target_os,values("switch","aix","ohos","hurd","rtems","visionos","nuttx","cygwin"))' --check-cfg 'cfg(target_env,values("illumos","wasi","aix","ohos","nto71_iosock","nto80"))' --check-cfg 'cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky"))'`
2025-08-18T22:04:25.2819522Z [00:01:40.358]➜       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.95/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=bfeaf4742d455960 -C extra-filename=-65ce8afc9976ae3d --out-dir /tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/deps --extern unicode_ident=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/deps/libunicode_ident-8322841390b1e4cb.rmeta --cap-lints allow --cfg wrap_proc_macro --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(no_is_available)' --check-cfg 'cfg(no_literal_byte_character)' --check-cfg 'cfg(no_literal_c_string)' --check-cfg 'cfg(no_source_text)' --check-cfg 'cfg(proc_macro_span)' --check-cfg 'cfg(procmacro2_backtrace)' --check-cfg 'cfg(procmacro2_nightly_testing)' --check-cfg 'cfg(procmacro2_semver_exempt)' --check-cfg 'cfg(randomize_layout)' --check-cfg 'cfg(span_locations)' --check-cfg 'cfg(super_unstable)' --check-cfg 'cfg(wrap_proc_macro)'`
2025-08-18T22:04:25.7174153Z [00:01:40.793]➜       Running `/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/build/rustix-e2e75656b6456d35/build-script-build`
2025-08-18T22:04:25.8457441Z [00:01:40.923]➜     Compiling linux-raw-sys v0.9.4
2025-08-18T22:04:25.8496495Z [00:01:40.923]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name linux_raw_sys --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.9.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=unexpected_cfgs --check-cfg 'cfg(target_arch, values("xtensa"))' --cfg 'feature="elf"' --cfg 'feature="errno"' --cfg 'feature="general"' --cfg 'feature="ioctl"' --cfg 'feature="no_std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bootparam", "btrfs", "compiler_builtins", "core", "default", "elf", "elf_uapi", "errno", "general", "if_arp", "if_ether", "if_packet", "image", "io_uring", "ioctl", "landlock", "loop_device", "mempolicy", "net", "netlink", "no_std", "prctl", "ptrace", "rustc-dep-of-std", "std", "system", "xdp"))' -C metadata=67ac33a541050e49 -C extra-filename=-c647c5d8acd152ae --out-dir /tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-18T22:04:26.8826625Z [00:01:41.960]➜     Compiling quote v1.0.40
2025-08-18T22:04:26.8833508Z [00:01:41.960]➜       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=420231caaa680d4d -C extra-filename=-98dfd98fd01d9485 --out-dir /tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/deps/libproc_macro2-65ce8afc9976ae3d.rmeta --cap-lints allow`
2025-08-18T22:04:26.9136757Z [00:01:41.991]➜     Compiling serde v1.0.219
2025-08-18T22:04:26.9149818Z [00:01:41.991]➜       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/serde-1.0.219/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=b4d57878326094bd -C extra-filename=-1108bd03bb6c3137 --out-dir /tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/build/serde-1108bd03bb6c3137 -C strip=symbols -L dependency=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-18T22:04:27.4467128Z [00:01:42.524]➜     Compiling syn v2.0.101
2025-08-18T22:04:27.4480732Z [00:01:42.524]➜       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.101/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="visit-mut"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "test", "visit", "visit-mut"))' -C metadata=fe8e1a6cd4ac0679 -C extra-filename=-1e7e8d6067929fca --out-dir /tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/deps/libproc_macro2-65ce8afc9976ae3d.rmeta --extern quote=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/deps/libquote-98dfd98fd01d9485.rmeta --extern unicode_ident=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/deps/libunicode_ident-8322841390b1e4cb.rmeta --cap-lints allow`
2025-08-18T22:04:27.4576840Z [00:01:42.533]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name rustix --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.0.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=unexpected_cfgs --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(error_in_core)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(wasip2)' --check-cfg 'cfg(target_arch, values("xtensa"))' --check-cfg 'cfg(target_os, values("cygwin"))' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="std"' --cfg 'feature="termios"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "compiler_builtins", "core", "default", "event", "fs", "io_uring", "libc", "libc_errno", "linux_4_11", "linux_5_1", "linux_5_11", "linux_latest", "mm", "mount", "net", "param", "pipe", "process", "pty", "rand", "runtime", "rustc-dep-of-std", "rustc-std-workspace-alloc", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=88ef1ebd7d787355 -C extra-filename=-c6307a06184c323f --out-dir /tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/deps --extern bitflags=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbitflags-9512240895c4827e.rmeta --extern linux_raw_sys=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblinux_raw_sys-c647c5d8acd152ae.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none --cfg static_assertions --cfg linux_raw --cfg linux_like --cfg linux_kernel`
2025-08-18T22:04:27.5029514Z [00:01:42.580]➜       Running `/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/build/serde-1108bd03bb6c3137/build-script-build`
2025-08-18T22:04:27.5686342Z [00:01:42.645]➜     Compiling lock_api v0.4.13
2025-08-18T22:04:27.5693406Z [00:01:42.645]➜       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/lock_api-0.4.13/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="atomic_usize"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arc_lock", "atomic_usize", "default", "nightly", "owning_ref", "serde"))' -C metadata=63992fbc50b097bb -C extra-filename=-e4a57fa4143060cb --out-dir /tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/build/lock_api-e4a57fa4143060cb -C strip=symbols -L dependency=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/deps --extern autocfg=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/deps/libautocfg-48aa38da72696c47.rlib --cap-lints allow`
2025-08-18T22:04:27.6646149Z [00:01:42.742]➜     Compiling object v0.36.7
2025-08-18T22:04:27.6656998Z [00:01:42.742]➜       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/object-0.36.7/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="archive"' --cfg 'feature="coff"' --cfg 'feature="elf"' --cfg 'feature="macho"' --cfg 'feature="pe"' --cfg 'feature="read_core"' --cfg 'feature="unaligned"' --cfg 'feature="xcoff"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all", "alloc", "archive", "build", "build_core", "cargo-all", "coff", "compiler_builtins", "compression", "core", "default", "doc", "elf", "macho", "pe", "read", "read_core", "rustc-dep-of-std", "std", "unaligned", "unstable", "unstable-all", "wasm", "write", "write_core", "write_std", "xcoff"))' -C metadata=c3996519711ea627 -C extra-filename=-b6fab1d66f076159 --out-dir /tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/build/object-b6fab1d66f076159 -C strip=symbols -L dependency=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-18T22:04:27.9264130Z [00:01:43.003]➜     Compiling parking_lot_core v0.9.11
2025-08-18T22:04:27.9269162Z [00:01:43.003]➜       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/parking_lot_core-0.9.11/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph", "thread-id"))' -C metadata=fef9c0222692e16a -C extra-filename=-80647824d1d46da3 --out-dir /tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/build/parking_lot_core-80647824d1d46da3 -C strip=symbols -L dependency=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-18T22:04:28.0852358Z [00:01:43.162]➜     Compiling utf8parse v0.2.2
2025-08-18T22:04:28.0867338Z [00:01:43.163]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name utf8parse --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utf8parse-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly"))' -C metadata=3e775ae4202c7734 -C extra-filename=-388405267e7821b8 --out-dir /tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-18T22:04:28.2574786Z [00:01:43.334]➜     Compiling anstyle-parse v0.2.6
2025-08-18T22:04:28.2642685Z [00:01:43.337]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name anstyle_parse --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-parse-0.2.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="utf8"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("core", "default", "utf8"))' -C metadata=a26fefb9509ef7c6 -C extra-filename=-84b7b16131790355 --out-dir /tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/deps --extern utf8parse=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libutf8parse-388405267e7821b8.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-18T22:04:28.3287066Z [00:01:43.406]➜       Running `/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/build/parking_lot_core-80647824d1d46da3/build-script-build`
2025-08-18T22:04:28.3347281Z [00:01:43.411]➜       Running `/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/build/object-b6fab1d66f076159/build-script-build`
2025-08-18T22:04:28.3662074Z [00:01:43.443]➜       Running `/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/build/lock_api-e4a57fa4143060cb/build-script-build`
2025-08-18T22:04:28.4600188Z [00:01:43.537]➜     Compiling slab v0.4.9
2025-08-18T22:04:28.4634304Z [00:01:43.540]➜       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/slab-0.4.9/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=0f7cbc1180d4e78a -C extra-filename=-3a3e5a471b6afd0f --out-dir /tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/build/slab-3a3e5a471b6afd0f -C strip=symbols -L dependency=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/deps --extern autocfg=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/deps/libautocfg-48aa38da72696c47.rlib --cap-lints allow`
2025-08-18T22:04:28.6754561Z [00:01:43.753]➜     Compiling cfg_aliases v0.2.1
2025-08-18T22:04:28.6763340Z [00:01:43.753]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name cfg_aliases --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cfg_aliases-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no '--deny=clippy::str_to_string' -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6d2379815ca2d84e -C extra-filename=-4cc02de9c3a1b142 --out-dir /tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-18T22:04:28.7899024Z [00:01:43.867]➜     Compiling scopeguard v1.2.0
2025-08-18T22:04:28.7910476Z [00:01:43.867]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name scopeguard --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/scopeguard-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "use_std"))' -C metadata=72b18601c633bc5d -C extra-filename=-fca9edb259fbe444 --out-dir /tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-18T22:04:28.8613849Z [00:01:43.938]➜     Compiling colorchoice v1.0.3
2025-08-18T22:04:28.8642183Z [00:01:43.939]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name colorchoice --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/colorchoice-1.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b53deb8e8365cf69 -C extra-filename=-9c0c5e2325c68bf1 --out-dir /tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-18T22:04:28.9220723Z [00:01:43.999]➜     Compiling is_terminal_polyfill v1.70.1
2025-08-18T22:04:28.9242114Z [00:01:43.999]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name is_terminal_polyfill --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/is_terminal_polyfill-1.70.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default"))' -C metadata=4c8f6b5f464e66a0 -C extra-filename=-f03c0c3b7c68aa9a --out-dir /tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-18T22:04:28.9986666Z [00:01:44.076]➜     Compiling smallvec v1.15.0
2025-08-18T22:04:29.0023967Z [00:01:44.079]➜       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.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "bincode", "const_generics", "const_new", "debugger_visualizer", "drain_filter", "drain_keep_rest", "impl_bincode", "malloc_size_of", "may_dangle", "serde", "specialization", "union", "unty", "write"))' -C metadata=d045db0620a6aa6a -C extra-filename=-f5cf738d4bc049da --out-dir /tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-18T22:04:29.0575224Z [00:01:44.135]➜     Compiling anstyle v1.0.10
2025-08-18T22:04:29.0598958Z [00:01:44.135]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name anstyle --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-1.0.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=dee8ea37fc1f0ae4 -C extra-filename=-1f0bef145d35d1a2 --out-dir /tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-18T22:04:29.5158075Z [00:01:44.593]➜     Compiling adler2 v2.0.0
2025-08-18T22:04:29.5174531Z [00:01:44.594]➜       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.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "default", "rustc-dep-of-std", "std"))' -C metadata=f775f0a70a9cf07f -C extra-filename=-f6abfeb5c073bc13 --out-dir /tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-18T22:04:29.6698116Z [00:01:44.747]➜     Compiling getrandom v0.3.3
2025-08-18T22:04:29.6710929Z [00:01:44.747]➜       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/getrandom-0.3.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(getrandom_backend, values("custom", "efi_rng", "rdrand", "rndr", "linux_getrandom", "linux_raw", "wasm_js"))' --check-cfg 'cfg(getrandom_msan)' --check-cfg 'cfg(getrandom_windows_legacy)' --check-cfg 'cfg(getrandom_test_linux_fallback)' --check-cfg 'cfg(getrandom_test_linux_without_fallback)' --check-cfg 'cfg(getrandom_test_netbsd_fallback)' --check-cfg 'cfg(target_os, values("cygwin"))' -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("rustc-dep-of-std", "std", "wasm_js"))' -C metadata=a681ae14ab1e23c7 -C extra-filename=-7c6e7f63e8ea70ba --out-dir /tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/build/getrandom-7c6e7f63e8ea70ba -C strip=symbols -L dependency=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-18T22:04:29.7168229Z [00:01:44.794]➜     Compiling gimli v0.31.1
2025-08-18T22:04:29.7187355Z [00:01:44.795]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name gimli --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/gimli-0.31.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="read"' --cfg 'feature="read-core"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "endian-reader", "fallible-iterator", "read", "read-all", "read-core", "rustc-dep-of-std", "std", "write"))' -C metadata=7230ed71a8ce42cd -C extra-filename=-3215ac086ee6ba72 --out-dir /tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-18T22:04:29.9820251Z [00:01:45.059]➜     Compiling anstyle-query v1.1.2
2025-08-18T22:04:29.9855917Z [00:01:45.060]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name anstyle_query --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-query-1.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2da9fc26301fad64 -C extra-filename=-51ee185e4c4ff5f7 --out-dir /tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-18T22:04:30.1270234Z [00:01:45.204]➜     Compiling anstream v0.6.18
2025-08-18T22:04:30.1338947Z [00:01:45.205]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name anstream --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anstream-0.6.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="auto"' --cfg 'feature="default"' --cfg 'feature="wincon"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("auto", "default", "test", "wincon"))' -C metadata=a416aa1dca3b1a23 -C extra-filename=-3b02f3262b9455ba --out-dir /tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/deps --extern anstyle=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstyle-1f0bef145d35d1a2.rmeta --extern anstyle_parse=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstyle_parse-84b7b16131790355.rmeta --extern anstyle_query=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstyle_query-51ee185e4c4ff5f7.rmeta --extern colorchoice=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcolorchoice-9c0c5e2325c68bf1.rmeta --extern is_terminal_polyfill=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libis_terminal_polyfill-f03c0c3b7c68aa9a.rmeta --extern utf8parse=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libutf8parse-388405267e7821b8.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-18T22:04:30.2963378Z [00:01:45.373]➜       Running `/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/build/getrandom-7c6e7f63e8ea70ba/build-script-build`
2025-08-18T22:04:30.3083720Z [00:01:45.385]➜     Compiling miniz_oxide v0.8.8
2025-08-18T22:04:30.3103867Z [00:01:45.386]➜       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.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "block-boundary", "compiler_builtins", "core", "default", "rustc-dep-of-std", "serde", "simd", "simd-adler32", "std", "with-alloc"))' -C metadata=4401d0e397551b94 -C extra-filename=-60a460a7733b8e95 --out-dir /tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/deps --extern adler2=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libadler2-f6abfeb5c073bc13.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-18T22:04:31.1261872Z [00:01:46.202]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name parking_lot_core --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot_core-0.9.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph", "thread-id"))' -C metadata=b9e28fc5c2270eaf -C extra-filename=-cd7ebee870220cb2 --out-dir /tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/deps --extern cfg_if=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcfg_if-ad922fe68dc3537f.rmeta --extern libc=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibc-f3fdeabbd84fa70c.rmeta --extern smallvec=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsmallvec-f5cf738d4bc049da.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none --check-cfg 'cfg(tsan_enabled)'`
2025-08-18T22:04:31.5413070Z [00:01:46.618]➜     Compiling inotify-sys v0.1.5
2025-08-18T22:04:31.5436124Z [00:01:46.620]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name inotify_sys --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/inotify-sys-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=cec058c943d44dcc -C extra-filename=-e1afbe4c1c7cdc4f --out-dir /tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/deps --extern libc=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibc-f3fdeabbd84fa70c.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-18T22:04:31.7221139Z [00:01:46.798]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name lock_api --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lock_api-0.4.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="atomic_usize"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arc_lock", "atomic_usize", "default", "nightly", "owning_ref", "serde"))' -C metadata=c25a94307941313e -C extra-filename=-fb69158a4272f23a --out-dir /tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/deps --extern scopeguard=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libscopeguard-fca9edb259fbe444.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none --cfg has_const_fn_trait_bound --check-cfg 'cfg(has_const_fn_trait_bound)'`
2025-08-18T22:04:31.9516696Z [00:01:47.029]➜       Running `/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/build/slab-3a3e5a471b6afd0f/build-script-build`
2025-08-18T22:04:32.0769887Z [00:01:47.154]➜     Compiling nix v0.30.1
2025-08-18T22:04:32.0789364Z [00:01:47.155]➜       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/nix-0.30.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="fs"' --cfg 'feature="process"' --cfg 'feature="signal"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("acct", "aio", "default", "dir", "env", "event", "fanotify", "feature", "fs", "hostname", "inotify", "ioctl", "kmod", "memoffset", "mman", "mount", "mqueue", "net", "personality", "pin-utils", "poll", "process", "pthread", "ptrace", "quota", "reboot", "resource", "sched", "signal", "socket", "syslog", "term", "time", "ucontext", "uio", "user", "zerocopy"))' -C metadata=0e4c20266b2e3951 -C extra-filename=-f1c2dafacb008b8f --out-dir /tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/build/nix-f1c2dafacb008b8f -C strip=symbols -L dependency=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/deps --extern cfg_aliases=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/deps/libcfg_aliases-4cc02de9c3a1b142.rlib --cap-lints allow`
2025-08-18T22:04:32.2943864Z [00:01:47.370]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name object --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/object-0.36.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="archive"' --cfg 'feature="coff"' --cfg 'feature="elf"' --cfg 'feature="macho"' --cfg 'feature="pe"' --cfg 'feature="read_core"' --cfg 'feature="unaligned"' --cfg 'feature="xcoff"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all", "alloc", "archive", "build", "build_core", "cargo-all", "coff", "compiler_builtins", "compression", "core", "default", "doc", "elf", "macho", "pe", "read", "read_core", "rustc-dep-of-std", "std", "unaligned", "unstable", "unstable-all", "wasm", "write", "write_core", "write_std", "xcoff"))' -C metadata=cc8c869d1804368e -C extra-filename=-ca2aee07ac6dcd60 --out-dir /tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/deps --extern memchr=/tmp/tmp.akLxxVFhF5/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 --cfg core_error --check-cfg 'cfg(core_error)'`
2025-08-18T22:04:33.0715124Z [00:01:48.148]➜     Compiling crossbeam-epoch v0.9.18
2025-08-18T22:04:33.0731272Z [00:01:48.149]➜       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.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/deps --extern crossbeam_utils=/tmp/tmp.akLxxVFhF5/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-18T22:04:34.0830366Z [00:01:49.160]➜     Compiling terminal_size v0.4.2
2025-08-18T22:04:34.0840178Z [00:01:49.160]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name terminal_size --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/terminal_size-0.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0f1ee6cea9fa5302 -C extra-filename=-c164078a4b6d1e64 --out-dir /tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/deps --extern rustix=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librustix-c6307a06184c323f.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-18T22:04:34.3524952Z [00:01:49.430]➜     Compiling clap_lex v0.7.4
2025-08-18T22:04:34.3557449Z [00:01:49.431]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name clap_lex --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_lex-0.7.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b16da0b25eaa5905 -C extra-filename=-dcd7393b65521364 --out-dir /tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-18T22:04:35.0266857Z [00:01:50.104]➜     Compiling pin-project-lite v0.2.16
2025-08-18T22:04:35.0293549Z [00:01:50.105]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name pin_project_lite --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=unreachable_pub --warn=unexpected_cfgs '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::transmute_undefined_repr' '--warn=clippy::trailing_empty_array' --warn=single_use_lifetimes --warn=rust_2018_idioms '--warn=clippy::pedantic' --warn=non_ascii_idents '--warn=clippy::inline_asm_x86_att_syntax' --warn=improper_ctypes_definitions --warn=improper_ctypes --warn=deprecated_safe '--warn=clippy::default_union_representation' '--warn=clippy::as_underscore' '--warn=clippy::as_ptr_cast_mut' '--warn=clippy::all' '--allow=clippy::unreadable_literal' '--allow=clippy::type_complexity' '--allow=clippy::too_many_lines' '--allow=clippy::too_many_arguments' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::single_match_else' '--allow=clippy::single_match' '--allow=clippy::similar_names' '--allow=clippy::range_plus_one' '--allow=clippy::nonminimal_bool' '--allow=clippy::naive_bytecount' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_errors_doc' '--allow=clippy::manual_range_contains' '--allow=clippy::manual_assert' '--allow=clippy::lint_groups_priority' '--allow=clippy::incompatible_msrv' '--allow=clippy::float_cmp' '--allow=clippy::doc_markdown' '--allow=clippy::declare_interior_mutable_const' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=729b543ad9cc4564 -C extra-filename=-2a91682787be765b --out-dir /tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-18T22:04:35.1325555Z [00:01:50.209]➜     Compiling strsim v0.11.1
2025-08-18T22:04:35.1337872Z [00:01:50.210]➜       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.11.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0193e4c13a229f28 -C extra-filename=-0535910dc9036bf9 --out-dir /tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-18T22:04:35.6465793Z [00:01:50.723]➜     Compiling heck v0.5.0
2025-08-18T22:04:35.6475044Z [00:01:50.724]➜       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.akLxxVFhF5/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-18T22:04:36.1518340Z [00:01:51.229]➜     Compiling addr2line v0.24.2
2025-08-18T22:04:36.1533364Z [00:01:51.229]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name addr2line --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/addr2line-0.24.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all", "alloc", "bin", "cargo-all", "compiler_builtins", "core", "cpp_demangle", "default", "fallible-iterator", "loader", "rustc-demangle", "rustc-dep-of-std", "smallvec", "std"))' -C metadata=d7685ccb4234b498 -C extra-filename=-f22e1d10b143ba90 --out-dir /tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/deps --extern gimli=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgimli-3215ac086ee6ba72.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-18T22:04:36.2105603Z [00:01:51.287]➜     Compiling owo-colors v4.2.1
2025-08-18T22:04:36.2115337Z [00:01:51.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/owo-colors-4.2.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "supports-color", "supports-colors"))' -C metadata=4c4265786c506082 -C extra-filename=-8de30a3de7a0e3ff --out-dir /tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/build/owo-colors-8de30a3de7a0e3ff -C strip=symbols -L dependency=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-18T22:04:36.8073131Z [00:01:51.884]➜     Compiling bitflags v1.3.2
2025-08-18T22:04:36.8086726Z [00:01:51.884]➜       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.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-18T22:04:36.8608787Z [00:01:51.938]➜     Compiling log v0.4.27
2025-08-18T22:04:36.8623981Z [00:01:51.938]➜       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.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-18T22:04:36.9024573Z [00:01:51.979]➜     Compiling rustc-demangle v0.1.24
2025-08-18T22:04:36.9036344Z [00:01:51.980]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name rustc_demangle --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustc-demangle-0.1.24/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "rustc-dep-of-std", "std"))' -C metadata=1ad461fe128c0bd4 -C extra-filename=-56002613ad8f8a7f --out-dir /tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-18T22:04:37.0220246Z [00:01:52.099]➜     Compiling rayon-core v1.13.0
2025-08-18T22:04:37.0229041Z [00:01:52.099]➜       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.akLxxVFhF5/TEMPREPO/target/release/build/rayon-core-3916f069ff2d7d7f -C strip=symbols -L dependency=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-18T22:04:37.2726033Z [00:01:52.350]➜     Compiling option-ext v0.2.0
2025-08-18T22:04:37.2736360Z [00:01:52.350]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name option_ext --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/option-ext-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e9c60099ef7e8244 -C extra-filename=-dd7fd95bf387f8ef --out-dir /tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-18T22:04:37.4091779Z [00:01:52.486]➜     Compiling same-file v1.0.6
2025-08-18T22:04:37.4099345Z [00:01:52.486]➜       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.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-18T22:04:37.4175822Z [00:01:52.495]➜       Running `/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/build/rayon-core-3916f069ff2d7d7f/build-script-build`
2025-08-18T22:04:37.4209601Z [00:01:52.498]➜     Compiling dirs-sys v0.5.0
2025-08-18T22:04:37.4221106Z [00:01:52.498]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name dirs_sys --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dirs-sys-0.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9129008d74ac6f77 -C extra-filename=-e8970ab1144ac618 --out-dir /tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/deps --extern libc=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibc-f3fdeabbd84fa70c.rmeta --extern option_ext=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liboption_ext-dd7fd95bf387f8ef.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-18T22:04:37.7166836Z [00:01:52.794]➜     Compiling walkdir v2.5.0
2025-08-18T22:04:37.7178161Z [00:01:52.794]➜       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.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/deps --extern same_file=/tmp/tmp.akLxxVFhF5/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-18T22:04:38.0666795Z [00:01:53.144]➜     Compiling mio v0.8.11
2025-08-18T22:04:38.0683422Z [00:01:53.144]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name mio --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-0.8.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="os-ext"' --cfg 'feature="os-poll"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "log", "net", "os-ext", "os-poll"))' -C metadata=76337366f0f64fd5 -C extra-filename=-569c9177769484b4 --out-dir /tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/deps --extern libc=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibc-f3fdeabbd84fa70c.rmeta --extern log=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblog-dba0b81633251c61.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-18T22:04:38.5316970Z [00:01:53.609]➜     Compiling inotify v0.9.6
2025-08-18T22:04:38.5334735Z [00:01:53.609]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name inotify --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/inotify-0.9.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "futures-core", "stream", "tokio"))' -C metadata=beb0adec39c4b4a9 -C extra-filename=-0d1365971c23b0d1 --out-dir /tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/deps --extern bitflags=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbitflags-e4638d9ba5deda4a.rmeta --extern inotify_sys=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libinotify_sys-e1afbe4c1c7cdc4f.rmeta --extern libc=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibc-f3fdeabbd84fa70c.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-18T22:04:38.6913962Z [00:01:53.768]➜     Compiling serde_derive v1.0.219
2025-08-18T22:04:38.6922229Z [00:01:53.769]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name serde_derive --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_derive-1.0.219/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "deserialize_in_place"))' -C metadata=fd9f2321231c1a43 -C extra-filename=-4b9d307a5c7c3f13 --out-dir /tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/deps/libproc_macro2-65ce8afc9976ae3d.rlib --extern quote=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/deps/libquote-98dfd98fd01d9485.rlib --extern syn=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/deps/libsyn-1e7e8d6067929fca.rlib --extern proc_macro --cap-lints allow`
2025-08-18T22:04:38.8928139Z [00:01:53.970]➜     Compiling tokio-macros v2.5.0
2025-08-18T22:04:38.8941196Z [00:01:53.970]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name tokio_macros --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-macros-2.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=207383d561718a84 -C extra-filename=-54027ccf8ac43df8 --out-dir /tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/deps/libproc_macro2-65ce8afc9976ae3d.rlib --extern quote=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/deps/libquote-98dfd98fd01d9485.rlib --extern syn=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/deps/libsyn-1e7e8d6067929fca.rlib --extern proc_macro --cap-lints allow`
2025-08-18T22:04:38.9224345Z [00:01:53.999]➜     Compiling clap_derive v4.5.45
2025-08-18T22:04:38.9317057Z [00:01:54.001]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name clap_derive --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_derive-4.5.45/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' -C debug-assertions=off --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("debug", "default", "deprecated", "raw-deprecated", "unstable-markdown", "unstable-v5"))' -C metadata=400aff889f8af57b -C extra-filename=-6bb0454da1ff2b2e --out-dir /tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/deps --extern heck=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/deps/libheck-cb7f72c37e5a2d54.rlib --extern proc_macro2=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/deps/libproc_macro2-65ce8afc9976ae3d.rlib --extern quote=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/deps/libquote-98dfd98fd01d9485.rlib --extern syn=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/deps/libsyn-1e7e8d6067929fca.rlib --extern proc_macro --cap-lints allow`
2025-08-18T22:04:39.4615061Z [00:01:54.538]➜       Running `/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/build/owo-colors-8de30a3de7a0e3ff/build-script-build`
2025-08-18T22:04:39.5018096Z [00:01:54.579]➜     Compiling clap_builder v4.5.44
2025-08-18T22:04:39.5070149Z [00:01:54.581]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name clap_builder --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_builder-4.5.44/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --cfg 'feature="color"' --cfg 'feature="env"' --cfg 'feature="error-context"' --cfg 'feature="help"' --cfg 'feature="std"' --cfg 'feature="suggestions"' --cfg 'feature="usage"' --cfg 'feature="wrap_help"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cargo", "color", "debug", "default", "deprecated", "env", "error-context", "help", "std", "string", "suggestions", "unicode", "unstable-doc", "unstable-ext", "unstable-styles", "unstable-v5", "usage", "wrap_help"))' -C metadata=894332e705c1f76e -C extra-filename=-aa045e24d9346fc6 --out-dir /tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/deps --extern anstream=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstream-3b02f3262b9455ba.rmeta --extern anstyle=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstyle-1f0bef145d35d1a2.rmeta --extern clap_lex=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap_lex-dcd7393b65521364.rmeta --extern strsim=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libstrsim-0535910dc9036bf9.rmeta --extern terminal_size=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libterminal_size-c164078a4b6d1e64.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-18T22:04:40.6950063Z [00:01:55.772]➜     Compiling crossbeam-deque v0.8.6
2025-08-18T22:04:40.6966820Z [00:01:55.773]➜       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.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/deps --extern crossbeam_epoch=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrossbeam_epoch-a035f5c67ef4c95b.rmeta --extern crossbeam_utils=/tmp/tmp.akLxxVFhF5/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-18T22:04:41.0797168Z [00:01:56.156]➜       Running `/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/build/nix-f1c2dafacb008b8f/build-script-build`
2025-08-18T22:04:41.0867414Z [00:01:56.164]➜     Compiling parking_lot v0.12.4
2025-08-18T22:04:41.0884502Z [00:01:56.165]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name parking_lot --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot-0.12.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arc_lock", "deadlock_detection", "default", "hardware-lock-elision", "nightly", "owning_ref", "send_guard", "serde"))' -C metadata=a16fcb0283fd8604 -C extra-filename=-cf527eff4a9e9c43 --out-dir /tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/deps --extern lock_api=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblock_api-fb69158a4272f23a.rmeta --extern parking_lot_core=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libparking_lot_core-cd7ebee870220cb2.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-18T22:04:42.6813199Z [00:01:57.758]➜     Compiling backtrace v0.3.75
2025-08-18T22:04:42.6838760Z [00:01:57.759]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name backtrace --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/backtrace-0.3.75/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --allow=unexpected_cfgs --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("coresymbolication", "cpp_demangle", "dbghelp", "default", "dl_iterate_phdr", "dladdr", "kernel32", "libunwind", "ruzstd", "serde", "serialize-serde", "std", "unix-backtrace"))' -C metadata=f526af3fbf7194af -C extra-filename=-e70168c26ff2692a --out-dir /tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/deps --extern addr2line=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libaddr2line-f22e1d10b143ba90.rmeta --extern cfg_if=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcfg_if-ad922fe68dc3537f.rmeta --extern libc=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibc-f3fdeabbd84fa70c.rmeta --extern miniz_oxide=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libminiz_oxide-60a460a7733b8e95.rmeta --extern object=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libobject-ca2aee07ac6dcd60.rmeta --extern rustc_demangle=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librustc_demangle-56002613ad8f8a7f.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-18T22:04:43.1076723Z [00:01:58.184]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name slab --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slab-0.4.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=2fc04bf1a0c8991d -C extra-filename=-e1aec67ca6d91568 --out-dir /tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-18T22:04:43.3837075Z [00:01:58.459]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name getrandom --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=unexpected_cfgs --check-cfg 'cfg(getrandom_backend, values("custom", "efi_rng", "rdrand", "rndr", "linux_getrandom", "linux_raw", "wasm_js"))' --check-cfg 'cfg(getrandom_msan)' --check-cfg 'cfg(getrandom_windows_legacy)' --check-cfg 'cfg(getrandom_test_linux_fallback)' --check-cfg 'cfg(getrandom_test_linux_without_fallback)' --check-cfg 'cfg(getrandom_test_netbsd_fallback)' --check-cfg 'cfg(target_os, values("cygwin"))' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("rustc-dep-of-std", "std", "wasm_js"))' -C metadata=962cb304576bfb13 -C extra-filename=-0f4a9aec48c03d82 --out-dir /tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/deps --extern cfg_if=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcfg_if-ad922fe68dc3537f.rmeta --extern libc=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibc-f3fdeabbd84fa70c.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-18T22:04:43.7371671Z [00:01:58.814]➜     Compiling socket2 v0.6.0
2025-08-18T22:04:43.7387328Z [00:01:58.815]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name socket2 --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/socket2-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="all"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all"))' -C metadata=4e06d1d735a7bf6b -C extra-filename=-8d89b097bb1335ea --out-dir /tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/deps --extern libc=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibc-f3fdeabbd84fa70c.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-18T22:04:44.5586280Z [00:01:59.636]➜     Compiling signal-hook-registry v1.4.5
2025-08-18T22:04:44.5599468Z [00:01:59.636]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name signal_hook_registry --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/signal-hook-registry-1.4.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5d23ca0e921b90ca -C extra-filename=-fefeaecc69f23968 --out-dir /tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/deps --extern libc=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibc-f3fdeabbd84fa70c.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-18T22:04:45.3980374Z [00:02:00.475]➜     Compiling filetime v0.2.25
2025-08-18T22:04:45.3996540Z [00:02:00.476]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name filetime --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/filetime-0.2.25/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8e0826879dc540bb -C extra-filename=-05416f239be73869 --out-dir /tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/deps --extern cfg_if=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcfg_if-ad922fe68dc3537f.rmeta --extern libc=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibc-f3fdeabbd84fa70c.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-18T22:04:45.4317836Z [00:02:00.509]➜     Compiling mio v1.0.4
2025-08-18T22:04:45.4339881Z [00:02:00.510]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name mio --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=unexpected_cfgs --check-cfg 'cfg(mio_unsupported_force_poll_poll)' --check-cfg 'cfg(mio_unsupported_force_waker_pipe)' --cfg 'feature="net"' --cfg 'feature="os-ext"' --cfg 'feature="os-poll"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "log", "net", "os-ext", "os-poll"))' -C metadata=3602defda324c13b -C extra-filename=-c4b5cc0db1c9ab3b --out-dir /tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/deps --extern libc=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibc-f3fdeabbd84fa70c.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-18T22:04:45.8179750Z [00:02:00.895]➜     Compiling aho-corasick v1.1.3
2025-08-18T22:04:45.8208822Z [00:02:00.897]➜       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="perf-literal"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "logging", "perf-literal", "std"))' -C metadata=124910dc6e6d7100 -C extra-filename=-e6a0a7a0e260dee1 --out-dir /tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/deps --extern memchr=/tmp/tmp.akLxxVFhF5/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-18T22:04:46.9290484Z [00:02:02.006]➜     Compiling crossbeam-channel v0.5.15
2025-08-18T22:04:46.9310269Z [00:02:02.007]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name crossbeam_channel --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=unexpected_cfgs '--allow=clippy::lint_groups_priority' '--allow=clippy::declare_interior_mutable_const' --check-cfg 'cfg(crossbeam_loom)' --check-cfg 'cfg(crossbeam_sanitize)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=5166a20a460869d4 -C extra-filename=-1592dd87362accc2 --out-dir /tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/deps --extern crossbeam_utils=/tmp/tmp.akLxxVFhF5/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-18T22:04:47.5310378Z [00:02:02.607]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name serde --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.219/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=e887c461512ec6f2 -C extra-filename=-a8c855679b6d2e1e --out-dir /tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/deps --extern serde_derive=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/deps/libserde_derive-4b9d307a5c7c3f13.so --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none --check-cfg 'cfg(no_core_cstr)' --check-cfg 'cfg(no_core_error)' --check-cfg 'cfg(no_core_net)' --check-cfg 'cfg(no_core_num_saturating)' --check-cfg 'cfg(no_core_try_from)' --check-cfg 'cfg(no_diagnostic_namespace)' --check-cfg 'cfg(no_float_copysign)' --check-cfg 'cfg(no_num_nonzero_signed)' --check-cfg 'cfg(no_relaxed_trait_bounds)' --check-cfg 'cfg(no_serde_derive)' --check-cfg 'cfg(no_std_atomic)' --check-cfg 'cfg(no_std_atomic64)' --check-cfg 'cfg(no_systemtime_checked_add)' --check-cfg 'cfg(no_target_has_atomic)'`
2025-08-18T22:04:48.3373648Z [00:02:03.414]➜     Compiling futures-core v0.3.31
2025-08-18T22:04:48.3393865Z [00:02:03.416]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name futures_core --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-core-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "portable-atomic", "std", "unstable"))' -C metadata=aa21e054a506e159 -C extra-filename=-7cc7933eec180d26 --out-dir /tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-18T22:04:48.6746729Z [00:02:03.752]➜     Compiling unicode-linebreak v0.1.5
2025-08-18T22:04:48.6766476Z [00:02:03.753]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name unicode_linebreak --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-linebreak-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6e2a0fa6ce2877fb -C extra-filename=-e2d7c345523d6c22 --out-dir /tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-18T22:04:49.2093128Z [00:02:04.286]➜     Compiling pin-utils v0.1.0
2025-08-18T22:04:49.2117214Z [00:02:04.288]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name pin_utils --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pin-utils-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8ec850a3fbc72638 -C extra-filename=-327e87f8993c05ae --out-dir /tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-18T22:04:49.2931351Z [00:02:04.370]➜     Compiling bytes v1.10.1
2025-08-18T22:04:49.2964944Z [00:02:04.373]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name bytes --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=unexpected_cfgs --check-cfg 'cfg(loom)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "extra-platforms", "serde", "std"))' -C metadata=1799e42690c2fcef -C extra-filename=-670ef56d94852b53 --out-dir /tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-18T22:04:49.8028991Z [00:02:04.880]➜     Compiling unicode-width v0.2.0
2025-08-18T22:04:49.8043671Z [00:02:04.881]➜       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.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="cjk"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cjk", "compiler_builtins", "core", "default", "no_std", "rustc-dep-of-std", "std"))' -C metadata=0cb4fcd04bbee119 -C extra-filename=-355d02a9b26506ec --out-dir /tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-18T22:04:50.3585882Z [00:02:05.436]➜     Compiling equivalent v1.0.2
2025-08-18T22:04:50.3616727Z [00:02:05.438]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name equivalent --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/equivalent-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9d3382364af632f4 -C extra-filename=-00f80dfaddbea53e --out-dir /tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-18T22:04:50.4932870Z [00:02:05.568]➜     Compiling futures-task v0.3.31
2025-08-18T22:04:50.4954766Z [00:02:05.571]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name futures_task --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-task-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "std", "unstable"))' -C metadata=a07a7f18ecaa60a4 -C extra-filename=-add56d117c301428 --out-dir /tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-18T22:04:50.8255506Z [00:02:05.902]➜     Compiling regex-syntax v0.8.5
2025-08-18T22:04:50.8289550Z [00:02:05.905]➜       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="default"' --cfg 'feature="std"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "default", "std", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment"))' -C metadata=c73d2ac40ef9ad8f -C extra-filename=-a6e8118dff480c24 --out-dir /tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-18T22:04:51.5712788Z [00:02:06.648]➜     Compiling thiserror v2.0.15
2025-08-18T22:04:51.5724888Z [00:02:06.649]➜       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.akLxxVFhF5/TEMPREPO/target/release/build/thiserror-e3a46aaf38d18c96 -C strip=symbols -L dependency=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-18T22:04:52.1759298Z [00:02:07.253]➜     Compiling hashbrown v0.15.3
2025-08-18T22:04:52.1769923Z [00:02:07.253]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name hashbrown --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/hashbrown-0.15.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "allocator-api2", "compiler_builtins", "core", "default", "default-hasher", "equivalent", "inline-more", "nightly", "raw-entry", "rayon", "rustc-dep-of-std", "rustc-internal-api", "serde"))' -C metadata=6d938e22ee61ada7 -C extra-filename=-2c09c4f5321e38cc --out-dir /tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-18T22:04:53.6926062Z [00:02:08.770]➜     Compiling is_ci v1.2.0
2025-08-18T22:04:53.6942249Z [00:02:08.771]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name is_ci --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/is_ci-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c016f5d6fedfc21f -C extra-filename=-e9957b348b002262 --out-dir /tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-18T22:04:53.9595433Z [00:02:09.036]➜     Compiling serde_json v1.0.142
2025-08-18T22:04:53.9620810Z [00:02:09.038]➜       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/serde_json-1.0.142/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="indexmap"' --cfg 'feature="preserve_order"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arbitrary_precision", "default", "float_roundtrip", "indexmap", "preserve_order", "raw_value", "std", "unbounded_depth"))' -C metadata=40eb698eab61037e -C extra-filename=-8be794423b45a10f --out-dir /tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/build/serde_json-8be794423b45a10f -C strip=symbols -L dependency=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-18T22:04:54.3369182Z [00:02:09.414]➜     Compiling winnow v0.7.10
2025-08-18T22:04:54.3411094Z [00:02:09.416]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name winnow --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winnow-0.7.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--allow=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --warn=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "debug", "default", "simd", "std", "unstable-doc", "unstable-recover"))' -C metadata=7f44208581ef4747 -C extra-filename=-2dea7c4e3af6a35e --out-dir /tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-18T22:04:54.5150753Z [00:02:09.592]➜       Running `/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/build/serde_json-8be794423b45a10f/build-script-build`
2025-08-18T22:04:54.5190547Z [00:02:09.596]➜     Compiling supports-color v3.0.2
2025-08-18T22:04:54.5241120Z [00:02:09.598]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name supports_color --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/supports-color-3.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=33f4e8ed2cfd7664 -C extra-filename=-b4211258c0cf013a --out-dir /tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/deps --extern is_ci=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libis_ci-e9957b348b002262.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-18T22:04:54.6446432Z [00:02:09.722]➜     Compiling indexmap v2.9.0
2025-08-18T22:04:54.6459851Z [00:02:09.722]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name indexmap --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/indexmap-2.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto '--allow=clippy::style' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "borsh", "default", "quickcheck", "rayon", "serde", "std", "test_debug"))' -C metadata=9bc88f2948425423 -C extra-filename=-83895ec535695fc8 --out-dir /tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/deps --extern equivalent=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libequivalent-00f80dfaddbea53e.rmeta --extern hashbrown=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhashbrown-2c09c4f5321e38cc.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-18T22:04:55.0341727Z [00:02:10.111]➜       Running `/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/build/thiserror-e3a46aaf38d18c96/build-script-build`
2025-08-18T22:04:55.1798226Z [00:02:10.257]➜     Compiling tokio v1.47.1
2025-08-18T22:04:55.1821895Z [00:02:10.257]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name tokio --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(loom)' --check-cfg 'cfg(mio_unsupported_force_poll_poll)' --check-cfg 'cfg(tokio_allow_from_blocking_fd)' --check-cfg 'cfg(tokio_internal_mt_counters)' --check-cfg 'cfg(tokio_no_parking_lot)' --check-cfg 'cfg(tokio_no_tuning_tests)' --check-cfg 'cfg(tokio_taskdump)' --check-cfg 'cfg(tokio_unstable)' --check-cfg 'cfg(tokio_uring)' --check-cfg 'cfg(target_os, values("cygwin"))' --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="full"' --cfg 'feature="io-std"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="macros"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="parking_lot"' --cfg 'feature="process"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="signal"' --cfg 'feature="signal-hook-registry"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="time"' --cfg 'feature="tokio-macros"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-util", "libc", "macros", "mio", "net", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=df9427133d77f434 -C extra-filename=-1e8004299cae8368 --out-dir /tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/deps --extern bytes=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbytes-670ef56d94852b53.rmeta --extern libc=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibc-f3fdeabbd84fa70c.rmeta --extern mio=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmio-c4b5cc0db1c9ab3b.rmeta --extern parking_lot=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libparking_lot-cf527eff4a9e9c43.rmeta --extern pin_project_lite=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpin_project_lite-2a91682787be765b.rmeta --extern signal_hook_registry=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsignal_hook_registry-fefeaecc69f23968.rmeta --extern socket2=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsocket2-8d89b097bb1335ea.rmeta --extern tokio_macros=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/deps/libtokio_macros-54027ccf8ac43df8.so --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-18T22:04:56.2629861Z [00:02:11.340]➜     Compiling serde_spanned v1.0.0
2025-08-18T22:04:56.2670606Z [00:02:11.342]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name serde_spanned --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_spanned-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' '--warn=clippy::use_self' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::needless_bool' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--allow=clippy::get_first' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="alloc"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "serde", "std"))' -C metadata=1ad8e945b57784cc -C extra-filename=-c8655861c17aadb5 --out-dir /tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/deps --extern serde=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde-a8c855679b6d2e1e.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-18T22:04:56.4369048Z [00:02:11.514]➜     Compiling toml_datetime v0.7.0
2025-08-18T22:04:56.4404872Z [00:02:11.515]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name toml_datetime --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_datetime-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' '--warn=clippy::use_self' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::needless_bool' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--allow=clippy::get_first' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="alloc"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "serde", "std"))' -C metadata=6048252c94fc8fc1 -C extra-filename=-3ccde70a349fa81c --out-dir /tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/deps --extern serde=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde-a8c855679b6d2e1e.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-18T22:04:56.5661791Z [00:02:11.643]➜     Compiling regex-automata v0.4.9
2025-08-18T22:04:56.5685195Z [00:02:11.644]➜       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-backtrack"' --cfg 'feature="nfa-pikevm"' --cfg 'feature="nfa-thompson"' --cfg 'feature="perf-inline"' --cfg 'feature="perf-literal"' --cfg 'feature="perf-literal-multisubstring"' --cfg 'feature="perf-literal-substring"' --cfg 'feature="std"' --cfg 'feature="syntax"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --cfg 'feature="unicode-word-boundary"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "dfa", "dfa-build", "dfa-onepass", "dfa-search", "hybrid", "internal-instrument", "internal-instrument-pikevm", "logging", "meta", "nfa", "nfa-backtrack", "nfa-pikevm", "nfa-thompson", "perf", "perf-inline", "perf-literal", "perf-literal-multisubstring", "perf-literal-substring", "std", "syntax", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment", "unicode-word-boundary"))' -C metadata=fca915155955db50 -C extra-filename=-f222507f3749a68d --out-dir /tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/deps --extern aho_corasick=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libaho_corasick-e6a0a7a0e260dee1.rmeta --extern memchr=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmemchr-70e93713acfb7392.rmeta --extern regex_syntax=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex_syntax-a6e8118dff480c24.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-18T22:04:57.2402502Z [00:02:12.316]➜     Compiling futures-util v0.3.31
2025-08-18T22:04:57.2422736Z [00:02:12.318]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name futures_util --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="slab"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "async-await", "async-await-macro", "bilock", "cfg-target-has-atomic", "channel", "compat", "default", "futures-channel", "futures-io", "futures-macro", "futures-sink", "futures_01", "io", "io-compat", "memchr", "portable-atomic", "sink", "slab", "std", "tokio-io", "unstable", "write-all-vectored"))' -C metadata=4083a98bf18aef50 -C extra-filename=-d265db9c60ab090f --out-dir /tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/deps --extern futures_core=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_core-7cc7933eec180d26.rmeta --extern futures_task=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_task-add56d117c301428.rmeta --extern pin_project_lite=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpin_project_lite-2a91682787be765b.rmeta --extern pin_utils=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpin_utils-327e87f8993c05ae.rmeta --extern slab=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libslab-e1aec67ca6d91568.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-18T22:04:59.6972489Z [00:02:14.774]➜     Compiling toml_parser v1.0.2
2025-08-18T22:04:59.7024959Z [00:02:14.775]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name toml_parser --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_parser-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' '--warn=clippy::use_self' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::needless_bool' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--allow=clippy::get_first' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "debug", "default", "simd", "std", "unsafe"))' -C metadata=5a4892339ee2a7f8 -C extra-filename=-0fd11076ae604d8a --out-dir /tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/deps --extern winnow=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libwinnow-2dea7c4e3af6a35e.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-18T22:05:01.4600905Z [00:02:16.537]➜     Compiling textwrap v0.16.2
2025-08-18T22:05:01.4623182Z [00:02:16.538]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name textwrap --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/textwrap-0.16.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --cfg 'feature="unicode-linebreak"' --cfg 'feature="unicode-width"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "hyphenation", "smawk", "terminal_size", "unicode-linebreak", "unicode-width"))' -C metadata=57903b65ccb4ac74 -C extra-filename=-1a512b46b69bcd68 --out-dir /tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/deps --extern unicode_linebreak=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libunicode_linebreak-e2d7c345523d6c22.rmeta --extern unicode_width=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libunicode_width-355d02a9b26506ec.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-18T22:05:02.5578659Z [00:02:17.635]➜     Compiling notify v5.2.0
2025-08-18T22:05:02.5618728Z [00:02:17.636]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name notify --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/notify-5.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="crossbeam-channel"' --cfg 'feature="kqueue"' --cfg 'feature="macos_kqueue"' --cfg 'feature="mio"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("crossbeam-channel", "default", "fsevent-sys", "kqueue", "macos_fsevent", "macos_kqueue", "manual_tests", "mio", "serde", "timing_tests"))' -C metadata=f1e4fbaa91edfc35 -C extra-filename=-d2458e0a26779e93 --out-dir /tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/deps --extern bitflags=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbitflags-e4638d9ba5deda4a.rmeta --extern crossbeam_channel=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrossbeam_channel-1592dd87362accc2.rmeta --extern filetime=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfiletime-05416f239be73869.rmeta --extern inotify=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libinotify-0d1365971c23b0d1.rmeta --extern libc=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibc-f3fdeabbd84fa70c.rmeta --extern mio=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmio-569c9177769484b4.rmeta --extern walkdir=/tmp/tmp.akLxxVFhF5/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-18T22:05:02.8399981Z [00:02:17.917]➜     Compiling clap v4.5.45
2025-08-18T22:05:02.8441210Z [00:02:17.918]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name clap --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap-4.5.45/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --cfg 'feature="color"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="env"' --cfg 'feature="error-context"' --cfg 'feature="help"' --cfg 'feature="std"' --cfg 'feature="suggestions"' --cfg 'feature="usage"' --cfg 'feature="wrap_help"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cargo", "color", "debug", "default", "deprecated", "derive", "env", "error-context", "help", "std", "string", "suggestions", "unicode", "unstable-derive-ui-tests", "unstable-doc", "unstable-ext", "unstable-markdown", "unstable-styles", "unstable-v5", "usage", "wrap_help"))' -C metadata=43c2e40989124510 -C extra-filename=-d64467ba2ce40c03 --out-dir /tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/deps --extern clap_builder=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap_builder-aa045e24d9346fc6.rmeta --extern clap_derive=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/deps/libclap_derive-6bb0454da1ff2b2e.so --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-18T22:05:02.9223426Z [00:02:17.999]➜     Compiling backtrace-ext v0.2.1
2025-08-18T22:05:02.9240937Z [00:02:18.000]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name backtrace_ext --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/backtrace-ext-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=294911cdfcbf8e07 -C extra-filename=-89e2a7a5460c87a4 --out-dir /tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/deps --extern backtrace=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbacktrace-e70168c26ff2692a.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-18T22:05:03.2410126Z [00:02:18.316]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name nix --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nix-0.30.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="fs"' --cfg 'feature="process"' --cfg 'feature="signal"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("acct", "aio", "default", "dir", "env", "event", "fanotify", "feature", "fs", "hostname", "inotify", "ioctl", "kmod", "memoffset", "mman", "mount", "mqueue", "net", "personality", "pin-utils", "poll", "process", "pthread", "ptrace", "quota", "reboot", "resource", "sched", "signal", "socket", "syslog", "term", "time", "ucontext", "uio", "user", "zerocopy"))' -C metadata=8191cb674d858950 -C extra-filename=-8770d5142b4338bf --out-dir /tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/deps --extern bitflags=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbitflags-9512240895c4827e.rmeta --extern cfg_if=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcfg_if-ad922fe68dc3537f.rmeta --extern libc=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibc-f3fdeabbd84fa70c.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none --cfg linux --cfg linux_android --check-cfg 'cfg(android)' --check-cfg 'cfg(dragonfly)' --check-cfg 'cfg(ios)' --check-cfg 'cfg(freebsd)' --check-cfg 'cfg(illumos)' --check-cfg 'cfg(linux)' --check-cfg 'cfg(macos)' --check-cfg 'cfg(netbsd)' --check-cfg 'cfg(openbsd)' --check-cfg 'cfg(solaris)' --check-cfg 'cfg(watchos)' --check-cfg 'cfg(tvos)' --check-cfg 'cfg(visionos)' --check-cfg 'cfg(apple_targets)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(bsd_without_apple)' --check-cfg 'cfg(linux_android)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(fbsd14)' --check-cfg 'cfg(qemu)' --check-cfg 'cfg(target_os, values("cygwin"))'`
2025-08-18T22:05:03.7447566Z [00:02:18.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.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/deps --extern crossbeam_deque=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrossbeam_deque-0d1f152e6612a44b.rmeta --extern crossbeam_utils=/tmp/tmp.akLxxVFhF5/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-18T22:05:06.4406232Z [00:02:21.517]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name owo_colors --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-4.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "supports-color", "supports-colors"))' -C metadata=c8e12652e64e291c -C extra-filename=-c5602ab81c1ec0f9 --out-dir /tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none --cfg const_mut_refs --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(const_mut_refs)'`
2025-08-18T22:05:09.0882454Z [00:02:24.165]➜     Compiling thiserror-impl v2.0.15
2025-08-18T22:05:09.0899394Z [00:02:24.166]➜       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=121a7e8fd3fc0aa3 -C extra-filename=-ba468e002a6215fe --out-dir /tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/deps/libproc_macro2-65ce8afc9976ae3d.rlib --extern quote=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/deps/libquote-98dfd98fd01d9485.rlib --extern syn=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/deps/libsyn-1e7e8d6067929fca.rlib --extern proc_macro --cap-lints allow`
2025-08-18T22:05:09.1269225Z [00:02:24.204]➜     Compiling miette-derive v7.6.0
2025-08-18T22:05:09.1296071Z [00:02:24.206]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name miette_derive --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/miette-derive-7.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0aa3df36866dc96f -C extra-filename=-c04d8eb4194fded8 --out-dir /tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/deps/libproc_macro2-65ce8afc9976ae3d.rlib --extern quote=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/deps/libquote-98dfd98fd01d9485.rlib --extern syn=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/deps/libsyn-1e7e8d6067929fca.rlib --extern proc_macro --cap-lints allow`
2025-08-18T22:05:09.5740514Z [00:02:24.651]➜     Compiling dirs v6.0.0
2025-08-18T22:05:09.5757065Z [00:02:24.652]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name dirs --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/dirs-6.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=7dc1fce1f6bbcb6f -C extra-filename=-d3d8b7ec183f449d --out-dir /tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/deps --extern dirs_sys=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libdirs_sys-e8970ab1144ac618.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-18T22:05:09.8287431Z [00:02:24.906]➜     Compiling toml_writer v1.0.2
2025-08-18T22:05:09.8311616Z [00:02:24.906]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name toml_writer --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml_writer-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' '--warn=clippy::use_self' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::needless_bool' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--allow=clippy::get_first' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=5c9308b6136e9287 -C extra-filename=-892fe5ab5f5215ca --out-dir /tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-18T22:05:10.2948322Z [00:02:25.372]➜     Compiling supports-unicode v3.0.0
2025-08-18T22:05:10.2960862Z [00:02:25.372]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name supports_unicode --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/supports-unicode-3.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b876391cf6b6b5c6 -C extra-filename=-2e7c2618ee2da0b8 --out-dir /tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-18T22:05:10.4613948Z [00:02:25.538]➜     Compiling ryu v1.0.20
2025-08-18T22:05:10.4627389Z [00:02:25.539]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name ryu --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ryu-1.0.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("no-panic", "small"))' -C metadata=8b565f5c1f240891 -C extra-filename=-5d7663d4e453975b --out-dir /tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-18T22:05:10.9170433Z [00:02:25.994]➜     Compiling fastrand v2.3.0
2025-08-18T22:05:10.9196991Z [00:02:25.996]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name fastrand --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fastrand-2.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "js", "std"))' -C metadata=8a489a08eaa779ec -C extra-filename=-7349f526c053b502 --out-dir /tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-18T22:05:11.4608348Z [00:02:26.538]➜     Compiling supports-hyperlinks v3.1.0
2025-08-18T22:05:11.4643159Z [00:02:26.541]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name supports_hyperlinks --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/supports-hyperlinks-3.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f1edcab50dcbeb11 -C extra-filename=-7a392e4a024bd5f5 --out-dir /tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-18T22:05:11.7436377Z [00:02:26.821]➜     Compiling either v1.15.0
2025-08-18T22:05:11.7447981Z [00:02:26.821]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name either --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/either-1.15.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std", "use_std"))' -C metadata=aa0d7ce5be831243 -C extra-filename=-ca8c527b5d187009 --out-dir /tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-18T22:05:12.1081830Z [00:02:27.185]➜     Compiling itoa v1.0.15
2025-08-18T22:05:12.1094736Z [00:02:27.186]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name itoa --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itoa-1.0.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("no-panic"))' -C metadata=581ced285c318958 -C extra-filename=-b2a72e844afe803f --out-dir /tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-18T22:05:12.1162211Z [00:02:27.193]➜     Compiling once_cell v1.21.3
2025-08-18T22:05:12.1175438Z [00:02:27.194]➜       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.21.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="alloc"' --cfg 'feature="race"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "atomic-polyfill", "critical-section", "default", "parking_lot", "portable-atomic", "race", "std", "unstable"))' -C metadata=57e0300ebb485edd -C extra-filename=-060cccef245b8c37 --out-dir /tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-18T22:05:12.4158666Z [00:02:27.493]➜     Compiling unicode-width v0.1.14
2025-08-18T22:05:12.4178326Z [00:02:27.494]➜       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.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-18T22:05:12.5027083Z [00:02:27.580]➜     Compiling tempfile v3.20.0
2025-08-18T22:05:12.5043253Z [00:02:27.580]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name tempfile --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tempfile-3.20.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --cfg 'feature="getrandom"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "getrandom", "nightly", "unstable-windows-keep-open-tempfile"))' -C metadata=be1516ca4ea6c7fb -C extra-filename=-a769e268b0aea6e3 --out-dir /tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/deps --extern fastrand=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfastrand-7349f526c053b502.rmeta --extern getrandom=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgetrandom-0f4a9aec48c03d82.rmeta --extern once_cell=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libonce_cell-060cccef245b8c37.rmeta --extern rustix=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librustix-c6307a06184c323f.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-18T22:05:12.8874812Z [00:02:27.964]➜       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=9e7a11e5ac89d638 -C extra-filename=-e8be2e23a342b85c --out-dir /tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/deps --extern thiserror_impl=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/deps/libthiserror_impl-ba468e002a6215fe.so --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(thiserror_nightly_testing)' --check-cfg 'cfg(thiserror_no_backtrace_type)'`
2025-08-18T22:05:12.9524945Z [00:02:28.029]➜     Compiling miette v7.6.0
2025-08-18T22:05:12.9550907Z [00:02:28.030]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name miette --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/miette-7.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="fancy"' --cfg 'feature="fancy-base"' --cfg 'feature="fancy-no-backtrace"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "derive", "fancy", "fancy-base", "fancy-no-backtrace", "fancy-no-syscall", "no-format-args-capture", "serde", "syntect-highlighter"))' -C metadata=b7063fffcded2cfe -C extra-filename=-1f6bcf2c6f8ec8e7 --out-dir /tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/deps --extern backtrace=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbacktrace-e70168c26ff2692a.rmeta --extern backtrace_ext=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbacktrace_ext-89e2a7a5460c87a4.rmeta --extern cfg_if=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcfg_if-ad922fe68dc3537f.rmeta --extern miette_derive=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/deps/libmiette_derive-c04d8eb4194fded8.so --extern owo_colors=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libowo_colors-c5602ab81c1ec0f9.rmeta --extern supports_color=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsupports_color-b4211258c0cf013a.rmeta --extern supports_hyperlinks=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsupports_hyperlinks-7a392e4a024bd5f5.rmeta --extern supports_unicode=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsupports_unicode-2e7c2618ee2da0b8.rmeta --extern terminal_size=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libterminal_size-c164078a4b6d1e64.rmeta --extern textwrap=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtextwrap-1a512b46b69bcd68.rmeta --extern unicode_width=/tmp/tmp.akLxxVFhF5/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-18T22:05:12.9991096Z [00:02:28.075]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name serde_json --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_json-1.0.142/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --cfg 'feature="indexmap"' --cfg 'feature="preserve_order"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "arbitrary_precision", "default", "float_roundtrip", "indexmap", "preserve_order", "raw_value", "std", "unbounded_depth"))' -C metadata=f487e7fe716c4587 -C extra-filename=-151207b2e1b9208a --out-dir /tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/deps --extern indexmap=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libindexmap-83895ec535695fc8.rmeta --extern itoa=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libitoa-b2a72e844afe803f.rmeta --extern memchr=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmemchr-70e93713acfb7392.rmeta --extern ryu=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libryu-5d7663d4e453975b.rmeta --extern serde=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde-a8c855679b6d2e1e.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none --cfg 'fast_arithmetic="64"' --check-cfg 'cfg(fast_arithmetic, values("32", "64"))'`
2025-08-18T22:05:13.0086965Z [00:02:28.084]➜     Compiling rayon v1.11.0
2025-08-18T22:05:13.0097099Z [00:02:28.085]➜       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=c4f7a160adf76bc6 -C extra-filename=-d85e41f4801fb8ee --out-dir /tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/deps --extern either=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libeither-ca8c527b5d187009.rmeta --extern rayon_core=/tmp/tmp.akLxxVFhF5/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-18T22:05:14.3049823Z [00:02:29.382]➜     Compiling toml v0.9.5
2025-08-18T22:05:14.3088085Z [00:02:29.383]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name toml --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/toml-0.9.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' '--warn=clippy::use_self' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--allow=clippy::needless_bool' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--allow=clippy::get_first' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="display"' --cfg 'feature="parse"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("debug", "default", "display", "fast_hash", "parse", "preserve_order", "serde", "std", "unbounded"))' -C metadata=1318f4712a75f901 -C extra-filename=-36bd339aa0787e06 --out-dir /tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/deps --extern serde=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde-a8c855679b6d2e1e.rmeta --extern serde_spanned=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde_spanned-c8655861c17aadb5.rmeta --extern toml_datetime=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtoml_datetime-3ccde70a349fa81c.rmeta --extern toml_parser=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtoml_parser-0fd11076ae604d8a.rmeta --extern toml_writer=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtoml_writer-892fe5ab5f5215ca.rmeta --extern winnow=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libwinnow-2dea7c4e3af6a35e.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-18T22:05:18.4396149Z [00:02:33.517]➜     Compiling shellexpand v3.1.1
2025-08-18T22:05:18.4405620Z [00:02:33.517]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name shellexpand --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/shellexpand-3.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="base-0"' --cfg 'feature="default"' --cfg 'feature="dirs"' --cfg 'feature="tilde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("base-0", "bstr", "default", "dirs", "full", "full-msrv-1-31", "full-msrv-1-51", "os_str_bytes", "path", "tilde"))' -C metadata=88af11d7483bb45e -C extra-filename=-21d9ebe31090c83a --out-dir /tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/deps --extern dirs=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libdirs-d3d8b7ec183f449d.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-18T22:05:18.6816898Z [00:02:33.759]➜     Compiling linemux v0.3.0
2025-08-18T22:05:18.6838490Z [00:02:33.760]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name linemux --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linemux-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --cfg 'feature="tokio"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "tokio"))' -C metadata=a63dae36feebc145 -C extra-filename=-54406ddabd26b688 --out-dir /tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/deps --extern futures_util=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_util-d265db9c60ab090f.rmeta --extern notify=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnotify-d2458e0a26779e93.rmeta --extern pin_project_lite=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpin_project_lite-2a91682787be765b.rmeta --extern tokio=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtokio-1e8004299cae8368.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-18T22:05:18.8765733Z [00:02:33.953]➜     Compiling ctrlc v3.4.7
2025-08-18T22:05:18.8796840Z [00:02:33.956]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name ctrlc --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ctrlc-3.4.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("termination"))' -C metadata=6ce2ba1b79a6205a -C extra-filename=-841fe0ffeceb4ee5 --out-dir /tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/deps --extern nix=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnix-8770d5142b4338bf.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-18T22:05:19.1679818Z [00:02:34.245]➜     Compiling clap_complete v4.5.57
2025-08-18T22:05:19.1735285Z [00:02:34.246]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name clap_complete --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_complete-4.5.57/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub --allow=unnameable_types '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--allow=clippy::result_large_err' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--allow=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("debug", "default", "unstable-doc", "unstable-dynamic", "unstable-shell-tests"))' -C metadata=84dd7c15e8e32e45 -C extra-filename=-af6c67f5b801a71e --out-dir /tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/deps --extern clap=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap-d64467ba2ce40c03.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-18T22:05:19.1996039Z [00:02:34.277]➜     Compiling regex v1.11.1
2025-08-18T22:05:19.2016803Z [00:02:34.277]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name regex --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-1.11.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --cfg 'feature="perf"' --cfg 'feature="perf-backtrack"' --cfg 'feature="perf-cache"' --cfg 'feature="perf-dfa"' --cfg 'feature="perf-inline"' --cfg 'feature="perf-literal"' --cfg 'feature="perf-onepass"' --cfg 'feature="std"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "logging", "pattern", "perf", "perf-backtrack", "perf-cache", "perf-dfa", "perf-dfa-full", "perf-inline", "perf-literal", "perf-onepass", "std", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment", "unstable", "use_std"))' -C metadata=7c67cb1477f9a5ae -C extra-filename=-27a14f2121b34f21 --out-dir /tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/deps --extern aho_corasick=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libaho_corasick-e6a0a7a0e260dee1.rmeta --extern memchr=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmemchr-70e93713acfb7392.rmeta --extern regex_automata=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex_automata-f222507f3749a68d.rmeta --extern regex_syntax=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex_syntax-a6e8118dff480c24.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-18T22:05:19.4718989Z [00:02:34.549]➜     Compiling uuid v1.18.0
2025-08-18T22:05:19.4731071Z [00:02:34.549]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name uuid --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uuid-1.18.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --allow=unexpected_cfgs --check-cfg 'cfg(uuid_unstable)' --cfg 'feature="default"' --cfg 'feature="rng"' --cfg 'feature="std"' --cfg 'feature="v4"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "atomic", "borsh", "bytemuck", "default", "fast-rng", "js", "macro-diagnostics", "md5", "rng", "rng-getrandom", "rng-rand", "serde", "sha1", "slog", "std", "uuid-rng-internal-lib", "v1", "v3", "v4", "v5", "v6", "v7", "v8", "zerocopy"))' -C metadata=2fe57d35d5991943 -C extra-filename=-a52b04b8e49ea48d --out-dir /tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/deps --extern getrandom=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgetrandom-0f4a9aec48c03d82.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-18T22:05:20.4293983Z [00:02:35.506]➜     Compiling async-trait v0.1.89
2025-08-18T22:05:20.4305487Z [00:02:35.507]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name async_trait --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-trait-0.1.89/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=3d36c256aa66cf38 -C extra-filename=-118025f24bdf210c --out-dir /tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/deps/libproc_macro2-65ce8afc9976ae3d.rlib --extern quote=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/deps/libquote-98dfd98fd01d9485.rlib --extern syn=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/deps/libsyn-1e7e8d6067929fca.rlib --extern proc_macro --cap-lints allow`
2025-08-18T22:05:20.6228199Z [00:02:35.700]➜     Compiling shell-words v1.1.0
2025-08-18T22:05:20.6238141Z [00:02:35.700]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name shell_words --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/shell-words-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=b18d6cdad3ea845a -C extra-filename=-e9e4fbd39491fe62 --out-dir /tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-18T22:05:20.8558654Z [00:02:35.933]➜     Compiling winsplit v0.1.0
2025-08-18T22:05:20.8568130Z [00:02:35.933]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name winsplit --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winsplit-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=83994547d11a9d75 -C extra-filename=-6adc453419303676 --out-dir /tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-18T22:05:21.0137250Z [00:02:36.091]➜     Compiling nu-ansi-term v0.50.1
2025-08-18T22:05:21.0151047Z [00:02:36.091]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name nu_ansi_term --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nu-ansi-term-0.50.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("derive_serde_style", "gnu_legacy", "serde"))' -C metadata=7e5ed13e22ae92fb -C extra-filename=-9035c773913e8a79 --out-dir /tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-18T22:05:22.4426980Z [00:02:37.520]➜     Compiling tailspin v5.5.0 (/tmp/tmp.akLxxVFhF5/TEMPREPO)
2025-08-18T22:05:22.4447095Z [00:02:37.520]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name tailspin --edition=2024 src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8ba48fd32296b379 -C extra-filename=-9e39a91c23cd8b51 --out-dir /tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/deps --extern async_trait=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/deps/libasync_trait-118025f24bdf210c.so --extern clap=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap-d64467ba2ce40c03.rmeta --extern clap_complete=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap_complete-af6c67f5b801a71e.rmeta --extern ctrlc=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libctrlc-841fe0ffeceb4ee5.rmeta --extern linemux=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblinemux-54406ddabd26b688.rmeta --extern memchr=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmemchr-70e93713acfb7392.rmeta --extern miette=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmiette-1f6bcf2c6f8ec8e7.rmeta --extern nu_ansi_term=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnu_ansi_term-9035c773913e8a79.rmeta --extern rayon=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librayon-d85e41f4801fb8ee.rmeta --extern regex=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex-27a14f2121b34f21.rmeta --extern serde=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde-a8c855679b6d2e1e.rmeta --extern serde_json=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde_json-151207b2e1b9208a.rmeta --extern shell_words=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libshell_words-e9e4fbd39491fe62.rmeta --extern shellexpand=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libshellexpand-21d9ebe31090c83a.rmeta --extern tempfile=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtempfile-a769e268b0aea6e3.rmeta --extern thiserror=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libthiserror-e8be2e23a342b85c.rmeta --extern tokio=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtokio-1e8004299cae8368.rmeta --extern toml=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtoml-36bd339aa0787e06.rmeta --extern uuid=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libuuid-a52b04b8e49ea48d.rmeta --extern winsplit=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libwinsplit-6adc453419303676.rmeta -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-18T22:05:24.8830367Z [00:02:39.959]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name tspin --edition=2024 src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b40541ec585d1954 -C extra-filename=-be72b1097f28edc2 --out-dir /tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/deps --extern async_trait=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/deps/libasync_trait-118025f24bdf210c.so --extern clap=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap-d64467ba2ce40c03.rlib --extern clap_complete=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap_complete-af6c67f5b801a71e.rlib --extern ctrlc=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libctrlc-841fe0ffeceb4ee5.rlib --extern linemux=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblinemux-54406ddabd26b688.rlib --extern memchr=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmemchr-70e93713acfb7392.rlib --extern miette=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmiette-1f6bcf2c6f8ec8e7.rlib --extern nu_ansi_term=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnu_ansi_term-9035c773913e8a79.rlib --extern rayon=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librayon-d85e41f4801fb8ee.rlib --extern regex=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex-27a14f2121b34f21.rlib --extern serde=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde-a8c855679b6d2e1e.rlib --extern serde_json=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde_json-151207b2e1b9208a.rlib --extern shell_words=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libshell_words-e9e4fbd39491fe62.rlib --extern shellexpand=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libshellexpand-21d9ebe31090c83a.rlib --extern tailspin=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtailspin-9e39a91c23cd8b51.rlib --extern tempfile=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtempfile-a769e268b0aea6e3.rlib --extern thiserror=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libthiserror-e8be2e23a342b85c.rlib --extern tokio=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtokio-1e8004299cae8368.rlib --extern toml=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtoml-36bd339aa0787e06.rlib --extern uuid=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libuuid-a52b04b8e49ea48d.rlib --extern winsplit=/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libwinsplit-6adc453419303676.rlib -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-18T22:06:07.0825691Z [00:03:22.160]➜      Finished `release` profile [optimized] target(s) in 1m 44s
2025-08-18T22:06:07.1516627Z [00:03:22.229]➜  + find -L ./target/x86_64-unknown-linux-musl/release -maxdepth 1 -type f
2025-08-18T22:06:07.1535330Z [00:03:22.231]➜  ./target/x86_64-unknown-linux-musl/release/libtailspin.rlib
2025-08-18T22:06:07.1536282Z [00:03:22.231]➜  ./target/x86_64-unknown-linux-musl/release/.cargo-lock
2025-08-18T22:06:07.1537096Z [00:03:22.231]➜  ./target/x86_64-unknown-linux-musl/release/tspin
2025-08-18T22:06:07.1537853Z [00:03:22.231]➜  ./target/x86_64-unknown-linux-musl/release/tspin.d
2025-08-18T22:06:07.1538642Z [00:03:22.231]➜  ./target/x86_64-unknown-linux-musl/release/libtailspin.d
2025-08-18T22:06:07.1545664Z [00:03:22.231]➜  + find ./target/x86_64-unknown-linux-musl/release -maxdepth 1 -type f -exec file -i '{}' ';'
2025-08-18T22:06:07.1548346Z [00:03:22.231]➜  + grep -Ei 'application/.*executable|inode/symlink|text/x-perl|text/.*script'
2025-08-18T22:06:07.1549126Z [00:03:22.232]➜  + cut -d: -f1
2025-08-18T22:06:07.1556836Z [00:03:22.232]➜  + xargs realpath --no-symlinks
2025-08-18T22:06:07.1558263Z [00:03:22.233]➜  + xargs -I '{}' rsync -achvL '{}' /build-bins/
2025-08-18T22:06:07.2136036Z [00:03:22.291]➜  sending incremental file list
2025-08-18T22:06:07.2147263Z [00:03:22.292]➜  tspin
2025-08-18T22:06:07.2618820Z [00:03:22.339]➜  
2025-08-18T22:06:07.2619389Z [00:03:22.339]➜  sent 3.47M bytes  received 35 bytes  6.95M bytes/sec
2025-08-18T22:06:07.2620064Z [00:03:22.339]➜  total size is 3.47M  speedup is 1.00
2025-08-18T22:06:07.3986722Z [00:03:22.476]➜  '/tmp/tmp.akLxxVFhF5/TEMPREPO/LICENCE' -> '/build-bins/LICENSE'
2025-08-18T22:06:07.4221839Z [00:03:22.499]➜  + cp -fv /build-bins/tspin /build-bins/tailspin
2025-08-18T22:06:07.4236941Z [00:03:22.501]➜  '/build-bins/tspin' -> '/build-bins/tailspin'
2025-08-18T22:06:07.4267135Z [00:03:22.504]➜  + find /build-bins/ -type f -exec objcopy --remove-section=.comment '--remove-section=.note.*' '{}' ';'
2025-08-18T22:06:07.4403230Z [00:03:22.517]➜  objcopy: /build-bins/LICENSE: file format not recognized
2025-08-18T22:06:07.4519589Z [00:03:22.529]➜  + find /build-bins/ -type f '!' -name '*.no_strip' -exec strip --strip-all --verbose '{}' ';'
2025-08-18T22:06:07.4833124Z [00:03:22.560]➜  copy from `/build-bins/tspin' [elf64-x86-64] to `/build-bins/staflaJF' [elf64-x86-64]
2025-08-18T22:06:07.5714160Z [00:03:22.648]➜  copy from `/build-bins/tailspin' [elf64-x86-64] to `/build-bins/stjEMInH' [elf64-x86-64]
2025-08-18T22:06:07.5903414Z [00:03:22.667]➜  + find /build-bins/ -type f -exec bash -c 'echo && realpath {} && readelf --section-headers {} 2>/dev/null' ';'
2025-08-18T22:06:07.5935372Z [00:03:22.671]➜  
2025-08-18T22:06:07.5953948Z [00:03:22.673]➜  /build-bins/tspin
2025-08-18T22:06:07.5969196Z [00:03:22.674]➜  There are 32 section headers, starting at offset 0x34f0e8:
2025-08-18T22:06:07.5970840Z [00:03:22.674]➜  
2025-08-18T22:06:07.5971321Z [00:03:22.674]➜  Section Headers:
2025-08-18T22:06:07.5972155Z [00:03:22.674]➜    [Nr] Name              Type             Address           Offset
2025-08-18T22:06:07.5972946Z [00:03:22.674]➜         Size              EntSize          Flags  Link  Info  Align
2025-08-18T22:06:07.5973754Z [00:03:22.674]➜    [ 0]                   NULL             0000000000000000  00000000
2025-08-18T22:06:07.5974605Z [00:03:22.674]➜         0000000000000000  0000000000000000           0     0     0
2025-08-18T22:06:07.5975407Z [00:03:22.674]➜    [ 1] .gnu.hash         GNU_HASH         0000000000000270  00000270
2025-08-18T22:06:07.5976064Z [00:03:22.674]➜         000000000000001c  0000000000000000   A       2     0     8
2025-08-18T22:06:07.5976519Z [00:03:22.674]➜    [ 2] .dynsym           DYNSYM           0000000000000290  00000290
2025-08-18T22:06:07.5976950Z [00:03:22.674]➜         0000000000000018  0000000000000018   A       3     1     8
2025-08-18T22:06:07.5977391Z [00:03:22.674]➜    [ 3] .dynstr           STRTAB           00000000000002a8  000002a8
2025-08-18T22:06:07.5977822Z [00:03:22.674]➜         0000000000000001  0000000000000000   A       0     0     1
2025-08-18T22:06:07.5978270Z [00:03:22.674]➜    [ 4] .rela.dyn         RELA             00000000000002b0  000002b0
2025-08-18T22:06:07.5978942Z [00:03:22.674]➜         0000000000044f28  0000000000000018   A       2     0     8
2025-08-18T22:06:07.5979421Z [00:03:22.674]➜    [ 5] .eh_frame         PROGBITS         00000000000451d8  000451d8
2025-08-18T22:06:07.5979866Z [00:03:22.674]➜         000000000004fa7c  0000000000000000   A       0     0     8
2025-08-18T22:06:07.5980311Z [00:03:22.674]➜    [ 6] .eh_frame_hdr     PROGBITS         0000000000094c54  00094c54
2025-08-18T22:06:07.5980750Z [00:03:22.674]➜         000000000000bd6c  0000000000000000   A       0     0     4
2025-08-18T22:06:07.5981203Z [00:03:22.674]➜    [ 7] .gcc_except_table PROGBITS         00000000000a09c0  000a09c0
2025-08-18T22:06:07.5981937Z [00:03:22.674]➜         0000000000016240  0000000000000000   A       0     0     4
2025-08-18T22:06:07.5982398Z [00:03:22.674]➜    [ 8] .rodata           PROGBITS         00000000000b6c00  000b6c00
2025-08-18T22:06:07.5982875Z [00:03:22.674]➜         0000000000065f10  0000000000000000   A       0     0     128
2025-08-18T22:06:07.5983353Z [00:03:22.674]➜    [ 9] .rodata.cst16     PROGBITS         000000000011cb10  0011cb10
2025-08-18T22:06:07.5983985Z [00:03:22.674]➜         0000000000001cf0  0000000000000010  AM       0     0     16
2025-08-18T22:06:07.5984447Z [00:03:22.674]➜    [10] .rodata.cst32     PROGBITS         000000000011e800  0011e800
2025-08-18T22:06:07.5984897Z [00:03:22.674]➜         0000000000000700  0000000000000020  AM       0     0     16
2025-08-18T22:06:07.5985332Z [00:03:22.674]➜    [11] .rodata.cst4      PROGBITS         000000000011ef00  0011ef00
2025-08-18T22:06:07.5985772Z [00:03:22.674]➜         00000000000029ac  0000000000000004  AM       0     0     4
2025-08-18T22:06:07.5986203Z [00:03:22.674]➜    [12] .rodata.cst8      PROGBITS         00000000001218b0  001218b0
2025-08-18T22:06:07.5986632Z [00:03:22.674]➜         0000000000001320  0000000000000008  AM       0     0     8
2025-08-18T22:06:07.5987066Z [00:03:22.674]➜    [13] .rodata.str1.1    PROGBITS         0000000000122bd0  00122bd0
2025-08-18T22:06:07.5987510Z [00:03:22.674]➜         0000000000007d02  0000000000000001 AMS       0     0     1
2025-08-18T22:06:07.5987954Z [00:03:22.674]➜    [14] .rodata.str1.4    PROGBITS         000000000012a8d4  0012a8d4
2025-08-18T22:06:07.5988390Z [00:03:22.674]➜         00000000000008c8  0000000000000001 AMS       0     0     4
2025-08-18T22:06:07.5988819Z [00:03:22.674]➜    [15] .rodata.str1.8    PROGBITS         000000000012b1a0  0012b1a0
2025-08-18T22:06:07.5989249Z [00:03:22.674]➜         0000000000001b58  0000000000000001 AMS       0     0     8
2025-08-18T22:06:07.5989662Z [00:03:22.674]➜    [16] .fini             PROGBITS         000000000012dcf8  0012ccf8
2025-08-18T22:06:07.5990075Z [00:03:22.674]➜         0000000000000003  0000000000000000  AX       0     0     1
2025-08-18T22:06:07.5990484Z [00:03:22.674]➜    [17] .init             PROGBITS         000000000012dcfb  0012ccfb
2025-08-18T22:06:07.5990894Z [00:03:22.674]➜         0000000000000003  0000000000000000  AX       0     0     1
2025-08-18T22:06:07.5991694Z [00:03:22.674]➜    [18] .text             PROGBITS         000000000012dd00  0012cd00
2025-08-18T22:06:07.5992226Z [00:03:22.674]➜         00000000001ea2bb  0000000000000000  AX       0     0     16
2025-08-18T22:06:07.5992651Z [00:03:22.674]➜    [19] .tdata            PROGBITS         0000000000318fc0  00316fc0
2025-08-18T22:06:07.5993068Z [00:03:22.674]➜         0000000000000070  0000000000000000 WAT       0     0     8
2025-08-18T22:06:07.5993481Z [00:03:22.674]➜    [20] .tbss             NOBITS           0000000000319030  00317030
2025-08-18T22:06:07.5993895Z [00:03:22.674]➜         00000000000000ec  0000000000000000 WAT       0     0     8
2025-08-18T22:06:07.5994327Z [00:03:22.674]➜    [21] .data.rel.ro      PROGBITS         0000000000319040  00317040
2025-08-18T22:06:07.5994755Z [00:03:22.674]➜         0000000000036dd0  0000000000000000  WA       0     0     32
2025-08-18T22:06:07.5995179Z [00:03:22.674]➜    [22] .dynamic          DYNAMIC          000000000034fe10  0034de10
2025-08-18T22:06:07.5995608Z [00:03:22.674]➜         0000000000000180  0000000000000010  WA       3     0     8
2025-08-18T22:06:07.5996040Z [00:03:22.675]➜    [23] .fini_array       FINI_ARRAY       000000000034ff90  0034df90
2025-08-18T22:06:07.5996464Z [00:03:22.675]➜         0000000000000008  0000000000000008  WA       0     0     8
2025-08-18T22:06:07.5996880Z [00:03:22.675]➜    [24] .got.plt          PROGBITS         000000000034ff98  0034df98
2025-08-18T22:06:07.5997300Z [00:03:22.675]➜         0000000000000018  0000000000000000  WA       0     0     8
2025-08-18T22:06:07.5998156Z [00:03:22.675]➜    [25] .init_array       INIT_ARRAY       000000000034ffb0  0034dfb0
2025-08-18T22:06:07.5998969Z [00:03:22.675]➜         0000000000000008  0000000000000008  WA       0     0     8
2025-08-18T22:06:07.5999594Z [00:03:22.675]➜    [26] .got              PROGBITS         000000000034ffb8  0034dfb8
2025-08-18T22:06:07.6000022Z [00:03:22.675]➜         00000000000004a0  0000000000000000  WA       0     0     8
2025-08-18T22:06:07.6000473Z [00:03:22.675]➜    [27] .relro_padding    NOBITS           0000000000350458  0034e458
2025-08-18T22:06:07.6001107Z [00:03:22.675]➜         0000000000000ba8  0000000000000000  WA       0     0     1
2025-08-18T22:06:07.6002016Z [00:03:22.675]➜    [28] .data             PROGBITS         0000000000351460  0034e460
2025-08-18T22:06:07.6002465Z [00:03:22.675]➜         0000000000000b40  0000000000000000  WA       0     0     32
2025-08-18T22:06:07.6002889Z [00:03:22.675]➜    [29] .bss              NOBITS           0000000000352000  0034efa0
2025-08-18T22:06:07.6003309Z [00:03:22.675]➜         0000000000003b60  0000000000000000  WA       0     0     128
2025-08-18T22:06:07.6003745Z [00:03:22.675]➜    [30] .common           NOBITS           0000000000355b60  0034efa0
2025-08-18T22:06:07.6004170Z [00:03:22.675]➜         0000000000000094  0000000000000000  WA       0     0     32
2025-08-18T22:06:07.6004604Z [00:03:22.675]➜    [31] .shstrtab         STRTAB           0000000000000000  0034efa0
2025-08-18T22:06:07.6005039Z [00:03:22.675]➜         0000000000000141  0000000000000000           0     0     1
2025-08-18T22:06:07.6005389Z [00:03:22.675]➜  Key to Flags:
2025-08-18T22:06:07.6005762Z [00:03:22.675]➜    W (write), A (alloc), X (execute), M (merge), S (strings), I (info),
2025-08-18T22:06:07.6006242Z [00:03:22.675]➜    L (link order), O (extra OS processing required), G (group), T (TLS),
2025-08-18T22:06:07.6006702Z [00:03:22.675]➜    C (compressed), x (unknown), o (OS specific), E (exclude),
2025-08-18T22:06:07.6007108Z [00:03:22.675]➜    D (mbind), l (large), p (processor specific)
2025-08-18T22:06:07.6007420Z [00:03:22.677]➜  
2025-08-18T22:06:07.6017405Z [00:03:22.679]➜  /build-bins/LICENSE
2025-08-18T22:06:07.6054650Z [00:03:22.683]➜  
2025-08-18T22:06:07.6071893Z [00:03:22.684]➜  /build-bins/tailspin
2025-08-18T22:06:07.6085460Z [00:03:22.686]➜  There are 32 section headers, starting at offset 0x34f0e8:
2025-08-18T22:06:07.6086412Z [00:03:22.686]➜  
2025-08-18T22:06:07.6087049Z [00:03:22.686]➜  Section Headers:
2025-08-18T22:06:07.6088728Z [00:03:22.686]➜    [Nr] Name              Type             Address           Offset
2025-08-18T22:06:07.6089547Z [00:03:22.686]➜         Size              EntSize          Flags  Link  Info  Align
2025-08-18T22:06:07.6090339Z [00:03:22.686]➜    [ 0]                   NULL             0000000000000000  00000000
2025-08-18T22:06:07.6090965Z [00:03:22.686]➜         0000000000000000  0000000000000000           0     0     0
2025-08-18T22:06:07.6091711Z [00:03:22.686]➜    [ 1] .gnu.hash         GNU_HASH         0000000000000270  00000270
2025-08-18T22:06:07.6092490Z [00:03:22.686]➜         000000000000001c  0000000000000000   A       2     0     8
2025-08-18T22:06:07.6092986Z [00:03:22.686]➜    [ 2] .dynsym           DYNSYM           0000000000000290  00000290
2025-08-18T22:06:07.6093451Z [00:03:22.686]➜         0000000000000018  0000000000000018   A       3     1     8
2025-08-18T22:06:07.6093903Z [00:03:22.686]➜    [ 3] .dynstr           STRTAB           00000000000002a8  000002a8
2025-08-18T22:06:07.6094371Z [00:03:22.686]➜         0000000000000001  0000000000000000   A       0     0     1
2025-08-18T22:06:07.6094852Z [00:03:22.686]➜    [ 4] .rela.dyn         RELA             00000000000002b0  000002b0
2025-08-18T22:06:07.6095314Z [00:03:22.686]➜         0000000000044f28  0000000000000018   A       2     0     8
2025-08-18T22:06:07.6095766Z [00:03:22.686]➜    [ 5] .eh_frame         PROGBITS         00000000000451d8  000451d8
2025-08-18T22:06:07.6096207Z [00:03:22.686]➜         000000000004fa7c  0000000000000000   A       0     0     8
2025-08-18T22:06:07.6096653Z [00:03:22.686]➜    [ 6] .eh_frame_hdr     PROGBITS         0000000000094c54  00094c54
2025-08-18T22:06:07.6097097Z [00:03:22.686]➜         000000000000bd6c  0000000000000000   A       0     0     4
2025-08-18T22:06:07.6097544Z [00:03:22.686]➜    [ 7] .gcc_except_table PROGBITS         00000000000a09c0  000a09c0
2025-08-18T22:06:07.6098009Z [00:03:22.686]➜         0000000000016240  0000000000000000   A       0     0     4
2025-08-18T22:06:07.6098451Z [00:03:22.686]➜    [ 8] .rodata           PROGBITS         00000000000b6c00  000b6c00
2025-08-18T22:06:07.6099091Z [00:03:22.686]➜         0000000000065f10  0000000000000000   A       0     0     128
2025-08-18T22:06:07.6099534Z [00:03:22.686]➜    [ 9] .rodata.cst16     PROGBITS         000000000011cb10  0011cb10
2025-08-18T22:06:07.6099982Z [00:03:22.686]➜         0000000000001cf0  0000000000000010  AM       0     0     16
2025-08-18T22:06:07.6100426Z [00:03:22.686]➜    [10] .rodata.cst32     PROGBITS         000000000011e800  0011e800
2025-08-18T22:06:07.6100863Z [00:03:22.686]➜         0000000000000700  0000000000000020  AM       0     0     16
2025-08-18T22:06:07.6101299Z [00:03:22.686]➜    [11] .rodata.cst4      PROGBITS         000000000011ef00  0011ef00
2025-08-18T22:06:07.6102023Z [00:03:22.686]➜         00000000000029ac  0000000000000004  AM       0     0     4
2025-08-18T22:06:07.6102459Z [00:03:22.686]➜    [12] .rodata.cst8      PROGBITS         00000000001218b0  001218b0
2025-08-18T22:06:07.6102901Z [00:03:22.686]➜         0000000000001320  0000000000000008  AM       0     0     8
2025-08-18T22:06:07.6103347Z [00:03:22.686]➜    [13] .rodata.str1.1    PROGBITS         0000000000122bd0  00122bd0
2025-08-18T22:06:07.6103782Z [00:03:22.686]➜         0000000000007d02  0000000000000001 AMS       0     0     1
2025-08-18T22:06:07.6104214Z [00:03:22.686]➜    [14] .rodata.str1.4    PROGBITS         000000000012a8d4  0012a8d4
2025-08-18T22:06:07.6104653Z [00:03:22.686]➜         00000000000008c8  0000000000000001 AMS       0     0     4
2025-08-18T22:06:07.6105085Z [00:03:22.686]➜    [15] .rodata.str1.8    PROGBITS         000000000012b1a0  0012b1a0
2025-08-18T22:06:07.6105510Z [00:03:22.686]➜         0000000000001b58  0000000000000001 AMS       0     0     8
2025-08-18T22:06:07.6105931Z [00:03:22.686]➜    [16] .fini             PROGBITS         000000000012dcf8  0012ccf8
2025-08-18T22:06:07.6106355Z [00:03:22.686]➜         0000000000000003  0000000000000000  AX       0     0     1
2025-08-18T22:06:07.6106982Z [00:03:22.686]➜    [17] .init             PROGBITS         000000000012dcfb  0012ccfb
2025-08-18T22:06:07.6107419Z [00:03:22.686]➜         0000000000000003  0000000000000000  AX       0     0     1
2025-08-18T22:06:07.6107831Z [00:03:22.686]➜    [18] .text             PROGBITS         000000000012dd00  0012cd00
2025-08-18T22:06:07.6108250Z [00:03:22.686]➜         00000000001ea2bb  0000000000000000  AX       0     0     16
2025-08-18T22:06:07.6108670Z [00:03:22.686]➜    [19] .tdata            PROGBITS         0000000000318fc0  00316fc0
2025-08-18T22:06:07.6109086Z [00:03:22.686]➜         0000000000000070  0000000000000000 WAT       0     0     8
2025-08-18T22:06:07.6109503Z [00:03:22.686]➜    [20] .tbss             NOBITS           0000000000319030  00317030
2025-08-18T22:06:07.6109916Z [00:03:22.686]➜         00000000000000ec  0000000000000000 WAT       0     0     8
2025-08-18T22:06:07.6110345Z [00:03:22.686]➜    [21] .data.rel.ro      PROGBITS         0000000000319040  00317040
2025-08-18T22:06:07.6110784Z [00:03:22.686]➜         0000000000036dd0  0000000000000000  WA       0     0     32
2025-08-18T22:06:07.6111216Z [00:03:22.686]➜    [22] .dynamic          DYNAMIC          000000000034fe10  0034de10
2025-08-18T22:06:07.6112009Z [00:03:22.686]➜         0000000000000180  0000000000000010  WA       3     0     8
2025-08-18T22:06:07.6112436Z [00:03:22.686]➜    [23] .fini_array       FINI_ARRAY       000000000034ff90  0034df90
2025-08-18T22:06:07.6112870Z [00:03:22.686]➜         0000000000000008  0000000000000008  WA       0     0     8
2025-08-18T22:06:07.6113294Z [00:03:22.686]➜    [24] .got.plt          PROGBITS         000000000034ff98  0034df98
2025-08-18T22:06:07.6113719Z [00:03:22.686]➜         0000000000000018  0000000000000000  WA       0     0     8
2025-08-18T22:06:07.6114147Z [00:03:22.686]➜    [25] .init_array       INIT_ARRAY       000000000034ffb0  0034dfb0
2025-08-18T22:06:07.6114583Z [00:03:22.686]➜         0000000000000008  0000000000000008  WA       0     0     8
2025-08-18T22:06:07.6115013Z [00:03:22.686]➜    [26] .got              PROGBITS         000000000034ffb8  0034dfb8
2025-08-18T22:06:07.6115594Z [00:03:22.686]➜         00000000000004a0  0000000000000000  WA       0     0     8
2025-08-18T22:06:07.6116027Z [00:03:22.686]➜    [27] .relro_padding    NOBITS           0000000000350458  0034e458
2025-08-18T22:06:07.6116458Z [00:03:22.686]➜         0000000000000ba8  0000000000000000  WA       0     0     1
2025-08-18T22:06:07.6116869Z [00:03:22.686]➜    [28] .data             PROGBITS         0000000000351460  0034e460
2025-08-18T22:06:07.6117284Z [00:03:22.686]➜         0000000000000b40  0000000000000000  WA       0     0     32
2025-08-18T22:06:07.6117693Z [00:03:22.686]➜    [29] .bss              NOBITS           0000000000352000  0034efa0
2025-08-18T22:06:07.6118113Z [00:03:22.686]➜         0000000000003b60  0000000000000000  WA       0     0     128
2025-08-18T22:06:07.6118543Z [00:03:22.686]➜    [30] .common           NOBITS           0000000000355b60  0034efa0
2025-08-18T22:06:07.6118976Z [00:03:22.686]➜         0000000000000094  0000000000000000  WA       0     0     32
2025-08-18T22:06:07.6119408Z [00:03:22.686]➜    [31] .shstrtab         STRTAB           0000000000000000  0034efa0
2025-08-18T22:06:07.6119829Z [00:03:22.686]➜         0000000000000141  0000000000000000           0     0     1
2025-08-18T22:06:07.6120163Z [00:03:22.686]➜  Key to Flags:
2025-08-18T22:06:07.6120530Z [00:03:22.686]➜    W (write), A (alloc), X (execute), M (merge), S (strings), I (info),
2025-08-18T22:06:07.6121004Z [00:03:22.686]➜    L (link order), O (extra OS processing required), G (group), T (TLS),
2025-08-18T22:06:07.6121660Z [00:03:22.686]➜    C (compressed), x (unknown), o (OS specific), E (exclude),
2025-08-18T22:06:07.6122080Z [00:03:22.686]➜    D (mbind), l (large), p (processor specific)
2025-08-18T22:06:07.6122531Z [00:03:22.686]➜  + file /build-bins/LICENSE /build-bins/tailspin /build-bins/tspin
2025-08-18T22:06:07.6304239Z [00:03:22.708]➜  /build-bins/LICENSE:  ASCII text
2025-08-18T22:06:07.6363624Z [00:03:22.713]➜  /build-bins/tailspin: ELF 64-bit LSB pie executable, x86-64, version 1 (SYSV), static-pie linked, stripped
2025-08-18T22:06:07.6364824Z [00:03:22.713]➜  /build-bins/tspin:    ELF 64-bit LSB pie executable, x86-64, version 1 (SYSV), static-pie linked, stripped
2025-08-18T22:06:07.6373275Z [00:03:22.714]➜  + stat -c '%n:         %s Bytes' /build-bins/LICENSE /build-bins/tailspin /build-bins/tspin
2025-08-18T22:06:07.6394568Z [00:03:22.717]➜  /build-bins/LICENSE:         1066 Bytes
2025-08-18T22:06:07.6395414Z [00:03:22.717]➜  /build-bins/tailspin:         3471592 Bytes
2025-08-18T22:06:07.6396257Z [00:03:22.717]➜  /build-bins/tspin:         3471592 Bytes
2025-08-18T22:06:07.6398571Z [00:03:22.717]➜  + du /build-bins/LICENSE /build-bins/tailspin /build-bins/tspin --bytes --human-readable --time --time-style=full-iso --summarize
2025-08-18T22:06:07.6414138Z [00:03:22.719]➜  1.1K	2025-08-18 22:06:07.398006695 +0000	/build-bins/LICENSE
2025-08-18T22:06:07.6414686Z [00:03:22.719]➜  3.4M	2025-08-18 22:06:07.579005696 +0000	/build-bins/tailspin
2025-08-18T22:06:07.6415545Z [00:03:22.719]➜  3.4M	2025-08-18 22:06:07.491006181 +0000	/build-bins/tspin
2025-08-18T22:06:07.6417360Z [00:03:22.719]➜  + popd
2025-08-18T22:06:07.6926658Z [00:03:22.770]➜  + docker cp alpine-builder:/build-bins/. /tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/
2025-08-18T22:06:07.7244840Z [00:03:22.801]➜  + '[' -s /tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE ']'
2025-08-18T22:06:07.7246185Z [00:03:22.802]➜  + cp -fv /tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE /tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/LICENSE
2025-08-18T22:06:07.7276967Z [00:03:22.805]➜  '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE' -> '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/LICENSE'
2025-08-18T22:06:07.7282699Z [00:03:22.805]➜  + find /tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP -maxdepth 1 -type f -exec file -i '{}' ';'
2025-08-18T22:06:07.7302494Z [00:03:22.806]➜  + grep -Ei 'application/.*executable|inode/symlink|text/x-perl|text/.*script'
2025-08-18T22:06:07.7303630Z [00:03:22.806]➜  + cut -d: -f1
2025-08-18T22:06:07.7304163Z [00:03:22.806]➜  + xargs realpath --no-symlinks
2025-08-18T22:06:07.7305082Z [00:03:22.806]➜  + xargs -I '{}' rsync -achvL '{}' /tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR
2025-08-18T22:06:07.8728142Z [00:03:22.950]➜  sending incremental file list
2025-08-18T22:06:07.8738724Z [00:03:22.951]➜  tspin
2025-08-18T22:06:07.9191858Z [00:03:22.996]➜  
2025-08-18T22:06:07.9192652Z [00:03:22.996]➜  sent 3.47M bytes  received 35 bytes  6.95M bytes/sec
2025-08-18T22:06:07.9193295Z [00:03:22.996]➜  total size is 3.47M  speedup is 1.00
2025-08-18T22:06:07.9217282Z [00:03:22.999]➜  sending incremental file list
2025-08-18T22:06:07.9227883Z [00:03:23.000]➜  tailspin
2025-08-18T22:06:07.9678301Z [00:03:23.045]➜  
2025-08-18T22:06:07.9678833Z [00:03:23.045]➜  sent 3.47M bytes  received 35 bytes  6.95M bytes/sec
2025-08-18T22:06:07.9679490Z [00:03:23.045]➜  total size is 3.47M  speedup is 1.00
2025-08-18T22:06:07.9692566Z [00:03:23.046]➜  
2025-08-18T22:06:08.5669365Z [00:03:23.644]➜  
2025-08-18T22:06:08.5786467Z [00:03:23.656]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/Cargo.toml' from root:root to runner:runner
2025-08-18T22:06:08.5789465Z [00:03:23.656]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/.gitignore' from root:root to runner:runner
2025-08-18T22:06:08.5794495Z [00:03:23.656]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/rustfmt.toml' from root:root to runner:runner
2025-08-18T22:06:08.5796835Z [00:03:23.656]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/flake.nix' from root:root to runner:runner
2025-08-18T22:06:08.5800730Z [00:03:23.656]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/README.md' from root:root to runner:runner
2025-08-18T22:06:08.5803609Z [00:03:23.656]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/example-logs/example1' from root:root to runner:runner
2025-08-18T22:06:08.5806078Z [00:03:23.656]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/example-logs/example2' from root:root to runner:runner
2025-08-18T22:06:08.5810108Z [00:03:23.656]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/example-logs/example3' from root:root to runner:runner
2025-08-18T22:06:08.5812796Z [00:03:23.656]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/example-logs/example4' from root:root to runner:runner
2025-08-18T22:06:08.5817328Z [00:03:23.656]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/example-logs/example5' from root:root to runner:runner
2025-08-18T22:06:08.5822179Z [00:03:23.656]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/example-logs' from root:root to runner:runner
2025-08-18T22:06:08.5824543Z [00:03:23.656]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/man/tspin.1' from root:root to runner:runner
2025-08-18T22:06:08.5826771Z [00:03:23.656]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/man' from root:root to runner:runner
2025-08-18T22:06:08.5828972Z [00:03:23.656]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/LICENCE' from root:root to runner:runner
2025-08-18T22:06:08.5831841Z [00:03:23.656]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/completions/tspin.bash' from root:root to runner:runner
2025-08-18T22:06:08.5834399Z [00:03:23.656]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/completions/tspin.fish' from root:root to runner:runner
2025-08-18T22:06:08.5836832Z [00:03:23.656]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/completions/tspin.zsh' from root:root to runner:runner
2025-08-18T22:06:08.5839170Z [00:03:23.656]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/completions' from root:root to runner:runner
2025-08-18T22:06:08.5841942Z [00:03:23.656]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/tests/files/empty.log' from root:root to runner:runner
2025-08-18T22:06:08.5844351Z [00:03:23.656]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/tests/files' from root:root to runner:runner
2025-08-18T22:06:08.5846692Z [00:03:23.656]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/tests/utils.rs' from root:root to runner:runner
2025-08-18T22:06:08.5849106Z [00:03:23.656]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/tests/integration_tests.rs' from root:root to runner:runner
2025-08-18T22:06:08.5851596Z [00:03:23.656]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/tests' from root:root to runner:runner
2025-08-18T22:06:08.5854165Z [00:03:23.656]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/src/main.rs' from root:root to runner:runner
2025-08-18T22:06:08.5856648Z [00:03:23.656]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/src/initial_read.rs' from root:root to runner:runner
2025-08-18T22:06:08.5859016Z [00:03:23.656]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/src/core/style.rs' from root:root to runner:runner
2025-08-18T22:06:08.5861645Z [00:03:23.656]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/src/core/highlighters/number.rs' from root:root to runner:runner
2025-08-18T22:06:08.5864319Z [00:03:23.656]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/src/core/highlighters/key_value.rs' from root:root to runner:runner
2025-08-18T22:06:08.5866910Z [00:03:23.656]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/src/core/highlighters/url.rs' from root:root to runner:runner
2025-08-18T22:06:08.5869497Z [00:03:23.656]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/src/core/highlighters/date_dash.rs' from root:root to runner:runner
2025-08-18T22:06:08.5872279Z [00:03:23.656]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/src/core/highlighters/unix_path.rs' from root:root to runner:runner
2025-08-18T22:06:08.5874877Z [00:03:23.656]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/src/core/highlighters/uuid.rs' from root:root to runner:runner
2025-08-18T22:06:08.5877452Z [00:03:23.656]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/src/core/highlighters/ip_v4.rs' from root:root to runner:runner
2025-08-18T22:06:08.5880262Z [00:03:23.656]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/src/core/highlighters/keyword.rs' from root:root to runner:runner
2025-08-18T22:06:08.5883045Z [00:03:23.656]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/src/core/highlighters/quote.rs' from root:root to runner:runner
2025-08-18T22:06:08.5885678Z [00:03:23.656]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/src/core/highlighters/unix_process.rs' from root:root to runner:runner
2025-08-18T22:06:08.5888290Z [00:03:23.656]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/src/core/highlighters/regex.rs' from root:root to runner:runner
2025-08-18T22:06:08.5890877Z [00:03:23.656]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/src/core/highlighters/date_time.rs' from root:root to runner:runner
2025-08-18T22:06:08.5893644Z [00:03:23.657]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/src/core/highlighters/json.rs' from root:root to runner:runner
2025-08-18T22:06:08.5896213Z [00:03:23.657]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/src/core/highlighters/ip_v6.rs' from root:root to runner:runner
2025-08-18T22:06:08.5898752Z [00:03:23.657]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/src/core/highlighters/mod.rs' from root:root to runner:runner
2025-08-18T22:06:08.5901669Z [00:03:23.657]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/src/core/highlighters/pointer.rs' from root:root to runner:runner
2025-08-18T22:06:08.5904242Z [00:03:23.657]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/src/core/highlighters' from root:root to runner:runner
2025-08-18T22:06:08.5906621Z [00:03:23.657]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/src/core/config.rs' from root:root to runner:runner
2025-08-18T22:06:08.5909133Z [00:03:23.657]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/src/core/tests/escape_code_converter.rs' from root:root to runner:runner
2025-08-18T22:06:08.5911783Z [00:03:23.657]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/src/core/tests' from root:root to runner:runner
2025-08-18T22:06:08.5914376Z [00:03:23.657]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/src/core/utils/split_and_apply.rs' from root:root to runner:runner
2025-08-18T22:06:08.5916853Z [00:03:23.657]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/src/core/utils/mod.rs' from root:root to runner:runner
2025-08-18T22:06:08.5919323Z [00:03:23.657]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/src/core/utils/normalizer.rs' from root:root to runner:runner
2025-08-18T22:06:08.5921923Z [00:03:23.657]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/src/core/utils' from root:root to runner:runner
2025-08-18T22:06:08.5924299Z [00:03:23.657]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/src/core/mod.rs' from root:root to runner:runner
2025-08-18T22:06:08.5926953Z [00:03:23.657]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/src/core/highlighter.rs' from root:root to runner:runner
2025-08-18T22:06:08.5929279Z [00:03:23.657]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/src/core' from root:root to runner:runner
2025-08-18T22:06:08.5931909Z [00:03:23.657]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/src/highlighter_builder/builtins.rs' from root:root to runner:runner
2025-08-18T22:06:08.5934607Z [00:03:23.657]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/src/highlighter_builder/mod.rs' from root:root to runner:runner
2025-08-18T22:06:08.5937184Z [00:03:23.657]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/src/highlighter_builder/groups.rs' from root:root to runner:runner
2025-08-18T22:06:08.5939691Z [00:03:23.657]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/src/highlighter_builder' from root:root to runner:runner
2025-08-18T22:06:08.5942360Z [00:03:23.657]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/src/config/mod.rs' from root:root to runner:runner
2025-08-18T22:06:08.5944682Z [00:03:23.657]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/src/config' from root:root to runner:runner
2025-08-18T22:06:08.5947221Z [00:03:23.657]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/src/io/presenter/pager.rs' from root:root to runner:runner
2025-08-18T22:06:08.5949700Z [00:03:23.657]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/src/io/presenter/stdout.rs' from root:root to runner:runner
2025-08-18T22:06:08.5952386Z [00:03:23.657]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/src/io/presenter/mod.rs' from root:root to runner:runner
2025-08-18T22:06:08.5954789Z [00:03:23.657]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/src/io/presenter' from root:root to runner:runner
2025-08-18T22:06:08.5957186Z [00:03:23.657]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/src/io/reader/linemux.rs' from root:root to runner:runner
2025-08-18T22:06:08.5959646Z [00:03:23.657]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/src/io/reader/stdin.rs' from root:root to runner:runner
2025-08-18T22:06:08.5962325Z [00:03:23.657]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/src/io/reader/file_line_counter.rs' from root:root to runner:runner
2025-08-18T22:06:08.5964933Z [00:03:23.657]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/src/io/reader/buffer_line_counter.rs' from root:root to runner:runner
2025-08-18T22:06:08.5967438Z [00:03:23.657]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/src/io/reader/command.rs' from root:root to runner:runner
2025-08-18T22:06:08.5969868Z [00:03:23.657]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/src/io/reader/mod.rs' from root:root to runner:runner
2025-08-18T22:06:08.5972616Z [00:03:23.657]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/src/io/reader' from root:root to runner:runner
2025-08-18T22:06:08.5975047Z [00:03:23.658]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/src/io/writer/temp_file.rs' from root:root to runner:runner
2025-08-18T22:06:08.5977510Z [00:03:23.658]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/src/io/writer/stdout.rs' from root:root to runner:runner
2025-08-18T22:06:08.5979921Z [00:03:23.658]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/src/io/writer/mod.rs' from root:root to runner:runner
2025-08-18T22:06:08.5982461Z [00:03:23.658]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/src/io/writer' from root:root to runner:runner
2025-08-18T22:06:08.5984851Z [00:03:23.658]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/src/io/controller/mod.rs' from root:root to runner:runner
2025-08-18T22:06:08.5987248Z [00:03:23.658]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/src/io/controller' from root:root to runner:runner
2025-08-18T22:06:08.5989547Z [00:03:23.658]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/src/io/mod.rs' from root:root to runner:runner
2025-08-18T22:06:08.5991923Z [00:03:23.658]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/src/io' from root:root to runner:runner
2025-08-18T22:06:08.5994402Z [00:03:23.658]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/src/cli/styles.rs' from root:root to runner:runner
2025-08-18T22:06:08.5996869Z [00:03:23.658]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/src/cli/completions.rs' from root:root to runner:runner
2025-08-18T22:06:08.5999286Z [00:03:23.658]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/src/cli/keywords.rs' from root:root to runner:runner
2025-08-18T22:06:08.6001788Z [00:03:23.658]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/src/cli/mod.rs' from root:root to runner:runner
2025-08-18T22:06:08.6004080Z [00:03:23.658]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/src/cli' from root:root to runner:runner
2025-08-18T22:06:08.6006407Z [00:03:23.658]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/src/theme/reader.rs' from root:root to runner:runner
2025-08-18T22:06:08.6008791Z [00:03:23.658]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/src/theme/mappers.rs' from root:root to runner:runner
2025-08-18T22:06:08.6011172Z [00:03:23.658]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/src/theme/mod.rs' from root:root to runner:runner
2025-08-18T22:06:08.6013698Z [00:03:23.658]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/src/theme' from root:root to runner:runner
2025-08-18T22:06:08.6015948Z [00:03:23.658]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/src/lib.rs' from root:root to runner:runner
2025-08-18T22:06:08.6018331Z [00:03:23.658]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/src' from root:root to runner:runner
2025-08-18T22:06:08.6020519Z [00:03:23.658]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/Cargo.lock' from root:root to runner:runner
2025-08-18T22:06:08.6022956Z [00:03:23.658]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/flake.lock' from root:root to runner:runner
2025-08-18T22:06:08.6025159Z [00:03:23.658]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/.envrc' from root:root to runner:runner
2025-08-18T22:06:08.6027424Z [00:03:23.658]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/.gitattributes' from root:root to runner:runner
2025-08-18T22:06:08.6029815Z [00:03:23.658]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/.github/dependabot.yml' from root:root to runner:runner
2025-08-18T22:06:08.6032526Z [00:03:23.659]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/.github/workflows/BuildAndTest.yml' from root:root to runner:runner
2025-08-18T22:06:08.6035280Z [00:03:23.659]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/.github/workflows/ReleaseStaticBinaries.yml' from root:root to runner:runner
2025-08-18T22:06:08.6037906Z [00:03:23.659]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/.github/workflows/Publish.yml' from root:root to runner:runner
2025-08-18T22:06:08.6040556Z [00:03:23.659]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/.github/workflows' from root:root to runner:runner
2025-08-18T22:06:08.6043072Z [00:03:23.659]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/.github' from root:root to runner:runner
2025-08-18T22:06:08.6045325Z [00:03:23.659]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/CHANGELOG.md' from root:root to runner:runner
2025-08-18T22:06:08.6047602Z [00:03:23.659]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/config.toml' from root:root to runner:runner
2025-08-18T22:06:08.6050061Z [00:03:23.659]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/.git/hooks/push-to-checkout.sample' from root:root to runner:runner
2025-08-18T22:06:08.6052811Z [00:03:23.659]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/.git/hooks/post-update.sample' from root:root to runner:runner
2025-08-18T22:06:08.6055384Z [00:03:23.659]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/.git/hooks/prepare-commit-msg.sample' from root:root to runner:runner
2025-08-18T22:06:08.6057905Z [00:03:23.659]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/.git/hooks/update.sample' from root:root to runner:runner
2025-08-18T22:06:08.6060386Z [00:03:23.659]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/.git/hooks/pre-receive.sample' from root:root to runner:runner
2025-08-18T22:06:08.6063131Z [00:03:23.659]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/.git/hooks/sendemail-validate.sample' from root:root to runner:runner
2025-08-18T22:06:08.6065891Z [00:03:23.659]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/.git/hooks/pre-commit.sample' from root:root to runner:runner
2025-08-18T22:06:08.6068387Z [00:03:23.659]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/.git/hooks/commit-msg.sample' from root:root to runner:runner
2025-08-18T22:06:08.6070915Z [00:03:23.659]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/.git/hooks/pre-applypatch.sample' from root:root to runner:runner
2025-08-18T22:06:08.6073636Z [00:03:23.659]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/.git/hooks/pre-rebase.sample' from root:root to runner:runner
2025-08-18T22:06:08.6076147Z [00:03:23.659]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/.git/hooks/pre-push.sample' from root:root to runner:runner
2025-08-18T22:06:08.6078691Z [00:03:23.659]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/.git/hooks/applypatch-msg.sample' from root:root to runner:runner
2025-08-18T22:06:08.6081265Z [00:03:23.659]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/.git/hooks/pre-merge-commit.sample' from root:root to runner:runner
2025-08-18T22:06:08.6084067Z [00:03:23.659]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/.git/hooks/fsmonitor-watchman.sample' from root:root to runner:runner
2025-08-18T22:06:08.6086741Z [00:03:23.659]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/.git/hooks' from root:root to runner:runner
2025-08-18T22:06:08.6089208Z [00:03:23.659]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/.git/logs/refs/heads/main' from root:root to runner:runner
2025-08-18T22:06:08.6091817Z [00:03:23.660]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/.git/logs/refs/heads' from root:root to runner:runner
2025-08-18T22:06:08.6094328Z [00:03:23.660]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/.git/logs/refs/remotes/origin/HEAD' from root:root to runner:runner
2025-08-18T22:06:08.6096893Z [00:03:23.660]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/.git/logs/refs/remotes/origin' from root:root to runner:runner
2025-08-18T22:06:08.6099361Z [00:03:23.660]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/.git/logs/refs/remotes' from root:root to runner:runner
2025-08-18T22:06:08.6101886Z [00:03:23.660]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/.git/logs/refs' from root:root to runner:runner
2025-08-18T22:06:08.6104274Z [00:03:23.660]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/.git/logs/HEAD' from root:root to runner:runner
2025-08-18T22:06:08.6106557Z [00:03:23.660]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/.git/logs' from root:root to runner:runner
2025-08-18T22:06:08.6108910Z [00:03:23.660]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/.git/refs/heads/main' from root:root to runner:runner
2025-08-18T22:06:08.6111698Z [00:03:23.660]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/.git/refs/heads' from root:root to runner:runner
2025-08-18T22:06:08.6114189Z [00:03:23.660]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/.git/refs/remotes/origin/HEAD' from root:root to runner:runner
2025-08-18T22:06:08.6116084Z [00:03:23.660]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/.git/refs/remotes/origin' from root:root to runner:runner
2025-08-18T22:06:08.6117797Z [00:03:23.660]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/.git/refs/remotes' from root:root to runner:runner
2025-08-18T22:06:08.6120194Z [00:03:23.660]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/.git/refs/tags' from root:root to runner:runner
2025-08-18T22:06:08.6121921Z [00:03:23.660]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/.git/refs' from root:root to runner:runner
2025-08-18T22:06:08.6123766Z [00:03:23.660]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/.git/config' from root:root to runner:runner
2025-08-18T22:06:08.6126065Z [00:03:23.660]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/.git/packed-refs' from root:root to runner:runner
2025-08-18T22:06:08.6127572Z [00:03:23.660]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/.git/description' from root:root to runner:runner
2025-08-18T22:06:08.6130064Z [00:03:23.660]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/.git/HEAD' from root:root to runner:runner
2025-08-18T22:06:08.6132077Z [00:03:23.660]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/.git/objects/pack/pack-0cdd02ae89fefd1457355f258c9faa4b368910e3.rev' from root:root to runner:runner
2025-08-18T22:06:08.6134594Z [00:03:23.660]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/.git/objects/pack/pack-66fc6c26b2d5b59bac5c192feb776c22d13f5f7c.idx' from root:root to runner:runner
2025-08-18T22:06:08.6137222Z [00:03:23.660]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/.git/objects/pack/pack-66fc6c26b2d5b59bac5c192feb776c22d13f5f7c.pack' from root:root to runner:runner
2025-08-18T22:06:08.6140104Z [00:03:23.660]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/.git/objects/pack/pack-66fc6c26b2d5b59bac5c192feb776c22d13f5f7c.promisor' from root:root to runner:runner
2025-08-18T22:06:08.6142709Z [00:03:23.660]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/.git/objects/pack/pack-0cdd02ae89fefd1457355f258c9faa4b368910e3.pack' from root:root to runner:runner
2025-08-18T22:06:08.6145063Z [00:03:23.660]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/.git/objects/pack/pack-0cdd02ae89fefd1457355f258c9faa4b368910e3.idx' from root:root to runner:runner
2025-08-18T22:06:08.6147745Z [00:03:23.660]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/.git/objects/pack/pack-0cdd02ae89fefd1457355f258c9faa4b368910e3.promisor' from root:root to runner:runner
2025-08-18T22:06:08.6150478Z [00:03:23.660]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/.git/objects/pack/pack-66fc6c26b2d5b59bac5c192feb776c22d13f5f7c.rev' from root:root to runner:runner
2025-08-18T22:06:08.6153449Z [00:03:23.660]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/.git/objects/pack' from root:root to runner:runner
2025-08-18T22:06:08.6155855Z [00:03:23.660]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/.git/objects/info' from root:root to runner:runner
2025-08-18T22:06:08.6158213Z [00:03:23.661]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/.git/objects' from root:root to runner:runner
2025-08-18T22:06:08.6160510Z [00:03:23.661]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/.git/info/exclude' from root:root to runner:runner
2025-08-18T22:06:08.6163044Z [00:03:23.661]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/.git/info' from root:root to runner:runner
2025-08-18T22:06:08.6165065Z [00:03:23.661]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/.git/index' from root:root to runner:runner
2025-08-18T22:06:08.6167305Z [00:03:23.661]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/.git' from root:root to runner:runner
2025-08-18T22:06:08.6168999Z [00:03:23.661]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/util/generate_all.sh' from root:root to runner:runner
2025-08-18T22:06:08.6170412Z [00:03:23.661]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/util/tspin.adoc' from root:root to runner:runner
2025-08-18T22:06:08.6172977Z [00:03:23.661]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/util/generate_shell_completions.sh' from root:root to runner:runner
2025-08-18T22:06:08.6175267Z [00:03:23.661]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/util/generate_man_pages.sh' from root:root to runner:runner
2025-08-18T22:06:08.6177632Z [00:03:23.661]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/util' from root:root to runner:runner
2025-08-18T22:06:08.6179454Z [00:03:23.661]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/.rustc_info.json' from root:root to runner:runner
2025-08-18T22:06:08.6180784Z [00:03:23.661]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/examples' from root:root to runner:runner
2025-08-18T22:06:08.6183356Z [00:03:23.661]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/incremental' from root:root to runner:runner
2025-08-18T22:06:08.6185302Z [00:03:23.661]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/.cargo-lock' from root:root to runner:runner
2025-08-18T22:06:08.6187450Z [00:03:23.661]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/build/slab-3a3e5a471b6afd0f/build-script-build' from root:root to runner:runner
2025-08-18T22:06:08.6190094Z [00:03:23.661]➜  ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/build/slab-3a3e5a471b6afd0f/build_script_build-3a3e5a471b6afd0f' retained as runner:runner
2025-08-18T22:06:08.6192695Z [00:03:23.661]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/build/slab-3a3e5a471b6afd0f/build_script_build-3a3e5a471b6afd0f.d' from root:root to runner:runner
2025-08-18T22:06:08.6195503Z [00:03:23.661]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/build/slab-3a3e5a471b6afd0f' from root:root to runner:runner
2025-08-18T22:06:08.6197521Z [00:03:23.661]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/build/rayon-core-3916f069ff2d7d7f/build-script-build' from root:root to runner:runner
2025-08-18T22:06:08.6200524Z [00:03:23.661]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/build/rayon-core-3916f069ff2d7d7f/build_script_build-3916f069ff2d7d7f.d' from root:root to runner:runner
2025-08-18T22:06:08.6202811Z [00:03:23.661]➜  ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/build/rayon-core-3916f069ff2d7d7f/build_script_build-3916f069ff2d7d7f' retained as runner:runner
2025-08-18T22:06:08.6205920Z [00:03:23.661]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/build/rayon-core-3916f069ff2d7d7f' from root:root to runner:runner
2025-08-18T22:06:08.6208326Z [00:03:23.661]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/build/proc-macro2-2421a0f2da2ad232/build-script-build' from root:root to runner:runner
2025-08-18T22:06:08.6211094Z [00:03:23.661]➜  ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/build/proc-macro2-2421a0f2da2ad232/build_script_build-2421a0f2da2ad232' retained as runner:runner
2025-08-18T22:06:08.6213415Z [00:03:23.661]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/build/proc-macro2-2421a0f2da2ad232/build_script_build-2421a0f2da2ad232.d' from root:root to runner:runner
2025-08-18T22:06:08.6216435Z [00:03:23.661]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/build/proc-macro2-2421a0f2da2ad232' from root:root to runner:runner
2025-08-18T22:06:08.6218613Z [00:03:23.661]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/build/libc-58bfd042d5b195b0/build-script-build' from root:root to runner:runner
2025-08-18T22:06:08.6221323Z [00:03:23.661]➜  ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/build/libc-58bfd042d5b195b0/build_script_build-58bfd042d5b195b0' retained as runner:runner
2025-08-18T22:06:08.6223719Z [00:03:23.661]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/build/libc-58bfd042d5b195b0/build_script_build-58bfd042d5b195b0.d' from root:root to runner:runner
2025-08-18T22:06:08.6226585Z [00:03:23.661]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/build/libc-58bfd042d5b195b0' from root:root to runner:runner
2025-08-18T22:06:08.6228592Z [00:03:23.661]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/build/owo-colors-8de30a3de7a0e3ff/build-script-build' from root:root to runner:runner
2025-08-18T22:06:08.6231865Z [00:03:23.661]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/build/owo-colors-8de30a3de7a0e3ff/build_script_build-8de30a3de7a0e3ff.d' from root:root to runner:runner
2025-08-18T22:06:08.6234210Z [00:03:23.661]➜  ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/build/owo-colors-8de30a3de7a0e3ff/build_script_build-8de30a3de7a0e3ff' retained as runner:runner
2025-08-18T22:06:08.6236955Z [00:03:23.661]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/build/owo-colors-8de30a3de7a0e3ff' from root:root to runner:runner
2025-08-18T22:06:08.6238600Z [00:03:23.661]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/build/serde_json-8be794423b45a10f/build-script-build' from root:root to runner:runner
2025-08-18T22:06:08.6240645Z [00:03:23.662]➜  ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/build/serde_json-8be794423b45a10f/build_script_build-8be794423b45a10f' retained as runner:runner
2025-08-18T22:06:08.6243268Z [00:03:23.662]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/build/serde_json-8be794423b45a10f/build_script_build-8be794423b45a10f.d' from root:root to runner:runner
2025-08-18T22:06:08.6244904Z [00:03:23.662]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/build/serde_json-8be794423b45a10f' from root:root to runner:runner
2025-08-18T22:06:08.6246711Z [00:03:23.662]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/build/lock_api-e4a57fa4143060cb/build-script-build' from root:root to runner:runner
2025-08-18T22:06:08.6249801Z [00:03:23.662]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/build/lock_api-e4a57fa4143060cb/build_script_build-e4a57fa4143060cb.d' from root:root to runner:runner
2025-08-18T22:06:08.6253189Z [00:03:23.662]➜  ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/build/lock_api-e4a57fa4143060cb/build_script_build-e4a57fa4143060cb' retained as runner:runner
2025-08-18T22:06:08.6256055Z [00:03:23.662]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/build/lock_api-e4a57fa4143060cb' from root:root to runner:runner
2025-08-18T22:06:08.6258850Z [00:03:23.662]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/build/proc-macro2-3d099de3c8b342d2/out' from root:root to runner:runner
2025-08-18T22:06:08.6260788Z [00:03:23.662]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/build/proc-macro2-3d099de3c8b342d2/output' from root:root to runner:runner
2025-08-18T22:06:08.6262620Z [00:03:23.662]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/build/proc-macro2-3d099de3c8b342d2/root-output' from root:root to runner:runner
2025-08-18T22:06:08.6264253Z [00:03:23.662]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/build/proc-macro2-3d099de3c8b342d2/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:06:08.6265864Z [00:03:23.662]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/build/proc-macro2-3d099de3c8b342d2/stderr' from root:root to runner:runner
2025-08-18T22:06:08.6267725Z [00:03:23.662]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/build/proc-macro2-3d099de3c8b342d2' from root:root to runner:runner
2025-08-18T22:06:08.6269373Z [00:03:23.662]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/build/crossbeam-utils-9e4fce232d40b3fa/build-script-build' from root:root to runner:runner
2025-08-18T22:06:08.6271115Z [00:03:23.662]➜  ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/build/crossbeam-utils-9e4fce232d40b3fa/build_script_build-9e4fce232d40b3fa' retained as runner:runner
2025-08-18T22:06:08.6273103Z [00:03:23.662]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/build/crossbeam-utils-9e4fce232d40b3fa/build_script_build-9e4fce232d40b3fa.d' from root:root to runner:runner
2025-08-18T22:06:08.6274799Z [00:03:23.662]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/build/crossbeam-utils-9e4fce232d40b3fa' from root:root to runner:runner
2025-08-18T22:06:08.6276390Z [00:03:23.662]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/build/object-b6fab1d66f076159/build-script-build' from root:root to runner:runner
2025-08-18T22:06:08.6278095Z [00:03:23.662]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/build/object-b6fab1d66f076159/build_script_build-b6fab1d66f076159.d' from root:root to runner:runner
2025-08-18T22:06:08.6279936Z [00:03:23.663]➜  ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/build/object-b6fab1d66f076159/build_script_build-b6fab1d66f076159' retained as runner:runner
2025-08-18T22:06:08.6281722Z [00:03:23.663]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/build/object-b6fab1d66f076159' from root:root to runner:runner
2025-08-18T22:06:08.6283299Z [00:03:23.663]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/build/serde-1108bd03bb6c3137/build-script-build' from root:root to runner:runner
2025-08-18T22:06:08.6284996Z [00:03:23.663]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/build/serde-1108bd03bb6c3137/build_script_build-1108bd03bb6c3137.d' from root:root to runner:runner
2025-08-18T22:06:08.6286679Z [00:03:23.663]➜  ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/build/serde-1108bd03bb6c3137/build_script_build-1108bd03bb6c3137' retained as runner:runner
2025-08-18T22:06:08.6288199Z [00:03:23.663]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/build/serde-1108bd03bb6c3137' from root:root to runner:runner
2025-08-18T22:06:08.6289744Z [00:03:23.663]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/build/getrandom-7c6e7f63e8ea70ba/build-script-build' from root:root to runner:runner
2025-08-18T22:06:08.6291698Z [00:03:23.663]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/build/getrandom-7c6e7f63e8ea70ba/build_script_build-7c6e7f63e8ea70ba.d' from root:root to runner:runner
2025-08-18T22:06:08.6294074Z [00:03:23.663]➜  ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/build/getrandom-7c6e7f63e8ea70ba/build_script_build-7c6e7f63e8ea70ba' retained as runner:runner
2025-08-18T22:06:08.6295644Z [00:03:23.663]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/build/getrandom-7c6e7f63e8ea70ba' from root:root to runner:runner
2025-08-18T22:06:08.6297188Z [00:03:23.663]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/build/nix-f1c2dafacb008b8f/build-script-build' from root:root to runner:runner
2025-08-18T22:06:08.6298802Z [00:03:23.663]➜  ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/build/nix-f1c2dafacb008b8f/build_script_build-f1c2dafacb008b8f' retained as runner:runner
2025-08-18T22:06:08.6300480Z [00:03:23.663]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/build/nix-f1c2dafacb008b8f/build_script_build-f1c2dafacb008b8f.d' from root:root to runner:runner
2025-08-18T22:06:08.6302335Z [00:03:23.663]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/build/nix-f1c2dafacb008b8f' from root:root to runner:runner
2025-08-18T22:06:08.6303895Z [00:03:23.663]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/build/thiserror-e3a46aaf38d18c96/build-script-build' from root:root to runner:runner
2025-08-18T22:06:08.6305717Z [00:03:23.663]➜  ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/build/thiserror-e3a46aaf38d18c96/build_script_build-e3a46aaf38d18c96' retained as runner:runner
2025-08-18T22:06:08.6307473Z [00:03:23.663]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/build/thiserror-e3a46aaf38d18c96/build_script_build-e3a46aaf38d18c96.d' from root:root to runner:runner
2025-08-18T22:06:08.6309094Z [00:03:23.663]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/build/thiserror-e3a46aaf38d18c96' from root:root to runner:runner
2025-08-18T22:06:08.6310683Z [00:03:23.663]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/build/parking_lot_core-80647824d1d46da3/build-script-build' from root:root to runner:runner
2025-08-18T22:06:08.6312924Z [00:03:23.663]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/build/parking_lot_core-80647824d1d46da3/build_script_build-80647824d1d46da3.d' from root:root to runner:runner
2025-08-18T22:06:08.6314698Z [00:03:23.663]➜  ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/build/parking_lot_core-80647824d1d46da3/build_script_build-80647824d1d46da3' retained as runner:runner
2025-08-18T22:06:08.6316300Z [00:03:23.663]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/build/parking_lot_core-80647824d1d46da3' from root:root to runner:runner
2025-08-18T22:06:08.6317875Z [00:03:23.663]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/build/rustix-e2e75656b6456d35/build-script-build' from root:root to runner:runner
2025-08-18T22:06:08.6319504Z [00:03:23.663]➜  ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/build/rustix-e2e75656b6456d35/build_script_build-e2e75656b6456d35' retained as runner:runner
2025-08-18T22:06:08.6321348Z [00:03:23.663]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/build/rustix-e2e75656b6456d35/build_script_build-e2e75656b6456d35.d' from root:root to runner:runner
2025-08-18T22:06:08.6323161Z [00:03:23.663]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/build/rustix-e2e75656b6456d35' from root:root to runner:runner
2025-08-18T22:06:08.6324523Z [00:03:23.663]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/build' from root:root to runner:runner
2025-08-18T22:06:08.6325933Z [00:03:23.663]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/deps/libheck-cb7f72c37e5a2d54.rlib' from root:root to runner:runner
2025-08-18T22:06:08.6327456Z [00:03:23.663]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/deps/libsyn-1e7e8d6067929fca.rmeta' from root:root to runner:runner
2025-08-18T22:06:08.6328955Z [00:03:23.663]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/deps/unicode_ident-8322841390b1e4cb.d' from root:root to runner:runner
2025-08-18T22:06:08.6330432Z [00:03:23.663]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/deps/quote-98dfd98fd01d9485.d' from root:root to runner:runner
2025-08-18T22:06:08.6332269Z [00:03:23.663]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/deps/serde_derive-4b9d307a5c7c3f13.d' from root:root to runner:runner
2025-08-18T22:06:08.6333876Z [00:03:23.663]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/deps/libproc_macro2-65ce8afc9976ae3d.rmeta' from root:root to runner:runner
2025-08-18T22:06:08.6335404Z [00:03:23.663]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/deps/autocfg-48aa38da72696c47.d' from root:root to runner:runner
2025-08-18T22:06:08.6336869Z [00:03:23.663]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/deps/heck-cb7f72c37e5a2d54.d' from root:root to runner:runner
2025-08-18T22:06:08.6338365Z [00:03:23.663]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/deps/tokio_macros-54027ccf8ac43df8.d' from root:root to runner:runner
2025-08-18T22:06:08.6339911Z [00:03:23.663]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/deps/libcfg_aliases-4cc02de9c3a1b142.rlib' from root:root to runner:runner
2025-08-18T22:06:08.6341687Z [00:03:23.663]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/deps/proc_macro2-65ce8afc9976ae3d.d' from root:root to runner:runner
2025-08-18T22:06:08.6343444Z [00:03:23.663]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/deps/async_trait-118025f24bdf210c.d' from root:root to runner:runner
2025-08-18T22:06:08.6345649Z [00:03:23.664]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/deps/libunicode_ident-8322841390b1e4cb.rmeta' from root:root to runner:runner
2025-08-18T22:06:08.6347399Z [00:03:23.664]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/deps/libclap_derive-6bb0454da1ff2b2e.so' from root:root to runner:runner
2025-08-18T22:06:08.6348927Z [00:03:23.664]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/deps/clap_derive-6bb0454da1ff2b2e.d' from root:root to runner:runner
2025-08-18T22:06:08.6350445Z [00:03:23.664]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/deps/thiserror_impl-ba468e002a6215fe.d' from root:root to runner:runner
2025-08-18T22:06:08.6352230Z [00:03:23.664]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/deps/libtokio_macros-54027ccf8ac43df8.so' from root:root to runner:runner
2025-08-18T22:06:08.6353806Z [00:03:23.664]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/deps/libcfg_aliases-4cc02de9c3a1b142.rmeta' from root:root to runner:runner
2025-08-18T22:06:08.6355372Z [00:03:23.664]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/deps/libthiserror_impl-ba468e002a6215fe.so' from root:root to runner:runner
2025-08-18T22:06:08.6356897Z [00:03:23.664]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/deps/cfg_aliases-4cc02de9c3a1b142.d' from root:root to runner:runner
2025-08-18T22:06:08.6358606Z [00:03:23.664]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/deps/libunicode_ident-8322841390b1e4cb.rlib' from root:root to runner:runner
2025-08-18T22:06:08.6371097Z [00:03:23.664]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/deps/libasync_trait-118025f24bdf210c.so' from root:root to runner:runner
2025-08-18T22:06:08.6372924Z [00:03:23.664]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/deps/syn-1e7e8d6067929fca.d' from root:root to runner:runner
2025-08-18T22:06:08.6374461Z [00:03:23.664]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/deps/libproc_macro2-65ce8afc9976ae3d.rlib' from root:root to runner:runner
2025-08-18T22:06:08.6376056Z [00:03:23.664]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/deps/libmiette_derive-c04d8eb4194fded8.so' from root:root to runner:runner
2025-08-18T22:06:08.6377623Z [00:03:23.664]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/deps/libsyn-1e7e8d6067929fca.rlib' from root:root to runner:runner
2025-08-18T22:06:08.6379147Z [00:03:23.664]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/deps/libquote-98dfd98fd01d9485.rmeta' from root:root to runner:runner
2025-08-18T22:06:08.6380692Z [00:03:23.664]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/deps/libserde_derive-4b9d307a5c7c3f13.so' from root:root to runner:runner
2025-08-18T22:06:08.6382448Z [00:03:23.664]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/deps/libheck-cb7f72c37e5a2d54.rmeta' from root:root to runner:runner
2025-08-18T22:06:08.6384195Z [00:03:23.664]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/deps/libautocfg-48aa38da72696c47.rmeta' from root:root to runner:runner
2025-08-18T22:06:08.6385741Z [00:03:23.664]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/deps/libquote-98dfd98fd01d9485.rlib' from root:root to runner:runner
2025-08-18T22:06:08.6387261Z [00:03:23.664]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/deps/libautocfg-48aa38da72696c47.rlib' from root:root to runner:runner
2025-08-18T22:06:08.6388824Z [00:03:23.665]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/deps/miette_derive-c04d8eb4194fded8.d' from root:root to runner:runner
2025-08-18T22:06:08.6390221Z [00:03:23.665]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/deps' from root:root to runner:runner
2025-08-18T22:06:08.6392072Z [00:03:23.665]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/.fingerprint/slab-3a3e5a471b6afd0f/build-script-build-script-build' from root:root to runner:runner
2025-08-18T22:06:08.6393893Z [00:03:23.665]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/.fingerprint/slab-3a3e5a471b6afd0f/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-18T22:06:08.6395751Z [00:03:23.665]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/.fingerprint/slab-3a3e5a471b6afd0f/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:06:08.6397493Z [00:03:23.665]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/.fingerprint/slab-3a3e5a471b6afd0f/build-script-build-script-build.json' from root:root to runner:runner
2025-08-18T22:06:08.6399123Z [00:03:23.665]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/.fingerprint/slab-3a3e5a471b6afd0f' from root:root to runner:runner
2025-08-18T22:06:08.6400776Z [00:03:23.665]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/.fingerprint/rayon-core-3916f069ff2d7d7f/build-script-build-script-build' from root:root to runner:runner
2025-08-18T22:06:08.6402728Z [00:03:23.665]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/.fingerprint/rayon-core-3916f069ff2d7d7f/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-18T22:06:08.6404495Z [00:03:23.665]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/.fingerprint/rayon-core-3916f069ff2d7d7f/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:06:08.6406261Z [00:03:23.665]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/.fingerprint/rayon-core-3916f069ff2d7d7f/build-script-build-script-build.json' from root:root to runner:runner
2025-08-18T22:06:08.6407936Z [00:03:23.665]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/.fingerprint/rayon-core-3916f069ff2d7d7f' from root:root to runner:runner
2025-08-18T22:06:08.6409630Z [00:03:23.665]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/.fingerprint/proc-macro2-2421a0f2da2ad232/build-script-build-script-build' from root:root to runner:runner
2025-08-18T22:06:08.6411728Z [00:03:23.665]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/.fingerprint/proc-macro2-2421a0f2da2ad232/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-18T22:06:08.6413504Z [00:03:23.665]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/.fingerprint/proc-macro2-2421a0f2da2ad232/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:06:08.6415289Z [00:03:23.665]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/.fingerprint/proc-macro2-2421a0f2da2ad232/build-script-build-script-build.json' from root:root to runner:runner
2025-08-18T22:06:08.6416984Z [00:03:23.665]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/.fingerprint/proc-macro2-2421a0f2da2ad232' from root:root to runner:runner
2025-08-18T22:06:08.6419516Z [00:03:23.665]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/.fingerprint/async-trait-118025f24bdf210c/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:06:08.6421255Z [00:03:23.665]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/.fingerprint/async-trait-118025f24bdf210c/dep-lib-async_trait' from root:root to runner:runner
2025-08-18T22:06:08.6423422Z [00:03:23.665]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/.fingerprint/async-trait-118025f24bdf210c/lib-async_trait' from root:root to runner:runner
2025-08-18T22:06:08.6425161Z [00:03:23.665]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/.fingerprint/async-trait-118025f24bdf210c/lib-async_trait.json' from root:root to runner:runner
2025-08-18T22:06:08.6426783Z [00:03:23.665]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/.fingerprint/async-trait-118025f24bdf210c' from root:root to runner:runner
2025-08-18T22:06:08.6428389Z [00:03:23.665]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/.fingerprint/autocfg-48aa38da72696c47/lib-autocfg.json' from root:root to runner:runner
2025-08-18T22:06:08.6430057Z [00:03:23.665]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/.fingerprint/autocfg-48aa38da72696c47/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:06:08.6431940Z [00:03:23.665]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/.fingerprint/autocfg-48aa38da72696c47/lib-autocfg' from root:root to runner:runner
2025-08-18T22:06:08.6433622Z [00:03:23.665]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/.fingerprint/autocfg-48aa38da72696c47/dep-lib-autocfg' from root:root to runner:runner
2025-08-18T22:06:08.6435206Z [00:03:23.665]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/.fingerprint/autocfg-48aa38da72696c47' from root:root to runner:runner
2025-08-18T22:06:08.6436846Z [00:03:23.665]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/.fingerprint/unicode-ident-8322841390b1e4cb/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:06:08.6438734Z [00:03:23.665]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/.fingerprint/unicode-ident-8322841390b1e4cb/lib-unicode_ident.json' from root:root to runner:runner
2025-08-18T22:06:08.6440478Z [00:03:23.665]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/.fingerprint/unicode-ident-8322841390b1e4cb/dep-lib-unicode_ident' from root:root to runner:runner
2025-08-18T22:06:08.6442413Z [00:03:23.665]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/.fingerprint/unicode-ident-8322841390b1e4cb/lib-unicode_ident' from root:root to runner:runner
2025-08-18T22:06:08.6444063Z [00:03:23.665]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/.fingerprint/unicode-ident-8322841390b1e4cb' from root:root to runner:runner
2025-08-18T22:06:08.6445737Z [00:03:23.665]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/.fingerprint/libc-58bfd042d5b195b0/build-script-build-script-build' from root:root to runner:runner
2025-08-18T22:06:08.6447508Z [00:03:23.665]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/.fingerprint/libc-58bfd042d5b195b0/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-18T22:06:08.6449330Z [00:03:23.665]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/.fingerprint/libc-58bfd042d5b195b0/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:06:08.6451082Z [00:03:23.665]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/.fingerprint/libc-58bfd042d5b195b0/build-script-build-script-build.json' from root:root to runner:runner
2025-08-18T22:06:08.6452834Z [00:03:23.666]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/.fingerprint/libc-58bfd042d5b195b0' from root:root to runner:runner
2025-08-18T22:06:08.6454520Z [00:03:23.666]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/.fingerprint/owo-colors-8de30a3de7a0e3ff/build-script-build-script-build' from root:root to runner:runner
2025-08-18T22:06:08.6456359Z [00:03:23.666]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/.fingerprint/owo-colors-8de30a3de7a0e3ff/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-18T22:06:08.6458139Z [00:03:23.666]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/.fingerprint/owo-colors-8de30a3de7a0e3ff/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:06:08.6459911Z [00:03:23.666]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/.fingerprint/owo-colors-8de30a3de7a0e3ff/build-script-build-script-build.json' from root:root to runner:runner
2025-08-18T22:06:08.6461800Z [00:03:23.666]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/.fingerprint/owo-colors-8de30a3de7a0e3ff' from root:root to runner:runner
2025-08-18T22:06:08.6463508Z [00:03:23.666]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/.fingerprint/serde_json-8be794423b45a10f/build-script-build-script-build' from root:root to runner:runner
2025-08-18T22:06:08.6465472Z [00:03:23.666]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/.fingerprint/serde_json-8be794423b45a10f/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-18T22:06:08.6467217Z [00:03:23.666]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/.fingerprint/serde_json-8be794423b45a10f/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:06:08.6468971Z [00:03:23.666]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/.fingerprint/serde_json-8be794423b45a10f/build-script-build-script-build.json' from root:root to runner:runner
2025-08-18T22:06:08.6470656Z [00:03:23.666]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/.fingerprint/serde_json-8be794423b45a10f' from root:root to runner:runner
2025-08-18T22:06:08.6472623Z [00:03:23.666]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/.fingerprint/miette-derive-c04d8eb4194fded8/dep-lib-miette_derive' from root:root to runner:runner
2025-08-18T22:06:08.6474364Z [00:03:23.666]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/.fingerprint/miette-derive-c04d8eb4194fded8/lib-miette_derive' from root:root to runner:runner
2025-08-18T22:06:08.6476202Z [00:03:23.666]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/.fingerprint/miette-derive-c04d8eb4194fded8/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:06:08.6477992Z [00:03:23.666]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/.fingerprint/miette-derive-c04d8eb4194fded8/lib-miette_derive.json' from root:root to runner:runner
2025-08-18T22:06:08.6479643Z [00:03:23.666]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/.fingerprint/miette-derive-c04d8eb4194fded8' from root:root to runner:runner
2025-08-18T22:06:08.6481323Z [00:03:23.666]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/.fingerprint/thiserror-impl-ba468e002a6215fe/dep-lib-thiserror_impl' from root:root to runner:runner
2025-08-18T22:06:08.6483196Z [00:03:23.666]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/.fingerprint/thiserror-impl-ba468e002a6215fe/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:06:08.6484922Z [00:03:23.666]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/.fingerprint/thiserror-impl-ba468e002a6215fe/lib-thiserror_impl' from root:root to runner:runner
2025-08-18T22:06:08.6486660Z [00:03:23.666]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/.fingerprint/thiserror-impl-ba468e002a6215fe/lib-thiserror_impl.json' from root:root to runner:runner
2025-08-18T22:06:08.6488317Z [00:03:23.666]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/.fingerprint/thiserror-impl-ba468e002a6215fe' from root:root to runner:runner
2025-08-18T22:06:08.6490418Z [00:03:23.666]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/.fingerprint/heck-cb7f72c37e5a2d54/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:06:08.6493888Z [00:03:23.666]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/.fingerprint/heck-cb7f72c37e5a2d54/dep-lib-heck' from root:root to runner:runner
2025-08-18T22:06:08.6497042Z [00:03:23.666]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/.fingerprint/heck-cb7f72c37e5a2d54/lib-heck.json' from root:root to runner:runner
2025-08-18T22:06:08.6500071Z [00:03:23.666]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/.fingerprint/heck-cb7f72c37e5a2d54/lib-heck' from root:root to runner:runner
2025-08-18T22:06:08.6502109Z [00:03:23.666]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/.fingerprint/heck-cb7f72c37e5a2d54' from root:root to runner:runner
2025-08-18T22:06:08.6503756Z [00:03:23.666]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/.fingerprint/tokio-macros-54027ccf8ac43df8/lib-tokio_macros.json' from root:root to runner:runner
2025-08-18T22:06:08.6505478Z [00:03:23.666]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/.fingerprint/tokio-macros-54027ccf8ac43df8/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:06:08.6507189Z [00:03:23.666]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/.fingerprint/tokio-macros-54027ccf8ac43df8/dep-lib-tokio_macros' from root:root to runner:runner
2025-08-18T22:06:08.6509089Z [00:03:23.666]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/.fingerprint/tokio-macros-54027ccf8ac43df8/lib-tokio_macros' from root:root to runner:runner
2025-08-18T22:06:08.6510728Z [00:03:23.666]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/.fingerprint/tokio-macros-54027ccf8ac43df8' from root:root to runner:runner
2025-08-18T22:06:08.6512699Z [00:03:23.666]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/.fingerprint/lock_api-e4a57fa4143060cb/build-script-build-script-build' from root:root to runner:runner
2025-08-18T22:06:08.6514509Z [00:03:23.667]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/.fingerprint/lock_api-e4a57fa4143060cb/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-18T22:06:08.6516242Z [00:03:23.667]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/.fingerprint/lock_api-e4a57fa4143060cb/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:06:08.6517979Z [00:03:23.667]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/.fingerprint/lock_api-e4a57fa4143060cb/build-script-build-script-build.json' from root:root to runner:runner
2025-08-18T22:06:08.6519620Z [00:03:23.667]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/.fingerprint/lock_api-e4a57fa4143060cb' from root:root to runner:runner
2025-08-18T22:06:08.6521241Z [00:03:23.667]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/.fingerprint/proc-macro2-65ce8afc9976ae3d/dep-lib-proc_macro2' from root:root to runner:runner
2025-08-18T22:06:08.6523562Z [00:03:23.667]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/.fingerprint/proc-macro2-65ce8afc9976ae3d/lib-proc_macro2' from root:root to runner:runner
2025-08-18T22:06:08.6525273Z [00:03:23.667]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/.fingerprint/proc-macro2-65ce8afc9976ae3d/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:06:08.6526971Z [00:03:23.667]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/.fingerprint/proc-macro2-65ce8afc9976ae3d/lib-proc_macro2.json' from root:root to runner:runner
2025-08-18T22:06:08.6528597Z [00:03:23.667]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/.fingerprint/proc-macro2-65ce8afc9976ae3d' from root:root to runner:runner
2025-08-18T22:06:08.6530335Z [00:03:23.667]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/.fingerprint/proc-macro2-3d099de3c8b342d2/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-18T22:06:08.6532471Z [00:03:23.667]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/.fingerprint/proc-macro2-3d099de3c8b342d2/run-build-script-build-script-build' from root:root to runner:runner
2025-08-18T22:06:08.6534332Z [00:03:23.667]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/.fingerprint/proc-macro2-3d099de3c8b342d2' from root:root to runner:runner
2025-08-18T22:06:08.6536001Z [00:03:23.667]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/.fingerprint/serde_derive-4b9d307a5c7c3f13/lib-serde_derive.json' from root:root to runner:runner
2025-08-18T22:06:08.6537718Z [00:03:23.667]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/.fingerprint/serde_derive-4b9d307a5c7c3f13/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:06:08.6539504Z [00:03:23.667]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/.fingerprint/serde_derive-4b9d307a5c7c3f13/dep-lib-serde_derive' from root:root to runner:runner
2025-08-18T22:06:08.6541231Z [00:03:23.667]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/.fingerprint/serde_derive-4b9d307a5c7c3f13/lib-serde_derive' from root:root to runner:runner
2025-08-18T22:06:08.6543284Z [00:03:23.667]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/.fingerprint/serde_derive-4b9d307a5c7c3f13' from root:root to runner:runner
2025-08-18T22:06:08.6545001Z [00:03:23.667]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/.fingerprint/crossbeam-utils-9e4fce232d40b3fa/build-script-build-script-build' from root:root to runner:runner
2025-08-18T22:06:08.6546867Z [00:03:23.667]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/.fingerprint/crossbeam-utils-9e4fce232d40b3fa/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-18T22:06:08.6548682Z [00:03:23.667]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/.fingerprint/crossbeam-utils-9e4fce232d40b3fa/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:06:08.6550658Z [00:03:23.667]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/.fingerprint/crossbeam-utils-9e4fce232d40b3fa/build-script-build-script-build.json' from root:root to runner:runner
2025-08-18T22:06:08.6552589Z [00:03:23.667]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/.fingerprint/crossbeam-utils-9e4fce232d40b3fa' from root:root to runner:runner
2025-08-18T22:06:08.6554246Z [00:03:23.667]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/.fingerprint/clap_derive-6bb0454da1ff2b2e/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:06:08.6555945Z [00:03:23.667]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/.fingerprint/clap_derive-6bb0454da1ff2b2e/lib-clap_derive' from root:root to runner:runner
2025-08-18T22:06:08.6557635Z [00:03:23.667]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/.fingerprint/clap_derive-6bb0454da1ff2b2e/lib-clap_derive.json' from root:root to runner:runner
2025-08-18T22:06:08.6559322Z [00:03:23.668]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/.fingerprint/clap_derive-6bb0454da1ff2b2e/dep-lib-clap_derive' from root:root to runner:runner
2025-08-18T22:06:08.6561058Z [00:03:23.668]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/.fingerprint/clap_derive-6bb0454da1ff2b2e' from root:root to runner:runner
2025-08-18T22:06:08.6562989Z [00:03:23.668]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/.fingerprint/object-b6fab1d66f076159/build-script-build-script-build' from root:root to runner:runner
2025-08-18T22:06:08.6565165Z [00:03:23.668]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/.fingerprint/object-b6fab1d66f076159/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-18T22:06:08.6566944Z [00:03:23.668]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/.fingerprint/object-b6fab1d66f076159/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:06:08.6568698Z [00:03:23.668]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/.fingerprint/object-b6fab1d66f076159/build-script-build-script-build.json' from root:root to runner:runner
2025-08-18T22:06:08.6570578Z [00:03:23.668]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/.fingerprint/object-b6fab1d66f076159' from root:root to runner:runner
2025-08-18T22:06:08.6572376Z [00:03:23.668]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/.fingerprint/syn-1e7e8d6067929fca/dep-lib-syn' from root:root to runner:runner
2025-08-18T22:06:08.6573985Z [00:03:23.668]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/.fingerprint/syn-1e7e8d6067929fca/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:06:08.6575574Z [00:03:23.668]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/.fingerprint/syn-1e7e8d6067929fca/lib-syn' from root:root to runner:runner
2025-08-18T22:06:08.6577144Z [00:03:23.668]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/.fingerprint/syn-1e7e8d6067929fca/lib-syn.json' from root:root to runner:runner
2025-08-18T22:06:08.6578663Z [00:03:23.668]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/.fingerprint/syn-1e7e8d6067929fca' from root:root to runner:runner
2025-08-18T22:06:08.6580283Z [00:03:23.668]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/.fingerprint/serde-1108bd03bb6c3137/build-script-build-script-build' from root:root to runner:runner
2025-08-18T22:06:08.6582550Z [00:03:23.668]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/.fingerprint/serde-1108bd03bb6c3137/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-18T22:06:08.6584314Z [00:03:23.668]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/.fingerprint/serde-1108bd03bb6c3137/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:06:08.6586037Z [00:03:23.668]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/.fingerprint/serde-1108bd03bb6c3137/build-script-build-script-build.json' from root:root to runner:runner
2025-08-18T22:06:08.6587676Z [00:03:23.668]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/.fingerprint/serde-1108bd03bb6c3137' from root:root to runner:runner
2025-08-18T22:06:08.6589334Z [00:03:23.668]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/.fingerprint/getrandom-7c6e7f63e8ea70ba/build-script-build-script-build' from root:root to runner:runner
2025-08-18T22:06:08.6591156Z [00:03:23.668]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/.fingerprint/getrandom-7c6e7f63e8ea70ba/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-18T22:06:08.6593053Z [00:03:23.668]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/.fingerprint/getrandom-7c6e7f63e8ea70ba/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:06:08.6594829Z [00:03:23.668]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/.fingerprint/getrandom-7c6e7f63e8ea70ba/build-script-build-script-build.json' from root:root to runner:runner
2025-08-18T22:06:08.6596643Z [00:03:23.668]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/.fingerprint/getrandom-7c6e7f63e8ea70ba' from root:root to runner:runner
2025-08-18T22:06:08.6598284Z [00:03:23.668]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/.fingerprint/nix-f1c2dafacb008b8f/build-script-build-script-build' from root:root to runner:runner
2025-08-18T22:06:08.6600047Z [00:03:23.668]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/.fingerprint/nix-f1c2dafacb008b8f/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-18T22:06:08.6601869Z [00:03:23.668]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/.fingerprint/nix-f1c2dafacb008b8f/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:06:08.6603605Z [00:03:23.668]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/.fingerprint/nix-f1c2dafacb008b8f/build-script-build-script-build.json' from root:root to runner:runner
2025-08-18T22:06:08.6605231Z [00:03:23.668]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/.fingerprint/nix-f1c2dafacb008b8f' from root:root to runner:runner
2025-08-18T22:06:08.6606806Z [00:03:23.668]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/.fingerprint/cfg_aliases-4cc02de9c3a1b142/lib-cfg_aliases' from root:root to runner:runner
2025-08-18T22:06:08.6608677Z [00:03:23.668]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/.fingerprint/cfg_aliases-4cc02de9c3a1b142/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:06:08.6610374Z [00:03:23.668]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/.fingerprint/cfg_aliases-4cc02de9c3a1b142/dep-lib-cfg_aliases' from root:root to runner:runner
2025-08-18T22:06:08.6612171Z [00:03:23.668]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/.fingerprint/cfg_aliases-4cc02de9c3a1b142/lib-cfg_aliases.json' from root:root to runner:runner
2025-08-18T22:06:08.6613788Z [00:03:23.668]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/.fingerprint/cfg_aliases-4cc02de9c3a1b142' from root:root to runner:runner
2025-08-18T22:06:08.6615473Z [00:03:23.668]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/.fingerprint/thiserror-e3a46aaf38d18c96/build-script-build-script-build' from root:root to runner:runner
2025-08-18T22:06:08.6617463Z [00:03:23.669]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/.fingerprint/thiserror-e3a46aaf38d18c96/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-18T22:06:08.6619217Z [00:03:23.669]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/.fingerprint/thiserror-e3a46aaf38d18c96/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:06:08.6620993Z [00:03:23.669]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/.fingerprint/thiserror-e3a46aaf38d18c96/build-script-build-script-build.json' from root:root to runner:runner
2025-08-18T22:06:08.6623164Z [00:03:23.669]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/.fingerprint/thiserror-e3a46aaf38d18c96' from root:root to runner:runner
2025-08-18T22:06:08.6624884Z [00:03:23.669]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/.fingerprint/parking_lot_core-80647824d1d46da3/build-script-build-script-build' from root:root to runner:runner
2025-08-18T22:06:08.6626736Z [00:03:23.669]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/.fingerprint/parking_lot_core-80647824d1d46da3/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-18T22:06:08.6628531Z [00:03:23.669]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/.fingerprint/parking_lot_core-80647824d1d46da3/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:06:08.6630337Z [00:03:23.669]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/.fingerprint/parking_lot_core-80647824d1d46da3/build-script-build-script-build.json' from root:root to runner:runner
2025-08-18T22:06:08.6632286Z [00:03:23.669]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/.fingerprint/parking_lot_core-80647824d1d46da3' from root:root to runner:runner
2025-08-18T22:06:08.6634003Z [00:03:23.669]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/.fingerprint/rustix-e2e75656b6456d35/build-script-build-script-build' from root:root to runner:runner
2025-08-18T22:06:08.6635933Z [00:03:23.669]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/.fingerprint/rustix-e2e75656b6456d35/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-18T22:06:08.6638342Z [00:03:23.669]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/.fingerprint/rustix-e2e75656b6456d35/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:06:08.6641917Z [00:03:23.669]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/.fingerprint/rustix-e2e75656b6456d35/build-script-build-script-build.json' from root:root to runner:runner
2025-08-18T22:06:08.6645131Z [00:03:23.669]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/.fingerprint/rustix-e2e75656b6456d35' from root:root to runner:runner
2025-08-18T22:06:08.6647938Z [00:03:23.669]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/.fingerprint/quote-98dfd98fd01d9485/lib-quote.json' from root:root to runner:runner
2025-08-18T22:06:08.6649634Z [00:03:23.669]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/.fingerprint/quote-98dfd98fd01d9485/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:06:08.6651241Z [00:03:23.669]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/.fingerprint/quote-98dfd98fd01d9485/lib-quote' from root:root to runner:runner
2025-08-18T22:06:08.6653111Z [00:03:23.669]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/.fingerprint/quote-98dfd98fd01d9485/dep-lib-quote' from root:root to runner:runner
2025-08-18T22:06:08.6654870Z [00:03:23.669]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/.fingerprint/quote-98dfd98fd01d9485' from root:root to runner:runner
2025-08-18T22:06:08.6656272Z [00:03:23.669]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/.fingerprint' from root:root to runner:runner
2025-08-18T22:06:08.6657530Z [00:03:23.669]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release' from root:root to runner:runner
2025-08-18T22:06:08.6658898Z [00:03:23.669]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/examples' from root:root to runner:runner
2025-08-18T22:06:08.6660403Z [00:03:23.669]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/incremental' from root:root to runner:runner
2025-08-18T22:06:08.6662155Z [00:03:23.669]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/libtailspin.rlib' from root:root to runner:runner
2025-08-18T22:06:08.6663676Z [00:03:23.669]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.cargo-lock' from root:root to runner:runner
2025-08-18T22:06:08.6665139Z [00:03:23.669]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/tspin' from root:root to runner:runner
2025-08-18T22:06:08.6666871Z [00:03:23.669]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/owo-colors-746ced5519d4c7ca/out' from root:root to runner:runner
2025-08-18T22:06:08.6668604Z [00:03:23.669]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/owo-colors-746ced5519d4c7ca/output' from root:root to runner:runner
2025-08-18T22:06:08.6670338Z [00:03:23.669]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/owo-colors-746ced5519d4c7ca/root-output' from root:root to runner:runner
2025-08-18T22:06:08.6672363Z [00:03:23.670]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/owo-colors-746ced5519d4c7ca/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:06:08.6674147Z [00:03:23.670]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/owo-colors-746ced5519d4c7ca/stderr' from root:root to runner:runner
2025-08-18T22:06:08.6675834Z [00:03:23.670]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/owo-colors-746ced5519d4c7ca' from root:root to runner:runner
2025-08-18T22:06:08.6677487Z [00:03:23.670]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/nix-62f3e2c94e9a03df/out' from root:root to runner:runner
2025-08-18T22:06:08.6679144Z [00:03:23.670]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/nix-62f3e2c94e9a03df/output' from root:root to runner:runner
2025-08-18T22:06:08.6681060Z [00:03:23.670]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/nix-62f3e2c94e9a03df/root-output' from root:root to runner:runner
2025-08-18T22:06:08.6683112Z [00:03:23.670]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/nix-62f3e2c94e9a03df/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:06:08.6684804Z [00:03:23.670]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/nix-62f3e2c94e9a03df/stderr' from root:root to runner:runner
2025-08-18T22:06:08.6686447Z [00:03:23.670]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/nix-62f3e2c94e9a03df' from root:root to runner:runner
2025-08-18T22:06:08.6688104Z [00:03:23.670]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/serde-f1e1770dfc148cb8/out' from root:root to runner:runner
2025-08-18T22:06:08.6689766Z [00:03:23.670]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/serde-f1e1770dfc148cb8/output' from root:root to runner:runner
2025-08-18T22:06:08.6691907Z [00:03:23.670]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/serde-f1e1770dfc148cb8/root-output' from root:root to runner:runner
2025-08-18T22:06:08.6693720Z [00:03:23.670]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/serde-f1e1770dfc148cb8/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:06:08.6695437Z [00:03:23.670]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/serde-f1e1770dfc148cb8/stderr' from root:root to runner:runner
2025-08-18T22:06:08.6697078Z [00:03:23.670]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/serde-f1e1770dfc148cb8' from root:root to runner:runner
2025-08-18T22:06:08.6698745Z [00:03:23.670]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rayon-core-cb2bfb305d5a7402/out' from root:root to runner:runner
2025-08-18T22:06:08.6700465Z [00:03:23.670]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rayon-core-cb2bfb305d5a7402/output' from root:root to runner:runner
2025-08-18T22:06:08.6702593Z [00:03:23.670]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rayon-core-cb2bfb305d5a7402/root-output' from root:root to runner:runner
2025-08-18T22:06:08.6704393Z [00:03:23.670]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rayon-core-cb2bfb305d5a7402/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:06:08.6706157Z [00:03:23.670]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rayon-core-cb2bfb305d5a7402/stderr' from root:root to runner:runner
2025-08-18T22:06:08.6708004Z [00:03:23.670]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rayon-core-cb2bfb305d5a7402' from root:root to runner:runner
2025-08-18T22:06:08.6709801Z [00:03:23.670]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/lock_api-76b7b1368b8c325d/out/autocfg_c918ae05ac730483_0.ll' from root:root to runner:runner
2025-08-18T22:06:08.6711838Z [00:03:23.670]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/lock_api-76b7b1368b8c325d/out' from root:root to runner:runner
2025-08-18T22:06:08.6714547Z [00:03:23.670]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/lock_api-76b7b1368b8c325d/output' from root:root to runner:runner
2025-08-18T22:06:08.6717859Z [00:03:23.670]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/lock_api-76b7b1368b8c325d/root-output' from root:root to runner:runner
2025-08-18T22:06:08.6721259Z [00:03:23.670]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/lock_api-76b7b1368b8c325d/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:06:08.6724009Z [00:03:23.671]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/lock_api-76b7b1368b8c325d/stderr' from root:root to runner:runner
2025-08-18T22:06:08.6725707Z [00:03:23.671]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/lock_api-76b7b1368b8c325d' from root:root to runner:runner
2025-08-18T22:06:08.6727477Z [00:03:23.671]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/slab-5e4f78fa6650db13/out/autocfg_91ec9efee6dd534d_0.ll' from root:root to runner:runner
2025-08-18T22:06:08.6729226Z [00:03:23.671]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/slab-5e4f78fa6650db13/out' from root:root to runner:runner
2025-08-18T22:06:08.6730878Z [00:03:23.671]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/slab-5e4f78fa6650db13/output' from root:root to runner:runner
2025-08-18T22:06:08.6732793Z [00:03:23.671]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/slab-5e4f78fa6650db13/root-output' from root:root to runner:runner
2025-08-18T22:06:08.6734560Z [00:03:23.671]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/slab-5e4f78fa6650db13/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:06:08.6736285Z [00:03:23.671]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/slab-5e4f78fa6650db13/stderr' from root:root to runner:runner
2025-08-18T22:06:08.6738073Z [00:03:23.671]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/slab-5e4f78fa6650db13' from root:root to runner:runner
2025-08-18T22:06:08.6739757Z [00:03:23.671]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/crossbeam-utils-47daabebd1188c33/out' from root:root to runner:runner
2025-08-18T22:06:08.6741758Z [00:03:23.671]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/crossbeam-utils-47daabebd1188c33/output' from root:root to runner:runner
2025-08-18T22:06:08.6743575Z [00:03:23.671]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/crossbeam-utils-47daabebd1188c33/root-output' from root:root to runner:runner
2025-08-18T22:06:08.6745439Z [00:03:23.671]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/crossbeam-utils-47daabebd1188c33/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:06:08.6747244Z [00:03:23.671]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/crossbeam-utils-47daabebd1188c33/stderr' from root:root to runner:runner
2025-08-18T22:06:08.6748972Z [00:03:23.671]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/crossbeam-utils-47daabebd1188c33' from root:root to runner:runner
2025-08-18T22:06:08.6750809Z [00:03:23.671]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/thiserror-d3e18ae1bbb7bed0/out' from root:root to runner:runner
2025-08-18T22:06:08.6752709Z [00:03:23.671]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/thiserror-d3e18ae1bbb7bed0/output' from root:root to runner:runner
2025-08-18T22:06:08.6754449Z [00:03:23.671]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/thiserror-d3e18ae1bbb7bed0/root-output' from root:root to runner:runner
2025-08-18T22:06:08.6756245Z [00:03:23.671]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/thiserror-d3e18ae1bbb7bed0/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:06:08.6758007Z [00:03:23.671]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/thiserror-d3e18ae1bbb7bed0/stderr' from root:root to runner:runner
2025-08-18T22:06:08.6759686Z [00:03:23.671]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/thiserror-d3e18ae1bbb7bed0' from root:root to runner:runner
2025-08-18T22:06:08.6761534Z [00:03:23.671]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/getrandom-8f37605a9c77621b/out' from root:root to runner:runner
2025-08-18T22:06:08.6763251Z [00:03:23.671]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/getrandom-8f37605a9c77621b/output' from root:root to runner:runner
2025-08-18T22:06:08.6765164Z [00:03:23.671]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/getrandom-8f37605a9c77621b/root-output' from root:root to runner:runner
2025-08-18T22:06:08.6766936Z [00:03:23.671]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/getrandom-8f37605a9c77621b/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:06:08.6768694Z [00:03:23.671]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/getrandom-8f37605a9c77621b/stderr' from root:root to runner:runner
2025-08-18T22:06:08.6770375Z [00:03:23.671]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/getrandom-8f37605a9c77621b' from root:root to runner:runner
2025-08-18T22:06:08.6772459Z [00:03:23.671]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/object-7c3622e5b9729208/out' from root:root to runner:runner
2025-08-18T22:06:08.6774176Z [00:03:23.671]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/object-7c3622e5b9729208/output' from root:root to runner:runner
2025-08-18T22:06:08.6776015Z [00:03:23.671]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/object-7c3622e5b9729208/root-output' from root:root to runner:runner
2025-08-18T22:06:08.6777783Z [00:03:23.671]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/object-7c3622e5b9729208/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:06:08.6779511Z [00:03:23.671]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/object-7c3622e5b9729208/stderr' from root:root to runner:runner
2025-08-18T22:06:08.6781160Z [00:03:23.671]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/object-7c3622e5b9729208' from root:root to runner:runner
2025-08-18T22:06:08.6783106Z [00:03:23.671]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libc-9d9dc4f488164ee9/out' from root:root to runner:runner
2025-08-18T22:06:08.6784768Z [00:03:23.671]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libc-9d9dc4f488164ee9/output' from root:root to runner:runner
2025-08-18T22:06:08.6787050Z [00:03:23.672]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libc-9d9dc4f488164ee9/root-output' from root:root to runner:runner
2025-08-18T22:06:08.6790402Z [00:03:23.672]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libc-9d9dc4f488164ee9/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:06:08.6794021Z [00:03:23.672]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libc-9d9dc4f488164ee9/stderr' from root:root to runner:runner
2025-08-18T22:06:08.6796916Z [00:03:23.672]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libc-9d9dc4f488164ee9' from root:root to runner:runner
2025-08-18T22:06:08.6798583Z [00:03:23.672]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rustix-8374a27e0d101d51/out' from root:root to runner:runner
2025-08-18T22:06:08.6800303Z [00:03:23.672]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rustix-8374a27e0d101d51/output' from root:root to runner:runner
2025-08-18T22:06:08.6802240Z [00:03:23.672]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rustix-8374a27e0d101d51/root-output' from root:root to runner:runner
2025-08-18T22:06:08.6804005Z [00:03:23.672]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rustix-8374a27e0d101d51/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:06:08.6805735Z [00:03:23.672]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rustix-8374a27e0d101d51/stderr' from root:root to runner:runner
2025-08-18T22:06:08.6807551Z [00:03:23.672]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rustix-8374a27e0d101d51' from root:root to runner:runner
2025-08-18T22:06:08.6809271Z [00:03:23.672]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/parking_lot_core-3c7abd0f10920420/out' from root:root to runner:runner
2025-08-18T22:06:08.6811017Z [00:03:23.672]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/parking_lot_core-3c7abd0f10920420/output' from root:root to runner:runner
2025-08-18T22:06:08.6813077Z [00:03:23.672]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/parking_lot_core-3c7abd0f10920420/root-output' from root:root to runner:runner
2025-08-18T22:06:08.6814923Z [00:03:23.672]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/parking_lot_core-3c7abd0f10920420/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:06:08.6816731Z [00:03:23.672]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/parking_lot_core-3c7abd0f10920420/stderr' from root:root to runner:runner
2025-08-18T22:06:08.6818453Z [00:03:23.672]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/parking_lot_core-3c7abd0f10920420' from root:root to runner:runner
2025-08-18T22:06:08.6820154Z [00:03:23.672]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/serde_json-f7b93d380dfc985a/out' from root:root to runner:runner
2025-08-18T22:06:08.6822231Z [00:03:23.673]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/serde_json-f7b93d380dfc985a/output' from root:root to runner:runner
2025-08-18T22:06:08.6823977Z [00:03:23.673]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/serde_json-f7b93d380dfc985a/root-output' from root:root to runner:runner
2025-08-18T22:06:08.6825758Z [00:03:23.673]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/serde_json-f7b93d380dfc985a/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:06:08.6827521Z [00:03:23.673]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/serde_json-f7b93d380dfc985a/stderr' from root:root to runner:runner
2025-08-18T22:06:08.6829215Z [00:03:23.673]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/serde_json-f7b93d380dfc985a' from root:root to runner:runner
2025-08-18T22:06:08.6830762Z [00:03:23.673]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build' from root:root to runner:runner
2025-08-18T22:06:08.6832578Z [00:03:23.673]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/log-dba0b81633251c61.d' from root:root to runner:runner
2025-08-18T22:06:08.6834436Z [00:03:23.673]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libaho_corasick-e6a0a7a0e260dee1.rlib' from root:root to runner:runner
2025-08-18T22:06:08.6836197Z [00:03:23.673]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libparking_lot-cf527eff4a9e9c43.rlib' from root:root to runner:runner
2025-08-18T22:06:08.6837917Z [00:03:23.673]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/crossbeam_epoch-a035f5c67ef4c95b.d' from root:root to runner:runner
2025-08-18T22:06:08.6839657Z [00:03:23.673]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_util-d265db9c60ab090f.rmeta' from root:root to runner:runner
2025-08-18T22:06:08.6841673Z [00:03:23.673]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libis_terminal_polyfill-f03c0c3b7c68aa9a.rmeta' from root:root to runner:runner
2025-08-18T22:06:08.6843632Z [00:03:23.673]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libdirs_sys-e8970ab1144ac618.rmeta' from root:root to runner:runner
2025-08-18T22:06:08.6845357Z [00:03:23.673]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libinotify_sys-e1afbe4c1c7cdc4f.rmeta' from root:root to runner:runner
2025-08-18T22:06:08.6847093Z [00:03:23.673]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfiletime-05416f239be73869.rlib' from root:root to runner:runner
2025-08-18T22:06:08.6848979Z [00:03:23.673]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libonce_cell-060cccef245b8c37.rmeta' from root:root to runner:runner
2025-08-18T22:06:08.6850733Z [00:03:23.673]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpin_project_lite-2a91682787be765b.rmeta' from root:root to runner:runner
2025-08-18T22:06:08.6852737Z [00:03:23.673]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnotify-d2458e0a26779e93.rmeta' from root:root to runner:runner
2025-08-18T22:06:08.6854480Z [00:03:23.673]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_core-7cc7933eec180d26.rlib' from root:root to runner:runner
2025-08-18T22:06:08.6856216Z [00:03:23.673]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libthiserror-e8be2e23a342b85c.rmeta' from root:root to runner:runner
2025-08-18T22:06:08.6857930Z [00:03:23.673]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex-27a14f2121b34f21.rmeta' from root:root to runner:runner
2025-08-18T22:06:08.6860167Z [00:03:23.673]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblinemux-54406ddabd26b688.rlib' from root:root to runner:runner
2025-08-18T22:06:08.6863512Z [00:03:23.673]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libdirs_sys-e8970ab1144ac618.rlib' from root:root to runner:runner
2025-08-18T22:06:08.6866729Z [00:03:23.673]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/strsim-0535910dc9036bf9.d' from root:root to runner:runner
2025-08-18T22:06:08.6869879Z [00:03:23.673]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libuuid-a52b04b8e49ea48d.rlib' from root:root to runner:runner
2025-08-18T22:06:08.6871893Z [00:03:23.673]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libslab-e1aec67ca6d91568.rmeta' from root:root to runner:runner
2025-08-18T22:06:08.6873674Z [00:03:23.673]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtailspin-9e39a91c23cd8b51.rmeta' from root:root to runner:runner
2025-08-18T22:06:08.6875342Z [00:03:23.673]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/nix-8770d5142b4338bf.d' from root:root to runner:runner
2025-08-18T22:06:08.6877004Z [00:03:23.673]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap-d64467ba2ce40c03.rlib' from root:root to runner:runner
2025-08-18T22:06:08.6878736Z [00:03:23.673]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstyle_query-51ee185e4c4ff5f7.rmeta' from root:root to runner:runner
2025-08-18T22:06:08.6880674Z [00:03:23.673]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsmallvec-f5cf738d4bc049da.rmeta' from root:root to runner:runner
2025-08-18T22:06:08.6882588Z [00:03:23.673]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/addr2line-f22e1d10b143ba90.d' from root:root to runner:runner
2025-08-18T22:06:08.6884282Z [00:03:23.673]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgimli-3215ac086ee6ba72.rlib' from root:root to runner:runner
2025-08-18T22:06:08.6885987Z [00:03:23.673]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstyle-1f0bef145d35d1a2.rlib' from root:root to runner:runner
2025-08-18T22:06:08.6887738Z [00:03:23.673]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libis_terminal_polyfill-f03c0c3b7c68aa9a.rlib' from root:root to runner:runner
2025-08-18T22:06:08.6889470Z [00:03:23.674]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde-a8c855679b6d2e1e.rlib' from root:root to runner:runner
2025-08-18T22:06:08.6891280Z [00:03:23.674]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/parking_lot-cf527eff4a9e9c43.d' from root:root to runner:runner
2025-08-18T22:06:08.6893296Z [00:03:23.674]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libutf8parse-388405267e7821b8.rmeta' from root:root to runner:runner
2025-08-18T22:06:08.6895035Z [00:03:23.674]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libunicode_width-355d02a9b26506ec.rmeta' from root:root to runner:runner
2025-08-18T22:06:08.6896776Z [00:03:23.674]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libunicode_width-5fa7a1d2395e6fb1.rlib' from root:root to runner:runner
2025-08-18T22:06:08.6898513Z [00:03:23.674]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtempfile-a769e268b0aea6e3.rlib' from root:root to runner:runner
2025-08-18T22:06:08.6900209Z [00:03:23.674]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex-27a14f2121b34f21.rlib' from root:root to runner:runner
2025-08-18T22:06:08.6902573Z [00:03:23.674]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrossbeam_utils-fdfd9e62563524fe.rmeta' from root:root to runner:runner
2025-08-18T22:06:08.6904369Z [00:03:23.674]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnix-8770d5142b4338bf.rmeta' from root:root to runner:runner
2025-08-18T22:06:08.6906234Z [00:03:23.674]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstyle-1f0bef145d35d1a2.rmeta' from root:root to runner:runner
2025-08-18T22:06:08.6907944Z [00:03:23.674]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstream-3b02f3262b9455ba.rlib' from root:root to runner:runner
2025-08-18T22:06:08.6909631Z [00:03:23.674]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/memchr-70e93713acfb7392.d' from root:root to runner:runner
2025-08-18T22:06:08.6911349Z [00:03:23.674]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libparking_lot_core-cd7ebee870220cb2.rlib' from root:root to runner:runner
2025-08-18T22:06:08.6913365Z [00:03:23.674]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libterminal_size-c164078a4b6d1e64.rlib' from root:root to runner:runner
2025-08-18T22:06:08.6915069Z [00:03:23.674]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmio-569c9177769484b4.rmeta' from root:root to runner:runner
2025-08-18T22:06:08.6916770Z [00:03:23.674]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libwinsplit-6adc453419303676.rlib' from root:root to runner:runner
2025-08-18T22:06:08.6918614Z [00:03:23.674]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtextwrap-1a512b46b69bcd68.rlib' from root:root to runner:runner
2025-08-18T22:06:08.6920363Z [00:03:23.674]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpin_project_lite-2a91682787be765b.rlib' from root:root to runner:runner
2025-08-18T22:06:08.6922389Z [00:03:23.674]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap_builder-aa045e24d9346fc6.rlib' from root:root to runner:runner
2025-08-18T22:06:08.6924119Z [00:03:23.674]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/miniz_oxide-60a460a7733b8e95.d' from root:root to runner:runner
2025-08-18T22:06:08.6925826Z [00:03:23.674]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde-a8c855679b6d2e1e.rmeta' from root:root to runner:runner
2025-08-18T22:06:08.6927523Z [00:03:23.674]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libitoa-b2a72e844afe803f.rmeta' from root:root to runner:runner
2025-08-18T22:06:08.6929240Z [00:03:23.674]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libunicode_width-355d02a9b26506ec.rlib' from root:root to runner:runner
2025-08-18T22:06:08.6930980Z [00:03:23.674]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libindexmap-83895ec535695fc8.rlib' from root:root to runner:runner
2025-08-18T22:06:08.6933158Z [00:03:23.674]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libuuid-a52b04b8e49ea48d.rmeta' from root:root to runner:runner
2025-08-18T22:06:08.6935633Z [00:03:23.674]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/nu_ansi_term-9035c773913e8a79.d' from root:root to runner:runner
2025-08-18T22:06:08.6938820Z [00:03:23.674]➜  ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtailspin-9e39a91c23cd8b51.rlib' retained as runner:runner
2025-08-18T22:06:08.6942260Z [00:03:23.674]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_util-d265db9c60ab090f.rlib' from root:root to runner:runner
2025-08-18T22:06:08.6945120Z [00:03:23.674]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsupports_unicode-2e7c2618ee2da0b8.rmeta' from root:root to runner:runner
2025-08-18T22:06:08.6946860Z [00:03:23.674]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/clap_builder-aa045e24d9346fc6.d' from root:root to runner:runner
2025-08-18T22:06:08.6948734Z [00:03:23.674]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librustix-c6307a06184c323f.rmeta' from root:root to runner:runner
2025-08-18T22:06:08.6950483Z [00:03:23.675]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblinux_raw_sys-c647c5d8acd152ae.rlib' from root:root to runner:runner
2025-08-18T22:06:08.6952431Z [00:03:23.675]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/rustc_demangle-56002613ad8f8a7f.d' from root:root to runner:runner
2025-08-18T22:06:08.6954140Z [00:03:23.675]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgimli-3215ac086ee6ba72.rmeta' from root:root to runner:runner
2025-08-18T22:06:08.6955859Z [00:03:23.675]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnotify-d2458e0a26779e93.rlib' from root:root to runner:runner
2025-08-18T22:06:08.6957555Z [00:03:23.675]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap-d64467ba2ce40c03.rmeta' from root:root to runner:runner
2025-08-18T22:06:08.6959237Z [00:03:23.675]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libdirs-d3d8b7ec183f449d.rmeta' from root:root to runner:runner
2025-08-18T22:06:08.6960902Z [00:03:23.675]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblog-dba0b81633251c61.rmeta' from root:root to runner:runner
2025-08-18T22:06:08.6962798Z [00:03:23.675]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtextwrap-1a512b46b69bcd68.rmeta' from root:root to runner:runner
2025-08-18T22:06:08.6964683Z [00:03:23.675]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbacktrace-e70168c26ff2692a.rlib' from root:root to runner:runner
2025-08-18T22:06:08.6966429Z [00:03:23.675]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrossbeam_utils-fdfd9e62563524fe.rlib' from root:root to runner:runner
2025-08-18T22:06:08.6968192Z [00:03:23.675]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde_json-151207b2e1b9208a.rmeta' from root:root to runner:runner
2025-08-18T22:06:08.6969931Z [00:03:23.675]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbitflags-e4638d9ba5deda4a.rmeta' from root:root to runner:runner
2025-08-18T22:06:08.6971834Z [00:03:23.675]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/getrandom-0f4a9aec48c03d82.d' from root:root to runner:runner
2025-08-18T22:06:08.6973561Z [00:03:23.675]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtokio-1e8004299cae8368.rmeta' from root:root to runner:runner
2025-08-18T22:06:08.6975364Z [00:03:23.675]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/anstream-3b02f3262b9455ba.d' from root:root to runner:runner
2025-08-18T22:06:08.6977052Z [00:03:23.675]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libdirs-d3d8b7ec183f449d.rlib' from root:root to runner:runner
2025-08-18T22:06:08.6978721Z [00:03:23.675]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblog-dba0b81633251c61.rlib' from root:root to runner:runner
2025-08-18T22:06:08.6980426Z [00:03:23.675]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_core-7cc7933eec180d26.rmeta' from root:root to runner:runner
2025-08-18T22:06:08.6982356Z [00:03:23.675]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libctrlc-841fe0ffeceb4ee5.rmeta' from root:root to runner:runner
2025-08-18T22:06:08.6984052Z [00:03:23.675]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/aho_corasick-e6a0a7a0e260dee1.d' from root:root to runner:runner
2025-08-18T22:06:08.6985759Z [00:03:23.675]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtoml_writer-892fe5ab5f5215ca.rlib' from root:root to runner:runner
2025-08-18T22:06:08.6987469Z [00:03:23.675]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/pin_project_lite-2a91682787be765b.d' from root:root to runner:runner
2025-08-18T22:06:08.6989179Z [00:03:23.675]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libutf8parse-388405267e7821b8.rlib' from root:root to runner:runner
2025-08-18T22:06:08.6991015Z [00:03:23.675]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/unicode_width-355d02a9b26506ec.d' from root:root to runner:runner
2025-08-18T22:06:08.6992922Z [00:03:23.675]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/tspin-be72b1097f28edc2.d' from root:root to runner:runner
2025-08-18T22:06:08.6994595Z [00:03:23.675]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcfg_if-ad922fe68dc3537f.rlib' from root:root to runner:runner
2025-08-18T22:06:08.6996281Z [00:03:23.675]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/regex_syntax-a6e8118dff480c24.d' from root:root to runner:runner
2025-08-18T22:06:08.6997984Z [00:03:23.675]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstream-3b02f3262b9455ba.rmeta' from root:root to runner:runner
2025-08-18T22:06:08.6999695Z [00:03:23.675]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsame_file-d76bd81076a1e444.rlib' from root:root to runner:runner
2025-08-18T22:06:08.7001747Z [00:03:23.675]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/tokio-1e8004299cae8368.d' from root:root to runner:runner
2025-08-18T22:06:08.7003632Z [00:03:23.675]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/shell_words-e9e4fbd39491fe62.d' from root:root to runner:runner
2025-08-18T22:06:08.7005318Z [00:03:23.675]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbytes-670ef56d94852b53.rmeta' from root:root to runner:runner
2025-08-18T22:06:08.7006994Z [00:03:23.675]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libryu-5d7663d4e453975b.rlib' from root:root to runner:runner
2025-08-18T22:06:08.7008657Z [00:03:23.675]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/notify-d2458e0a26779e93.d' from root:root to runner:runner
2025-08-18T22:06:08.7010915Z [00:03:23.675]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/ctrlc-841fe0ffeceb4ee5.d' from root:root to runner:runner
2025-08-18T22:06:08.7014359Z [00:03:23.675]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpin_utils-327e87f8993c05ae.rlib' from root:root to runner:runner
2025-08-18T22:06:08.7017691Z [00:03:23.675]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfastrand-7349f526c053b502.rlib' from root:root to runner:runner
2025-08-18T22:06:08.7020678Z [00:03:23.676]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_task-add56d117c301428.rmeta' from root:root to runner:runner
2025-08-18T22:06:08.7022652Z [00:03:23.676]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/anstyle_query-51ee185e4c4ff5f7.d' from root:root to runner:runner
2025-08-18T22:06:08.7024360Z [00:03:23.676]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/gimli-3215ac086ee6ba72.d' from root:root to runner:runner
2025-08-18T22:06:08.7026024Z [00:03:23.676]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/textwrap-1a512b46b69bcd68.d' from root:root to runner:runner
2025-08-18T22:06:08.7027727Z [00:03:23.676]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liboption_ext-dd7fd95bf387f8ef.rmeta' from root:root to runner:runner
2025-08-18T22:06:08.7029388Z [00:03:23.676]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/mio-569c9177769484b4.d' from root:root to runner:runner
2025-08-18T22:06:08.7031071Z [00:03:23.676]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libscopeguard-fca9edb259fbe444.rmeta' from root:root to runner:runner
2025-08-18T22:06:08.7033226Z [00:03:23.676]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbacktrace-e70168c26ff2692a.rmeta' from root:root to runner:runner
2025-08-18T22:06:08.7034997Z [00:03:23.676]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcolorchoice-9c0c5e2325c68bf1.rlib' from root:root to runner:runner
2025-08-18T22:06:08.7036694Z [00:03:23.676]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/indexmap-83895ec535695fc8.d' from root:root to runner:runner
2025-08-18T22:06:08.7038354Z [00:03:23.676]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/backtrace-e70168c26ff2692a.d' from root:root to runner:runner
2025-08-18T22:06:08.7040015Z [00:03:23.676]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/pin_utils-327e87f8993c05ae.d' from root:root to runner:runner
2025-08-18T22:06:08.7042048Z [00:03:23.676]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/serde_json-151207b2e1b9208a.d' from root:root to runner:runner
2025-08-18T22:06:08.7043726Z [00:03:23.676]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/bitflags-e4638d9ba5deda4a.d' from root:root to runner:runner
2025-08-18T22:06:08.7045385Z [00:03:23.676]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/filetime-05416f239be73869.d' from root:root to runner:runner
2025-08-18T22:06:08.7047239Z [00:03:23.676]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnu_ansi_term-9035c773913e8a79.rlib' from root:root to runner:runner
2025-08-18T22:06:08.7048911Z [00:03:23.676]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/slab-e1aec67ca6d91568.d' from root:root to runner:runner
2025-08-18T22:06:08.7050600Z [00:03:23.676]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex_automata-f222507f3749a68d.rlib' from root:root to runner:runner
2025-08-18T22:06:08.7052502Z [00:03:23.676]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/tempfile-a769e268b0aea6e3.d' from root:root to runner:runner
2025-08-18T22:06:08.7054208Z [00:03:23.676]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_task-add56d117c301428.rlib' from root:root to runner:runner
2025-08-18T22:06:08.7055908Z [00:03:23.676]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/hashbrown-2c09c4f5321e38cc.d' from root:root to runner:runner
2025-08-18T22:06:08.7057572Z [00:03:23.676]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/same_file-d76bd81076a1e444.d' from root:root to runner:runner
2025-08-18T22:06:08.7059347Z [00:03:23.676]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/inotify-0d1365971c23b0d1.d' from root:root to runner:runner
2025-08-18T22:06:08.7061054Z [00:03:23.676]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtoml_datetime-3ccde70a349fa81c.rlib' from root:root to runner:runner
2025-08-18T22:06:08.7062998Z [00:03:23.676]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrossbeam_channel-1592dd87362accc2.rlib' from root:root to runner:runner
2025-08-18T22:06:08.7064764Z [00:03:23.676]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex_syntax-a6e8118dff480c24.rmeta' from root:root to runner:runner
2025-08-18T22:06:08.7066457Z [00:03:23.676]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/dirs_sys-e8970ab1144ac618.d' from root:root to runner:runner
2025-08-18T22:06:08.7068128Z [00:03:23.676]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libadler2-f6abfeb5c073bc13.rlib' from root:root to runner:runner
2025-08-18T22:06:08.7069842Z [00:03:23.676]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liboption_ext-dd7fd95bf387f8ef.rlib' from root:root to runner:runner
2025-08-18T22:06:08.7071736Z [00:03:23.676]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/regex_automata-f222507f3749a68d.d' from root:root to runner:runner
2025-08-18T22:06:08.7073618Z [00:03:23.677]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsmallvec-f5cf738d4bc049da.rlib' from root:root to runner:runner
2025-08-18T22:06:08.7075320Z [00:03:23.677]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/colorchoice-9c0c5e2325c68bf1.d' from root:root to runner:runner
2025-08-18T22:06:08.7077022Z [00:03:23.677]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libaddr2line-f22e1d10b143ba90.rmeta' from root:root to runner:runner
2025-08-18T22:06:08.7078772Z [00:03:23.677]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcolorchoice-9c0c5e2325c68bf1.rmeta' from root:root to runner:runner
2025-08-18T22:06:08.7080537Z [00:03:23.677]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap_complete-af6c67f5b801a71e.rmeta' from root:root to runner:runner
2025-08-18T22:06:08.7082707Z [00:03:23.677]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtoml-36bd339aa0787e06.rmeta' from root:root to runner:runner
2025-08-18T22:06:08.7085209Z [00:03:23.677]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblinux_raw_sys-c647c5d8acd152ae.rmeta' from root:root to runner:runner
2025-08-18T22:06:08.7088607Z [00:03:23.677]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libinotify-0d1365971c23b0d1.rlib' from root:root to runner:runner
2025-08-18T22:06:08.7092057Z [00:03:23.677]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/lock_api-fb69158a4272f23a.d' from root:root to runner:runner
2025-08-18T22:06:08.7094739Z [00:03:23.677]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/crossbeam_deque-0d1f152e6612a44b.d' from root:root to runner:runner
2025-08-18T22:06:08.7096534Z [00:03:23.677]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsocket2-8d89b097bb1335ea.rmeta' from root:root to runner:runner
2025-08-18T22:06:08.7098285Z [00:03:23.677]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde_spanned-c8655861c17aadb5.rlib' from root:root to runner:runner
2025-08-18T22:06:08.7100036Z [00:03:23.677]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsupports_color-b4211258c0cf013a.rlib' from root:root to runner:runner
2025-08-18T22:06:08.7101947Z [00:03:23.677]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/miette-1f6bcf2c6f8ec8e7.d' from root:root to runner:runner
2025-08-18T22:06:08.7103679Z [00:03:23.677]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap_complete-af6c67f5b801a71e.rlib' from root:root to runner:runner
2025-08-18T22:06:08.7105583Z [00:03:23.677]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/futures_task-add56d117c301428.d' from root:root to runner:runner
2025-08-18T22:06:08.7107298Z [00:03:23.677]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libshellexpand-21d9ebe31090c83a.rlib' from root:root to runner:runner
2025-08-18T22:06:08.7109043Z [00:03:23.677]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/crossbeam_utils-fdfd9e62563524fe.d' from root:root to runner:runner
2025-08-18T22:06:08.7110733Z [00:03:23.677]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmio-c4b5cc0db1c9ab3b.rlib' from root:root to runner:runner
2025-08-18T22:06:08.7112634Z [00:03:23.677]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/serde_spanned-c8655861c17aadb5.d' from root:root to runner:runner
2025-08-18T22:06:08.7114319Z [00:03:23.677]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/anstyle_parse-84b7b16131790355.d' from root:root to runner:runner
2025-08-18T22:06:08.7116157Z [00:03:23.677]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libminiz_oxide-60a460a7733b8e95.rlib' from root:root to runner:runner
2025-08-18T22:06:08.7117898Z [00:03:23.677]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblinemux-54406ddabd26b688.rmeta' from root:root to runner:runner
2025-08-18T22:06:08.7119585Z [00:03:23.677]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/object-ca2aee07ac6dcd60.d' from root:root to runner:runner
2025-08-18T22:06:08.7121244Z [00:03:23.677]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libis_ci-e9957b348b002262.rlib' from root:root to runner:runner
2025-08-18T22:06:08.7123167Z [00:03:23.677]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/supports_hyperlinks-7a392e4a024bd5f5.d' from root:root to runner:runner
2025-08-18T22:06:08.7124902Z [00:03:23.677]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/uuid-a52b04b8e49ea48d.d' from root:root to runner:runner
2025-08-18T22:06:08.7126576Z [00:03:23.677]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtoml-36bd339aa0787e06.rlib' from root:root to runner:runner
2025-08-18T22:06:08.7128256Z [00:03:23.677]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libis_ci-e9957b348b002262.rmeta' from root:root to runner:runner
2025-08-18T22:06:08.7129911Z [00:03:23.677]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/ryu-5d7663d4e453975b.d' from root:root to runner:runner
2025-08-18T22:06:08.7131882Z [00:03:23.677]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libslab-e1aec67ca6d91568.rlib' from root:root to runner:runner
2025-08-18T22:06:08.7133601Z [00:03:23.677]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libitoa-b2a72e844afe803f.rlib' from root:root to runner:runner
2025-08-18T22:06:08.7135274Z [00:03:23.677]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/linemux-54406ddabd26b688.d' from root:root to runner:runner
2025-08-18T22:06:08.7136972Z [00:03:23.677]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libwinsplit-6adc453419303676.rmeta' from root:root to runner:runner
2025-08-18T22:06:08.7138711Z [00:03:23.678]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap_builder-aa045e24d9346fc6.rmeta' from root:root to runner:runner
2025-08-18T22:06:08.7140415Z [00:03:23.678]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/owo_colors-c5602ab81c1ec0f9.d' from root:root to runner:runner
2025-08-18T22:06:08.7142435Z [00:03:23.678]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libshellexpand-21d9ebe31090c83a.rmeta' from root:root to runner:runner
2025-08-18T22:06:08.7144228Z [00:03:23.678]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrossbeam_deque-0d1f152e6612a44b.rmeta' from root:root to runner:runner
2025-08-18T22:06:08.7145956Z [00:03:23.678]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/futures_util-d265db9c60ab090f.d' from root:root to runner:runner
2025-08-18T22:06:08.7147667Z [00:03:23.678]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libequivalent-00f80dfaddbea53e.rlib' from root:root to runner:runner
2025-08-18T22:06:08.7149352Z [00:03:23.678]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/dirs-d3d8b7ec183f449d.d' from root:root to runner:runner
2025-08-18T22:06:08.7151005Z [00:03:23.678]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/utf8parse-388405267e7821b8.d' from root:root to runner:runner
2025-08-18T22:06:08.7152983Z [00:03:23.678]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/clap_lex-dcd7393b65521364.d' from root:root to runner:runner
2025-08-18T22:06:08.7154670Z [00:03:23.678]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblock_api-fb69158a4272f23a.rlib' from root:root to runner:runner
2025-08-18T22:06:08.7156524Z [00:03:23.678]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/unicode_linebreak-e2d7c345523d6c22.d' from root:root to runner:runner
2025-08-18T22:06:08.7158590Z [00:03:23.678]➜  ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/tspin-be72b1097f28edc2' retained as runner:runner
2025-08-18T22:06:08.7161879Z [00:03:23.678]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/serde-a8c855679b6d2e1e.d' from root:root to runner:runner
2025-08-18T22:06:08.7165161Z [00:03:23.678]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libwinnow-2dea7c4e3af6a35e.rlib' from root:root to runner:runner
2025-08-18T22:06:08.7168340Z [00:03:23.678]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libparking_lot_core-cd7ebee870220cb2.rmeta' from root:root to runner:runner
2025-08-18T22:06:08.7170110Z [00:03:23.678]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/parking_lot_core-cd7ebee870220cb2.d' from root:root to runner:runner
2025-08-18T22:06:08.7172141Z [00:03:23.678]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex_syntax-a6e8118dff480c24.rlib' from root:root to runner:runner
2025-08-18T22:06:08.7174054Z [00:03:23.678]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libthiserror-e8be2e23a342b85c.rlib' from root:root to runner:runner
2025-08-18T22:06:08.7175799Z [00:03:23.678]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsocket2-8d89b097bb1335ea.rlib' from root:root to runner:runner
2025-08-18T22:06:08.7177511Z [00:03:23.678]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtoml_writer-892fe5ab5f5215ca.rmeta' from root:root to runner:runner
2025-08-18T22:06:08.7179235Z [00:03:23.678]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/backtrace_ext-89e2a7a5460c87a4.d' from root:root to runner:runner
2025-08-18T22:06:08.7180951Z [00:03:23.678]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libshell_words-e9e4fbd39491fe62.rmeta' from root:root to runner:runner
2025-08-18T22:06:08.7182918Z [00:03:23.678]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/itoa-b2a72e844afe803f.d' from root:root to runner:runner
2025-08-18T22:06:08.7184602Z [00:03:23.678]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtempfile-a769e268b0aea6e3.rmeta' from root:root to runner:runner
2025-08-18T22:06:08.7186373Z [00:03:23.678]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsupports_hyperlinks-7a392e4a024bd5f5.rlib' from root:root to runner:runner
2025-08-18T22:06:08.7188255Z [00:03:23.678]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librayon-d85e41f4801fb8ee.rlib' from root:root to runner:runner
2025-08-18T22:06:08.7189944Z [00:03:23.678]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librustix-c6307a06184c323f.rlib' from root:root to runner:runner
2025-08-18T22:06:08.7191931Z [00:03:23.678]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrossbeam_epoch-a035f5c67ef4c95b.rlib' from root:root to runner:runner
2025-08-18T22:06:08.7193718Z [00:03:23.678]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsupports_unicode-2e7c2618ee2da0b8.rlib' from root:root to runner:runner
2025-08-18T22:06:08.7195466Z [00:03:23.679]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgetrandom-0f4a9aec48c03d82.rlib' from root:root to runner:runner
2025-08-18T22:06:08.7197179Z [00:03:23.679]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libowo_colors-c5602ab81c1ec0f9.rlib' from root:root to runner:runner
2025-08-18T22:06:08.7198889Z [00:03:23.679]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libwalkdir-88db5996c083b63f.rmeta' from root:root to runner:runner
2025-08-18T22:06:08.7200698Z [00:03:23.679]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/winsplit-6adc453419303676.d' from root:root to runner:runner
2025-08-18T22:06:08.7202594Z [00:03:23.679]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmio-c4b5cc0db1c9ab3b.rmeta' from root:root to runner:runner
2025-08-18T22:06:08.7204303Z [00:03:23.679]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libshell_words-e9e4fbd39491fe62.rlib' from root:root to runner:runner
2025-08-18T22:06:08.7206044Z [00:03:23.679]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstyle_parse-84b7b16131790355.rlib' from root:root to runner:runner
2025-08-18T22:06:08.7207745Z [00:03:23.679]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/bitflags-9512240895c4827e.d' from root:root to runner:runner
2025-08-18T22:06:08.7209406Z [00:03:23.679]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/supports_color-b4211258c0cf013a.d' from root:root to runner:runner
2025-08-18T22:06:08.7211100Z [00:03:23.679]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libobject-ca2aee07ac6dcd60.rmeta' from root:root to runner:runner
2025-08-18T22:06:08.7213116Z [00:03:23.679]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/is_ci-e9957b348b002262.d' from root:root to runner:runner
2025-08-18T22:06:08.7214970Z [00:03:23.679]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbitflags-9512240895c4827e.rmeta' from root:root to runner:runner
2025-08-18T22:06:08.7216646Z [00:03:23.679]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/winnow-2dea7c4e3af6a35e.d' from root:root to runner:runner
2025-08-18T22:06:08.7218338Z [00:03:23.679]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgetrandom-0f4a9aec48c03d82.rmeta' from root:root to runner:runner
2025-08-18T22:06:08.7220025Z [00:03:23.679]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/cfg_if-ad922fe68dc3537f.d' from root:root to runner:runner
2025-08-18T22:06:08.7221920Z [00:03:23.679]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstyle_query-51ee185e4c4ff5f7.rlib' from root:root to runner:runner
2025-08-18T22:06:08.7223658Z [00:03:23.679]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblock_api-fb69158a4272f23a.rmeta' from root:root to runner:runner
2025-08-18T22:06:08.7225547Z [00:03:23.679]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libparking_lot-cf527eff4a9e9c43.rmeta' from root:root to runner:runner
2025-08-18T22:06:08.7227312Z [00:03:23.679]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libaho_corasick-e6a0a7a0e260dee1.rmeta' from root:root to runner:runner
2025-08-18T22:06:08.7229060Z [00:03:23.679]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtoml_parser-0fd11076ae604d8a.rmeta' from root:root to runner:runner
2025-08-18T22:06:08.7230736Z [00:03:23.679]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libc-f3fdeabbd84fa70c.d' from root:root to runner:runner
2025-08-18T22:06:08.7232938Z [00:03:23.679]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/clap-d64467ba2ce40c03.d' from root:root to runner:runner
2025-08-18T22:06:08.7236324Z [00:03:23.679]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/crossbeam_channel-1592dd87362accc2.d' from root:root to runner:runner
2025-08-18T22:06:08.7239721Z [00:03:23.679]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrossbeam_epoch-a035f5c67ef4c95b.rmeta' from root:root to runner:runner
2025-08-18T22:06:08.7242898Z [00:03:23.679]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/socket2-8d89b097bb1335ea.d' from root:root to runner:runner
2025-08-18T22:06:08.7244661Z [00:03:23.679]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librustc_demangle-56002613ad8f8a7f.rlib' from root:root to runner:runner
2025-08-18T22:06:08.7246620Z [00:03:23.679]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/toml_writer-892fe5ab5f5215ca.d' from root:root to runner:runner
2025-08-18T22:06:08.7248298Z [00:03:23.679]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/linux_raw_sys-c647c5d8acd152ae.d' from root:root to runner:runner
2025-08-18T22:06:08.7250012Z [00:03:23.679]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhashbrown-2c09c4f5321e38cc.rlib' from root:root to runner:runner
2025-08-18T22:06:08.7251958Z [00:03:23.679]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libobject-ca2aee07ac6dcd60.rlib' from root:root to runner:runner
2025-08-18T22:06:08.7253691Z [00:03:23.679]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/signal_hook_registry-fefeaecc69f23968.d' from root:root to runner:runner
2025-08-18T22:06:08.7255443Z [00:03:23.679]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libscopeguard-fca9edb259fbe444.rlib' from root:root to runner:runner
2025-08-18T22:06:08.7257323Z [00:03:23.679]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libequivalent-00f80dfaddbea53e.rmeta' from root:root to runner:runner
2025-08-18T22:06:08.7259073Z [00:03:23.679]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmemchr-70e93713acfb7392.rmeta' from root:root to runner:runner
2025-08-18T22:06:08.7260779Z [00:03:23.680]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libonce_cell-060cccef245b8c37.rlib' from root:root to runner:runner
2025-08-18T22:06:08.7262783Z [00:03:23.680]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libowo_colors-c5602ab81c1ec0f9.rmeta' from root:root to runner:runner
2025-08-18T22:06:08.7264510Z [00:03:23.680]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libwalkdir-88db5996c083b63f.rlib' from root:root to runner:runner
2025-08-18T22:06:08.7266175Z [00:03:23.680]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/toml-36bd339aa0787e06.d' from root:root to runner:runner
2025-08-18T22:06:08.7267834Z [00:03:23.680]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libstrsim-0535910dc9036bf9.rlib' from root:root to runner:runner
2025-08-18T22:06:08.7269537Z [00:03:23.680]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmiette-1f6bcf2c6f8ec8e7.rmeta' from root:root to runner:runner
2025-08-18T22:06:08.7271543Z [00:03:23.680]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmiette-1f6bcf2c6f8ec8e7.rlib' from root:root to runner:runner
2025-08-18T22:06:08.7273230Z [00:03:23.680]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/rustix-c6307a06184c323f.d' from root:root to runner:runner
2025-08-18T22:06:08.7274925Z [00:03:23.680]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhashbrown-2c09c4f5321e38cc.rmeta' from root:root to runner:runner
2025-08-18T22:06:08.7276634Z [00:03:23.680]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/smallvec-f5cf738d4bc049da.d' from root:root to runner:runner
2025-08-18T22:06:08.7278334Z [00:03:23.680]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libadler2-f6abfeb5c073bc13.rmeta' from root:root to runner:runner
2025-08-18T22:06:08.7280023Z [00:03:23.680]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtokio-1e8004299cae8368.rlib' from root:root to runner:runner
2025-08-18T22:06:08.7281966Z [00:03:23.680]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsignal_hook_registry-fefeaecc69f23968.rmeta' from root:root to runner:runner
2025-08-18T22:06:08.7283853Z [00:03:23.680]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibc-f3fdeabbd84fa70c.rmeta' from root:root to runner:runner
2025-08-18T22:06:08.7285582Z [00:03:23.680]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libeither-ca8c527b5d187009.rmeta' from root:root to runner:runner
2025-08-18T22:06:08.7287310Z [00:03:23.680]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtoml_datetime-3ccde70a349fa81c.rmeta' from root:root to runner:runner
2025-08-18T22:06:08.7289065Z [00:03:23.680]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstyle_parse-84b7b16131790355.rmeta' from root:root to runner:runner
2025-08-18T22:06:08.7290767Z [00:03:23.680]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/rayon-d85e41f4801fb8ee.d' from root:root to runner:runner
2025-08-18T22:06:08.7292902Z [00:03:23.680]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libeither-ca8c527b5d187009.rlib' from root:root to runner:runner
2025-08-18T22:06:08.7294608Z [00:03:23.680]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libryu-5d7663d4e453975b.rmeta' from root:root to runner:runner
2025-08-18T22:06:08.7296297Z [00:03:23.680]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/anstyle-1f0bef145d35d1a2.d' from root:root to runner:runner
2025-08-18T22:06:08.7298160Z [00:03:23.680]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbacktrace_ext-89e2a7a5460c87a4.rmeta' from root:root to runner:runner
2025-08-18T22:06:08.7299913Z [00:03:23.680]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde_json-151207b2e1b9208a.rlib' from root:root to runner:runner
2025-08-18T22:06:08.7301796Z [00:03:23.680]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/tailspin-9e39a91c23cd8b51.d' from root:root to runner:runner
2025-08-18T22:06:08.7303476Z [00:03:23.680]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/fastrand-7349f526c053b502.d' from root:root to runner:runner
2025-08-18T22:06:08.7305494Z [00:03:23.680]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/thiserror-e8be2e23a342b85c.d' from root:root to runner:runner
2025-08-18T22:06:08.7308219Z [00:03:23.680]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap_lex-dcd7393b65521364.rlib' from root:root to runner:runner
2025-08-18T22:06:08.7311757Z [00:03:23.680]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librustc_demangle-56002613ad8f8a7f.rmeta' from root:root to runner:runner
2025-08-18T22:06:08.7315348Z [00:03:23.680]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrossbeam_deque-0d1f152e6612a44b.rlib' from root:root to runner:runner
2025-08-18T22:06:08.7317341Z [00:03:23.680]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libunicode_width-5fa7a1d2395e6fb1.rmeta' from root:root to runner:runner
2025-08-18T22:06:08.7319086Z [00:03:23.680]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/terminal_size-c164078a4b6d1e64.d' from root:root to runner:runner
2025-08-18T22:06:08.7320765Z [00:03:23.680]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/regex-27a14f2121b34f21.d' from root:root to runner:runner
2025-08-18T22:06:08.7322643Z [00:03:23.680]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librayon-d85e41f4801fb8ee.rmeta' from root:root to runner:runner
2025-08-18T22:06:08.7324348Z [00:03:23.680]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/futures_core-7cc7933eec180d26.d' from root:root to runner:runner
2025-08-18T22:06:08.7326040Z [00:03:23.680]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcfg_if-ad922fe68dc3537f.rmeta' from root:root to runner:runner
2025-08-18T22:06:08.7327769Z [00:03:23.680]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libaddr2line-f22e1d10b143ba90.rlib' from root:root to runner:runner
2025-08-18T22:06:08.7329709Z [00:03:23.681]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap_lex-dcd7393b65521364.rmeta' from root:root to runner:runner
2025-08-18T22:06:08.7331653Z [00:03:23.681]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde_spanned-c8655861c17aadb5.rmeta' from root:root to runner:runner
2025-08-18T22:06:08.7333472Z [00:03:23.681]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libunicode_linebreak-e2d7c345523d6c22.rmeta' from root:root to runner:runner
2025-08-18T22:06:08.7335210Z [00:03:23.681]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/walkdir-88db5996c083b63f.d' from root:root to runner:runner
2025-08-18T22:06:08.7336954Z [00:03:23.681]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsupports_hyperlinks-7a392e4a024bd5f5.rmeta' from root:root to runner:runner
2025-08-18T22:06:08.7338710Z [00:03:23.681]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libstrsim-0535910dc9036bf9.rmeta' from root:root to runner:runner
2025-08-18T22:06:08.7340524Z [00:03:23.681]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/equivalent-00f80dfaddbea53e.d' from root:root to runner:runner
2025-08-18T22:06:08.7342455Z [00:03:23.681]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/once_cell-060cccef245b8c37.d' from root:root to runner:runner
2025-08-18T22:06:08.7344150Z [00:03:23.681]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnix-8770d5142b4338bf.rlib' from root:root to runner:runner
2025-08-18T22:06:08.7345862Z [00:03:23.681]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfiletime-05416f239be73869.rmeta' from root:root to runner:runner
2025-08-18T22:06:08.7347584Z [00:03:23.681]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibc-f3fdeabbd84fa70c.rlib' from root:root to runner:runner
2025-08-18T22:06:08.7349310Z [00:03:23.681]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbacktrace_ext-89e2a7a5460c87a4.rlib' from root:root to runner:runner
2025-08-18T22:06:08.7351044Z [00:03:23.681]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libinotify-0d1365971c23b0d1.rmeta' from root:root to runner:runner
2025-08-18T22:06:08.7352954Z [00:03:23.681]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/unicode_width-5fa7a1d2395e6fb1.d' from root:root to runner:runner
2025-08-18T22:06:08.7354673Z [00:03:23.681]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbytes-670ef56d94852b53.rlib' from root:root to runner:runner
2025-08-18T22:06:08.7356534Z [00:03:23.681]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libctrlc-841fe0ffeceb4ee5.rlib' from root:root to runner:runner
2025-08-18T22:06:08.7358194Z [00:03:23.681]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/mio-c4b5cc0db1c9ab3b.d' from root:root to runner:runner
2025-08-18T22:06:08.7359842Z [00:03:23.681]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/rayon_core-317bdce11de5a645.d' from root:root to runner:runner
2025-08-18T22:06:08.7361909Z [00:03:23.681]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libunicode_linebreak-e2d7c345523d6c22.rlib' from root:root to runner:runner
2025-08-18T22:06:08.7363714Z [00:03:23.681]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmio-569c9177769484b4.rlib' from root:root to runner:runner
2025-08-18T22:06:08.7365404Z [00:03:23.681]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbitflags-9512240895c4827e.rlib' from root:root to runner:runner
2025-08-18T22:06:08.7367257Z [00:03:23.681]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librayon_core-317bdce11de5a645.rmeta' from root:root to runner:runner
2025-08-18T22:06:08.7369001Z [00:03:23.681]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libwinnow-2dea7c4e3af6a35e.rmeta' from root:root to runner:runner
2025-08-18T22:06:08.7370691Z [00:03:23.681]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/toml_parser-0fd11076ae604d8a.d' from root:root to runner:runner
2025-08-18T22:06:08.7372629Z [00:03:23.681]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmemchr-70e93713acfb7392.rlib' from root:root to runner:runner
2025-08-18T22:06:08.7374315Z [00:03:23.681]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/either-ca8c527b5d187009.d' from root:root to runner:runner
2025-08-18T22:06:08.7376016Z [00:03:23.681]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/is_terminal_polyfill-f03c0c3b7c68aa9a.d' from root:root to runner:runner
2025-08-18T22:06:08.7377961Z [00:03:23.681]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpin_utils-327e87f8993c05ae.rmeta' from root:root to runner:runner
2025-08-18T22:06:08.7380740Z [00:03:23.681]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/supports_unicode-2e7c2618ee2da0b8.d' from root:root to runner:runner
2025-08-18T22:06:08.7384260Z [00:03:23.681]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnu_ansi_term-9035c773913e8a79.rmeta' from root:root to runner:runner
2025-08-18T22:06:08.7387737Z [00:03:23.681]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/inotify_sys-e1afbe4c1c7cdc4f.d' from root:root to runner:runner
2025-08-18T22:06:08.7389834Z [00:03:23.681]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsame_file-d76bd81076a1e444.rmeta' from root:root to runner:runner
2025-08-18T22:06:08.7391752Z [00:03:23.681]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/clap_complete-af6c67f5b801a71e.d' from root:root to runner:runner
2025-08-18T22:06:08.7393462Z [00:03:23.681]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/option_ext-dd7fd95bf387f8ef.d' from root:root to runner:runner
2025-08-18T22:06:08.7395145Z [00:03:23.681]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/scopeguard-fca9edb259fbe444.d' from root:root to runner:runner
2025-08-18T22:06:08.7396852Z [00:03:23.682]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbitflags-e4638d9ba5deda4a.rlib' from root:root to runner:runner
2025-08-18T22:06:08.7398714Z [00:03:23.682]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/toml_datetime-3ccde70a349fa81c.d' from root:root to runner:runner
2025-08-18T22:06:08.7400469Z [00:03:23.682]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsupports_color-b4211258c0cf013a.rmeta' from root:root to runner:runner
2025-08-18T22:06:08.7402411Z [00:03:23.682]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librayon_core-317bdce11de5a645.rlib' from root:root to runner:runner
2025-08-18T22:06:08.7404164Z [00:03:23.682]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex_automata-f222507f3749a68d.rmeta' from root:root to runner:runner
2025-08-18T22:06:08.7405915Z [00:03:23.682]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libinotify_sys-e1afbe4c1c7cdc4f.rlib' from root:root to runner:runner
2025-08-18T22:06:08.7407629Z [00:03:23.682]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/shellexpand-21d9ebe31090c83a.d' from root:root to runner:runner
2025-08-18T22:06:08.7409339Z [00:03:23.682]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libminiz_oxide-60a460a7733b8e95.rmeta' from root:root to runner:runner
2025-08-18T22:06:08.7411023Z [00:03:23.682]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/bytes-670ef56d94852b53.d' from root:root to runner:runner
2025-08-18T22:06:08.7413097Z [00:03:23.682]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libindexmap-83895ec535695fc8.rmeta' from root:root to runner:runner
2025-08-18T22:06:08.7414871Z [00:03:23.682]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrossbeam_channel-1592dd87362accc2.rmeta' from root:root to runner:runner
2025-08-18T22:06:08.7416669Z [00:03:23.682]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsignal_hook_registry-fefeaecc69f23968.rlib' from root:root to runner:runner
2025-08-18T22:06:08.7418447Z [00:03:23.682]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfastrand-7349f526c053b502.rmeta' from root:root to runner:runner
2025-08-18T22:06:08.7420177Z [00:03:23.682]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtoml_parser-0fd11076ae604d8a.rlib' from root:root to runner:runner
2025-08-18T22:06:08.7422109Z [00:03:23.682]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libterminal_size-c164078a4b6d1e64.rmeta' from root:root to runner:runner
2025-08-18T22:06:08.7423817Z [00:03:23.682]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/adler2-f6abfeb5c073bc13.d' from root:root to runner:runner
2025-08-18T22:06:08.7425488Z [00:03:23.682]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps' from root:root to runner:runner
2025-08-18T22:06:08.7426975Z [00:03:23.682]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/tspin.d' from root:root to runner:runner
2025-08-18T22:06:08.7428663Z [00:03:23.682]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/owo-colors-c5602ab81c1ec0f9/dep-lib-owo_colors' from root:root to runner:runner
2025-08-18T22:06:08.7430526Z [00:03:23.682]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/owo-colors-c5602ab81c1ec0f9/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:06:08.7432599Z [00:03:23.682]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/owo-colors-c5602ab81c1ec0f9/lib-owo_colors.json' from root:root to runner:runner
2025-08-18T22:06:08.7434481Z [00:03:23.682]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/owo-colors-c5602ab81c1ec0f9/lib-owo_colors' from root:root to runner:runner
2025-08-18T22:06:08.7436244Z [00:03:23.682]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/owo-colors-c5602ab81c1ec0f9' from root:root to runner:runner
2025-08-18T22:06:08.7438030Z [00:03:23.682]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_lex-dcd7393b65521364/lib-clap_lex.json' from root:root to runner:runner
2025-08-18T22:06:08.7440126Z [00:03:23.682]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_lex-dcd7393b65521364/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:06:08.7442359Z [00:03:23.682]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_lex-dcd7393b65521364/dep-lib-clap_lex' from root:root to runner:runner
2025-08-18T22:06:08.7444194Z [00:03:23.683]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_lex-dcd7393b65521364/lib-clap_lex' from root:root to runner:runner
2025-08-18T22:06:08.7445934Z [00:03:23.683]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_lex-dcd7393b65521364' from root:root to runner:runner
2025-08-18T22:06:08.7447688Z [00:03:23.683]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustix-c6307a06184c323f/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:06:08.7449495Z [00:03:23.683]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustix-c6307a06184c323f/lib-rustix.json' from root:root to runner:runner
2025-08-18T22:06:08.7452110Z [00:03:23.683]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustix-c6307a06184c323f/lib-rustix' from root:root to runner:runner
2025-08-18T22:06:08.7455474Z [00:03:23.683]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustix-c6307a06184c323f/dep-lib-rustix' from root:root to runner:runner
2025-08-18T22:06:08.7458843Z [00:03:23.683]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustix-c6307a06184c323f' from root:root to runner:runner
2025-08-18T22:06:08.7462312Z [00:03:23.683]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/miniz_oxide-60a460a7733b8e95/lib-miniz_oxide.json' from root:root to runner:runner
2025-08-18T22:06:08.7464264Z [00:03:23.683]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/miniz_oxide-60a460a7733b8e95/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:06:08.7466114Z [00:03:23.683]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/miniz_oxide-60a460a7733b8e95/lib-miniz_oxide' from root:root to runner:runner
2025-08-18T22:06:08.7467957Z [00:03:23.683]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/miniz_oxide-60a460a7733b8e95/dep-lib-miniz_oxide' from root:root to runner:runner
2025-08-18T22:06:08.7469738Z [00:03:23.683]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/miniz_oxide-60a460a7733b8e95' from root:root to runner:runner
2025-08-18T22:06:08.7471979Z [00:03:23.683]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/filetime-05416f239be73869/dep-lib-filetime' from root:root to runner:runner
2025-08-18T22:06:08.7473832Z [00:03:23.683]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/filetime-05416f239be73869/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:06:08.7475675Z [00:03:23.683]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/filetime-05416f239be73869/lib-filetime.json' from root:root to runner:runner
2025-08-18T22:06:08.7477488Z [00:03:23.683]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/filetime-05416f239be73869/lib-filetime' from root:root to runner:runner
2025-08-18T22:06:08.7479229Z [00:03:23.683]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/filetime-05416f239be73869' from root:root to runner:runner
2025-08-18T22:06:08.7481071Z [00:03:23.683]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/parking_lot_core-cd7ebee870220cb2/dep-lib-parking_lot_core' from root:root to runner:runner
2025-08-18T22:06:08.7483470Z [00:03:23.683]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/parking_lot_core-cd7ebee870220cb2/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:06:08.7485456Z [00:03:23.683]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/parking_lot_core-cd7ebee870220cb2/lib-parking_lot_core.json' from root:root to runner:runner
2025-08-18T22:06:08.7487376Z [00:03:23.683]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/parking_lot_core-cd7ebee870220cb2/lib-parking_lot_core' from root:root to runner:runner
2025-08-18T22:06:08.7489207Z [00:03:23.683]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/parking_lot_core-cd7ebee870220cb2' from root:root to runner:runner
2025-08-18T22:06:08.7491053Z [00:03:23.683]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unicode-width-5fa7a1d2395e6fb1/dep-lib-unicode_width' from root:root to runner:runner
2025-08-18T22:06:08.7493251Z [00:03:23.683]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unicode-width-5fa7a1d2395e6fb1/lib-unicode_width.json' from root:root to runner:runner
2025-08-18T22:06:08.7495145Z [00:03:23.683]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unicode-width-5fa7a1d2395e6fb1/lib-unicode_width' from root:root to runner:runner
2025-08-18T22:06:08.7497031Z [00:03:23.683]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unicode-width-5fa7a1d2395e6fb1/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:06:08.7498983Z [00:03:23.683]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unicode-width-5fa7a1d2395e6fb1' from root:root to runner:runner
2025-08-18T22:06:08.7500794Z [00:03:23.683]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/textwrap-1a512b46b69bcd68/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:06:08.7503243Z [00:03:23.683]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/textwrap-1a512b46b69bcd68/dep-lib-textwrap' from root:root to runner:runner
2025-08-18T22:06:08.7505093Z [00:03:23.684]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/textwrap-1a512b46b69bcd68/lib-textwrap' from root:root to runner:runner
2025-08-18T22:06:08.7506915Z [00:03:23.684]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/textwrap-1a512b46b69bcd68/lib-textwrap.json' from root:root to runner:runner
2025-08-18T22:06:08.7508679Z [00:03:23.684]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/textwrap-1a512b46b69bcd68' from root:root to runner:runner
2025-08-18T22:06:08.7510587Z [00:03:23.684]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/walkdir-88db5996c083b63f/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:06:08.7512673Z [00:03:23.684]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/walkdir-88db5996c083b63f/lib-walkdir' from root:root to runner:runner
2025-08-18T22:06:08.7514487Z [00:03:23.684]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/walkdir-88db5996c083b63f/dep-lib-walkdir' from root:root to runner:runner
2025-08-18T22:06:08.7516318Z [00:03:23.684]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/walkdir-88db5996c083b63f/lib-walkdir.json' from root:root to runner:runner
2025-08-18T22:06:08.7518066Z [00:03:23.684]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/walkdir-88db5996c083b63f' from root:root to runner:runner
2025-08-18T22:06:08.7519956Z [00:03:23.684]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/owo-colors-746ced5519d4c7ca/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-18T22:06:08.7522197Z [00:03:23.684]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/owo-colors-746ced5519d4c7ca/run-build-script-build-script-build' from root:root to runner:runner
2025-08-18T22:06:08.7524285Z [00:03:23.684]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/owo-colors-746ced5519d4c7ca' from root:root to runner:runner
2025-08-18T22:06:08.7527277Z [00:03:23.684]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-util-d265db9c60ab090f/lib-futures_util' from root:root to runner:runner
2025-08-18T22:06:08.7530915Z [00:03:23.684]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-util-d265db9c60ab090f/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:06:08.7534763Z [00:03:23.684]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-util-d265db9c60ab090f/lib-futures_util.json' from root:root to runner:runner
2025-08-18T22:06:08.7537048Z [00:03:23.684]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-util-d265db9c60ab090f/dep-lib-futures_util' from root:root to runner:runner
2025-08-18T22:06:08.7538877Z [00:03:23.684]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-util-d265db9c60ab090f' from root:root to runner:runner
2025-08-18T22:06:08.7540863Z [00:03:23.684]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/mio-569c9177769484b4/lib-mio.json' from root:root to runner:runner
2025-08-18T22:06:08.7542871Z [00:03:23.684]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/mio-569c9177769484b4/dep-lib-mio' from root:root to runner:runner
2025-08-18T22:06:08.7544643Z [00:03:23.684]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/mio-569c9177769484b4/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:06:08.7546386Z [00:03:23.684]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/mio-569c9177769484b4/lib-mio' from root:root to runner:runner
2025-08-18T22:06:08.7548084Z [00:03:23.684]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/mio-569c9177769484b4' from root:root to runner:runner
2025-08-18T22:06:08.7550142Z [00:03:23.684]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/nix-62f3e2c94e9a03df/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-18T22:06:08.7552334Z [00:03:23.684]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/nix-62f3e2c94e9a03df/run-build-script-build-script-build' from root:root to runner:runner
2025-08-18T22:06:08.7554134Z [00:03:23.684]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/nix-62f3e2c94e9a03df' from root:root to runner:runner
2025-08-18T22:06:08.7555860Z [00:03:23.684]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/uuid-a52b04b8e49ea48d/dep-lib-uuid' from root:root to runner:runner
2025-08-18T22:06:08.7557677Z [00:03:23.684]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/uuid-a52b04b8e49ea48d/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:06:08.7559466Z [00:03:23.684]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/uuid-a52b04b8e49ea48d/lib-uuid.json' from root:root to runner:runner
2025-08-18T22:06:08.7561350Z [00:03:23.684]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/uuid-a52b04b8e49ea48d/lib-uuid' from root:root to runner:runner
2025-08-18T22:06:08.7563259Z [00:03:23.684]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/uuid-a52b04b8e49ea48d' from root:root to runner:runner
2025-08-18T22:06:08.7565118Z [00:03:23.685]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde-f1e1770dfc148cb8/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-18T22:06:08.7567117Z [00:03:23.685]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde-f1e1770dfc148cb8/run-build-script-build-script-build' from root:root to runner:runner
2025-08-18T22:06:08.7568947Z [00:03:23.685]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde-f1e1770dfc148cb8' from root:root to runner:runner
2025-08-18T22:06:08.7570737Z [00:03:23.685]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/colorchoice-9c0c5e2325c68bf1/dep-lib-colorchoice' from root:root to runner:runner
2025-08-18T22:06:08.7572798Z [00:03:23.685]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/colorchoice-9c0c5e2325c68bf1/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:06:08.7574673Z [00:03:23.685]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/colorchoice-9c0c5e2325c68bf1/lib-colorchoice' from root:root to runner:runner
2025-08-18T22:06:08.7576700Z [00:03:23.685]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/colorchoice-9c0c5e2325c68bf1/lib-colorchoice.json' from root:root to runner:runner
2025-08-18T22:06:08.7578516Z [00:03:23.685]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/colorchoice-9c0c5e2325c68bf1' from root:root to runner:runner
2025-08-18T22:06:08.7580320Z [00:03:23.685]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/utf8parse-388405267e7821b8/lib-utf8parse.json' from root:root to runner:runner
2025-08-18T22:06:08.7582360Z [00:03:23.685]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/utf8parse-388405267e7821b8/lib-utf8parse' from root:root to runner:runner
2025-08-18T22:06:08.7584321Z [00:03:23.685]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/utf8parse-388405267e7821b8/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:06:08.7586233Z [00:03:23.685]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/utf8parse-388405267e7821b8/dep-lib-utf8parse' from root:root to runner:runner
2025-08-18T22:06:08.7588459Z [00:03:23.685]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/utf8parse-388405267e7821b8' from root:root to runner:runner
2025-08-18T22:06:08.7590354Z [00:03:23.685]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lock_api-fb69158a4272f23a/lib-lock_api.json' from root:root to runner:runner
2025-08-18T22:06:08.7592561Z [00:03:23.685]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lock_api-fb69158a4272f23a/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:06:08.7594524Z [00:03:23.685]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lock_api-fb69158a4272f23a/dep-lib-lock_api' from root:root to runner:runner
2025-08-18T22:06:08.7596455Z [00:03:23.685]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lock_api-fb69158a4272f23a/lib-lock_api' from root:root to runner:runner
2025-08-18T22:06:08.7598786Z [00:03:23.685]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lock_api-fb69158a4272f23a' from root:root to runner:runner
2025-08-18T22:06:08.7602256Z [00:03:23.685]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bytes-670ef56d94852b53/lib-bytes' from root:root to runner:runner
2025-08-18T22:06:08.7605958Z [00:03:23.685]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bytes-670ef56d94852b53/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:06:08.7609394Z [00:03:23.685]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bytes-670ef56d94852b53/dep-lib-bytes' from root:root to runner:runner
2025-08-18T22:06:08.7611350Z [00:03:23.685]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bytes-670ef56d94852b53/lib-bytes.json' from root:root to runner:runner
2025-08-18T22:06:08.7613519Z [00:03:23.685]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bytes-670ef56d94852b53' from root:root to runner:runner
2025-08-18T22:06:08.7615368Z [00:03:23.685]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rayon-d85e41f4801fb8ee/dep-lib-rayon' from root:root to runner:runner
2025-08-18T22:06:08.7617329Z [00:03:23.685]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rayon-d85e41f4801fb8ee/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:06:08.7619249Z [00:03:23.685]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rayon-d85e41f4801fb8ee/lib-rayon.json' from root:root to runner:runner
2025-08-18T22:06:08.7621317Z [00:03:23.685]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rayon-d85e41f4801fb8ee/lib-rayon' from root:root to runner:runner
2025-08-18T22:06:08.7623818Z [00:03:23.685]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rayon-d85e41f4801fb8ee' from root:root to runner:runner
2025-08-18T22:06:08.7625668Z [00:03:23.685]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/either-ca8c527b5d187009/dep-lib-either' from root:root to runner:runner
2025-08-18T22:06:08.7627529Z [00:03:23.685]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/either-ca8c527b5d187009/lib-either' from root:root to runner:runner
2025-08-18T22:06:08.7629502Z [00:03:23.685]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/either-ca8c527b5d187009/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:06:08.7631748Z [00:03:23.685]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/either-ca8c527b5d187009/lib-either.json' from root:root to runner:runner
2025-08-18T22:06:08.7644746Z [00:03:23.685]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/either-ca8c527b5d187009' from root:root to runner:runner
2025-08-18T22:06:08.7646640Z [00:03:23.686]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/toml_datetime-3ccde70a349fa81c/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:06:08.7648761Z [00:03:23.686]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/toml_datetime-3ccde70a349fa81c/dep-lib-toml_datetime' from root:root to runner:runner
2025-08-18T22:06:08.7650689Z [00:03:23.686]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/toml_datetime-3ccde70a349fa81c/lib-toml_datetime.json' from root:root to runner:runner
2025-08-18T22:06:08.7652782Z [00:03:23.686]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/toml_datetime-3ccde70a349fa81c/lib-toml_datetime' from root:root to runner:runner
2025-08-18T22:06:08.7654593Z [00:03:23.686]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/toml_datetime-3ccde70a349fa81c' from root:root to runner:runner
2025-08-18T22:06:08.7656402Z [00:03:23.686]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/smallvec-f5cf738d4bc049da/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:06:08.7658236Z [00:03:23.686]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/smallvec-f5cf738d4bc049da/lib-smallvec' from root:root to runner:runner
2025-08-18T22:06:08.7660210Z [00:03:23.686]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/smallvec-f5cf738d4bc049da/dep-lib-smallvec' from root:root to runner:runner
2025-08-18T22:06:08.7662399Z [00:03:23.686]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/smallvec-f5cf738d4bc049da/lib-smallvec.json' from root:root to runner:runner
2025-08-18T22:06:08.7664196Z [00:03:23.686]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/smallvec-f5cf738d4bc049da' from root:root to runner:runner
2025-08-18T22:06:08.7666098Z [00:03:23.686]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/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-18T22:06:08.7668161Z [00:03:23.686]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/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-18T22:06:08.7670021Z [00:03:23.686]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rayon-core-cb2bfb305d5a7402' from root:root to runner:runner
2025-08-18T22:06:08.7672454Z [00:03:23.686]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lock_api-76b7b1368b8c325d/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-18T22:06:08.7675685Z [00:03:23.686]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lock_api-76b7b1368b8c325d/run-build-script-build-script-build' from root:root to runner:runner
2025-08-18T22:06:08.7679502Z [00:03:23.686]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lock_api-76b7b1368b8c325d' from root:root to runner:runner
2025-08-18T22:06:08.7683086Z [00:03:23.686]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/scopeguard-fca9edb259fbe444/lib-scopeguard' from root:root to runner:runner
2025-08-18T22:06:08.7685655Z [00:03:23.687]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/scopeguard-fca9edb259fbe444/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:06:08.7687573Z [00:03:23.688]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/scopeguard-fca9edb259fbe444/dep-lib-scopeguard' from root:root to runner:runner
2025-08-18T22:06:08.7689456Z [00:03:23.688]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/scopeguard-fca9edb259fbe444/lib-scopeguard.json' from root:root to runner:runner
2025-08-18T22:06:08.7691256Z [00:03:23.688]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/scopeguard-fca9edb259fbe444' from root:root to runner:runner
2025-08-18T22:06:08.7693468Z [00:03:23.688]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/equivalent-00f80dfaddbea53e/dep-lib-equivalent' from root:root to runner:runner
2025-08-18T22:06:08.7695346Z [00:03:23.688]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/equivalent-00f80dfaddbea53e/lib-equivalent' from root:root to runner:runner
2025-08-18T22:06:08.7697210Z [00:03:23.688]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/equivalent-00f80dfaddbea53e/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:06:08.7699104Z [00:03:23.688]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/equivalent-00f80dfaddbea53e/lib-equivalent.json' from root:root to runner:runner
2025-08-18T22:06:08.7700910Z [00:03:23.688]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/equivalent-00f80dfaddbea53e' from root:root to runner:runner
2025-08-18T22:06:08.7702913Z [00:03:23.688]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/terminal_size-c164078a4b6d1e64/lib-terminal_size' from root:root to runner:runner
2025-08-18T22:06:08.7704779Z [00:03:23.688]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/terminal_size-c164078a4b6d1e64/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:06:08.7706678Z [00:03:23.688]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/terminal_size-c164078a4b6d1e64/lib-terminal_size.json' from root:root to runner:runner
2025-08-18T22:06:08.7708709Z [00:03:23.688]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/terminal_size-c164078a4b6d1e64/dep-lib-terminal_size' from root:root to runner:runner
2025-08-18T22:06:08.7710517Z [00:03:23.688]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/terminal_size-c164078a4b6d1e64' from root:root to runner:runner
2025-08-18T22:06:08.7712510Z [00:03:23.688]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/socket2-8d89b097bb1335ea/lib-socket2' from root:root to runner:runner
2025-08-18T22:06:08.7714346Z [00:03:23.688]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/socket2-8d89b097bb1335ea/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:06:08.7716166Z [00:03:23.688]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/socket2-8d89b097bb1335ea/dep-lib-socket2' from root:root to runner:runner
2025-08-18T22:06:08.7717972Z [00:03:23.688]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/socket2-8d89b097bb1335ea/lib-socket2.json' from root:root to runner:runner
2025-08-18T22:06:08.7719851Z [00:03:23.688]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/socket2-8d89b097bb1335ea' from root:root to runner:runner
2025-08-18T22:06:08.7721779Z [00:03:23.688]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/winnow-2dea7c4e3af6a35e/lib-winnow' from root:root to runner:runner
2025-08-18T22:06:08.7723592Z [00:03:23.688]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/winnow-2dea7c4e3af6a35e/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:06:08.7725404Z [00:03:23.688]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/winnow-2dea7c4e3af6a35e/dep-lib-winnow' from root:root to runner:runner
2025-08-18T22:06:08.7727207Z [00:03:23.688]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/winnow-2dea7c4e3af6a35e/lib-winnow.json' from root:root to runner:runner
2025-08-18T22:06:08.7728946Z [00:03:23.688]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/winnow-2dea7c4e3af6a35e' from root:root to runner:runner
2025-08-18T22:06:08.7730665Z [00:03:23.688]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gimli-3215ac086ee6ba72/lib-gimli' from root:root to runner:runner
2025-08-18T22:06:08.7732619Z [00:03:23.688]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gimli-3215ac086ee6ba72/dep-lib-gimli' from root:root to runner:runner
2025-08-18T22:06:08.7734635Z [00:03:23.688]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gimli-3215ac086ee6ba72/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:06:08.7736436Z [00:03:23.688]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gimli-3215ac086ee6ba72/lib-gimli.json' from root:root to runner:runner
2025-08-18T22:06:08.7738160Z [00:03:23.688]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gimli-3215ac086ee6ba72' from root:root to runner:runner
2025-08-18T22:06:08.7739945Z [00:03:23.688]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tailspin-9e39a91c23cd8b51/lib-tailspin.json' from root:root to runner:runner
2025-08-18T22:06:08.7741997Z [00:03:23.688]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tailspin-9e39a91c23cd8b51/dep-lib-tailspin' from root:root to runner:runner
2025-08-18T22:06:08.7743839Z [00:03:23.688]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tailspin-9e39a91c23cd8b51/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:06:08.7745774Z [00:03:23.688]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tailspin-9e39a91c23cd8b51/lib-tailspin' from root:root to runner:runner
2025-08-18T22:06:08.7747803Z [00:03:23.688]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tailspin-9e39a91c23cd8b51' from root:root to runner:runner
2025-08-18T22:06:08.7750743Z [00:03:23.688]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/backtrace-e70168c26ff2692a/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:06:08.7754579Z [00:03:23.688]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/backtrace-e70168c26ff2692a/dep-lib-backtrace' from root:root to runner:runner
2025-08-18T22:06:08.7758114Z [00:03:23.688]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/backtrace-e70168c26ff2692a/lib-backtrace.json' from root:root to runner:runner
2025-08-18T22:06:08.7760566Z [00:03:23.688]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/backtrace-e70168c26ff2692a/lib-backtrace' from root:root to runner:runner
2025-08-18T22:06:08.7762648Z [00:03:23.688]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/backtrace-e70168c26ff2692a' from root:root to runner:runner
2025-08-18T22:06:08.7764389Z [00:03:23.688]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/is_ci-e9957b348b002262/lib-is_ci' from root:root to runner:runner
2025-08-18T22:06:08.7766376Z [00:03:23.688]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/is_ci-e9957b348b002262/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:06:08.7768184Z [00:03:23.688]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/is_ci-e9957b348b002262/lib-is_ci.json' from root:root to runner:runner
2025-08-18T22:06:08.7769951Z [00:03:23.688]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/is_ci-e9957b348b002262/dep-lib-is_ci' from root:root to runner:runner
2025-08-18T22:06:08.7772153Z [00:03:23.688]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/is_ci-e9957b348b002262' from root:root to runner:runner
2025-08-18T22:06:08.7774149Z [00:03:23.688]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/notify-d2458e0a26779e93/lib-notify' from root:root to runner:runner
2025-08-18T22:06:08.7775937Z [00:03:23.688]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/notify-d2458e0a26779e93/dep-lib-notify' from root:root to runner:runner
2025-08-18T22:06:08.7777895Z [00:03:23.688]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/notify-d2458e0a26779e93/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:06:08.7779726Z [00:03:23.688]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/notify-d2458e0a26779e93/lib-notify.json' from root:root to runner:runner
2025-08-18T22:06:08.7781677Z [00:03:23.688]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/notify-d2458e0a26779e93' from root:root to runner:runner
2025-08-18T22:06:08.7783554Z [00:03:23.688]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hashbrown-2c09c4f5321e38cc/lib-hashbrown' from root:root to runner:runner
2025-08-18T22:06:08.7785396Z [00:03:23.688]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hashbrown-2c09c4f5321e38cc/lib-hashbrown.json' from root:root to runner:runner
2025-08-18T22:06:08.7787248Z [00:03:23.688]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hashbrown-2c09c4f5321e38cc/dep-lib-hashbrown' from root:root to runner:runner
2025-08-18T22:06:08.7789110Z [00:03:23.689]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hashbrown-2c09c4f5321e38cc/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:06:08.7790894Z [00:03:23.689]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hashbrown-2c09c4f5321e38cc' from root:root to runner:runner
2025-08-18T22:06:08.7793223Z [00:03:23.689]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-27a14f2121b34f21/lib-regex' from root:root to runner:runner
2025-08-18T22:06:08.7795006Z [00:03:23.689]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-27a14f2121b34f21/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:06:08.7796797Z [00:03:23.689]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-27a14f2121b34f21/dep-lib-regex' from root:root to runner:runner
2025-08-18T22:06:08.7798587Z [00:03:23.689]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-27a14f2121b34f21/lib-regex.json' from root:root to runner:runner
2025-08-18T22:06:08.7800310Z [00:03:23.689]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-27a14f2121b34f21' from root:root to runner:runner
2025-08-18T22:06:08.7802328Z [00:03:23.689]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde_json-151207b2e1b9208a/lib-serde_json' from root:root to runner:runner
2025-08-18T22:06:08.7804363Z [00:03:23.689]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde_json-151207b2e1b9208a/lib-serde_json.json' from root:root to runner:runner
2025-08-18T22:06:08.7806233Z [00:03:23.689]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde_json-151207b2e1b9208a/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:06:08.7808072Z [00:03:23.689]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde_json-151207b2e1b9208a/dep-lib-serde_json' from root:root to runner:runner
2025-08-18T22:06:08.7809840Z [00:03:23.689]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde_json-151207b2e1b9208a' from root:root to runner:runner
2025-08-18T22:06:08.7811788Z [00:03:23.689]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/memchr-70e93713acfb7392/dep-lib-memchr' from root:root to runner:runner
2025-08-18T22:06:08.7813606Z [00:03:23.689]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/memchr-70e93713acfb7392/lib-memchr.json' from root:root to runner:runner
2025-08-18T22:06:08.7815416Z [00:03:23.689]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/memchr-70e93713acfb7392/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:06:08.7817200Z [00:03:23.689]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/memchr-70e93713acfb7392/lib-memchr' from root:root to runner:runner
2025-08-18T22:06:08.7819053Z [00:03:23.689]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/memchr-70e93713acfb7392' from root:root to runner:runner
2025-08-18T22:06:08.7820819Z [00:03:23.689]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/getrandom-0f4a9aec48c03d82/dep-lib-getrandom' from root:root to runner:runner
2025-08-18T22:06:08.7822935Z [00:03:23.689]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/getrandom-0f4a9aec48c03d82/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:06:08.7825539Z [00:03:23.689]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/getrandom-0f4a9aec48c03d82/lib-getrandom' from root:root to runner:runner
2025-08-18T22:06:08.7829139Z [00:03:23.689]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/getrandom-0f4a9aec48c03d82/lib-getrandom.json' from root:root to runner:runner
2025-08-18T22:06:08.7832766Z [00:03:23.689]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/getrandom-0f4a9aec48c03d82' from root:root to runner:runner
2025-08-18T22:06:08.7835710Z [00:03:23.689]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-1f0bef145d35d1a2/lib-anstyle.json' from root:root to runner:runner
2025-08-18T22:06:08.7837607Z [00:03:23.689]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-1f0bef145d35d1a2/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:06:08.7839455Z [00:03:23.689]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-1f0bef145d35d1a2/lib-anstyle' from root:root to runner:runner
2025-08-18T22:06:08.7841265Z [00:03:23.689]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-1f0bef145d35d1a2/dep-lib-anstyle' from root:root to runner:runner
2025-08-18T22:06:08.7843313Z [00:03:23.689]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-1f0bef145d35d1a2' from root:root to runner:runner
2025-08-18T22:06:08.7845070Z [00:03:23.689]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/nix-8770d5142b4338bf/dep-lib-nix' from root:root to runner:runner
2025-08-18T22:06:08.7846849Z [00:03:23.689]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/nix-8770d5142b4338bf/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:06:08.7848607Z [00:03:23.689]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/nix-8770d5142b4338bf/lib-nix' from root:root to runner:runner
2025-08-18T22:06:08.7850490Z [00:03:23.689]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/nix-8770d5142b4338bf/lib-nix.json' from root:root to runner:runner
2025-08-18T22:06:08.7852505Z [00:03:23.689]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/nix-8770d5142b4338bf' from root:root to runner:runner
2025-08-18T22:06:08.7854268Z [00:03:23.690]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tokio-1e8004299cae8368/dep-lib-tokio' from root:root to runner:runner
2025-08-18T22:06:08.7856078Z [00:03:23.690]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tokio-1e8004299cae8368/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:06:08.7857866Z [00:03:23.690]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tokio-1e8004299cae8368/lib-tokio' from root:root to runner:runner
2025-08-18T22:06:08.7859635Z [00:03:23.690]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tokio-1e8004299cae8368/lib-tokio.json' from root:root to runner:runner
2025-08-18T22:06:08.7861504Z [00:03:23.690]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tokio-1e8004299cae8368' from root:root to runner:runner
2025-08-18T22:06:08.7863511Z [00:03:23.690]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-utils-fdfd9e62563524fe/lib-crossbeam_utils' from root:root to runner:runner
2025-08-18T22:06:08.7865462Z [00:03:23.690]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-utils-fdfd9e62563524fe/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:06:08.7867397Z [00:03:23.690]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-utils-fdfd9e62563524fe/dep-lib-crossbeam_utils' from root:root to runner:runner
2025-08-18T22:06:08.7869354Z [00:03:23.690]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-utils-fdfd9e62563524fe/lib-crossbeam_utils.json' from root:root to runner:runner
2025-08-18T22:06:08.7871213Z [00:03:23.690]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-utils-fdfd9e62563524fe' from root:root to runner:runner
2025-08-18T22:06:08.7873387Z [00:03:23.690]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-epoch-a035f5c67ef4c95b/lib-crossbeam_epoch.json' from root:root to runner:runner
2025-08-18T22:06:08.7875322Z [00:03:23.690]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-epoch-a035f5c67ef4c95b/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:06:08.7877447Z [00:03:23.690]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-epoch-a035f5c67ef4c95b/dep-lib-crossbeam_epoch' from root:root to runner:runner
2025-08-18T22:06:08.7879404Z [00:03:23.690]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-epoch-a035f5c67ef4c95b/lib-crossbeam_epoch' from root:root to runner:runner
2025-08-18T22:06:08.7880338Z [00:03:23.690]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-epoch-a035f5c67ef4c95b' from root:root to runner:runner
2025-08-18T22:06:08.7881346Z [00:03:23.690]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/shellexpand-21d9ebe31090c83a/dep-lib-shellexpand' from root:root to runner:runner
2025-08-18T22:06:08.7883061Z [00:03:23.690]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/shellexpand-21d9ebe31090c83a/lib-shellexpand.json' from root:root to runner:runner
2025-08-18T22:06:08.7884051Z [00:03:23.690]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/shellexpand-21d9ebe31090c83a/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:06:08.7885171Z [00:03:23.690]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/shellexpand-21d9ebe31090c83a/lib-shellexpand' from root:root to runner:runner
2025-08-18T22:06:08.7886095Z [00:03:23.690]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/shellexpand-21d9ebe31090c83a' from root:root to runner:runner
2025-08-18T22:06:08.7887067Z [00:03:23.690]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bitflags-9512240895c4827e/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:06:08.7888027Z [00:03:23.690]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bitflags-9512240895c4827e/lib-bitflags.json' from root:root to runner:runner
2025-08-18T22:06:08.7888973Z [00:03:23.690]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bitflags-9512240895c4827e/lib-bitflags' from root:root to runner:runner
2025-08-18T22:06:08.7889940Z [00:03:23.690]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bitflags-9512240895c4827e/dep-lib-bitflags' from root:root to runner:runner
2025-08-18T22:06:08.7890827Z [00:03:23.690]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bitflags-9512240895c4827e' from root:root to runner:runner
2025-08-18T22:06:08.7892037Z [00:03:23.690]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_complete-af6c67f5b801a71e/dep-lib-clap_complete' from root:root to runner:runner
2025-08-18T22:06:08.7893223Z [00:03:23.690]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_complete-af6c67f5b801a71e/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:06:08.7894222Z [00:03:23.690]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_complete-af6c67f5b801a71e/lib-clap_complete.json' from root:root to runner:runner
2025-08-18T22:06:08.7895202Z [00:03:23.690]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_complete-af6c67f5b801a71e/lib-clap_complete' from root:root to runner:runner
2025-08-18T22:06:08.7896111Z [00:03:23.690]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_complete-af6c67f5b801a71e' from root:root to runner:runner
2025-08-18T22:06:08.7897107Z [00:03:23.690]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-syntax-a6e8118dff480c24/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:06:08.7898475Z [00:03:23.690]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-syntax-a6e8118dff480c24/dep-lib-regex_syntax' from root:root to runner:runner
2025-08-18T22:06:08.7900058Z [00:03:23.691]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-syntax-a6e8118dff480c24/lib-regex_syntax' from root:root to runner:runner
2025-08-18T22:06:08.7902255Z [00:03:23.691]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-syntax-a6e8118dff480c24/lib-regex_syntax.json' from root:root to runner:runner
2025-08-18T22:06:08.7904049Z [00:03:23.691]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-syntax-a6e8118dff480c24' from root:root to runner:runner
2025-08-18T22:06:08.7905890Z [00:03:23.691]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/toml-36bd339aa0787e06/dep-lib-toml' from root:root to runner:runner
2025-08-18T22:06:08.7907646Z [00:03:23.691]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/toml-36bd339aa0787e06/lib-toml' from root:root to runner:runner
2025-08-18T22:06:08.7909219Z [00:03:23.691]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/toml-36bd339aa0787e06/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:06:08.7910163Z [00:03:23.691]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/toml-36bd339aa0787e06/lib-toml.json' from root:root to runner:runner
2025-08-18T22:06:08.7911073Z [00:03:23.691]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/toml-36bd339aa0787e06' from root:root to runner:runner
2025-08-18T22:06:08.7912430Z [00:03:23.691]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde-a8c855679b6d2e1e/dep-lib-serde' from root:root to runner:runner
2025-08-18T22:06:08.7913382Z [00:03:23.691]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde-a8c855679b6d2e1e/lib-serde.json' from root:root to runner:runner
2025-08-18T22:06:08.7914352Z [00:03:23.691]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde-a8c855679b6d2e1e/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:06:08.7915300Z [00:03:23.691]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde-a8c855679b6d2e1e/lib-serde' from root:root to runner:runner
2025-08-18T22:06:08.7916197Z [00:03:23.691]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde-a8c855679b6d2e1e' from root:root to runner:runner
2025-08-18T22:06:08.7917266Z [00:03:23.691]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-channel-1592dd87362accc2/lib-crossbeam_channel.json' from root:root to runner:runner
2025-08-18T22:06:08.7918403Z [00:03:23.691]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-channel-1592dd87362accc2/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:06:08.7919465Z [00:03:23.691]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-channel-1592dd87362accc2/dep-lib-crossbeam_channel' from root:root to runner:runner
2025-08-18T22:06:08.7920500Z [00:03:23.691]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-channel-1592dd87362accc2/lib-crossbeam_channel' from root:root to runner:runner
2025-08-18T22:06:08.7921633Z [00:03:23.691]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-channel-1592dd87362accc2' from root:root to runner:runner
2025-08-18T22:06:08.7922680Z [00:03:23.691]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unicode-linebreak-e2d7c345523d6c22/lib-unicode_linebreak' from root:root to runner:runner
2025-08-18T22:06:08.7923729Z [00:03:23.691]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unicode-linebreak-e2d7c345523d6c22/lib-unicode_linebreak.json' from root:root to runner:runner
2025-08-18T22:06:08.7924743Z [00:03:23.691]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unicode-linebreak-e2d7c345523d6c22/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:06:08.7925785Z [00:03:23.691]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unicode-linebreak-e2d7c345523d6c22/dep-lib-unicode_linebreak' from root:root to runner:runner
2025-08-18T22:06:08.7926843Z [00:03:23.691]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unicode-linebreak-e2d7c345523d6c22' from root:root to runner:runner
2025-08-18T22:06:08.7927898Z [00:03:23.691]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/slab-5e4f78fa6650db13/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-18T22:06:08.7928929Z [00:03:23.691]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/slab-5e4f78fa6650db13/run-build-script-build-script-build' from root:root to runner:runner
2025-08-18T22:06:08.7929807Z [00:03:23.691]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/slab-5e4f78fa6650db13' from root:root to runner:runner
2025-08-18T22:06:08.7930826Z [00:03:23.691]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-deque-0d1f152e6612a44b/dep-lib-crossbeam_deque' from root:root to runner:runner
2025-08-18T22:06:08.7932057Z [00:03:23.691]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-deque-0d1f152e6612a44b/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:06:08.7933198Z [00:03:23.691]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-deque-0d1f152e6612a44b/lib-crossbeam_deque' from root:root to runner:runner
2025-08-18T22:06:08.7934282Z [00:03:23.691]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-deque-0d1f152e6612a44b/lib-crossbeam_deque.json' from root:root to runner:runner
2025-08-18T22:06:08.7935216Z [00:03:23.691]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-deque-0d1f152e6612a44b' from root:root to runner:runner
2025-08-18T22:06:08.7936183Z [00:03:23.691]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstream-3b02f3262b9455ba/dep-lib-anstream' from root:root to runner:runner
2025-08-18T22:06:08.7937133Z [00:03:23.691]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstream-3b02f3262b9455ba/lib-anstream' from root:root to runner:runner
2025-08-18T22:06:08.7938100Z [00:03:23.692]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstream-3b02f3262b9455ba/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:06:08.7939056Z [00:03:23.692]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstream-3b02f3262b9455ba/lib-anstream.json' from root:root to runner:runner
2025-08-18T22:06:08.7939950Z [00:03:23.692]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstream-3b02f3262b9455ba' from root:root to runner:runner
2025-08-18T22:06:08.7941176Z [00:03:23.692]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/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-18T22:06:08.7942447Z [00:03:23.692]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/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-18T22:06:08.7943379Z [00:03:23.692]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-utils-47daabebd1188c33' from root:root to runner:runner
2025-08-18T22:06:08.7944381Z [00:03:23.692]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/supports-color-b4211258c0cf013a/lib-supports_color' from root:root to runner:runner
2025-08-18T22:06:08.7945374Z [00:03:23.692]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/supports-color-b4211258c0cf013a/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:06:08.7946504Z [00:03:23.692]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/supports-color-b4211258c0cf013a/dep-lib-supports_color' from root:root to runner:runner
2025-08-18T22:06:08.7947545Z [00:03:23.692]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/supports-color-b4211258c0cf013a/lib-supports_color.json' from root:root to runner:runner
2025-08-18T22:06:08.7948462Z [00:03:23.692]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/supports-color-b4211258c0cf013a' from root:root to runner:runner
2025-08-18T22:06:08.7949413Z [00:03:23.692]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libc-f3fdeabbd84fa70c/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:06:08.7950329Z [00:03:23.692]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libc-f3fdeabbd84fa70c/lib-libc' from root:root to runner:runner
2025-08-18T22:06:08.7951256Z [00:03:23.692]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libc-f3fdeabbd84fa70c/dep-lib-libc' from root:root to runner:runner
2025-08-18T22:06:08.7952411Z [00:03:23.692]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libc-f3fdeabbd84fa70c/lib-libc.json' from root:root to runner:runner
2025-08-18T22:06:08.7953281Z [00:03:23.692]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libc-f3fdeabbd84fa70c' from root:root to runner:runner
2025-08-18T22:06:08.7954385Z [00:03:23.692]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/fastrand-7349f526c053b502/dep-lib-fastrand' from root:root to runner:runner
2025-08-18T22:06:08.7955356Z [00:03:23.692]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/fastrand-7349f526c053b502/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:06:08.7956291Z [00:03:23.692]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/fastrand-7349f526c053b502/lib-fastrand' from root:root to runner:runner
2025-08-18T22:06:08.7957259Z [00:03:23.692]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/fastrand-7349f526c053b502/lib-fastrand.json' from root:root to runner:runner
2025-08-18T22:06:08.7958147Z [00:03:23.692]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/fastrand-7349f526c053b502' from root:root to runner:runner
2025-08-18T22:06:08.7959107Z [00:03:23.692]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/winsplit-6adc453419303676/dep-lib-winsplit' from root:root to runner:runner
2025-08-18T22:06:08.7960069Z [00:03:23.692]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/winsplit-6adc453419303676/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:06:08.7961181Z [00:03:23.692]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/winsplit-6adc453419303676/lib-winsplit.json' from root:root to runner:runner
2025-08-18T22:06:08.7962763Z [00:03:23.692]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/winsplit-6adc453419303676/lib-winsplit' from root:root to runner:runner
2025-08-18T22:06:08.7963671Z [00:03:23.692]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/winsplit-6adc453419303676' from root:root to runner:runner
2025-08-18T22:06:08.7964661Z [00:03:23.692]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/same-file-d76bd81076a1e444/lib-same_file.json' from root:root to runner:runner
2025-08-18T22:06:08.7965639Z [00:03:23.692]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/same-file-d76bd81076a1e444/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:06:08.7966586Z [00:03:23.692]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/same-file-d76bd81076a1e444/lib-same_file' from root:root to runner:runner
2025-08-18T22:06:08.7967550Z [00:03:23.692]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/same-file-d76bd81076a1e444/dep-lib-same_file' from root:root to runner:runner
2025-08-18T22:06:08.7968583Z [00:03:23.693]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/same-file-d76bd81076a1e444' from root:root to runner:runner
2025-08-18T22:06:08.7969556Z [00:03:23.693]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/inotify-sys-e1afbe4c1c7cdc4f/lib-inotify_sys' from root:root to runner:runner
2025-08-18T22:06:08.7970553Z [00:03:23.693]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/inotify-sys-e1afbe4c1c7cdc4f/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:06:08.7972078Z [00:03:23.693]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/inotify-sys-e1afbe4c1c7cdc4f/lib-inotify_sys.json' from root:root to runner:runner
2025-08-18T22:06:08.7973600Z [00:03:23.693]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/inotify-sys-e1afbe4c1c7cdc4f/dep-lib-inotify_sys' from root:root to runner:runner
2025-08-18T22:06:08.7974518Z [00:03:23.693]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/inotify-sys-e1afbe4c1c7cdc4f' from root:root to runner:runner
2025-08-18T22:06:08.7975758Z [00:03:23.693]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/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-18T22:06:08.7976832Z [00:03:23.693]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/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-18T22:06:08.7977736Z [00:03:23.693]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thiserror-d3e18ae1bbb7bed0' from root:root to runner:runner
2025-08-18T22:06:08.7978818Z [00:03:23.693]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/getrandom-8f37605a9c77621b/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-18T22:06:08.7979875Z [00:03:23.693]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/getrandom-8f37605a9c77621b/run-build-script-build-script-build' from root:root to runner:runner
2025-08-18T22:06:08.7980771Z [00:03:23.693]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/getrandom-8f37605a9c77621b' from root:root to runner:runner
2025-08-18T22:06:08.7982017Z [00:03:23.693]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/object-7c3622e5b9729208/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-18T22:06:08.7983073Z [00:03:23.693]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/object-7c3622e5b9729208/run-build-script-build-script-build' from root:root to runner:runner
2025-08-18T22:06:08.7984094Z [00:03:23.693]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/object-7c3622e5b9729208' from root:root to runner:runner
2025-08-18T22:06:08.7985012Z [00:03:23.693]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/mio-c4b5cc0db1c9ab3b/lib-mio.json' from root:root to runner:runner
2025-08-18T22:06:08.7985930Z [00:03:23.693]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/mio-c4b5cc0db1c9ab3b/dep-lib-mio' from root:root to runner:runner
2025-08-18T22:06:08.7986873Z [00:03:23.693]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/mio-c4b5cc0db1c9ab3b/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:06:08.7987778Z [00:03:23.693]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/mio-c4b5cc0db1c9ab3b/lib-mio' from root:root to runner:runner
2025-08-18T22:06:08.7988645Z [00:03:23.693]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/mio-c4b5cc0db1c9ab3b' from root:root to runner:runner
2025-08-18T22:06:08.7989730Z [00:03:23.693]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_builder-aa045e24d9346fc6/lib-clap_builder' from root:root to runner:runner
2025-08-18T22:06:08.7990728Z [00:03:23.693]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_builder-aa045e24d9346fc6/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:06:08.7991936Z [00:03:23.693]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_builder-aa045e24d9346fc6/lib-clap_builder.json' from root:root to runner:runner
2025-08-18T22:06:08.7992933Z [00:03:23.693]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_builder-aa045e24d9346fc6/dep-lib-clap_builder' from root:root to runner:runner
2025-08-18T22:06:08.7993836Z [00:03:23.693]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_builder-aa045e24d9346fc6' from root:root to runner:runner
2025-08-18T22:06:08.7994834Z [00:03:23.693]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-core-7cc7933eec180d26/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:06:08.7995839Z [00:03:23.693]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-core-7cc7933eec180d26/dep-lib-futures_core' from root:root to runner:runner
2025-08-18T22:06:08.7996827Z [00:03:23.693]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-core-7cc7933eec180d26/lib-futures_core' from root:root to runner:runner
2025-08-18T22:06:08.7997967Z [00:03:23.694]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-core-7cc7933eec180d26/lib-futures_core.json' from root:root to runner:runner
2025-08-18T22:06:08.7998866Z [00:03:23.694]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-core-7cc7933eec180d26' from root:root to runner:runner
2025-08-18T22:06:08.7999823Z [00:03:23.694]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tailspin-be72b1097f28edc2/dep-bin-tspin' from root:root to runner:runner
2025-08-18T22:06:08.8000796Z [00:03:23.694]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tailspin-be72b1097f28edc2/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:06:08.8001974Z [00:03:23.694]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tailspin-be72b1097f28edc2/bin-tspin' from root:root to runner:runner
2025-08-18T22:06:08.8002944Z [00:03:23.694]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tailspin-be72b1097f28edc2/bin-tspin.json' from root:root to runner:runner
2025-08-18T22:06:08.8003964Z [00:03:23.694]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tailspin-be72b1097f28edc2' from root:root to runner:runner
2025-08-18T22:06:08.8004904Z [00:03:23.694]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ryu-5d7663d4e453975b/dep-lib-ryu' from root:root to runner:runner
2025-08-18T22:06:08.8005799Z [00:03:23.694]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ryu-5d7663d4e453975b/lib-ryu' from root:root to runner:runner
2025-08-18T22:06:08.8006742Z [00:03:23.694]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ryu-5d7663d4e453975b/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:06:08.8007675Z [00:03:23.694]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ryu-5d7663d4e453975b/lib-ryu.json' from root:root to runner:runner
2025-08-18T22:06:08.8008543Z [00:03:23.694]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ryu-5d7663d4e453975b' from root:root to runner:runner
2025-08-18T22:06:08.8009506Z [00:03:23.694]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/inotify-0d1365971c23b0d1/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:06:08.8010462Z [00:03:23.694]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/inotify-0d1365971c23b0d1/lib-inotify.json' from root:root to runner:runner
2025-08-18T22:06:08.8011747Z [00:03:23.694]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/inotify-0d1365971c23b0d1/lib-inotify' from root:root to runner:runner
2025-08-18T22:06:08.8012721Z [00:03:23.694]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/inotify-0d1365971c23b0d1/dep-lib-inotify' from root:root to runner:runner
2025-08-18T22:06:08.8013604Z [00:03:23.694]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/inotify-0d1365971c23b0d1' from root:root to runner:runner
2025-08-18T22:06:08.8014602Z [00:03:23.694]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/toml_writer-892fe5ab5f5215ca/lib-toml_writer.json' from root:root to runner:runner
2025-08-18T22:06:08.8015570Z [00:03:23.694]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/toml_writer-892fe5ab5f5215ca/lib-toml_writer' from root:root to runner:runner
2025-08-18T22:06:08.8016543Z [00:03:23.694]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/toml_writer-892fe5ab5f5215ca/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:06:08.8017643Z [00:03:23.694]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/toml_writer-892fe5ab5f5215ca/dep-lib-toml_writer' from root:root to runner:runner
2025-08-18T22:06:08.8018551Z [00:03:23.694]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/toml_writer-892fe5ab5f5215ca' from root:root to runner:runner
2025-08-18T22:06:08.8019557Z [00:03:23.694]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unicode-width-355d02a9b26506ec/dep-lib-unicode_width' from root:root to runner:runner
2025-08-18T22:06:08.8020557Z [00:03:23.694]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unicode-width-355d02a9b26506ec/lib-unicode_width.json' from root:root to runner:runner
2025-08-18T22:06:08.8021669Z [00:03:23.694]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unicode-width-355d02a9b26506ec/lib-unicode_width' from root:root to runner:runner
2025-08-18T22:06:08.8022660Z [00:03:23.694]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unicode-width-355d02a9b26506ec/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:06:08.8023581Z [00:03:23.694]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unicode-width-355d02a9b26506ec' from root:root to runner:runner
2025-08-18T22:06:08.8024643Z [00:03:23.694]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libc-9d9dc4f488164ee9/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-18T22:06:08.8025789Z [00:03:23.694]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libc-9d9dc4f488164ee9/run-build-script-build-script-build' from root:root to runner:runner
2025-08-18T22:06:08.8026661Z [00:03:23.695]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libc-9d9dc4f488164ee9' from root:root to runner:runner
2025-08-18T22:06:08.8027600Z [00:03:23.695]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/linemux-54406ddabd26b688/lib-linemux' from root:root to runner:runner
2025-08-18T22:06:08.8028571Z [00:03:23.695]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/linemux-54406ddabd26b688/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:06:08.8029533Z [00:03:23.695]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/linemux-54406ddabd26b688/lib-linemux.json' from root:root to runner:runner
2025-08-18T22:06:08.8030481Z [00:03:23.695]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/linemux-54406ddabd26b688/dep-lib-linemux' from root:root to runner:runner
2025-08-18T22:06:08.8031573Z [00:03:23.695]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/linemux-54406ddabd26b688' from root:root to runner:runner
2025-08-18T22:06:08.8032545Z [00:03:23.695]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/strsim-0535910dc9036bf9/lib-strsim.json' from root:root to runner:runner
2025-08-18T22:06:08.8033536Z [00:03:23.695]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/strsim-0535910dc9036bf9/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:06:08.8034457Z [00:03:23.695]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/strsim-0535910dc9036bf9/lib-strsim' from root:root to runner:runner
2025-08-18T22:06:08.8035409Z [00:03:23.695]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/strsim-0535910dc9036bf9/dep-lib-strsim' from root:root to runner:runner
2025-08-18T22:06:08.8036294Z [00:03:23.695]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/strsim-0535910dc9036bf9' from root:root to runner:runner
2025-08-18T22:06:08.8037245Z [00:03:23.695]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cfg-if-ad922fe68dc3537f/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:06:08.8038174Z [00:03:23.695]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cfg-if-ad922fe68dc3537f/lib-cfg_if' from root:root to runner:runner
2025-08-18T22:06:08.8039229Z [00:03:23.695]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cfg-if-ad922fe68dc3537f/dep-lib-cfg_if' from root:root to runner:runner
2025-08-18T22:06:08.8040171Z [00:03:23.695]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cfg-if-ad922fe68dc3537f/lib-cfg_if.json' from root:root to runner:runner
2025-08-18T22:06:08.8041270Z [00:03:23.695]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cfg-if-ad922fe68dc3537f' from root:root to runner:runner
2025-08-18T22:06:08.8043012Z [00:03:23.695]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pin-utils-327e87f8993c05ae/lib-pin_utils.json' from root:root to runner:runner
2025-08-18T22:06:08.8044044Z [00:03:23.695]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pin-utils-327e87f8993c05ae/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:06:08.8044997Z [00:03:23.695]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pin-utils-327e87f8993c05ae/lib-pin_utils' from root:root to runner:runner
2025-08-18T22:06:08.8046161Z [00:03:23.695]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pin-utils-327e87f8993c05ae/dep-lib-pin_utils' from root:root to runner:runner
2025-08-18T22:06:08.8047082Z [00:03:23.695]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pin-utils-327e87f8993c05ae' from root:root to runner:runner
2025-08-18T22:06:08.8048081Z [00:03:23.695]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/backtrace-ext-89e2a7a5460c87a4/lib-backtrace_ext' from root:root to runner:runner
2025-08-18T22:06:08.8049069Z [00:03:23.695]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/backtrace-ext-89e2a7a5460c87a4/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:06:08.8050072Z [00:03:23.695]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/backtrace-ext-89e2a7a5460c87a4/dep-lib-backtrace_ext' from root:root to runner:runner
2025-08-18T22:06:08.8051081Z [00:03:23.695]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/backtrace-ext-89e2a7a5460c87a4/lib-backtrace_ext.json' from root:root to runner:runner
2025-08-18T22:06:08.8052221Z [00:03:23.695]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/backtrace-ext-89e2a7a5460c87a4' from root:root to runner:runner
2025-08-18T22:06:08.8053217Z [00:03:23.695]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/shell-words-e9e4fbd39491fe62/lib-shell_words' from root:root to runner:runner
2025-08-18T22:06:08.8054368Z [00:03:23.695]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/shell-words-e9e4fbd39491fe62/dep-lib-shell_words' from root:root to runner:runner
2025-08-18T22:06:08.8055352Z [00:03:23.695]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/shell-words-e9e4fbd39491fe62/lib-shell_words.json' from root:root to runner:runner
2025-08-18T22:06:08.8056330Z [00:03:23.695]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/shell-words-e9e4fbd39491fe62/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:06:08.8057227Z [00:03:23.695]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/shell-words-e9e4fbd39491fe62' from root:root to runner:runner
2025-08-18T22:06:08.8058236Z [00:03:23.695]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-parse-84b7b16131790355/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:06:08.8059237Z [00:03:23.695]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-parse-84b7b16131790355/lib-anstyle_parse.json' from root:root to runner:runner
2025-08-18T22:06:08.8060338Z [00:03:23.696]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-parse-84b7b16131790355/dep-lib-anstyle_parse' from root:root to runner:runner
2025-08-18T22:06:08.8061329Z [00:03:23.696]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-parse-84b7b16131790355/lib-anstyle_parse' from root:root to runner:runner
2025-08-18T22:06:08.8062368Z [00:03:23.696]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-parse-84b7b16131790355' from root:root to runner:runner
2025-08-18T22:06:08.8063348Z [00:03:23.696]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/toml_parser-0fd11076ae604d8a/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:06:08.8064331Z [00:03:23.696]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/toml_parser-0fd11076ae604d8a/dep-lib-toml_parser' from root:root to runner:runner
2025-08-18T22:06:08.8065311Z [00:03:23.696]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/toml_parser-0fd11076ae604d8a/lib-toml_parser.json' from root:root to runner:runner
2025-08-18T22:06:08.8066270Z [00:03:23.696]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/toml_parser-0fd11076ae604d8a/lib-toml_parser' from root:root to runner:runner
2025-08-18T22:06:08.8067163Z [00:03:23.696]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/toml_parser-0fd11076ae604d8a' from root:root to runner:runner
2025-08-18T22:06:08.8068270Z [00:03:23.696]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/adler2-f6abfeb5c073bc13/lib-adler2' from root:root to runner:runner
2025-08-18T22:06:08.8069205Z [00:03:23.696]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/adler2-f6abfeb5c073bc13/dep-lib-adler2' from root:root to runner:runner
2025-08-18T22:06:08.8070164Z [00:03:23.696]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/adler2-f6abfeb5c073bc13/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:06:08.8071113Z [00:03:23.696]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/adler2-f6abfeb5c073bc13/lib-adler2.json' from root:root to runner:runner
2025-08-18T22:06:08.8072103Z [00:03:23.696]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/adler2-f6abfeb5c073bc13' from root:root to runner:runner
2025-08-18T22:06:08.8073104Z [00:03:23.696]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-task-add56d117c301428/lib-futures_task.json' from root:root to runner:runner
2025-08-18T22:06:08.8074193Z [00:03:23.696]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-task-add56d117c301428/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:06:08.8075196Z [00:03:23.696]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-task-add56d117c301428/dep-lib-futures_task' from root:root to runner:runner
2025-08-18T22:06:08.8076174Z [00:03:23.696]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-task-add56d117c301428/lib-futures_task' from root:root to runner:runner
2025-08-18T22:06:08.8077072Z [00:03:23.696]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-task-add56d117c301428' from root:root to runner:runner
2025-08-18T22:06:08.8078016Z [00:03:23.696]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ctrlc-841fe0ffeceb4ee5/dep-lib-ctrlc' from root:root to runner:runner
2025-08-18T22:06:08.8078953Z [00:03:23.696]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ctrlc-841fe0ffeceb4ee5/lib-ctrlc.json' from root:root to runner:runner
2025-08-18T22:06:08.8079903Z [00:03:23.696]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ctrlc-841fe0ffeceb4ee5/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:06:08.8080825Z [00:03:23.696]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ctrlc-841fe0ffeceb4ee5/lib-ctrlc' from root:root to runner:runner
2025-08-18T22:06:08.8082031Z [00:03:23.696]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ctrlc-841fe0ffeceb4ee5' from root:root to runner:runner
2025-08-18T22:06:08.8083132Z [00:03:23.696]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/supports-hyperlinks-7a392e4a024bd5f5/lib-supports_hyperlinks.json' from root:root to runner:runner
2025-08-18T22:06:08.8084149Z [00:03:23.696]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/supports-hyperlinks-7a392e4a024bd5f5/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:06:08.8085214Z [00:03:23.696]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/supports-hyperlinks-7a392e4a024bd5f5/lib-supports_hyperlinks' from root:root to runner:runner
2025-08-18T22:06:08.8086283Z [00:03:23.696]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/supports-hyperlinks-7a392e4a024bd5f5/dep-lib-supports_hyperlinks' from root:root to runner:runner
2025-08-18T22:06:08.8087225Z [00:03:23.696]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/supports-hyperlinks-7a392e4a024bd5f5' from root:root to runner:runner
2025-08-18T22:06:08.8088248Z [00:03:23.696]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/log-dba0b81633251c61/lib-log' from root:root to runner:runner
2025-08-18T22:06:08.8089189Z [00:03:23.696]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/log-dba0b81633251c61/dep-lib-log' from root:root to runner:runner
2025-08-18T22:06:08.8090131Z [00:03:23.697]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/log-dba0b81633251c61/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:06:08.8091045Z [00:03:23.697]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/log-dba0b81633251c61/lib-log.json' from root:root to runner:runner
2025-08-18T22:06:08.8092142Z [00:03:23.697]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/log-dba0b81633251c61' from root:root to runner:runner
2025-08-18T22:06:08.8093136Z [00:03:23.697]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/nu-ansi-term-9035c773913e8a79/dep-lib-nu_ansi_term' from root:root to runner:runner
2025-08-18T22:06:08.8094104Z [00:03:23.697]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/nu-ansi-term-9035c773913e8a79/lib-nu_ansi_term' from root:root to runner:runner
2025-08-18T22:06:08.8095088Z [00:03:23.697]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/nu-ansi-term-9035c773913e8a79/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:06:08.8096209Z [00:03:23.697]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/nu-ansi-term-9035c773913e8a79/lib-nu_ansi_term.json' from root:root to runner:runner
2025-08-18T22:06:08.8097108Z [00:03:23.697]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/nu-ansi-term-9035c773913e8a79' from root:root to runner:runner
2025-08-18T22:06:08.8098063Z [00:03:23.697]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/itoa-b2a72e844afe803f/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:06:08.8098986Z [00:03:23.697]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/itoa-b2a72e844afe803f/dep-lib-itoa' from root:root to runner:runner
2025-08-18T22:06:08.8099909Z [00:03:23.697]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/itoa-b2a72e844afe803f/lib-itoa.json' from root:root to runner:runner
2025-08-18T22:06:08.8100808Z [00:03:23.697]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/itoa-b2a72e844afe803f/lib-itoa' from root:root to runner:runner
2025-08-18T22:06:08.8101999Z [00:03:23.697]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/itoa-b2a72e844afe803f' from root:root to runner:runner
2025-08-18T22:06:08.8103001Z [00:03:23.697]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/indexmap-83895ec535695fc8/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:06:08.8103967Z [00:03:23.697]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/indexmap-83895ec535695fc8/lib-indexmap.json' from root:root to runner:runner
2025-08-18T22:06:08.8104928Z [00:03:23.697]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/indexmap-83895ec535695fc8/dep-lib-indexmap' from root:root to runner:runner
2025-08-18T22:06:08.8105869Z [00:03:23.697]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/indexmap-83895ec535695fc8/lib-indexmap' from root:root to runner:runner
2025-08-18T22:06:08.8106760Z [00:03:23.697]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/indexmap-83895ec535695fc8' from root:root to runner:runner
2025-08-18T22:06:08.8107715Z [00:03:23.697]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/miette-1f6bcf2c6f8ec8e7/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:06:08.8108665Z [00:03:23.697]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/miette-1f6bcf2c6f8ec8e7/lib-miette.json' from root:root to runner:runner
2025-08-18T22:06:08.8109705Z [00:03:23.697]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/miette-1f6bcf2c6f8ec8e7/lib-miette' from root:root to runner:runner
2025-08-18T22:06:08.8110790Z [00:03:23.697]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/miette-1f6bcf2c6f8ec8e7/dep-lib-miette' from root:root to runner:runner
2025-08-18T22:06:08.8112318Z [00:03:23.697]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/miette-1f6bcf2c6f8ec8e7' from root:root to runner:runner
2025-08-18T22:06:08.8114184Z [00:03:23.697]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/slab-e1aec67ca6d91568/lib-slab.json' from root:root to runner:runner
2025-08-18T22:06:08.8116051Z [00:03:23.697]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/slab-e1aec67ca6d91568/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:06:08.8117844Z [00:03:23.697]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/slab-e1aec67ca6d91568/dep-lib-slab' from root:root to runner:runner
2025-08-18T22:06:08.8119767Z [00:03:23.697]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/slab-e1aec67ca6d91568/lib-slab' from root:root to runner:runner
2025-08-18T22:06:08.8121541Z [00:03:23.697]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/slab-e1aec67ca6d91568' from root:root to runner:runner
2025-08-18T22:06:08.8122875Z [00:03:23.697]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-automata-f222507f3749a68d/dep-lib-regex_automata' from root:root to runner:runner
2025-08-18T22:06:08.8123911Z [00:03:23.697]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-automata-f222507f3749a68d/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:06:08.8124947Z [00:03:23.697]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-automata-f222507f3749a68d/lib-regex_automata.json' from root:root to runner:runner
2025-08-18T22:06:08.8125965Z [00:03:23.697]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-automata-f222507f3749a68d/lib-regex_automata' from root:root to runner:runner
2025-08-18T22:06:08.8126898Z [00:03:23.698]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-automata-f222507f3749a68d' from root:root to runner:runner
2025-08-18T22:06:08.8127876Z [00:03:23.698]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rayon-core-317bdce11de5a645/lib-rayon_core.json' from root:root to runner:runner
2025-08-18T22:06:08.8129058Z [00:03:23.698]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rayon-core-317bdce11de5a645/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:06:08.8130038Z [00:03:23.698]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rayon-core-317bdce11de5a645/dep-lib-rayon_core' from root:root to runner:runner
2025-08-18T22:06:08.8130986Z [00:03:23.698]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rayon-core-317bdce11de5a645/lib-rayon_core' from root:root to runner:runner
2025-08-18T22:06:08.8132155Z [00:03:23.698]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rayon-core-317bdce11de5a645' from root:root to runner:runner
2025-08-18T22:06:08.8133129Z [00:03:23.698]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/object-ca2aee07ac6dcd60/dep-lib-object' from root:root to runner:runner
2025-08-18T22:06:08.8134151Z [00:03:23.698]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/object-ca2aee07ac6dcd60/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:06:08.8135291Z [00:03:23.698]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/object-ca2aee07ac6dcd60/lib-object.json' from root:root to runner:runner
2025-08-18T22:06:08.8136243Z [00:03:23.698]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/object-ca2aee07ac6dcd60/lib-object' from root:root to runner:runner
2025-08-18T22:06:08.8137124Z [00:03:23.698]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/object-ca2aee07ac6dcd60' from root:root to runner:runner
2025-08-18T22:06:08.8138105Z [00:03:23.698]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/parking_lot-cf527eff4a9e9c43/dep-lib-parking_lot' from root:root to runner:runner
2025-08-18T22:06:08.8139087Z [00:03:23.698]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/parking_lot-cf527eff4a9e9c43/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:06:08.8140052Z [00:03:23.698]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/parking_lot-cf527eff4a9e9c43/lib-parking_lot' from root:root to runner:runner
2025-08-18T22:06:08.8141038Z [00:03:23.698]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/parking_lot-cf527eff4a9e9c43/lib-parking_lot.json' from root:root to runner:runner
2025-08-18T22:06:08.8142118Z [00:03:23.698]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/parking_lot-cf527eff4a9e9c43' from root:root to runner:runner
2025-08-18T22:06:08.8143226Z [00:03:23.698]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/once_cell-060cccef245b8c37/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:06:08.8144186Z [00:03:23.698]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/once_cell-060cccef245b8c37/dep-lib-once_cell' from root:root to runner:runner
2025-08-18T22:06:08.8145124Z [00:03:23.698]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/once_cell-060cccef245b8c37/lib-once_cell' from root:root to runner:runner
2025-08-18T22:06:08.8146093Z [00:03:23.698]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/once_cell-060cccef245b8c37/lib-once_cell.json' from root:root to runner:runner
2025-08-18T22:06:08.8146990Z [00:03:23.698]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/once_cell-060cccef245b8c37' from root:root to runner:runner
2025-08-18T22:06:08.8147975Z [00:03:23.698]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/linux-raw-sys-c647c5d8acd152ae/lib-linux_raw_sys' from root:root to runner:runner
2025-08-18T22:06:08.8149081Z [00:03:23.698]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/linux-raw-sys-c647c5d8acd152ae/lib-linux_raw_sys.json' from root:root to runner:runner
2025-08-18T22:06:08.8150076Z [00:03:23.698]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/linux-raw-sys-c647c5d8acd152ae/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:06:08.8151070Z [00:03:23.698]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/linux-raw-sys-c647c5d8acd152ae/dep-lib-linux_raw_sys' from root:root to runner:runner
2025-08-18T22:06:08.8152262Z [00:03:23.698]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/linux-raw-sys-c647c5d8acd152ae' from root:root to runner:runner
2025-08-18T22:06:08.8153278Z [00:03:23.698]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde_spanned-c8655861c17aadb5/lib-serde_spanned.json' from root:root to runner:runner
2025-08-18T22:06:08.8154267Z [00:03:23.698]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde_spanned-c8655861c17aadb5/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:06:08.8155255Z [00:03:23.698]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde_spanned-c8655861c17aadb5/dep-lib-serde_spanned' from root:root to runner:runner
2025-08-18T22:06:08.8156243Z [00:03:23.698]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde_spanned-c8655861c17aadb5/lib-serde_spanned' from root:root to runner:runner
2025-08-18T22:06:08.8157326Z [00:03:23.698]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde_spanned-c8655861c17aadb5' from root:root to runner:runner
2025-08-18T22:06:08.8158308Z [00:03:23.698]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/option-ext-dd7fd95bf387f8ef/lib-option_ext.json' from root:root to runner:runner
2025-08-18T22:06:08.8159291Z [00:03:23.698]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/option-ext-dd7fd95bf387f8ef/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:06:08.8160248Z [00:03:23.699]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/option-ext-dd7fd95bf387f8ef/lib-option_ext' from root:root to runner:runner
2025-08-18T22:06:08.8161220Z [00:03:23.699]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/option-ext-dd7fd95bf387f8ef/dep-lib-option_ext' from root:root to runner:runner
2025-08-18T22:06:08.8162613Z [00:03:23.699]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/option-ext-dd7fd95bf387f8ef' from root:root to runner:runner
2025-08-18T22:06:08.8163716Z [00:03:23.699]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/dirs-sys-e8970ab1144ac618/dep-lib-dirs_sys' from root:root to runner:runner
2025-08-18T22:06:08.8164697Z [00:03:23.699]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/dirs-sys-e8970ab1144ac618/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:06:08.8165653Z [00:03:23.699]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/dirs-sys-e8970ab1144ac618/lib-dirs_sys.json' from root:root to runner:runner
2025-08-18T22:06:08.8166596Z [00:03:23.699]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/dirs-sys-e8970ab1144ac618/lib-dirs_sys' from root:root to runner:runner
2025-08-18T22:06:08.8167480Z [00:03:23.699]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/dirs-sys-e8970ab1144ac618' from root:root to runner:runner
2025-08-18T22:06:08.8168520Z [00:03:23.699]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/is_terminal_polyfill-f03c0c3b7c68aa9a/lib-is_terminal_polyfill' from root:root to runner:runner
2025-08-18T22:06:08.8169529Z [00:03:23.699]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/is_terminal_polyfill-f03c0c3b7c68aa9a/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:06:08.8170572Z [00:03:23.699]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/is_terminal_polyfill-f03c0c3b7c68aa9a/dep-lib-is_terminal_polyfill' from root:root to runner:runner
2025-08-18T22:06:08.8172005Z [00:03:23.699]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/is_terminal_polyfill-f03c0c3b7c68aa9a/lib-is_terminal_polyfill.json' from root:root to runner:runner
2025-08-18T22:06:08.8172947Z [00:03:23.699]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/is_terminal_polyfill-f03c0c3b7c68aa9a' from root:root to runner:runner
2025-08-18T22:06:08.8173986Z [00:03:23.699]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pin-project-lite-2a91682787be765b/lib-pin_project_lite.json' from root:root to runner:runner
2025-08-18T22:06:08.8175018Z [00:03:23.699]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pin-project-lite-2a91682787be765b/dep-lib-pin_project_lite' from root:root to runner:runner
2025-08-18T22:06:08.8176013Z [00:03:23.699]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pin-project-lite-2a91682787be765b/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:06:08.8177148Z [00:03:23.699]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pin-project-lite-2a91682787be765b/lib-pin_project_lite' from root:root to runner:runner
2025-08-18T22:06:08.8178078Z [00:03:23.699]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pin-project-lite-2a91682787be765b' from root:root to runner:runner
2025-08-18T22:06:08.8179055Z [00:03:23.699]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/addr2line-f22e1d10b143ba90/dep-lib-addr2line' from root:root to runner:runner
2025-08-18T22:06:08.8180022Z [00:03:23.699]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/addr2line-f22e1d10b143ba90/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:06:08.8180978Z [00:03:23.699]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/addr2line-f22e1d10b143ba90/lib-addr2line' from root:root to runner:runner
2025-08-18T22:06:08.8182134Z [00:03:23.699]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/addr2line-f22e1d10b143ba90/lib-addr2line.json' from root:root to runner:runner
2025-08-18T22:06:08.8183030Z [00:03:23.699]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/addr2line-f22e1d10b143ba90' from root:root to runner:runner
2025-08-18T22:06:08.8184105Z [00:03:23.699]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustix-8374a27e0d101d51/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-18T22:06:08.8185489Z [00:03:23.699]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustix-8374a27e0d101d51/run-build-script-build-script-build' from root:root to runner:runner
2025-08-18T22:06:08.8186705Z [00:03:23.699]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustix-8374a27e0d101d51' from root:root to runner:runner
2025-08-18T22:06:08.8188718Z [00:03:23.699]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/supports-unicode-2e7c2618ee2da0b8/dep-lib-supports_unicode' from root:root to runner:runner
2025-08-18T22:06:08.8190697Z [00:03:23.699]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/supports-unicode-2e7c2618ee2da0b8/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:06:08.8192877Z [00:03:23.699]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/supports-unicode-2e7c2618ee2da0b8/lib-supports_unicode' from root:root to runner:runner
2025-08-18T22:06:08.8194846Z [00:03:23.699]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/supports-unicode-2e7c2618ee2da0b8/lib-supports_unicode.json' from root:root to runner:runner
2025-08-18T22:06:08.8196613Z [00:03:23.699]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/supports-unicode-2e7c2618ee2da0b8' from root:root to runner:runner
2025-08-18T22:06:08.8197650Z [00:03:23.699]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-query-51ee185e4c4ff5f7/lib-anstyle_query' from root:root to runner:runner
2025-08-18T22:06:08.8198635Z [00:03:23.700]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-query-51ee185e4c4ff5f7/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:06:08.8199634Z [00:03:23.700]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-query-51ee185e4c4ff5f7/lib-anstyle_query.json' from root:root to runner:runner
2025-08-18T22:06:08.8200637Z [00:03:23.700]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-query-51ee185e4c4ff5f7/dep-lib-anstyle_query' from root:root to runner:runner
2025-08-18T22:06:08.8201756Z [00:03:23.700]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-query-51ee185e4c4ff5f7' from root:root to runner:runner
2025-08-18T22:06:08.8202758Z [00:03:23.700]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustc-demangle-56002613ad8f8a7f/lib-rustc_demangle' from root:root to runner:runner
2025-08-18T22:06:08.8203750Z [00:03:23.700]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustc-demangle-56002613ad8f8a7f/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:06:08.8204889Z [00:03:23.700]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustc-demangle-56002613ad8f8a7f/dep-lib-rustc_demangle' from root:root to runner:runner
2025-08-18T22:06:08.8205889Z [00:03:23.700]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustc-demangle-56002613ad8f8a7f/lib-rustc_demangle.json' from root:root to runner:runner
2025-08-18T22:06:08.8206807Z [00:03:23.700]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustc-demangle-56002613ad8f8a7f' from root:root to runner:runner
2025-08-18T22:06:08.8207783Z [00:03:23.700]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bitflags-e4638d9ba5deda4a/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:06:08.8208745Z [00:03:23.700]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bitflags-e4638d9ba5deda4a/lib-bitflags.json' from root:root to runner:runner
2025-08-18T22:06:08.8209688Z [00:03:23.700]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bitflags-e4638d9ba5deda4a/lib-bitflags' from root:root to runner:runner
2025-08-18T22:06:08.8210759Z [00:03:23.700]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bitflags-e4638d9ba5deda4a/dep-lib-bitflags' from root:root to runner:runner
2025-08-18T22:06:08.8211857Z [00:03:23.700]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bitflags-e4638d9ba5deda4a' from root:root to runner:runner
2025-08-18T22:06:08.8212860Z [00:03:23.700]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/aho-corasick-e6a0a7a0e260dee1/lib-aho_corasick.json' from root:root to runner:runner
2025-08-18T22:06:08.8213845Z [00:03:23.700]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/aho-corasick-e6a0a7a0e260dee1/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:06:08.8214819Z [00:03:23.700]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/aho-corasick-e6a0a7a0e260dee1/lib-aho_corasick' from root:root to runner:runner
2025-08-18T22:06:08.8215797Z [00:03:23.700]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/aho-corasick-e6a0a7a0e260dee1/dep-lib-aho_corasick' from root:root to runner:runner
2025-08-18T22:06:08.8216695Z [00:03:23.700]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/aho-corasick-e6a0a7a0e260dee1' from root:root to runner:runner
2025-08-18T22:06:08.8217621Z [00:03:23.700]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap-d64467ba2ce40c03/dep-lib-clap' from root:root to runner:runner
2025-08-18T22:06:08.8218694Z [00:03:23.700]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap-d64467ba2ce40c03/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:06:08.8219615Z [00:03:23.700]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap-d64467ba2ce40c03/lib-clap.json' from root:root to runner:runner
2025-08-18T22:06:08.8220517Z [00:03:23.700]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap-d64467ba2ce40c03/lib-clap' from root:root to runner:runner
2025-08-18T22:06:08.8221587Z [00:03:23.700]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap-d64467ba2ce40c03' from root:root to runner:runner
2025-08-18T22:06:08.8222616Z [00:03:23.700]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/signal-hook-registry-fefeaecc69f23968/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:06:08.8223688Z [00:03:23.700]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/signal-hook-registry-fefeaecc69f23968/lib-signal_hook_registry.json' from root:root to runner:runner
2025-08-18T22:06:08.8224871Z [00:03:23.700]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/signal-hook-registry-fefeaecc69f23968/dep-lib-signal_hook_registry' from root:root to runner:runner
2025-08-18T22:06:08.8225922Z [00:03:23.700]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/signal-hook-registry-fefeaecc69f23968/lib-signal_hook_registry' from root:root to runner:runner
2025-08-18T22:06:08.8226871Z [00:03:23.700]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/signal-hook-registry-fefeaecc69f23968' from root:root to runner:runner
2025-08-18T22:06:08.8227836Z [00:03:23.700]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tempfile-a769e268b0aea6e3/dep-lib-tempfile' from root:root to runner:runner
2025-08-18T22:06:08.8228800Z [00:03:23.700]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tempfile-a769e268b0aea6e3/lib-tempfile.json' from root:root to runner:runner
2025-08-18T22:06:08.8229756Z [00:03:23.700]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tempfile-a769e268b0aea6e3/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:06:08.8230694Z [00:03:23.700]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tempfile-a769e268b0aea6e3/lib-tempfile' from root:root to runner:runner
2025-08-18T22:06:08.8231764Z [00:03:23.701]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tempfile-a769e268b0aea6e3' from root:root to runner:runner
2025-08-18T22:06:08.8232821Z [00:03:23.701]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/dirs-d3d8b7ec183f449d/dep-lib-dirs' from root:root to runner:runner
2025-08-18T22:06:08.8233761Z [00:03:23.701]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/dirs-d3d8b7ec183f449d/lib-dirs' from root:root to runner:runner
2025-08-18T22:06:08.8234709Z [00:03:23.701]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/dirs-d3d8b7ec183f449d/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:06:08.8235637Z [00:03:23.701]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/dirs-d3d8b7ec183f449d/lib-dirs.json' from root:root to runner:runner
2025-08-18T22:06:08.8236502Z [00:03:23.701]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/dirs-d3d8b7ec183f449d' from root:root to runner:runner
2025-08-18T22:06:08.8237596Z [00:03:23.701]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/parking_lot_core-3c7abd0f10920420/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-18T22:06:08.8238793Z [00:03:23.701]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/parking_lot_core-3c7abd0f10920420/run-build-script-build-script-build' from root:root to runner:runner
2025-08-18T22:06:08.8239712Z [00:03:23.701]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/parking_lot_core-3c7abd0f10920420' from root:root to runner:runner
2025-08-18T22:06:08.8240685Z [00:03:23.701]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thiserror-e8be2e23a342b85c/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:06:08.8241869Z [00:03:23.701]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thiserror-e8be2e23a342b85c/lib-thiserror.json' from root:root to runner:runner
2025-08-18T22:06:08.8242855Z [00:03:23.701]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thiserror-e8be2e23a342b85c/lib-thiserror' from root:root to runner:runner
2025-08-18T22:06:08.8243815Z [00:03:23.701]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thiserror-e8be2e23a342b85c/dep-lib-thiserror' from root:root to runner:runner
2025-08-18T22:06:08.8244706Z [00:03:23.701]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thiserror-e8be2e23a342b85c' from root:root to runner:runner
2025-08-18T22:06:08.8245782Z [00:03:23.701]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde_json-f7b93d380dfc985a/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-18T22:06:08.8246968Z [00:03:23.701]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde_json-f7b93d380dfc985a/run-build-script-build-script-build' from root:root to runner:runner
2025-08-18T22:06:08.8247856Z [00:03:23.701]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde_json-f7b93d380dfc985a' from root:root to runner:runner
2025-08-18T22:06:08.8248641Z [00:03:23.701]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint' from root:root to runner:runner
2025-08-18T22:06:08.8249436Z [00:03:23.701]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/libtailspin.d' from root:root to runner:runner
2025-08-18T22:06:08.8250160Z [00:03:23.701]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release' from root:root to runner:runner
2025-08-18T22:06:08.8250909Z [00:03:23.701]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/CACHEDIR.TAG' from root:root to runner:runner
2025-08-18T22:06:08.8252145Z [00:03:23.701]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl' from root:root to runner:runner
2025-08-18T22:06:08.8252869Z [00:03:23.701]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/CACHEDIR.TAG' from root:root to runner:runner
2025-08-18T22:06:08.8253473Z [00:03:23.701]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target' from root:root to runner:runner
2025-08-18T22:06:08.8254174Z [00:03:23.701]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/assets/examples/keywords.png' from root:root to runner:runner
2025-08-18T22:06:08.8254847Z [00:03:23.701]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/assets/examples/urls.png' from root:root to runner:runner
2025-08-18T22:06:08.8255543Z [00:03:23.701]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/assets/examples/processes.png' from root:root to runner:runner
2025-08-18T22:06:08.8256348Z [00:03:23.701]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/assets/examples/pointers.png' from root:root to runner:runner
2025-08-18T22:06:08.8257017Z [00:03:23.701]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/assets/examples/dates.png' from root:root to runner:runner
2025-08-18T22:06:08.8257690Z [00:03:23.701]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/assets/examples/paths.png' from root:root to runner:runner
2025-08-18T22:06:08.8258346Z [00:03:23.701]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/assets/examples/ip.png' from root:root to runner:runner
2025-08-18T22:06:08.8259415Z [00:03:23.701]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/assets/examples/numbers.png' from root:root to runner:runner
2025-08-18T22:06:08.8260205Z [00:03:23.701]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/assets/examples/quotes.png' from root:root to runner:runner
2025-08-18T22:06:08.8261634Z [00:03:23.701]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/assets/examples/otf.png' from root:root to runner:runner
2025-08-18T22:06:08.8262966Z [00:03:23.701]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/assets/examples/http.png' from root:root to runner:runner
2025-08-18T22:06:08.8264432Z [00:03:23.701]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/assets/examples/kv.png' from root:root to runner:runner
2025-08-18T22:06:08.8265767Z [00:03:23.701]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/assets/examples/uuids.png' from root:root to runner:runner
2025-08-18T22:06:08.8266987Z [00:03:23.701]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/assets/examples' from root:root to runner:runner
2025-08-18T22:06:08.8268248Z [00:03:23.701]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/assets/tailspin.png' from root:root to runner:runner
2025-08-18T22:06:08.8269379Z [00:03:23.702]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/assets/main.png' from root:root to runner:runner
2025-08-18T22:06:08.8270493Z [00:03:23.702]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/assets' from root:root to runner:runner
2025-08-18T22:06:08.8271136Z [00:03:23.702]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO' from root:root to runner:runner
2025-08-18T22:06:08.8271885Z [00:03:23.702]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5' from root:root to runner:runner
2025-08-18T22:06:08.8272391Z [00:03:23.702]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp' from runner:docker to runner:runner
2025-08-18T22:06:08.8272879Z [00:03:23.702]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tspin' from runner:docker to runner:runner
2025-08-18T22:06:08.8273386Z [00:03:23.702]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE' from runner:docker to runner:runner
2025-08-18T22:06:08.8274055Z [00:03:23.702]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tailspin' from runner:docker to runner:runner
2025-08-18T22:06:08.8274580Z [00:03:23.702]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/MANIFEST.json' from runner:docker to runner:runner
2025-08-18T22:06:08.8275044Z [00:03:23.702]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP' from runner:docker to runner:runner
2025-08-18T22:06:08.8275497Z [00:03:23.702]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD' from runner:docker to runner:runner
2025-08-18T22:06:08.8275939Z [00:03:23.702]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/tspin' from runner:docker to runner:runner
2025-08-18T22:06:08.8276439Z [00:03:23.702]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/tailspin.version' from runner:docker to runner:runner
2025-08-18T22:06:08.8276895Z [00:03:23.702]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/LICENSE' from runner:docker to runner:runner
2025-08-18T22:06:08.8277351Z [00:03:23.702]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/tailspin' from runner:docker to runner:runner
2025-08-18T22:06:08.8277869Z [00:03:23.702]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/tailspin.static.version' from runner:docker to runner:runner
2025-08-18T22:06:08.8278291Z [00:03:23.702]➜  changed ownership of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR' from runner:docker to runner:runner
2025-08-18T22:06:08.8278913Z [00:03:23.712]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:08.8279641Z [00:03:23.719]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/.gitignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:08.8280275Z [00:03:23.726]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/rustfmt.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:08.8280877Z [00:03:23.734]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/flake.nix' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:08.8281722Z [00:03:23.741]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:08.8282408Z [00:03:23.748]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/example-logs/example1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:08.8283078Z [00:03:23.756]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/example-logs/example2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:08.8283732Z [00:03:23.763]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/example-logs/example3' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:08.8284394Z [00:03:23.771]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/example-logs/example4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:08.8285051Z [00:03:23.778]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/example-logs/example5' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:08.8285671Z [00:03:23.786]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/man/tspin.1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:08.8286406Z [00:03:23.793]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/LICENCE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:08.8287070Z [00:03:23.800]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/completions/tspin.bash' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:08.8287732Z [00:03:23.808]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/completions/tspin.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:08.8288386Z [00:03:23.815]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/completions/tspin.zsh' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:08.8289044Z [00:03:23.822]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/tests/files/empty.log' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:08.8289674Z [00:03:23.830]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/tests/utils.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:08.8290352Z [00:03:23.837]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/tests/integration_tests.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:08.8290965Z [00:03:23.845]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/src/main.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:08.8291991Z [00:03:23.852]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/src/initial_read.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:08.8292664Z [00:03:23.860]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/src/core/style.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:08.8293376Z [00:03:23.867]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/src/core/highlighters/number.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:08.8294091Z [00:03:23.874]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/src/core/highlighters/key_value.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:08.8294781Z [00:03:23.881]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/src/core/highlighters/url.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:08.8295512Z [00:03:23.888]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/src/core/highlighters/date_dash.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:08.8296230Z [00:03:23.896]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/src/core/highlighters/unix_path.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:08.8296939Z [00:03:23.903]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/src/core/highlighters/uuid.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:08.8335618Z [00:03:23.911]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/src/core/highlighters/ip_v4.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:08.8405435Z [00:03:23.918]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/src/core/highlighters/keyword.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:08.8475113Z [00:03:23.925]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/src/core/highlighters/quote.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:08.8546492Z [00:03:23.932]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/src/core/highlighters/unix_process.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:08.8616928Z [00:03:23.939]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/src/core/highlighters/regex.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:08.8686337Z [00:03:23.946]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/src/core/highlighters/date_time.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:08.8754607Z [00:03:23.953]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/src/core/highlighters/json.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:08.8823154Z [00:03:23.959]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/src/core/highlighters/ip_v6.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:08.8892582Z [00:03:23.966]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/src/core/highlighters/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:08.8962979Z [00:03:23.973]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/src/core/highlighters/pointer.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:08.9033616Z [00:03:23.980]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/src/core/config.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:08.9104705Z [00:03:23.988]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/src/core/tests/escape_code_converter.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:08.9174958Z [00:03:23.995]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/src/core/utils/split_and_apply.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:08.9243660Z [00:03:24.001]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/src/core/utils/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:08.9314954Z [00:03:24.009]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/src/core/utils/normalizer.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:08.9385103Z [00:03:24.016]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/src/core/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:08.9454686Z [00:03:24.023]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/src/core/highlighter.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:08.9525546Z [00:03:24.030]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/src/highlighter_builder/builtins.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:08.9595515Z [00:03:24.037]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/src/highlighter_builder/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:08.9668715Z [00:03:24.044]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/src/highlighter_builder/groups.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:08.9739744Z [00:03:24.051]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/src/config/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:08.9810555Z [00:03:24.058]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/src/io/presenter/pager.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:08.9880190Z [00:03:24.065]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/src/io/presenter/stdout.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:08.9949113Z [00:03:24.072]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/src/io/presenter/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:09.0019570Z [00:03:24.079]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/src/io/reader/linemux.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:09.0089393Z [00:03:24.086]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/src/io/reader/stdin.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:09.0158310Z [00:03:24.093]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/src/io/reader/file_line_counter.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:09.0228226Z [00:03:24.100]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/src/io/reader/buffer_line_counter.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:09.0298686Z [00:03:24.107]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/src/io/reader/command.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:09.0368256Z [00:03:24.114]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/src/io/reader/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:09.0437216Z [00:03:24.121]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/src/io/writer/temp_file.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:09.0506534Z [00:03:24.128]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/src/io/writer/stdout.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:09.0577038Z [00:03:24.135]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/src/io/writer/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:09.0646704Z [00:03:24.142]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/src/io/controller/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:09.0715782Z [00:03:24.149]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/src/io/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:09.0787107Z [00:03:24.156]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/src/cli/styles.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:09.0856946Z [00:03:24.163]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/src/cli/completions.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:09.0925057Z [00:03:24.170]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/src/cli/keywords.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:09.0993379Z [00:03:24.176]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/src/cli/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:09.1064431Z [00:03:24.183]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/src/theme/reader.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:09.1133671Z [00:03:24.190]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/src/theme/mappers.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:09.1204666Z [00:03:24.198]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/src/theme/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:09.1274702Z [00:03:24.205]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/src/lib.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:09.1344507Z [00:03:24.212]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/Cargo.lock' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:09.1414272Z [00:03:24.219]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/flake.lock' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:09.1484630Z [00:03:24.226]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/.envrc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:09.1554701Z [00:03:24.233]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/.gitattributes' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:09.1624821Z [00:03:24.240]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/.github/dependabot.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:09.1695699Z [00:03:24.247]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/.github/workflows/BuildAndTest.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:09.1768020Z [00:03:24.254]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/.github/workflows/ReleaseStaticBinaries.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:09.1838908Z [00:03:24.261]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/.github/workflows/Publish.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:09.1909305Z [00:03:24.268]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/CHANGELOG.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:09.1979923Z [00:03:24.275]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/config.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:09.2050835Z [00:03:24.282]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/.git/hooks/push-to-checkout.sample' retained as 0755 (rwxr-xr-x)
2025-08-18T22:06:09.2121555Z [00:03:24.289]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/.git/hooks/post-update.sample' retained as 0755 (rwxr-xr-x)
2025-08-18T22:06:09.2191196Z [00:03:24.296]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/.git/hooks/prepare-commit-msg.sample' retained as 0755 (rwxr-xr-x)
2025-08-18T22:06:09.2260739Z [00:03:24.303]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/.git/hooks/update.sample' retained as 0755 (rwxr-xr-x)
2025-08-18T22:06:09.2330319Z [00:03:24.310]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/.git/hooks/pre-receive.sample' retained as 0755 (rwxr-xr-x)
2025-08-18T22:06:09.2401267Z [00:03:24.317]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/.git/hooks/sendemail-validate.sample' retained as 0755 (rwxr-xr-x)
2025-08-18T22:06:09.2472323Z [00:03:24.324]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/.git/hooks/pre-commit.sample' retained as 0755 (rwxr-xr-x)
2025-08-18T22:06:09.2541710Z [00:03:24.331]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/.git/hooks/commit-msg.sample' retained as 0755 (rwxr-xr-x)
2025-08-18T22:06:09.2611341Z [00:03:24.338]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/.git/hooks/pre-applypatch.sample' retained as 0755 (rwxr-xr-x)
2025-08-18T22:06:09.2681988Z [00:03:24.345]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/.git/hooks/pre-rebase.sample' retained as 0755 (rwxr-xr-x)
2025-08-18T22:06:09.2752002Z [00:03:24.352]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/.git/hooks/pre-push.sample' retained as 0755 (rwxr-xr-x)
2025-08-18T22:06:09.2821987Z [00:03:24.359]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/.git/hooks/applypatch-msg.sample' retained as 0755 (rwxr-xr-x)
2025-08-18T22:06:09.2890886Z [00:03:24.366]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/.git/hooks/pre-merge-commit.sample' retained as 0755 (rwxr-xr-x)
2025-08-18T22:06:09.2960991Z [00:03:24.373]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/.git/hooks/fsmonitor-watchman.sample' retained as 0755 (rwxr-xr-x)
2025-08-18T22:06:09.3032284Z [00:03:24.380]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/.git/logs/refs/heads/main' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:09.3102012Z [00:03:24.387]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/.git/logs/refs/remotes/origin/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:09.3173405Z [00:03:24.394]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/.git/logs/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:09.3243402Z [00:03:24.401]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/.git/refs/heads/main' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:09.3313310Z [00:03:24.408]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/.git/refs/remotes/origin/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:09.3382629Z [00:03:24.415]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/.git/config' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:09.3452795Z [00:03:24.422]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/.git/packed-refs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:09.3523107Z [00:03:24.429]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/.git/description' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:09.3593172Z [00:03:24.436]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/.git/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:09.3664698Z [00:03:24.444]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/.git/objects/pack/pack-0cdd02ae89fefd1457355f258c9faa4b368910e3.rev' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:09.3735540Z [00:03:24.451]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/.git/objects/pack/pack-66fc6c26b2d5b59bac5c192feb776c22d13f5f7c.idx' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:09.3806503Z [00:03:24.458]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/.git/objects/pack/pack-66fc6c26b2d5b59bac5c192feb776c22d13f5f7c.pack' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:09.3876428Z [00:03:24.465]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/.git/objects/pack/pack-66fc6c26b2d5b59bac5c192feb776c22d13f5f7c.promisor' changed from 0600 (rw-------) to 0755 (rwxr-xr-x)
2025-08-18T22:06:09.3947101Z [00:03:24.472]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/.git/objects/pack/pack-0cdd02ae89fefd1457355f258c9faa4b368910e3.pack' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:09.4017858Z [00:03:24.479]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/.git/objects/pack/pack-0cdd02ae89fefd1457355f258c9faa4b368910e3.idx' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:09.4088275Z [00:03:24.486]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/.git/objects/pack/pack-0cdd02ae89fefd1457355f258c9faa4b368910e3.promisor' changed from 0600 (rw-------) to 0755 (rwxr-xr-x)
2025-08-18T22:06:09.4158342Z [00:03:24.493]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/.git/objects/pack/pack-66fc6c26b2d5b59bac5c192feb776c22d13f5f7c.rev' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:09.4228451Z [00:03:24.500]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/.git/info/exclude' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:09.4298550Z [00:03:24.507]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/.git/index' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:09.4367346Z [00:03:24.514]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/util/generate_all.sh' retained as 0755 (rwxr-xr-x)
2025-08-18T22:06:09.4436542Z [00:03:24.521]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/util/tspin.adoc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:09.4504488Z [00:03:24.528]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/util/generate_shell_completions.sh' retained as 0755 (rwxr-xr-x)
2025-08-18T22:06:09.4574654Z [00:03:24.535]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/util/generate_man_pages.sh' retained as 0755 (rwxr-xr-x)
2025-08-18T22:06:09.4647215Z [00:03:24.542]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/.rustc_info.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:09.4731149Z [00:03:24.550]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/.cargo-lock' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:09.4803435Z [00:03:24.557]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/build/slab-3a3e5a471b6afd0f/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-18T22:06:09.4874198Z [00:03:24.564]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/build/slab-3a3e5a471b6afd0f/build_script_build-3a3e5a471b6afd0f' retained as 0755 (rwxr-xr-x)
2025-08-18T22:06:09.4943642Z [00:03:24.571]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/build/slab-3a3e5a471b6afd0f/build_script_build-3a3e5a471b6afd0f.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:09.5016238Z [00:03:24.579]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/build/rayon-core-3916f069ff2d7d7f/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-18T22:06:09.5086299Z [00:03:24.586]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/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-18T22:06:09.5157554Z [00:03:24.593]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/build/rayon-core-3916f069ff2d7d7f/build_script_build-3916f069ff2d7d7f' retained as 0755 (rwxr-xr-x)
2025-08-18T22:06:09.5228027Z [00:03:24.600]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/build/proc-macro2-2421a0f2da2ad232/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-18T22:06:09.5298461Z [00:03:24.607]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/build/proc-macro2-2421a0f2da2ad232/build_script_build-2421a0f2da2ad232' retained as 0755 (rwxr-xr-x)
2025-08-18T22:06:09.5369456Z [00:03:24.614]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/build/proc-macro2-2421a0f2da2ad232/build_script_build-2421a0f2da2ad232.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:09.5438906Z [00:03:24.621]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/build/libc-58bfd042d5b195b0/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-18T22:06:09.5509085Z [00:03:24.628]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/build/libc-58bfd042d5b195b0/build_script_build-58bfd042d5b195b0' retained as 0755 (rwxr-xr-x)
2025-08-18T22:06:09.5580439Z [00:03:24.635]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/build/libc-58bfd042d5b195b0/build_script_build-58bfd042d5b195b0.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:09.5649368Z [00:03:24.642]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/build/owo-colors-8de30a3de7a0e3ff/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-18T22:06:09.5721545Z [00:03:24.649]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/build/owo-colors-8de30a3de7a0e3ff/build_script_build-8de30a3de7a0e3ff.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:09.5792313Z [00:03:24.656]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/build/owo-colors-8de30a3de7a0e3ff/build_script_build-8de30a3de7a0e3ff' retained as 0755 (rwxr-xr-x)
2025-08-18T22:06:09.5862082Z [00:03:24.663]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/build/serde_json-8be794423b45a10f/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-18T22:06:09.5932525Z [00:03:24.670]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/build/serde_json-8be794423b45a10f/build_script_build-8be794423b45a10f' retained as 0755 (rwxr-xr-x)
2025-08-18T22:06:09.6003409Z [00:03:24.677]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/build/serde_json-8be794423b45a10f/build_script_build-8be794423b45a10f.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:09.6073694Z [00:03:24.684]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/build/lock_api-e4a57fa4143060cb/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-18T22:06:09.6144756Z [00:03:24.692]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/build/lock_api-e4a57fa4143060cb/build_script_build-e4a57fa4143060cb.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:09.6214668Z [00:03:24.698]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/build/lock_api-e4a57fa4143060cb/build_script_build-e4a57fa4143060cb' retained as 0755 (rwxr-xr-x)
2025-08-18T22:06:09.6285381Z [00:03:24.706]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/build/proc-macro2-3d099de3c8b342d2/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:09.6356542Z [00:03:24.713]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/build/proc-macro2-3d099de3c8b342d2/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:09.6426789Z [00:03:24.720]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/build/proc-macro2-3d099de3c8b342d2/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:09.6496465Z [00:03:24.727]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/build/proc-macro2-3d099de3c8b342d2/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:09.6567895Z [00:03:24.734]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/build/crossbeam-utils-9e4fce232d40b3fa/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-18T22:06:09.6638579Z [00:03:24.741]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/build/crossbeam-utils-9e4fce232d40b3fa/build_script_build-9e4fce232d40b3fa' retained as 0755 (rwxr-xr-x)
2025-08-18T22:06:09.6709530Z [00:03:24.748]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/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-18T22:06:09.6780708Z [00:03:24.755]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/build/object-b6fab1d66f076159/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-18T22:06:09.6852346Z [00:03:24.762]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/build/object-b6fab1d66f076159/build_script_build-b6fab1d66f076159.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:09.6923695Z [00:03:24.769]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/build/object-b6fab1d66f076159/build_script_build-b6fab1d66f076159' retained as 0755 (rwxr-xr-x)
2025-08-18T22:06:09.6994456Z [00:03:24.777]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/build/serde-1108bd03bb6c3137/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-18T22:06:09.7066040Z [00:03:24.784]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/build/serde-1108bd03bb6c3137/build_script_build-1108bd03bb6c3137.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:09.7136207Z [00:03:24.791]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/build/serde-1108bd03bb6c3137/build_script_build-1108bd03bb6c3137' retained as 0755 (rwxr-xr-x)
2025-08-18T22:06:09.7207402Z [00:03:24.798]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/build/getrandom-7c6e7f63e8ea70ba/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-18T22:06:09.7279241Z [00:03:24.805]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/build/getrandom-7c6e7f63e8ea70ba/build_script_build-7c6e7f63e8ea70ba.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:09.7350626Z [00:03:24.812]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/build/getrandom-7c6e7f63e8ea70ba/build_script_build-7c6e7f63e8ea70ba' retained as 0755 (rwxr-xr-x)
2025-08-18T22:06:09.7421663Z [00:03:24.819]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/build/nix-f1c2dafacb008b8f/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-18T22:06:09.7493218Z [00:03:24.826]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/build/nix-f1c2dafacb008b8f/build_script_build-f1c2dafacb008b8f' retained as 0755 (rwxr-xr-x)
2025-08-18T22:06:09.7565446Z [00:03:24.834]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/build/nix-f1c2dafacb008b8f/build_script_build-f1c2dafacb008b8f.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:09.7636024Z [00:03:24.841]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/build/thiserror-e3a46aaf38d18c96/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-18T22:06:09.7707012Z [00:03:24.848]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/build/thiserror-e3a46aaf38d18c96/build_script_build-e3a46aaf38d18c96' retained as 0755 (rwxr-xr-x)
2025-08-18T22:06:09.7778341Z [00:03:24.855]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/build/thiserror-e3a46aaf38d18c96/build_script_build-e3a46aaf38d18c96.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:09.7849558Z [00:03:24.862]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/build/parking_lot_core-80647824d1d46da3/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-18T22:06:09.7923639Z [00:03:24.869]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/build/parking_lot_core-80647824d1d46da3/build_script_build-80647824d1d46da3.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:09.7993869Z [00:03:24.876]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/build/parking_lot_core-80647824d1d46da3/build_script_build-80647824d1d46da3' retained as 0755 (rwxr-xr-x)
2025-08-18T22:06:09.8064974Z [00:03:24.884]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/build/rustix-e2e75656b6456d35/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-18T22:06:09.8134483Z [00:03:24.891]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/build/rustix-e2e75656b6456d35/build_script_build-e2e75656b6456d35' retained as 0755 (rwxr-xr-x)
2025-08-18T22:06:09.8206035Z [00:03:24.898]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/build/rustix-e2e75656b6456d35/build_script_build-e2e75656b6456d35.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:09.8277727Z [00:03:24.905]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/deps/libheck-cb7f72c37e5a2d54.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:09.8348010Z [00:03:24.912]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/deps/libsyn-1e7e8d6067929fca.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:09.8419721Z [00:03:24.919]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/deps/unicode_ident-8322841390b1e4cb.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:09.8490316Z [00:03:24.926]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/deps/quote-98dfd98fd01d9485.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:09.8563035Z [00:03:24.933]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/deps/serde_derive-4b9d307a5c7c3f13.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:09.8634088Z [00:03:24.940]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/deps/libproc_macro2-65ce8afc9976ae3d.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:09.8706006Z [00:03:24.948]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/deps/autocfg-48aa38da72696c47.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:09.8776994Z [00:03:24.955]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/deps/heck-cb7f72c37e5a2d54.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:09.8849328Z [00:03:24.962]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/deps/tokio_macros-54027ccf8ac43df8.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:09.8920793Z [00:03:24.969]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/deps/libcfg_aliases-4cc02de9c3a1b142.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:09.8991235Z [00:03:24.976]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/deps/proc_macro2-65ce8afc9976ae3d.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:09.9062516Z [00:03:24.983]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/deps/async_trait-118025f24bdf210c.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:09.9133085Z [00:03:24.990]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/deps/libunicode_ident-8322841390b1e4cb.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:09.9204595Z [00:03:24.998]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/deps/libclap_derive-6bb0454da1ff2b2e.so' retained as 0755 (rwxr-xr-x)
2025-08-18T22:06:09.9277097Z [00:03:25.005]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/deps/clap_derive-6bb0454da1ff2b2e.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:09.9347843Z [00:03:25.012]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/deps/thiserror_impl-ba468e002a6215fe.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:09.9418254Z [00:03:25.019]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/deps/libtokio_macros-54027ccf8ac43df8.so' retained as 0755 (rwxr-xr-x)
2025-08-18T22:06:09.9488159Z [00:03:25.026]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/deps/libcfg_aliases-4cc02de9c3a1b142.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:09.9558609Z [00:03:25.033]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/deps/libthiserror_impl-ba468e002a6215fe.so' retained as 0755 (rwxr-xr-x)
2025-08-18T22:06:09.9631571Z [00:03:25.040]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/deps/cfg_aliases-4cc02de9c3a1b142.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:09.9703906Z [00:03:25.047]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/deps/libunicode_ident-8322841390b1e4cb.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:09.9775565Z [00:03:25.055]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/deps/libasync_trait-118025f24bdf210c.so' retained as 0755 (rwxr-xr-x)
2025-08-18T22:06:09.9845604Z [00:03:25.062]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/deps/syn-1e7e8d6067929fca.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:09.9915469Z [00:03:25.069]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/deps/libproc_macro2-65ce8afc9976ae3d.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:09.9984426Z [00:03:25.076]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/deps/libmiette_derive-c04d8eb4194fded8.so' retained as 0755 (rwxr-xr-x)
2025-08-18T22:06:10.0054118Z [00:03:25.082]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/deps/libsyn-1e7e8d6067929fca.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:10.0124271Z [00:03:25.089]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/deps/libquote-98dfd98fd01d9485.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:10.0194724Z [00:03:25.097]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/deps/libserde_derive-4b9d307a5c7c3f13.so' retained as 0755 (rwxr-xr-x)
2025-08-18T22:06:10.0265309Z [00:03:25.104]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/deps/libheck-cb7f72c37e5a2d54.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:10.0337725Z [00:03:25.111]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/deps/libautocfg-48aa38da72696c47.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:10.0407634Z [00:03:25.118]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/deps/libquote-98dfd98fd01d9485.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:10.0476709Z [00:03:25.125]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/deps/libautocfg-48aa38da72696c47.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:10.0546406Z [00:03:25.132]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/deps/miette_derive-c04d8eb4194fded8.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:10.0617842Z [00:03:25.139]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/.fingerprint/slab-3a3e5a471b6afd0f/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:10.0687937Z [00:03:25.146]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/.fingerprint/slab-3a3e5a471b6afd0f/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:10.0758192Z [00:03:25.153]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/.fingerprint/slab-3a3e5a471b6afd0f/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:10.0829204Z [00:03:25.160]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/.fingerprint/slab-3a3e5a471b6afd0f/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:10.0899870Z [00:03:25.167]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/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-18T22:06:10.0970747Z [00:03:25.174]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/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-18T22:06:10.1041809Z [00:03:25.181]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/.fingerprint/rayon-core-3916f069ff2d7d7f/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:10.1112660Z [00:03:25.188]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/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-18T22:06:10.1185402Z [00:03:25.196]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/.fingerprint/proc-macro2-2421a0f2da2ad232/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:10.1256737Z [00:03:25.203]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/.fingerprint/proc-macro2-2421a0f2da2ad232/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:10.1327441Z [00:03:25.210]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/.fingerprint/proc-macro2-2421a0f2da2ad232/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:10.1397968Z [00:03:25.217]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/.fingerprint/proc-macro2-2421a0f2da2ad232/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:10.1468257Z [00:03:25.224]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/.fingerprint/async-trait-118025f24bdf210c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:10.1538265Z [00:03:25.231]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/.fingerprint/async-trait-118025f24bdf210c/dep-lib-async_trait' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:10.1608197Z [00:03:25.238]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/.fingerprint/async-trait-118025f24bdf210c/lib-async_trait' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:10.1678014Z [00:03:25.245]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/.fingerprint/async-trait-118025f24bdf210c/lib-async_trait.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:10.1749408Z [00:03:25.252]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/.fingerprint/autocfg-48aa38da72696c47/lib-autocfg.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:10.1821066Z [00:03:25.259]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/.fingerprint/autocfg-48aa38da72696c47/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:10.1890859Z [00:03:25.266]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/.fingerprint/autocfg-48aa38da72696c47/lib-autocfg' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:10.1962206Z [00:03:25.273]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/.fingerprint/autocfg-48aa38da72696c47/dep-lib-autocfg' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:10.2034830Z [00:03:25.281]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/.fingerprint/unicode-ident-8322841390b1e4cb/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:10.2105718Z [00:03:25.288]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/.fingerprint/unicode-ident-8322841390b1e4cb/lib-unicode_ident.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:10.2174291Z [00:03:25.294]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/.fingerprint/unicode-ident-8322841390b1e4cb/dep-lib-unicode_ident' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:10.2244947Z [00:03:25.302]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/.fingerprint/unicode-ident-8322841390b1e4cb/lib-unicode_ident' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:10.2315569Z [00:03:25.309]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/.fingerprint/libc-58bfd042d5b195b0/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:10.2386761Z [00:03:25.316]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/.fingerprint/libc-58bfd042d5b195b0/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:10.2463221Z [00:03:25.323]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/.fingerprint/libc-58bfd042d5b195b0/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:10.2541843Z [00:03:25.331]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/.fingerprint/libc-58bfd042d5b195b0/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:10.2613054Z [00:03:25.338]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/.fingerprint/owo-colors-8de30a3de7a0e3ff/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:10.2684118Z [00:03:25.345]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/.fingerprint/owo-colors-8de30a3de7a0e3ff/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:10.2755403Z [00:03:25.353]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/.fingerprint/owo-colors-8de30a3de7a0e3ff/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:10.2826856Z [00:03:25.360]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/.fingerprint/owo-colors-8de30a3de7a0e3ff/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:10.2898979Z [00:03:25.367]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/.fingerprint/serde_json-8be794423b45a10f/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:10.2969475Z [00:03:25.374]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/.fingerprint/serde_json-8be794423b45a10f/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:10.3041198Z [00:03:25.381]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/.fingerprint/serde_json-8be794423b45a10f/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:10.3111647Z [00:03:25.388]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/.fingerprint/serde_json-8be794423b45a10f/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:10.3182428Z [00:03:25.395]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/.fingerprint/miette-derive-c04d8eb4194fded8/dep-lib-miette_derive' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:10.3252519Z [00:03:25.402]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/.fingerprint/miette-derive-c04d8eb4194fded8/lib-miette_derive' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:10.3322727Z [00:03:25.409]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/.fingerprint/miette-derive-c04d8eb4194fded8/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:10.3393362Z [00:03:25.416]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/.fingerprint/miette-derive-c04d8eb4194fded8/lib-miette_derive.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:10.3464038Z [00:03:25.423]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/.fingerprint/thiserror-impl-ba468e002a6215fe/dep-lib-thiserror_impl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:10.3535277Z [00:03:25.431]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/.fingerprint/thiserror-impl-ba468e002a6215fe/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:10.3606245Z [00:03:25.438]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/.fingerprint/thiserror-impl-ba468e002a6215fe/lib-thiserror_impl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:10.3676593Z [00:03:25.445]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/.fingerprint/thiserror-impl-ba468e002a6215fe/lib-thiserror_impl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:10.3748058Z [00:03:25.452]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/.fingerprint/heck-cb7f72c37e5a2d54/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:10.3817455Z [00:03:25.459]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/.fingerprint/heck-cb7f72c37e5a2d54/dep-lib-heck' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:10.3887608Z [00:03:25.466]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/.fingerprint/heck-cb7f72c37e5a2d54/lib-heck.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:10.3957298Z [00:03:25.473]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/.fingerprint/heck-cb7f72c37e5a2d54/lib-heck' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:10.4029085Z [00:03:25.480]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/.fingerprint/tokio-macros-54027ccf8ac43df8/lib-tokio_macros.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:10.4100491Z [00:03:25.487]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/.fingerprint/tokio-macros-54027ccf8ac43df8/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:10.4170711Z [00:03:25.494]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/.fingerprint/tokio-macros-54027ccf8ac43df8/dep-lib-tokio_macros' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:10.4241020Z [00:03:25.501]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/.fingerprint/tokio-macros-54027ccf8ac43df8/lib-tokio_macros' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:10.4312280Z [00:03:25.508]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/.fingerprint/lock_api-e4a57fa4143060cb/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:10.4382315Z [00:03:25.515]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/.fingerprint/lock_api-e4a57fa4143060cb/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:10.4452559Z [00:03:25.522]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/.fingerprint/lock_api-e4a57fa4143060cb/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:10.4523194Z [00:03:25.529]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/.fingerprint/lock_api-e4a57fa4143060cb/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:10.4593135Z [00:03:25.536]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/.fingerprint/proc-macro2-65ce8afc9976ae3d/dep-lib-proc_macro2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:10.4663132Z [00:03:25.543]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/.fingerprint/proc-macro2-65ce8afc9976ae3d/lib-proc_macro2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:10.4736775Z [00:03:25.551]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/.fingerprint/proc-macro2-65ce8afc9976ae3d/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:10.4806720Z [00:03:25.558]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/.fingerprint/proc-macro2-65ce8afc9976ae3d/lib-proc_macro2.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:10.4877555Z [00:03:25.565]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/.fingerprint/proc-macro2-3d099de3c8b342d2/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:10.4951721Z [00:03:25.572]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/.fingerprint/proc-macro2-3d099de3c8b342d2/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:10.5024178Z [00:03:25.579]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/.fingerprint/serde_derive-4b9d307a5c7c3f13/lib-serde_derive.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:10.5094567Z [00:03:25.587]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/.fingerprint/serde_derive-4b9d307a5c7c3f13/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:10.5166843Z [00:03:25.594]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/.fingerprint/serde_derive-4b9d307a5c7c3f13/dep-lib-serde_derive' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:10.5237384Z [00:03:25.601]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/.fingerprint/serde_derive-4b9d307a5c7c3f13/lib-serde_derive' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:10.5308622Z [00:03:25.608]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/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-18T22:06:10.5378554Z [00:03:25.615]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/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-18T22:06:10.5448750Z [00:03:25.622]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/.fingerprint/crossbeam-utils-9e4fce232d40b3fa/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:10.5518996Z [00:03:25.629]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/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-18T22:06:10.5588688Z [00:03:25.636]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/.fingerprint/clap_derive-6bb0454da1ff2b2e/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:10.5658513Z [00:03:25.643]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/.fingerprint/clap_derive-6bb0454da1ff2b2e/lib-clap_derive' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:10.5728958Z [00:03:25.650]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/.fingerprint/clap_derive-6bb0454da1ff2b2e/lib-clap_derive.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:10.5798505Z [00:03:25.657]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/.fingerprint/clap_derive-6bb0454da1ff2b2e/dep-lib-clap_derive' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:10.5870048Z [00:03:25.664]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/.fingerprint/object-b6fab1d66f076159/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:10.5939467Z [00:03:25.671]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/.fingerprint/object-b6fab1d66f076159/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:10.6008726Z [00:03:25.678]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/.fingerprint/object-b6fab1d66f076159/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:10.6078249Z [00:03:25.685]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/.fingerprint/object-b6fab1d66f076159/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:10.6150023Z [00:03:25.692]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/.fingerprint/syn-1e7e8d6067929fca/dep-lib-syn' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:10.6219069Z [00:03:25.699]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/.fingerprint/syn-1e7e8d6067929fca/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:10.6289101Z [00:03:25.706]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/.fingerprint/syn-1e7e8d6067929fca/lib-syn' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:10.6359197Z [00:03:25.713]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/.fingerprint/syn-1e7e8d6067929fca/lib-syn.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:10.6429165Z [00:03:25.720]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/.fingerprint/serde-1108bd03bb6c3137/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:10.6500170Z [00:03:25.727]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/.fingerprint/serde-1108bd03bb6c3137/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:10.6569265Z [00:03:25.734]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/.fingerprint/serde-1108bd03bb6c3137/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:10.6639851Z [00:03:25.741]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/.fingerprint/serde-1108bd03bb6c3137/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:10.6709557Z [00:03:25.748]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/.fingerprint/getrandom-7c6e7f63e8ea70ba/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:10.6780831Z [00:03:25.755]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/.fingerprint/getrandom-7c6e7f63e8ea70ba/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:10.6850900Z [00:03:25.762]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/.fingerprint/getrandom-7c6e7f63e8ea70ba/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:10.6921614Z [00:03:25.769]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/.fingerprint/getrandom-7c6e7f63e8ea70ba/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:10.6992520Z [00:03:25.776]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/.fingerprint/nix-f1c2dafacb008b8f/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:10.7061770Z [00:03:25.783]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/.fingerprint/nix-f1c2dafacb008b8f/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:10.7131314Z [00:03:25.790]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/.fingerprint/nix-f1c2dafacb008b8f/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:10.7200862Z [00:03:25.797]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/.fingerprint/nix-f1c2dafacb008b8f/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:10.7270322Z [00:03:25.804]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/.fingerprint/cfg_aliases-4cc02de9c3a1b142/lib-cfg_aliases' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:10.7342348Z [00:03:25.811]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/.fingerprint/cfg_aliases-4cc02de9c3a1b142/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:10.7412568Z [00:03:25.818]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/.fingerprint/cfg_aliases-4cc02de9c3a1b142/dep-lib-cfg_aliases' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:10.7481173Z [00:03:25.825]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/.fingerprint/cfg_aliases-4cc02de9c3a1b142/lib-cfg_aliases.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:10.7550709Z [00:03:25.832]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/.fingerprint/thiserror-e3a46aaf38d18c96/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:10.7620261Z [00:03:25.839]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/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-18T22:06:10.7689767Z [00:03:25.846]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/.fingerprint/thiserror-e3a46aaf38d18c96/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:10.7759251Z [00:03:25.853]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/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-18T22:06:10.7830987Z [00:03:25.860]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/.fingerprint/parking_lot_core-80647824d1d46da3/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:10.7900228Z [00:03:25.867]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/.fingerprint/parking_lot_core-80647824d1d46da3/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:10.7970822Z [00:03:25.874]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/.fingerprint/parking_lot_core-80647824d1d46da3/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:10.8042094Z [00:03:25.881]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/.fingerprint/parking_lot_core-80647824d1d46da3/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:10.8113519Z [00:03:25.888]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/.fingerprint/rustix-e2e75656b6456d35/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:10.8185235Z [00:03:25.896]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/.fingerprint/rustix-e2e75656b6456d35/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:10.8254834Z [00:03:25.903]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/.fingerprint/rustix-e2e75656b6456d35/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:10.8325883Z [00:03:25.910]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/.fingerprint/rustix-e2e75656b6456d35/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:10.8397451Z [00:03:25.917]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/.fingerprint/quote-98dfd98fd01d9485/lib-quote.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:10.8468086Z [00:03:25.924]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/.fingerprint/quote-98dfd98fd01d9485/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:10.8538449Z [00:03:25.931]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/.fingerprint/quote-98dfd98fd01d9485/lib-quote' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:10.8610491Z [00:03:25.938]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/release/.fingerprint/quote-98dfd98fd01d9485/dep-lib-quote' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:10.8681096Z [00:03:25.945]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/libtailspin.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:10.8750378Z [00:03:25.952]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.cargo-lock' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:10.8820015Z [00:03:25.959]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/tspin' retained as 0755 (rwxr-xr-x)
2025-08-18T22:06:10.8890441Z [00:03:25.966]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/owo-colors-746ced5519d4c7ca/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:10.8960512Z [00:03:25.973]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/owo-colors-746ced5519d4c7ca/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:10.9030937Z [00:03:25.980]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/owo-colors-746ced5519d4c7ca/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:10.9101818Z [00:03:25.987]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/owo-colors-746ced5519d4c7ca/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:10.9172600Z [00:03:25.994]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/nix-62f3e2c94e9a03df/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:10.9243227Z [00:03:26.001]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/nix-62f3e2c94e9a03df/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:10.9313135Z [00:03:26.008]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/nix-62f3e2c94e9a03df/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:10.9384505Z [00:03:26.015]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/nix-62f3e2c94e9a03df/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:10.9454434Z [00:03:26.022]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/serde-f1e1770dfc148cb8/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:10.9524751Z [00:03:26.029]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/serde-f1e1770dfc148cb8/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:10.9596037Z [00:03:26.037]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/serde-f1e1770dfc148cb8/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:10.9667266Z [00:03:26.044]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/serde-f1e1770dfc148cb8/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:10.9740749Z [00:03:26.051]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/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-18T22:06:10.9811015Z [00:03:26.058]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/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-18T22:06:10.9881532Z [00:03:26.065]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/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-18T22:06:10.9951528Z [00:03:26.072]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/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-18T22:06:11.0023801Z [00:03:26.079]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/lock_api-76b7b1368b8c325d/out/autocfg_c918ae05ac730483_0.ll' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:11.0093623Z [00:03:26.086]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/lock_api-76b7b1368b8c325d/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:11.0164660Z [00:03:26.094]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/lock_api-76b7b1368b8c325d/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:11.0237443Z [00:03:26.101]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/lock_api-76b7b1368b8c325d/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:11.0306955Z [00:03:26.108]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/lock_api-76b7b1368b8c325d/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:11.0377388Z [00:03:26.115]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/slab-5e4f78fa6650db13/out/autocfg_91ec9efee6dd534d_0.ll' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:11.0446881Z [00:03:26.122]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/slab-5e4f78fa6650db13/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:11.0517377Z [00:03:26.129]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/slab-5e4f78fa6650db13/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:11.0588744Z [00:03:26.136]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/slab-5e4f78fa6650db13/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:11.0659597Z [00:03:26.143]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/slab-5e4f78fa6650db13/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:11.0732249Z [00:03:26.150]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/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-18T22:06:11.0803188Z [00:03:26.157]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/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-18T22:06:11.0873986Z [00:03:26.164]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/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-18T22:06:11.0944942Z [00:03:26.172]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/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-18T22:06:11.1015800Z [00:03:26.179]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/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-18T22:06:11.1086481Z [00:03:26.186]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/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-18T22:06:11.1156910Z [00:03:26.193]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/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-18T22:06:11.1227821Z [00:03:26.200]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/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-18T22:06:11.1298913Z [00:03:26.207]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/getrandom-8f37605a9c77621b/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:11.1369739Z [00:03:26.214]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/getrandom-8f37605a9c77621b/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:11.1439933Z [00:03:26.221]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/getrandom-8f37605a9c77621b/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:11.1510799Z [00:03:26.228]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/getrandom-8f37605a9c77621b/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:11.1581757Z [00:03:26.235]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/object-7c3622e5b9729208/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:11.1651094Z [00:03:26.242]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/object-7c3622e5b9729208/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:11.1721014Z [00:03:26.249]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/object-7c3622e5b9729208/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:11.1790908Z [00:03:26.256]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/object-7c3622e5b9729208/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:11.1861740Z [00:03:26.263]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libc-9d9dc4f488164ee9/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:11.1931871Z [00:03:26.270]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libc-9d9dc4f488164ee9/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:11.2001215Z [00:03:26.277]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libc-9d9dc4f488164ee9/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:11.2072595Z [00:03:26.284]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libc-9d9dc4f488164ee9/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:11.2142522Z [00:03:26.291]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rustix-8374a27e0d101d51/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:11.2211346Z [00:03:26.298]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rustix-8374a27e0d101d51/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:11.2282701Z [00:03:26.305]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rustix-8374a27e0d101d51/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:11.2353965Z [00:03:26.312]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rustix-8374a27e0d101d51/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:11.2425055Z [00:03:26.320]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/parking_lot_core-3c7abd0f10920420/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:11.2495179Z [00:03:26.327]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/parking_lot_core-3c7abd0f10920420/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:11.2565813Z [00:03:26.334]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/parking_lot_core-3c7abd0f10920420/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:11.2635974Z [00:03:26.341]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/parking_lot_core-3c7abd0f10920420/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:11.2706308Z [00:03:26.348]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/serde_json-f7b93d380dfc985a/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:11.2777421Z [00:03:26.355]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/serde_json-f7b93d380dfc985a/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:11.2849081Z [00:03:26.362]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/serde_json-f7b93d380dfc985a/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:11.2919151Z [00:03:26.369]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/serde_json-f7b93d380dfc985a/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:11.2992549Z [00:03:26.376]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/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-18T22:06:11.3064138Z [00:03:26.383]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libaho_corasick-e6a0a7a0e260dee1.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:11.3134192Z [00:03:26.390]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libparking_lot-cf527eff4a9e9c43.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:11.3205433Z [00:03:26.398]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/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-18T22:06:11.3276915Z [00:03:26.405]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_util-d265db9c60ab090f.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:11.3347371Z [00:03:26.412]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libis_terminal_polyfill-f03c0c3b7c68aa9a.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:11.3417281Z [00:03:26.419]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libdirs_sys-e8970ab1144ac618.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:11.3488896Z [00:03:26.426]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libinotify_sys-e1afbe4c1c7cdc4f.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:11.3559127Z [00:03:26.433]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfiletime-05416f239be73869.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:11.3630146Z [00:03:26.440]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libonce_cell-060cccef245b8c37.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:11.3700793Z [00:03:26.447]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpin_project_lite-2a91682787be765b.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:11.3771066Z [00:03:26.454]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnotify-d2458e0a26779e93.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:11.3841305Z [00:03:26.461]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_core-7cc7933eec180d26.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:11.3913960Z [00:03:26.468]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libthiserror-e8be2e23a342b85c.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:11.3984970Z [00:03:26.476]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex-27a14f2121b34f21.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:11.4058002Z [00:03:26.483]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblinemux-54406ddabd26b688.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:11.4128604Z [00:03:26.490]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libdirs_sys-e8970ab1144ac618.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:11.4199450Z [00:03:26.497]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/strsim-0535910dc9036bf9.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:11.4270962Z [00:03:26.504]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libuuid-a52b04b8e49ea48d.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:11.4343373Z [00:03:26.511]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libslab-e1aec67ca6d91568.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:11.4414866Z [00:03:26.519]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtailspin-9e39a91c23cd8b51.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:11.4485236Z [00:03:26.526]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/nix-8770d5142b4338bf.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:11.4556635Z [00:03:26.533]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap-d64467ba2ce40c03.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:11.4628177Z [00:03:26.540]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstyle_query-51ee185e4c4ff5f7.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:11.4698590Z [00:03:26.547]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsmallvec-f5cf738d4bc049da.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:11.4772980Z [00:03:26.554]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/addr2line-f22e1d10b143ba90.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:11.4843883Z [00:03:26.561]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgimli-3215ac086ee6ba72.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:11.4914617Z [00:03:26.569]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstyle-1f0bef145d35d1a2.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:11.4987823Z [00:03:26.576]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libis_terminal_polyfill-f03c0c3b7c68aa9a.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:11.5058482Z [00:03:26.583]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde-a8c855679b6d2e1e.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:11.5130473Z [00:03:26.590]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/parking_lot-cf527eff4a9e9c43.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:11.5201324Z [00:03:26.597]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libutf8parse-388405267e7821b8.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:11.5271313Z [00:03:26.604]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libunicode_width-355d02a9b26506ec.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:11.5342056Z [00:03:26.611]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/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-18T22:06:11.5412822Z [00:03:26.618]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtempfile-a769e268b0aea6e3.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:11.5484051Z [00:03:26.625]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex-27a14f2121b34f21.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:11.5554770Z [00:03:26.633]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/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-18T22:06:11.5625996Z [00:03:26.640]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnix-8770d5142b4338bf.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:11.5696816Z [00:03:26.647]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstyle-1f0bef145d35d1a2.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:11.5767044Z [00:03:26.654]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstream-3b02f3262b9455ba.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:11.5838403Z [00:03:26.661]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/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-18T22:06:11.5908544Z [00:03:26.668]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libparking_lot_core-cd7ebee870220cb2.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:11.5978854Z [00:03:26.675]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libterminal_size-c164078a4b6d1e64.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:11.6048973Z [00:03:26.682]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmio-569c9177769484b4.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:11.6120794Z [00:03:26.689]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libwinsplit-6adc453419303676.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:11.6192567Z [00:03:26.696]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtextwrap-1a512b46b69bcd68.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:11.6264711Z [00:03:26.703]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpin_project_lite-2a91682787be765b.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:11.6339097Z [00:03:26.711]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap_builder-aa045e24d9346fc6.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:11.6410596Z [00:03:26.718]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/miniz_oxide-60a460a7733b8e95.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:11.6482772Z [00:03:26.725]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde-a8c855679b6d2e1e.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:11.6552977Z [00:03:26.732]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libitoa-b2a72e844afe803f.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:11.6623884Z [00:03:26.739]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libunicode_width-355d02a9b26506ec.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:11.6694958Z [00:03:26.747]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libindexmap-83895ec535695fc8.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:11.6765454Z [00:03:26.754]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libuuid-a52b04b8e49ea48d.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:11.6834652Z [00:03:26.761]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/nu_ansi_term-9035c773913e8a79.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:11.6904700Z [00:03:26.768]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtailspin-9e39a91c23cd8b51.rlib' retained as 0755 (rwxr-xr-x)
2025-08-18T22:06:11.6974940Z [00:03:26.775]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_util-d265db9c60ab090f.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:11.7045452Z [00:03:26.782]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsupports_unicode-2e7c2618ee2da0b8.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:11.7115513Z [00:03:26.789]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/clap_builder-aa045e24d9346fc6.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:11.7186928Z [00:03:26.796]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librustix-c6307a06184c323f.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:11.7258076Z [00:03:26.803]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblinux_raw_sys-c647c5d8acd152ae.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:11.7328107Z [00:03:26.810]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/rustc_demangle-56002613ad8f8a7f.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:11.7398301Z [00:03:26.817]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgimli-3215ac086ee6ba72.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:11.7468524Z [00:03:26.824]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnotify-d2458e0a26779e93.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:11.7539924Z [00:03:26.831]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap-d64467ba2ce40c03.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:11.7609766Z [00:03:26.838]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libdirs-d3d8b7ec183f449d.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:11.7679813Z [00:03:26.845]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/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-18T22:06:11.7750000Z [00:03:26.852]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtextwrap-1a512b46b69bcd68.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:11.7820548Z [00:03:26.859]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbacktrace-e70168c26ff2692a.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:11.7892065Z [00:03:26.866]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/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-18T22:06:11.7962878Z [00:03:26.873]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde_json-151207b2e1b9208a.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:11.8034804Z [00:03:26.881]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/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-18T22:06:11.8104894Z [00:03:26.888]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/getrandom-0f4a9aec48c03d82.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:11.8176469Z [00:03:26.895]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtokio-1e8004299cae8368.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:11.8246123Z [00:03:26.902]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/anstream-3b02f3262b9455ba.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:11.8316404Z [00:03:26.909]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libdirs-d3d8b7ec183f449d.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:11.8386957Z [00:03:26.916]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/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-18T22:06:11.8457326Z [00:03:26.923]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_core-7cc7933eec180d26.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:11.8528336Z [00:03:26.930]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libctrlc-841fe0ffeceb4ee5.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:11.8598708Z [00:03:26.937]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/aho_corasick-e6a0a7a0e260dee1.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:11.8670508Z [00:03:26.944]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtoml_writer-892fe5ab5f5215ca.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:11.8740971Z [00:03:26.951]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/pin_project_lite-2a91682787be765b.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:11.8811163Z [00:03:26.958]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libutf8parse-388405267e7821b8.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:11.8882107Z [00:03:26.965]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/unicode_width-355d02a9b26506ec.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:11.8952995Z [00:03:26.972]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/tspin-be72b1097f28edc2.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:11.9022951Z [00:03:26.979]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcfg_if-ad922fe68dc3537f.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:11.9093455Z [00:03:26.986]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/regex_syntax-a6e8118dff480c24.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:11.9164621Z [00:03:26.993]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstream-3b02f3262b9455ba.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:11.9234465Z [00:03:27.000]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/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-18T22:06:11.9304840Z [00:03:27.008]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/tokio-1e8004299cae8368.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:11.9375270Z [00:03:27.015]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/shell_words-e9e4fbd39491fe62.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:11.9444420Z [00:03:27.021]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbytes-670ef56d94852b53.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:11.9514809Z [00:03:27.029]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libryu-5d7663d4e453975b.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:11.9586187Z [00:03:27.036]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/notify-d2458e0a26779e93.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:11.9659054Z [00:03:27.043]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/ctrlc-841fe0ffeceb4ee5.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:11.9730884Z [00:03:27.050]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpin_utils-327e87f8993c05ae.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:11.9803707Z [00:03:27.057]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfastrand-7349f526c053b502.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:11.9874745Z [00:03:27.065]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_task-add56d117c301428.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:11.9944974Z [00:03:27.072]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/anstyle_query-51ee185e4c4ff5f7.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:12.0015409Z [00:03:27.079]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/gimli-3215ac086ee6ba72.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:12.0085730Z [00:03:27.086]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/textwrap-1a512b46b69bcd68.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:12.0156063Z [00:03:27.093]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liboption_ext-dd7fd95bf387f8ef.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:12.0227338Z [00:03:27.100]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/mio-569c9177769484b4.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:12.0297911Z [00:03:27.107]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libscopeguard-fca9edb259fbe444.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:12.0368875Z [00:03:27.114]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbacktrace-e70168c26ff2692a.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:12.0442341Z [00:03:27.121]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcolorchoice-9c0c5e2325c68bf1.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:12.0513207Z [00:03:27.128]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/indexmap-83895ec535695fc8.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:12.0584248Z [00:03:27.135]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/backtrace-e70168c26ff2692a.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:12.0656367Z [00:03:27.143]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/pin_utils-327e87f8993c05ae.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:12.0727888Z [00:03:27.150]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/serde_json-151207b2e1b9208a.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:12.0799579Z [00:03:27.157]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/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-18T22:06:12.0871294Z [00:03:27.164]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/filetime-05416f239be73869.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:12.0942384Z [00:03:27.171]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnu_ansi_term-9035c773913e8a79.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:12.1012946Z [00:03:27.178]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/slab-e1aec67ca6d91568.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:12.1083869Z [00:03:27.185]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex_automata-f222507f3749a68d.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:12.1156566Z [00:03:27.193]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/tempfile-a769e268b0aea6e3.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:12.1227689Z [00:03:27.200]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfutures_task-add56d117c301428.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:12.1298029Z [00:03:27.207]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/hashbrown-2c09c4f5321e38cc.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:12.1369832Z [00:03:27.214]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/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-18T22:06:12.1441115Z [00:03:27.221]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/inotify-0d1365971c23b0d1.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:12.1513152Z [00:03:27.228]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtoml_datetime-3ccde70a349fa81c.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:12.1583738Z [00:03:27.235]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrossbeam_channel-1592dd87362accc2.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:12.1654948Z [00:03:27.243]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex_syntax-a6e8118dff480c24.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:12.1725051Z [00:03:27.250]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/dirs_sys-e8970ab1144ac618.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:12.1794673Z [00:03:27.257]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libadler2-f6abfeb5c073bc13.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:12.1864372Z [00:03:27.263]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liboption_ext-dd7fd95bf387f8ef.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:12.1935261Z [00:03:27.271]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/regex_automata-f222507f3749a68d.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:12.2005640Z [00:03:27.278]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsmallvec-f5cf738d4bc049da.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:12.2076478Z [00:03:27.285]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/colorchoice-9c0c5e2325c68bf1.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:12.2145523Z [00:03:27.292]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libaddr2line-f22e1d10b143ba90.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:12.2214944Z [00:03:27.299]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcolorchoice-9c0c5e2325c68bf1.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:12.2285432Z [00:03:27.306]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap_complete-af6c67f5b801a71e.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:12.2355280Z [00:03:27.313]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtoml-36bd339aa0787e06.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:12.2427162Z [00:03:27.320]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblinux_raw_sys-c647c5d8acd152ae.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:12.2497351Z [00:03:27.327]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libinotify-0d1365971c23b0d1.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:12.2567058Z [00:03:27.334]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/lock_api-fb69158a4272f23a.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:12.2637880Z [00:03:27.341]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/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-18T22:06:12.2705743Z [00:03:27.348]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsocket2-8d89b097bb1335ea.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:12.2775468Z [00:03:27.355]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde_spanned-c8655861c17aadb5.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:12.2844778Z [00:03:27.362]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsupports_color-b4211258c0cf013a.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:12.2914921Z [00:03:27.369]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/miette-1f6bcf2c6f8ec8e7.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:12.2986834Z [00:03:27.376]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap_complete-af6c67f5b801a71e.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:12.3057502Z [00:03:27.383]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/futures_task-add56d117c301428.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:12.3127180Z [00:03:27.390]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libshellexpand-21d9ebe31090c83a.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:12.3196440Z [00:03:27.397]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/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-18T22:06:12.3266499Z [00:03:27.404]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmio-c4b5cc0db1c9ab3b.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:12.3336346Z [00:03:27.411]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/serde_spanned-c8655861c17aadb5.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:12.3405908Z [00:03:27.418]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/anstyle_parse-84b7b16131790355.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:12.3475505Z [00:03:27.425]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libminiz_oxide-60a460a7733b8e95.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:12.3545831Z [00:03:27.432]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblinemux-54406ddabd26b688.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:12.3615981Z [00:03:27.439]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/object-ca2aee07ac6dcd60.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:12.3686513Z [00:03:27.446]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libis_ci-e9957b348b002262.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:12.3757900Z [00:03:27.453]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/supports_hyperlinks-7a392e4a024bd5f5.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:12.3828243Z [00:03:27.460]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/uuid-a52b04b8e49ea48d.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:12.3900040Z [00:03:27.467]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtoml-36bd339aa0787e06.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:12.3970857Z [00:03:27.474]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libis_ci-e9957b348b002262.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:12.4042219Z [00:03:27.481]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/ryu-5d7663d4e453975b.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:12.4113233Z [00:03:27.488]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libslab-e1aec67ca6d91568.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:12.4184045Z [00:03:27.495]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libitoa-b2a72e844afe803f.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:12.4254224Z [00:03:27.502]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/linemux-54406ddabd26b688.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:12.4326186Z [00:03:27.510]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libwinsplit-6adc453419303676.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:12.4396341Z [00:03:27.517]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap_builder-aa045e24d9346fc6.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:12.4467918Z [00:03:27.524]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/owo_colors-c5602ab81c1ec0f9.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:12.4537248Z [00:03:27.531]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libshellexpand-21d9ebe31090c83a.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:12.4607846Z [00:03:27.538]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/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-18T22:06:12.4679548Z [00:03:27.545]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/futures_util-d265db9c60ab090f.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:12.4751917Z [00:03:27.552]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libequivalent-00f80dfaddbea53e.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:12.4822706Z [00:03:27.559]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/dirs-d3d8b7ec183f449d.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:12.4892531Z [00:03:27.566]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/utf8parse-388405267e7821b8.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:12.4961823Z [00:03:27.573]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/clap_lex-dcd7393b65521364.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:12.5034053Z [00:03:27.580]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblock_api-fb69158a4272f23a.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:12.5105138Z [00:03:27.587]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/unicode_linebreak-e2d7c345523d6c22.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:12.5175481Z [00:03:27.595]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/tspin-be72b1097f28edc2' retained as 0755 (rwxr-xr-x)
2025-08-18T22:06:12.5247395Z [00:03:27.602]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/serde-a8c855679b6d2e1e.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:12.5319473Z [00:03:27.609]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libwinnow-2dea7c4e3af6a35e.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:12.5391554Z [00:03:27.616]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libparking_lot_core-cd7ebee870220cb2.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:12.5462414Z [00:03:27.623]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/parking_lot_core-cd7ebee870220cb2.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:12.5534469Z [00:03:27.630]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex_syntax-a6e8118dff480c24.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:12.5604666Z [00:03:27.638]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libthiserror-e8be2e23a342b85c.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:12.5674937Z [00:03:27.645]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsocket2-8d89b097bb1335ea.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:12.5746293Z [00:03:27.652]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtoml_writer-892fe5ab5f5215ca.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:12.5816453Z [00:03:27.659]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/backtrace_ext-89e2a7a5460c87a4.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:12.5887032Z [00:03:27.666]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libshell_words-e9e4fbd39491fe62.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:12.5957525Z [00:03:27.673]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/itoa-b2a72e844afe803f.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:12.6028775Z [00:03:27.680]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtempfile-a769e268b0aea6e3.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:12.6099983Z [00:03:27.687]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsupports_hyperlinks-7a392e4a024bd5f5.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:12.6170812Z [00:03:27.694]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librayon-d85e41f4801fb8ee.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:12.6241214Z [00:03:27.701]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librustix-c6307a06184c323f.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:12.6313687Z [00:03:27.708]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/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-18T22:06:12.6385573Z [00:03:27.716]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsupports_unicode-2e7c2618ee2da0b8.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:12.6455880Z [00:03:27.723]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgetrandom-0f4a9aec48c03d82.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:12.6525814Z [00:03:27.730]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libowo_colors-c5602ab81c1ec0f9.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:12.6596304Z [00:03:27.737]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/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-18T22:06:12.6668081Z [00:03:27.744]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/winsplit-6adc453419303676.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:12.6739064Z [00:03:27.751]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmio-c4b5cc0db1c9ab3b.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:12.6808840Z [00:03:27.758]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libshell_words-e9e4fbd39491fe62.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:12.6879992Z [00:03:27.765]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstyle_parse-84b7b16131790355.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:12.6950214Z [00:03:27.772]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/bitflags-9512240895c4827e.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:12.7022428Z [00:03:27.779]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/supports_color-b4211258c0cf013a.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:12.7092989Z [00:03:27.786]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libobject-ca2aee07ac6dcd60.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:12.7164121Z [00:03:27.793]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/is_ci-e9957b348b002262.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:12.7234084Z [00:03:27.800]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbitflags-9512240895c4827e.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:12.7305605Z [00:03:27.808]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/winnow-2dea7c4e3af6a35e.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:12.7377839Z [00:03:27.815]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgetrandom-0f4a9aec48c03d82.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:12.7449524Z [00:03:27.822]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/cfg_if-ad922fe68dc3537f.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:12.7521672Z [00:03:27.829]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstyle_query-51ee185e4c4ff5f7.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:12.7592484Z [00:03:27.836]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblock_api-fb69158a4272f23a.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:12.7665609Z [00:03:27.844]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libparking_lot-cf527eff4a9e9c43.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:12.7736521Z [00:03:27.851]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libaho_corasick-e6a0a7a0e260dee1.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:12.7807010Z [00:03:27.858]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtoml_parser-0fd11076ae604d8a.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:12.7877699Z [00:03:27.865]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libc-f3fdeabbd84fa70c.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:12.7948410Z [00:03:27.872]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/clap-d64467ba2ce40c03.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:12.8019091Z [00:03:27.879]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/crossbeam_channel-1592dd87362accc2.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:12.8089906Z [00:03:27.886]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/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-18T22:06:12.8162301Z [00:03:27.893]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/socket2-8d89b097bb1335ea.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:12.8232663Z [00:03:27.900]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librustc_demangle-56002613ad8f8a7f.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:12.8303585Z [00:03:27.907]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/toml_writer-892fe5ab5f5215ca.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:12.8374912Z [00:03:27.915]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/linux_raw_sys-c647c5d8acd152ae.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:12.8445812Z [00:03:27.922]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhashbrown-2c09c4f5321e38cc.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:12.8516399Z [00:03:27.929]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libobject-ca2aee07ac6dcd60.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:12.8586950Z [00:03:27.936]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/signal_hook_registry-fefeaecc69f23968.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:12.8658183Z [00:03:27.943]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libscopeguard-fca9edb259fbe444.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:12.8728662Z [00:03:27.950]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libequivalent-00f80dfaddbea53e.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:12.8800094Z [00:03:27.957]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/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-18T22:06:12.8871200Z [00:03:27.964]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libonce_cell-060cccef245b8c37.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:12.8945828Z [00:03:27.972]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libowo_colors-c5602ab81c1ec0f9.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:12.9024894Z [00:03:27.980]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/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-18T22:06:12.9096305Z [00:03:27.987]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/toml-36bd339aa0787e06.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:12.9167949Z [00:03:27.994]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libstrsim-0535910dc9036bf9.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:12.9238546Z [00:03:28.001]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmiette-1f6bcf2c6f8ec8e7.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:12.9308500Z [00:03:28.008]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmiette-1f6bcf2c6f8ec8e7.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:12.9378792Z [00:03:28.015]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/rustix-c6307a06184c323f.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:12.9448903Z [00:03:28.022]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhashbrown-2c09c4f5321e38cc.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:12.9517067Z [00:03:28.029]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/smallvec-f5cf738d4bc049da.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:12.9587259Z [00:03:28.036]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libadler2-f6abfeb5c073bc13.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:12.9655892Z [00:03:28.043]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtokio-1e8004299cae8368.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:12.9724427Z [00:03:28.049]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsignal_hook_registry-fefeaecc69f23968.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:12.9795294Z [00:03:28.057]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibc-f3fdeabbd84fa70c.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:12.9866188Z [00:03:28.064]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libeither-ca8c527b5d187009.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:12.9937340Z [00:03:28.071]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtoml_datetime-3ccde70a349fa81c.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:13.0007777Z [00:03:28.078]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstyle_parse-84b7b16131790355.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:13.0078630Z [00:03:28.085]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/rayon-d85e41f4801fb8ee.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:13.0149151Z [00:03:28.092]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libeither-ca8c527b5d187009.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:13.0220581Z [00:03:28.099]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libryu-5d7663d4e453975b.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:13.0292155Z [00:03:28.106]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/anstyle-1f0bef145d35d1a2.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:13.0363254Z [00:03:28.113]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbacktrace_ext-89e2a7a5460c87a4.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:13.0434158Z [00:03:28.120]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde_json-151207b2e1b9208a.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:13.0504777Z [00:03:28.127]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/tailspin-9e39a91c23cd8b51.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:13.0576333Z [00:03:28.135]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/fastrand-7349f526c053b502.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:13.0646995Z [00:03:28.142]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/thiserror-e8be2e23a342b85c.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:13.0718749Z [00:03:28.149]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap_lex-dcd7393b65521364.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:13.0789592Z [00:03:28.156]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librustc_demangle-56002613ad8f8a7f.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:13.0860373Z [00:03:28.163]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/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-18T22:06:13.0931815Z [00:03:28.170]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/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-18T22:06:13.1001864Z [00:03:28.177]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/terminal_size-c164078a4b6d1e64.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:13.1072207Z [00:03:28.184]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/regex-27a14f2121b34f21.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:13.1144565Z [00:03:28.192]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librayon-d85e41f4801fb8ee.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:13.1215102Z [00:03:28.199]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/futures_core-7cc7933eec180d26.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:13.1286627Z [00:03:28.206]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcfg_if-ad922fe68dc3537f.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:13.1357437Z [00:03:28.213]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libaddr2line-f22e1d10b143ba90.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:13.1428316Z [00:03:28.220]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap_lex-dcd7393b65521364.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:13.1498941Z [00:03:28.227]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde_spanned-c8655861c17aadb5.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:13.1569269Z [00:03:28.234]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libunicode_linebreak-e2d7c345523d6c22.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:13.1639400Z [00:03:28.241]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/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-18T22:06:13.1709888Z [00:03:28.248]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsupports_hyperlinks-7a392e4a024bd5f5.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:13.1780627Z [00:03:28.255]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libstrsim-0535910dc9036bf9.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:13.1850565Z [00:03:28.262]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/equivalent-00f80dfaddbea53e.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:13.1920395Z [00:03:28.269]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/once_cell-060cccef245b8c37.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:13.1990418Z [00:03:28.276]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnix-8770d5142b4338bf.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:13.2061945Z [00:03:28.283]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfiletime-05416f239be73869.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:13.2132408Z [00:03:28.290]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibc-f3fdeabbd84fa70c.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:13.2202951Z [00:03:28.297]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbacktrace_ext-89e2a7a5460c87a4.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:13.2272549Z [00:03:28.304]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libinotify-0d1365971c23b0d1.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:13.2343393Z [00:03:28.311]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/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-18T22:06:13.2414721Z [00:03:28.319]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbytes-670ef56d94852b53.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:13.2484606Z [00:03:28.326]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libctrlc-841fe0ffeceb4ee5.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:13.2556488Z [00:03:28.333]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/mio-c4b5cc0db1c9ab3b.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:13.2626681Z [00:03:28.340]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/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-18T22:06:13.2696721Z [00:03:28.347]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libunicode_linebreak-e2d7c345523d6c22.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:13.2767234Z [00:03:28.354]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmio-569c9177769484b4.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:13.2837288Z [00:03:28.361]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbitflags-9512240895c4827e.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:13.2907788Z [00:03:28.368]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/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-18T22:06:13.2978230Z [00:03:28.375]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libwinnow-2dea7c4e3af6a35e.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:13.3049462Z [00:03:28.382]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/toml_parser-0fd11076ae604d8a.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:13.3119768Z [00:03:28.389]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/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-18T22:06:13.3189461Z [00:03:28.396]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/either-ca8c527b5d187009.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:13.3260007Z [00:03:28.403]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/is_terminal_polyfill-f03c0c3b7c68aa9a.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:13.3330479Z [00:03:28.410]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpin_utils-327e87f8993c05ae.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:13.3400651Z [00:03:28.417]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/supports_unicode-2e7c2618ee2da0b8.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:13.3470370Z [00:03:28.424]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnu_ansi_term-9035c773913e8a79.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:13.3541321Z [00:03:28.431]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/inotify_sys-e1afbe4c1c7cdc4f.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:13.3611940Z [00:03:28.438]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/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-18T22:06:13.3682794Z [00:03:28.445]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/clap_complete-af6c67f5b801a71e.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:13.3754452Z [00:03:28.453]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/option_ext-dd7fd95bf387f8ef.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:13.3824180Z [00:03:28.459]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/scopeguard-fca9edb259fbe444.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:13.3894536Z [00:03:28.466]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/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-18T22:06:13.3963528Z [00:03:28.473]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/toml_datetime-3ccde70a349fa81c.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:13.4033225Z [00:03:28.480]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsupports_color-b4211258c0cf013a.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:13.4102618Z [00:03:28.487]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/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-18T22:06:13.4172822Z [00:03:28.494]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex_automata-f222507f3749a68d.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:13.4245067Z [00:03:28.502]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libinotify_sys-e1afbe4c1c7cdc4f.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:13.4317080Z [00:03:28.509]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/shellexpand-21d9ebe31090c83a.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:13.4387163Z [00:03:28.516]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libminiz_oxide-60a460a7733b8e95.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:13.4456951Z [00:03:28.523]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/bytes-670ef56d94852b53.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:13.4528207Z [00:03:28.530]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libindexmap-83895ec535695fc8.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:13.4598815Z [00:03:28.537]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrossbeam_channel-1592dd87362accc2.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:13.4670454Z [00:03:28.544]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsignal_hook_registry-fefeaecc69f23968.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:13.4740491Z [00:03:28.551]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfastrand-7349f526c053b502.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:13.4811346Z [00:03:28.558]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtoml_parser-0fd11076ae604d8a.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:13.4881831Z [00:03:28.565]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libterminal_size-c164078a4b6d1e64.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:13.4951156Z [00:03:28.572]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/adler2-f6abfeb5c073bc13.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:13.5024893Z [00:03:28.580]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/tspin.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:13.5097656Z [00:03:28.587]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/owo-colors-c5602ab81c1ec0f9/dep-lib-owo_colors' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:13.5168496Z [00:03:28.594]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/owo-colors-c5602ab81c1ec0f9/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:13.5239633Z [00:03:28.601]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/owo-colors-c5602ab81c1ec0f9/lib-owo_colors.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:13.5309529Z [00:03:28.608]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/owo-colors-c5602ab81c1ec0f9/lib-owo_colors' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:13.5380323Z [00:03:28.615]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_lex-dcd7393b65521364/lib-clap_lex.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:13.5450966Z [00:03:28.622]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_lex-dcd7393b65521364/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:13.5520982Z [00:03:28.629]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_lex-dcd7393b65521364/dep-lib-clap_lex' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:13.5591206Z [00:03:28.636]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_lex-dcd7393b65521364/lib-clap_lex' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:13.5662103Z [00:03:28.643]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustix-c6307a06184c323f/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:13.5732622Z [00:03:28.650]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustix-c6307a06184c323f/lib-rustix.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:13.5803554Z [00:03:28.657]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustix-c6307a06184c323f/lib-rustix' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:13.5873606Z [00:03:28.664]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustix-c6307a06184c323f/dep-lib-rustix' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:13.5943787Z [00:03:28.671]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/miniz_oxide-60a460a7733b8e95/lib-miniz_oxide.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:13.6015718Z [00:03:28.679]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/miniz_oxide-60a460a7733b8e95/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:13.6086756Z [00:03:28.686]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/miniz_oxide-60a460a7733b8e95/lib-miniz_oxide' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:13.6157469Z [00:03:28.693]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/miniz_oxide-60a460a7733b8e95/dep-lib-miniz_oxide' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:13.6229017Z [00:03:28.700]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/filetime-05416f239be73869/dep-lib-filetime' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:13.6300259Z [00:03:28.707]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/filetime-05416f239be73869/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:13.6370588Z [00:03:28.714]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/filetime-05416f239be73869/lib-filetime.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:13.6439975Z [00:03:28.721]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/filetime-05416f239be73869/lib-filetime' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:13.6510668Z [00:03:28.728]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/parking_lot_core-cd7ebee870220cb2/dep-lib-parking_lot_core' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:13.6581743Z [00:03:28.735]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/parking_lot_core-cd7ebee870220cb2/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:13.6652323Z [00:03:28.742]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/parking_lot_core-cd7ebee870220cb2/lib-parking_lot_core.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:13.6723292Z [00:03:28.749]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/parking_lot_core-cd7ebee870220cb2/lib-parking_lot_core' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:13.6795233Z [00:03:28.757]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/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-18T22:06:13.6865303Z [00:03:28.764]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/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-18T22:06:13.6935221Z [00:03:28.771]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/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-18T22:06:13.7005821Z [00:03:28.778]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/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-18T22:06:13.7076185Z [00:03:28.785]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/textwrap-1a512b46b69bcd68/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:13.7146965Z [00:03:28.792]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/textwrap-1a512b46b69bcd68/dep-lib-textwrap' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:13.7216808Z [00:03:28.799]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/textwrap-1a512b46b69bcd68/lib-textwrap' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:13.7288094Z [00:03:28.806]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/textwrap-1a512b46b69bcd68/lib-textwrap.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:13.7358362Z [00:03:28.813]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/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-18T22:06:13.7428019Z [00:03:28.820]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/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-18T22:06:13.7498668Z [00:03:28.827]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/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-18T22:06:13.7568739Z [00:03:28.834]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/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-18T22:06:13.7638855Z [00:03:28.841]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/owo-colors-746ced5519d4c7ca/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:13.7709922Z [00:03:28.848]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/owo-colors-746ced5519d4c7ca/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:13.7781134Z [00:03:28.855]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-util-d265db9c60ab090f/lib-futures_util' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:13.7851350Z [00:03:28.862]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-util-d265db9c60ab090f/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:13.7922086Z [00:03:28.869]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-util-d265db9c60ab090f/lib-futures_util.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:13.7992912Z [00:03:28.876]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-util-d265db9c60ab090f/dep-lib-futures_util' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:13.8063180Z [00:03:28.883]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/mio-569c9177769484b4/lib-mio.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:13.8134611Z [00:03:28.890]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/mio-569c9177769484b4/dep-lib-mio' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:13.8204720Z [00:03:28.898]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/mio-569c9177769484b4/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:13.8275428Z [00:03:28.905]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/mio-569c9177769484b4/lib-mio' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:13.8346596Z [00:03:28.912]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/nix-62f3e2c94e9a03df/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:13.8417194Z [00:03:28.919]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/nix-62f3e2c94e9a03df/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:13.8488480Z [00:03:28.926]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/uuid-a52b04b8e49ea48d/dep-lib-uuid' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:13.8559872Z [00:03:28.933]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/uuid-a52b04b8e49ea48d/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:13.8630621Z [00:03:28.940]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/uuid-a52b04b8e49ea48d/lib-uuid.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:13.8702125Z [00:03:28.947]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/uuid-a52b04b8e49ea48d/lib-uuid' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:13.8773467Z [00:03:28.954]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde-f1e1770dfc148cb8/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:13.8844202Z [00:03:28.961]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde-f1e1770dfc148cb8/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:13.8915011Z [00:03:28.969]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/colorchoice-9c0c5e2325c68bf1/dep-lib-colorchoice' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:13.8985780Z [00:03:28.976]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/colorchoice-9c0c5e2325c68bf1/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:13.9058000Z [00:03:28.983]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/colorchoice-9c0c5e2325c68bf1/lib-colorchoice' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:13.9128653Z [00:03:28.990]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/colorchoice-9c0c5e2325c68bf1/lib-colorchoice.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:13.9199154Z [00:03:28.997]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/utf8parse-388405267e7821b8/lib-utf8parse.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:13.9270487Z [00:03:29.004]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/utf8parse-388405267e7821b8/lib-utf8parse' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:13.9341783Z [00:03:29.011]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/utf8parse-388405267e7821b8/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:13.9413047Z [00:03:29.018]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/utf8parse-388405267e7821b8/dep-lib-utf8parse' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:13.9484194Z [00:03:29.025]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lock_api-fb69158a4272f23a/lib-lock_api.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:13.9554844Z [00:03:29.033]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lock_api-fb69158a4272f23a/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:13.9624966Z [00:03:29.040]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lock_api-fb69158a4272f23a/dep-lib-lock_api' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:13.9694671Z [00:03:29.047]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lock_api-fb69158a4272f23a/lib-lock_api' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:13.9767379Z [00:03:29.054]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bytes-670ef56d94852b53/lib-bytes' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:13.9838611Z [00:03:29.061]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bytes-670ef56d94852b53/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:13.9909158Z [00:03:29.068]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bytes-670ef56d94852b53/dep-lib-bytes' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:13.9980044Z [00:03:29.075]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bytes-670ef56d94852b53/lib-bytes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:14.0051312Z [00:03:29.082]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rayon-d85e41f4801fb8ee/dep-lib-rayon' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:14.0122492Z [00:03:29.089]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rayon-d85e41f4801fb8ee/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:14.0193463Z [00:03:29.096]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rayon-d85e41f4801fb8ee/lib-rayon.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:14.0264557Z [00:03:29.104]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rayon-d85e41f4801fb8ee/lib-rayon' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:14.0335601Z [00:03:29.111]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/either-ca8c527b5d187009/dep-lib-either' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:14.0406915Z [00:03:29.118]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/either-ca8c527b5d187009/lib-either' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:14.0477493Z [00:03:29.125]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/either-ca8c527b5d187009/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:14.0548511Z [00:03:29.132]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/either-ca8c527b5d187009/lib-either.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:14.0619563Z [00:03:29.139]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/toml_datetime-3ccde70a349fa81c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:14.0690761Z [00:03:29.146]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/toml_datetime-3ccde70a349fa81c/dep-lib-toml_datetime' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:14.0761804Z [00:03:29.153]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/toml_datetime-3ccde70a349fa81c/lib-toml_datetime.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:14.0832849Z [00:03:29.160]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/toml_datetime-3ccde70a349fa81c/lib-toml_datetime' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:14.0904189Z [00:03:29.167]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/smallvec-f5cf738d4bc049da/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:14.0975092Z [00:03:29.174]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/smallvec-f5cf738d4bc049da/lib-smallvec' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:14.1044188Z [00:03:29.181]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/smallvec-f5cf738d4bc049da/dep-lib-smallvec' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:14.1115079Z [00:03:29.189]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/smallvec-f5cf738d4bc049da/lib-smallvec.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:14.1187256Z [00:03:29.196]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/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-18T22:06:14.1257997Z [00:03:29.203]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/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-18T22:06:14.1329860Z [00:03:29.210]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lock_api-76b7b1368b8c325d/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:14.1399349Z [00:03:29.217]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lock_api-76b7b1368b8c325d/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:14.1470399Z [00:03:29.224]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/scopeguard-fca9edb259fbe444/lib-scopeguard' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:14.1541244Z [00:03:29.231]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/scopeguard-fca9edb259fbe444/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:14.1612395Z [00:03:29.238]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/scopeguard-fca9edb259fbe444/dep-lib-scopeguard' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:14.1683500Z [00:03:29.245]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/scopeguard-fca9edb259fbe444/lib-scopeguard.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:14.1755142Z [00:03:29.253]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/equivalent-00f80dfaddbea53e/dep-lib-equivalent' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:14.1825254Z [00:03:29.260]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/equivalent-00f80dfaddbea53e/lib-equivalent' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:14.1895711Z [00:03:29.267]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/equivalent-00f80dfaddbea53e/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:14.1965207Z [00:03:29.274]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/equivalent-00f80dfaddbea53e/lib-equivalent.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:14.2036729Z [00:03:29.281]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/terminal_size-c164078a4b6d1e64/lib-terminal_size' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:14.2107305Z [00:03:29.288]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/terminal_size-c164078a4b6d1e64/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:14.2177826Z [00:03:29.295]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/terminal_size-c164078a4b6d1e64/lib-terminal_size.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:14.2248969Z [00:03:29.302]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/terminal_size-c164078a4b6d1e64/dep-lib-terminal_size' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:14.2319659Z [00:03:29.309]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/socket2-8d89b097bb1335ea/lib-socket2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:14.2392285Z [00:03:29.316]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/socket2-8d89b097bb1335ea/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:14.2464012Z [00:03:29.323]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/socket2-8d89b097bb1335ea/dep-lib-socket2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:14.2535101Z [00:03:29.331]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/socket2-8d89b097bb1335ea/lib-socket2.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:14.2606976Z [00:03:29.338]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/winnow-2dea7c4e3af6a35e/lib-winnow' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:14.2678353Z [00:03:29.345]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/winnow-2dea7c4e3af6a35e/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:14.2749783Z [00:03:29.352]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/winnow-2dea7c4e3af6a35e/dep-lib-winnow' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:14.2821040Z [00:03:29.359]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/winnow-2dea7c4e3af6a35e/lib-winnow.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:14.2893192Z [00:03:29.366]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gimli-3215ac086ee6ba72/lib-gimli' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:14.2964724Z [00:03:29.373]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gimli-3215ac086ee6ba72/dep-lib-gimli' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:14.3035647Z [00:03:29.381]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gimli-3215ac086ee6ba72/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:14.3106273Z [00:03:29.388]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gimli-3215ac086ee6ba72/lib-gimli.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:14.3178611Z [00:03:29.395]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tailspin-9e39a91c23cd8b51/lib-tailspin.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:14.3249288Z [00:03:29.402]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tailspin-9e39a91c23cd8b51/dep-lib-tailspin' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:14.3319588Z [00:03:29.409]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tailspin-9e39a91c23cd8b51/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:14.3389874Z [00:03:29.416]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tailspin-9e39a91c23cd8b51/lib-tailspin' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:14.3460800Z [00:03:29.423]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/backtrace-e70168c26ff2692a/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:14.3531110Z [00:03:29.430]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/backtrace-e70168c26ff2692a/dep-lib-backtrace' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:14.3603421Z [00:03:29.437]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/backtrace-e70168c26ff2692a/lib-backtrace.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:14.3673785Z [00:03:29.444]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/backtrace-e70168c26ff2692a/lib-backtrace' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:14.3745310Z [00:03:29.452]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/is_ci-e9957b348b002262/lib-is_ci' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:14.3815467Z [00:03:29.459]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/is_ci-e9957b348b002262/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:14.3886210Z [00:03:29.466]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/is_ci-e9957b348b002262/lib-is_ci.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:14.3957923Z [00:03:29.473]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/is_ci-e9957b348b002262/dep-lib-is_ci' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:14.4029865Z [00:03:29.480]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/notify-d2458e0a26779e93/lib-notify' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:14.4099666Z [00:03:29.487]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/notify-d2458e0a26779e93/dep-lib-notify' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:14.4170366Z [00:03:29.494]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/notify-d2458e0a26779e93/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:14.4241284Z [00:03:29.501]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/notify-d2458e0a26779e93/lib-notify.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:14.4312480Z [00:03:29.508]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hashbrown-2c09c4f5321e38cc/lib-hashbrown' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:14.4383236Z [00:03:29.515]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hashbrown-2c09c4f5321e38cc/lib-hashbrown.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:14.4454513Z [00:03:29.522]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hashbrown-2c09c4f5321e38cc/dep-lib-hashbrown' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:14.4526254Z [00:03:29.530]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hashbrown-2c09c4f5321e38cc/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:14.4597986Z [00:03:29.537]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-27a14f2121b34f21/lib-regex' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:14.4668956Z [00:03:29.544]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-27a14f2121b34f21/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:14.4739363Z [00:03:29.551]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-27a14f2121b34f21/dep-lib-regex' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:14.4810140Z [00:03:29.558]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-27a14f2121b34f21/lib-regex.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:14.4879876Z [00:03:29.565]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde_json-151207b2e1b9208a/lib-serde_json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:14.4948398Z [00:03:29.572]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde_json-151207b2e1b9208a/lib-serde_json.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:14.5019846Z [00:03:29.579]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde_json-151207b2e1b9208a/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:14.5089897Z [00:03:29.586]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde_json-151207b2e1b9208a/dep-lib-serde_json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:14.5159167Z [00:03:29.593]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/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-18T22:06:14.5228305Z [00:03:29.600]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/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-18T22:06:14.5298683Z [00:03:29.607]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/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-18T22:06:14.5368852Z [00:03:29.614]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/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-18T22:06:14.5439997Z [00:03:29.621]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/getrandom-0f4a9aec48c03d82/dep-lib-getrandom' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:14.5510664Z [00:03:29.628]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/getrandom-0f4a9aec48c03d82/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:14.5580970Z [00:03:29.635]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/getrandom-0f4a9aec48c03d82/lib-getrandom' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:14.5651287Z [00:03:29.642]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/getrandom-0f4a9aec48c03d82/lib-getrandom.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:14.5721891Z [00:03:29.649]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-1f0bef145d35d1a2/lib-anstyle.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:14.5792683Z [00:03:29.656]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-1f0bef145d35d1a2/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:14.5863891Z [00:03:29.663]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-1f0bef145d35d1a2/lib-anstyle' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:14.5934133Z [00:03:29.670]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-1f0bef145d35d1a2/dep-lib-anstyle' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:14.6005868Z [00:03:29.678]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/nix-8770d5142b4338bf/dep-lib-nix' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:14.6076426Z [00:03:29.685]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/nix-8770d5142b4338bf/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:14.6147350Z [00:03:29.692]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/nix-8770d5142b4338bf/lib-nix' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:14.6217535Z [00:03:29.699]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/nix-8770d5142b4338bf/lib-nix.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:14.6287745Z [00:03:29.706]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tokio-1e8004299cae8368/dep-lib-tokio' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:14.6357565Z [00:03:29.713]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tokio-1e8004299cae8368/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:14.6429592Z [00:03:29.720]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tokio-1e8004299cae8368/lib-tokio' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:14.6499585Z [00:03:29.727]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tokio-1e8004299cae8368/lib-tokio.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:14.6569181Z [00:03:29.734]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/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-18T22:06:14.6638565Z [00:03:29.741]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/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-18T22:06:14.6707475Z [00:03:29.748]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/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-18T22:06:14.6778273Z [00:03:29.755]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/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-18T22:06:14.6849130Z [00:03:29.762]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/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-18T22:06:14.6919588Z [00:03:29.769]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/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-18T22:06:14.6989972Z [00:03:29.776]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/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-18T22:06:14.7059347Z [00:03:29.783]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/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-18T22:06:14.7129259Z [00:03:29.790]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/shellexpand-21d9ebe31090c83a/dep-lib-shellexpand' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:14.7199866Z [00:03:29.797]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/shellexpand-21d9ebe31090c83a/lib-shellexpand.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:14.7269647Z [00:03:29.804]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/shellexpand-21d9ebe31090c83a/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:14.7338991Z [00:03:29.811]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/shellexpand-21d9ebe31090c83a/lib-shellexpand' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:14.7409102Z [00:03:29.818]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bitflags-9512240895c4827e/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:14.7479491Z [00:03:29.825]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bitflags-9512240895c4827e/lib-bitflags.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:14.7547796Z [00:03:29.832]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bitflags-9512240895c4827e/lib-bitflags' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:14.7618408Z [00:03:29.839]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bitflags-9512240895c4827e/dep-lib-bitflags' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:14.7687462Z [00:03:29.846]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_complete-af6c67f5b801a71e/dep-lib-clap_complete' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:14.7757252Z [00:03:29.853]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_complete-af6c67f5b801a71e/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:14.7827000Z [00:03:29.860]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_complete-af6c67f5b801a71e/lib-clap_complete.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:14.7895895Z [00:03:29.867]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_complete-af6c67f5b801a71e/lib-clap_complete' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:14.7966232Z [00:03:29.874]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-syntax-a6e8118dff480c24/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:14.8036958Z [00:03:29.881]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-syntax-a6e8118dff480c24/dep-lib-regex_syntax' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:14.8107770Z [00:03:29.888]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-syntax-a6e8118dff480c24/lib-regex_syntax' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:14.8177882Z [00:03:29.895]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-syntax-a6e8118dff480c24/lib-regex_syntax.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:14.8248714Z [00:03:29.902]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/toml-36bd339aa0787e06/dep-lib-toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:14.8318724Z [00:03:29.909]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/toml-36bd339aa0787e06/lib-toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:14.8388794Z [00:03:29.916]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/toml-36bd339aa0787e06/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:14.8459428Z [00:03:29.923]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/toml-36bd339aa0787e06/lib-toml.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:14.8530285Z [00:03:29.930]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde-a8c855679b6d2e1e/dep-lib-serde' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:14.8601587Z [00:03:29.937]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde-a8c855679b6d2e1e/lib-serde.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:14.8671690Z [00:03:29.944]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde-a8c855679b6d2e1e/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:14.8743016Z [00:03:29.951]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde-a8c855679b6d2e1e/lib-serde' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:14.8813177Z [00:03:29.958]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-channel-1592dd87362accc2/lib-crossbeam_channel.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:14.8883165Z [00:03:29.965]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-channel-1592dd87362accc2/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:14.8963508Z [00:03:29.973]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-channel-1592dd87362accc2/dep-lib-crossbeam_channel' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:14.9026504Z [00:03:29.980]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-channel-1592dd87362accc2/lib-crossbeam_channel' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:14.9098876Z [00:03:29.987]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unicode-linebreak-e2d7c345523d6c22/lib-unicode_linebreak' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:14.9168230Z [00:03:29.994]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unicode-linebreak-e2d7c345523d6c22/lib-unicode_linebreak.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:14.9237446Z [00:03:30.001]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unicode-linebreak-e2d7c345523d6c22/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:14.9307628Z [00:03:30.008]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unicode-linebreak-e2d7c345523d6c22/dep-lib-unicode_linebreak' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:14.9378437Z [00:03:30.015]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/slab-5e4f78fa6650db13/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:14.9447355Z [00:03:30.022]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/slab-5e4f78fa6650db13/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:14.9517805Z [00:03:30.029]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/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-18T22:06:14.9587832Z [00:03:30.036]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/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-18T22:06:14.9658769Z [00:03:30.043]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/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-18T22:06:14.9728351Z [00:03:30.050]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/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-18T22:06:14.9798669Z [00:03:30.057]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstream-3b02f3262b9455ba/dep-lib-anstream' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:14.9868760Z [00:03:30.064]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstream-3b02f3262b9455ba/lib-anstream' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:14.9938724Z [00:03:30.071]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstream-3b02f3262b9455ba/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:15.0008885Z [00:03:30.078]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstream-3b02f3262b9455ba/lib-anstream.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:15.0080031Z [00:03:30.085]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/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-18T22:06:15.0150495Z [00:03:30.092]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/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-18T22:06:15.0220769Z [00:03:30.099]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/supports-color-b4211258c0cf013a/lib-supports_color' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:15.0290971Z [00:03:30.106]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/supports-color-b4211258c0cf013a/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:15.0359985Z [00:03:30.113]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/supports-color-b4211258c0cf013a/dep-lib-supports_color' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:15.0430676Z [00:03:30.120]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/supports-color-b4211258c0cf013a/lib-supports_color.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:15.0500668Z [00:03:30.127]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libc-f3fdeabbd84fa70c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:15.0570378Z [00:03:30.134]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libc-f3fdeabbd84fa70c/lib-libc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:15.0639491Z [00:03:30.141]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libc-f3fdeabbd84fa70c/dep-lib-libc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:15.0709317Z [00:03:30.148]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libc-f3fdeabbd84fa70c/lib-libc.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:15.0778856Z [00:03:30.155]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/fastrand-7349f526c053b502/dep-lib-fastrand' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:15.0848820Z [00:03:30.162]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/fastrand-7349f526c053b502/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:15.0917634Z [00:03:30.169]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/fastrand-7349f526c053b502/lib-fastrand' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:15.0988251Z [00:03:30.176]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/fastrand-7349f526c053b502/lib-fastrand.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:15.1058852Z [00:03:30.183]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/winsplit-6adc453419303676/dep-lib-winsplit' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:15.1128989Z [00:03:30.190]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/winsplit-6adc453419303676/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:15.1197673Z [00:03:30.197]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/winsplit-6adc453419303676/lib-winsplit.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:15.1268403Z [00:03:30.204]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/winsplit-6adc453419303676/lib-winsplit' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:15.1339142Z [00:03:30.211]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/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-18T22:06:15.1408689Z [00:03:30.218]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/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-18T22:06:15.1477734Z [00:03:30.225]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/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-18T22:06:15.1549197Z [00:03:30.232]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/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-18T22:06:15.1619294Z [00:03:30.239]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/inotify-sys-e1afbe4c1c7cdc4f/lib-inotify_sys' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:15.1689718Z [00:03:30.246]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/inotify-sys-e1afbe4c1c7cdc4f/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:15.1759693Z [00:03:30.253]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/inotify-sys-e1afbe4c1c7cdc4f/lib-inotify_sys.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:15.1829295Z [00:03:30.260]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/inotify-sys-e1afbe4c1c7cdc4f/dep-lib-inotify_sys' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:15.1898310Z [00:03:30.267]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/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-18T22:06:15.1967318Z [00:03:30.274]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/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-18T22:06:15.2037589Z [00:03:30.281]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/getrandom-8f37605a9c77621b/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:15.2107643Z [00:03:30.288]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/getrandom-8f37605a9c77621b/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:15.2178484Z [00:03:30.295]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/object-7c3622e5b9729208/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:15.2249412Z [00:03:30.302]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/object-7c3622e5b9729208/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:15.2321327Z [00:03:30.309]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/mio-c4b5cc0db1c9ab3b/lib-mio.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:15.2389238Z [00:03:30.316]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/mio-c4b5cc0db1c9ab3b/dep-lib-mio' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:15.2460168Z [00:03:30.323]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/mio-c4b5cc0db1c9ab3b/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:15.2528041Z [00:03:30.330]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/mio-c4b5cc0db1c9ab3b/lib-mio' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:15.2598184Z [00:03:30.337]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_builder-aa045e24d9346fc6/lib-clap_builder' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:15.2668890Z [00:03:30.344]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_builder-aa045e24d9346fc6/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:15.2740552Z [00:03:30.351]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_builder-aa045e24d9346fc6/lib-clap_builder.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:15.2810265Z [00:03:30.358]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_builder-aa045e24d9346fc6/dep-lib-clap_builder' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:15.2881124Z [00:03:30.365]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-core-7cc7933eec180d26/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:15.2951600Z [00:03:30.372]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-core-7cc7933eec180d26/dep-lib-futures_core' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:15.3020502Z [00:03:30.379]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-core-7cc7933eec180d26/lib-futures_core' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:15.3090324Z [00:03:30.386]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-core-7cc7933eec180d26/lib-futures_core.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:15.3159286Z [00:03:30.393]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tailspin-be72b1097f28edc2/dep-bin-tspin' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:15.3227446Z [00:03:30.400]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tailspin-be72b1097f28edc2/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:15.3296261Z [00:03:30.407]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tailspin-be72b1097f28edc2/bin-tspin' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:15.3365754Z [00:03:30.414]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tailspin-be72b1097f28edc2/bin-tspin.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:15.3436155Z [00:03:30.421]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ryu-5d7663d4e453975b/dep-lib-ryu' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:15.3507144Z [00:03:30.428]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ryu-5d7663d4e453975b/lib-ryu' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:15.3577441Z [00:03:30.435]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ryu-5d7663d4e453975b/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:15.3648685Z [00:03:30.442]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ryu-5d7663d4e453975b/lib-ryu.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:15.3720388Z [00:03:30.449]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/inotify-0d1365971c23b0d1/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:15.3790044Z [00:03:30.456]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/inotify-0d1365971c23b0d1/lib-inotify.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:15.3861318Z [00:03:30.463]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/inotify-0d1365971c23b0d1/lib-inotify' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:15.3931717Z [00:03:30.470]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/inotify-0d1365971c23b0d1/dep-lib-inotify' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:15.4003586Z [00:03:30.477]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/toml_writer-892fe5ab5f5215ca/lib-toml_writer.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:15.4073993Z [00:03:30.484]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/toml_writer-892fe5ab5f5215ca/lib-toml_writer' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:15.4144692Z [00:03:30.492]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/toml_writer-892fe5ab5f5215ca/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:15.4215174Z [00:03:30.499]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/toml_writer-892fe5ab5f5215ca/dep-lib-toml_writer' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:15.4285176Z [00:03:30.506]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unicode-width-355d02a9b26506ec/dep-lib-unicode_width' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:15.4355562Z [00:03:30.513]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unicode-width-355d02a9b26506ec/lib-unicode_width.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:15.4425928Z [00:03:30.520]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unicode-width-355d02a9b26506ec/lib-unicode_width' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:15.4495648Z [00:03:30.527]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unicode-width-355d02a9b26506ec/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:15.4566281Z [00:03:30.534]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libc-9d9dc4f488164ee9/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:15.4636831Z [00:03:30.541]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libc-9d9dc4f488164ee9/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:15.4706732Z [00:03:30.548]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/linemux-54406ddabd26b688/lib-linemux' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:15.4777375Z [00:03:30.555]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/linemux-54406ddabd26b688/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:15.4848402Z [00:03:30.562]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/linemux-54406ddabd26b688/lib-linemux.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:15.4920110Z [00:03:30.569]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/linemux-54406ddabd26b688/dep-lib-linemux' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:15.4991166Z [00:03:30.576]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/strsim-0535910dc9036bf9/lib-strsim.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:15.5064342Z [00:03:30.583]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/strsim-0535910dc9036bf9/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:15.5136022Z [00:03:30.591]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/strsim-0535910dc9036bf9/lib-strsim' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:15.5207400Z [00:03:30.598]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/strsim-0535910dc9036bf9/dep-lib-strsim' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:15.5279029Z [00:03:30.605]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cfg-if-ad922fe68dc3537f/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:15.5351183Z [00:03:30.612]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cfg-if-ad922fe68dc3537f/lib-cfg_if' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:15.5421706Z [00:03:30.619]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cfg-if-ad922fe68dc3537f/dep-lib-cfg_if' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:15.5491906Z [00:03:30.626]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cfg-if-ad922fe68dc3537f/lib-cfg_if.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:15.5563495Z [00:03:30.633]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pin-utils-327e87f8993c05ae/lib-pin_utils.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:15.5634161Z [00:03:30.640]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pin-utils-327e87f8993c05ae/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:15.5704777Z [00:03:30.647]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pin-utils-327e87f8993c05ae/lib-pin_utils' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:15.5775314Z [00:03:30.655]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pin-utils-327e87f8993c05ae/dep-lib-pin_utils' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:15.5845303Z [00:03:30.662]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/backtrace-ext-89e2a7a5460c87a4/lib-backtrace_ext' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:15.5914790Z [00:03:30.668]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/backtrace-ext-89e2a7a5460c87a4/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:15.5983713Z [00:03:30.675]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/backtrace-ext-89e2a7a5460c87a4/dep-lib-backtrace_ext' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:15.6053411Z [00:03:30.682]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/backtrace-ext-89e2a7a5460c87a4/lib-backtrace_ext.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:15.6123860Z [00:03:30.689]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/shell-words-e9e4fbd39491fe62/lib-shell_words' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:15.6193546Z [00:03:30.696]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/shell-words-e9e4fbd39491fe62/dep-lib-shell_words' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:15.6262859Z [00:03:30.703]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/shell-words-e9e4fbd39491fe62/lib-shell_words.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:15.6331005Z [00:03:30.710]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/shell-words-e9e4fbd39491fe62/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:15.6400813Z [00:03:30.717]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-parse-84b7b16131790355/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:15.6469381Z [00:03:30.724]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-parse-84b7b16131790355/lib-anstyle_parse.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:15.6537909Z [00:03:30.731]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-parse-84b7b16131790355/dep-lib-anstyle_parse' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:15.6607638Z [00:03:30.738]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-parse-84b7b16131790355/lib-anstyle_parse' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:15.6677159Z [00:03:30.745]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/toml_parser-0fd11076ae604d8a/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:15.6745960Z [00:03:30.752]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/toml_parser-0fd11076ae604d8a/dep-lib-toml_parser' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:15.6814876Z [00:03:30.758]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/toml_parser-0fd11076ae604d8a/lib-toml_parser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:15.6883467Z [00:03:30.765]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/toml_parser-0fd11076ae604d8a/lib-toml_parser' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:15.6952320Z [00:03:30.772]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/adler2-f6abfeb5c073bc13/lib-adler2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:15.7021601Z [00:03:30.779]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/adler2-f6abfeb5c073bc13/dep-lib-adler2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:15.7090499Z [00:03:30.786]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/adler2-f6abfeb5c073bc13/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:15.7158603Z [00:03:30.793]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/adler2-f6abfeb5c073bc13/lib-adler2.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:15.7228932Z [00:03:30.800]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-task-add56d117c301428/lib-futures_task.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:15.7298822Z [00:03:30.807]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-task-add56d117c301428/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:15.7369045Z [00:03:30.814]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-task-add56d117c301428/dep-lib-futures_task' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:15.7441596Z [00:03:30.821]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/futures-task-add56d117c301428/lib-futures_task' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:15.7509282Z [00:03:30.828]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ctrlc-841fe0ffeceb4ee5/dep-lib-ctrlc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:15.7578571Z [00:03:30.835]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ctrlc-841fe0ffeceb4ee5/lib-ctrlc.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:15.7647279Z [00:03:30.842]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ctrlc-841fe0ffeceb4ee5/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:15.7716976Z [00:03:30.849]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ctrlc-841fe0ffeceb4ee5/lib-ctrlc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:15.7788172Z [00:03:30.856]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/supports-hyperlinks-7a392e4a024bd5f5/lib-supports_hyperlinks.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:15.7857289Z [00:03:30.863]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/supports-hyperlinks-7a392e4a024bd5f5/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:15.7926441Z [00:03:30.870]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/supports-hyperlinks-7a392e4a024bd5f5/lib-supports_hyperlinks' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:15.7995504Z [00:03:30.877]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/supports-hyperlinks-7a392e4a024bd5f5/dep-lib-supports_hyperlinks' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:15.8064266Z [00:03:30.883]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/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-18T22:06:15.8132109Z [00:03:30.890]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/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-18T22:06:15.8202287Z [00:03:30.897]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/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-18T22:06:15.8275818Z [00:03:30.905]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/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-18T22:06:15.8345841Z [00:03:30.912]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/nu-ansi-term-9035c773913e8a79/dep-lib-nu_ansi_term' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:15.8415328Z [00:03:30.919]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/nu-ansi-term-9035c773913e8a79/lib-nu_ansi_term' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:15.8483698Z [00:03:30.925]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/nu-ansi-term-9035c773913e8a79/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:15.8552521Z [00:03:30.932]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/nu-ansi-term-9035c773913e8a79/lib-nu_ansi_term.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:15.8623103Z [00:03:30.939]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/itoa-b2a72e844afe803f/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:15.8691534Z [00:03:30.946]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/itoa-b2a72e844afe803f/dep-lib-itoa' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:15.8760807Z [00:03:30.953]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/itoa-b2a72e844afe803f/lib-itoa.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:15.8830267Z [00:03:30.960]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/itoa-b2a72e844afe803f/lib-itoa' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:15.8901827Z [00:03:30.967]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/indexmap-83895ec535695fc8/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:15.8970230Z [00:03:30.974]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/indexmap-83895ec535695fc8/lib-indexmap.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:15.9039366Z [00:03:30.981]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/indexmap-83895ec535695fc8/dep-lib-indexmap' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:15.9109000Z [00:03:30.988]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/indexmap-83895ec535695fc8/lib-indexmap' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:15.9178849Z [00:03:30.995]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/miette-1f6bcf2c6f8ec8e7/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:15.9249302Z [00:03:31.002]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/miette-1f6bcf2c6f8ec8e7/lib-miette.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:15.9320191Z [00:03:31.009]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/miette-1f6bcf2c6f8ec8e7/lib-miette' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:15.9389156Z [00:03:31.016]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/miette-1f6bcf2c6f8ec8e7/dep-lib-miette' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:15.9459125Z [00:03:31.023]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/slab-e1aec67ca6d91568/lib-slab.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:15.9528485Z [00:03:31.030]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/slab-e1aec67ca6d91568/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:15.9598375Z [00:03:31.037]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/slab-e1aec67ca6d91568/dep-lib-slab' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:15.9668946Z [00:03:31.044]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/slab-e1aec67ca6d91568/lib-slab' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:15.9739383Z [00:03:31.051]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-automata-f222507f3749a68d/dep-lib-regex_automata' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:15.9812188Z [00:03:31.058]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-automata-f222507f3749a68d/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:15.9884670Z [00:03:31.065]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-automata-f222507f3749a68d/lib-regex_automata.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:15.9956375Z [00:03:31.073]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-automata-f222507f3749a68d/lib-regex_automata' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:16.0027746Z [00:03:31.080]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/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-18T22:06:16.0098375Z [00:03:31.087]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/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-18T22:06:16.0168603Z [00:03:31.094]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/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-18T22:06:16.0239118Z [00:03:31.101]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/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-18T22:06:16.0309206Z [00:03:31.108]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/object-ca2aee07ac6dcd60/dep-lib-object' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:16.0378515Z [00:03:31.115]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/object-ca2aee07ac6dcd60/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:16.0448194Z [00:03:31.122]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/object-ca2aee07ac6dcd60/lib-object.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:16.0518825Z [00:03:31.129]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/object-ca2aee07ac6dcd60/lib-object' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:16.0589790Z [00:03:31.136]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/parking_lot-cf527eff4a9e9c43/dep-lib-parking_lot' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:16.0659576Z [00:03:31.143]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/parking_lot-cf527eff4a9e9c43/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:16.0729179Z [00:03:31.150]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/parking_lot-cf527eff4a9e9c43/lib-parking_lot' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:16.0799256Z [00:03:31.157]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/parking_lot-cf527eff4a9e9c43/lib-parking_lot.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:16.0870912Z [00:03:31.164]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/once_cell-060cccef245b8c37/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:16.0940396Z [00:03:31.171]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/once_cell-060cccef245b8c37/dep-lib-once_cell' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:16.1010279Z [00:03:31.178]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/once_cell-060cccef245b8c37/lib-once_cell' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:16.1080315Z [00:03:31.185]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/once_cell-060cccef245b8c37/lib-once_cell.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:16.1150649Z [00:03:31.192]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/linux-raw-sys-c647c5d8acd152ae/lib-linux_raw_sys' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:16.1220743Z [00:03:31.199]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/linux-raw-sys-c647c5d8acd152ae/lib-linux_raw_sys.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:16.1290044Z [00:03:31.206]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/linux-raw-sys-c647c5d8acd152ae/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:16.1359255Z [00:03:31.213]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/linux-raw-sys-c647c5d8acd152ae/dep-lib-linux_raw_sys' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:16.1429595Z [00:03:31.220]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde_spanned-c8655861c17aadb5/lib-serde_spanned.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:16.1500045Z [00:03:31.227]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde_spanned-c8655861c17aadb5/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:16.1569989Z [00:03:31.234]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde_spanned-c8655861c17aadb5/dep-lib-serde_spanned' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:16.1639451Z [00:03:31.241]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde_spanned-c8655861c17aadb5/lib-serde_spanned' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:16.1709814Z [00:03:31.248]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/option-ext-dd7fd95bf387f8ef/lib-option_ext.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:16.1779907Z [00:03:31.255]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/option-ext-dd7fd95bf387f8ef/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:16.1850866Z [00:03:31.262]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/option-ext-dd7fd95bf387f8ef/lib-option_ext' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:16.1920694Z [00:03:31.269]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/option-ext-dd7fd95bf387f8ef/dep-lib-option_ext' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:16.1990644Z [00:03:31.276]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/dirs-sys-e8970ab1144ac618/dep-lib-dirs_sys' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:16.2060344Z [00:03:31.283]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/dirs-sys-e8970ab1144ac618/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:16.2130114Z [00:03:31.290]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/dirs-sys-e8970ab1144ac618/lib-dirs_sys.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:16.2200120Z [00:03:31.297]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/dirs-sys-e8970ab1144ac618/lib-dirs_sys' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:16.2271003Z [00:03:31.304]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/is_terminal_polyfill-f03c0c3b7c68aa9a/lib-is_terminal_polyfill' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:16.2340778Z [00:03:31.311]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/is_terminal_polyfill-f03c0c3b7c68aa9a/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:16.2411742Z [00:03:31.318]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/is_terminal_polyfill-f03c0c3b7c68aa9a/dep-lib-is_terminal_polyfill' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:16.2482351Z [00:03:31.325]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/is_terminal_polyfill-f03c0c3b7c68aa9a/lib-is_terminal_polyfill.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:16.2558795Z [00:03:31.333]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pin-project-lite-2a91682787be765b/lib-pin_project_lite.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:16.2630133Z [00:03:31.340]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pin-project-lite-2a91682787be765b/dep-lib-pin_project_lite' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:16.2700616Z [00:03:31.347]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pin-project-lite-2a91682787be765b/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:16.2771974Z [00:03:31.354]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pin-project-lite-2a91682787be765b/lib-pin_project_lite' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:16.2841000Z [00:03:31.361]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/addr2line-f22e1d10b143ba90/dep-lib-addr2line' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:16.2911689Z [00:03:31.368]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/addr2line-f22e1d10b143ba90/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:16.2981346Z [00:03:31.375]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/addr2line-f22e1d10b143ba90/lib-addr2line' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:16.3049923Z [00:03:31.382]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/addr2line-f22e1d10b143ba90/lib-addr2line.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:16.3118966Z [00:03:31.389]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustix-8374a27e0d101d51/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:16.3190450Z [00:03:31.396]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustix-8374a27e0d101d51/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:16.3259198Z [00:03:31.403]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/supports-unicode-2e7c2618ee2da0b8/dep-lib-supports_unicode' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:16.3328305Z [00:03:31.410]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/supports-unicode-2e7c2618ee2da0b8/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:16.3398201Z [00:03:31.417]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/supports-unicode-2e7c2618ee2da0b8/lib-supports_unicode' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:16.3468430Z [00:03:31.424]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/supports-unicode-2e7c2618ee2da0b8/lib-supports_unicode.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:16.3539131Z [00:03:31.431]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-query-51ee185e4c4ff5f7/lib-anstyle_query' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:16.3610132Z [00:03:31.438]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-query-51ee185e4c4ff5f7/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:16.3680647Z [00:03:31.445]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-query-51ee185e4c4ff5f7/lib-anstyle_query.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:16.3750622Z [00:03:31.452]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-query-51ee185e4c4ff5f7/dep-lib-anstyle_query' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:16.3819898Z [00:03:31.459]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustc-demangle-56002613ad8f8a7f/lib-rustc_demangle' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:16.3891708Z [00:03:31.466]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustc-demangle-56002613ad8f8a7f/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:16.3960081Z [00:03:31.473]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustc-demangle-56002613ad8f8a7f/dep-lib-rustc_demangle' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:16.4028681Z [00:03:31.480]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustc-demangle-56002613ad8f8a7f/lib-rustc_demangle.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:16.4098523Z [00:03:31.487]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/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-18T22:06:16.4169513Z [00:03:31.494]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/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-18T22:06:16.4239296Z [00:03:31.501]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/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-18T22:06:16.4309380Z [00:03:31.508]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/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-18T22:06:16.4379573Z [00:03:31.515]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/aho-corasick-e6a0a7a0e260dee1/lib-aho_corasick.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:16.4448589Z [00:03:31.522]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/aho-corasick-e6a0a7a0e260dee1/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:16.4518700Z [00:03:31.529]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/aho-corasick-e6a0a7a0e260dee1/lib-aho_corasick' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:16.4588506Z [00:03:31.536]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/aho-corasick-e6a0a7a0e260dee1/dep-lib-aho_corasick' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:16.4658112Z [00:03:31.543]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap-d64467ba2ce40c03/dep-lib-clap' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:16.4730562Z [00:03:31.550]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap-d64467ba2ce40c03/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:16.4802132Z [00:03:31.557]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap-d64467ba2ce40c03/lib-clap.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:16.4872322Z [00:03:31.564]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap-d64467ba2ce40c03/lib-clap' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:16.4943068Z [00:03:31.571]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/signal-hook-registry-fefeaecc69f23968/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:16.5013809Z [00:03:31.578]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/signal-hook-registry-fefeaecc69f23968/lib-signal_hook_registry.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:16.5085466Z [00:03:31.586]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/signal-hook-registry-fefeaecc69f23968/dep-lib-signal_hook_registry' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:16.5156348Z [00:03:31.593]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/signal-hook-registry-fefeaecc69f23968/lib-signal_hook_registry' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:16.5227348Z [00:03:31.600]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tempfile-a769e268b0aea6e3/dep-lib-tempfile' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:16.5297057Z [00:03:31.607]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tempfile-a769e268b0aea6e3/lib-tempfile.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:16.5367648Z [00:03:31.614]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tempfile-a769e268b0aea6e3/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:16.5438090Z [00:03:31.621]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tempfile-a769e268b0aea6e3/lib-tempfile' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:16.5507383Z [00:03:31.628]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/dirs-d3d8b7ec183f449d/dep-lib-dirs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:16.5580123Z [00:03:31.635]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/dirs-d3d8b7ec183f449d/lib-dirs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:16.5649689Z [00:03:31.642]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/dirs-d3d8b7ec183f449d/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:16.5718265Z [00:03:31.649]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/dirs-d3d8b7ec183f449d/lib-dirs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:16.5788179Z [00:03:31.656]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/parking_lot_core-3c7abd0f10920420/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:16.5857841Z [00:03:31.663]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/parking_lot_core-3c7abd0f10920420/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:16.5928139Z [00:03:31.670]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thiserror-e8be2e23a342b85c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:16.5998571Z [00:03:31.677]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thiserror-e8be2e23a342b85c/lib-thiserror.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:16.6068519Z [00:03:31.684]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thiserror-e8be2e23a342b85c/lib-thiserror' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:16.6139694Z [00:03:31.691]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thiserror-e8be2e23a342b85c/dep-lib-thiserror' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:16.6208752Z [00:03:31.698]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde_json-f7b93d380dfc985a/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:16.6278829Z [00:03:31.705]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde_json-f7b93d380dfc985a/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:16.6346743Z [00:03:31.712]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/release/libtailspin.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:16.6416893Z [00:03:31.719]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/x86_64-unknown-linux-musl/CACHEDIR.TAG' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:16.6486689Z [00:03:31.726]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/target/CACHEDIR.TAG' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:16.6557768Z [00:03:31.733]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/assets/examples/keywords.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:16.6625440Z [00:03:31.740]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/assets/examples/urls.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:16.6693635Z [00:03:31.746]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/assets/examples/processes.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:16.6764076Z [00:03:31.753]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/assets/examples/pointers.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:16.6834552Z [00:03:31.761]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/assets/examples/dates.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:16.6904613Z [00:03:31.768]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/assets/examples/paths.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:16.6975868Z [00:03:31.775]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/assets/examples/ip.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:16.7045506Z [00:03:31.782]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/assets/examples/numbers.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:16.7115312Z [00:03:31.789]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/assets/examples/quotes.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:16.7184002Z [00:03:31.795]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/assets/examples/otf.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:16.7254427Z [00:03:31.803]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/assets/examples/http.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:16.7323735Z [00:03:31.809]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/assets/examples/kv.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:16.7393981Z [00:03:31.816]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/assets/examples/uuids.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:16.7462773Z [00:03:31.823]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/assets/tailspin.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:16.7532805Z [00:03:31.830]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.akLxxVFhF5/TEMPREPO/assets/main.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:16.7601716Z [00:03:31.837]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tspin' retained as 0755 (rwxr-xr-x)
2025-08-18T22:06:16.7670779Z [00:03:31.844]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:16.7741330Z [00:03:31.851]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tailspin' retained as 0755 (rwxr-xr-x)
2025-08-18T22:06:16.7810384Z [00:03:31.858]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/MANIFEST.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:16.7880753Z [00:03:31.865]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:16.7949366Z [00:03:31.872]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/tspin' retained as 0755 (rwxr-xr-x)
2025-08-18T22:06:16.8019765Z [00:03:31.879]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/tailspin.version' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:16.8089025Z [00:03:31.886]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:16.8158173Z [00:03:31.893]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/tailspin' retained as 0755 (rwxr-xr-x)
2025-08-18T22:06:16.8229527Z [00:03:31.900]➜  mode of '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/tailspin.static.version' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:06:16.8836190Z Error: Error { kind: InvalidData, message: "stream did not contain valid UTF-8" }
2025-08-18T22:06:16.8837409Z [00:03:31.961]➜  bash: -c: line 13: unexpected EOF while looking for matching `"'
2025-08-18T22:06:27.4587991Z 
2025-08-18T22:06:27.4589271Z [+] Sanitizing /tmp/pkgforge/0pEBq871o_SBUILD/BUILD.log ==> /tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/tailspin.static.log
2025-08-18T22:06:29.8286614Z '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/tailspin.static.log' -> '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/tspin.log'
2025-08-18T22:06:29.8288495Z '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/tailspin.static.log' -> '/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/tailspin.log'
2025-08-18T22:06:29.8336745Z [+] ==> https://api.ghcr.pkgforge.dev/pkgforge/bincache/tailspin/official/tspin?tag=HEAD-b012c56-250818T091402-x86_64-linux&download=tspin.log
2025-08-18T22:06:29.8337691Z 
2025-08-18T22:06:29.8338501Z [+] Parsing/Uploading tailspin/tspin --> https://github.com/orgs/pkgforge/packages/container/package/bincache%2Ftailspin%2Ftspin [x86_64-Linux]
2025-08-18T22:06:29.8340338Z [+] ==> https://api.ghcr.pkgforge.dev/pkgforge/bincache/tailspin/official/tailspin?tag=HEAD-b012c56-250818T091402-x86_64-linux&download=tailspin.log
2025-08-18T22:06:29.8342318Z 
2025-08-18T22:06:29.8343177Z [+] Parsing/Uploading tailspin/tailspin --> https://github.com/orgs/pkgforge/packages/container/package/bincache%2Ftailspin%2Ftailspin [x86_64-Linux]
2025-08-18T22:06:29.8384671Z {
2025-08-18T22:06:29.8385037Z   "_disabled": "false",
2025-08-18T22:06:29.8385583Z   "host": "x86_64-Linux",
2025-08-18T22:06:29.8385969Z   "rank": "",
2025-08-18T22:06:29.8386300Z   "pkg": "tailspin.static",
2025-08-18T22:06:29.8386700Z   "pkg_family": "tailspin",
2025-08-18T22:06:29.8387164Z   "pkg_id": "github.com.bensadeh.tailspin",
2025-08-18T22:06:29.8387617Z   "pkg_name": "tailspin",
2025-08-18T22:06:29.8387968Z   "pkg_type": "static",
2025-08-18T22:06:29.8388677Z   "pkg_webpage": "https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/tailspin/official/tailspin",
2025-08-18T22:06:29.8389479Z   "app_id": "",
2025-08-18T22:06:29.8389813Z   "appstream": "",
2025-08-18T22:06:29.8390080Z   "category": [
2025-08-18T22:06:29.8390279Z     "ConsoleOnly",
2025-08-18T22:06:29.8390583Z     "Utility"
2025-08-18T22:06:29.8390874Z   ],
2025-08-18T22:06:29.8391565Z   "description": "A log file highlighter and a drop-in replacement for tail -f",
2025-08-18T22:06:29.8392057Z   "desktop": "",
2025-08-18T22:06:29.8392396Z   "homepage": [
2025-08-18T22:06:29.8392770Z     "https://github.com/bensadeh/tailspin"
2025-08-18T22:06:29.8393210Z   ],
2025-08-18T22:06:29.8394205Z   "icon": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/tailspin/official/tailspin?tag=HEAD-b012c56-250818T091402-x86_64-linux&download=tailspin.png",
2025-08-18T22:06:29.8395325Z   "license": [
2025-08-18T22:06:29.8395629Z     "MIT"
2025-08-18T22:06:29.8395901Z   ],
2025-08-18T22:06:29.8396191Z   "maintainer": [
2025-08-18T22:06:29.8396570Z     "Azathothas (https://github.com/Azathothas)"
2025-08-18T22:06:29.8397018Z   ],
2025-08-18T22:06:29.8397326Z   "provides": [
2025-08-18T22:06:29.8397646Z     "tspin",
2025-08-18T22:06:29.8398197Z     "tailspin"
2025-08-18T22:06:29.8398530Z   ],
2025-08-18T22:06:29.8398819Z   "note": [
2025-08-18T22:06:29.8399422Z     "Built From Source (Latest Git HEAD). Check/Report @ https://github.com/bensadeh/tailspin"
2025-08-18T22:06:29.8400111Z   ],
2025-08-18T22:06:29.8400405Z   "repology": [
2025-08-18T22:06:29.8400726Z     "tailspin"
2025-08-18T22:06:29.8401028Z   ],
2025-08-18T22:06:29.8401554Z   "screenshots": [],
2025-08-18T22:06:29.8401950Z   "src_url": [
2025-08-18T22:06:29.8402314Z     "https://github.com/bensadeh/tailspin"
2025-08-18T22:06:29.8402724Z   ],
2025-08-18T22:06:29.8402970Z   "tag": [
2025-08-18T22:06:29.8403227Z     "log",
2025-08-18T22:06:29.8403486Z     "logfile",
2025-08-18T22:06:29.8403788Z     "tail"
2025-08-18T22:06:29.8404071Z   ],
2025-08-18T22:06:29.8404396Z   "version": "HEAD-b012c56-250818T091402",
2025-08-18T22:06:29.8404861Z   "version_upstream": "5.4.5",
2025-08-18T22:06:29.8405474Z   "bsum": "6b69360d6d48ae12f774e8f29f77137257ea37a3974e98f1f3a31f8a90f5090b",
2025-08-18T22:06:29.8406154Z   "build_date": "2025-08-18T22:06:18Z",
2025-08-18T22:06:29.8406786Z   "build_gha": "https://github.com/pkgforge/bincache/actions/runs/17051082933",
2025-08-18T22:06:29.8407430Z   "build_id": "17051082933",
2025-08-18T22:06:29.8408515Z   "build_log": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/tailspin/official/tailspin?tag=HEAD-b012c56-250818T091402-x86_64-linux&download=tailspin.log",
2025-08-18T22:06:29.8410150Z   "build_script": "https://github.com/pkgforge/soarpkgs/blob/main/binaries/tailspin/static.official.source.yaml",
2025-08-18T22:06:29.8411936Z   "download_url": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/tailspin/official/tailspin?tag=HEAD-b012c56-250818T091402-x86_64-linux&download=tailspin",
2025-08-18T22:06:29.8413532Z   "ghcr_pkg": "ghcr.io/pkgforge/bincache/tailspin/official/tailspin:HEAD-b012c56-250818T091402-x86_64-linux",
2025-08-18T22:06:29.8414578Z   "ghcr_url": "https://ghcr.io/pkgforge/bincache/tailspin/official/tailspin",
2025-08-18T22:06:29.8415900Z   "manifest_url": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/tailspin/official/tailspin?tag=HEAD-b012c56-250818T091402-x86_64-linux&manifest",
2025-08-18T22:06:29.8417482Z   "shasum": "da87cc0820e166674ac567d3471f14090431b543c395b34f7bdf1ffee6ed0201",
2025-08-18T22:06:29.8418142Z   "size": "3.4 MB",
2025-08-18T22:06:29.8418474Z   "size_raw": "3471592",
2025-08-18T22:06:29.8418837Z   "snapshots": [
2025-08-18T22:06:29.8419236Z     "HEAD-ad8bcff-250113T065516-x86_64-linux[4.0.0]",
2025-08-18T22:06:29.8419750Z     "HEAD-1285516-250127T071050-x86_64-linux",
2025-08-18T22:06:29.8420222Z     "HEAD-9e330cc-250203T070507-x86_64-linux",
2025-08-18T22:06:29.8420695Z     "HEAD-d340742-250210T065130-x86_64-linux",
2025-08-18T22:06:29.8421168Z     "HEAD-4e25fd8-250217T070719-x86_64-linux",
2025-08-18T22:06:29.8421820Z     "HEAD-76a24b5-250221T092421-x86_64-linux",
2025-08-18T22:06:29.8422301Z     "HEAD-b62226d-250223T104637-x86_64-linux",
2025-08-18T22:06:29.8422847Z     "HEAD-7a38079-250224T072042-x86_64-linux[NA-2025-02-24]",
2025-08-18T22:06:29.8423458Z     "HEAD-6812a49-250303T063627-x86_64-linux[NA-2025-03-03]",
2025-08-18T22:06:29.8424025Z     "HEAD-e5de3a9-250310T100122-x86_64-linux[4.0.0]",
2025-08-18T22:06:29.8424553Z     "HEAD-475f55f-250602T102040-x86_64-linux[5.4.4]",
2025-08-18T22:06:29.8425065Z     "HEAD-d8a3200-250608T092629-x86_64-linux[5.4.5]",
2025-08-18T22:06:29.8425575Z     "HEAD-71f2854-250616T070458-x86_64-linux[5.4.5]",
2025-08-18T22:06:29.8426081Z     "HEAD-44bc534-250707T100556-x86_64-linux[5.4.5]",
2025-08-18T22:06:29.8426593Z     "HEAD-3cdb31c-250714T070103-x86_64-linux[5.4.5]",
2025-08-18T22:06:29.8427153Z     "HEAD-1f00bcb-250721T112518-x86_64-linux[5.4.5]",
2025-08-18T22:06:29.8427668Z     "HEAD-3ce1020-250728T072216-x86_64-linux[5.4.5]",
2025-08-18T22:06:29.8428178Z     "HEAD-b79d657-250804T080427-x86_64-linux[5.4.5]",
2025-08-18T22:06:29.8428692Z     "HEAD-5e21701-250811T114936-x86_64-linux[5.4.5]"
2025-08-18T22:06:29.8429141Z   ]
2025-08-18T22:06:29.8429418Z }
2025-08-18T22:06:29.8429581Z 
2025-08-18T22:06:29.8429903Z {
2025-08-18T22:06:29.8430067Z 
2025-08-18T22:06:29.8430201Z   "_disabled": "false",
2025-08-18T22:06:29.8430563Z   "host": "x86_64-Linux",
2025-08-18T22:06:29.8430917Z   "rank": "",
2025-08-18T22:06:29.8431251Z   "pkg": "tailspin.static",
2025-08-18T22:06:29.8431835Z   "pkg_family": "tailspin",
2025-08-18T22:06:29.8432247Z   "pkg_id": "github.com.bensadeh.tailspin",
2025-08-18T22:06:29.8432717Z   "pkg_name": "tspin",
2025-08-18T22:06:29.8433065Z   "pkg_type": "static",
2025-08-18T22:06:29.8433749Z   "pkg_webpage": "https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/tailspin/official/tspin",
2025-08-18T22:06:29.8434491Z   "app_id": "",
2025-08-18T22:06:29.8434814Z   "appstream": "",
2025-08-18T22:06:29.8435133Z   "category": [
2025-08-18T22:06:29.8435446Z     "ConsoleOnly",
2025-08-18T22:06:29.8435760Z     "Utility"
2025-08-18T22:06:29.8436055Z   ],
2025-08-18T22:06:29.8436571Z   "description": "A log file highlighter and a drop-in replacement for tail -f",
2025-08-18T22:06:29.8437225Z   "desktop": "",
2025-08-18T22:06:29.8437562Z   "homepage": [
2025-08-18T22:06:29.8437934Z     "https://github.com/bensadeh/tailspin"
2025-08-18T22:06:29.8438368Z   ],
2025-08-18T22:06:29.8439329Z   "icon": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/tailspin/official/tspin?tag=HEAD-b012c56-250818T091402-x86_64-linux&download=tspin.png",
2025-08-18T22:06:29.8440404Z   "license": [
2025-08-18T22:06:29.8440711Z     "MIT"
2025-08-18T22:06:29.8440996Z   ],
2025-08-18T22:06:29.8441278Z   "maintainer": [
2025-08-18T22:06:29.8459444Z     "Azathothas (https://github.com/Azathothas)"
2025-08-18T22:06:29.8459929Z   ],
2025-08-18T22:06:29.8460211Z   "provides": [
2025-08-18T22:06:29.8460525Z     "tspin",
2025-08-18T22:06:29.8460819Z     "tailspin"
2025-08-18T22:06:29.8461111Z   ],
2025-08-18T22:06:29.8461540Z   "note": [
2025-08-18T22:06:29.8462122Z     "Built From Source (Latest Git HEAD). Check/Report @ https://github.com/bensadeh/tailspin"
2025-08-18T22:06:29.8462799Z   ],
2025-08-18T22:06:29.8463090Z   "repology": [
2025-08-18T22:06:29.8463676Z     "tailspin"
2025-08-18T22:06:29.8463975Z   ],
2025-08-18T22:06:29.8464260Z   "screenshots": [],
2025-08-18T22:06:29.8464593Z   "src_url": [
2025-08-18T22:06:29.8464944Z     "https://github.com/bensadeh/tailspin"
2025-08-18T22:06:29.8465382Z   ],
2025-08-18T22:06:29.8465656Z   "tag": [
2025-08-18T22:06:29.8465927Z     "log",
2025-08-18T22:06:29.8466213Z     "logfile",
2025-08-18T22:06:29.8466515Z     "tail"
2025-08-18T22:06:29.8466748Z   ],
2025-08-18T22:06:29.8466942Z   "version": "HEAD-b012c56-250818T091402",
2025-08-18T22:06:29.8467206Z   "version_upstream": "",
2025-08-18T22:06:29.8467552Z   "bsum": "6b69360d6d48ae12f774e8f29f77137257ea37a3974e98f1f3a31f8a90f5090b",
2025-08-18T22:06:29.8467926Z   "build_date": "2025-08-18T22:06:23Z",
2025-08-18T22:06:29.8468301Z   "build_gha": "https://github.com/pkgforge/bincache/actions/runs/17051082933",
2025-08-18T22:06:29.8468868Z   "build_id": "17051082933",
2025-08-18T22:06:29.8469981Z   "build_log": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/tailspin/official/tspin?tag=HEAD-b012c56-250818T091402-x86_64-linux&download=tspin.log",
2025-08-18T22:06:29.8472593Z   "build_script": "https://github.com/pkgforge/soarpkgs/blob/main/binaries/tailspin/static.official.source.yaml",
2025-08-18T22:06:29.8474164Z   "download_url": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/tailspin/official/tspin?tag=HEAD-b012c56-250818T091402-x86_64-linux&download=tspin",
2025-08-18T22:06:29.8475663Z   "ghcr_pkg": "ghcr.io/pkgforge/bincache/tailspin/official/tspin:HEAD-b012c56-250818T091402-x86_64-linux",
2025-08-18T22:06:29.8476658Z   "ghcr_url": "https://ghcr.io/pkgforge/bincache/tailspin/official/tspin",
2025-08-18T22:06:29.8477889Z   "manifest_url": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/tailspin/official/tspin?tag=HEAD-b012c56-250818T091402-x86_64-linux&manifest",
2025-08-18T22:06:29.8479182Z   "shasum": "da87cc0820e166674ac567d3471f14090431b543c395b34f7bdf1ffee6ed0201",
2025-08-18T22:06:29.8479839Z   "size": "3.4 MB",
2025-08-18T22:06:29.8480404Z   "size_raw": "3471592",
2025-08-18T22:06:29.8480792Z   "snapshots": [
2025-08-18T22:06:29.8481171Z     "HEAD-ad8bcff-250113T065516-x86_64-linux",
2025-08-18T22:06:29.8482793Z     "HEAD-1285516-250127T071050-x86_64-linux",
2025-08-18T22:06:29.8483584Z     "HEAD-9e330cc-250203T070507-x86_64-linux",
2025-08-18T22:06:29.8484069Z     "HEAD-d340742-250210T065130-x86_64-linux",
2025-08-18T22:06:29.8484540Z     "HEAD-4e25fd8-250217T070719-x86_64-linux",
2025-08-18T22:06:29.8485017Z     "HEAD-76a24b5-250221T092421-x86_64-linux",
2025-08-18T22:06:29.8485500Z     "HEAD-b62226d-250223T104637-x86_64-linux",
2025-08-18T22:06:29.8485992Z     "HEAD-7a38079-250224T072042-x86_64-linux",
2025-08-18T22:06:29.8486458Z     "HEAD-6812a49-250303T063627-x86_64-linux",
2025-08-18T22:06:29.8486931Z     "HEAD-e5de3a9-250310T100122-x86_64-linux",
2025-08-18T22:06:29.8487397Z     "HEAD-475f55f-250602T102040-x86_64-linux",
2025-08-18T22:06:29.8487859Z     "HEAD-d8a3200-250608T092629-x86_64-linux",
2025-08-18T22:06:29.8488463Z     "HEAD-71f2854-250616T070458-x86_64-linux",
2025-08-18T22:06:29.8488906Z     "HEAD-44bc534-250707T100556-x86_64-linux",
2025-08-18T22:06:29.8489366Z     "HEAD-3cdb31c-250714T070103-x86_64-linux",
2025-08-18T22:06:29.8489840Z     "HEAD-1f00bcb-250721T112518-x86_64-linux",
2025-08-18T22:06:29.8490503Z     "HEAD-3ce1020-250728T072216-x86_64-linux",
2025-08-18T22:06:29.8490963Z     "HEAD-b79d657-250804T080427-x86_64-linux",
2025-08-18T22:06:29.8491575Z     "HEAD-5e21701-250811T114936-x86_64-linux"
2025-08-18T22:06:29.8492005Z   ]
2025-08-18T22:06:29.8492272Z }
2025-08-18T22:06:29.8492416Z 
2025-08-18T22:06:29.8492422Z 
2025-08-18T22:06:29.9792647Z Error response from registry: failed to fetch the content of "ghcr.io/pkgforge/bincache/tailspin/official/tspin:HEAD-b012c56-250818T091402-x86_64-linux": ghcr.io/pkgforge/bincache/tailspin/official/tspin:HEAD-b012c56-250818T091402-x86_64-linux: not found
2025-08-18T22:06:29.9835723Z Uploading empty artifact
2025-08-18T22:06:29.9843066Z time=2025-08-18T22:06:29Z level=debug msg=Request #0
2025-08-18T22:06:29.9844796Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/tailspin/official/tspin/manifests/sha256:0293ec49aec1cb972f65d2b9dd750a7645aeaab6616f5679d68ecf1df9215e25"
2025-08-18T22:06:29.9846675Z > Request method: "HEAD"
2025-08-18T22:06:29.9847070Z > Request headers:
2025-08-18T22:06:29.9848778Z    "Accept": "application/vnd.docker.distribution.manifest.v2+json, application/vnd.docker.distribution.manifest.list.v2+json, application/vnd.oci.image.manifest.v1+json, application/vnd.oci.image.index.v1+json, application/vnd.oci.artifact.manifest.v1+json"
2025-08-18T22:06:29.9850573Z    "User-Agent": "oras/1.2.3"
2025-08-18T22:06:29.9852532Z Error response from registry: failed to fetch the content of "ghcr.io/pkgforge/bincache/tailspin/official/tailspin:HEAD-b012c56-250818T091402-x86_64-linux": ghcr.io/pkgforge/bincache/tailspin/official/tailspin:HEAD-b012c56-250818T091402-x86_64-linux: not found
2025-08-18T22:06:29.9887014Z Uploading empty artifact
2025-08-18T22:06:29.9889696Z time=2025-08-18T22:06:29Z level=debug msg=Request #0
2025-08-18T22:06:29.9890740Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/tailspin/official/tailspin/manifests/sha256:0293ec49aec1cb972f65d2b9dd750a7645aeaab6616f5679d68ecf1df9215e25"
2025-08-18T22:06:29.9892053Z > Request method: "HEAD"
2025-08-18T22:06:29.9892444Z > Request headers:
2025-08-18T22:06:29.9892812Z    "User-Agent": "oras/1.2.3"
2025-08-18T22:06:29.9893976Z    "Accept": "application/vnd.docker.distribution.manifest.v2+json, application/vnd.docker.distribution.manifest.list.v2+json, application/vnd.oci.image.manifest.v1+json, application/vnd.oci.image.index.v1+json, application/vnd.oci.artifact.manifest.v1+json"
2025-08-18T22:06:30.0234879Z time=2025-08-18T22:06:30Z level=debug msg=Response #0
2025-08-18T22:06:30.0235268Z < Response Status: "401 Unauthorized"
2025-08-18T22:06:30.0235680Z < Response headers:
2025-08-18T22:06:30.0235917Z    "Content-Type": "application/json"
2025-08-18T22:06:30.0239431Z    "Www-Authenticate": "***"https://ghcr.io/token\",service=\"ghcr.io\",scope=\"repository:pkgforge/bincache/tailspin/official/tspin:pull\""
2025-08-18T22:06:30.0240632Z    "Date": "Mon, 18 Aug 2025 22:06:30 GMT"
2025-08-18T22:06:30.0241148Z    "Content-Length": "73"
2025-08-18T22:06:30.0241973Z    "X-Github-Request-Id": "A84E:2A133B:19E55:1C27B:68A3A3E5"
2025-08-18T22:06:30.0242728Z time=2025-08-18T22:06:30Z level=debug msg=Request #1
2025-08-18T22:06:30.0243486Z > Request URL: "https://ghcr.io/token?scope=repository%3Apkgforge%2Fbincache%2Ftailspin%2Fofficial%2Ftspin%3Apull%2Cpush&service=ghcr.io"
2025-08-18T22:06:30.0244190Z > Request method: "GET"
2025-08-18T22:06:30.0244449Z > Request headers:
2025-08-18T22:06:30.0244674Z    "Authorization": "*****"
2025-08-18T22:06:30.0244902Z    "User-Agent": "oras/1.2.3"
2025-08-18T22:06:30.0267197Z time=2025-08-18T22:06:30Z level=debug msg=Response #0
2025-08-18T22:06:30.0267746Z < Response Status: "401 Unauthorized"
2025-08-18T22:06:30.0268174Z < Response headers:
2025-08-18T22:06:30.0268559Z    "Content-Type": "application/json"
2025-08-18T22:06:30.0269347Z    "Www-Authenticate": "***"https://ghcr.io/token\",service=\"ghcr.io\",scope=\"repository:pkgforge/bincache/tailspin/official/tailspin:pull\""
2025-08-18T22:06:30.0270295Z    "Date": "Mon, 18 Aug 2025 22:06:30 GMT"
2025-08-18T22:06:30.0270567Z    "Content-Length": "73"
2025-08-18T22:06:30.0270853Z    "X-Github-Request-Id": "A850:2FE20E:19954:1BD6C:68A3A3E5"
2025-08-18T22:06:30.0271193Z time=2025-08-18T22:06:30Z level=debug msg=Request #1
2025-08-18T22:06:30.0272022Z > Request URL: "https://ghcr.io/token?scope=repository%3Apkgforge%2Fbincache%2Ftailspin%2Fofficial%2Ftailspin%3Apull%2Cpush&service=ghcr.io"
2025-08-18T22:06:30.0272574Z > Request method: "GET"
2025-08-18T22:06:30.0272778Z > Request headers:
2025-08-18T22:06:30.0272973Z    "Authorization": "*****"
2025-08-18T22:06:30.0273193Z    "User-Agent": "oras/1.2.3"
2025-08-18T22:06:30.0716234Z time=2025-08-18T22:06:30Z level=debug msg=Response #1
2025-08-18T22:06:30.0716932Z < Response Status: "200 OK"
2025-08-18T22:06:30.0717543Z < Response headers:
2025-08-18T22:06:30.0717937Z    "X-Github-Request-Id": "A84E:2A133B:19E58:1C27D:68A3A3E6"
2025-08-18T22:06:30.0718421Z    "Content-Type": "application/json"
2025-08-18T22:06:30.0718867Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-18T22:06:30.0719496Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-18T22:06:30.0720073Z    "Date": "Mon, 18 Aug 2025 22:06:30 GMT"
2025-08-18T22:06:30.0720447Z    "Content-Length": "69"
2025-08-18T22:06:30.0720827Z time=2025-08-18T22:06:30Z level=debug msg=Request #2
2025-08-18T22:06:30.0722242Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/tailspin/official/tspin/manifests/sha256:0293ec49aec1cb972f65d2b9dd750a7645aeaab6616f5679d68ecf1df9215e25"
2025-08-18T22:06:30.0723322Z > Request method: "HEAD"
2025-08-18T22:06:30.0723631Z > Request headers:
2025-08-18T22:06:30.0723916Z    "Authorization": "*****"
2025-08-18T22:06:30.0724263Z    "User-Agent": "oras/1.2.3"
2025-08-18T22:06:30.0725784Z    "Accept": "application/vnd.docker.distribution.manifest.v2+json, application/vnd.docker.distribution.manifest.list.v2+json, application/vnd.oci.image.manifest.v1+json, application/vnd.oci.image.index.v1+json, application/vnd.oci.artifact.manifest.v1+json"
2025-08-18T22:06:30.1023863Z time=2025-08-18T22:06:30Z level=debug msg=Response #1
2025-08-18T22:06:30.1024579Z < Response Status: "200 OK"
2025-08-18T22:06:30.1025049Z < Response headers:
2025-08-18T22:06:30.1025436Z    "Content-Type": "application/json"
2025-08-18T22:06:30.1025853Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-18T22:06:30.1026341Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-18T22:06:30.1026752Z    "Date": "Mon, 18 Aug 2025 22:06:30 GMT"
2025-08-18T22:06:30.1027017Z    "Content-Length": "69"
2025-08-18T22:06:30.1027304Z    "X-Github-Request-Id": "A850:2FE20E:19956:1BD6E:68A3A3E6"
2025-08-18T22:06:30.1027832Z time=2025-08-18T22:06:30Z level=debug msg=Request #2
2025-08-18T22:06:30.1028644Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/tailspin/official/tailspin/manifests/sha256:0293ec49aec1cb972f65d2b9dd750a7645aeaab6616f5679d68ecf1df9215e25"
2025-08-18T22:06:30.1029416Z > Request method: "HEAD"
2025-08-18T22:06:30.1029634Z > Request headers:
2025-08-18T22:06:30.1029841Z    "User-Agent": "oras/1.2.3"
2025-08-18T22:06:30.1030897Z    "Accept": "application/vnd.docker.distribution.manifest.v2+json, application/vnd.docker.distribution.manifest.list.v2+json, application/vnd.oci.image.manifest.v1+json, application/vnd.oci.image.index.v1+json, application/vnd.oci.artifact.manifest.v1+json"
2025-08-18T22:06:30.1032220Z    "Authorization": "*****"
2025-08-18T22:06:30.1206299Z time=2025-08-18T22:06:30Z level=debug msg=Response #2
2025-08-18T22:06:30.1206977Z < Response Status: "404 Not Found"
2025-08-18T22:06:30.1207490Z < Response headers:
2025-08-18T22:06:30.1208017Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-18T22:06:30.1208974Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-18T22:06:30.1209798Z    "Date": "Mon, 18 Aug 2025 22:06:30 GMT"
2025-08-18T22:06:30.1210150Z    "Content-Length": "70"
2025-08-18T22:06:30.1210527Z    "X-Github-Request-Id": "A84E:2A133B:19E60:1C286:68A3A3E6"
2025-08-18T22:06:30.1210965Z    "Content-Type": "application/json"
2025-08-18T22:06:30.1211609Z time=2025-08-18T22:06:30Z level=debug msg=Request #3
2025-08-18T22:06:30.1212745Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/tailspin/official/tspin/blobs/sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
2025-08-18T22:06:30.1213702Z > Request method: "HEAD"
2025-08-18T22:06:30.1213986Z > Request headers:
2025-08-18T22:06:30.1214255Z    "User-Agent": "oras/1.2.3"
2025-08-18T22:06:30.1214569Z    "Authorization": "*****"
2025-08-18T22:06:30.1357465Z time=2025-08-18T22:06:30Z level=debug msg=Response #3
2025-08-18T22:06:30.1358137Z < Response Status: "200 OK"
2025-08-18T22:06:30.1358658Z < Response headers:
2025-08-18T22:06:30.1359498Z    "X-Github-Request-Id": "A84E:2A133B:19E73:1C29A:68A3A3E6"
2025-08-18T22:06:30.1360195Z    "Content-Length": "0"
2025-08-18T22:06:30.1360652Z    "Content-Type": ""
2025-08-18T22:06:30.1361818Z    "Docker-Content-Digest": "sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
2025-08-18T22:06:30.1362649Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-18T22:06:30.1363252Z    "Etag": "\"sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855\""
2025-08-18T22:06:30.1363972Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-18T22:06:30.1364546Z    "Date": "Mon, 18 Aug 2025 22:06:30 GMT"
2025-08-18T22:06:30.1364952Z time=2025-08-18T22:06:30Z level=debug msg=Request #4
2025-08-18T22:06:30.1365795Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/tailspin/official/tspin/manifests/HEAD-b012c56-250818T091402-x86_64-linux"
2025-08-18T22:06:30.1366578Z > Request method: "PUT"
2025-08-18T22:06:30.1366872Z > Request headers:
2025-08-18T22:06:30.1367180Z    "Content-Type": "application/vnd.oci.image.manifest.v1+json"
2025-08-18T22:06:30.1367541Z    "Authorization": "*****"
2025-08-18T22:06:30.1367788Z    "User-Agent": "oras/1.2.3"
2025-08-18T22:06:30.1947922Z time=2025-08-18T22:06:30Z level=debug msg=Response #2
2025-08-18T22:06:30.1948778Z < Response Status: "404 Not Found"
2025-08-18T22:06:30.1949280Z < Response headers:
2025-08-18T22:06:30.1949804Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-18T22:06:30.1950431Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-18T22:06:30.1950927Z    "Date": "Mon, 18 Aug 2025 22:06:30 GMT"
2025-08-18T22:06:30.1951247Z    "Content-Length": "70"
2025-08-18T22:06:30.1951816Z    "X-Github-Request-Id": "A850:2FE20E:1996E:1BD89:68A3A3E6"
2025-08-18T22:06:30.1952229Z    "Content-Type": "application/json"
2025-08-18T22:06:30.1952595Z time=2025-08-18T22:06:30Z level=debug msg=Request #3
2025-08-18T22:06:30.1953765Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/tailspin/official/tailspin/blobs/sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
2025-08-18T22:06:30.1954649Z > Request method: "HEAD"
2025-08-18T22:06:30.1954914Z > Request headers:
2025-08-18T22:06:30.1955161Z    "Authorization": "*****"
2025-08-18T22:06:30.1955441Z    "User-Agent": "oras/1.2.3"
2025-08-18T22:06:30.2165506Z time=2025-08-18T22:06:30Z level=debug msg=Response #3
2025-08-18T22:06:30.2166187Z < Response Status: "200 OK"
2025-08-18T22:06:30.2166770Z < Response headers:
2025-08-18T22:06:30.2167403Z    "Docker-Content-Digest": "sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
2025-08-18T22:06:30.2168167Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-18T22:06:30.2168700Z    "Etag": "\"sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855\""
2025-08-18T22:06:30.2169290Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-18T22:06:30.2169733Z    "Date": "Mon, 18 Aug 2025 22:06:30 GMT"
2025-08-18T22:06:30.2170076Z    "X-Github-Request-Id": "A850:2FE20E:1998C:1BDA9:68A3A3E6"
2025-08-18T22:06:30.2170417Z    "Content-Length": "0"
2025-08-18T22:06:30.2170656Z    "Content-Type": ""
2025-08-18T22:06:30.2170942Z time=2025-08-18T22:06:30Z level=debug msg=Request #4
2025-08-18T22:06:30.2171869Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/tailspin/official/tailspin/manifests/HEAD-b012c56-250818T091402-x86_64-linux"
2025-08-18T22:06:30.2172514Z > Request method: "PUT"
2025-08-18T22:06:30.2172738Z > Request headers:
2025-08-18T22:06:30.2173038Z    "Content-Type": "application/vnd.oci.image.manifest.v1+json"
2025-08-18T22:06:30.2173404Z    "Authorization": "*****"
2025-08-18T22:06:30.2173654Z    "User-Agent": "oras/1.2.3"
2025-08-18T22:06:30.3488152Z time=2025-08-18T22:06:30Z level=debug msg=Response #4
2025-08-18T22:06:30.3488826Z < Response Status: "201 Created"
2025-08-18T22:06:30.3489323Z < Response headers:
2025-08-18T22:06:30.3490211Z    "Docker-Content-Digest": "sha256:0293ec49aec1cb972f65d2b9dd750a7645aeaab6616f5679d68ecf1df9215e25"
2025-08-18T22:06:30.3491205Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-18T22:06:30.3492319Z    "Location": "/v2/pkgforge/bincache/tailspin/official/tspin/manifests/sha256:0293ec49aec1cb972f65d2b9dd750a7645aeaab6616f5679d68ecf1df9215e25"
2025-08-18T22:06:30.3493256Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-18T22:06:30.3493720Z    "Date": "Mon, 18 Aug 2025 22:06:30 GMT"
2025-08-18T22:06:30.3494022Z    "Content-Length": "0"
2025-08-18T22:06:30.3494342Z    "X-Github-Request-Id": "A84E:2A133B:19E79:1C2A4:68A3A3E6"
2025-08-18T22:06:30.3494721Z    "Content-Type": "application/json"
2025-08-18T22:06:30.3495314Z Pushed [registry] ghcr.io/pkgforge/bincache/tailspin/official/tspin:HEAD-b012c56-250818T091402-x86_64-linux
2025-08-18T22:06:30.3495952Z ArtifactType: application/vnd.oci.empty.v1+json
2025-08-18T22:06:30.3496462Z Digest: sha256:0293ec49aec1cb972f65d2b9dd750a7645aeaab6616f5679d68ecf1df9215e25
2025-08-18T22:06:30.4399977Z time=2025-08-18T22:06:30Z level=debug msg=Response #4
2025-08-18T22:06:30.4401220Z Pushed [registry] ghcr.io/pkgforge/bincache/tailspin/official/tailspin:HEAD-b012c56-250818T091402-x86_64-linux
2025-08-18T22:06:30.4402787Z ArtifactType: application/vnd.oci.empty.v1+json
2025-08-18T22:06:30.4403599Z Digest: sha256:0293ec49aec1cb972f65d2b9dd750a7645aeaab6616f5679d68ecf1df9215e25
2025-08-18T22:06:30.4404374Z < Response Status: "201 Created"
2025-08-18T22:06:30.4404803Z < Response headers:
2025-08-18T22:06:30.4405953Z    "Location": "/v2/pkgforge/bincache/tailspin/official/tailspin/manifests/sha256:0293ec49aec1cb972f65d2b9dd750a7645aeaab6616f5679d68ecf1df9215e25"
2025-08-18T22:06:30.4407334Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-18T22:06:30.4408090Z    "Date": "Mon, 18 Aug 2025 22:06:30 GMT"
2025-08-18T22:06:30.4408610Z    "Content-Length": "0"
2025-08-18T22:06:30.4409364Z    "X-Github-Request-Id": "A850:2FE20E:19994:1BDB5:68A3A3E6"
2025-08-18T22:06:30.4409997Z    "Content-Type": "application/json"
2025-08-18T22:06:30.4410808Z    "Docker-Content-Digest": "sha256:0293ec49aec1cb972f65d2b9dd750a7645aeaab6616f5679d68ecf1df9215e25"
2025-08-18T22:06:30.4411576Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-18T22:06:32.4912039Z Uploading 2686b63a501d tspin.sig
2025-08-18T22:06:32.4959203Z Uploading 9782f2149280 CHECKSUM.sig
2025-08-18T22:06:32.4965276Z Uploading 704c1e264e23 CHECKSUM
2025-08-18T22:06:32.5135279Z Exists    11195f352a29 LICENSE
2025-08-18T22:06:32.5144134Z Uploading da87cc0820e1 tspin
2025-08-18T22:06:32.5321919Z Uploading fdb37eeb565a LICENSE.sig
2025-08-18T22:06:32.5963420Z Uploading da87cc0820e1 tailspin
2025-08-18T22:06:32.5974080Z Uploading 704c1e264e23 CHECKSUM
2025-08-18T22:06:32.6041539Z Uploading 247b6b8fdd1d tailspin.sig
2025-08-18T22:06:32.6188409Z Uploading 9782f2149280 CHECKSUM.sig
2025-08-18T22:06:32.6303290Z Exists    11195f352a29 LICENSE
2025-08-18T22:06:32.6513694Z Uploading fdb37eeb565a LICENSE.sig
2025-08-18T22:06:33.0211695Z Uploaded  9782f2149280 CHECKSUM.sig
2025-08-18T22:06:33.0498443Z Exists    ec86d53ae763 SBUILD
2025-08-18T22:06:33.0509698Z Uploaded  704c1e264e23 CHECKSUM
2025-08-18T22:06:33.0728700Z Exists    11cf0313013e tailspin.png
2025-08-18T22:06:33.0778462Z Uploading a6f68da7d905 SBUILD.sig
2025-08-18T22:06:33.0930792Z Uploading f59084f9d56a tailspin.json
2025-08-18T22:06:33.1109132Z Uploaded  fdb37eeb565a LICENSE.sig
2025-08-18T22:06:33.1337822Z Uploading 04e2bd93cbce tailspin.json.sig
2025-08-18T22:06:33.2199028Z Uploaded  da87cc0820e1 tailspin
2025-08-18T22:06:33.2644171Z Uploading 63cf478789f2 tailspin.log
2025-08-18T22:06:33.4658248Z Uploaded  704c1e264e23 CHECKSUM
2025-08-18T22:06:33.4703448Z Uploaded  2686b63a501d tspin.sig
2025-08-18T22:06:33.4887944Z Exists    ec86d53ae763 SBUILD
2025-08-18T22:06:33.4931918Z Uploading a6f68da7d905 SBUILD.sig
2025-08-18T22:06:33.5070313Z Uploaded  9782f2149280 CHECKSUM.sig
2025-08-18T22:06:33.5093820Z Exists    11cf0313013e tailspin.png
2025-08-18T22:06:33.5228264Z Uploaded  fdb37eeb565a LICENSE.sig
2025-08-18T22:06:33.5300951Z Uploading b93049296c27 tspin.json.sig
2025-08-18T22:06:33.5553298Z Uploading 95557cf6e425 tspin.json
2025-08-18T22:06:33.5631286Z Uploading 63cf478789f2 tspin.log
2025-08-18T22:06:33.6495053Z Uploaded  247b6b8fdd1d tailspin.sig
2025-08-18T22:06:33.6682725Z Uploading 8b9dd7b3f6c4 tailspin.log.sig
2025-08-18T22:06:33.6851127Z Uploaded  da87cc0820e1 tspin
2025-08-18T22:06:33.7081331Z Uploading 6f78b3477331 tspin.log.sig
2025-08-18T22:06:34.0824578Z Uploaded  04e2bd93cbce tailspin.json.sig
2025-08-18T22:06:34.0839562Z Uploaded  63cf478789f2 tspin.log
2025-08-18T22:06:34.1376539Z Uploading 13f28c0163e4 tailspin.version
2025-08-18T22:06:34.1419703Z Uploading 13f28c0163e4 tspin.version
2025-08-18T22:06:34.1434680Z Uploaded  f59084f9d56a tailspin.json
2025-08-18T22:06:34.1760352Z Uploading b4ed4785c2bd tailspin.version.sig
2025-08-18T22:06:34.2299939Z Uploaded  63cf478789f2 tailspin.log
2025-08-18T22:06:34.5341093Z Uploaded  95557cf6e425 tspin.json
2025-08-18T22:06:34.5504537Z Uploading c489aaa879b6 tspin.version.sig
2025-08-18T22:06:34.6043702Z Uploaded  a6f68da7d905 SBUILD.sig
2025-08-18T22:06:34.6285498Z Uploaded  b93049296c27 tspin.json.sig
2025-08-18T22:06:34.6306217Z Uploaded  a6f68da7d905 SBUILD.sig
2025-08-18T22:06:34.6334644Z Uploaded  8b9dd7b3f6c4 tailspin.log.sig
2025-08-18T22:06:34.6563697Z Uploaded  6f78b3477331 tspin.log.sig
2025-08-18T22:06:35.0673569Z Uploaded  13f28c0163e4 tailspin.version
2025-08-18T22:06:35.0740430Z Uploaded  b4ed4785c2bd tailspin.version.sig
2025-08-18T22:06:35.0741202Z Uploading dd67816d4655 tailspin
2025-08-18T22:06:35.2176305Z Uploaded  13f28c0163e4 tspin.version
2025-08-18T22:06:35.3988859Z Skipped   11cf0313013e tspin.png
2025-08-18T22:06:35.3989544Z Uploaded  dd67816d4655 tailspin
2025-08-18T22:06:35.3990239Z Pushed [registry] ghcr.io/pkgforge/bincache/tailspin/official/tailspin:HEAD-b012c56-250818T091402-x86_64-linux
2025-08-18T22:06:35.3991206Z ArtifactType: application/vnd.oci.empty.v1+json
2025-08-18T22:06:35.3992380Z Digest: sha256:dd67816d4655010f1fe9051b54f115c944be61080dff9f97766e6cd7a3ccb763
2025-08-18T22:06:35.9809448Z Uploaded  c489aaa879b6 tspin.version.sig
2025-08-18T22:06:35.9809959Z Uploading 79a8f55421e4 tspin
2025-08-18T22:06:36.2506805Z Skipped   11cf0313013e tspin.png
2025-08-18T22:06:36.2507403Z Uploaded  79a8f55421e4 tspin
2025-08-18T22:06:36.2508289Z Pushed [registry] ghcr.io/pkgforge/bincache/tailspin/official/tspin:HEAD-b012c56-250818T091402-x86_64-linux
2025-08-18T22:06:36.2509068Z ArtifactType: application/vnd.oci.empty.v1+json
2025-08-18T22:06:36.2509658Z Digest: sha256:79a8f55421e41baedd7567db67776bc86583aa3b200d970e7aa0043f4707205e
2025-08-18T22:06:40.5454143Z 
2025-08-18T22:06:40.5454898Z [+] Registry --> https://ghcr.io/pkgforge/bincache/tailspin/official/tailspin
2025-08-18T22:06:40.5455747Z [+] ==> https://api.ghcr.pkgforge.dev/pkgforge/bincache/tailspin/official/tailspin?tag=HEAD-b012c56-250818T091402-x86_64-linux&manifest 
2025-08-18T22:06:40.5456358Z 
2025-08-18T22:06:41.4369092Z 
2025-08-18T22:06:41.4369748Z [+] Registry --> https://ghcr.io/pkgforge/bincache/tailspin/official/tspin
2025-08-18T22:06:41.4370546Z [+] ==> https://api.ghcr.pkgforge.dev/pkgforge/bincache/tailspin/official/tspin?tag=HEAD-b012c56-250818T091402-x86_64-linux&manifest 
2025-08-18T22:06:41.4371030Z 
2025-08-18T22:06:43.0851564Z *** Zstandard CLI (64-bit) v1.5.7, by Yann Collet ***
2025-08-18T22:06:44.2472488Z ./BUILD_ARTIFACTS.tar : 35.21%   (   256 MiB =>   90.1 MiB, /tmp/BUILD_ARTIFACTS.zstd) 
2025-08-18T22:06:44.2997021Z removed './BUILD_ARTIFACTS.tar'
2025-08-18T22:06:44.3036770Z 
2025-08-18T22:06:44.3037899Z [+] Completed (Building|Fetching) https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/tailspin/static.official.source.yaml :: 00(Hr):04(Min):00(Sec)
2025-08-18T22:06:44.3038604Z 
2025-08-18T22:06:44.3053172Z 
2025-08-18T22:06:44.3053464Z ==> [+] Finished Building at :: Monday, 2025-08-18 (10:06:44 PM) UTC
2025-08-18T22:06:44.3053913Z 
2025-08-18T22:06:44.6343075Z renamed '/tmp/BUILD.gh.log.txt' -> '/tmp/BUILD.log'
2025-08-18T22:06:44.6394400Z ##[group]Run ##Presets
2025-08-18T22:06:44.6394769Z [36;1m##Presets[0m
2025-08-18T22:06:44.6395001Z [36;1mset +x ; set +e[0m
2025-08-18T22:06:44.6395237Z [36;1m#-------------#[0m
2025-08-18T22:06:44.6395459Z [36;1m##Debug?[0m
2025-08-18T22:06:44.6395728Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-18T22:06:44.6396048Z [36;1m  set -x[0m
2025-08-18T22:06:44.6396248Z [36;1mfi[0m
2025-08-18T22:06:44.6396448Z [36;1m#-------------#[0m
2025-08-18T22:06:44.6396668Z [36;1m##Set ENV[0m
2025-08-18T22:06:44.6396926Z [36;1m if [[ "${SKIP_SRCBUILD_UPLOAD}" != "YES" ]]; then[0m
2025-08-18T22:06:44.6397459Z [36;1m    #GHCRPKG_TAG_SRCBUILD="srcbuild.$(date --utc +"%y%m%dT%H%M%S" | tr -d '[:space:]')-HEAD-b012c56-250818T091402-x86_64-linux"[0m
2025-08-18T22:06:44.6398017Z [36;1m    GHCRPKG_TAG_SRCBUILD="HEAD-b012c56-250818T091402-x86_64-linux"[0m
2025-08-18T22:06:44.6398645Z [36;1m    GHCRPKG_URL_SRCBUILD="ghcr.io/pkgforge/bincache/tailspin/official/tailspin-srcbuild-17051082933"[0m
2025-08-18T22:06:44.6399191Z [36;1m    export GHCRPKG_TAG_SRCBUILD GHCRPKG_URL_SRCBUILD[0m
2025-08-18T22:06:44.6399618Z [36;1m    echo "GHCRPKG_TAG_SRCBUILD=${GHCRPKG_TAG_SRCBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-18T22:06:44.6400080Z [36;1m    echo "GHCRPKG_URL_SRCBUILD=${GHCRPKG_URL_SRCBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-18T22:06:44.6400436Z [36;1m fi[0m
2025-08-18T22:06:44.6400633Z [36;1m##Push[0m
2025-08-18T22:06:44.6400880Z [36;1m if [[ -n "${GHCRPKG_TAG_SRCBUILD+x}" ]]; then[0m
2025-08-18T22:06:44.6401182Z [36;1m  pushd "/tmp" &>/dev/null[0m
2025-08-18T22:06:44.6402494Z [36;1m   if [[ -s "./BUILD_ARTIFACTS.zstd" && $(stat -c%s "./BUILD_ARTIFACTS.zstd") -gt 1000 ]]; then[0m
2025-08-18T22:06:44.6403023Z [36;1m     realpath "./BUILD_ARTIFACTS.zstd" && du -sh "./BUILD_ARTIFACTS.zstd"[0m
2025-08-18T22:06:44.6403501Z [36;1m     ls -sh "/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR"[0m
2025-08-18T22:06:44.6403882Z [36;1m     ghcr_push_cmd()[0m
2025-08-18T22:06:44.6404120Z [36;1m       {[0m
2025-08-18T22:06:44.6404332Z [36;1m        for i in {1..10}; do[0m
2025-08-18T22:06:44.6404704Z [36;1m          unset ghcr_push ; ghcr_push=(oras push --disable-path-validation)[0m
2025-08-18T22:06:44.6405183Z [36;1m          ghcr_push+=(--config "/dev/null:application/vnd.oci.empty.v1+json")[0m
2025-08-18T22:06:44.6405647Z [36;1m          ghcr_push+=(--annotation "com.github.package.type=container")[0m
2025-08-18T22:06:44.6406229Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_ghcrpkg-tag=HEAD-b012c56-250818T091402-x86_64-linux")[0m
2025-08-18T22:06:44.6406994Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_gha=https://github.com/pkgforge/bincache/actions/runs/17051082933")[0m
2025-08-18T22:06:44.6407623Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_id=17051082933")[0m
2025-08-18T22:06:44.6408354Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.ghcr_pkg=ghcr.io/pkgforge/bincache/tailspin/official/tspin:HEAD-b012c56-250818T091402-x86_64-linux")[0m
2025-08-18T22:06:44.6409096Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.push_date=2025-08-18T22:06:23Z")[0m
2025-08-18T22:06:44.6409627Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.version=HEAD-b012c56-250818T091402")[0m
2025-08-18T22:06:44.6410171Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.created=2025-08-18T22:06:23Z")[0m
2025-08-18T22:06:44.6410880Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.description=SRCBUILD for ghcr.io/pkgforge/bincache/tailspin/official/tspin")[0m
2025-08-18T22:06:44.6411812Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.licenses=blessing")[0m
2025-08-18T22:06:44.6412375Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.ref.name=HEAD-b012c56-250818T091402")[0m
2025-08-18T22:06:44.6413213Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.revision=HEAD-b012c56-250818T091402")[0m
2025-08-18T22:06:44.6414154Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.source=https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/tailspin/official/tspin")[0m
2025-08-18T22:06:44.6414907Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.title=SRCBUILD-tailspin")[0m
2025-08-18T22:06:44.6415512Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.url=https://github.com/bensadeh/tailspin")[0m
2025-08-18T22:06:44.6416106Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.vendor=pkgforge")[0m
2025-08-18T22:06:44.6416661Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.version=HEAD-b012c56-250818T091402")[0m
2025-08-18T22:06:44.6417176Z [36;1m          ghcr_push+=("${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}")[0m
2025-08-18T22:06:44.6417710Z [36;1m          [[ -f "./BUILD_ARTIFACTS.zstd" && -s "./BUILD_ARTIFACTS.zstd" ]] && ghcr_push+=("./BUILD_ARTIFACTS.zstd")[0m
2025-08-18T22:06:44.6418183Z [36;1m          "${ghcr_push[@]}" ; sleep 5[0m
2025-08-18T22:06:44.6418473Z [36;1m         #Check[0m
2025-08-18T22:06:44.6419094Z [36;1m          if [[ "$(oras manifest fetch "${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}" | jq -r '.annotations["dev.pkgforge.soar.push_date"]' | tr -d '[:space:]')" == "2025-08-18T22:06:23Z" ]]; then[0m
2025-08-18T22:06:44.6419854Z [36;1m            echo -e "\n[+] (ARTIFACTS) Registry --> https://${GHCRPKG_URL_SRCBUILD}\n"[0m
2025-08-18T22:06:44.6420235Z [36;1m            break[0m
2025-08-18T22:06:44.6420468Z [36;1m          else[0m
2025-08-18T22:06:44.6420900Z [36;1m            echo -e "\n[-] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD} (Retrying ${i}/10)\n"[0m
2025-08-18T22:06:44.6421518Z [36;1m          fi[0m
2025-08-18T22:06:44.6421793Z [36;1m          sleep "$(shuf -i 500-4500 -n 1)e-3"[0m
2025-08-18T22:06:44.6422074Z [36;1m        done[0m
2025-08-18T22:06:44.6422286Z [36;1m       }[0m
2025-08-18T22:06:44.6422516Z [36;1m       export -f ghcr_push_cmd[0m
2025-08-18T22:06:44.6422784Z [36;1m       ghcr_push_cmd[0m
2025-08-18T22:06:44.6423415Z [36;1m       if [[ "$(oras manifest fetch "${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}" | jq -r '.annotations["dev.pkgforge.soar.push_date"]' | tr -d '[:space:]')" != "2025-08-18T22:06:23Z" ]]; then[0m
2025-08-18T22:06:44.6424229Z [36;1m         echo -e "\n[✗] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}\n"[0m
2025-08-18T22:06:44.6424672Z [36;1m          echo -e "\n[-] Retrying ...\n"[0m
2025-08-18T22:06:44.6424954Z [36;1m          ghcr_push_cmd[0m
2025-08-18T22:06:44.6425596Z [36;1m           if [[ "$(oras manifest fetch "${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}" | jq -r '.annotations["dev.pkgforge.soar.push_date"]' | tr -d '[:space:]')" != "2025-08-18T22:06:23Z" ]]; then[0m
2025-08-18T22:06:44.6426364Z [36;1m             oras manifest fetch "${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}" | jq .[0m
2025-08-18T22:06:44.6426945Z [36;1m             echo -e "\n[✗] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}\n"[0m
2025-08-18T22:06:44.6427359Z [36;1m             return 1 || exit 1[0m
2025-08-18T22:06:44.6427616Z [36;1m           fi[0m
2025-08-18T22:06:44.6427830Z [36;1m       fi[0m
2025-08-18T22:06:44.6428034Z [36;1m   fi[0m
2025-08-18T22:06:44.6428226Z [36;1m fi[0m
2025-08-18T22:06:44.6428436Z [36;1mpopd >/dev/null 2>&1[0m
2025-08-18T22:06:44.6520914Z shell: /usr/bin/bash -e {0}
2025-08-18T22:06:44.6521173Z env:
2025-08-18T22:06:44.6521485Z   CROSS_COMPILING: NO
2025-08-18T22:06:44.6521730Z   HOST_TRIPLET: x86_64-Linux
2025-08-18T22:06:44.6521989Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-18T22:06:44.6522236Z   ON_QEMU: NO
2025-08-18T22:06:44.6522432Z   DEBUG: 0
2025-08-18T22:06:44.6522636Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-18T22:06:44.6522893Z   DOCKER_PLATFORM: linux/amd64
2025-08-18T22:06:44.6523212Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/tailspin/official
2025-08-18T22:06:44.6523889Z   KEEP_LOGS: YES
2025-08-18T22:06:44.6524115Z   GITHUB_TEST_BUILD: YES
2025-08-18T22:06:44.6524360Z   PKG_FAMILY_LOCAL: tailspin
2025-08-18T22:06:44.6524605Z   SBUILD_REBUILD: false
2025-08-18T22:06:44.6525179Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/tailspin/static.official.source.yaml
2025-08-18T22:06:44.6525790Z   BUILD_SYS: docker://rust
2025-08-18T22:06:44.6526021Z   BUILD_ON_HOST: FALSE
2025-08-18T22:06:44.6526237Z   BUILD_SYSTEM: DOCKER
2025-08-18T22:06:44.6526448Z   SYSTMP: /tmp
2025-08-18T22:06:44.6526652Z   GHA_MODE: MATRIX
2025-08-18T22:06:44.6527109Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-18T22:06:44.6527649Z   INPUT_SBUILD: /tmp/pkgforge/ledEGqx82_build.yaml
2025-08-18T22:06:44.6527996Z   BUILD_DIR: /tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml
2025-08-18T22:06:44.6528416Z   SBUILD_OUTDIR: /tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR
2025-08-18T22:06:44.6528929Z   SBUILD_TMPDIR: /tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-18T22:06:44.6529330Z   PKG_TYPE: static
2025-08-18T22:06:44.6529552Z   SBUILD_SUCCESSFUL: YES
2025-08-18T22:06:44.6529805Z   SBUILD_PKGVER: HEAD-b012c56-250818T091402
2025-08-18T22:06:44.6530210Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17051082933
2025-08-18T22:06:44.6530590Z   BUILD_ID: 17051082933
2025-08-18T22:06:44.6530809Z   PKG_NAME: tspin
2025-08-18T22:06:44.6531031Z   PKG_DATE: 2025-08-18T22:06:23Z
2025-08-18T22:06:44.6531296Z   PKG_VERSION: HEAD-b012c56-250818T091402
2025-08-18T22:06:44.6531666Z   PKG_VERSION_UPSTREAM: 
2025-08-18T22:06:44.6531977Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/tailspin/official/tspin
2025-08-18T22:06:44.6532353Z   GHCRPKG_TAG: HEAD-b012c56-250818T091402-x86_64-linux
2025-08-18T22:06:44.6532815Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/tailspin/official/tspin
2025-08-18T22:06:44.6533290Z   PKG_SRCURL: https://github.com/bensadeh/tailspin
2025-08-18T22:06:44.6533592Z   PUSH_SUCCESSFUL: YES
2025-08-18T22:06:44.6534005Z   GHCR_TOKEN: ***
2025-08-18T22:06:44.6534329Z   GITHUB_TOKEN: ***
2025-08-18T22:06:44.6534586Z   GITLAB_TOKEN: ***
2025-08-18T22:06:44.6535757Z   MINISIGN_KEY: ***
2025-08-18T22:06:44.6535971Z ##[endgroup]
2025-08-18T22:06:44.6629147Z /tmp/BUILD_ARTIFACTS.zstd
2025-08-18T22:06:44.6640022Z 91M	./BUILD_ARTIFACTS.zstd
2025-08-18T22:06:44.6653914Z total 9.5M
2025-08-18T22:06:44.6654256Z 4.0K CHECKSUM
2025-08-18T22:06:44.6654545Z 4.0K CHECKSUM.sig
2025-08-18T22:06:44.6654762Z 4.0K LICENSE
2025-08-18T22:06:44.6654958Z 4.0K LICENSE.sig
2025-08-18T22:06:44.6655272Z 8.0K SBUILD
2025-08-18T22:06:44.6655572Z 4.0K SBUILD.sig
2025-08-18T22:06:44.6655893Z 4.0K SBUILD_TEMP
2025-08-18T22:06:44.6656212Z 3.4M tailspin
2025-08-18T22:06:44.6656530Z 4.0K tailspin.json
2025-08-18T22:06:44.6656871Z 4.0K tailspin.json.sig
2025-08-18T22:06:44.6657246Z 908K tailspin.log
2025-08-18T22:06:44.6657588Z 4.0K tailspin.log.sig
2025-08-18T22:06:44.6657958Z  40K tailspin.png
2025-08-18T22:06:44.6658289Z 4.0K tailspin.sig
2025-08-18T22:06:44.6658639Z 908K tailspin.static.log
2025-08-18T22:06:44.6659040Z 4.0K tailspin.static.version
2025-08-18T22:06:44.6659468Z 4.0K tailspin.static.version.sig
2025-08-18T22:06:44.6659879Z 4.0K tailspin.version
2025-08-18T22:06:44.6660240Z 4.0K tailspin.version.sig
2025-08-18T22:06:44.6660617Z 3.4M tspin
2025-08-18T22:06:44.6660907Z 4.0K tspin.json
2025-08-18T22:06:44.6661219Z 4.0K tspin.json.sig
2025-08-18T22:06:44.6661752Z 908K tspin.log
2025-08-18T22:06:44.6662082Z 4.0K tspin.log.sig
2025-08-18T22:06:44.6662413Z  40K tspin.png
2025-08-18T22:06:44.6662719Z 4.0K tspin.sig
2025-08-18T22:06:44.6663052Z 4.0K tspin.version
2025-08-18T22:06:44.6663410Z 4.0K tspin.version.sig
2025-08-18T22:06:44.8640240Z Uploading 214a55133a0a BUILD_ARTIFACTS.zstd
2025-08-18T22:06:46.4343193Z Uploaded  214a55133a0a BUILD_ARTIFACTS.zstd
2025-08-18T22:06:46.4344424Z Uploading 0c6484de23c8 SRCBUILD-tailspin
2025-08-18T22:06:46.7665762Z Uploaded  0c6484de23c8 SRCBUILD-tailspin
2025-08-18T22:06:46.7667148Z Pushed [registry] ghcr.io/pkgforge/bincache/tailspin/official/tailspin-srcbuild-17051082933:HEAD-b012c56-250818T091402-x86_64-linux
2025-08-18T22:06:46.7668508Z ArtifactType: application/vnd.oci.empty.v1+json
2025-08-18T22:06:46.7669202Z Digest: sha256:0c6484de23c8e87d694ae11018bf4d5578b665d14efe3d4d764252118a16554d
2025-08-18T22:06:51.9796533Z 
2025-08-18T22:06:51.9797350Z [+] (ARTIFACTS) Registry --> https://ghcr.io/pkgforge/bincache/tailspin/official/tailspin-srcbuild-17051082933
2025-08-18T22:06:51.9797879Z 
2025-08-18T22:06:52.1350313Z ##[group]Run ##Presets
2025-08-18T22:06:52.1350574Z [36;1m##Presets[0m
2025-08-18T22:06:52.1350775Z [36;1mset +x ; set +e[0m
2025-08-18T22:06:52.1350985Z [36;1m#-------------#[0m
2025-08-18T22:06:52.1351187Z [36;1m##Debug?[0m
2025-08-18T22:06:52.1351717Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-18T22:06:52.1352037Z [36;1m  set -x[0m
2025-08-18T22:06:52.1352228Z [36;1mfi[0m
2025-08-18T22:06:52.1352409Z [36;1m#-------------#[0m
2025-08-18T22:06:52.1352672Z [36;1mUTC_TIME="$(TZ='UTC' date +'%Y_%m_%dT%I_%M_%S_%p')"[0m
2025-08-18T22:06:52.1353005Z [36;1mecho "UTC_TIME=${UTC_TIME}" >> "${GITHUB_ENV}"[0m
2025-08-18T22:06:52.1404470Z shell: /usr/bin/bash -e {0}
2025-08-18T22:06:52.1404711Z env:
2025-08-18T22:06:52.1404895Z   CROSS_COMPILING: NO
2025-08-18T22:06:52.1405119Z   HOST_TRIPLET: x86_64-Linux
2025-08-18T22:06:52.1405354Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-18T22:06:52.1405572Z   ON_QEMU: NO
2025-08-18T22:06:52.1405787Z   DEBUG: 0
2025-08-18T22:06:52.1405974Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-18T22:06:52.1406194Z   DOCKER_PLATFORM: linux/amd64
2025-08-18T22:06:52.1406481Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/tailspin/official
2025-08-18T22:06:52.1406810Z   KEEP_LOGS: YES
2025-08-18T22:06:52.1407002Z   GITHUB_TEST_BUILD: YES
2025-08-18T22:06:52.1407224Z   PKG_FAMILY_LOCAL: tailspin
2025-08-18T22:06:52.1407447Z   SBUILD_REBUILD: false
2025-08-18T22:06:52.1407987Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/tailspin/static.official.source.yaml
2025-08-18T22:06:52.1408571Z   BUILD_SYS: docker://rust
2025-08-18T22:06:52.1408794Z   BUILD_ON_HOST: FALSE
2025-08-18T22:06:52.1408992Z   BUILD_SYSTEM: DOCKER
2025-08-18T22:06:52.1409184Z   SYSTMP: /tmp
2025-08-18T22:06:52.1409367Z   GHA_MODE: MATRIX
2025-08-18T22:06:52.1409803Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-18T22:06:52.1410319Z   INPUT_SBUILD: /tmp/pkgforge/ledEGqx82_build.yaml
2025-08-18T22:06:52.1410649Z   BUILD_DIR: /tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml
2025-08-18T22:06:52.1411037Z   SBUILD_OUTDIR: /tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR
2025-08-18T22:06:52.1411845Z   SBUILD_TMPDIR: /tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-18T22:06:52.1412245Z   PKG_TYPE: static
2025-08-18T22:06:52.1412441Z   SBUILD_SUCCESSFUL: YES
2025-08-18T22:06:52.1412679Z   SBUILD_PKGVER: HEAD-b012c56-250818T091402
2025-08-18T22:06:52.1413058Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17051082933
2025-08-18T22:06:52.1413427Z   BUILD_ID: 17051082933
2025-08-18T22:06:52.1413631Z   PKG_NAME: tspin
2025-08-18T22:06:52.1413832Z   PKG_DATE: 2025-08-18T22:06:23Z
2025-08-18T22:06:52.1414074Z   PKG_VERSION: HEAD-b012c56-250818T091402
2025-08-18T22:06:52.1414328Z   PKG_VERSION_UPSTREAM: 
2025-08-18T22:06:52.1414624Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/tailspin/official/tspin
2025-08-18T22:06:52.1414984Z   GHCRPKG_TAG: HEAD-b012c56-250818T091402-x86_64-linux
2025-08-18T22:06:52.1415427Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/tailspin/official/tspin
2025-08-18T22:06:52.1415876Z   PKG_SRCURL: https://github.com/bensadeh/tailspin
2025-08-18T22:06:52.1416155Z   PUSH_SUCCESSFUL: YES
2025-08-18T22:06:52.1416607Z   GHCRPKG_TAG_SRCBUILD: HEAD-b012c56-250818T091402-x86_64-linux
2025-08-18T22:06:52.1417106Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/tailspin/official/tailspin-srcbuild-17051082933
2025-08-18T22:06:52.1417540Z ##[endgroup]
2025-08-18T22:06:52.1563630Z ##[group]Run actions/upload-artifact@v4
2025-08-18T22:06:52.1563944Z with:
2025-08-18T22:06:52.1564170Z   name: Bincache_tailspin_x86_64-Linux
2025-08-18T22:06:52.1564501Z   path: /tmp/BUILD.log
/tmp/BUILD_ARTIFACTS.zstd

2025-08-18T22:06:52.1564807Z   compression-level: 0
2025-08-18T22:06:52.1565034Z   retention-days: 30
2025-08-18T22:06:52.1565249Z   overwrite: true
2025-08-18T22:06:52.1565463Z   if-no-files-found: warn
2025-08-18T22:06:52.1565705Z   include-hidden-files: false
2025-08-18T22:06:52.1565936Z env:
2025-08-18T22:06:52.1566120Z   CROSS_COMPILING: NO
2025-08-18T22:06:52.1566345Z   HOST_TRIPLET: x86_64-Linux
2025-08-18T22:06:52.1566580Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-18T22:06:52.1566808Z   ON_QEMU: NO
2025-08-18T22:06:52.1567009Z   DEBUG: 0
2025-08-18T22:06:52.1567206Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-18T22:06:52.1567450Z   DOCKER_PLATFORM: linux/amd64
2025-08-18T22:06:52.1567758Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/tailspin/official
2025-08-18T22:06:52.1568123Z   KEEP_LOGS: YES
2025-08-18T22:06:52.1568336Z   GITHUB_TEST_BUILD: YES
2025-08-18T22:06:52.1568568Z   PKG_FAMILY_LOCAL: tailspin
2025-08-18T22:06:52.1568804Z   SBUILD_REBUILD: false
2025-08-18T22:06:52.1569362Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/tailspin/static.official.source.yaml
2025-08-18T22:06:52.1569956Z   BUILD_SYS: docker://rust
2025-08-18T22:06:52.1570189Z   BUILD_ON_HOST: FALSE
2025-08-18T22:06:52.1570403Z   BUILD_SYSTEM: DOCKER
2025-08-18T22:06:52.1570612Z   SYSTMP: /tmp
2025-08-18T22:06:52.1570809Z   GHA_MODE: MATRIX
2025-08-18T22:06:52.1571257Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-18T22:06:52.1572035Z   INPUT_SBUILD: /tmp/pkgforge/ledEGqx82_build.yaml
2025-08-18T22:06:52.1572386Z   BUILD_DIR: /tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml
2025-08-18T22:06:52.1572806Z   SBUILD_OUTDIR: /tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR
2025-08-18T22:06:52.1573311Z   SBUILD_TMPDIR: /tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-18T22:06:52.1573708Z   PKG_TYPE: static
2025-08-18T22:06:52.1573926Z   SBUILD_SUCCESSFUL: YES
2025-08-18T22:06:52.1574175Z   SBUILD_PKGVER: HEAD-b012c56-250818T091402
2025-08-18T22:06:52.1574573Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17051082933
2025-08-18T22:06:52.1574957Z   BUILD_ID: 17051082933
2025-08-18T22:06:52.1575174Z   PKG_NAME: tspin
2025-08-18T22:06:52.1575388Z   PKG_DATE: 2025-08-18T22:06:23Z
2025-08-18T22:06:52.1575652Z   PKG_VERSION: HEAD-b012c56-250818T091402
2025-08-18T22:06:52.1575936Z   PKG_VERSION_UPSTREAM: 
2025-08-18T22:06:52.1576252Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/tailspin/official/tspin
2025-08-18T22:06:52.1576635Z   GHCRPKG_TAG: HEAD-b012c56-250818T091402-x86_64-linux
2025-08-18T22:06:52.1577100Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/tailspin/official/tspin
2025-08-18T22:06:52.1577567Z   PKG_SRCURL: https://github.com/bensadeh/tailspin
2025-08-18T22:06:52.1577865Z   PUSH_SUCCESSFUL: YES
2025-08-18T22:06:52.1578157Z   GHCRPKG_TAG_SRCBUILD: HEAD-b012c56-250818T091402-x86_64-linux
2025-08-18T22:06:52.1578674Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/tailspin/official/tailspin-srcbuild-17051082933
2025-08-18T22:06:52.1579134Z   UTC_TIME: 2025_08_18T10_06_52_PM
2025-08-18T22:06:52.1579379Z ##[endgroup]
2025-08-18T22:06:52.3890403Z Multiple search paths detected. Calculating the least common ancestor of all paths
2025-08-18T22:06:52.3893807Z The least common ancestor is /tmp. This will be the root directory of the artifact
2025-08-18T22:06:52.3894656Z With the provided path, there will be 2 files uploaded
2025-08-18T22:06:52.4944159Z Artifact name is valid!
2025-08-18T22:06:52.4945566Z Root directory input is valid!
2025-08-18T22:06:52.5538015Z Beginning upload of artifact content to blob storage
2025-08-18T22:06:52.9219239Z Uploaded bytes 8388608
2025-08-18T22:06:52.9631868Z Uploaded bytes 16777216
2025-08-18T22:06:53.0179924Z Uploaded bytes 25165824
2025-08-18T22:06:53.0286422Z Uploaded bytes 33554432
2025-08-18T22:06:53.1395652Z Uploaded bytes 41943040
2025-08-18T22:06:53.1577387Z Uploaded bytes 50331648
2025-08-18T22:06:53.1825995Z Uploaded bytes 58720256
2025-08-18T22:06:53.2739619Z Uploaded bytes 67108864
2025-08-18T22:06:53.2929999Z Uploaded bytes 75497472
2025-08-18T22:06:53.3046946Z Uploaded bytes 83886080
2025-08-18T22:06:53.3201349Z Uploaded bytes 92274688
2025-08-18T22:06:53.4024361Z Uploaded bytes 95796929
2025-08-18T22:06:53.4175438Z Finished uploading artifact content to blob storage!
2025-08-18T22:06:53.4178600Z SHA256 digest of uploaded artifact zip is 0bd75f1c36cb93ecf84c6b5e17d9137d5f29dd7cc32d93311e0add0b168696b6
2025-08-18T22:06:53.4179417Z Finalizing artifact upload
2025-08-18T22:06:53.5361152Z Artifact Bincache_tailspin_x86_64-Linux.zip successfully finalized. Artifact ID 3793139661
2025-08-18T22:06:53.5362807Z Artifact Bincache_tailspin_x86_64-Linux has been successfully uploaded! Final size is 95796929 bytes. Artifact ID is 3793139661
2025-08-18T22:06:53.5369531Z Artifact download URL: https://github.com/pkgforge/bincache/actions/runs/17051082933/artifacts/3793139661
2025-08-18T22:06:53.5559900Z ##[group]Run actions/attest-build-provenance@v2.4.0
2025-08-18T22:06:53.5560234Z with:
2025-08-18T22:06:53.5560550Z   subject-name: tailspin-17051082933-HEAD-b012c56-250818T091402-x86_64-linux
2025-08-18T22:06:53.5561728Z   subject-path: "/tmp/BUILD.log"
"/tmp/BUILD_ARTIFACTS.zstd"
/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/**
!/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/**

2025-08-18T22:06:53.5562476Z   show-summary: true
2025-08-18T22:06:53.5562694Z   push-to-registry: false
2025-08-18T22:06:53.5563103Z   github-token: ***
2025-08-18T22:06:53.5563307Z env:
2025-08-18T22:06:53.5563485Z   CROSS_COMPILING: NO
2025-08-18T22:06:53.5563699Z   HOST_TRIPLET: x86_64-Linux
2025-08-18T22:06:53.5563939Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-18T22:06:53.5564162Z   ON_QEMU: NO
2025-08-18T22:06:53.5564342Z   DEBUG: 0
2025-08-18T22:06:53.5564530Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-18T22:06:53.5564768Z   DOCKER_PLATFORM: linux/amd64
2025-08-18T22:06:53.5565098Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/tailspin/official
2025-08-18T22:06:53.5565415Z   KEEP_LOGS: YES
2025-08-18T22:06:53.5565612Z   GITHUB_TEST_BUILD: YES
2025-08-18T22:06:53.5565836Z   PKG_FAMILY_LOCAL: tailspin
2025-08-18T22:06:53.5566070Z   SBUILD_REBUILD: false
2025-08-18T22:06:53.5566622Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/tailspin/static.official.source.yaml
2025-08-18T22:06:53.5567219Z   BUILD_SYS: docker://rust
2025-08-18T22:06:53.5567444Z   BUILD_ON_HOST: FALSE
2025-08-18T22:06:53.5567653Z   BUILD_SYSTEM: DOCKER
2025-08-18T22:06:53.5567855Z   SYSTMP: /tmp
2025-08-18T22:06:53.5568044Z   GHA_MODE: MATRIX
2025-08-18T22:06:53.5568495Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-18T22:06:53.5569013Z   INPUT_SBUILD: /tmp/pkgforge/ledEGqx82_build.yaml
2025-08-18T22:06:53.5569345Z   BUILD_DIR: /tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml
2025-08-18T22:06:53.5569747Z   SBUILD_OUTDIR: /tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR
2025-08-18T22:06:53.5570239Z   SBUILD_TMPDIR: /tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-18T22:06:53.5570625Z   PKG_TYPE: static
2025-08-18T22:06:53.5570826Z   SBUILD_SUCCESSFUL: YES
2025-08-18T22:06:53.5571066Z   SBUILD_PKGVER: HEAD-b012c56-250818T091402
2025-08-18T22:06:53.5571674Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17051082933
2025-08-18T22:06:53.5572057Z   BUILD_ID: 17051082933
2025-08-18T22:06:53.5572521Z   PKG_NAME: tspin
2025-08-18T22:06:53.5572730Z   PKG_DATE: 2025-08-18T22:06:23Z
2025-08-18T22:06:53.5572982Z   PKG_VERSION: HEAD-b012c56-250818T091402
2025-08-18T22:06:53.5573244Z   PKG_VERSION_UPSTREAM: 
2025-08-18T22:06:53.5573538Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/tailspin/official/tspin
2025-08-18T22:06:53.5573939Z   GHCRPKG_TAG: HEAD-b012c56-250818T091402-x86_64-linux
2025-08-18T22:06:53.5574394Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/tailspin/official/tspin
2025-08-18T22:06:53.5574846Z   PKG_SRCURL: https://github.com/bensadeh/tailspin
2025-08-18T22:06:53.5575128Z   PUSH_SUCCESSFUL: YES
2025-08-18T22:06:53.5575404Z   GHCRPKG_TAG_SRCBUILD: HEAD-b012c56-250818T091402-x86_64-linux
2025-08-18T22:06:53.5575911Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/tailspin/official/tailspin-srcbuild-17051082933
2025-08-18T22:06:53.5576357Z   UTC_TIME: 2025_08_18T10_06_52_PM
2025-08-18T22:06:53.5576597Z ##[endgroup]
2025-08-18T22:06:53.5649254Z ##[group]Run actions/attest-build-provenance/predicate@1176ef556905f349f669722abf30bce1a6e16e01
2025-08-18T22:06:53.5649725Z env:
2025-08-18T22:06:53.5649911Z   CROSS_COMPILING: NO
2025-08-18T22:06:53.5650131Z   HOST_TRIPLET: x86_64-Linux
2025-08-18T22:06:53.5650372Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-18T22:06:53.5650594Z   ON_QEMU: NO
2025-08-18T22:06:53.5650778Z   DEBUG: 0
2025-08-18T22:06:53.5650968Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-18T22:06:53.5651623Z   DOCKER_PLATFORM: linux/amd64
2025-08-18T22:06:53.5651988Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/tailspin/official
2025-08-18T22:06:53.5652306Z   KEEP_LOGS: YES
2025-08-18T22:06:53.5652508Z   GITHUB_TEST_BUILD: YES
2025-08-18T22:06:53.5652733Z   PKG_FAMILY_LOCAL: tailspin
2025-08-18T22:06:53.5652969Z   SBUILD_REBUILD: false
2025-08-18T22:06:53.5653525Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/tailspin/static.official.source.yaml
2025-08-18T22:06:53.5654104Z   BUILD_SYS: docker://rust
2025-08-18T22:06:53.5654337Z   BUILD_ON_HOST: FALSE
2025-08-18T22:06:53.5654542Z   BUILD_SYSTEM: DOCKER
2025-08-18T22:06:53.5654743Z   SYSTMP: /tmp
2025-08-18T22:06:53.5654931Z   GHA_MODE: MATRIX
2025-08-18T22:06:53.5655375Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-18T22:06:53.5655891Z   INPUT_SBUILD: /tmp/pkgforge/ledEGqx82_build.yaml
2025-08-18T22:06:53.5656250Z   BUILD_DIR: /tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml
2025-08-18T22:06:53.5656651Z   SBUILD_OUTDIR: /tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR
2025-08-18T22:06:53.5657142Z   SBUILD_TMPDIR: /tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-18T22:06:53.5657534Z   PKG_TYPE: static
2025-08-18T22:06:53.5657736Z   SBUILD_SUCCESSFUL: YES
2025-08-18T22:06:53.5657976Z   SBUILD_PKGVER: HEAD-b012c56-250818T091402
2025-08-18T22:06:53.5658363Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17051082933
2025-08-18T22:06:53.5658734Z   BUILD_ID: 17051082933
2025-08-18T22:06:53.5658938Z   PKG_NAME: tspin
2025-08-18T22:06:53.5659141Z   PKG_DATE: 2025-08-18T22:06:23Z
2025-08-18T22:06:53.5659394Z   PKG_VERSION: HEAD-b012c56-250818T091402
2025-08-18T22:06:53.5659660Z   PKG_VERSION_UPSTREAM: 
2025-08-18T22:06:53.5659961Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/tailspin/official/tspin
2025-08-18T22:06:53.5660328Z   GHCRPKG_TAG: HEAD-b012c56-250818T091402-x86_64-linux
2025-08-18T22:06:53.5660780Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/tailspin/official/tspin
2025-08-18T22:06:53.5661235Z   PKG_SRCURL: https://github.com/bensadeh/tailspin
2025-08-18T22:06:53.5661694Z   PUSH_SUCCESSFUL: YES
2025-08-18T22:06:53.5661973Z   GHCRPKG_TAG_SRCBUILD: HEAD-b012c56-250818T091402-x86_64-linux
2025-08-18T22:06:53.5662476Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/tailspin/official/tailspin-srcbuild-17051082933
2025-08-18T22:06:53.5662923Z   UTC_TIME: 2025_08_18T10_06_52_PM
2025-08-18T22:06:53.5663388Z ##[endgroup]
2025-08-18T22:06:53.8883790Z ##[group]Run actions/attest@ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc
2025-08-18T22:06:53.8884151Z with:
2025-08-18T22:06:53.8884840Z   subject-path: "/tmp/BUILD.log"
"/tmp/BUILD_ARTIFACTS.zstd"
/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/**
!/tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/**

2025-08-18T22:06:53.8885712Z   subject-name: tailspin-17051082933-HEAD-b012c56-250818T091402-x86_64-linux
2025-08-18T22:06:53.8886134Z   predicate-type: https://slsa.dev/provenance/v1
2025-08-18T22:06:53.8888805Z   predicate: {"buildDefinition":{"buildType":"https://actions.github.io/buildtypes/workflow/v1","externalParameters":{"workflow":{"ref":"refs/heads/main","repository":"https://github.com/pkgforge/bincache","path":".github/workflows/matrix_builds.yaml"}},"internalParameters":{"github":{"event_name":"workflow_dispatch","repository_id":"883655230","repository_owner_id":"187275343","runner_environment":"github-hosted"}},"resolvedDependencies":[{"uri":"git+https://github.com/pkgforge/bincache@refs/heads/main","digest":{"gitCommit":"338a3bae1bab05aba0ad4bfe5580d82eeab3f21d"}}]},"runDetails":{"builder":{"id":"https://github.com/pkgforge/bincache/.github/workflows/matrix_builds.yaml@refs/heads/main"},"metadata":{"invocationId":"https://github.com/pkgforge/bincache/actions/runs/17051082933/attempts/1"}}}
2025-08-18T22:06:53.8891775Z   push-to-registry: false
2025-08-18T22:06:53.8892204Z   show-summary: true
2025-08-18T22:06:53.8892625Z   github-token: ***
2025-08-18T22:06:53.8892834Z env:
2025-08-18T22:06:53.8893020Z   CROSS_COMPILING: NO
2025-08-18T22:06:53.8893240Z   HOST_TRIPLET: x86_64-Linux
2025-08-18T22:06:53.8893475Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-18T22:06:53.8893704Z   ON_QEMU: NO
2025-08-18T22:06:53.8893892Z   DEBUG: 0
2025-08-18T22:06:53.8894085Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-18T22:06:53.8894324Z   DOCKER_PLATFORM: linux/amd64
2025-08-18T22:06:53.8894626Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/tailspin/official
2025-08-18T22:06:53.8894964Z   KEEP_LOGS: YES
2025-08-18T22:06:53.8895165Z   GITHUB_TEST_BUILD: YES
2025-08-18T22:06:53.8895392Z   PKG_FAMILY_LOCAL: tailspin
2025-08-18T22:06:53.8895621Z   SBUILD_REBUILD: false
2025-08-18T22:06:53.8896175Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/tailspin/static.official.source.yaml
2025-08-18T22:06:53.8896772Z   BUILD_SYS: docker://rust
2025-08-18T22:06:53.8897019Z   BUILD_ON_HOST: FALSE
2025-08-18T22:06:53.8897228Z   BUILD_SYSTEM: DOCKER
2025-08-18T22:06:53.8897435Z   SYSTMP: /tmp
2025-08-18T22:06:53.8897629Z   GHA_MODE: MATRIX
2025-08-18T22:06:53.8898079Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-18T22:06:53.8898601Z   INPUT_SBUILD: /tmp/pkgforge/ledEGqx82_build.yaml
2025-08-18T22:06:53.8898935Z   BUILD_DIR: /tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml
2025-08-18T22:06:53.8899341Z   SBUILD_OUTDIR: /tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR
2025-08-18T22:06:53.8899843Z   SBUILD_TMPDIR: /tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-18T22:06:53.8900237Z   PKG_TYPE: static
2025-08-18T22:06:53.8900443Z   SBUILD_SUCCESSFUL: YES
2025-08-18T22:06:53.8900682Z   SBUILD_PKGVER: HEAD-b012c56-250818T091402
2025-08-18T22:06:53.8901076Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17051082933
2025-08-18T22:06:53.8901644Z   BUILD_ID: 17051082933
2025-08-18T22:06:53.8901857Z   PKG_NAME: tspin
2025-08-18T22:06:53.8902065Z   PKG_DATE: 2025-08-18T22:06:23Z
2025-08-18T22:06:53.8902322Z   PKG_VERSION: HEAD-b012c56-250818T091402
2025-08-18T22:06:53.8902592Z   PKG_VERSION_UPSTREAM: 
2025-08-18T22:06:53.8902893Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/tailspin/official/tspin
2025-08-18T22:06:53.8903261Z   GHCRPKG_TAG: HEAD-b012c56-250818T091402-x86_64-linux
2025-08-18T22:06:53.8903721Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/tailspin/official/tspin
2025-08-18T22:06:53.8904352Z   PKG_SRCURL: https://github.com/bensadeh/tailspin
2025-08-18T22:06:53.8904645Z   PUSH_SUCCESSFUL: YES
2025-08-18T22:06:53.8904935Z   GHCRPKG_TAG_SRCBUILD: HEAD-b012c56-250818T091402-x86_64-linux
2025-08-18T22:06:53.8905445Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/tailspin/official/tailspin-srcbuild-17051082933
2025-08-18T22:06:53.8905895Z   UTC_TIME: 2025_08_18T10_06_52_PM
2025-08-18T22:06:53.8906132Z ##[endgroup]
2025-08-18T22:06:55.3435182Z Attestation created for 22 subjects
2025-08-18T22:06:55.3440544Z ##[group][36mAttestation signed using certificate from Public Good Sigstore instance[39m
2025-08-18T22:06:55.3441078Z -----BEGIN CERTIFICATE-----
2025-08-18T22:06:55.3441783Z MIIG7zCCBnWgAwIBAgIUDa3KFykn2PIqwjpO6qz6hdw8mlswCgYIKoZIzj0EAwMw
2025-08-18T22:06:55.3442386Z NzEVMBMGA1UEChMMc2lnc3RvcmUuZGV2MR4wHAYDVQQDExVzaWdzdG9yZS1pbnRl
2025-08-18T22:06:55.3442966Z cm1lZGlhdGUwHhcNMjUwODE4MjIwNjU0WhcNMjUwODE4MjIxNjU0WjAAMFkwEwYH
2025-08-18T22:06:55.3443540Z KoZIzj0CAQYIKoZIzj0DAQcDQgAEhlkMh36gyDJMA3HI7oE2TRuYXG5xFG4wa0kn
2025-08-18T22:06:55.3444111Z BLxlmtzOiyD8ewL1nvdk7StIbRtDG/okRinHLYS7WXjsCqLJbqOCBZQwggWQMA4G
2025-08-18T22:06:55.3444652Z A1UdDwEB/wQEAwIHgDATBgNVHSUEDDAKBggrBgEFBQcDAzAdBgNVHQ4EFgQU4HaS
2025-08-18T22:06:55.3445204Z C6HLTcKFjpJXf7qtd5oO154wHwYDVR0jBBgwFoAU39Ppz1YkEZb5qNjpKFWixi4Y
2025-08-18T22:06:55.3445756Z ZD8wZwYDVR0RAQH/BF0wW4ZZaHR0cHM6Ly9naXRodWIuY29tL3BrZ2ZvcmdlL2Jp
2025-08-18T22:06:55.3446526Z bmNhY2hlLy5naXRodWIvd29ya2Zsb3dzL21hdHJpeF9idWlsZHMueWFtbEByZWZz
2025-08-18T22:06:55.3447257Z L2hlYWRzL21haW4wOQYKKwYBBAGDvzABAQQraHR0cHM6Ly90b2tlbi5hY3Rpb25z
2025-08-18T22:06:55.3447809Z LmdpdGh1YnVzZXJjb250ZW50LmNvbTAfBgorBgEEAYO/MAECBBF3b3JrZmxvd19k
2025-08-18T22:06:55.3448338Z aXNwYXRjaDA2BgorBgEEAYO/MAEDBCgzMzhhM2JhZTFiYWIwNWFiYTBhZDRiZmU1
2025-08-18T22:06:55.3448892Z NTgwZDgyZWVhYjNmMjFkMDAGCisGAQQBg78wAQQEIvCfp7Dwn5ug77iPIEJ1aWxk
2025-08-18T22:06:55.3449440Z IFBhY2thZ2Ug8J+TpvCfk4AwHwYKKwYBBAGDvzABBQQRcGtnZm9yZ2UvYmluY2Fj
2025-08-18T22:06:55.3449919Z aGUwHQYKKwYBBAGDvzABBgQPcmVmcy9oZWFkcy9tYWluMDsGCisGAQQBg78wAQgE
2025-08-18T22:06:55.3450608Z LQwraHR0cHM6Ly90b2tlbi5hY3Rpb25zLmdpdGh1YnVzZXJjb250ZW50LmNvbTBp
2025-08-18T22:06:55.3451075Z BgorBgEEAYO/MAEJBFsMWWh0dHBzOi8vZ2l0aHViLmNvbS9wa2dmb3JnZS9iaW5j
2025-08-18T22:06:55.3451805Z YWNoZS8uZ2l0aHViL3dvcmtmbG93cy9tYXRyaXhfYnVpbGRzLnlhbWxAcmVmcy9o
2025-08-18T22:06:55.3452294Z ZWFkcy9tYWluMDgGCisGAQQBg78wAQoEKgwoMzM4YTNiYWUxYmFiMDVhYmEwYWQ0
2025-08-18T22:06:55.3452773Z YmZlNTU4MGQ4MmVlYWIzZjIxZDAdBgorBgEEAYO/MAELBA8MDWdpdGh1Yi1ob3N0
2025-08-18T22:06:55.3453243Z ZWQwNAYKKwYBBAGDvzABDAQmDCRodHRwczovL2dpdGh1Yi5jb20vcGtnZm9yZ2Uv
2025-08-18T22:06:55.3453729Z YmluY2FjaGUwOAYKKwYBBAGDvzABDQQqDCgzMzhhM2JhZTFiYWIwNWFiYTBhZDRi
2025-08-18T22:06:55.3454220Z ZmU1NTgwZDgyZWVhYjNmMjFkMB8GCisGAQQBg78wAQ4EEQwPcmVmcy9oZWFkcy9t
2025-08-18T22:06:55.3454865Z YWluMBkGCisGAQQBg78wAQ8ECwwJODgzNjU1MjMwMCsGCisGAQQBg78wARAEHQwb
2025-08-18T22:06:55.3455426Z aHR0cHM6Ly9naXRodWIuY29tL3BrZ2ZvcmdlMBkGCisGAQQBg78wAREECwwJMTg3
2025-08-18T22:06:55.3455913Z Mjc1MzQzMGkGCisGAQQBg78wARIEWwxZaHR0cHM6Ly9naXRodWIuY29tL3BrZ2Zv
2025-08-18T22:06:55.3456549Z cmdlL2JpbmNhY2hlLy5naXRodWIvd29ya2Zsb3dzL21hdHJpeF9idWlsZHMueWFt
2025-08-18T22:06:55.3457029Z bEByZWZzL2hlYWRzL21haW4wOAYKKwYBBAGDvzABEwQqDCgzMzhhM2JhZTFiYWIw
2025-08-18T22:06:55.3457518Z NWFiYTBhZDRiZmU1NTgwZDgyZWVhYjNmMjFkMCEGCisGAQQBg78wARQEEwwRd29y
2025-08-18T22:06:55.3458015Z a2Zsb3dfZGlzcGF0Y2gwWAYKKwYBBAGDvzABFQRKDEhodHRwczovL2dpdGh1Yi5j
2025-08-18T22:06:55.3458494Z b20vcGtnZm9yZ2UvYmluY2FjaGUvYWN0aW9ucy9ydW5zLzE3MDUxMDgyOTMzL2F0
2025-08-18T22:06:55.3458978Z dGVtcHRzLzEwFgYKKwYBBAGDvzABFgQIDAZwdWJsaWMwgYoGCisGAQQB1nkCBAIE
2025-08-18T22:06:55.3459459Z fAR6AHgAdgDdPTBqxscRMmMZHhyZZzcCokpeuN48rf+HinKALynujgAAAZi/OJqg
2025-08-18T22:06:55.3459925Z AAAEAwBHMEUCIAjf7oKSItmCIDXEDiQKSsnvofqht3l/NMyggy0Nx+h/AiEAvThd
2025-08-18T22:06:55.3460390Z YH7vuYfESHvI/pBw0uS8ov1S4s2PwqR8vXpo4DMwCgYIKoZIzj0EAwMDaAAwZQIw
2025-08-18T22:06:55.3460849Z DRdlM0URQEPLlRLW7Bfyc/BPWmxlp4LIByxNUfeAVtQdcQoF152FCal5MkF8j3+b
2025-08-18T22:06:55.3461698Z AjEAhb0LM7hNxS0PHlgA4h/oyNmqCu5rm1B8ntakoltgq7+/c47Hhcw4fUQ9Afo9
2025-08-18T22:06:55.3462034Z w8OV
2025-08-18T22:06:55.3462218Z -----END CERTIFICATE-----
2025-08-18T22:06:55.3462366Z 
2025-08-18T22:06:55.3462755Z ##[endgroup]
2025-08-18T22:06:55.3463172Z [36mAttestation signature uploaded to Rekor transparency log[39m
2025-08-18T22:06:55.3463583Z https://search.sigstore.dev?logIndex=408662148
2025-08-18T22:06:55.3463943Z [36mAttestation uploaded to repository[39m
2025-08-18T22:06:55.3464293Z https://github.com/pkgforge/bincache/attestations/9786799
2025-08-18T22:06:55.4281843Z ##[group]Run ##Presets
2025-08-18T22:06:55.4282128Z [36;1m##Presets[0m
2025-08-18T22:06:55.4282345Z [36;1mset +x ; set +e[0m
2025-08-18T22:06:55.4282569Z [36;1m#-------------#[0m
2025-08-18T22:06:55.4282781Z [36;1m##Debug?[0m
2025-08-18T22:06:55.4283042Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-18T22:06:55.4283357Z [36;1m  set -x[0m
2025-08-18T22:06:55.4283548Z [36;1mfi[0m
2025-08-18T22:06:55.4283751Z [36;1m#-------------#[0m
2025-08-18T22:06:55.4284075Z [36;1mif [[ "${GHA_BUILD_FAILED}" == "YES" || "${SBUILD_SUCCESSFUL}" == "NO" ]]; then[0m
2025-08-18T22:06:55.4284636Z [36;1m  echo -e "\n[-] FATAL: Failed to Successfully Build ghcr.io/pkgforge/bincache/tailspin/official"[0m
2025-08-18T22:06:55.4285082Z [36;1m exit 1[0m
2025-08-18T22:06:55.4285271Z [36;1mfi[0m
2025-08-18T22:06:55.4334332Z shell: /usr/bin/bash -e {0}
2025-08-18T22:06:55.4334580Z env:
2025-08-18T22:06:55.4334772Z   CROSS_COMPILING: NO
2025-08-18T22:06:55.4335031Z   HOST_TRIPLET: x86_64-Linux
2025-08-18T22:06:55.4335274Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-18T22:06:55.4335505Z   ON_QEMU: NO
2025-08-18T22:06:55.4335690Z   DEBUG: 0
2025-08-18T22:06:55.4335877Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-18T22:06:55.4336114Z   DOCKER_PLATFORM: linux/amd64
2025-08-18T22:06:55.4336419Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/tailspin/official
2025-08-18T22:06:55.4336751Z   KEEP_LOGS: YES
2025-08-18T22:06:55.4336961Z   GITHUB_TEST_BUILD: YES
2025-08-18T22:06:55.4337193Z   PKG_FAMILY_LOCAL: tailspin
2025-08-18T22:06:55.4337424Z   SBUILD_REBUILD: false
2025-08-18T22:06:55.4338003Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/tailspin/static.official.source.yaml
2025-08-18T22:06:55.4338615Z   BUILD_SYS: docker://rust
2025-08-18T22:06:55.4338844Z   BUILD_ON_HOST: FALSE
2025-08-18T22:06:55.4339056Z   BUILD_SYSTEM: DOCKER
2025-08-18T22:06:55.4339258Z   SYSTMP: /tmp
2025-08-18T22:06:55.4339449Z   GHA_MODE: MATRIX
2025-08-18T22:06:55.4339913Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-18T22:06:55.4340453Z   INPUT_SBUILD: /tmp/pkgforge/ledEGqx82_build.yaml
2025-08-18T22:06:55.4340793Z   BUILD_DIR: /tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml
2025-08-18T22:06:55.4341203Z   SBUILD_OUTDIR: /tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR
2025-08-18T22:06:55.4341844Z   SBUILD_TMPDIR: /tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-18T22:06:55.4342253Z   PKG_TYPE: static
2025-08-18T22:06:55.4342460Z   SBUILD_SUCCESSFUL: YES
2025-08-18T22:06:55.4342701Z   SBUILD_PKGVER: HEAD-b012c56-250818T091402
2025-08-18T22:06:55.4343114Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17051082933
2025-08-18T22:06:55.4343510Z   BUILD_ID: 17051082933
2025-08-18T22:06:55.4343724Z   PKG_NAME: tspin
2025-08-18T22:06:55.4343937Z   PKG_DATE: 2025-08-18T22:06:23Z
2025-08-18T22:06:55.4344201Z   PKG_VERSION: HEAD-b012c56-250818T091402
2025-08-18T22:06:55.4344470Z   PKG_VERSION_UPSTREAM: 
2025-08-18T22:06:55.4344775Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/tailspin/official/tspin
2025-08-18T22:06:55.4345158Z   GHCRPKG_TAG: HEAD-b012c56-250818T091402-x86_64-linux
2025-08-18T22:06:55.4345627Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/tailspin/official/tspin
2025-08-18T22:06:55.4346112Z   PKG_SRCURL: https://github.com/bensadeh/tailspin
2025-08-18T22:06:55.4346599Z   PUSH_SUCCESSFUL: YES
2025-08-18T22:06:55.4346888Z   GHCRPKG_TAG_SRCBUILD: HEAD-b012c56-250818T091402-x86_64-linux
2025-08-18T22:06:55.4347432Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/tailspin/official/tailspin-srcbuild-17051082933
2025-08-18T22:06:55.4347920Z   UTC_TIME: 2025_08_18T10_06_52_PM
2025-08-18T22:06:55.4348164Z ##[endgroup]
2025-08-18T22:06:55.4452156Z ##[group]Run ##Presets
2025-08-18T22:06:55.4452437Z [36;1m##Presets[0m
2025-08-18T22:06:55.4452652Z [36;1mset +x ; set +e[0m
2025-08-18T22:06:55.4452878Z [36;1m#-------------#[0m
2025-08-18T22:06:55.4453087Z [36;1m##Debug?[0m
2025-08-18T22:06:55.4453342Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-18T22:06:55.4453648Z [36;1m  set -x[0m
2025-08-18T22:06:55.4453843Z [36;1mfi[0m
2025-08-18T22:06:55.4454032Z [36;1m#-------------#[0m
2025-08-18T22:06:55.4454281Z [36;1mif [[ "${PUSH_SUCCESSFUL}" == "NO" ]]; then[0m
2025-08-18T22:06:55.4454767Z [36;1m  echo -e "\n[-] FATAL: Failed to Successfully Push ==> ghcr.io/pkgforge/bincache/tailspin/official"[0m
2025-08-18T22:06:55.4455204Z [36;1m exit 1[0m
2025-08-18T22:06:55.4455394Z [36;1mfi[0m
2025-08-18T22:06:55.4502315Z shell: /usr/bin/bash -e {0}
2025-08-18T22:06:55.4502554Z env:
2025-08-18T22:06:55.4502743Z   CROSS_COMPILING: NO
2025-08-18T22:06:55.4503006Z   HOST_TRIPLET: x86_64-Linux
2025-08-18T22:06:55.4503245Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-18T22:06:55.4503470Z   ON_QEMU: NO
2025-08-18T22:06:55.4503656Z   DEBUG: 0
2025-08-18T22:06:55.4503842Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-18T22:06:55.4504080Z   DOCKER_PLATFORM: linux/amd64
2025-08-18T22:06:55.4504387Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/tailspin/official
2025-08-18T22:06:55.4504698Z   KEEP_LOGS: YES
2025-08-18T22:06:55.4504898Z   GITHUB_TEST_BUILD: YES
2025-08-18T22:06:55.4505123Z   PKG_FAMILY_LOCAL: tailspin
2025-08-18T22:06:55.4505353Z   SBUILD_REBUILD: false
2025-08-18T22:06:55.4505908Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/tailspin/static.official.source.yaml
2025-08-18T22:06:55.4506500Z   BUILD_SYS: docker://rust
2025-08-18T22:06:55.4506740Z   BUILD_ON_HOST: FALSE
2025-08-18T22:06:55.4506952Z   BUILD_SYSTEM: DOCKER
2025-08-18T22:06:55.4507154Z   SYSTMP: /tmp
2025-08-18T22:06:55.4507343Z   GHA_MODE: MATRIX
2025-08-18T22:06:55.4507792Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-18T22:06:55.4508310Z   INPUT_SBUILD: /tmp/pkgforge/ledEGqx82_build.yaml
2025-08-18T22:06:55.4508643Z   BUILD_DIR: /tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml
2025-08-18T22:06:55.4509047Z   SBUILD_OUTDIR: /tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR
2025-08-18T22:06:55.4509540Z   SBUILD_TMPDIR: /tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-18T22:06:55.4509928Z   PKG_TYPE: static
2025-08-18T22:06:55.4510130Z   SBUILD_SUCCESSFUL: YES
2025-08-18T22:06:55.4510370Z   SBUILD_PKGVER: HEAD-b012c56-250818T091402
2025-08-18T22:06:55.4510762Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17051082933
2025-08-18T22:06:55.4511131Z   BUILD_ID: 17051082933
2025-08-18T22:06:55.4511338Z   PKG_NAME: tspin
2025-08-18T22:06:55.4511723Z   PKG_DATE: 2025-08-18T22:06:23Z
2025-08-18T22:06:55.4511976Z   PKG_VERSION: HEAD-b012c56-250818T091402
2025-08-18T22:06:55.4512253Z   PKG_VERSION_UPSTREAM: 
2025-08-18T22:06:55.4512552Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/tailspin/official/tspin
2025-08-18T22:06:55.4512919Z   GHCRPKG_TAG: HEAD-b012c56-250818T091402-x86_64-linux
2025-08-18T22:06:55.4513364Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/tailspin/official/tspin
2025-08-18T22:06:55.4513827Z   PKG_SRCURL: https://github.com/bensadeh/tailspin
2025-08-18T22:06:55.4514110Z   PUSH_SUCCESSFUL: YES
2025-08-18T22:06:55.4514388Z   GHCRPKG_TAG_SRCBUILD: HEAD-b012c56-250818T091402-x86_64-linux
2025-08-18T22:06:55.4514891Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/tailspin/official/tailspin-srcbuild-17051082933
2025-08-18T22:06:55.4515514Z   UTC_TIME: 2025_08_18T10_06_52_PM
2025-08-18T22:06:55.4515751Z ##[endgroup]
2025-08-18T22:06:55.4602567Z ##[group]Run ##Presets
2025-08-18T22:06:55.4602839Z [36;1m##Presets[0m
2025-08-18T22:06:55.4603055Z [36;1mset +x ; set +e[0m
2025-08-18T22:06:55.4603282Z [36;1m#-------------#[0m
2025-08-18T22:06:55.4603492Z [36;1m##Debug?[0m
2025-08-18T22:06:55.4603744Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-18T22:06:55.4604045Z [36;1m  set -x[0m
2025-08-18T22:06:55.4604239Z [36;1mfi[0m
2025-08-18T22:06:55.4604426Z [36;1m#-------------#[0m
2025-08-18T22:06:55.4604783Z [36;1m[[ -f "/tmp/GHA_CI_STATUS" && -w "/tmp/GHA_CI_STATUS" ]] && echo "" > "/tmp/GHA_CI_STATUS"[0m
2025-08-18T22:06:55.4605196Z [36;1mif [[ -d "/tmp" && -w "/tmp" ]]; then[0m
2025-08-18T22:06:55.4605509Z [36;1m  echo "EXITED" | tee "/tmp/GHA_CI_STATUS"[0m
2025-08-18T22:06:55.4605783Z [36;1mfi[0m
2025-08-18T22:06:55.4648856Z shell: /usr/bin/bash -e {0}
2025-08-18T22:06:55.4649093Z env:
2025-08-18T22:06:55.4649282Z   CROSS_COMPILING: NO
2025-08-18T22:06:55.4649567Z   HOST_TRIPLET: x86_64-Linux
2025-08-18T22:06:55.4649818Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-18T22:06:55.4650051Z   ON_QEMU: NO
2025-08-18T22:06:55.4650238Z   DEBUG: 0
2025-08-18T22:06:55.4650428Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-18T22:06:55.4650663Z   DOCKER_PLATFORM: linux/amd64
2025-08-18T22:06:55.4650970Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/tailspin/official
2025-08-18T22:06:55.4651289Z   KEEP_LOGS: YES
2025-08-18T22:06:55.4651739Z   GITHUB_TEST_BUILD: YES
2025-08-18T22:06:55.4651974Z   PKG_FAMILY_LOCAL: tailspin
2025-08-18T22:06:55.4652210Z   SBUILD_REBUILD: false
2025-08-18T22:06:55.4652769Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/tailspin/static.official.source.yaml
2025-08-18T22:06:55.4653356Z   BUILD_SYS: docker://rust
2025-08-18T22:06:55.4653591Z   BUILD_ON_HOST: FALSE
2025-08-18T22:06:55.4653805Z   BUILD_SYSTEM: DOCKER
2025-08-18T22:06:55.4654006Z   SYSTMP: /tmp
2025-08-18T22:06:55.4654199Z   GHA_MODE: MATRIX
2025-08-18T22:06:55.4654646Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-18T22:06:55.4655182Z   INPUT_SBUILD: /tmp/pkgforge/ledEGqx82_build.yaml
2025-08-18T22:06:55.4655529Z   BUILD_DIR: /tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml
2025-08-18T22:06:55.4655928Z   SBUILD_OUTDIR: /tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR
2025-08-18T22:06:55.4656422Z   SBUILD_TMPDIR: /tmp/pkgforge/PDY4yF1_ledEGqx82_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-18T22:06:55.4656810Z   PKG_TYPE: static
2025-08-18T22:06:55.4657016Z   SBUILD_SUCCESSFUL: YES
2025-08-18T22:06:55.4657293Z   SBUILD_PKGVER: HEAD-b012c56-250818T091402
2025-08-18T22:06:55.4657691Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17051082933
2025-08-18T22:06:55.4658060Z   BUILD_ID: 17051082933
2025-08-18T22:06:55.4658271Z   PKG_NAME: tspin
2025-08-18T22:06:55.4658477Z   PKG_DATE: 2025-08-18T22:06:23Z
2025-08-18T22:06:55.4658739Z   PKG_VERSION: HEAD-b012c56-250818T091402
2025-08-18T22:06:55.4659015Z   PKG_VERSION_UPSTREAM: 
2025-08-18T22:06:55.4659317Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/tailspin/official/tspin
2025-08-18T22:06:55.4659693Z   GHCRPKG_TAG: HEAD-b012c56-250818T091402-x86_64-linux
2025-08-18T22:06:55.4660146Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/tailspin/official/tspin
2025-08-18T22:06:55.4660607Z   PKG_SRCURL: https://github.com/bensadeh/tailspin
2025-08-18T22:06:55.4660895Z   PUSH_SUCCESSFUL: YES
2025-08-18T22:06:55.4661171Z   GHCRPKG_TAG_SRCBUILD: HEAD-b012c56-250818T091402-x86_64-linux
2025-08-18T22:06:55.4661896Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/tailspin/official/tailspin-srcbuild-17051082933
2025-08-18T22:06:55.4662350Z   UTC_TIME: 2025_08_18T10_06_52_PM
2025-08-18T22:06:55.4662588Z ##[endgroup]
2025-08-18T22:06:55.4736186Z EXITED
2025-08-18T22:06:55.4782854Z Cleaning up orphan processes
