﻿2025-08-20T21:37:50.1341281Z Current runner version: '2.328.0'
2025-08-20T21:37:50.1377389Z ##[group]Runner Image Provisioner
2025-08-20T21:37:50.1378664Z Hosted Compute Agent
2025-08-20T21:37:50.1379610Z Version: 20250818.377
2025-08-20T21:37:50.1380698Z Commit: 3c593e9f75fe0b87e893bca80d6e12ba089c61fc
2025-08-20T21:37:50.1381898Z Build Date: 2025-08-18T14:52:18Z
2025-08-20T21:37:50.1383191Z ##[endgroup]
2025-08-20T21:37:50.1384245Z ##[group]Operating System
2025-08-20T21:37:50.1385215Z Ubuntu
2025-08-20T21:37:50.1386130Z 24.04.2
2025-08-20T21:37:50.1386949Z LTS
2025-08-20T21:37:50.1387740Z ##[endgroup]
2025-08-20T21:37:50.1388979Z ##[group]Runner Image
2025-08-20T21:37:50.1390039Z Image: ubuntu-24.04
2025-08-20T21:37:50.1391112Z Version: 20250818.1.0
2025-08-20T21:37:50.1393260Z Included Software: https://github.com/actions/runner-images/blob/ubuntu24/20250818.1/images/ubuntu/Ubuntu2404-Readme.md
2025-08-20T21:37:50.1396140Z Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu24%2F20250818.1
2025-08-20T21:37:50.1397945Z ##[endgroup]
2025-08-20T21:37:50.1400364Z ##[group]GITHUB_TOKEN Permissions
2025-08-20T21:37:50.1403248Z Attestations: write
2025-08-20T21:37:50.1404510Z Contents: write
2025-08-20T21:37:50.1405482Z Metadata: read
2025-08-20T21:37:50.1406653Z Packages: write
2025-08-20T21:37:50.1407582Z ##[endgroup]
2025-08-20T21:37:50.1410902Z Secret source: Actions
2025-08-20T21:37:50.1412163Z Prepare workflow directory
2025-08-20T21:37:50.1899108Z Prepare all required actions
2025-08-20T21:37:50.1958297Z Getting action download info
2025-08-20T21:37:50.4501110Z Download action repository 'docker/setup-qemu-action@v3' (SHA:29109295f81e9208d7d86ff1c6c12d2833863392)
2025-08-20T21:37:50.8519283Z Download action repository 'docker/setup-buildx-action@v3' (SHA:e468171a9de216ec08956ac3ada2f0791b6bd435)
2025-08-20T21:37:51.2240669Z Download action repository 'actions/upload-artifact@v4' (SHA:ea165f8d65b6e75b540449e92b4886f43607fa02)
2025-08-20T21:37:51.3330325Z Download action repository 'actions/attest-build-provenance@v2.4.0' (SHA:e8998f949152b193b063cb0ec769d69d929409be)
2025-08-20T21:37:51.6661977Z Getting action download info
2025-08-20T21:37:51.7947817Z Download action repository 'actions/attest-build-provenance@1176ef556905f349f669722abf30bce1a6e16e01' (SHA:1176ef556905f349f669722abf30bce1a6e16e01)
2025-08-20T21:37:52.0287822Z Download action repository 'actions/attest@ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc' (SHA:ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc)
2025-08-20T21:37:52.3800699Z Complete job name: x86_64-Linux ==> (ghcr.io/pkgforge/bincache/navi/official)
2025-08-20T21:37:52.4544930Z ##[group]Run ##Presets
2025-08-20T21:37:52.4545948Z [36;1m##Presets[0m
2025-08-20T21:37:52.4546833Z [36;1mset +x ; set +e[0m
2025-08-20T21:37:52.4547761Z [36;1m#-------------#[0m
2025-08-20T21:37:52.4548931Z [36;1mif [[ "$(uname -m | tr -d '[:space:]')" == "aarch64" ]]; then[0m
2025-08-20T21:37:52.4550403Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "aarch64-Linux" ]]; then[0m
2025-08-20T21:37:52.4551820Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T21:37:52.4553214Z [36;1m  fi[0m
2025-08-20T21:37:52.4554304Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "loongarch64" ]]; then[0m
2025-08-20T21:37:52.4555867Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "loongarch64-Linux" ]]; then[0m
2025-08-20T21:37:52.4557283Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T21:37:52.4558466Z [36;1m  fi[0m
2025-08-20T21:37:52.4559515Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "riscv64" ]]; then[0m
2025-08-20T21:37:52.4561017Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "riscv64-Linux" ]]; then[0m
2025-08-20T21:37:52.4562491Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T21:37:52.4563713Z [36;1m  fi[0m
2025-08-20T21:37:52.4564745Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "x86_64" ]]; then[0m
2025-08-20T21:37:52.4566281Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "x86_64-Linux" ]]; then[0m
2025-08-20T21:37:52.4567818Z [36;1m     if [[ "ALL" == "riscv64-Linux" ||\[0m
2025-08-20T21:37:52.4569036Z [36;1m           "ALL" == "loongarch64-Linux" ]]; then[0m
2025-08-20T21:37:52.4570334Z [36;1m       echo "CONTINUE_GHRUN=TRUE" >> "${GITHUB_ENV}"[0m
2025-08-20T21:37:52.4571501Z [36;1m     else[0m
2025-08-20T21:37:52.4572686Z [36;1m       echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T21:37:52.4573905Z [36;1m     fi[0m
2025-08-20T21:37:52.4574726Z [36;1m  fi[0m
2025-08-20T21:37:52.4575505Z [36;1mfi[0m
2025-08-20T21:37:52.4652617Z shell: /usr/bin/bash -e {0}
2025-08-20T21:37:52.4653919Z env:
2025-08-20T21:37:52.4655211Z   GH_TOKEN: ***
2025-08-20T21:37:52.4656129Z ##[endgroup]
2025-08-20T21:37:52.5000121Z ##[group]Run ##Presets
2025-08-20T21:37:52.5001236Z [36;1m##Presets[0m
2025-08-20T21:37:52.5002525Z [36;1mset +x ; set +e[0m
2025-08-20T21:37:52.5003625Z [36;1m#-------------#[0m
2025-08-20T21:37:52.5004814Z [36;1m# Check if any of the required secrets are missing[0m
2025-08-20T21:37:52.5006850Z [36;1mif [ -z "${RO_GHTOKEN##*[[:space:]]}" ] || [ -z "${RO_GLTOKEN##*[[:space:]]}" ] || [ -z "${MINISIGN_KEY##*[[:space:]]}" ]; then[0m
2025-08-20T21:37:52.5008847Z [36;1m  echo "::error::One or more required secrets are missing:"[0m
2025-08-20T21:37:52.5010492Z [36;1m  [ -z "${RO_GHTOKEN##*[[:space:]]}" ] && echo "- RO_GHTOKEN is missing"[0m
2025-08-20T21:37:52.5012377Z [36;1m  [ -z "${RO_GLTOKEN##*[[:space:]]}" ] && echo "- RO_GLTOKEN is missing"[0m
2025-08-20T21:37:52.5014138Z [36;1m  [ -z "${MINISIGN_KEY##*[[:space:]]}" ] && echo "- MINISIGN_KEY is missing"[0m
2025-08-20T21:37:52.5015607Z [36;1m  exit 1[0m
2025-08-20T21:37:52.5016598Z [36;1mfi[0m
2025-08-20T21:37:52.5059918Z shell: /usr/bin/bash -e {0}
2025-08-20T21:37:52.5060991Z env:
2025-08-20T21:37:52.5062351Z   RO_GHTOKEN: ***
2025-08-20T21:37:52.5063443Z   RO_GLTOKEN: ***
2025-08-20T21:37:52.5067945Z   MINISIGN_KEY: ***
2025-08-20T21:37:52.5068921Z ##[endgroup]
2025-08-20T21:37:52.5315565Z ##[group]Run ##Presets
2025-08-20T21:37:52.5316605Z [36;1m##Presets[0m
2025-08-20T21:37:52.5317453Z [36;1mset +x ; set +e[0m
2025-08-20T21:37:52.5318336Z [36;1m#-------------#[0m
2025-08-20T21:37:52.5319218Z [36;1m##Host Triplet[0m
2025-08-20T21:37:52.5320319Z [36;1m if [[ "x86_64-Linux" != "$(uname -m)-$(uname -s)" ]] ; then[0m
2025-08-20T21:37:52.5321636Z [36;1m   export CROSS_COMPILING="YES"[0m
2025-08-20T21:37:52.5323010Z [36;1m   export HOST_TRIPLET_R="$(uname -m)-$(uname -s)"[0m
2025-08-20T21:37:52.5324222Z [36;1m   export ON_QEMU="YES"[0m
2025-08-20T21:37:52.5325372Z [36;1m   if [[ "x86_64-Linux" == "loongarch64-Linux" ]] ; then[0m
2025-08-20T21:37:52.5326676Z [36;1m     export HOST_TRIPLET="loongarch64-Linux"[0m
2025-08-20T21:37:52.5327976Z [36;1m   elif [[ "x86_64-Linux" == "riscv64-Linux" ]] ; then[0m
2025-08-20T21:37:52.5329239Z [36;1m     export HOST_TRIPLET="riscv64-Linux"[0m
2025-08-20T21:37:52.5330314Z [36;1m   fi[0m
2025-08-20T21:37:52.5331369Z [36;1m elif [[ "x86_64-Linux" == "$(uname -m)-$(uname -s)" ]] ; then[0m
2025-08-20T21:37:52.5332770Z [36;1m   export CROSS_COMPILING="NO"[0m
2025-08-20T21:37:52.5333980Z [36;1m   export HOST_TRIPLET="$(uname -m)-$(uname -s)"[0m
2025-08-20T21:37:52.5335257Z [36;1m   export HOST_TRIPLET_R="${HOST_TRIPLET}"[0m
2025-08-20T21:37:52.5336386Z [36;1m   export ON_QEMU="NO"[0m
2025-08-20T21:37:52.5337322Z [36;1m fi[0m
2025-08-20T21:37:52.5338466Z [36;1m echo "CROSS_COMPILING=${CROSS_COMPILING}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:37:52.5340027Z [36;1m echo "HOST_TRIPLET=${HOST_TRIPLET}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:37:52.5341569Z [36;1m echo "HOST_TRIPLET_R=${HOST_TRIPLET_R}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:37:52.5343106Z [36;1m echo "ON_QEMU=${ON_QEMU}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:37:52.5344277Z [36;1m##Debug[0m
2025-08-20T21:37:52.5345195Z [36;1m if [[ "false" == "true" ]] ; then[0m
2025-08-20T21:37:52.5346322Z [36;1m   export DEBUG="1"[0m
2025-08-20T21:37:52.5347317Z [36;1m else[0m
2025-08-20T21:37:52.5348198Z [36;1m   export DEBUG="0"[0m
2025-08-20T21:37:52.5349331Z [36;1m fi[0m
2025-08-20T21:37:52.5350202Z [36;1m echo "DEBUG=${DEBUG}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:37:52.5351322Z [36;1m##Docker Platform[0m
2025-08-20T21:37:52.5352552Z [36;1m if echo "${HOST_TRIPLET}" | grep -qiE "aarch64"; then[0m
2025-08-20T21:37:52.5353818Z [36;1m   DOCKER_PLATFORM="linux/arm64"[0m
2025-08-20T21:37:52.5355122Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "loongarch64"; then[0m
2025-08-20T21:37:52.5356487Z [36;1m   DOCKER_PLATFORM="linux/loong64"[0m
2025-08-20T21:37:52.5357802Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "riscv64"; then[0m
2025-08-20T21:37:52.5359145Z [36;1m   DOCKER_PLATFORM="linux/riscv64"[0m
2025-08-20T21:37:52.5360480Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "x86_64"; then[0m
2025-08-20T21:37:52.5361795Z [36;1m   DOCKER_PLATFORM="linux/amd64"[0m
2025-08-20T21:37:52.5362963Z [36;1m fi[0m
2025-08-20T21:37:52.5364095Z [36;1m echo "DOCKER_PLATFORM_ARCH=${HOST_TRIPLET%%-*}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:37:52.5365784Z [36;1m echo "DOCKER_PLATFORM=${DOCKER_PLATFORM}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:37:52.5367102Z [36;1m##GHCRPKG_URL[0m
2025-08-20T21:37:52.5368938Z [36;1m GHCRPKG_LOCAL="$(echo "ghcr.io/pkgforge/bincache/navi/official" | tr '[:upper:]' '[:lower:]' | tr -d '[:space:]')"[0m
2025-08-20T21:37:52.5370948Z [36;1m export GHCRPKG_LOCAL[0m
2025-08-20T21:37:52.5372189Z [36;1m echo "GHCRPKG_LOCAL=${GHCRPKG_LOCAL}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:37:52.5373517Z [36;1m##Logs[0m
2025-08-20T21:37:52.5374453Z [36;1m if [[ "true" == "false" ]] ; then[0m
2025-08-20T21:37:52.5375526Z [36;1m   export KEEP_LOGS="NO"[0m
2025-08-20T21:37:52.5376491Z [36;1m else[0m
2025-08-20T21:37:52.5377323Z [36;1m   export KEEP_LOGS="YES"[0m
2025-08-20T21:37:52.5378392Z [36;1m   export GITHUB_TEST_BUILD="YES"[0m
2025-08-20T21:37:52.5379426Z [36;1m fi[0m
2025-08-20T21:37:52.5380575Z [36;1m echo "KEEP_LOGS=${KEEP_LOGS}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:37:52.5382083Z [36;1m echo "GITHUB_TEST_BUILD=${GITHUB_TEST_BUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:37:52.5383556Z [36;1m##PKG_FAMILY_LOCAL[0m
2025-08-20T21:37:52.5384919Z [36;1m PKG_FAMILY_LOCAL="$(echo "navi" | tr '[:upper:]' '[:lower:]' | tr -d '[:space:]')"[0m
2025-08-20T21:37:52.5386405Z [36;1m export PKG_FAMILY_LOCAL[0m
2025-08-20T21:37:52.5387691Z [36;1m echo "PKG_FAMILY_LOCAL=${PKG_FAMILY_LOCAL}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:37:52.5388984Z [36;1m##Rebuild[0m
2025-08-20T21:37:52.5389865Z [36;1m if [[ "false" == "false" ]] ; then[0m
2025-08-20T21:37:52.5390987Z [36;1m   export SBUILD_REBUILD="false"[0m
2025-08-20T21:37:52.5392001Z [36;1m else[0m
2025-08-20T21:37:52.5392949Z [36;1m   export SBUILD_REBUILD="true"[0m
2025-08-20T21:37:52.5393963Z [36;1m fi[0m
2025-08-20T21:37:52.5395020Z [36;1m echo "SBUILD_REBUILD=${SBUILD_REBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:37:52.5396292Z [36;1m ##SBUILD_URL[0m
2025-08-20T21:37:52.5397805Z [36;1m sudo curl -qfsSL "https://bin.pkgforge.dev/${HOST_TRIPLET_R}/yq" -o "/usr/local/bin/yq" && \[0m
2025-08-20T21:37:52.5399839Z [36;1m   sudo chmod 'a+x' "/usr/local/bin/yq" && command -v yq >/dev/null || exit 1[0m
2025-08-20T21:37:52.5402999Z [36;1m SBUILD_FILE_URL="$(echo "https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/navi/static.official.source.yaml" | tr -d '[:space:]')"[0m
2025-08-20T21:37:52.5405665Z [36;1m pushd "$(mktemp -d)" >/dev/null 2>&1[0m
2025-08-20T21:37:52.5407050Z [36;1m   curl -w "(SBUILD) <== %{url}\n" -fL "${SBUILD_FILE_URL}" -o "./SBUILD_INPUT"[0m
2025-08-20T21:37:52.5408714Z [36;1m   if [[ ! -s "./SBUILD_INPUT" || $(stat -c%s "./SBUILD_INPUT") -le 10 ]]; then[0m
2025-08-20T21:37:52.5410278Z [36;1m     echo -e "\n[✗] FATAL: Failed to Fetch ${SBUILD_FILE_URL}\n"[0m
2025-08-20T21:37:52.5411689Z [36;1m     echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T21:37:52.5412910Z [36;1m    exit 1[0m
2025-08-20T21:37:52.5413743Z [36;1m   else[0m
2025-08-20T21:37:52.5414582Z [36;1m     export SBUILD_FILE_URL[0m
2025-08-20T21:37:52.5415996Z [36;1m     echo "SBUILD_FILE_URL=${SBUILD_FILE_URL}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:37:52.5417307Z [36;1m    #Check for x_exec.host[0m
2025-08-20T21:37:52.5418593Z [36;1m     if yq e '.x_exec.host != null' "./SBUILD_INPUT" | grep -qi 'true'; then[0m
2025-08-20T21:37:52.5419945Z [36;1m      #check if supported[0m
2025-08-20T21:37:52.5421371Z [36;1m       if ! yq '.x_exec.host[]' "./SBUILD_INPUT" | grep -v '^#' | grep -qi "${HOST_TRIPLET,,}"; then[0m
2025-08-20T21:37:52.5423412Z [36;1m          echo -e "\n[✗] WARNING: SBUILD (./SBUILD_INPUT) is NOT Supported on ${HOST_TRIPLET}\n"[0m
2025-08-20T21:37:52.5425020Z [36;1m          yq '.x_exec.host[]' "./SBUILD_INPUT"[0m
2025-08-20T21:37:52.5426274Z [36;1m          echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T21:37:52.5427441Z [36;1m         exit 1[0m
2025-08-20T21:37:52.5428318Z [36;1m       fi[0m
2025-08-20T21:37:52.5429185Z [36;1m      #get build system[0m
2025-08-20T21:37:52.5430659Z [36;1m       BUILD_SYS="$(yq '.x_exec.bsys' "./SBUILD_INPUT" | grep -v '^#' | tr -d '"'\''[:space:]')"[0m
2025-08-20T21:37:52.5432168Z [36;1m       export BUILD_SYS[0m
2025-08-20T21:37:52.5433418Z [36;1m       echo "BUILD_SYS=${BUILD_SYS}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:37:52.5434772Z [36;1m       if echo "${BUILD_SYS}" | grep -qi "docker://"; then[0m
2025-08-20T21:37:52.5436098Z [36;1m          echo "BUILD_ON_HOST=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T21:37:52.5437385Z [36;1m          echo "BUILD_SYSTEM=DOCKER" >> "${GITHUB_ENV}"[0m
2025-08-20T21:37:52.5438720Z [36;1m       elif echo "${BUILD_SYS}" | grep -qi "host://"; then[0m
2025-08-20T21:37:52.5440055Z [36;1m          echo "BUILD_ON_HOST=TRUE" >> "${GITHUB_ENV}"[0m
2025-08-20T21:37:52.5441336Z [36;1m          echo "BUILD_SYSTEM=HOST" >> "${GITHUB_ENV}"[0m
2025-08-20T21:37:52.5442530Z [36;1m       fi[0m
2025-08-20T21:37:52.5443488Z [36;1m     fi[0m
2025-08-20T21:37:52.5444270Z [36;1m   fi[0m
2025-08-20T21:37:52.5445084Z [36;1m popd >/dev/null 2>&1[0m
2025-08-20T21:37:52.5491690Z shell: /usr/bin/bash -e {0}
2025-08-20T21:37:52.5492730Z ##[endgroup]
2025-08-20T21:37:52.8131283Z   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2025-08-20T21:37:52.8133682Z                                  Dload  Upload   Total   Spent    Left  Speed
2025-08-20T21:37:52.8134745Z 
2025-08-20T21:37:52.8495553Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2025-08-20T21:37:52.8497129Z 100  5356  100  5356    0     0   137k      0 --:--:-- --:--:-- --:--:--  141k
2025-08-20T21:37:52.8509264Z (SBUILD) <== https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/navi/static.official.source.yaml
2025-08-20T21:37:52.8768042Z ##[group]Run ##Presets
2025-08-20T21:37:52.8768979Z [36;1m##Presets[0m
2025-08-20T21:37:52.8769809Z [36;1mset +x ; set +e[0m
2025-08-20T21:37:52.8770693Z [36;1m#-------------#[0m
2025-08-20T21:37:52.8771554Z [36;1m##Debug?[0m
2025-08-20T21:37:52.8772776Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T21:37:52.8773951Z [36;1m  set -x[0m
2025-08-20T21:37:52.8774719Z [36;1mfi[0m
2025-08-20T21:37:52.8775477Z [36;1m#-------------#[0m
2025-08-20T21:37:52.8776347Z [36;1m##CoreUtils[0m
2025-08-20T21:37:52.8777212Z [36;1msudo apt update -y[0m
2025-08-20T21:37:52.8778586Z [36;1msudo apt install bc coreutils curl dos2unix fdupes jq moreutils wget -y[0m
2025-08-20T21:37:52.8782451Z [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-20T21:37:52.8785727Z [36;1m##tmp[0m
2025-08-20T21:37:52.8786815Z [36;1mSYSTMP="$(dirname $(mktemp -u))" && export SYSTMP="${SYSTMP}"[0m
2025-08-20T21:37:52.8788088Z [36;1m#GH ENV[0m
2025-08-20T21:37:52.8789010Z [36;1mecho "SYSTMP=${SYSTMP}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:37:52.8790412Z [36;1mecho "GHA_MODE=MATRIX" >> "${GITHUB_ENV}"[0m
2025-08-20T21:37:52.8791488Z [36;1m#-------------#[0m
2025-08-20T21:37:52.8792564Z [36;1mmkdir -p "${HOME}/bin"[0m
2025-08-20T21:37:52.8793538Z [36;1msudo apt update -y[0m
2025-08-20T21:37:52.8794508Z [36;1msudo apt install dos2unix -y[0m
2025-08-20T21:37:52.8795539Z [36;1m##Setup Minisign[0m
2025-08-20T21:37:52.8796465Z [36;1mmkdir -pv "${HOME}/.minisign"[0m
2025-08-20T21:37:52.8797890Z [36;1mecho "***[0m
2025-08-20T21:37:52.8802759Z [36;1m***" > "${HOME}/.minisign/pkgforge.key"[0m
2025-08-20T21:37:52.8803854Z [36;1m##User-Agent[0m
2025-08-20T21:37:52.8806484Z [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-20T21:37:52.8809419Z [36;1mecho "USER_AGENT=${USER_AGENT}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:37:52.8856026Z shell: /usr/bin/bash -e {0}
2025-08-20T21:37:52.8856936Z env:
2025-08-20T21:37:52.8857670Z   CROSS_COMPILING: NO
2025-08-20T21:37:52.8858531Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T21:37:52.8859744Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T21:37:52.8860662Z   ON_QEMU: NO
2025-08-20T21:37:52.8861392Z   DEBUG: 0
2025-08-20T21:37:52.8862164Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T21:37:52.8863337Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T21:37:52.8864463Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/navi/official
2025-08-20T21:37:52.8865657Z   KEEP_LOGS: YES
2025-08-20T21:37:52.8866460Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:37:52.8867335Z   PKG_FAMILY_LOCAL: navi
2025-08-20T21:37:52.8868205Z   SBUILD_REBUILD: false
2025-08-20T21:37:52.8870161Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/navi/static.official.source.yaml
2025-08-20T21:37:52.8872449Z   BUILD_SYS: docker://rust
2025-08-20T21:37:52.8873415Z   BUILD_ON_HOST: FALSE
2025-08-20T21:37:52.8874238Z   BUILD_SYSTEM: DOCKER
2025-08-20T21:37:52.8875053Z ##[endgroup]
2025-08-20T21:37:52.9246678Z 
2025-08-20T21:37:52.9247912Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T21:37:53.0204127Z 
2025-08-20T21:37:53.0205539Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:37:53.0611095Z Hit:6 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T21:37:53.0624729Z Hit:2 http://azure.archive.ubuntu.com/ubuntu noble InRelease
2025-08-20T21:37:53.0627641Z Get:7 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease [3600 B]
2025-08-20T21:37:53.0682849Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble-updates InRelease [126 kB]
2025-08-20T21:37:53.0755503Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble-backports InRelease [126 kB]
2025-08-20T21:37:53.0835765Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble-security InRelease [126 kB]
2025-08-20T21:37:53.3000937Z Get:8 https://packages.microsoft.com/ubuntu/24.04/prod noble/main arm64 Packages [33.2 kB]
2025-08-20T21:37:53.3104072Z Get:9 https://packages.microsoft.com/ubuntu/24.04/prod noble/main amd64 Packages [48.0 kB]
2025-08-20T21:37:53.3129652Z Get:10 https://packages.microsoft.com/ubuntu/24.04/prod noble/main armhf Packages [9870 B]
2025-08-20T21:37:53.3446679Z Get:11 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 Packages [1349 kB]
2025-08-20T21:37:53.3530518Z Get:12 http://azure.archive.ubuntu.com/ubuntu noble-updates/main Translation-en [268 kB]
2025-08-20T21:37:53.3561410Z Get:13 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 Components [175 kB]
2025-08-20T21:37:53.3582660Z Get:14 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 Packages [1124 kB]
2025-08-20T21:37:53.3667864Z Get:15 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe Translation-en [288 kB]
2025-08-20T21:37:53.3673344Z Get:16 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 Components [377 kB]
2025-08-20T21:37:53.3735995Z Get:17 http://azure.archive.ubuntu.com/ubuntu noble-updates/restricted amd64 Packages [1728 kB]
2025-08-20T21:37:53.3839316Z Get:18 http://azure.archive.ubuntu.com/ubuntu noble-updates/restricted Translation-en [382 kB]
2025-08-20T21:37:53.3869045Z Get:19 http://azure.archive.ubuntu.com/ubuntu noble-updates/restricted amd64 Components [212 B]
2025-08-20T21:37:53.3877483Z Get:20 http://azure.archive.ubuntu.com/ubuntu noble-updates/multiverse amd64 Components [940 B]
2025-08-20T21:37:53.4556243Z Get:21 http://azure.archive.ubuntu.com/ubuntu noble-backports/main amd64 Components [7060 B]
2025-08-20T21:37:53.4571299Z Get:22 http://azure.archive.ubuntu.com/ubuntu noble-backports/universe amd64 Components [19.2 kB]
2025-08-20T21:37:53.4586907Z Get:23 http://azure.archive.ubuntu.com/ubuntu noble-backports/restricted amd64 Components [216 B]
2025-08-20T21:37:53.4595711Z Get:24 http://azure.archive.ubuntu.com/ubuntu noble-backports/multiverse amd64 Components [212 B]
2025-08-20T21:37:53.4715641Z Get:25 http://azure.archive.ubuntu.com/ubuntu noble-security/main amd64 Packages [1081 kB]
2025-08-20T21:37:53.4778495Z Get:26 http://azure.archive.ubuntu.com/ubuntu noble-security/main Translation-en [187 kB]
2025-08-20T21:37:53.4800690Z Get:27 http://azure.archive.ubuntu.com/ubuntu noble-security/main amd64 Components [21.6 kB]
2025-08-20T21:37:53.4895024Z Get:28 http://azure.archive.ubuntu.com/ubuntu noble-security/universe amd64 Packages [881 kB]
2025-08-20T21:37:53.4927987Z Get:29 http://azure.archive.ubuntu.com/ubuntu noble-security/universe Translation-en [195 kB]
2025-08-20T21:37:53.4954980Z Get:30 http://azure.archive.ubuntu.com/ubuntu noble-security/universe amd64 Components [52.2 kB]
2025-08-20T21:37:53.4980993Z Get:31 http://azure.archive.ubuntu.com/ubuntu noble-security/restricted amd64 Packages [1625 kB]
2025-08-20T21:37:53.5089167Z Get:32 http://azure.archive.ubuntu.com/ubuntu noble-security/restricted Translation-en [359 kB]
2025-08-20T21:37:53.5128946Z Get:33 http://azure.archive.ubuntu.com/ubuntu noble-security/restricted amd64 Components [212 B]
2025-08-20T21:37:53.5145447Z Get:34 http://azure.archive.ubuntu.com/ubuntu noble-security/multiverse amd64 Components [208 B]
2025-08-20T21:37:59.7380478Z Fetched 10.6 MB in 1s (7510 kB/s)
2025-08-20T21:38:00.4502481Z Reading package lists...
2025-08-20T21:38:00.6164988Z Building dependency tree...
2025-08-20T21:38:00.6172143Z Reading state information...
2025-08-20T21:38:00.6322419Z 21 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-20T21:38:00.6435368Z 
2025-08-20T21:38:00.6436110Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T21:38:00.6436691Z 
2025-08-20T21:38:00.6565095Z Reading package lists...
2025-08-20T21:38:00.8212734Z Building dependency tree...
2025-08-20T21:38:00.8220855Z Reading state information...
2025-08-20T21:38:00.9783260Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-20T21:38:00.9783866Z bc set to manually installed.
2025-08-20T21:38:00.9784521Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-20T21:38:00.9785251Z curl is already the newest version (8.5.0-2ubuntu10.6).
2025-08-20T21:38:00.9785908Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T21:38:00.9786575Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T21:38:00.9787286Z The following additional packages will be installed:
2025-08-20T21:38:00.9787924Z   libtime-duration-perl
2025-08-20T21:38:01.0347091Z The following NEW packages will be installed:
2025-08-20T21:38:01.0354792Z   dos2unix fdupes libtime-duration-perl moreutils
2025-08-20T21:38:01.0526857Z 0 upgraded, 4 newly installed, 0 to remove and 21 not upgraded.
2025-08-20T21:38:01.0770225Z Need to get 616 kB of archives.
2025-08-20T21:38:01.0770912Z After this operation, 2255 kB of additional disk space will be used.
2025-08-20T21:38:01.0771574Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:38:01.1163096Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 fdupes amd64 1:2.3.0-1build1 [46.4 kB]
2025-08-20T21:38:01.1361741Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libtime-duration-perl all 1.21-2 [12.3 kB]
2025-08-20T21:38:01.1548505Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 moreutils amd64 0.69-1 [56.4 kB]
2025-08-20T21:38:01.1736027Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 dos2unix amd64 7.5.1-1 [501 kB]
2025-08-20T21:38:01.4531264Z Fetched 616 kB in 0s (4971 kB/s)
2025-08-20T21:38:01.4853482Z Selecting previously unselected package fdupes.
2025-08-20T21:38:01.5394386Z (Reading database ... 
2025-08-20T21:38:01.5394704Z (Reading database ... 5%
2025-08-20T21:38:01.5394934Z (Reading database ... 10%
2025-08-20T21:38:01.5395160Z (Reading database ... 15%
2025-08-20T21:38:01.5395408Z (Reading database ... 20%
2025-08-20T21:38:01.5395616Z (Reading database ... 25%
2025-08-20T21:38:01.5395821Z (Reading database ... 30%
2025-08-20T21:38:01.5396026Z (Reading database ... 35%
2025-08-20T21:38:01.5396227Z (Reading database ... 40%
2025-08-20T21:38:01.5396435Z (Reading database ... 45%
2025-08-20T21:38:01.5396654Z (Reading database ... 50%
2025-08-20T21:38:01.6172744Z (Reading database ... 55%
2025-08-20T21:38:01.8057293Z (Reading database ... 60%
2025-08-20T21:38:01.9774742Z (Reading database ... 65%
2025-08-20T21:38:02.1328207Z (Reading database ... 70%
2025-08-20T21:38:02.3019155Z (Reading database ... 75%
2025-08-20T21:38:02.6138854Z (Reading database ... 80%
2025-08-20T21:38:03.2068784Z (Reading database ... 85%
2025-08-20T21:38:03.7552459Z (Reading database ... 90%
2025-08-20T21:38:04.2278671Z (Reading database ... 95%
2025-08-20T21:38:04.2279346Z (Reading database ... 100%
2025-08-20T21:38:04.2280030Z (Reading database ... 219830 files and directories currently installed.)
2025-08-20T21:38:04.2357103Z Preparing to unpack .../fdupes_1%3a2.3.0-1build1_amd64.deb ...
2025-08-20T21:38:04.2382792Z Unpacking fdupes (1:2.3.0-1build1) ...
2025-08-20T21:38:04.2747170Z Selecting previously unselected package libtime-duration-perl.
2025-08-20T21:38:04.2885963Z Preparing to unpack .../libtime-duration-perl_1.21-2_all.deb ...
2025-08-20T21:38:04.2897136Z Unpacking libtime-duration-perl (1.21-2) ...
2025-08-20T21:38:04.3727892Z Selecting previously unselected package moreutils.
2025-08-20T21:38:04.3871526Z Preparing to unpack .../moreutils_0.69-1_amd64.deb ...
2025-08-20T21:38:04.3882737Z Unpacking moreutils (0.69-1) ...
2025-08-20T21:38:04.5176202Z Selecting previously unselected package dos2unix.
2025-08-20T21:38:04.5312111Z Preparing to unpack .../dos2unix_7.5.1-1_amd64.deb ...
2025-08-20T21:38:04.5324594Z Unpacking dos2unix (7.5.1-1) ...
2025-08-20T21:38:04.9060842Z Setting up fdupes (1:2.3.0-1build1) ...
2025-08-20T21:38:04.9098880Z Setting up libtime-duration-perl (1.21-2) ...
2025-08-20T21:38:04.9153348Z Setting up dos2unix (7.5.1-1) ...
2025-08-20T21:38:04.9188817Z Setting up moreutils (0.69-1) ...
2025-08-20T21:38:04.9233943Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:39:03.7755341Z 
2025-08-20T21:39:03.7755822Z Running kernel seems to be up-to-date.
2025-08-20T21:39:03.7756215Z 
2025-08-20T21:39:03.7756316Z Restarting services...
2025-08-20T21:39:03.7829950Z 
2025-08-20T21:39:03.7830304Z Service restarts being deferred:
2025-08-20T21:39:03.7831671Z  systemctl restart hosted-compute-agent.service
2025-08-20T21:39:03.7832026Z 
2025-08-20T21:39:03.7832557Z No containers need to be restarted.
2025-08-20T21:39:03.7832880Z 
2025-08-20T21:39:03.7833084Z No user sessions are running outdated binaries.
2025-08-20T21:39:03.7833459Z 
2025-08-20T21:39:03.7833843Z No VM guests are running outdated hypervisor (qemu) binaries on this host.
2025-08-20T21:39:04.7733020Z Reading package lists...
2025-08-20T21:39:04.9844011Z Building dependency tree...
2025-08-20T21:39:04.9853342Z Reading state information...
2025-08-20T21:39:05.1800347Z apt-transport-https is already the newest version (2.8.3).
2025-08-20T21:39:05.1801049Z apt-utils is already the newest version (2.8.3).
2025-08-20T21:39:05.1801594Z apt-utils set to manually installed.
2025-08-20T21:39:05.1802147Z ca-certificates is already the newest version (20240203).
2025-08-20T21:39:05.1803836Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-20T21:39:05.1804439Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T21:39:05.1805129Z gnupg2 is already the newest version (2.4.4-2ubuntu17.3).
2025-08-20T21:39:05.1805732Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T21:39:05.1806285Z moreutils is already the newest version (0.69-1).
2025-08-20T21:39:05.1806886Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-20T21:39:05.1807470Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-20T21:39:05.1807978Z texinfo is already the newest version (7.1-3build2).
2025-08-20T21:39:05.1808491Z tmux is already the newest version (3.4-1ubuntu0.1).
2025-08-20T21:39:05.1808912Z tmux set to manually installed.
2025-08-20T21:39:05.1809366Z util-linux is already the newest version (2.39.3-9ubuntu6.3).
2025-08-20T21:39:05.1809906Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T21:39:05.1810443Z The following additional packages will be installed:
2025-08-20T21:39:05.1810941Z   python3-software-properties
2025-08-20T21:39:05.1811330Z Recommended packages:
2025-08-20T21:39:05.1811660Z   unattended-upgrades
2025-08-20T21:39:05.2140021Z The following NEW packages will be installed:
2025-08-20T21:39:05.2140728Z   rename
2025-08-20T21:39:05.2148891Z The following packages will be upgraded:
2025-08-20T21:39:05.2149552Z   python3-software-properties software-properties-common
2025-08-20T21:39:05.2392801Z 2 upgraded, 1 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:39:05.2654143Z Need to get 64.7 kB of archives.
2025-08-20T21:39:05.2654976Z After this operation, 63.5 kB of additional disk space will be used.
2025-08-20T21:39:05.2655654Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:39:05.3013757Z 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-20T21:39:05.3224455Z 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-20T21:39:05.3410980Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 rename all 2.02-1 [20.3 kB]
2025-08-20T21:39:05.6054845Z Fetched 64.7 kB in 0s (747 kB/s)
2025-08-20T21:39:05.6318277Z (Reading database ... 
2025-08-20T21:39:05.6318799Z (Reading database ... 5%
2025-08-20T21:39:05.6319164Z (Reading database ... 10%
2025-08-20T21:39:05.6319445Z (Reading database ... 15%
2025-08-20T21:39:05.6319706Z (Reading database ... 20%
2025-08-20T21:39:05.6319957Z (Reading database ... 25%
2025-08-20T21:39:05.6320208Z (Reading database ... 30%
2025-08-20T21:39:05.6320690Z (Reading database ... 35%
2025-08-20T21:39:05.6320952Z (Reading database ... 40%
2025-08-20T21:39:05.6321199Z (Reading database ... 45%
2025-08-20T21:39:05.6321449Z (Reading database ... 50%
2025-08-20T21:39:05.6402026Z (Reading database ... 55%
2025-08-20T21:39:05.6435293Z (Reading database ... 60%
2025-08-20T21:39:05.6456308Z (Reading database ... 65%
2025-08-20T21:39:05.6488798Z (Reading database ... 70%
2025-08-20T21:39:05.6512750Z (Reading database ... 75%
2025-08-20T21:39:05.6540353Z (Reading database ... 80%
2025-08-20T21:39:05.6674720Z (Reading database ... 85%
2025-08-20T21:39:05.6763060Z (Reading database ... 90%
2025-08-20T21:39:05.7020961Z (Reading database ... 95%
2025-08-20T21:39:05.7021380Z (Reading database ... 100%
2025-08-20T21:39:05.7021887Z (Reading database ... 219999 files and directories currently installed.)
2025-08-20T21:39:05.7065143Z Preparing to unpack .../software-properties-common_0.99.49.3_all.deb ...
2025-08-20T21:39:05.8200765Z Unpacking software-properties-common (0.99.49.3) over (0.99.49.2) ...
2025-08-20T21:39:05.9208351Z Preparing to unpack .../python3-software-properties_0.99.49.3_all.deb ...
2025-08-20T21:39:06.0327449Z Unpacking python3-software-properties (0.99.49.3) over (0.99.49.2) ...
2025-08-20T21:39:06.0595012Z Selecting previously unselected package rename.
2025-08-20T21:39:06.0737599Z Preparing to unpack .../archives/rename_2.02-1_all.deb ...
2025-08-20T21:39:06.0749768Z Unpacking rename (2.02-1) ...
2025-08-20T21:39:06.1178393Z Setting up rename (2.02-1) ...
2025-08-20T21:39:06.1245995Z update-alternatives: using /usr/bin/file-rename to provide /usr/bin/rename (rename) in auto mode
2025-08-20T21:39:06.1290837Z Setting up python3-software-properties (0.99.49.3) ...
2025-08-20T21:39:06.2813572Z Setting up software-properties-common (0.99.49.3) ...
2025-08-20T21:39:06.3824833Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:39:10.4783550Z Processing triggers for dbus (1.14.10-4ubuntu4.1) ...
2025-08-20T21:39:12.0565493Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:39:12.0863901Z Hit:2 http://azure.archive.ubuntu.com/ubuntu noble InRelease
2025-08-20T21:39:12.0873721Z Hit:6 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T21:39:12.0878936Z Hit:3 http://azure.archive.ubuntu.com/ubuntu noble-updates InRelease
2025-08-20T21:39:12.0885569Z Hit:7 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T21:39:12.0888279Z Hit:4 http://azure.archive.ubuntu.com/ubuntu noble-backports InRelease
2025-08-20T21:39:12.0900924Z Hit:5 http://azure.archive.ubuntu.com/ubuntu noble-security InRelease
2025-08-20T21:39:13.2473842Z Reading package lists...
2025-08-20T21:39:13.4067373Z Building dependency tree...
2025-08-20T21:39:13.4073794Z Reading state information...
2025-08-20T21:39:13.4226168Z 19 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-20T21:39:13.4377859Z 
2025-08-20T21:39:13.4378395Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T21:39:13.4378760Z 
2025-08-20T21:39:13.4914237Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:39:13.5190849Z Hit:2 http://azure.archive.ubuntu.com/ubuntu noble InRelease
2025-08-20T21:39:13.5218267Z Hit:6 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T21:39:13.5220244Z Hit:3 http://azure.archive.ubuntu.com/ubuntu noble-updates InRelease
2025-08-20T21:39:13.5242449Z Hit:7 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T21:39:13.5277042Z Hit:4 http://azure.archive.ubuntu.com/ubuntu noble-backports InRelease
2025-08-20T21:39:13.5331579Z Hit:5 http://azure.archive.ubuntu.com/ubuntu noble-security InRelease
2025-08-20T21:39:14.7037076Z Reading package lists...
2025-08-20T21:39:14.8718206Z Building dependency tree...
2025-08-20T21:39:14.8724692Z Reading state information...
2025-08-20T21:39:14.8883431Z 19 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-20T21:39:14.8999340Z 
2025-08-20T21:39:14.9000073Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T21:39:14.9000416Z 
2025-08-20T21:39:14.9126565Z Reading package lists...
2025-08-20T21:39:15.0870209Z Building dependency tree...
2025-08-20T21:39:15.0877950Z Reading state information...
2025-08-20T21:39:15.2371524Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T21:39:15.2761208Z 0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:39:15.3074459Z mkdir: created directory '/home/runner/.minisign'
2025-08-20T21:39:15.3554242Z ##[group]Run ##Presets
2025-08-20T21:39:15.3554529Z [36;1m##Presets[0m
2025-08-20T21:39:15.3554737Z [36;1mset +x ; set +e[0m
2025-08-20T21:39:15.3554952Z [36;1m#-------------#[0m
2025-08-20T21:39:15.3555151Z [36;1m##Debug?[0m
2025-08-20T21:39:15.3555396Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T21:39:15.3555687Z [36;1m  set -x[0m
2025-08-20T21:39:15.3575787Z [36;1mfi[0m
2025-08-20T21:39:15.3576003Z [36;1m#-------------#[0m
2025-08-20T21:39:15.3576471Z [36;1mecho "kernel.apparmor_restrict_unprivileged_userns=0" | sudo tee "/etc/sysctl.d/98-apparmor-unuserns.conf"[0m
2025-08-20T21:39:15.3577079Z [36;1mecho "0" | sudo tee "/proc/sys/kernel/apparmor_restrict_unprivileged_userns"[0m
2025-08-20T21:39:15.3577708Z [36;1msudo service procps restart[0m
2025-08-20T21:39:15.3578001Z [36;1msudo sysctl -p "/etc/sysctl.conf"[0m
2025-08-20T21:39:15.3618676Z shell: /usr/bin/bash -e {0}
2025-08-20T21:39:15.3618908Z env:
2025-08-20T21:39:15.3619116Z   CROSS_COMPILING: NO
2025-08-20T21:39:15.3619331Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T21:39:15.3619558Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T21:39:15.3619771Z   ON_QEMU: NO
2025-08-20T21:39:15.3619935Z   DEBUG: 0
2025-08-20T21:39:15.3620113Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T21:39:15.3620334Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T21:39:15.3620643Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/navi/official
2025-08-20T21:39:15.3620932Z   KEEP_LOGS: YES
2025-08-20T21:39:15.3621119Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:39:15.3621323Z   PKG_FAMILY_LOCAL: navi
2025-08-20T21:39:15.3621534Z   SBUILD_REBUILD: false
2025-08-20T21:39:15.3622066Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/navi/static.official.source.yaml
2025-08-20T21:39:15.3622925Z   BUILD_SYS: docker://rust
2025-08-20T21:39:15.3623141Z   BUILD_ON_HOST: FALSE
2025-08-20T21:39:15.3623337Z   BUILD_SYSTEM: DOCKER
2025-08-20T21:39:15.3623527Z   SYSTMP: /tmp
2025-08-20T21:39:15.3623709Z   GHA_MODE: MATRIX
2025-08-20T21:39:15.3624132Z   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-20T21:39:15.3624601Z ##[endgroup]
2025-08-20T21:39:15.3752978Z kernel.apparmor_restrict_unprivileged_userns=0
2025-08-20T21:39:15.3827275Z 0
2025-08-20T21:39:15.4169207Z vm.max_map_count = 262144
2025-08-20T21:39:15.4169553Z fs.inotify.max_user_watches = 655360
2025-08-20T21:39:15.4170027Z fs.inotify.max_user_instances = 1280
2025-08-20T21:39:15.4170468Z vm.mmap_rnd_bits = 28
2025-08-20T21:39:15.4246119Z ##[group]Run ##Presets
2025-08-20T21:39:15.4246494Z [36;1m##Presets[0m
2025-08-20T21:39:15.4246701Z [36;1mset +x ; set +e[0m
2025-08-20T21:39:15.4246913Z [36;1m#-------------#[0m
2025-08-20T21:39:15.4247141Z [36;1m##Debug?[0m
2025-08-20T21:39:15.4247379Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T21:39:15.4247670Z [36;1m  set -x[0m
2025-08-20T21:39:15.4247859Z [36;1mfi[0m
2025-08-20T21:39:15.4248033Z [36;1m#-------------#[0m
2025-08-20T21:39:15.4248239Z [36;1m##Main[0m
2025-08-20T21:39:15.4248489Z [36;1mpushd "$(mktemp -d)" >/dev/null 2>&1[0m
2025-08-20T21:39:15.4249138Z [36;1m curl -qfsSL "https://raw.githubusercontent.com/pkgforge/bincache/refs/heads/main/scripts/runner/builder.sh" -o "${SYSTMP}/BUILDER.sh"[0m
2025-08-20T21:39:15.4249865Z [36;1m dos2unix --quiet "${SYSTMP}/BUILDER.sh" ; chmod +xwr "${SYSTMP}/BUILDER.sh"[0m
2025-08-20T21:39:15.4250247Z [36;1m ##Run with STDOUT + LOGS[0m
2025-08-20T21:39:15.4250525Z [36;1m  export DEBUG="${DEBUG}"[0m
2025-08-20T21:39:15.4250781Z [36;1m  export KEEP_LOGS="${KEEP_LOGS}"[0m
2025-08-20T21:39:15.4251087Z [36;1m  export PKG_FAMILY_LOCAL="${PKG_FAMILY_LOCAL}"[0m
2025-08-20T21:39:15.4251421Z [36;1m  export GHCRPKG_LOCAL="${GHCRPKG_LOCAL}"[0m
2025-08-20T21:39:15.4251724Z [36;1m  export SBUILD_REBUILD="${SBUILD_REBUILD}"[0m
2025-08-20T21:39:15.4252036Z [36;1m  export GITHUB_TEST_BUILD="${GITHUB_TEST_BUILD}"[0m
2025-08-20T21:39:15.4252539Z [36;1m if [[ "" == "TRUE" ]]; then[0m
2025-08-20T21:39:15.4252882Z [36;1m   sudo podman cp "${SYSTMP}/BUILDER.sh" "${POD_ID}:/tmp/BUILDER.sh"[0m
2025-08-20T21:39:15.4253259Z [36;1m   sudo podman exec -u "runner" -w "/tmp" \[0m
2025-08-20T21:39:15.4253545Z [36;1m     -e DEBUG="${DEBUG}" \[0m
2025-08-20T21:39:15.4253804Z [36;1m     -e GHCR_TOKEN="${GHCR_TOKEN}" \[0m
2025-08-20T21:39:15.4254082Z [36;1m     -e GITHUB_TOKEN="${GITHUB_TOKEN}" \[0m
2025-08-20T21:39:15.4254372Z [36;1m     -e GITLAB_TOKEN="${GITLAB_TOKEN}" \[0m
2025-08-20T21:39:15.4254660Z [36;1m     -e MINISIGN_KEY="${MINISIGN_KEY}" \[0m
2025-08-20T21:39:15.4254936Z [36;1m     -e KEEP_LOGS="${KEEP_LOGS}" \[0m
2025-08-20T21:39:15.4255230Z [36;1m     -e PKG_FAMILY_LOCAL="${PKG_FAMILY_LOCAL}" \[0m
2025-08-20T21:39:15.4255733Z [36;1m     -e GHCRPKG_LOCAL="${GHCRPKG_LOCAL}" \[0m
2025-08-20T21:39:15.4256033Z [36;1m     -e SBUILD_REBUILD="${SBUILD_REBUILD}" \[0m
2025-08-20T21:39:15.4256346Z [36;1m     -e GITHUB_TEST_BUILD="${GITHUB_TEST_BUILD}" \[0m
2025-08-20T21:39:15.4256653Z [36;1m     -e INSIDE_PODMAN="${INSIDE_PODMAN}" \[0m
2025-08-20T21:39:15.4256950Z [36;1m     -e CROSS_COMPILING="${CROSS_COMPILING}" \[0m
2025-08-20T21:39:15.4257250Z [36;1m     -e SBUILD_FILE_URL="${SBUILD_FILE_URL}" \[0m
2025-08-20T21:39:15.4257522Z [36;1m     "${POD_ID}" \[0m
2025-08-20T21:39:15.4257872Z [36;1m     bash -c 'bash "/tmp/BUILDER.sh" "${SBUILD_FILE_URL}" | tee "/tmp/BUILD.log" 2>&1'[0m
2025-08-20T21:39:15.4258327Z [36;1m   sudo podman cp "${POD_ID}:/tmp/BUILD.log" "${SYSTMP}/BUILD.log"[0m
2025-08-20T21:39:15.4258800Z [36;1m   sudo podman cp "${POD_ID}:/tmp/BUILD_ARTIFACTS.zstd" "${SYSTMP}/BUILD_ARTIFACTS.zstd"[0m
2025-08-20T21:39:15.4259275Z [36;1m   sudo podman cp "${POD_ID}:/tmp/GITHUB_ENV" "${SYSTMP}/GITHUB_ENV"[0m
2025-08-20T21:39:15.4259626Z [36;1m   mkdir -p "${SYSTMP}/_POD_BRIDGE"[0m
2025-08-20T21:39:15.4259972Z [36;1m   sudo podman cp "${POD_ID}:/tmp/_POD_BRIDGE/." "${SYSTMP}/_POD_BRIDGE"[0m
2025-08-20T21:39:15.4260600Z [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-20T21:39:15.4261392Z [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-20T21:39:15.4261921Z [36;1m   cat "${SYSTMP}/GITHUB_ENV" >> "${GITHUB_ENV}"[0m
2025-08-20T21:39:15.4262186Z [36;1m else[0m
2025-08-20T21:39:15.4262828Z [36;1m   bash "${SYSTMP}/BUILDER.sh" "${SBUILD_FILE_URL}" | tee "${SYSTMP}/BUILD.log" 2>&1[0m
2025-08-20T21:39:15.4263203Z [36;1m fi[0m
2025-08-20T21:39:15.4263445Z [36;1m ##Purge Tokens (in case set -x & gh didn't redact)[0m
2025-08-20T21:39:15.4263840Z [36;1m cat "${SYSTMP}/BUILD.log" | ansi2txt > "${SYSTMP}/BUILD.gh.log.txt"[0m
2025-08-20T21:39:15.4264257Z [36;1m sed -i '/.*github_pat.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T21:39:15.4264641Z [36;1m sed -i '/.*ghp_.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T21:39:15.4265025Z [36;1m sed -i '/.*access_key_id.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T21:39:15.4265417Z [36;1m sed -i '/.*token.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T21:39:15.4265818Z [36;1m sed -i '/.*secret_access_key.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T21:39:15.4266219Z [36;1m sed -i '/.*token.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T21:39:15.4266628Z [36;1m sed -i '/.*cloudflarestorage.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T21:39:15.4267039Z [36;1m mv -fv "${SYSTMP}/BUILD.gh.log.txt" "${SYSTMP}/BUILD.log"[0m
2025-08-20T21:39:15.4267348Z [36;1mpopd >/dev/null 2>&1[0m
2025-08-20T21:39:15.4307736Z shell: /usr/bin/bash -e {0}
2025-08-20T21:39:15.4307972Z env:
2025-08-20T21:39:15.4308151Z   CROSS_COMPILING: NO
2025-08-20T21:39:15.4308368Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T21:39:15.4308596Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T21:39:15.4308810Z   ON_QEMU: NO
2025-08-20T21:39:15.4308990Z   DEBUG: 0
2025-08-20T21:39:15.4309181Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T21:39:15.4309403Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T21:39:15.4309676Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/navi/official
2025-08-20T21:39:15.4309970Z   KEEP_LOGS: YES
2025-08-20T21:39:15.4310161Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:39:15.4310367Z   PKG_FAMILY_LOCAL: navi
2025-08-20T21:39:15.4310563Z   SBUILD_REBUILD: false
2025-08-20T21:39:15.4311092Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/navi/static.official.source.yaml
2025-08-20T21:39:15.4311655Z   BUILD_SYS: docker://rust
2025-08-20T21:39:15.4311872Z   BUILD_ON_HOST: FALSE
2025-08-20T21:39:15.4312359Z   BUILD_SYSTEM: DOCKER
2025-08-20T21:39:15.4312605Z   SYSTMP: /tmp
2025-08-20T21:39:15.4312787Z   GHA_MODE: MATRIX
2025-08-20T21:39:15.4313229Z   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-20T21:39:15.4313973Z   GHCR_TOKEN: ***
2025-08-20T21:39:15.4314260Z   GITHUB_TOKEN: ***
2025-08-20T21:39:15.4314490Z   GITLAB_TOKEN: ***
2025-08-20T21:39:15.4315596Z   MINISIGN_KEY: ***
2025-08-20T21:39:15.4315850Z ##[endgroup]
2025-08-20T21:39:15.4878162Z [+] SBUILD Builder Version: 0.2.2
2025-08-20T21:39:15.5778888Z   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2025-08-20T21:39:15.5780210Z                                  Dload  Upload   Total   Spent    Left  Speed
2025-08-20T21:39:15.5780807Z 
2025-08-20T21:39:15.6065508Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2025-08-20T21:39:15.6182948Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2025-08-20T21:39:15.6183638Z 100  5356  100  5356    0     0   129k      0 --:--:-- --:--:-- --:--:--  127k
2025-08-20T21:39:15.6197957Z (SBUILD) <== https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/navi/static.official.source.yaml
2025-08-20T21:39:15.6296141Z 
2025-08-20T21:39:15.6296496Z [+] Building [/tmp/tmp.QqGSos3ekF/SBUILD_INPUT] Locally
2025-08-20T21:39:15.6296919Z 
2025-08-20T21:39:15.6311649Z '/tmp/tmp.QqGSos3ekF/SBUILD_INPUT' -> '/tmp/pkgforge/2aKMzNEjr_build.yaml'
2025-08-20T21:39:15.7142207Z 
2025-08-20T21:39:15.7142800Z [+] Passwordless sudo is Configured
2025-08-20T21:39:15.7842648Z 
2025-08-20T21:39:15.7855890Z [+] Setting Install Dir (ROOT) :: /usr/local/bin
2025-08-20T21:39:15.7856143Z 
2025-08-20T21:39:15.8325912Z 
2025-08-20T21:39:15.8327568Z [+] Fetching Bins from (Default) :: https://bin.pkgforge.dev/x86_64-Linux
2025-08-20T21:39:15.8328111Z 
2025-08-20T21:39:15.8328117Z 
2025-08-20T21:39:15.8328484Z [+] Installing in Sequential (Slow) Mode [Re Run : export PARALLEL=1 for Speed]
2025-08-20T21:39:15.8329002Z 
2025-08-20T21:39:15.8542804Z [+] Installing: 7z -> 7z
2025-08-20T21:39:16.1554105Z [+] Installing: actionlint -> actionlint
2025-08-20T21:39:16.3232797Z [+] Installing: anew -> anew
2025-08-20T21:39:16.4684775Z [+] Installing: anew-rs -> anew-rs
2025-08-20T21:39:16.8155155Z [+] Installing: ansi2html -> ansi2html
2025-08-20T21:39:16.9206124Z [+] Installing: ansi2txt -> ansi2txt
2025-08-20T21:39:17.2426107Z [+] Installing: archey -> archey
2025-08-20T21:39:17.4111640Z [+] Installing: aria2 -> aria2c
2025-08-20T21:39:17.9207528Z [+] Installing: askalono -> askalono
2025-08-20T21:39:18.0753076Z [+] Installing: bsdtar -> bsdtar
2025-08-20T21:39:18.4790320Z [+] Installing: b3sum -> b3sum
2025-08-20T21:39:18.8271524Z [+] Installing: bita -> bita
2025-08-20T21:39:19.0025057Z [+] Installing: btop -> btop
2025-08-20T21:39:19.3620712Z [+] Installing: chafa -> chafa
2025-08-20T21:39:19.5419521Z [+] Installing: cloudflared -> cloudflared
2025-08-20T21:39:20.0850895Z [+] Installing: croc -> croc
2025-08-20T21:39:20.2369437Z [+] Installing: csvtk -> csvtk
2025-08-20T21:39:21.3514282Z [+] Installing: cutlines -> cutlines
2025-08-20T21:39:21.4704727Z curl: (22) The requested URL returned error: 404
2025-08-20T21:39:21.4743854Z [-] Failed to install cutlines to /usr/local/bin/cutlines
2025-08-20T21:39:21.4744977Z [+] Installing: dbin -> dbin
2025-08-20T21:39:21.6478628Z [+] Installing: dasel -> dasel
2025-08-20T21:39:22.0490070Z [+] Installing: delta -> delta
2025-08-20T21:39:22.4035219Z [+] Installing: ds -> ds
2025-08-20T21:39:22.6692470Z curl: (22) The requested URL returned error: 404
2025-08-20T21:39:22.6739314Z [-] Failed to install ds to /usr/local/bin/ds
2025-08-20T21:39:22.6743127Z [+] Installing: dos2unix -> dos2unix
2025-08-20T21:39:22.9926701Z [+] Installing: duf -> duf
2025-08-20T21:39:23.1326098Z [+] Installing: duplicut -> duplicut
2025-08-20T21:39:23.2565929Z [+] Installing: dust -> dust
2025-08-20T21:39:23.3946347Z [+] Installing: dwarfs-tools -> dwarfs
2025-08-20T21:39:23.7488101Z [+] Installing: dwarfs-tools -> mkdwarfs
2025-08-20T21:39:23.9125382Z [+] Installing: dysk -> dysk
2025-08-20T21:39:24.0578012Z [+] Installing: eget -> eget
2025-08-20T21:39:24.2231598Z [+] Installing: epoch -> epoch
2025-08-20T21:39:24.5623038Z [+] Installing: faketty -> faketty
2025-08-20T21:39:24.6867328Z [+] Installing: fastfetch -> fastfetch
2025-08-20T21:39:25.0361666Z [+] Installing: freeze -> freeze
2025-08-20T21:39:25.4277980Z [+] Installing: fusermount3 -> fusermount
2025-08-20T21:39:25.7425048Z [+] Installing: gdu -> gdu
2025-08-20T21:39:25.9239469Z [+] Installing: gh -> gh
2025-08-20T21:39:26.2220467Z [+] Installing: gitleaks -> gitleaks
2025-08-20T21:39:26.4041309Z [+] Installing: git-sizer -> git-sizer
2025-08-20T21:39:26.5616700Z [+] Installing: glab -> glab
2025-08-20T21:39:27.0443286Z [+] Installing: glow -> glow
2025-08-20T21:39:27.4717830Z [+] Installing: httpx -> httpx
2025-08-20T21:39:27.9654664Z [+] Installing: huggingface-cli -> huggingface-cli
2025-08-20T21:39:28.2380472Z [+] Installing: husarnet -> husarnet
2025-08-20T21:39:28.5642662Z curl: (22) The requested URL returned error: 404
2025-08-20T21:39:28.5681598Z [-] Failed to install husarnet to /usr/local/bin/husarnet
2025-08-20T21:39:28.5682928Z [+] Installing: husarnet-daemon -> husarnet-daemon
2025-08-20T21:39:29.1643223Z curl: (22) The requested URL returned error: 404
2025-08-20T21:39:29.1685565Z [-] Failed to install husarnet-daemon to /usr/local/bin/husarnet-daemon
2025-08-20T21:39:29.1686312Z [+] Installing: imgcat -> imgcat
2025-08-20T21:39:29.3046986Z [+] Installing: jc -> jc
2025-08-20T21:39:29.5037784Z [+] Installing: jq -> jq
2025-08-20T21:39:29.8400192Z [+] Installing: logdy -> logdy
2025-08-20T21:39:30.1034344Z [+] Installing: micro -> micro
2025-08-20T21:39:30.2727692Z [+] Installing: miniserve -> miniserve
2025-08-20T21:39:30.6380034Z [+] Installing: minisign -> minisign
2025-08-20T21:39:30.7574522Z [+] Installing: ncdu -> ncdu
2025-08-20T21:39:30.8831486Z [+] Installing: notify -> notify
2025-08-20T21:39:31.2870202Z [+] Installing: ouch -> ouch
2025-08-20T21:39:31.6537903Z [+] Installing: oras -> oras
2025-08-20T21:39:31.8199861Z [+] Installing: pipetty -> pipetty
2025-08-20T21:39:31.9239833Z [+] Installing: pixterm -> pixterm
2025-08-20T21:39:32.2305565Z [+] Installing: qsv -> qsv
2025-08-20T21:39:32.4555309Z [+] Installing: rclone -> rclone
2025-08-20T21:39:32.9975113Z [+] Installing: ripgrep -> rg
2025-08-20T21:39:33.3717635Z [+] Installing: rga -> rga
2025-08-20T21:39:33.7287189Z [+] Installing: rsync -> rsync
2025-08-20T21:39:33.8849658Z [+] Installing: script -> script
2025-08-20T21:39:34.2197556Z [+] Installing: shellcheck -> shellcheck
2025-08-20T21:39:38.1024228Z [+] Installing: soar -> soar
2025-08-20T21:39:38.4811685Z [+] Installing: speedtest-go -> speedtest-go
2025-08-20T21:39:38.6608980Z [+] Installing: sstrip -> sstrip
2025-08-20T21:39:38.7741931Z [+] Installing: strace -> strace
2025-08-20T21:39:38.9146789Z [+] Installing: sttr -> sttr
2025-08-20T21:39:39.0723733Z [+] Installing: tailscale -> tailscale
2025-08-20T21:39:39.4535522Z [+] Installing: tailscaled -> tailscaled
2025-08-20T21:39:39.8908763Z [+] Installing: taplo -> taplo
2025-08-20T21:39:40.2506844Z [+] Installing: tldr -> tldr
2025-08-20T21:39:40.6046435Z [+] Installing: tldr -> tealdeer
2025-08-20T21:39:40.7692940Z [+] Installing: tmux -> tmux
2025-08-20T21:39:40.9063132Z [+] Installing: tok -> tok
2025-08-20T21:39:41.0468107Z [+] Installing: trufflehog -> trufflehog
2025-08-20T21:39:41.2771776Z [+] Installing: trurl -> trurl
2025-08-20T21:39:41.6620152Z [+] Installing: tss -> tss
2025-08-20T21:39:41.7846963Z [+] Installing: ulexec -> ulexec
2025-08-20T21:39:42.0893513Z [+] Installing: unfurl -> unfurl
2025-08-20T21:39:42.4546699Z [+] Installing: upx -> upx
2025-08-20T21:39:42.5830028Z [+] Installing: validtoml -> validtoml
2025-08-20T21:39:42.9438468Z [+] Installing: wget -> wget
2025-08-20T21:39:43.0957274Z [+] Installing: wget2 -> wget2
2025-08-20T21:39:43.2446411Z [+] Installing: wormhole-rs -> wormhole-rs
2025-08-20T21:39:43.6011340Z [+] Installing: xq -> xq
2025-08-20T21:39:43.9728521Z [+] Installing: xz -> xz
2025-08-20T21:39:44.0916440Z [+] Installing: unxz -> unxz
2025-08-20T21:39:44.4140661Z [+] Installing: yq -> yq
2025-08-20T21:39:45.1644902Z [+] Installing: yj -> yj
2025-08-20T21:39:45.5214932Z [+] Installing: zapper -> zapper
2025-08-20T21:39:45.6338108Z [+] Installing: zapper-stealth -> zproccer
2025-08-20T21:39:45.7469993Z [+] Installing: zerotier-cli -> zerotier-cli
2025-08-20T21:39:46.0780434Z curl: (22) The requested URL returned error: 404
2025-08-20T21:39:46.0825560Z [-] Failed to install zerotier-cli to /usr/local/bin/zerotier-cli
2025-08-20T21:39:46.0826865Z [+] Installing: zerotier-idtool -> zerotier-idtool
2025-08-20T21:39:46.1893659Z curl: (22) The requested URL returned error: 404
2025-08-20T21:39:46.1931738Z [-] Failed to install zerotier-idtool to /usr/local/bin/zerotier-idtool
2025-08-20T21:39:46.1932984Z [+] Installing: zerotier-one -> zerotier-one
2025-08-20T21:39:46.3011516Z curl: (22) The requested URL returned error: 404
2025-08-20T21:39:46.3050862Z [-] Failed to install zerotier-one to /usr/local/bin/zerotier-one
2025-08-20T21:39:46.3051953Z [+] Installing: zstd -> zstd
2025-08-20T21:39:46.6578058Z [+] Creating symlinks...
2025-08-20T21:39:46.6673587Z '/usr/bin/7z' -> '/usr/local/bin/7z'
2025-08-20T21:39:46.6776848Z '/usr/bin/actionlint' -> '/usr/local/bin/actionlint'
2025-08-20T21:39:46.6878009Z '/usr/bin/anew' -> '/usr/local/bin/anew'
2025-08-20T21:39:46.6977938Z '/usr/bin/anew-rs' -> '/usr/local/bin/anew-rs'
2025-08-20T21:39:46.7080925Z '/usr/bin/ansi2html' -> '/usr/local/bin/ansi2html'
2025-08-20T21:39:46.7217497Z '/usr/bin/ansi2txt' -> '/usr/local/bin/ansi2txt'
2025-08-20T21:39:46.7325954Z '/usr/bin/archey' -> '/usr/local/bin/archey'
2025-08-20T21:39:46.7427067Z '/usr/bin/aria2c' -> '/usr/local/bin/aria2c'
2025-08-20T21:39:46.7526760Z '/usr/bin/askalono' -> '/usr/local/bin/askalono'
2025-08-20T21:39:46.7624795Z '/usr/bin/bsdtar' -> '/usr/local/bin/bsdtar'
2025-08-20T21:39:46.7722183Z '/usr/bin/b3sum' -> '/usr/local/bin/b3sum'
2025-08-20T21:39:46.7818359Z '/usr/bin/bita' -> '/usr/local/bin/bita'
2025-08-20T21:39:46.7914296Z '/usr/bin/btop' -> '/usr/local/bin/btop'
2025-08-20T21:39:46.8011797Z '/usr/bin/chafa' -> '/usr/local/bin/chafa'
2025-08-20T21:39:46.8109139Z '/usr/bin/cloudflared' -> '/usr/local/bin/cloudflared'
2025-08-20T21:39:46.8206958Z '/usr/bin/croc' -> '/usr/local/bin/croc'
2025-08-20T21:39:46.8304343Z '/usr/bin/csvtk' -> '/usr/local/bin/csvtk'
2025-08-20T21:39:46.8341959Z [-] Warning: Target /usr/local/bin/cutlines does not exist for symlink cutlines
2025-08-20T21:39:46.8429932Z '/usr/bin/dbin' -> '/usr/local/bin/dbin'
2025-08-20T21:39:46.8527450Z '/usr/bin/dasel' -> '/usr/local/bin/dasel'
2025-08-20T21:39:46.8624108Z '/usr/bin/delta' -> '/usr/local/bin/delta'
2025-08-20T21:39:46.8661747Z [-] Warning: Target /usr/local/bin/ds does not exist for symlink ds
2025-08-20T21:39:46.8749744Z '/usr/bin/dos2unix' -> '/usr/local/bin/dos2unix'
2025-08-20T21:39:46.8847334Z '/usr/bin/duf' -> '/usr/local/bin/duf'
2025-08-20T21:39:46.8943756Z '/usr/bin/duplicut' -> '/usr/local/bin/duplicut'
2025-08-20T21:39:46.9040553Z '/usr/bin/dust' -> '/usr/local/bin/dust'
2025-08-20T21:39:46.9136556Z '/usr/bin/dwarfs' -> '/usr/local/bin/dwarfs'
2025-08-20T21:39:46.9233423Z '/usr/bin/mkdwarfs' -> '/usr/local/bin/mkdwarfs'
2025-08-20T21:39:46.9330341Z '/usr/bin/dysk' -> '/usr/local/bin/dysk'
2025-08-20T21:39:46.9426720Z '/usr/bin/eget' -> '/usr/local/bin/eget'
2025-08-20T21:39:46.9523247Z '/usr/bin/epoch' -> '/usr/local/bin/epoch'
2025-08-20T21:39:46.9619005Z '/usr/bin/faketty' -> '/usr/local/bin/faketty'
2025-08-20T21:39:46.9715640Z '/usr/bin/fastfetch' -> '/usr/local/bin/fastfetch'
2025-08-20T21:39:46.9812575Z '/usr/bin/freeze' -> '/usr/local/bin/freeze'
2025-08-20T21:39:46.9911978Z '/usr/bin/fusermount' -> '/usr/local/bin/fusermount'
2025-08-20T21:39:47.0009322Z '/usr/bin/gdu' -> '/usr/local/bin/gdu'
2025-08-20T21:39:47.0106349Z '/usr/bin/gh' -> '/usr/local/bin/gh'
2025-08-20T21:39:47.0201289Z '/usr/bin/gitleaks' -> '/usr/local/bin/gitleaks'
2025-08-20T21:39:47.0297470Z '/usr/bin/git-sizer' -> '/usr/local/bin/git-sizer'
2025-08-20T21:39:47.0394014Z '/usr/bin/glab' -> '/usr/local/bin/glab'
2025-08-20T21:39:47.0489028Z '/usr/bin/glow' -> '/usr/local/bin/glow'
2025-08-20T21:39:47.0597627Z '/usr/bin/httpx' -> '/usr/local/bin/httpx'
2025-08-20T21:39:47.0711764Z '/home/runner/.local/bin/httpx' -> '/usr/local/bin/httpx'
2025-08-20T21:39:47.0819751Z '/usr/bin/huggingface-cli' -> '/usr/local/bin/huggingface-cli'
2025-08-20T21:39:47.0859354Z [-] Warning: Target /usr/local/bin/husarnet does not exist for symlink husarnet
2025-08-20T21:39:47.0888754Z [-] Warning: Target /usr/local/bin/husarnet-daemon does not exist for symlink husarnet-daemon
2025-08-20T21:39:47.0984735Z '/usr/bin/imgcat' -> '/usr/local/bin/imgcat'
2025-08-20T21:39:47.1087204Z '/usr/bin/jc' -> '/usr/local/bin/jc'
2025-08-20T21:39:47.1187685Z '/usr/bin/jq' -> '/usr/local/bin/jq'
2025-08-20T21:39:47.1286490Z '/usr/bin/logdy' -> '/usr/local/bin/logdy'
2025-08-20T21:39:47.1385252Z '/usr/bin/micro' -> '/usr/local/bin/micro'
2025-08-20T21:39:47.1483693Z '/usr/bin/miniserve' -> '/usr/local/bin/miniserve'
2025-08-20T21:39:47.1580673Z '/usr/bin/minisign' -> '/usr/local/bin/minisign'
2025-08-20T21:39:47.1676427Z '/usr/bin/ncdu' -> '/usr/local/bin/ncdu'
2025-08-20T21:39:47.1773693Z '/usr/bin/notify' -> '/usr/local/bin/notify'
2025-08-20T21:39:47.1868314Z '/usr/bin/ouch' -> '/usr/local/bin/ouch'
2025-08-20T21:39:47.1965190Z '/usr/bin/oras' -> '/usr/local/bin/oras'
2025-08-20T21:39:47.2062606Z '/usr/bin/pipetty' -> '/usr/local/bin/pipetty'
2025-08-20T21:39:47.2160311Z '/usr/bin/pixterm' -> '/usr/local/bin/pixterm'
2025-08-20T21:39:47.2257877Z '/usr/bin/qsv' -> '/usr/local/bin/qsv'
2025-08-20T21:39:47.2355089Z '/usr/bin/rclone' -> '/usr/local/bin/rclone'
2025-08-20T21:39:47.2451686Z '/usr/bin/rg' -> '/usr/local/bin/rg'
2025-08-20T21:39:47.2548480Z '/usr/bin/rga' -> '/usr/local/bin/rga'
2025-08-20T21:39:47.2650399Z '/usr/bin/rsync' -> '/usr/local/bin/rsync'
2025-08-20T21:39:47.2751080Z '/usr/bin/script' -> '/usr/local/bin/script'
2025-08-20T21:39:47.2857494Z '/usr/bin/shellcheck' -> '/usr/local/bin/shellcheck'
2025-08-20T21:39:47.2964073Z '/usr/bin/soar' -> '/usr/local/bin/soar'
2025-08-20T21:39:47.3068509Z '/usr/bin/speedtest-go' -> '/usr/local/bin/speedtest-go'
2025-08-20T21:39:47.3172415Z '/usr/bin/sstrip' -> '/usr/local/bin/sstrip'
2025-08-20T21:39:47.3273782Z '/usr/bin/strace' -> '/usr/local/bin/strace'
2025-08-20T21:39:47.3374543Z '/usr/bin/sttr' -> '/usr/local/bin/sttr'
2025-08-20T21:39:47.3479291Z '/usr/bin/tailscale' -> '/usr/local/bin/tailscale'
2025-08-20T21:39:47.3580179Z '/usr/bin/tailscaled' -> '/usr/local/bin/tailscaled'
2025-08-20T21:39:47.3680422Z '/usr/bin/taplo' -> '/usr/local/bin/taplo'
2025-08-20T21:39:47.3780291Z '/usr/bin/tldr' -> '/usr/local/bin/tldr'
2025-08-20T21:39:47.3878592Z '/usr/bin/tealdeer' -> '/usr/local/bin/tealdeer'
2025-08-20T21:39:47.3978076Z '/usr/bin/tmux' -> '/usr/local/bin/tmux'
2025-08-20T21:39:47.4077402Z '/usr/bin/tok' -> '/usr/local/bin/tok'
2025-08-20T21:39:47.4178407Z '/usr/bin/trufflehog' -> '/usr/local/bin/trufflehog'
2025-08-20T21:39:47.4277023Z '/usr/bin/trurl' -> '/usr/local/bin/trurl'
2025-08-20T21:39:47.4375587Z '/usr/bin/tss' -> '/usr/local/bin/tss'
2025-08-20T21:39:47.4473852Z '/usr/bin/ulexec' -> '/usr/local/bin/ulexec'
2025-08-20T21:39:47.4570481Z '/usr/bin/unfurl' -> '/usr/local/bin/unfurl'
2025-08-20T21:39:47.4669346Z '/usr/bin/upx' -> '/usr/local/bin/upx'
2025-08-20T21:39:47.4766848Z '/usr/bin/validtoml' -> '/usr/local/bin/validtoml'
2025-08-20T21:39:47.4869296Z '/usr/bin/wget' -> '/usr/local/bin/wget'
2025-08-20T21:39:47.4967778Z '/usr/bin/wget2' -> '/usr/local/bin/wget2'
2025-08-20T21:39:47.5066526Z '/usr/bin/wormhole-rs' -> '/usr/local/bin/wormhole-rs'
2025-08-20T21:39:47.5163792Z '/usr/bin/xq' -> '/usr/local/bin/xq'
2025-08-20T21:39:47.5264182Z '/usr/bin/xz' -> '/usr/local/bin/xz'
2025-08-20T21:39:47.5366262Z '/usr/bin/unxz' -> '/usr/local/bin/unxz'
2025-08-20T21:39:47.5464829Z '/usr/bin/yq' -> '/usr/local/bin/yq'
2025-08-20T21:39:47.5565441Z '/usr/bin/yj' -> '/usr/local/bin/yj'
2025-08-20T21:39:47.5664916Z '/usr/bin/zapper' -> '/usr/local/bin/zapper'
2025-08-20T21:39:47.5765352Z '/usr/bin/zproccer' -> '/usr/local/bin/zproccer'
2025-08-20T21:39:47.5803451Z [-] Warning: Target /usr/local/bin/zerotier-cli does not exist for symlink zerotier-cli
2025-08-20T21:39:47.5832137Z [-] Warning: Target /usr/local/bin/zerotier-idtool does not exist for symlink zerotier-idtool
2025-08-20T21:39:47.5861256Z [-] Warning: Target /usr/local/bin/zerotier-one does not exist for symlink zerotier-one
2025-08-20T21:39:47.5953867Z '/usr/bin/zstd' -> '/usr/local/bin/zstd'
2025-08-20T21:39:47.5980290Z 
2025-08-20T21:39:47.5980892Z [!] Failed to install: husarnet cutlines ds zerotier-one zerotier-idtool zerotier-cli husarnet-daemon
2025-08-20T21:39:47.5981460Z 
2025-08-20T21:39:47.5995973Z 
2025-08-20T21:39:47.6093701Z 
2025-08-20T21:39:47.6094094Z [+] Disk Size (/usr/local/bin) :: 931M --> 1.9G
2025-08-20T21:39:47.6094464Z 
2025-08-20T21:39:47.6094599Z [+] Installation completed!
2025-08-20T21:39:47.6169233Z 
2025-08-20T21:39:47.6169577Z [+] GITHUB_TOKEN is Exported
2025-08-20T21:39:47.8153908Z github.com
2025-08-20T21:39:47.8154827Z   ✓ Logged in to github.com account Azathothas (GITHUB_TOKEN)
2025-08-20T21:39:47.8155238Z   - Active account: true
2025-08-20T21:39:47.8155532Z   - Git operations protocol: https
2025-08-20T21:39:47.8155869Z   - Token: ghp_************************************
2025-08-20T21:39:47.8156707Z   - 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-20T21:39:47.8157538Z   ! Missing required token scopes: 'repo', 'read:org'
2025-08-20T21:39:47.8158273Z   - To request missing scopes, run: gh auth refresh -h github.com
2025-08-20T21:39:47.9389279Z Limit: 5000, Remaining: 4976, Reset: 2025-08-20 22:27:57 +0000 UTC (48m9s)
2025-08-20T21:39:47.9399460Z 
2025-08-20T21:39:47.9399674Z [+] GHCR_TOKEN is Exported
2025-08-20T21:39:47.9430228Z WARNING! Using --password via the CLI is insecure. Use --password-stdin.
2025-08-20T21:39:48.0646187Z Login Succeeded
2025-08-20T21:39:48.0655179Z 
2025-08-20T21:39:48.0655384Z [+] GITLAB is Exported
2025-08-20T21:39:48.0983635Z [git remote -v]
2025-08-20T21:39:48.3162839Z gitlab.com
2025-08-20T21:39:48.3163762Z   ✓ Logged in to gitlab.com as Ajamx101 (GITLAB_TOKEN)
2025-08-20T21:39:48.3164824Z   ✓ Git operations for gitlab.com configured to use ssh protocol.
2025-08-20T21:39:48.3165582Z   ✓ API calls for gitlab.com are made over https protocol.
2025-08-20T21:39:48.3166268Z   ✓ REST API Endpoint: https://gitlab.com/api/v4/
2025-08-20T21:39:48.3166970Z   ✓ GraphQL Endpoint: https://gitlab.com/api/graphql/
2025-08-20T21:39:48.3167485Z   ✓ Token found: **************************
2025-08-20T21:39:48.3167720Z 
2025-08-20T21:39:48.3168253Z ! One of GITLAB_TOKEN, GITLAB_ACCESS_TOKEN, OAUTH_TOKEN environment variables is set. It will be used for all authentication.
2025-08-20T21:39:48.3169151Z [git remote -v]
2025-08-20T21:39:48.3183183Z 2025/08/20 21:39:48 [Could not determine base repo in telemetry hook:  fatal: not a git repository (or any of the parent directories): .git
2025-08-20T21:39:48.3184095Z git: exit status 128]
2025-08-20T21:39:48.5762832Z 
2025-08-20T21:39:48.5762846Z 
2025-08-20T21:39:48.5763863Z  [+] Started Initializing Linux pkrvmqc4gcfdwos 6.11.0-1018-azure x86_64 :: at Wednesday, 2025-08-20 (09:39:48 PM)
2025-08-20T21:39:48.5764684Z 
2025-08-20T21:39:48.5764689Z 
2025-08-20T21:39:48.5764834Z [+] USER = runner
2025-08-20T21:39:48.5765296Z [+] HOME = /home/runner
2025-08-20T21:39:48.5769943Z [+] 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-20T21:39:48.5773791Z 
2025-08-20T21:39:48.6384452Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:39:48.6903832Z Hit:2 http://azure.archive.ubuntu.com/ubuntu noble InRelease
2025-08-20T21:39:48.6909739Z Hit:6 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T21:39:48.6924300Z Hit:3 http://azure.archive.ubuntu.com/ubuntu noble-updates InRelease
2025-08-20T21:39:48.6930924Z Hit:4 http://azure.archive.ubuntu.com/ubuntu noble-backports InRelease
2025-08-20T21:39:48.6936419Z Hit:5 http://azure.archive.ubuntu.com/ubuntu noble-security InRelease
2025-08-20T21:39:48.6953952Z Hit:7 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T21:39:49.8423028Z Reading package lists...
2025-08-20T21:39:49.8740505Z Reading package lists...
2025-08-20T21:39:50.0415185Z Building dependency tree...
2025-08-20T21:39:50.0423011Z Reading state information...
2025-08-20T21:39:50.2218042Z apt-transport-https is already the newest version (2.8.3).
2025-08-20T21:39:50.2218709Z apt-utils is already the newest version (2.8.3).
2025-08-20T21:39:50.2219269Z ca-certificates is already the newest version (20240203).
2025-08-20T21:39:50.2219834Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-20T21:39:50.2220411Z gnupg2 is already the newest version (2.4.4-2ubuntu17.3).
2025-08-20T21:39:50.2220955Z moreutils is already the newest version (0.69-1).
2025-08-20T21:39:50.2221580Z software-properties-common is already the newest version (0.99.49.3).
2025-08-20T21:39:50.2222874Z util-linux is already the newest version (2.39.3-9ubuntu6.3).
2025-08-20T21:39:50.2223569Z 0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:39:50.2847397Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:39:50.3138728Z Hit:2 http://azure.archive.ubuntu.com/ubuntu noble InRelease
2025-08-20T21:39:50.3139555Z Hit:6 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T21:39:50.3147757Z Hit:7 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T21:39:50.3162599Z Hit:3 http://azure.archive.ubuntu.com/ubuntu noble-updates InRelease
2025-08-20T21:39:50.3163459Z Hit:4 http://azure.archive.ubuntu.com/ubuntu noble-backports InRelease
2025-08-20T21:39:50.3170551Z Hit:5 http://azure.archive.ubuntu.com/ubuntu noble-security InRelease
2025-08-20T21:39:51.4838526Z Reading package lists...
2025-08-20T21:39:51.5160100Z Reading package lists...
2025-08-20T21:39:51.7018208Z Building dependency tree...
2025-08-20T21:39:51.7026846Z Reading state information...
2025-08-20T21:39:51.8737544Z aria2 is already the newest version (1.37.0+debian-1build3).
2025-08-20T21:39:51.8738254Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T21:39:51.8738790Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-20T21:39:51.8739268Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T21:39:51.8739787Z ca-certificates is already the newest version (20240203).
2025-08-20T21:39:51.8740277Z diffutils is already the newest version (1:3.10-1build1).
2025-08-20T21:39:51.8740730Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T21:39:51.8741175Z gawk is already the newest version (1:5.2.1-2build3).
2025-08-20T21:39:51.8741506Z gawk set to manually installed.
2025-08-20T21:39:51.8741805Z git-lfs is already the newest version (3.7.0).
2025-08-20T21:39:51.8742170Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T21:39:51.8743031Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T21:39:51.8743595Z make is already the newest version (4.3-4.1build2).
2025-08-20T21:39:51.8744220Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-20T21:39:51.8745155Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-20T21:39:51.8745525Z texinfo is already the newest version (7.1-3build2).
2025-08-20T21:39:51.8745888Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T21:39:51.8746256Z The following additional packages will be installed:
2025-08-20T21:39:51.8746735Z   fonts-droid-fallback fonts-noto-mono fonts-urw-base35 ghostscript
2025-08-20T21:39:51.8747247Z   imagemagick-6.q16 libdjvulibre-text libdjvulibre21 libgs-common libgs10
2025-08-20T21:39:51.8747771Z   libgs10-common libhiredis1.1.0 libidn12 libijs-0.35 libimath-3-1-29t64
2025-08-20T21:39:51.8748269Z   libjbig2dec0 libjxr-tools libjxr0t64 libmagickcore-6.q16-7-extra
2025-08-20T21:39:51.8748792Z   libnetpbm11t64 libopenexr-3-1-30 libpaper-utils libpaper1 libwmflite-0.2-7
2025-08-20T21:39:51.8749263Z   netpbm poppler-data xfonts-encodings xfonts-utils
2025-08-20T21:39:51.8750885Z Suggested packages:
2025-08-20T21:39:51.8751282Z   distcc | icecc fonts-noto fonts-freefont-otf | fonts-freefont-ttf
2025-08-20T21:39:51.8751797Z   fonts-texgyre texlive-binaries imagemagick-6-doc autotrace cups-bsd | lpr
2025-08-20T21:39:51.8752496Z   | lprng enscript ffmpeg gimp gnuplot grads graphviz hp2xx html2ps libwmf-bin
2025-08-20T21:39:51.8752977Z   mplayer povray radiance sane-utils texlive-base-bin transfig libraw-bin
2025-08-20T21:39:51.8753441Z   inkscape poppler-utils fonts-japanese-mincho | fonts-ipafont-mincho
2025-08-20T21:39:51.8753873Z   fonts-japanese-gothic | fonts-ipafont-gothic fonts-arphic-ukai
2025-08-20T21:39:51.8754217Z   fonts-arphic-uming fonts-nanum
2025-08-20T21:39:51.9194247Z The following NEW packages will be installed:
2025-08-20T21:39:51.9195114Z   b3sum build-essential ccache fonts-droid-fallback fonts-noto-mono
2025-08-20T21:39:51.9208948Z   fonts-urw-base35 ghostscript imagemagick imagemagick-6.q16 libdjvulibre-text
2025-08-20T21:39:51.9210069Z   libdjvulibre21 libgs-common libgs10 libgs10-common libhiredis1.1.0 libidn12
2025-08-20T21:39:51.9210851Z   libijs-0.35 libimath-3-1-29t64 libjbig2dec0 libjxr-tools libjxr0t64
2025-08-20T21:39:51.9211625Z   libmagickcore-6.q16-7-extra libnetpbm11t64 libopenexr-3-1-30 libpaper-utils
2025-08-20T21:39:51.9212712Z   libpaper1 libtool-bin libwmflite-0.2-7 lzip musl musl-dev musl-tools netpbm
2025-08-20T21:39:51.9213375Z   poppler-data xfonts-encodings xfonts-utils
2025-08-20T21:39:51.9429472Z 0 upgraded, 36 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:39:51.9430137Z Need to get 27.5 MB of archives.
2025-08-20T21:39:51.9430720Z After this operation, 93.0 MB of additional disk space will be used.
2025-08-20T21:39:51.9431453Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:39:51.9777292Z 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-20T21:39:52.0527234Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 poppler-data all 0.4.12-1 [2060 kB]
2025-08-20T21:39:52.1357871Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 b3sum amd64 1.2.0-1 [388 kB]
2025-08-20T21:39:52.1714522Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 build-essential amd64 12.10ubuntu1 [4928 B]
2025-08-20T21:39:52.1901675Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libhiredis1.1.0 amd64 1.2.0-6ubuntu3 [41.4 kB]
2025-08-20T21:39:52.2086239Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 ccache amd64 4.9.1-1 [592 kB]
2025-08-20T21:39:52.2493330Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 fonts-noto-mono all 20201225-2 [435 kB]
2025-08-20T21:39:52.2864300Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 xfonts-encodings all 1:1.0.5-0ubuntu2 [578 kB]
2025-08-20T21:39:52.3261880Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 xfonts-utils amd64 1:7.7+6build3 [94.4 kB]
2025-08-20T21:39:52.3468853Z Get:11 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 fonts-urw-base35 all 20200910-8 [11.0 MB]
2025-08-20T21:39:52.5814552Z 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-20T21:39:52.6016758Z 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-20T21:39:52.6371118Z Get:14 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libidn12 amd64 1.42-1build1 [55.9 kB]
2025-08-20T21:39:52.6736890Z Get:15 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libijs-0.35 amd64 0.35-15.1build1 [15.3 kB]
2025-08-20T21:39:52.6921357Z Get:16 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libjbig2dec0 amd64 0.20-1build3 [65.0 kB]
2025-08-20T21:39:52.7118686Z Get:17 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libpaper1 amd64 1.1.29build1 [13.4 kB]
2025-08-20T21:39:52.7309013Z Get:18 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libgs10 amd64 10.02.1~dfsg1-0ubuntu7.7 [3897 kB]
2025-08-20T21:39:52.8189134Z 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-20T21:39:52.8815129Z 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-20T21:39:52.9049853Z 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-20T21:39:52.9237218Z 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-20T21:39:52.9426636Z 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-20T21:39:53.0029077Z 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-20T21:39:53.0857485Z Get:25 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libjxr0t64 amd64 1.2~git20170615.f752187-5.1ubuntu2 [181 kB]
2025-08-20T21:39:53.1058362Z 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-20T21:39:53.1366386Z 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-20T21:39:53.1797686Z 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-20T21:39:53.1990781Z 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-20T21:39:53.2185661Z Get:30 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libnetpbm11t64 amd64 2:11.05.02-1.1build1 [114 kB]
2025-08-20T21:39:53.2383474Z Get:31 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libpaper-utils amd64 1.1.29build1 [8650 B]
2025-08-20T21:39:53.2569375Z Get:32 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libtool-bin amd64 2.4.7-7build1 [84.1 kB]
2025-08-20T21:39:53.2762730Z Get:33 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 lzip amd64 1.24.1-1build1 [83.1 kB]
2025-08-20T21:39:53.2959078Z Get:34 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 netpbm amd64 2:11.05.02-1.1build1 [2054 kB]
2025-08-20T21:39:53.3634899Z Get:35 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 musl amd64 1.2.4-2 [416 kB]
2025-08-20T21:39:53.3999132Z Get:36 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 musl-dev amd64 1.2.4-2 [616 kB]
2025-08-20T21:39:53.4371900Z Get:37 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 musl-tools amd64 1.2.4-2 [5540 B]
2025-08-20T21:39:53.6956379Z Preconfiguring packages ...
2025-08-20T21:39:53.7525726Z Fetched 27.5 MB in 2s (18.2 MB/s)
2025-08-20T21:39:53.7754207Z Selecting previously unselected package fonts-droid-fallback.
2025-08-20T21:39:53.7807630Z (Reading database ... 
2025-08-20T21:39:53.7808067Z (Reading database ... 5%
2025-08-20T21:39:53.7808452Z (Reading database ... 10%
2025-08-20T21:39:53.7809274Z (Reading database ... 15%
2025-08-20T21:39:53.7809638Z (Reading database ... 20%
2025-08-20T21:39:53.7810002Z (Reading database ... 25%
2025-08-20T21:39:53.7810350Z (Reading database ... 30%
2025-08-20T21:39:53.7811531Z (Reading database ... 35%
2025-08-20T21:39:53.7811895Z (Reading database ... 40%
2025-08-20T21:39:53.7812418Z (Reading database ... 45%
2025-08-20T21:39:53.7812785Z (Reading database ... 50%
2025-08-20T21:39:53.7833827Z (Reading database ... 55%
2025-08-20T21:39:53.7938997Z (Reading database ... 60%
2025-08-20T21:39:53.7967593Z (Reading database ... 65%
2025-08-20T21:39:53.8004939Z (Reading database ... 70%
2025-08-20T21:39:53.8031682Z (Reading database ... 75%
2025-08-20T21:39:53.8063163Z (Reading database ... 80%
2025-08-20T21:39:53.8205613Z (Reading database ... 85%
2025-08-20T21:39:53.8299168Z (Reading database ... 90%
2025-08-20T21:39:53.8564159Z (Reading database ... 95%
2025-08-20T21:39:53.8564652Z (Reading database ... 100%
2025-08-20T21:39:53.8565281Z (Reading database ... 220021 files and directories currently installed.)
2025-08-20T21:39:53.8606177Z Preparing to unpack .../00-fonts-droid-fallback_1%3a6.0.1r16-1.1build1_all.deb ...
2025-08-20T21:39:53.8809943Z Unpacking fonts-droid-fallback (1:6.0.1r16-1.1build1) ...
2025-08-20T21:39:54.0308101Z Selecting previously unselected package poppler-data.
2025-08-20T21:39:54.0444676Z Preparing to unpack .../01-poppler-data_0.4.12-1_all.deb ...
2025-08-20T21:39:54.0455494Z Unpacking poppler-data (0.4.12-1) ...
2025-08-20T21:39:54.1721937Z Selecting previously unselected package b3sum.
2025-08-20T21:39:54.1859276Z Preparing to unpack .../02-b3sum_1.2.0-1_amd64.deb ...
2025-08-20T21:39:54.1875250Z Unpacking b3sum (1.2.0-1) ...
2025-08-20T21:39:54.2161856Z Selecting previously unselected package build-essential.
2025-08-20T21:39:54.2299025Z Preparing to unpack .../03-build-essential_12.10ubuntu1_amd64.deb ...
2025-08-20T21:39:54.2309648Z Unpacking build-essential (12.10ubuntu1) ...
2025-08-20T21:39:54.2554920Z Selecting previously unselected package libhiredis1.1.0:amd64.
2025-08-20T21:39:54.2691193Z Preparing to unpack .../04-libhiredis1.1.0_1.2.0-6ubuntu3_amd64.deb ...
2025-08-20T21:39:54.2714315Z Unpacking libhiredis1.1.0:amd64 (1.2.0-6ubuntu3) ...
2025-08-20T21:39:54.2959784Z Selecting previously unselected package ccache.
2025-08-20T21:39:54.3096271Z Preparing to unpack .../05-ccache_4.9.1-1_amd64.deb ...
2025-08-20T21:39:54.3108530Z Unpacking ccache (4.9.1-1) ...
2025-08-20T21:39:54.3703739Z Selecting previously unselected package fonts-noto-mono.
2025-08-20T21:39:54.3843763Z Preparing to unpack .../06-fonts-noto-mono_20201225-2_all.deb ...
2025-08-20T21:39:54.3857605Z Unpacking fonts-noto-mono (20201225-2) ...
2025-08-20T21:39:54.4189414Z Selecting previously unselected package xfonts-encodings.
2025-08-20T21:39:54.4327592Z Preparing to unpack .../07-xfonts-encodings_1%3a1.0.5-0ubuntu2_all.deb ...
2025-08-20T21:39:54.4339899Z Unpacking xfonts-encodings (1:1.0.5-0ubuntu2) ...
2025-08-20T21:39:54.4673774Z Selecting previously unselected package xfonts-utils.
2025-08-20T21:39:54.4810235Z Preparing to unpack .../08-xfonts-utils_1%3a7.7+6build3_amd64.deb ...
2025-08-20T21:39:54.4825412Z Unpacking xfonts-utils (1:7.7+6build3) ...
2025-08-20T21:39:54.5277323Z Selecting previously unselected package fonts-urw-base35.
2025-08-20T21:39:54.5413739Z Preparing to unpack .../09-fonts-urw-base35_20200910-8_all.deb ...
2025-08-20T21:39:54.6058345Z Unpacking fonts-urw-base35 (20200910-8) ...
2025-08-20T21:39:54.7092059Z Selecting previously unselected package libgs-common.
2025-08-20T21:39:54.7229003Z Preparing to unpack .../10-libgs-common_10.02.1~dfsg1-0ubuntu7.7_all.deb ...
2025-08-20T21:39:54.7241355Z Unpacking libgs-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T21:39:54.7491721Z Selecting previously unselected package libgs10-common.
2025-08-20T21:39:54.7628766Z Preparing to unpack .../11-libgs10-common_10.02.1~dfsg1-0ubuntu7.7_all.deb ...
2025-08-20T21:39:54.7640361Z Unpacking libgs10-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T21:39:54.8303092Z Selecting previously unselected package libidn12:amd64.
2025-08-20T21:39:54.8439128Z Preparing to unpack .../12-libidn12_1.42-1build1_amd64.deb ...
2025-08-20T21:39:54.8453891Z Unpacking libidn12:amd64 (1.42-1build1) ...
2025-08-20T21:39:54.8688448Z Selecting previously unselected package libijs-0.35:amd64.
2025-08-20T21:39:54.8824881Z Preparing to unpack .../13-libijs-0.35_0.35-15.1build1_amd64.deb ...
2025-08-20T21:39:54.8836561Z Unpacking libijs-0.35:amd64 (0.35-15.1build1) ...
2025-08-20T21:39:54.9098950Z Selecting previously unselected package libjbig2dec0:amd64.
2025-08-20T21:39:54.9234472Z Preparing to unpack .../14-libjbig2dec0_0.20-1build3_amd64.deb ...
2025-08-20T21:39:54.9247748Z Unpacking libjbig2dec0:amd64 (0.20-1build3) ...
2025-08-20T21:39:54.9518561Z Selecting previously unselected package libpaper1:amd64.
2025-08-20T21:39:54.9654221Z Preparing to unpack .../15-libpaper1_1.1.29build1_amd64.deb ...
2025-08-20T21:39:54.9665803Z Unpacking libpaper1:amd64 (1.1.29build1) ...
2025-08-20T21:39:54.9924553Z Selecting previously unselected package libgs10:amd64.
2025-08-20T21:39:55.0063059Z Preparing to unpack .../16-libgs10_10.02.1~dfsg1-0ubuntu7.7_amd64.deb ...
2025-08-20T21:39:55.0074431Z Unpacking libgs10:amd64 (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T21:39:55.1171861Z Selecting previously unselected package ghostscript.
2025-08-20T21:39:55.1310050Z Preparing to unpack .../17-ghostscript_10.02.1~dfsg1-0ubuntu7.7_amd64.deb ...
2025-08-20T21:39:55.1356515Z Unpacking ghostscript (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T21:39:55.1686964Z Selecting previously unselected package imagemagick-6.q16.
2025-08-20T21:39:55.1827707Z Preparing to unpack .../18-imagemagick-6.q16_8%3a6.9.12.98+dfsg1-5.2build2_amd64.deb ...
2025-08-20T21:39:55.1841337Z Unpacking imagemagick-6.q16 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T21:39:55.4243165Z Selecting previously unselected package imagemagick.
2025-08-20T21:39:55.4380200Z Preparing to unpack .../19-imagemagick_8%3a6.9.12.98+dfsg1-5.2build2_amd64.deb ...
2025-08-20T21:39:55.4392602Z Unpacking imagemagick (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T21:39:55.4617807Z Selecting previously unselected package libdjvulibre-text.
2025-08-20T21:39:55.4756802Z Preparing to unpack .../20-libdjvulibre-text_3.5.28-2ubuntu0.24.04.1_all.deb ...
2025-08-20T21:39:55.4766483Z Unpacking libdjvulibre-text (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T21:39:55.5012879Z Selecting previously unselected package libdjvulibre21:amd64.
2025-08-20T21:39:55.5151057Z Preparing to unpack .../21-libdjvulibre21_3.5.28-2ubuntu0.24.04.1_amd64.deb ...
2025-08-20T21:39:55.5162965Z Unpacking libdjvulibre21:amd64 (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T21:39:55.5466080Z Selecting previously unselected package libimath-3-1-29t64:amd64.
2025-08-20T21:39:55.5602532Z Preparing to unpack .../22-libimath-3-1-29t64_3.1.9-3.1ubuntu2_amd64.deb ...
2025-08-20T21:39:55.5613615Z Unpacking libimath-3-1-29t64:amd64 (3.1.9-3.1ubuntu2) ...
2025-08-20T21:39:55.5858414Z Selecting previously unselected package libjxr0t64:amd64.
2025-08-20T21:39:55.5996237Z Preparing to unpack .../23-libjxr0t64_1.2~git20170615.f752187-5.1ubuntu2_amd64.deb ...
2025-08-20T21:39:55.6005816Z Unpacking libjxr0t64:amd64 (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T21:39:55.6243279Z Selecting previously unselected package libjxr-tools.
2025-08-20T21:39:55.6378724Z Preparing to unpack .../24-libjxr-tools_1.2~git20170615.f752187-5.1ubuntu2_amd64.deb ...
2025-08-20T21:39:55.6388353Z Unpacking libjxr-tools (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T21:39:55.6611039Z Selecting previously unselected package libopenexr-3-1-30:amd64.
2025-08-20T21:39:55.6751297Z Preparing to unpack .../25-libopenexr-3-1-30_3.1.5-5.1build3_amd64.deb ...
2025-08-20T21:39:55.6760359Z Unpacking libopenexr-3-1-30:amd64 (3.1.5-5.1build3) ...
2025-08-20T21:39:55.7191887Z Selecting previously unselected package libwmflite-0.2-7:amd64.
2025-08-20T21:39:55.7329063Z Preparing to unpack .../26-libwmflite-0.2-7_0.2.13-1.1build3_amd64.deb ...
2025-08-20T21:39:55.7343241Z Unpacking libwmflite-0.2-7:amd64 (0.2.13-1.1build3) ...
2025-08-20T21:39:55.7565544Z Selecting previously unselected package libmagickcore-6.q16-7-extra:amd64.
2025-08-20T21:39:55.7704501Z Preparing to unpack .../27-libmagickcore-6.q16-7-extra_8%3a6.9.12.98+dfsg1-5.2build2_amd64.deb ...
2025-08-20T21:39:55.7715428Z Unpacking libmagickcore-6.q16-7-extra:amd64 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T21:39:55.8373290Z Selecting previously unselected package libnetpbm11t64:amd64.
2025-08-20T21:39:55.8519251Z Preparing to unpack .../28-libnetpbm11t64_2%3a11.05.02-1.1build1_amd64.deb ...
2025-08-20T21:39:55.8529873Z Unpacking libnetpbm11t64:amd64 (2:11.05.02-1.1build1) ...
2025-08-20T21:39:55.8768513Z Selecting previously unselected package libpaper-utils.
2025-08-20T21:39:55.8907486Z Preparing to unpack .../29-libpaper-utils_1.1.29build1_amd64.deb ...
2025-08-20T21:39:55.8916628Z Unpacking libpaper-utils (1.1.29build1) ...
2025-08-20T21:39:55.9127192Z Selecting previously unselected package libtool-bin.
2025-08-20T21:39:55.9265973Z Preparing to unpack .../30-libtool-bin_2.4.7-7build1_amd64.deb ...
2025-08-20T21:39:55.9277218Z Unpacking libtool-bin (2.4.7-7build1) ...
2025-08-20T21:39:55.9524197Z Selecting previously unselected package lzip.
2025-08-20T21:39:55.9660264Z Preparing to unpack .../31-lzip_1.24.1-1build1_amd64.deb ...
2025-08-20T21:39:55.9672142Z Unpacking lzip (1.24.1-1build1) ...
2025-08-20T21:39:55.9898973Z Selecting previously unselected package netpbm.
2025-08-20T21:39:56.0035482Z Preparing to unpack .../32-netpbm_2%3a11.05.02-1.1build1_amd64.deb ...
2025-08-20T21:39:56.0045163Z Unpacking netpbm (2:11.05.02-1.1build1) ...
2025-08-20T21:39:56.1756842Z Selecting previously unselected package musl:amd64.
2025-08-20T21:39:56.1897538Z Preparing to unpack .../33-musl_1.2.4-2_amd64.deb ...
2025-08-20T21:39:56.1905573Z Unpacking musl:amd64 (1.2.4-2) ...
2025-08-20T21:39:56.2201971Z Selecting previously unselected package musl-dev:amd64.
2025-08-20T21:39:56.2340290Z Preparing to unpack .../34-musl-dev_1.2.4-2_amd64.deb ...
2025-08-20T21:39:56.2348679Z Unpacking musl-dev:amd64 (1.2.4-2) ...
2025-08-20T21:39:56.2979851Z Selecting previously unselected package musl-tools.
2025-08-20T21:39:56.3119275Z Preparing to unpack .../35-musl-tools_1.2.4-2_amd64.deb ...
2025-08-20T21:39:56.3130155Z Unpacking musl-tools (1.2.4-2) ...
2025-08-20T21:39:56.3548963Z Setting up libpaper1:amd64 (1.1.29build1) ...
2025-08-20T21:39:56.4946841Z 
2025-08-20T21:39:56.4947454Z Creating config file /etc/papersize with new version
2025-08-20T21:39:56.5691773Z Setting up libtool-bin (2.4.7-7build1) ...
2025-08-20T21:39:56.5714945Z Setting up fonts-noto-mono (20201225-2) ...
2025-08-20T21:39:56.5745384Z Setting up libwmflite-0.2-7:amd64 (0.2.13-1.1build3) ...
2025-08-20T21:39:56.5767606Z Setting up libijs-0.35:amd64 (0.35-15.1build1) ...
2025-08-20T21:39:56.5786958Z Setting up libgs-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T21:39:56.5807941Z Setting up libpaper-utils (1.1.29build1) ...
2025-08-20T21:39:56.5828438Z Setting up libnetpbm11t64:amd64 (2:11.05.02-1.1build1) ...
2025-08-20T21:39:56.5894230Z Setting up poppler-data (0.4.12-1) ...
2025-08-20T21:39:56.6009792Z Setting up libjxr0t64:amd64 (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T21:39:56.6033000Z Setting up libjbig2dec0:amd64 (0.20-1build3) ...
2025-08-20T21:39:56.6055798Z Setting up lzip (1.24.1-1build1) ...
2025-08-20T21:39:56.6117221Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip (lzip) in auto mode
2025-08-20T21:39:56.6162932Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip-compressor (lzip-compressor) in auto mode
2025-08-20T21:39:56.6209738Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip-decompressor (lzip-decompressor) in auto mode
2025-08-20T21:39:56.6232205Z Setting up xfonts-encodings (1:1.0.5-0ubuntu2) ...
2025-08-20T21:39:56.6253503Z Setting up libimath-3-1-29t64:amd64 (3.1.9-3.1ubuntu2) ...
2025-08-20T21:39:56.6277023Z Setting up libidn12:amd64 (1.42-1build1) ...
2025-08-20T21:39:56.6297206Z Setting up netpbm (2:11.05.02-1.1build1) ...
2025-08-20T21:39:56.6318473Z Setting up imagemagick-6.q16 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T21:39:56.6390234Z update-alternatives: using /usr/bin/compare-im6.q16 to provide /usr/bin/compare (compare) in auto mode
2025-08-20T21:39:56.6435240Z update-alternatives: using /usr/bin/compare-im6.q16 to provide /usr/bin/compare-im6 (compare-im6) in auto mode
2025-08-20T21:39:56.6600276Z update-alternatives: using /usr/bin/animate-im6.q16 to provide /usr/bin/animate (animate) in auto mode
2025-08-20T21:39:56.6644983Z update-alternatives: using /usr/bin/animate-im6.q16 to provide /usr/bin/animate-im6 (animate-im6) in auto mode
2025-08-20T21:39:56.6702442Z update-alternatives: using /usr/bin/convert-im6.q16 to provide /usr/bin/convert (convert) in auto mode
2025-08-20T21:39:56.6749439Z update-alternatives: using /usr/bin/convert-im6.q16 to provide /usr/bin/convert-im6 (convert-im6) in auto mode
2025-08-20T21:39:56.6805971Z update-alternatives: using /usr/bin/composite-im6.q16 to provide /usr/bin/composite (composite) in auto mode
2025-08-20T21:39:56.6850654Z update-alternatives: using /usr/bin/composite-im6.q16 to provide /usr/bin/composite-im6 (composite-im6) in auto mode
2025-08-20T21:39:56.6906459Z update-alternatives: using /usr/bin/conjure-im6.q16 to provide /usr/bin/conjure (conjure) in auto mode
2025-08-20T21:39:56.6952402Z update-alternatives: using /usr/bin/conjure-im6.q16 to provide /usr/bin/conjure-im6 (conjure-im6) in auto mode
2025-08-20T21:39:56.7008368Z update-alternatives: using /usr/bin/import-im6.q16 to provide /usr/bin/import (import) in auto mode
2025-08-20T21:39:56.7055826Z update-alternatives: using /usr/bin/import-im6.q16 to provide /usr/bin/import-im6 (import-im6) in auto mode
2025-08-20T21:39:56.7113339Z update-alternatives: using /usr/bin/identify-im6.q16 to provide /usr/bin/identify (identify) in auto mode
2025-08-20T21:39:56.7160587Z update-alternatives: using /usr/bin/identify-im6.q16 to provide /usr/bin/identify-im6 (identify-im6) in auto mode
2025-08-20T21:39:56.7220409Z update-alternatives: using /usr/bin/stream-im6.q16 to provide /usr/bin/stream (stream) in auto mode
2025-08-20T21:39:56.7267191Z update-alternatives: using /usr/bin/stream-im6.q16 to provide /usr/bin/stream-im6 (stream-im6) in auto mode
2025-08-20T21:39:56.7326009Z update-alternatives: using /usr/bin/display-im6.q16 to provide /usr/bin/display (display) in auto mode
2025-08-20T21:39:56.7372123Z update-alternatives: using /usr/bin/display-im6.q16 to provide /usr/bin/display-im6 (display-im6) in auto mode
2025-08-20T21:39:56.7430082Z update-alternatives: using /usr/bin/montage-im6.q16 to provide /usr/bin/montage (montage) in auto mode
2025-08-20T21:39:56.7476558Z update-alternatives: using /usr/bin/montage-im6.q16 to provide /usr/bin/montage-im6 (montage-im6) in auto mode
2025-08-20T21:39:56.7538842Z update-alternatives: using /usr/bin/mogrify-im6.q16 to provide /usr/bin/mogrify (mogrify) in auto mode
2025-08-20T21:39:56.7588350Z update-alternatives: using /usr/bin/mogrify-im6.q16 to provide /usr/bin/mogrify-im6 (mogrify-im6) in auto mode
2025-08-20T21:39:56.7610320Z Setting up b3sum (1.2.0-1) ...
2025-08-20T21:39:56.7639479Z Setting up musl:amd64 (1.2.4-2) ...
2025-08-20T21:39:56.7682569Z Setting up build-essential (12.10ubuntu1) ...
2025-08-20T21:39:56.7704522Z Setting up fonts-droid-fallback (1:6.0.1r16-1.1build1) ...
2025-08-20T21:39:56.7906794Z Setting up libdjvulibre-text (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T21:39:56.7936777Z Setting up libhiredis1.1.0:amd64 (1.2.0-6ubuntu3) ...
2025-08-20T21:39:56.7967859Z Setting up libjxr-tools (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T21:39:56.7992408Z Setting up ccache (4.9.1-1) ...
2025-08-20T21:39:56.8016713Z Updating symlinks in /usr/lib/ccache ...
2025-08-20T21:39:56.8350014Z Setting up libdjvulibre21:amd64 (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T21:39:56.8371559Z Setting up xfonts-utils (1:7.7+6build3) ...
2025-08-20T21:39:56.8417434Z Setting up musl-dev:amd64 (1.2.4-2) ...
2025-08-20T21:39:56.8454046Z Setting up libopenexr-3-1-30:amd64 (3.1.5-5.1build3) ...
2025-08-20T21:39:56.8477833Z Setting up imagemagick (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T21:39:56.8501930Z Setting up libmagickcore-6.q16-7-extra:amd64 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T21:39:56.8525889Z Setting up fonts-urw-base35 (20200910-8) ...
2025-08-20T21:39:57.0049511Z Setting up musl-tools (1.2.4-2) ...
2025-08-20T21:39:57.0077635Z Setting up libgs10-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T21:39:57.0103294Z Setting up libgs10:amd64 (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T21:39:57.0128676Z Setting up ghostscript (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T21:39:57.0205903Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T21:39:57.5175225Z Processing triggers for fontconfig (2.15.0-1.1ubuntu2) ...
2025-08-20T21:39:57.7894530Z Processing triggers for hicolor-icon-theme (0.17-2) ...
2025-08-20T21:40:00.2535511Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T21:40:00.4627998Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:40:08.3985619Z Reading package lists...
2025-08-20T21:40:08.5615762Z Building dependency tree...
2025-08-20T21:40:08.5623577Z Reading state information...
2025-08-20T21:40:08.7274813Z autoconf is already the newest version (2.71-3).
2025-08-20T21:40:08.7275295Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T21:40:08.7275745Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T21:40:08.7276188Z bison is already the newest version (2:3.8.2+dfsg-1build2).
2025-08-20T21:40:08.7276638Z build-essential is already the newest version (12.10ubuntu1).
2025-08-20T21:40:08.7277087Z ca-certificates is already the newest version (20240203).
2025-08-20T21:40:08.7277492Z flex is already the newest version (2.6.4-8.2build1).
2025-08-20T21:40:08.7278139Z file is already the newest version (1:5.45-3build1).
2025-08-20T21:40:08.7278560Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T21:40:08.7278959Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T21:40:08.7279373Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-20T21:40:08.7279774Z patch is already the newest version (2.7.6-7build3).
2025-08-20T21:40:08.7280124Z patch set to manually installed.
2025-08-20T21:40:08.7280488Z patchelf is already the newest version (0.18.0-1.1build1).
2025-08-20T21:40:08.7280912Z pkg-config is already the newest version (1.8.1-2build1).
2025-08-20T21:40:08.7281305Z tree is already the newest version (2.1.1-2ubuntu3).
2025-08-20T21:40:08.7281691Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T21:40:08.7282033Z Suggested packages:
2025-08-20T21:40:08.7282452Z   scons-doc
2025-08-20T21:40:08.7420757Z The following NEW packages will be installed:
2025-08-20T21:40:08.7429383Z   autopoint byacc clang qemu-user-static scons
2025-08-20T21:40:08.7601525Z 0 upgraded, 5 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:40:08.7602146Z Need to get 15.8 MB of archives.
2025-08-20T21:40:08.7602925Z After this operation, 140 MB of additional disk space will be used.
2025-08-20T21:40:08.7603490Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:40:08.8127050Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 autopoint all 0.21-14ubuntu2 [422 kB]
2025-08-20T21:40:08.8350204Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 clang amd64 1:18.0-59~exp2 [5846 B]
2025-08-20T21:40:08.8624260Z 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-20T21:40:09.0417088Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 scons all 4.5.2+dfsg-1 [577 kB]
2025-08-20T21:40:09.0652723Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 byacc amd64 1:2.0.20221106-1 [85.5 kB]
2025-08-20T21:40:09.3304094Z Fetched 15.8 MB in 0s (49.8 MB/s)
2025-08-20T21:40:09.3491895Z Selecting previously unselected package autopoint.
2025-08-20T21:40:09.3547526Z (Reading database ... 
2025-08-20T21:40:09.3548064Z (Reading database ... 5%
2025-08-20T21:40:09.3548465Z (Reading database ... 10%
2025-08-20T21:40:09.3548840Z (Reading database ... 15%
2025-08-20T21:40:09.3549231Z (Reading database ... 20%
2025-08-20T21:40:09.3549629Z (Reading database ... 25%
2025-08-20T21:40:09.3550005Z (Reading database ... 30%
2025-08-20T21:40:09.3550401Z (Reading database ... 35%
2025-08-20T21:40:09.3550794Z (Reading database ... 40%
2025-08-20T21:40:09.3551101Z (Reading database ... 45%
2025-08-20T21:40:09.3551352Z (Reading database ... 50%
2025-08-20T21:40:09.3573425Z (Reading database ... 55%
2025-08-20T21:40:09.3667230Z (Reading database ... 60%
2025-08-20T21:40:09.3688928Z (Reading database ... 65%
2025-08-20T21:40:09.3723060Z (Reading database ... 70%
2025-08-20T21:40:09.3747886Z (Reading database ... 75%
2025-08-20T21:40:09.3776638Z (Reading database ... 80%
2025-08-20T21:40:09.3920149Z (Reading database ... 85%
2025-08-20T21:40:09.4021122Z (Reading database ... 90%
2025-08-20T21:40:09.4310970Z (Reading database ... 95%
2025-08-20T21:40:09.4311287Z (Reading database ... 100%
2025-08-20T21:40:09.4311653Z (Reading database ... 222514 files and directories currently installed.)
2025-08-20T21:40:09.4356670Z Preparing to unpack .../autopoint_0.21-14ubuntu2_all.deb ...
2025-08-20T21:40:09.4365328Z Unpacking autopoint (0.21-14ubuntu2) ...
2025-08-20T21:40:09.4607045Z Selecting previously unselected package clang.
2025-08-20T21:40:09.4746990Z Preparing to unpack .../clang_1%3a18.0-59~exp2_amd64.deb ...
2025-08-20T21:40:09.4756255Z Unpacking clang (1:18.0-59~exp2) ...
2025-08-20T21:40:09.4970402Z Selecting previously unselected package qemu-user-static.
2025-08-20T21:40:09.5108643Z Preparing to unpack .../qemu-user-static_1%3a8.2.2+ds-0ubuntu1.9_amd64.deb ...
2025-08-20T21:40:09.5119697Z Unpacking qemu-user-static (1:8.2.2+ds-0ubuntu1.9) ...
2025-08-20T21:40:09.9444941Z Selecting previously unselected package scons.
2025-08-20T21:40:09.9583157Z Preparing to unpack .../scons_4.5.2+dfsg-1_all.deb ...
2025-08-20T21:40:09.9593132Z Unpacking scons (4.5.2+dfsg-1) ...
2025-08-20T21:40:10.0264996Z Selecting previously unselected package byacc.
2025-08-20T21:40:10.0406778Z Preparing to unpack .../byacc_1%3a2.0.20221106-1_amd64.deb ...
2025-08-20T21:40:10.0415108Z Unpacking byacc (1:2.0.20221106-1) ...
2025-08-20T21:40:10.0820563Z Setting up qemu-user-static (1:8.2.2+ds-0ubuntu1.9) ...
2025-08-20T21:40:10.0870397Z Setting up byacc (1:2.0.20221106-1) ...
2025-08-20T21:40:10.0962612Z Setting up clang (1:18.0-59~exp2) ...
2025-08-20T21:40:10.1182530Z Setting up scons (4.5.2+dfsg-1) ...
2025-08-20T21:40:10.5196953Z Setting up autopoint (0.21-14ubuntu2) ...
2025-08-20T21:40:10.5236664Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:40:14.6041375Z Processing triggers for systemd (255.4-1ubuntu8.10) ...
2025-08-20T21:40:16.1550975Z Reading package lists...
2025-08-20T21:40:16.3318448Z Building dependency tree...
2025-08-20T21:40:16.3326738Z Reading state information...
2025-08-20T21:40:16.4889521Z The following additional packages will be installed:
2025-08-20T21:40:16.4890259Z   libb-hooks-op-check-perl libclass-method-modifiers-perl
2025-08-20T21:40:16.4891017Z   libclass-xsaccessor-perl libdevel-callchecker-perl
2025-08-20T21:40:16.4891836Z   libdynaloader-functions-perl libfile-dirlist-perl libfile-homedir-perl
2025-08-20T21:40:16.4894276Z   libfile-listing-perl libfile-touch-perl libfile-which-perl libhtml-tree-perl
2025-08-20T21:40:16.4895070Z   libhttp-cookies-perl libhttp-negotiate-perl libimport-into-perl
2025-08-20T21:40:16.4895874Z   libio-socket-ssl-perl liblwp-protocol-https-perl libmodule-runtime-perl
2025-08-20T21:40:16.4896695Z   libmoo-perl libnet-http-perl libnet-ssleay-perl libparams-classify-perl
2025-08-20T21:40:16.4897482Z   librole-tiny-perl libsub-quote-perl libtry-tiny-perl libwww-perl
2025-08-20T21:40:16.4898282Z   libwww-robotrules-perl patchutils perl-openssl-defaults wdiff
2025-08-20T21:40:16.4902100Z Suggested packages:
2025-08-20T21:40:16.4902677Z   adequate at autopkgtest bls-standalone bsd-mailx | mailx
2025-08-20T21:40:16.4903757Z   check-all-the-things cvs-buildpackage debhelper diffoscope disorderfs
2025-08-20T21:40:16.4904506Z   dose-extra duck elpa-devscripts faketime gnuplot how-can-i-help
2025-08-20T21:40:16.4907280Z   libauthen-sasl-perl libdbd-pg-perl libfile-desktopentry-perl
2025-08-20T21:40:16.4908127Z   libterm-size-perl libyaml-syck-perl mmdebstrap mutt piuparts pristine-lfs
2025-08-20T21:40:16.4908960Z   quilt ratt reprotest svn-buildpackage w3m debian-keyring equivs
2025-08-20T21:40:16.4909778Z   libgitlab-api-v4-perl libsoap-lite-perl pristine-tar libcrypt-ssleay-perl
2025-08-20T21:40:16.4910651Z   libscalar-number-perl libxstring-perl libsub-name-perl libauthen-ntlm-perl
2025-08-20T21:40:16.4911298Z   wdiff-doc
2025-08-20T21:40:16.4911614Z Recommended packages:
2025-08-20T21:40:16.4912150Z   dctrl-tools dput | dupload libdistro-info-perl libgit-wrapper-perl
2025-08-20T21:40:16.4913128Z   liblist-compare-perl libstring-shellquote-perl licensecheck lintian
2025-08-20T21:40:16.4913943Z   python3-unidiff python3-xdg libhtml-format-perl libnamespace-clean-perl
2025-08-20T21:40:16.4914783Z   libdata-dump-perl libhtml-form-perl libhttp-daemon-perl libmailtools-perl
2025-08-20T21:40:16.5086129Z The following NEW packages will be installed:
2025-08-20T21:40:16.5086900Z   devscripts libb-hooks-op-check-perl libclass-method-modifiers-perl
2025-08-20T21:40:16.5087653Z   libclass-xsaccessor-perl libdevel-callchecker-perl
2025-08-20T21:40:16.5088518Z   libdynaloader-functions-perl libfile-dirlist-perl libfile-homedir-perl
2025-08-20T21:40:16.5089512Z   libfile-listing-perl libfile-touch-perl libfile-which-perl libhtml-tree-perl
2025-08-20T21:40:16.5090425Z   libhttp-cookies-perl libhttp-negotiate-perl libimport-into-perl
2025-08-20T21:40:16.5091593Z   libio-socket-ssl-perl liblwp-protocol-https-perl libmodule-runtime-perl
2025-08-20T21:40:16.5092696Z   libmoo-perl libnet-http-perl libnet-ssleay-perl libparams-classify-perl
2025-08-20T21:40:16.5093523Z   librole-tiny-perl libsub-quote-perl libtry-tiny-perl libwww-perl
2025-08-20T21:40:16.5094300Z   libwww-robotrules-perl patchutils perl-openssl-defaults wdiff
2025-08-20T21:40:16.5274764Z 0 upgraded, 30 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:40:16.5275370Z Need to get 2417 kB of archives.
2025-08-20T21:40:16.5275942Z After this operation, 7084 kB of additional disk space will be used.
2025-08-20T21:40:16.5276620Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:40:16.5627618Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libfile-dirlist-perl all 0.05-3 [7286 B]
2025-08-20T21:40:16.5812631Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libfile-which-perl all 1.27-2 [12.5 kB]
2025-08-20T21:40:16.5997094Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libfile-homedir-perl all 1.006-2 [37.0 kB]
2025-08-20T21:40:16.6184658Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libfile-touch-perl all 0.12-2 [7498 B]
2025-08-20T21:40:16.6363593Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libclass-method-modifiers-perl all 2.15-1 [16.1 kB]
2025-08-20T21:40:16.6541824Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libclass-xsaccessor-perl amd64 1.19-4build4 [33.1 kB]
2025-08-20T21:40:16.6723274Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libb-hooks-op-check-perl amd64 0.22-3build1 [9518 B]
2025-08-20T21:40:16.6904827Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libdynaloader-functions-perl all 0.003-3 [12.1 kB]
2025-08-20T21:40:16.7093725Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libdevel-callchecker-perl amd64 0.008-2build3 [13.2 kB]
2025-08-20T21:40:16.7335403Z Get:11 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libparams-classify-perl amd64 0.015-2build5 [20.1 kB]
2025-08-20T21:40:16.7515538Z Get:12 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libmodule-runtime-perl all 0.016-2 [16.4 kB]
2025-08-20T21:40:16.7701489Z Get:13 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libimport-into-perl all 1.002005-2 [10.7 kB]
2025-08-20T21:40:16.7883326Z Get:14 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 librole-tiny-perl all 2.002004-1 [16.3 kB]
2025-08-20T21:40:16.8064443Z Get:15 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libsub-quote-perl all 2.006008-1ubuntu1 [20.7 kB]
2025-08-20T21:40:16.8256087Z Get:16 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libmoo-perl all 2.005005-1 [47.4 kB]
2025-08-20T21:40:16.8446898Z Get:17 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libfile-listing-perl all 6.16-1 [11.3 kB]
2025-08-20T21:40:16.8627019Z Get:18 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libhtml-tree-perl all 5.07-3 [200 kB]
2025-08-20T21:40:16.9281263Z Get:19 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libhttp-cookies-perl all 6.11-1 [18.2 kB]
2025-08-20T21:40:16.9461550Z Get:20 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libhttp-negotiate-perl all 6.01-2 [12.4 kB]
2025-08-20T21:40:16.9644622Z Get:21 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 perl-openssl-defaults amd64 7build3 [6626 B]
2025-08-20T21:40:16.9827695Z Get:22 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libnet-ssleay-perl amd64 1.94-1build4 [316 kB]
2025-08-20T21:40:17.0050899Z Get:23 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libio-socket-ssl-perl all 2.085-1 [195 kB]
2025-08-20T21:40:17.0259807Z Get:24 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libnet-http-perl all 6.23-1 [22.3 kB]
2025-08-20T21:40:17.0438360Z Get:25 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 liblwp-protocol-https-perl all 6.13-1 [9006 B]
2025-08-20T21:40:17.0626512Z Get:26 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libtry-tiny-perl all 0.31-2 [20.8 kB]
2025-08-20T21:40:17.0811044Z Get:27 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libwww-robotrules-perl all 6.02-1 [12.6 kB]
2025-08-20T21:40:17.0994720Z Get:28 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libwww-perl all 6.76-1 [138 kB]
2025-08-20T21:40:17.1194527Z Get:29 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 patchutils amd64 0.4.2-1build3 [77.0 kB]
2025-08-20T21:40:17.1435485Z Get:30 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 wdiff amd64 1.2.2-6build1 [29.1 kB]
2025-08-20T21:40:17.1619124Z Get:31 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 devscripts all 2.23.7 [1069 kB]
2025-08-20T21:40:17.4578723Z Fetched 2417 kB in 1s (3603 kB/s)
2025-08-20T21:40:17.4780915Z Selecting previously unselected package libfile-dirlist-perl.
2025-08-20T21:40:17.4836760Z (Reading database ... 
2025-08-20T21:40:17.4837176Z (Reading database ... 5%
2025-08-20T21:40:17.4837704Z (Reading database ... 10%
2025-08-20T21:40:17.4838083Z (Reading database ... 15%
2025-08-20T21:40:17.4838497Z (Reading database ... 20%
2025-08-20T21:40:17.4838854Z (Reading database ... 25%
2025-08-20T21:40:17.4839212Z (Reading database ... 30%
2025-08-20T21:40:17.4839563Z (Reading database ... 35%
2025-08-20T21:40:17.4839900Z (Reading database ... 40%
2025-08-20T21:40:17.4840131Z (Reading database ... 45%
2025-08-20T21:40:17.4840361Z (Reading database ... 50%
2025-08-20T21:40:17.4861178Z (Reading database ... 55%
2025-08-20T21:40:17.4956839Z (Reading database ... 60%
2025-08-20T21:40:17.4978510Z (Reading database ... 65%
2025-08-20T21:40:17.5013954Z (Reading database ... 70%
2025-08-20T21:40:17.5039216Z (Reading database ... 75%
2025-08-20T21:40:17.5068306Z (Reading database ... 80%
2025-08-20T21:40:17.5209502Z (Reading database ... 85%
2025-08-20T21:40:17.5303228Z (Reading database ... 90%
2025-08-20T21:40:17.5571970Z (Reading database ... 95%
2025-08-20T21:40:17.5572639Z (Reading database ... 100%
2025-08-20T21:40:17.5573176Z (Reading database ... 222962 files and directories currently installed.)
2025-08-20T21:40:17.5617407Z Preparing to unpack .../00-libfile-dirlist-perl_0.05-3_all.deb ...
2025-08-20T21:40:17.5628929Z Unpacking libfile-dirlist-perl (0.05-3) ...
2025-08-20T21:40:17.5852158Z Selecting previously unselected package libfile-which-perl.
2025-08-20T21:40:17.5991491Z Preparing to unpack .../01-libfile-which-perl_1.27-2_all.deb ...
2025-08-20T21:40:17.6004377Z Unpacking libfile-which-perl (1.27-2) ...
2025-08-20T21:40:17.6218667Z Selecting previously unselected package libfile-homedir-perl.
2025-08-20T21:40:17.6357683Z Preparing to unpack .../02-libfile-homedir-perl_1.006-2_all.deb ...
2025-08-20T21:40:17.6368968Z Unpacking libfile-homedir-perl (1.006-2) ...
2025-08-20T21:40:17.6612623Z Selecting previously unselected package libfile-touch-perl.
2025-08-20T21:40:17.6750843Z Preparing to unpack .../03-libfile-touch-perl_0.12-2_all.deb ...
2025-08-20T21:40:17.6760228Z Unpacking libfile-touch-perl (0.12-2) ...
2025-08-20T21:40:17.6967098Z Selecting previously unselected package libclass-method-modifiers-perl.
2025-08-20T21:40:17.7105711Z Preparing to unpack .../04-libclass-method-modifiers-perl_2.15-1_all.deb ...
2025-08-20T21:40:17.7116251Z Unpacking libclass-method-modifiers-perl (2.15-1) ...
2025-08-20T21:40:17.7324803Z Selecting previously unselected package libclass-xsaccessor-perl.
2025-08-20T21:40:17.7463713Z Preparing to unpack .../05-libclass-xsaccessor-perl_1.19-4build4_amd64.deb ...
2025-08-20T21:40:17.7473066Z Unpacking libclass-xsaccessor-perl (1.19-4build4) ...
2025-08-20T21:40:17.7689732Z Selecting previously unselected package libb-hooks-op-check-perl:amd64.
2025-08-20T21:40:17.7831713Z Preparing to unpack .../06-libb-hooks-op-check-perl_0.22-3build1_amd64.deb ...
2025-08-20T21:40:17.7841736Z Unpacking libb-hooks-op-check-perl:amd64 (0.22-3build1) ...
2025-08-20T21:40:17.8055195Z Selecting previously unselected package libdynaloader-functions-perl.
2025-08-20T21:40:17.8198022Z Preparing to unpack .../07-libdynaloader-functions-perl_0.003-3_all.deb ...
2025-08-20T21:40:17.8208412Z Unpacking libdynaloader-functions-perl (0.003-3) ...
2025-08-20T21:40:17.8451853Z Selecting previously unselected package libdevel-callchecker-perl:amd64.
2025-08-20T21:40:17.8592038Z Preparing to unpack .../08-libdevel-callchecker-perl_0.008-2build3_amd64.deb ...
2025-08-20T21:40:17.8602105Z Unpacking libdevel-callchecker-perl:amd64 (0.008-2build3) ...
2025-08-20T21:40:17.8815686Z Selecting previously unselected package libparams-classify-perl:amd64.
2025-08-20T21:40:17.8956020Z Preparing to unpack .../09-libparams-classify-perl_0.015-2build5_amd64.deb ...
2025-08-20T21:40:17.8966072Z Unpacking libparams-classify-perl:amd64 (0.015-2build5) ...
2025-08-20T21:40:17.9198254Z Selecting previously unselected package libmodule-runtime-perl.
2025-08-20T21:40:17.9337866Z Preparing to unpack .../10-libmodule-runtime-perl_0.016-2_all.deb ...
2025-08-20T21:40:17.9345994Z Unpacking libmodule-runtime-perl (0.016-2) ...
2025-08-20T21:40:17.9552543Z Selecting previously unselected package libimport-into-perl.
2025-08-20T21:40:17.9695008Z Preparing to unpack .../11-libimport-into-perl_1.002005-2_all.deb ...
2025-08-20T21:40:17.9707776Z Unpacking libimport-into-perl (1.002005-2) ...
2025-08-20T21:40:17.9936371Z Selecting previously unselected package librole-tiny-perl.
2025-08-20T21:40:18.0078834Z Preparing to unpack .../12-librole-tiny-perl_2.002004-1_all.deb ...
2025-08-20T21:40:18.0088689Z Unpacking librole-tiny-perl (2.002004-1) ...
2025-08-20T21:40:18.0316874Z Selecting previously unselected package libsub-quote-perl.
2025-08-20T21:40:18.0456496Z Preparing to unpack .../13-libsub-quote-perl_2.006008-1ubuntu1_all.deb ...
2025-08-20T21:40:18.0465972Z Unpacking libsub-quote-perl (2.006008-1ubuntu1) ...
2025-08-20T21:40:18.0677882Z Selecting previously unselected package libmoo-perl.
2025-08-20T21:40:18.0818761Z Preparing to unpack .../14-libmoo-perl_2.005005-1_all.deb ...
2025-08-20T21:40:18.0828085Z Unpacking libmoo-perl (2.005005-1) ...
2025-08-20T21:40:18.1076420Z Selecting previously unselected package libfile-listing-perl.
2025-08-20T21:40:18.1217030Z Preparing to unpack .../15-libfile-listing-perl_6.16-1_all.deb ...
2025-08-20T21:40:18.1226969Z Unpacking libfile-listing-perl (6.16-1) ...
2025-08-20T21:40:18.1428105Z Selecting previously unselected package libhtml-tree-perl.
2025-08-20T21:40:18.1586545Z Preparing to unpack .../16-libhtml-tree-perl_5.07-3_all.deb ...
2025-08-20T21:40:18.1596575Z Unpacking libhtml-tree-perl (5.07-3) ...
2025-08-20T21:40:18.2040556Z Selecting previously unselected package libhttp-cookies-perl.
2025-08-20T21:40:18.2179579Z Preparing to unpack .../17-libhttp-cookies-perl_6.11-1_all.deb ...
2025-08-20T21:40:18.2188426Z Unpacking libhttp-cookies-perl (6.11-1) ...
2025-08-20T21:40:18.2397543Z Selecting previously unselected package libhttp-negotiate-perl.
2025-08-20T21:40:18.2535693Z Preparing to unpack .../18-libhttp-negotiate-perl_6.01-2_all.deb ...
2025-08-20T21:40:18.2542821Z Unpacking libhttp-negotiate-perl (6.01-2) ...
2025-08-20T21:40:18.2746495Z Selecting previously unselected package perl-openssl-defaults:amd64.
2025-08-20T21:40:18.2884452Z Preparing to unpack .../19-perl-openssl-defaults_7build3_amd64.deb ...
2025-08-20T21:40:18.2897643Z Unpacking perl-openssl-defaults:amd64 (7build3) ...
2025-08-20T21:40:18.3119066Z Selecting previously unselected package libnet-ssleay-perl:amd64.
2025-08-20T21:40:18.3257965Z Preparing to unpack .../20-libnet-ssleay-perl_1.94-1build4_amd64.deb ...
2025-08-20T21:40:18.3265481Z Unpacking libnet-ssleay-perl:amd64 (1.94-1build4) ...
2025-08-20T21:40:18.3669215Z Selecting previously unselected package libio-socket-ssl-perl.
2025-08-20T21:40:18.3809101Z Preparing to unpack .../21-libio-socket-ssl-perl_2.085-1_all.deb ...
2025-08-20T21:40:18.3817902Z Unpacking libio-socket-ssl-perl (2.085-1) ...
2025-08-20T21:40:18.4092442Z Selecting previously unselected package libnet-http-perl.
2025-08-20T21:40:18.4233044Z Preparing to unpack .../22-libnet-http-perl_6.23-1_all.deb ...
2025-08-20T21:40:18.4240958Z Unpacking libnet-http-perl (6.23-1) ...
2025-08-20T21:40:18.4457386Z Selecting previously unselected package liblwp-protocol-https-perl.
2025-08-20T21:40:18.4597427Z Preparing to unpack .../23-liblwp-protocol-https-perl_6.13-1_all.deb ...
2025-08-20T21:40:18.4607003Z Unpacking liblwp-protocol-https-perl (6.13-1) ...
2025-08-20T21:40:18.4820574Z Selecting previously unselected package libtry-tiny-perl.
2025-08-20T21:40:18.4960077Z Preparing to unpack .../24-libtry-tiny-perl_0.31-2_all.deb ...
2025-08-20T21:40:18.4969286Z Unpacking libtry-tiny-perl (0.31-2) ...
2025-08-20T21:40:18.5196582Z Selecting previously unselected package libwww-robotrules-perl.
2025-08-20T21:40:18.5334742Z Preparing to unpack .../25-libwww-robotrules-perl_6.02-1_all.deb ...
2025-08-20T21:40:18.5344155Z Unpacking libwww-robotrules-perl (6.02-1) ...
2025-08-20T21:40:18.5568194Z Selecting previously unselected package libwww-perl.
2025-08-20T21:40:18.5707720Z Preparing to unpack .../26-libwww-perl_6.76-1_all.deb ...
2025-08-20T21:40:18.5719191Z Unpacking libwww-perl (6.76-1) ...
2025-08-20T21:40:18.6016408Z Selecting previously unselected package patchutils.
2025-08-20T21:40:18.6154816Z Preparing to unpack .../27-patchutils_0.4.2-1build3_amd64.deb ...
2025-08-20T21:40:18.6162507Z Unpacking patchutils (0.4.2-1build3) ...
2025-08-20T21:40:18.6588724Z Selecting previously unselected package wdiff.
2025-08-20T21:40:18.6729847Z Preparing to unpack .../28-wdiff_1.2.2-6build1_amd64.deb ...
2025-08-20T21:40:18.6765703Z Unpacking wdiff (1.2.2-6build1) ...
2025-08-20T21:40:18.7014329Z Selecting previously unselected package devscripts.
2025-08-20T21:40:18.7153161Z Preparing to unpack .../29-devscripts_2.23.7_all.deb ...
2025-08-20T21:40:18.7346866Z Unpacking devscripts (2.23.7) ...
2025-08-20T21:40:18.8536384Z Setting up wdiff (1.2.2-6build1) ...
2025-08-20T21:40:18.8561876Z Setting up libhttp-negotiate-perl (6.01-2) ...
2025-08-20T21:40:18.8604267Z Setting up libfile-which-perl (1.27-2) ...
2025-08-20T21:40:18.8633094Z Setting up libfile-listing-perl (6.16-1) ...
2025-08-20T21:40:18.8656712Z Setting up libdynaloader-functions-perl (0.003-3) ...
2025-08-20T21:40:18.8682958Z Setting up libclass-method-modifiers-perl (2.15-1) ...
2025-08-20T21:40:18.8709627Z Setting up libhttp-cookies-perl (6.11-1) ...
2025-08-20T21:40:18.8745732Z Setting up libhtml-tree-perl (5.07-3) ...
2025-08-20T21:40:18.8771583Z Setting up libtry-tiny-perl (0.31-2) ...
2025-08-20T21:40:18.8794447Z Setting up perl-openssl-defaults:amd64 (7build3) ...
2025-08-20T21:40:18.8829332Z Setting up libnet-http-perl (6.23-1) ...
2025-08-20T21:40:18.8851029Z Setting up patchutils (0.4.2-1build3) ...
2025-08-20T21:40:18.8877952Z Setting up libb-hooks-op-check-perl:amd64 (0.22-3build1) ...
2025-08-20T21:40:18.8901319Z Setting up libwww-robotrules-perl (6.02-1) ...
2025-08-20T21:40:18.8927946Z Setting up librole-tiny-perl (2.002004-1) ...
2025-08-20T21:40:18.8953928Z Setting up libsub-quote-perl (2.006008-1ubuntu1) ...
2025-08-20T21:40:18.9001438Z Setting up libclass-xsaccessor-perl (1.19-4build4) ...
2025-08-20T21:40:18.9029257Z Setting up libfile-dirlist-perl (0.05-3) ...
2025-08-20T21:40:18.9055266Z Setting up libfile-homedir-perl (1.006-2) ...
2025-08-20T21:40:18.9084107Z Setting up libfile-touch-perl (0.12-2) ...
2025-08-20T21:40:18.9116163Z Setting up libnet-ssleay-perl:amd64 (1.94-1build4) ...
2025-08-20T21:40:18.9147194Z Setting up libdevel-callchecker-perl:amd64 (0.008-2build3) ...
2025-08-20T21:40:18.9178604Z Setting up libio-socket-ssl-perl (2.085-1) ...
2025-08-20T21:40:18.9208663Z Setting up libparams-classify-perl:amd64 (0.015-2build5) ...
2025-08-20T21:40:18.9239870Z Setting up libmodule-runtime-perl (0.016-2) ...
2025-08-20T21:40:18.9268260Z Setting up libimport-into-perl (1.002005-2) ...
2025-08-20T21:40:18.9302005Z Setting up libmoo-perl (2.005005-1) ...
2025-08-20T21:40:18.9337607Z Setting up libwww-perl (6.76-1) ...
2025-08-20T21:40:18.9377697Z Setting up devscripts (2.23.7) ...
2025-08-20T21:40:19.0594138Z Setting up liblwp-protocol-https-perl (6.13-1) ...
2025-08-20T21:40:19.0643305Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:40:24.4463032Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T21:40:26.0652807Z Reading package lists...
2025-08-20T21:40:26.2767174Z Building dependency tree...
2025-08-20T21:40:26.2775315Z Reading state information...
2025-08-20T21:40:26.4951616Z The following additional packages will be installed:
2025-08-20T21:40:26.4959188Z   cmake-data libjsoncpp25 librhash0
2025-08-20T21:40:26.4965206Z Suggested packages:
2025-08-20T21:40:26.4965648Z   cmake-doc cmake-format elpa-cmake-mode ninja-build
2025-08-20T21:40:26.5115351Z The following NEW packages will be installed:
2025-08-20T21:40:26.5122589Z   cmake cmake-data libjsoncpp25 librhash0
2025-08-20T21:40:26.5309943Z 0 upgraded, 4 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:40:26.5310478Z Need to get 13.6 MB of archives.
2025-08-20T21:40:26.5310824Z After this operation, 49.1 MB of additional disk space will be used.
2025-08-20T21:40:26.5311223Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:40:26.5663559Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libjsoncpp25 amd64 1.9.5-6build1 [82.8 kB]
2025-08-20T21:40:26.5864673Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 librhash0 amd64 1.4.3-3build1 [129 kB]
2025-08-20T21:40:26.6059429Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 cmake-data all 3.28.3-1build7 [2155 kB]
2025-08-20T21:40:26.6620428Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 cmake amd64 3.28.3-1build7 [11.2 MB]
2025-08-20T21:40:27.0604566Z Fetched 13.6 MB in 0s (52.6 MB/s)
2025-08-20T21:40:27.0855099Z Selecting previously unselected package libjsoncpp25:amd64.
2025-08-20T21:40:27.0912436Z (Reading database ... 
2025-08-20T21:40:27.0912891Z (Reading database ... 5%
2025-08-20T21:40:27.0913280Z (Reading database ... 10%
2025-08-20T21:40:27.0913695Z (Reading database ... 15%
2025-08-20T21:40:27.0914045Z (Reading database ... 20%
2025-08-20T21:40:27.0914414Z (Reading database ... 25%
2025-08-20T21:40:27.0914826Z (Reading database ... 30%
2025-08-20T21:40:27.0915210Z (Reading database ... 35%
2025-08-20T21:40:27.0915601Z (Reading database ... 40%
2025-08-20T21:40:27.0916004Z (Reading database ... 45%
2025-08-20T21:40:27.0916645Z (Reading database ... 50%
2025-08-20T21:40:27.0938129Z (Reading database ... 55%
2025-08-20T21:40:27.1043267Z (Reading database ... 60%
2025-08-20T21:40:27.1065968Z (Reading database ... 65%
2025-08-20T21:40:27.1104586Z (Reading database ... 70%
2025-08-20T21:40:27.1130009Z (Reading database ... 75%
2025-08-20T21:40:27.1160663Z (Reading database ... 80%
2025-08-20T21:40:27.1314150Z (Reading database ... 85%
2025-08-20T21:40:27.1406647Z (Reading database ... 90%
2025-08-20T21:40:27.1703507Z (Reading database ... 95%
2025-08-20T21:40:27.1703940Z (Reading database ... 100%
2025-08-20T21:40:27.1704436Z (Reading database ... 223897 files and directories currently installed.)
2025-08-20T21:40:27.1750223Z Preparing to unpack .../libjsoncpp25_1.9.5-6build1_amd64.deb ...
2025-08-20T21:40:27.1771385Z Unpacking libjsoncpp25:amd64 (1.9.5-6build1) ...
2025-08-20T21:40:27.2026371Z Selecting previously unselected package librhash0:amd64.
2025-08-20T21:40:27.2169101Z Preparing to unpack .../librhash0_1.4.3-3build1_amd64.deb ...
2025-08-20T21:40:27.2180403Z Unpacking librhash0:amd64 (1.4.3-3build1) ...
2025-08-20T21:40:27.2445755Z Selecting previously unselected package cmake-data.
2025-08-20T21:40:27.2588586Z Preparing to unpack .../cmake-data_3.28.3-1build7_all.deb ...
2025-08-20T21:40:27.2657700Z Unpacking cmake-data (3.28.3-1build7) ...
2025-08-20T21:40:27.8199742Z Selecting previously unselected package cmake.
2025-08-20T21:40:27.8352697Z Preparing to unpack .../cmake_3.28.3-1build7_amd64.deb ...
2025-08-20T21:40:27.8366229Z Unpacking cmake (3.28.3-1build7) ...
2025-08-20T21:40:28.0359266Z Setting up libjsoncpp25:amd64 (1.9.5-6build1) ...
2025-08-20T21:40:28.0395516Z Setting up librhash0:amd64 (1.4.3-3build1) ...
2025-08-20T21:40:28.0434634Z Setting up cmake-data (3.28.3-1build7) ...
2025-08-20T21:40:28.0507349Z Setting up cmake (3.28.3-1build7) ...
2025-08-20T21:40:28.0538201Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:40:32.3266858Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T21:40:32.8986388Z 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-20T21:40:32.8987728Z Running kernel seems to be up-to-date.
2025-08-20T21:40:32.8987964Z 
2025-08-20T21:40:32.8988070Z Restarting services...
2025-08-20T21:40:32.9052427Z 
2025-08-20T21:40:32.9052976Z Service restarts being deferred:
2025-08-20T21:40:32.9053508Z  systemctl restart hosted-compute-agent.service
2025-08-20T21:40:32.9053870Z 
2025-08-20T21:40:32.9054073Z No containers need to be restarted.
2025-08-20T21:40:32.9054353Z 
2025-08-20T21:40:32.9054550Z No user sessions are running outdated binaries.
2025-08-20T21:40:32.9054868Z 
2025-08-20T21:40:32.9055191Z No VM guests are running outdated hypervisor (qemu) binaries on this host.
2025-08-20T21:40:33.8611331Z Reading package lists...
2025-08-20T21:40:34.0435174Z Building dependency tree...
2025-08-20T21:40:34.0442719Z Reading state information...
2025-08-20T21:40:34.2231647Z aria2 is already the newest version (1.37.0+debian-1build3).
2025-08-20T21:40:34.2232568Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T21:40:34.2233082Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-20T21:40:34.2233456Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T21:40:34.2233826Z b3sum is already the newest version (1.2.0-1).
2025-08-20T21:40:34.2234236Z build-essential is already the newest version (12.10ubuntu1).
2025-08-20T21:40:34.2234656Z ca-certificates is already the newest version (20240203).
2025-08-20T21:40:34.2235021Z ccache is already the newest version (4.9.1-1).
2025-08-20T21:40:34.2235406Z diffutils is already the newest version (1:3.10-1build1).
2025-08-20T21:40:34.2235770Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T21:40:34.2236121Z gawk is already the newest version (1:5.2.1-2build3).
2025-08-20T21:40:34.2236913Z git-lfs is already the newest version (3.7.0).
2025-08-20T21:40:34.2237497Z imagemagick is already the newest version (8:6.9.12.98+dfsg1-5.2build2).
2025-08-20T21:40:34.2238196Z lzip is already the newest version (1.24.1-1build1).
2025-08-20T21:40:34.2238990Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T21:40:34.2239717Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T21:40:34.2240491Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-20T21:40:34.2241282Z make is already the newest version (4.3-4.1build2).
2025-08-20T21:40:34.2241945Z musl is already the newest version (1.2.4-2).
2025-08-20T21:40:34.2242860Z musl-dev is already the newest version (1.2.4-2).
2025-08-20T21:40:34.2243557Z musl-tools is already the newest version (1.2.4-2).
2025-08-20T21:40:34.2258183Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-20T21:40:34.2258687Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-20T21:40:34.2259069Z texinfo is already the newest version (7.1-3build2).
2025-08-20T21:40:34.2259431Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T21:40:34.2259809Z 0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:40:34.2478911Z Reading package lists...
2025-08-20T21:40:34.4111666Z Building dependency tree...
2025-08-20T21:40:34.4119762Z Reading state information...
2025-08-20T21:40:34.5818856Z autoconf is already the newest version (2.71-3).
2025-08-20T21:40:34.5819310Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T21:40:34.5819767Z autopoint is already the newest version (0.21-14ubuntu2).
2025-08-20T21:40:34.5820218Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T21:40:34.5820654Z bison is already the newest version (2:3.8.2+dfsg-1build2).
2025-08-20T21:40:34.5821370Z build-essential is already the newest version (12.10ubuntu1).
2025-08-20T21:40:34.5821827Z byacc is already the newest version (1:2.0.20221106-1).
2025-08-20T21:40:34.5822478Z ca-certificates is already the newest version (20240203).
2025-08-20T21:40:34.5822907Z clang is already the newest version (1:18.0-59~exp2).
2025-08-20T21:40:34.5823294Z flex is already the newest version (2.6.4-8.2build1).
2025-08-20T21:40:34.5823670Z file is already the newest version (1:5.45-3build1).
2025-08-20T21:40:34.5824062Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T21:40:34.5824463Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T21:40:34.5824918Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-20T21:40:34.5825466Z patch is already the newest version (2.7.6-7build3).
2025-08-20T21:40:34.5826035Z patchelf is already the newest version (0.18.0-1.1build1).
2025-08-20T21:40:34.5826652Z pkg-config is already the newest version (1.8.1-2build1).
2025-08-20T21:40:34.5827394Z qemu-user-static is already the newest version (1:8.2.2+ds-0ubuntu1.9).
2025-08-20T21:40:34.5828046Z scons is already the newest version (4.5.2+dfsg-1).
2025-08-20T21:40:34.5828609Z tree is already the newest version (2.1.1-2ubuntu3).
2025-08-20T21:40:34.5829226Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T21:40:34.5829891Z 0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:40:34.6065093Z Reading package lists...
2025-08-20T21:40:34.8053036Z Building dependency tree...
2025-08-20T21:40:34.8060489Z Reading state information...
2025-08-20T21:40:34.9846315Z devscripts is already the newest version (2.23.7).
2025-08-20T21:40:34.9846783Z 0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:40:35.0080348Z Reading package lists...
2025-08-20T21:40:35.1929072Z Building dependency tree...
2025-08-20T21:40:35.1937156Z Reading state information...
2025-08-20T21:40:35.3894737Z cmake is already the newest version (3.28.3-1build7).
2025-08-20T21:40:35.3895421Z 0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:40:35.4132874Z Reading package lists...
2025-08-20T21:40:35.5864230Z Building dependency tree...
2025-08-20T21:40:35.5872686Z Reading state information...
2025-08-20T21:40:35.7500142Z Suggested packages:
2025-08-20T21:40:35.7500518Z   binutils-doc
2025-08-20T21:40:35.7771599Z The following NEW packages will be installed:
2025-08-20T21:40:35.7777979Z   binutils-aarch64-linux-gnu
2025-08-20T21:40:35.7954988Z 0 upgraded, 1 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:40:35.8185710Z Need to get 3711 kB of archives.
2025-08-20T21:40:35.8186373Z After this operation, 21.0 MB of additional disk space will be used.
2025-08-20T21:40:35.8187056Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:40:35.8686068Z 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-20T21:40:36.1769944Z Fetched 3711 kB in 0s (32.3 MB/s)
2025-08-20T21:40:36.1965657Z Selecting previously unselected package binutils-aarch64-linux-gnu.
2025-08-20T21:40:36.2021311Z (Reading database ... 
2025-08-20T21:40:36.2021796Z (Reading database ... 5%
2025-08-20T21:40:36.2022181Z (Reading database ... 10%
2025-08-20T21:40:36.2022713Z (Reading database ... 15%
2025-08-20T21:40:36.2023076Z (Reading database ... 20%
2025-08-20T21:40:36.2023449Z (Reading database ... 25%
2025-08-20T21:40:36.2023811Z (Reading database ... 30%
2025-08-20T21:40:36.2024172Z (Reading database ... 35%
2025-08-20T21:40:36.2024538Z (Reading database ... 40%
2025-08-20T21:40:36.2024943Z (Reading database ... 45%
2025-08-20T21:40:36.2025306Z (Reading database ... 50%
2025-08-20T21:40:36.2045896Z (Reading database ... 55%
2025-08-20T21:40:36.2140738Z (Reading database ... 60%
2025-08-20T21:40:36.2163093Z (Reading database ... 65%
2025-08-20T21:40:36.2200221Z (Reading database ... 70%
2025-08-20T21:40:36.2225643Z (Reading database ... 75%
2025-08-20T21:40:36.2258577Z (Reading database ... 80%
2025-08-20T21:40:36.2411719Z (Reading database ... 85%
2025-08-20T21:40:36.2513785Z (Reading database ... 90%
2025-08-20T21:40:36.2791575Z (Reading database ... 95%
2025-08-20T21:40:36.2792154Z (Reading database ... 100%
2025-08-20T21:40:36.2792892Z (Reading database ... 227306 files and directories currently installed.)
2025-08-20T21:40:36.2835941Z Preparing to unpack .../binutils-aarch64-linux-gnu_2.42-4ubuntu2.5_amd64.deb ...
2025-08-20T21:40:36.2856060Z Unpacking binutils-aarch64-linux-gnu (2.42-4ubuntu2.5) ...
2025-08-20T21:40:36.4442159Z Setting up binutils-aarch64-linux-gnu (2.42-4ubuntu2.5) ...
2025-08-20T21:40:36.4469062Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T21:40:36.4623142Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:40:42.0173412Z Reading package lists...
2025-08-20T21:40:42.1861023Z Building dependency tree...
2025-08-20T21:40:42.1869129Z Reading state information...
2025-08-20T21:40:42.3416077Z qemu-user-static is already the newest version (1:8.2.2+ds-0ubuntu1.9).
2025-08-20T21:40:42.3416818Z The following additional packages will be installed:
2025-08-20T21:40:42.3417479Z   binutils-arm-linux-gnueabi binutils-arm-linux-gnueabihf
2025-08-20T21:40:42.3418230Z   cpp-13-aarch64-linux-gnu cpp-13-arm-linux-gnueabi cpp-13-arm-linux-gnueabihf
2025-08-20T21:40:42.3419062Z   cpp-aarch64-linux-gnu cpp-arm-linux-gnueabi cpp-arm-linux-gnueabihf
2025-08-20T21:40:42.3419877Z   g++-13-aarch64-linux-gnu g++-13-arm-linux-gnueabi g++-13-arm-linux-gnueabihf
2025-08-20T21:40:42.3420588Z   gcc-13-aarch64-linux-gnu gcc-13-aarch64-linux-gnu-base
2025-08-20T21:40:42.3421176Z   gcc-13-arm-linux-gnueabi gcc-13-arm-linux-gnueabi-base
2025-08-20T21:40:42.3422034Z   gcc-13-arm-linux-gnueabihf gcc-13-arm-linux-gnueabihf-base gcc-13-cross-base
2025-08-20T21:40:42.3423057Z   gcc-13-cross-base-ports gcc-14-cross-base gcc-14-cross-base-ports
2025-08-20T21:40:42.3423799Z   gcc-aarch64-linux-gnu gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf
2025-08-20T21:40:42.3424518Z   libasan8-arm64-cross libasan8-armel-cross libasan8-armhf-cross
2025-08-20T21:40:42.3425227Z   libatomic1-arm64-cross libatomic1-armel-cross libatomic1-armhf-cross
2025-08-20T21:40:42.3426448Z   libc6-arm64-cross libc6-armel-cross libc6-armhf-cross libc6-dev-arm64-cross
2025-08-20T21:40:42.3427270Z   libc6-dev-armel-cross libc6-dev-armhf-cross libgcc-13-dev-arm64-cross
2025-08-20T21:40:42.3428151Z   libgcc-13-dev-armel-cross libgcc-13-dev-armhf-cross libgcc-s1-arm64-cross
2025-08-20T21:40:42.3428958Z   libgcc-s1-armel-cross libgcc-s1-armhf-cross libgomp1-arm64-cross
2025-08-20T21:40:42.3429753Z   libgomp1-armel-cross libgomp1-armhf-cross libhwasan0-arm64-cross
2025-08-20T21:40:42.3430494Z   libitm1-arm64-cross liblsan0-arm64-cross libstdc++-13-dev-arm64-cross
2025-08-20T21:40:42.3431255Z   libstdc++-13-dev-armel-cross libstdc++-13-dev-armhf-cross
2025-08-20T21:40:42.3431910Z   libstdc++6-arm64-cross libstdc++6-armel-cross libstdc++6-armhf-cross
2025-08-20T21:40:42.3432750Z   libtsan2-arm64-cross libubsan1-arm64-cross libubsan1-armel-cross
2025-08-20T21:40:42.3433500Z   libubsan1-armhf-cross linux-libc-dev-arm64-cross linux-libc-dev-armel-cross
2025-08-20T21:40:42.3434181Z   linux-libc-dev-armhf-cross
2025-08-20T21:40:42.3434572Z Suggested packages:
2025-08-20T21:40:42.3435094Z   binutils-doc gcc-13-locales cpp-13-doc cpp-doc gcc-13-doc manpages-dev
2025-08-20T21:40:42.3435908Z   gdb-aarch64-linux-gnu gcc-doc gdb-arm-linux-gnueabi gdb-arm-linux-gnueabihf
2025-08-20T21:40:42.3965790Z The following NEW packages will be installed:
2025-08-20T21:40:42.3966575Z   binutils-arm-linux-gnueabi binutils-arm-linux-gnueabihf
2025-08-20T21:40:42.3967519Z   cpp-13-aarch64-linux-gnu cpp-13-arm-linux-gnueabi cpp-13-arm-linux-gnueabihf
2025-08-20T21:40:42.3968565Z   cpp-aarch64-linux-gnu cpp-arm-linux-gnueabi cpp-arm-linux-gnueabihf
2025-08-20T21:40:42.3969504Z   g++-13-aarch64-linux-gnu g++-13-arm-linux-gnueabi g++-13-arm-linux-gnueabihf
2025-08-20T21:40:42.3970466Z   g++-aarch64-linux-gnu g++-arm-linux-gnueabi g++-arm-linux-gnueabihf
2025-08-20T21:40:42.3970968Z   gcc-13-aarch64-linux-gnu gcc-13-aarch64-linux-gnu-base
2025-08-20T21:40:42.3971454Z   gcc-13-arm-linux-gnueabi gcc-13-arm-linux-gnueabi-base
2025-08-20T21:40:42.3972566Z   gcc-13-arm-linux-gnueabihf gcc-13-arm-linux-gnueabihf-base gcc-13-cross-base
2025-08-20T21:40:42.3973549Z   gcc-13-cross-base-ports gcc-14-cross-base gcc-14-cross-base-ports
2025-08-20T21:40:42.3974155Z   gcc-aarch64-linux-gnu gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf
2025-08-20T21:40:42.3974680Z   libasan8-arm64-cross libasan8-armel-cross libasan8-armhf-cross
2025-08-20T21:40:42.3975217Z   libatomic1-arm64-cross libatomic1-armel-cross libatomic1-armhf-cross
2025-08-20T21:40:42.3975951Z   libc6-arm64-cross libc6-armel-cross libc6-armhf-cross libc6-dev-arm64-cross
2025-08-20T21:40:42.3976443Z   libc6-dev-armel-cross libc6-dev-armhf-cross libgcc-13-dev-arm64-cross
2025-08-20T21:40:42.3976927Z   libgcc-13-dev-armel-cross libgcc-13-dev-armhf-cross libgcc-s1-arm64-cross
2025-08-20T21:40:42.3977410Z   libgcc-s1-armel-cross libgcc-s1-armhf-cross libgomp1-arm64-cross
2025-08-20T21:40:42.3977862Z   libgomp1-armel-cross libgomp1-armhf-cross libhwasan0-arm64-cross
2025-08-20T21:40:42.3978320Z   libitm1-arm64-cross liblsan0-arm64-cross libstdc++-13-dev-arm64-cross
2025-08-20T21:40:42.3978752Z   libstdc++-13-dev-armel-cross libstdc++-13-dev-armhf-cross
2025-08-20T21:40:42.3979179Z   libstdc++6-arm64-cross libstdc++6-armel-cross libstdc++6-armhf-cross
2025-08-20T21:40:42.3979630Z   libtsan2-arm64-cross libubsan1-arm64-cross libubsan1-armel-cross
2025-08-20T21:40:42.3980113Z   libubsan1-armhf-cross linux-libc-dev-arm64-cross linux-libc-dev-armel-cross
2025-08-20T21:40:42.3980520Z   linux-libc-dev-armhf-cross
2025-08-20T21:40:42.4166750Z 0 upgraded, 64 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:40:42.4167343Z Need to get 171 MB of archives.
2025-08-20T21:40:42.4167896Z After this operation, 599 MB of additional disk space will be used.
2025-08-20T21:40:42.4168582Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:40:42.4601696Z 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-20T21:40:42.4862193Z 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-20T21:40:42.6541852Z 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-20T21:40:42.6723463Z 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-20T21:40:42.7966785Z 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-20T21:40:42.8148257Z 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-20T21:40:42.9693000Z 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-20T21:40:42.9875534Z 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-20T21:40:43.0056271Z 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-20T21:40:43.0238952Z 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-20T21:40:43.0531550Z 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-20T21:40:43.0857535Z Get:13 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libc6-arm64-cross all 2.39-0ubuntu8cross1 [1197 kB]
2025-08-20T21:40:43.3450155Z 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-20T21:40:43.3642684Z 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-20T21:40:43.3835407Z 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-20T21:40:43.4020817Z 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-20T21:40:43.4648469Z 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-20T21:40:43.5205553Z 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-20T21:40:43.5557254Z 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-20T21:40:43.5990577Z 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-20T21:40:43.6504794Z 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-20T21:40:43.6854452Z 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-20T21:40:43.7252667Z 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-20T21:40:43.8357242Z 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-20T21:40:44.1740054Z 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-20T21:40:44.2281461Z Get:27 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libc6-dev-arm64-cross all 2.39-0ubuntu8cross1 [1629 kB]
2025-08-20T21:40:44.2831590Z 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-20T21:40:44.3580948Z 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-20T21:40:44.5164540Z 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-20T21:40:44.6203343Z 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-20T21:40:44.6389987Z 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-20T21:40:44.6576232Z Get:33 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libc6-armel-cross all 2.39-0ubuntu8cross1 [1046 kB]
2025-08-20T21:40:44.7007509Z 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-20T21:40:44.7690304Z 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-20T21:40:44.7884363Z 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-20T21:40:44.8069064Z 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-20T21:40:44.8833224Z 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-20T21:40:44.9414011Z 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-20T21:40:44.9882770Z 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-20T21:40:45.0232857Z 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-20T21:40:45.2171404Z 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-20T21:40:45.2723942Z Get:43 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libc6-dev-armel-cross all 2.39-0ubuntu8cross1 [1459 kB]
2025-08-20T21:40:45.3239138Z 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-20T21:40:45.3871851Z 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-20T21:40:45.5168875Z 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-20T21:40:45.5882992Z Get:47 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libc6-armhf-cross all 2.39-0ubuntu8cross1 [1320 kB]
2025-08-20T21:40:45.6576353Z 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-20T21:40:45.6766541Z 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-20T21:40:45.6969925Z 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-20T21:40:45.7160702Z 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-20T21:40:45.8283866Z 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-20T21:40:45.8648433Z 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-20T21:40:45.9040425Z 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-20T21:40:45.9790905Z 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-20T21:40:46.1873770Z 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-20T21:40:46.2325976Z Get:57 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libc6-dev-armhf-cross all 2.39-0ubuntu8cross1 [1387 kB]
2025-08-20T21:40:46.2761353Z 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-20T21:40:46.3369683Z 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-20T21:40:46.4851916Z 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-20T21:40:46.5032124Z 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-20T21:40:46.5212590Z 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-20T21:40:46.5494102Z 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-20T21:40:46.5684659Z 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-20T21:40:46.5869174Z 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-20T21:40:46.9213964Z Fetched 171 MB in 4s (40.8 MB/s)
2025-08-20T21:40:46.9382009Z Selecting previously unselected package gcc-13-aarch64-linux-gnu-base:amd64.
2025-08-20T21:40:46.9439801Z (Reading database ... 
2025-08-20T21:40:46.9440262Z (Reading database ... 5%
2025-08-20T21:40:46.9440696Z (Reading database ... 10%
2025-08-20T21:40:46.9441090Z (Reading database ... 15%
2025-08-20T21:40:46.9441485Z (Reading database ... 20%
2025-08-20T21:40:46.9441750Z (Reading database ... 25%
2025-08-20T21:40:46.9441996Z (Reading database ... 30%
2025-08-20T21:40:46.9442415Z (Reading database ... 35%
2025-08-20T21:40:46.9442674Z (Reading database ... 40%
2025-08-20T21:40:46.9442918Z (Reading database ... 45%
2025-08-20T21:40:46.9443166Z (Reading database ... 50%
2025-08-20T21:40:46.9469217Z (Reading database ... 55%
2025-08-20T21:40:46.9569610Z (Reading database ... 60%
2025-08-20T21:40:46.9592604Z (Reading database ... 65%
2025-08-20T21:40:46.9630897Z (Reading database ... 70%
2025-08-20T21:40:46.9656194Z (Reading database ... 75%
2025-08-20T21:40:46.9688213Z (Reading database ... 80%
2025-08-20T21:40:46.9849473Z (Reading database ... 85%
2025-08-20T21:40:46.9957210Z (Reading database ... 90%
2025-08-20T21:40:47.0245424Z (Reading database ... 95%
2025-08-20T21:40:47.0245779Z (Reading database ... 100%
2025-08-20T21:40:47.0246205Z (Reading database ... 227650 files and directories currently installed.)
2025-08-20T21:40:47.0292708Z Preparing to unpack .../00-gcc-13-aarch64-linux-gnu-base_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T21:40:47.0300956Z Unpacking gcc-13-aarch64-linux-gnu-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:40:47.0525319Z Selecting previously unselected package cpp-13-aarch64-linux-gnu.
2025-08-20T21:40:47.0671725Z Preparing to unpack .../01-cpp-13-aarch64-linux-gnu_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T21:40:47.0704413Z Unpacking cpp-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:40:47.2293393Z Selecting previously unselected package gcc-13-arm-linux-gnueabi-base:amd64.
2025-08-20T21:40:47.2435179Z Preparing to unpack .../02-gcc-13-arm-linux-gnueabi-base_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T21:40:47.2447857Z Unpacking gcc-13-arm-linux-gnueabi-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:40:47.2674536Z Selecting previously unselected package cpp-13-arm-linux-gnueabi.
2025-08-20T21:40:47.2826051Z Preparing to unpack .../03-cpp-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T21:40:47.2859600Z Unpacking cpp-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:40:47.4218005Z Selecting previously unselected package gcc-13-arm-linux-gnueabihf-base:amd64.
2025-08-20T21:40:47.4357684Z Preparing to unpack .../04-gcc-13-arm-linux-gnueabihf-base_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T21:40:47.4392871Z Unpacking gcc-13-arm-linux-gnueabihf-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:40:47.4644307Z Selecting previously unselected package cpp-13-arm-linux-gnueabihf.
2025-08-20T21:40:47.4785483Z Preparing to unpack .../05-cpp-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T21:40:47.4817463Z Unpacking cpp-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:40:47.6163240Z Selecting previously unselected package cpp-aarch64-linux-gnu.
2025-08-20T21:40:47.6304475Z Preparing to unpack .../06-cpp-aarch64-linux-gnu_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-20T21:40:47.6312494Z Unpacking cpp-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-20T21:40:47.6527231Z Selecting previously unselected package cpp-arm-linux-gnueabi.
2025-08-20T21:40:47.6669524Z Preparing to unpack .../07-cpp-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_amd64.deb ...
2025-08-20T21:40:47.6678546Z Unpacking cpp-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T21:40:47.6910565Z Selecting previously unselected package cpp-arm-linux-gnueabihf.
2025-08-20T21:40:47.7055240Z Preparing to unpack .../08-cpp-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-20T21:40:47.7063998Z Unpacking cpp-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T21:40:47.7289359Z Selecting previously unselected package gcc-13-cross-base.
2025-08-20T21:40:47.7434567Z Preparing to unpack .../09-gcc-13-cross-base_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:40:47.7444431Z Unpacking gcc-13-cross-base (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:40:47.7671028Z Selecting previously unselected package gcc-14-cross-base.
2025-08-20T21:40:47.7813023Z Preparing to unpack .../10-gcc-14-cross-base_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:40:47.7828327Z Unpacking gcc-14-cross-base (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:40:47.8053830Z Selecting previously unselected package libc6-arm64-cross.
2025-08-20T21:40:47.8194874Z Preparing to unpack .../11-libc6-arm64-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T21:40:47.8215996Z Unpacking libc6-arm64-cross (2.39-0ubuntu8cross1) ...
2025-08-20T21:40:47.8641086Z Selecting previously unselected package libgcc-s1-arm64-cross.
2025-08-20T21:40:47.8781367Z Preparing to unpack .../12-libgcc-s1-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:40:47.8797181Z Unpacking libgcc-s1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:40:47.9044568Z Selecting previously unselected package libgomp1-arm64-cross.
2025-08-20T21:40:47.9186704Z Preparing to unpack .../13-libgomp1-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:40:47.9198565Z Unpacking libgomp1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:40:47.9451170Z Selecting previously unselected package libitm1-arm64-cross.
2025-08-20T21:40:47.9591065Z Preparing to unpack .../14-libitm1-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:40:47.9600071Z Unpacking libitm1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:40:47.9835039Z Selecting previously unselected package libatomic1-arm64-cross.
2025-08-20T21:40:47.9975342Z Preparing to unpack .../15-libatomic1-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:40:47.9995462Z Unpacking libatomic1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:40:48.0232985Z Selecting previously unselected package libasan8-arm64-cross.
2025-08-20T21:40:48.0379080Z Preparing to unpack .../16-libasan8-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:40:48.0390757Z Unpacking libasan8-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:40:48.0770232Z Selecting previously unselected package liblsan0-arm64-cross.
2025-08-20T21:40:48.0913627Z Preparing to unpack .../17-liblsan0-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:40:48.0930379Z Unpacking liblsan0-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:40:48.1267394Z Selecting previously unselected package libtsan2-arm64-cross.
2025-08-20T21:40:48.1411948Z Preparing to unpack .../18-libtsan2-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:40:48.1422438Z Unpacking libtsan2-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:40:48.1748664Z Selecting previously unselected package libstdc++6-arm64-cross.
2025-08-20T21:40:48.1889734Z Preparing to unpack .../19-libstdc++6-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:40:48.1900128Z Unpacking libstdc++6-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:40:48.2250485Z Selecting previously unselected package libubsan1-arm64-cross.
2025-08-20T21:40:48.2393302Z Preparing to unpack .../20-libubsan1-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:40:48.2403237Z Unpacking libubsan1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:40:48.2664018Z Selecting previously unselected package libhwasan0-arm64-cross.
2025-08-20T21:40:48.2804510Z Preparing to unpack .../21-libhwasan0-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:40:48.2816342Z Unpacking libhwasan0-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:40:48.3086160Z Selecting previously unselected package libgcc-13-dev-arm64-cross.
2025-08-20T21:40:48.3227097Z Preparing to unpack .../22-libgcc-13-dev-arm64-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:40:48.3234926Z Unpacking libgcc-13-dev-arm64-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:40:48.4215736Z Selecting previously unselected package gcc-13-aarch64-linux-gnu.
2025-08-20T21:40:48.4356298Z Preparing to unpack .../23-gcc-13-aarch64-linux-gnu_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T21:40:48.4391603Z Unpacking gcc-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:40:48.7007334Z Selecting previously unselected package linux-libc-dev-arm64-cross.
2025-08-20T21:40:48.7148753Z Preparing to unpack .../24-linux-libc-dev-arm64-cross_6.8.0-25.25cross1_all.deb ...
2025-08-20T21:40:48.7159375Z Unpacking linux-libc-dev-arm64-cross (6.8.0-25.25cross1) ...
2025-08-20T21:40:48.9077604Z Selecting previously unselected package libc6-dev-arm64-cross.
2025-08-20T21:40:48.9223922Z Preparing to unpack .../25-libc6-dev-arm64-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T21:40:48.9235242Z Unpacking libc6-dev-arm64-cross (2.39-0ubuntu8cross1) ...
2025-08-20T21:40:49.0429876Z Selecting previously unselected package libstdc++-13-dev-arm64-cross.
2025-08-20T21:40:49.0575118Z Preparing to unpack .../26-libstdc++-13-dev-arm64-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:40:49.0587297Z Unpacking libstdc++-13-dev-arm64-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:40:49.2806433Z Selecting previously unselected package g++-13-aarch64-linux-gnu.
2025-08-20T21:40:49.2950670Z Preparing to unpack .../27-g++-13-aarch64-linux-gnu_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T21:40:49.2982622Z Unpacking g++-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:40:49.4545887Z Selecting previously unselected package binutils-arm-linux-gnueabi.
2025-08-20T21:40:49.4688610Z Preparing to unpack .../28-binutils-arm-linux-gnueabi_2.42-4ubuntu2.5_amd64.deb ...
2025-08-20T21:40:49.4708714Z Unpacking binutils-arm-linux-gnueabi (2.42-4ubuntu2.5) ...
2025-08-20T21:40:49.5643971Z Selecting previously unselected package gcc-13-cross-base-ports.
2025-08-20T21:40:49.5787408Z Preparing to unpack .../29-gcc-13-cross-base-ports_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:40:49.5795555Z Unpacking gcc-13-cross-base-ports (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:40:49.6020233Z Selecting previously unselected package gcc-14-cross-base-ports.
2025-08-20T21:40:49.6163168Z Preparing to unpack .../30-gcc-14-cross-base-ports_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:40:49.6171524Z Unpacking gcc-14-cross-base-ports (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:40:49.6391199Z Selecting previously unselected package libc6-armel-cross.
2025-08-20T21:40:49.6533146Z Preparing to unpack .../31-libc6-armel-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T21:40:49.6543246Z Unpacking libc6-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T21:40:49.6963419Z Selecting previously unselected package libgcc-s1-armel-cross.
2025-08-20T21:40:49.7106348Z Preparing to unpack .../32-libgcc-s1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:40:49.7115709Z Unpacking libgcc-s1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:40:49.7346687Z Selecting previously unselected package libgomp1-armel-cross.
2025-08-20T21:40:49.7550312Z Preparing to unpack .../33-libgomp1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:40:49.7562492Z Unpacking libgomp1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:40:49.7818014Z Selecting previously unselected package libatomic1-armel-cross.
2025-08-20T21:40:49.7965073Z Preparing to unpack .../34-libatomic1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:40:49.7974115Z Unpacking libatomic1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:40:49.8195334Z Selecting previously unselected package libasan8-armel-cross.
2025-08-20T21:40:49.8338090Z Preparing to unpack .../35-libasan8-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:40:49.8346888Z Unpacking libasan8-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:40:49.8985468Z Selecting previously unselected package libstdc++6-armel-cross.
2025-08-20T21:40:49.9131063Z Preparing to unpack .../36-libstdc++6-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:40:49.9143209Z Unpacking libstdc++6-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:40:49.9453772Z Selecting previously unselected package libubsan1-armel-cross.
2025-08-20T21:40:49.9594662Z Preparing to unpack .../37-libubsan1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:40:49.9604870Z Unpacking libubsan1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:40:49.9959469Z Selecting previously unselected package libgcc-13-dev-armel-cross.
2025-08-20T21:40:50.0102051Z Preparing to unpack .../38-libgcc-13-dev-armel-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:40:50.0113073Z Unpacking libgcc-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:40:50.0671491Z Selecting previously unselected package gcc-13-arm-linux-gnueabi.
2025-08-20T21:40:50.0819483Z Preparing to unpack .../39-gcc-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T21:40:50.0852442Z Unpacking gcc-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:40:50.3270962Z Selecting previously unselected package linux-libc-dev-armel-cross.
2025-08-20T21:40:50.3414662Z Preparing to unpack .../40-linux-libc-dev-armel-cross_6.8.0-25.25cross1_all.deb ...
2025-08-20T21:40:50.3424601Z Unpacking linux-libc-dev-armel-cross (6.8.0-25.25cross1) ...
2025-08-20T21:40:50.5239066Z Selecting previously unselected package libc6-dev-armel-cross.
2025-08-20T21:40:50.5385333Z Preparing to unpack .../41-libc6-dev-armel-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T21:40:50.5399465Z Unpacking libc6-dev-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T21:40:50.6549105Z Selecting previously unselected package libstdc++-13-dev-armel-cross.
2025-08-20T21:40:50.6700240Z Preparing to unpack .../42-libstdc++-13-dev-armel-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:40:50.6709735Z Unpacking libstdc++-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:40:50.8749402Z Selecting previously unselected package g++-13-arm-linux-gnueabi.
2025-08-20T21:40:50.8899458Z Preparing to unpack .../43-g++-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T21:40:50.8933470Z Unpacking g++-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:40:51.0372826Z Selecting previously unselected package binutils-arm-linux-gnueabihf.
2025-08-20T21:40:51.0518040Z Preparing to unpack .../44-binutils-arm-linux-gnueabihf_2.42-4ubuntu2.5_amd64.deb ...
2025-08-20T21:40:51.0530290Z Unpacking binutils-arm-linux-gnueabihf (2.42-4ubuntu2.5) ...
2025-08-20T21:40:51.1484719Z Selecting previously unselected package libc6-armhf-cross.
2025-08-20T21:40:51.1631419Z Preparing to unpack .../45-libc6-armhf-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T21:40:51.1640784Z Unpacking libc6-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T21:40:51.2019106Z Selecting previously unselected package libgcc-s1-armhf-cross.
2025-08-20T21:40:51.2162873Z Preparing to unpack .../46-libgcc-s1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:40:51.2171099Z Unpacking libgcc-s1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:40:51.2404386Z Selecting previously unselected package libgomp1-armhf-cross.
2025-08-20T21:40:51.2548715Z Preparing to unpack .../47-libgomp1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:40:51.2561869Z Unpacking libgomp1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:40:51.2792749Z Selecting previously unselected package libatomic1-armhf-cross.
2025-08-20T21:40:51.2936706Z Preparing to unpack .../48-libatomic1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:40:51.2945134Z Unpacking libatomic1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:40:51.3161511Z Selecting previously unselected package libasan8-armhf-cross.
2025-08-20T21:40:51.3306716Z Preparing to unpack .../49-libasan8-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:40:51.3319378Z Unpacking libasan8-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:40:51.3944060Z Selecting previously unselected package libstdc++6-armhf-cross.
2025-08-20T21:40:51.4090434Z Preparing to unpack .../50-libstdc++6-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:40:51.4100724Z Unpacking libstdc++6-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:40:51.4400717Z Selecting previously unselected package libubsan1-armhf-cross.
2025-08-20T21:40:51.4546435Z Preparing to unpack .../51-libubsan1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:40:51.4558617Z Unpacking libubsan1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:40:51.4909334Z Selecting previously unselected package libgcc-13-dev-armhf-cross.
2025-08-20T21:40:51.5054190Z Preparing to unpack .../52-libgcc-13-dev-armhf-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:40:51.5064706Z Unpacking libgcc-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:40:51.5618824Z Selecting previously unselected package gcc-13-arm-linux-gnueabihf.
2025-08-20T21:40:51.5763397Z Preparing to unpack .../53-gcc-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T21:40:51.5798344Z Unpacking gcc-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:40:51.8256785Z Selecting previously unselected package linux-libc-dev-armhf-cross.
2025-08-20T21:40:51.8400362Z Preparing to unpack .../54-linux-libc-dev-armhf-cross_6.8.0-25.25cross1_all.deb ...
2025-08-20T21:40:51.8414480Z Unpacking linux-libc-dev-armhf-cross (6.8.0-25.25cross1) ...
2025-08-20T21:40:52.0244842Z Selecting previously unselected package libc6-dev-armhf-cross.
2025-08-20T21:40:52.0393096Z Preparing to unpack .../55-libc6-dev-armhf-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T21:40:52.0402903Z Unpacking libc6-dev-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T21:40:52.1552879Z Selecting previously unselected package libstdc++-13-dev-armhf-cross.
2025-08-20T21:40:52.1700333Z Preparing to unpack .../56-libstdc++-13-dev-armhf-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T21:40:52.1709590Z Unpacking libstdc++-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:40:52.3696455Z Selecting previously unselected package g++-13-arm-linux-gnueabihf.
2025-08-20T21:40:52.3847423Z Preparing to unpack .../57-g++-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T21:40:52.3882411Z Unpacking g++-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:40:52.5315706Z Selecting previously unselected package gcc-aarch64-linux-gnu.
2025-08-20T21:40:52.5460859Z Preparing to unpack .../58-gcc-aarch64-linux-gnu_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-20T21:40:52.5470753Z Unpacking gcc-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-20T21:40:52.5685181Z Selecting previously unselected package g++-aarch64-linux-gnu.
2025-08-20T21:40:52.5834903Z Preparing to unpack .../59-g++-aarch64-linux-gnu_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-20T21:40:52.5843370Z Unpacking g++-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-20T21:40:52.6051218Z Selecting previously unselected package gcc-arm-linux-gnueabi.
2025-08-20T21:40:52.6199675Z Preparing to unpack .../60-gcc-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_amd64.deb ...
2025-08-20T21:40:52.6209125Z Unpacking gcc-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T21:40:52.6433144Z Selecting previously unselected package g++-arm-linux-gnueabi.
2025-08-20T21:40:52.6579880Z Preparing to unpack .../61-g++-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_amd64.deb ...
2025-08-20T21:40:52.6591349Z Unpacking g++-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T21:40:52.6799667Z Selecting previously unselected package gcc-arm-linux-gnueabihf.
2025-08-20T21:40:52.6948084Z Preparing to unpack .../62-gcc-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-20T21:40:52.6961631Z Unpacking gcc-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T21:40:52.7180602Z Selecting previously unselected package g++-arm-linux-gnueabihf.
2025-08-20T21:40:52.7326906Z Preparing to unpack .../63-g++-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-20T21:40:52.7335417Z Unpacking g++-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T21:40:52.7787932Z Setting up binutils-arm-linux-gnueabi (2.42-4ubuntu2.5) ...
2025-08-20T21:40:52.7815932Z Setting up libc6-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T21:40:52.7840544Z Setting up gcc-13-arm-linux-gnueabi-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:40:52.7863347Z Setting up gcc-14-cross-base (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:40:52.7917435Z Setting up libatomic1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:40:52.7943276Z Setting up linux-libc-dev-armel-cross (6.8.0-25.25cross1) ...
2025-08-20T21:40:52.7967897Z Setting up gcc-13-cross-base (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:40:52.7989328Z Setting up libc6-arm64-cross (2.39-0ubuntu8cross1) ...
2025-08-20T21:40:52.8015210Z Setting up linux-libc-dev-armhf-cross (6.8.0-25.25cross1) ...
2025-08-20T21:40:52.8048367Z Setting up libitm1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:40:52.8080490Z Setting up linux-libc-dev-arm64-cross (6.8.0-25.25cross1) ...
2025-08-20T21:40:52.8106732Z Setting up libc6-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T21:40:52.8131463Z Setting up gcc-13-arm-linux-gnueabihf-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:40:52.8164488Z Setting up gcc-14-cross-base-ports (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:40:52.8199248Z Setting up gcc-13-aarch64-linux-gnu-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:40:52.8226648Z Setting up libc6-dev-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T21:40:52.8254260Z Setting up binutils-arm-linux-gnueabihf (2.42-4ubuntu2.5) ...
2025-08-20T21:40:52.8277772Z Setting up gcc-13-cross-base-ports (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:40:52.8302435Z Setting up libgcc-s1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:40:52.8327032Z Setting up libatomic1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:40:52.8351291Z Setting up libgomp1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:40:52.8375809Z Setting up liblsan0-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:40:52.8401119Z Setting up libgomp1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:40:52.8430593Z Setting up cpp-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:40:52.8452987Z Setting up libgomp1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:40:52.8475833Z Setting up cpp-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:40:52.8502889Z Setting up cpp-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:40:52.8529316Z Setting up libgcc-s1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:40:52.8557766Z Setting up libgcc-s1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:40:52.8596911Z Setting up libc6-dev-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T21:40:52.8623759Z Setting up libhwasan0-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:40:52.8656336Z Setting up libc6-dev-arm64-cross (2.39-0ubuntu8cross1) ...
2025-08-20T21:40:52.8688794Z Setting up libstdc++6-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:40:52.8718774Z Setting up libatomic1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:40:52.8741921Z Setting up libstdc++6-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:40:52.8765478Z Setting up cpp-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-20T21:40:52.8793647Z Setting up cpp-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T21:40:52.8818249Z Setting up libstdc++6-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:40:52.8854572Z Setting up libubsan1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:40:52.8883034Z Setting up libubsan1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:40:52.8909174Z Setting up libasan8-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:40:52.8935345Z Setting up libtsan2-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:40:52.8961310Z Setting up cpp-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T21:40:52.8987064Z Setting up libasan8-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:40:52.9046754Z Setting up libasan8-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:40:52.9078551Z Setting up libubsan1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T21:40:52.9106619Z Setting up libgcc-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:40:52.9132839Z Setting up gcc-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:40:52.9166152Z Setting up libstdc++-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:40:52.9201673Z Setting up libgcc-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:40:52.9236351Z Setting up libgcc-13-dev-arm64-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:40:52.9267057Z Setting up gcc-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T21:40:52.9296871Z Setting up g++-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:40:52.9325693Z Setting up libstdc++-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:40:52.9359652Z Setting up gcc-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:40:52.9390296Z Setting up gcc-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:40:52.9419219Z Setting up libstdc++-13-dev-arm64-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:40:52.9447848Z Setting up g++-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T21:40:52.9479836Z Setting up gcc-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T21:40:52.9510303Z Setting up g++-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:40:52.9541680Z Setting up g++-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T21:40:52.9575015Z Setting up g++-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T21:40:52.9612073Z Setting up gcc-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-20T21:40:52.9637644Z Setting up g++-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-20T21:40:52.9674871Z Processing triggers for ccache (4.9.1-1) ...
2025-08-20T21:40:52.9696916Z Updating symlinks in /usr/lib/ccache ...
2025-08-20T21:40:52.9786708Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:40:57.3241257Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T21:40:58.8644645Z Reading package lists...
2025-08-20T21:40:59.0483005Z Building dependency tree...
2025-08-20T21:40:59.0490961Z Reading state information...
2025-08-20T21:40:59.2214187Z The following additional packages will be installed:
2025-08-20T21:40:59.2214979Z   libdbus-1-dev libibverbs-dev libjudydebian1 libnl-3-dev libnl-route-3-dev
2025-08-20T21:40:59.2223177Z   libpcap0.8-dev
2025-08-20T21:40:59.2501128Z The following NEW packages will be installed:
2025-08-20T21:40:59.2501998Z   libdbus-1-dev libibverbs-dev libjudydebian1 libnl-3-dev libnl-route-3-dev
2025-08-20T21:40:59.2506910Z   libpcap-dev libpcap0.8-dev pcaputils
2025-08-20T21:40:59.2676676Z 0 upgraded, 8 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:40:59.2921498Z Need to get 1613 kB of archives.
2025-08-20T21:40:59.2922181Z After this operation, 6802 kB of additional disk space will be used.
2025-08-20T21:40:59.2923077Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:40:59.3270827Z 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-20T21:40:59.3479637Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libjudydebian1 amd64 1.0.5-5.1build1 [107 kB]
2025-08-20T21:40:59.3665326Z 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-20T21:40:59.3859088Z 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-20T21:40:59.4058623Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libibverbs-dev amd64 50.0-2ubuntu0.2 [686 kB]
2025-08-20T21:40:59.4311115Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libpcap0.8-dev amd64 1.10.4-4.1ubuntu3 [269 kB]
2025-08-20T21:40:59.4512921Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libpcap-dev amd64 1.10.4-4.1ubuntu3 [3324 B]
2025-08-20T21:40:59.4731968Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 pcaputils amd64 0.8-1.1build2 [43.8 kB]
2025-08-20T21:40:59.7377082Z Fetched 1613 kB in 0s (8403 kB/s)
2025-08-20T21:40:59.7618472Z Selecting previously unselected package libdbus-1-dev:amd64.
2025-08-20T21:40:59.7678798Z (Reading database ... 
2025-08-20T21:40:59.7679201Z (Reading database ... 5%
2025-08-20T21:40:59.7679574Z (Reading database ... 10%
2025-08-20T21:40:59.7679970Z (Reading database ... 15%
2025-08-20T21:40:59.7680346Z (Reading database ... 20%
2025-08-20T21:40:59.7680711Z (Reading database ... 25%
2025-08-20T21:40:59.7681067Z (Reading database ... 30%
2025-08-20T21:40:59.7681430Z (Reading database ... 35%
2025-08-20T21:40:59.7681785Z (Reading database ... 40%
2025-08-20T21:40:59.7682145Z (Reading database ... 45%
2025-08-20T21:40:59.7682687Z (Reading database ... 50%
2025-08-20T21:40:59.7788796Z (Reading database ... 55%
2025-08-20T21:40:59.7809574Z (Reading database ... 60%
2025-08-20T21:40:59.7832098Z (Reading database ... 65%
2025-08-20T21:40:59.7873061Z (Reading database ... 70%
2025-08-20T21:40:59.7896218Z (Reading database ... 75%
2025-08-20T21:40:59.7925795Z (Reading database ... 80%
2025-08-20T21:40:59.8101673Z (Reading database ... 85%
2025-08-20T21:40:59.8375089Z (Reading database ... 90%
2025-08-20T21:40:59.8465561Z (Reading database ... 95%
2025-08-20T21:40:59.8466024Z (Reading database ... 100%
2025-08-20T21:40:59.8466669Z (Reading database ... 235709 files and directories currently installed.)
2025-08-20T21:40:59.8511885Z Preparing to unpack .../0-libdbus-1-dev_1.14.10-4ubuntu4.1_amd64.deb ...
2025-08-20T21:40:59.8522514Z Unpacking libdbus-1-dev:amd64 (1.14.10-4ubuntu4.1) ...
2025-08-20T21:40:59.8871043Z Selecting previously unselected package libjudydebian1.
2025-08-20T21:40:59.9024147Z Preparing to unpack .../1-libjudydebian1_1.0.5-5.1build1_amd64.deb ...
2025-08-20T21:40:59.9049429Z Unpacking libjudydebian1 (1.0.5-5.1build1) ...
2025-08-20T21:40:59.9288464Z Selecting previously unselected package libnl-3-dev:amd64.
2025-08-20T21:40:59.9436054Z Preparing to unpack .../2-libnl-3-dev_3.7.0-0.3build1.1_amd64.deb ...
2025-08-20T21:40:59.9444355Z Unpacking libnl-3-dev:amd64 (3.7.0-0.3build1.1) ...
2025-08-20T21:40:59.9894288Z Selecting previously unselected package libnl-route-3-dev:amd64.
2025-08-20T21:41:00.0111238Z Preparing to unpack .../3-libnl-route-3-dev_3.7.0-0.3build1.1_amd64.deb ...
2025-08-20T21:41:00.0124039Z Unpacking libnl-route-3-dev:amd64 (3.7.0-0.3build1.1) ...
2025-08-20T21:41:00.0459364Z Selecting previously unselected package libibverbs-dev:amd64.
2025-08-20T21:41:00.0609691Z Preparing to unpack .../4-libibverbs-dev_50.0-2ubuntu0.2_amd64.deb ...
2025-08-20T21:41:00.0624607Z Unpacking libibverbs-dev:amd64 (50.0-2ubuntu0.2) ...
2025-08-20T21:41:00.1363882Z Selecting previously unselected package libpcap0.8-dev:amd64.
2025-08-20T21:41:00.1512797Z Preparing to unpack .../5-libpcap0.8-dev_1.10.4-4.1ubuntu3_amd64.deb ...
2025-08-20T21:41:00.1551302Z Unpacking libpcap0.8-dev:amd64 (1.10.4-4.1ubuntu3) ...
2025-08-20T21:41:00.1945444Z Selecting previously unselected package libpcap-dev:amd64.
2025-08-20T21:41:00.2095964Z Preparing to unpack .../6-libpcap-dev_1.10.4-4.1ubuntu3_amd64.deb ...
2025-08-20T21:41:00.2107615Z Unpacking libpcap-dev:amd64 (1.10.4-4.1ubuntu3) ...
2025-08-20T21:41:00.2356228Z Selecting previously unselected package pcaputils.
2025-08-20T21:41:00.2506854Z Preparing to unpack .../7-pcaputils_0.8-1.1build2_amd64.deb ...
2025-08-20T21:41:00.2546503Z Unpacking pcaputils (0.8-1.1build2) ...
2025-08-20T21:41:00.3011594Z Setting up libjudydebian1 (1.0.5-5.1build1) ...
2025-08-20T21:41:00.3038167Z Setting up libdbus-1-dev:amd64 (1.14.10-4ubuntu4.1) ...
2025-08-20T21:41:00.4973977Z Setting up libnl-3-dev:amd64 (3.7.0-0.3build1.1) ...
2025-08-20T21:41:00.4997494Z Setting up pcaputils (0.8-1.1build2) ...
2025-08-20T21:41:00.5116671Z update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults
2025-08-20T21:41:00.8074840Z Setting up libnl-route-3-dev:amd64 (3.7.0-0.3build1.1) ...
2025-08-20T21:41:00.8100143Z Setting up libibverbs-dev:amd64 (50.0-2ubuntu0.2) ...
2025-08-20T21:41:00.8176510Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T21:41:00.8336675Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:41:05.5505670Z Processing triggers for sgml-base (1.31) ...
2025-08-20T21:41:05.6031696Z Setting up libpcap0.8-dev:amd64 (1.10.4-4.1ubuntu3) ...
2025-08-20T21:41:05.6070551Z Setting up libpcap-dev:amd64 (1.10.4-4.1ubuntu3) ...
2025-08-20T21:41:07.1612412Z Reading package lists...
2025-08-20T21:41:07.3583232Z Building dependency tree...
2025-08-20T21:41:07.3592001Z Reading state information...
2025-08-20T21:41:07.4046366Z Reading package lists...
2025-08-20T21:41:07.6236948Z Building dependency tree...
2025-08-20T21:41:07.6245898Z Reading state information...
2025-08-20T21:41:07.8135394Z The following additional packages will be installed:
2025-08-20T21:41:07.8140305Z   liblz1 liblzma-dev librust-cc-dev librust-libc-dev librust-pkg-config-dev
2025-08-20T21:41:07.8147032Z Suggested packages:
2025-08-20T21:41:07.8147621Z   liblzma-doc librust-cc+jobserver-dev librust-libc+rustc-dep-of-std-dev
2025-08-20T21:41:07.8148257Z   librust-libc+rustc-std-workspace-core-dev
2025-08-20T21:41:07.8332432Z The following NEW packages will be installed:
2025-08-20T21:41:07.8334205Z   liblz-dev liblz1 liblzma-dev librust-cc-dev librust-libc-dev
2025-08-20T21:41:07.8351604Z   librust-lzma-sys-dev librust-pkg-config-dev lzma lzma-dev
2025-08-20T21:41:07.8540580Z 0 upgraded, 9 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:41:07.8541198Z Need to get 800 kB of archives.
2025-08-20T21:41:07.8541764Z After this operation, 6245 kB of additional disk space will be used.
2025-08-20T21:41:07.8543088Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:41:07.8893526Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 liblz1 amd64 1.14-1 [36.4 kB]
2025-08-20T21:41:07.9094338Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 liblz-dev amd64 1.14-1 [51.7 kB]
2025-08-20T21:41:07.9289624Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 librust-libc-dev amd64 0.2.152-1 [353 kB]
2025-08-20T21:41:07.9499035Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 librust-cc-dev amd64 1.0.83-1 [61.6 kB]
2025-08-20T21:41:07.9695897Z 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-20T21:41:07.9880599Z 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-20T21:41:08.0076598Z 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-20T21:41:08.0260287Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 lzma amd64 9.22-2.2 [47.3 kB]
2025-08-20T21:41:08.0448083Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 lzma-dev all 9.22-2.2 [41.6 kB]
2025-08-20T21:41:08.3233250Z Fetched 800 kB in 0s (3946 kB/s)
2025-08-20T21:41:08.3441883Z Selecting previously unselected package liblz1:amd64.
2025-08-20T21:41:08.3502363Z (Reading database ... 
2025-08-20T21:41:08.3502909Z (Reading database ... 5%
2025-08-20T21:41:08.3503541Z (Reading database ... 10%
2025-08-20T21:41:08.3503985Z (Reading database ... 15%
2025-08-20T21:41:08.3504376Z (Reading database ... 20%
2025-08-20T21:41:08.3504758Z (Reading database ... 25%
2025-08-20T21:41:08.3505153Z (Reading database ... 30%
2025-08-20T21:41:08.3505522Z (Reading database ... 35%
2025-08-20T21:41:08.3505900Z (Reading database ... 40%
2025-08-20T21:41:08.3506280Z (Reading database ... 45%
2025-08-20T21:41:08.3506666Z (Reading database ... 50%
2025-08-20T21:41:08.3606569Z (Reading database ... 55%
2025-08-20T21:41:08.3627973Z (Reading database ... 60%
2025-08-20T21:41:08.3649732Z (Reading database ... 65%
2025-08-20T21:41:08.3691677Z (Reading database ... 70%
2025-08-20T21:41:08.3717072Z (Reading database ... 75%
2025-08-20T21:41:08.3745520Z (Reading database ... 80%
2025-08-20T21:41:08.3927607Z (Reading database ... 85%
2025-08-20T21:41:08.4230824Z (Reading database ... 90%
2025-08-20T21:41:08.4333590Z (Reading database ... 95%
2025-08-20T21:41:08.4334013Z (Reading database ... 100%
2025-08-20T21:41:08.4334459Z (Reading database ... 236365 files and directories currently installed.)
2025-08-20T21:41:08.4397333Z Preparing to unpack .../0-liblz1_1.14-1_amd64.deb ...
2025-08-20T21:41:08.4419005Z Unpacking liblz1:amd64 (1.14-1) ...
2025-08-20T21:41:08.4644326Z Selecting previously unselected package liblz-dev:amd64.
2025-08-20T21:41:08.4794473Z Preparing to unpack .../1-liblz-dev_1.14-1_amd64.deb ...
2025-08-20T21:41:08.4807693Z Unpacking liblz-dev:amd64 (1.14-1) ...
2025-08-20T21:41:08.5048262Z Selecting previously unselected package librust-libc-dev:amd64.
2025-08-20T21:41:08.5195804Z Preparing to unpack .../2-librust-libc-dev_0.2.152-1_amd64.deb ...
2025-08-20T21:41:08.5205963Z Unpacking librust-libc-dev:amd64 (0.2.152-1) ...
2025-08-20T21:41:08.6083909Z Selecting previously unselected package librust-cc-dev:amd64.
2025-08-20T21:41:08.6232488Z Preparing to unpack .../3-librust-cc-dev_1.0.83-1_amd64.deb ...
2025-08-20T21:41:08.6240939Z Unpacking librust-cc-dev:amd64 (1.0.83-1) ...
2025-08-20T21:41:08.6508541Z Selecting previously unselected package librust-pkg-config-dev:amd64.
2025-08-20T21:41:08.6655573Z Preparing to unpack .../4-librust-pkg-config-dev_0.3.27-1_amd64.deb ...
2025-08-20T21:41:08.6667109Z Unpacking librust-pkg-config-dev:amd64 (0.3.27-1) ...
2025-08-20T21:41:08.6933067Z Selecting previously unselected package liblzma-dev:amd64.
2025-08-20T21:41:08.7081126Z Preparing to unpack .../5-liblzma-dev_5.6.1+really5.4.5-1ubuntu0.2_amd64.deb ...
2025-08-20T21:41:08.7090170Z Unpacking liblzma-dev:amd64 (5.6.1+really5.4.5-1ubuntu0.2) ...
2025-08-20T21:41:08.7405086Z Selecting previously unselected package librust-lzma-sys-dev:amd64.
2025-08-20T21:41:08.7551287Z Preparing to unpack .../6-librust-lzma-sys-dev_0.1.20-1_amd64.deb ...
2025-08-20T21:41:08.7559954Z Unpacking librust-lzma-sys-dev:amd64 (0.1.20-1) ...
2025-08-20T21:41:08.7786631Z Selecting previously unselected package lzma.
2025-08-20T21:41:08.7934373Z Preparing to unpack .../7-lzma_9.22-2.2_amd64.deb ...
2025-08-20T21:41:08.7945287Z Unpacking lzma (9.22-2.2) ...
2025-08-20T21:41:08.8219539Z Selecting previously unselected package lzma-dev.
2025-08-20T21:41:08.8369798Z Preparing to unpack .../8-lzma-dev_9.22-2.2_all.deb ...
2025-08-20T21:41:08.8381508Z Unpacking lzma-dev (9.22-2.2) ...
2025-08-20T21:41:08.8870427Z Setting up liblz1:amd64 (1.14-1) ...
2025-08-20T21:41:08.8897407Z Setting up librust-libc-dev:amd64 (0.2.152-1) ...
2025-08-20T21:41:08.8919276Z Setting up librust-cc-dev:amd64 (1.0.83-1) ...
2025-08-20T21:41:08.8941690Z Setting up liblz-dev:amd64 (1.14-1) ...
2025-08-20T21:41:08.8963477Z Setting up lzma (9.22-2.2) ...
2025-08-20T21:41:08.9030433Z update-alternatives: using /usr/bin/lzmp to provide /usr/bin/lzma (lzma) in auto mode
2025-08-20T21:41:08.9059466Z Setting up lzma-dev (9.22-2.2) ...
2025-08-20T21:41:08.9083299Z Setting up liblzma-dev:amd64 (5.6.1+really5.4.5-1ubuntu0.2) ...
2025-08-20T21:41:08.9107189Z Setting up librust-pkg-config-dev:amd64 (0.3.27-1) ...
2025-08-20T21:41:08.9130691Z Setting up librust-lzma-sys-dev:amd64 (0.1.20-1) ...
2025-08-20T21:41:08.9155347Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T21:41:08.9303203Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:41:13.3189231Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T21:41:13.9696339Z 
2025-08-20T21:41:13.9696900Z Running kernel seems to be up-to-date.
2025-08-20T21:41:13.9697190Z 
2025-08-20T21:41:13.9697294Z Restarting services...
2025-08-20T21:41:13.9760144Z 
2025-08-20T21:41:13.9760494Z Service restarts being deferred:
2025-08-20T21:41:13.9760996Z  systemctl restart hosted-compute-agent.service
2025-08-20T21:41:13.9761326Z 
2025-08-20T21:41:13.9761496Z No containers need to be restarted.
2025-08-20T21:41:13.9761712Z 
2025-08-20T21:41:13.9761829Z No user sessions are running outdated binaries.
2025-08-20T21:41:13.9762031Z 
2025-08-20T21:41:13.9762407Z No VM guests are running outdated hypervisor (qemu) binaries on this host.
2025-08-20T21:41:14.9160811Z Reading package lists...
2025-08-20T21:41:15.1136227Z Building dependency tree...
2025-08-20T21:41:15.1144799Z Reading state information...
2025-08-20T21:41:15.3430836Z dnsutils is already the newest version (1:9.18.30-0ubuntu0.24.04.2).
2025-08-20T21:41:15.3431403Z inetutils-telnet is already the newest version (2:2.5-3ubuntu4).
2025-08-20T21:41:15.3431807Z inetutils-telnet set to manually installed.
2025-08-20T21:41:15.3432175Z net-tools is already the newest version (2.10-0.1ubuntu4.4).
2025-08-20T21:41:15.3432913Z The following additional packages will be installed:
2025-08-20T21:41:15.3433245Z   tcpd update-inetd
2025-08-20T21:41:15.3612694Z The following packages will be REMOVED:
2025-08-20T21:41:15.3626344Z   iputils-ping rsyslog ubuntu-minimal
2025-08-20T21:41:15.3628085Z The following NEW packages will be installed:
2025-08-20T21:41:15.3628583Z   inetutils-ftp inetutils-ftpd inetutils-inetd inetutils-ping
2025-08-20T21:41:15.3629053Z   inetutils-syslogd inetutils-talk inetutils-talkd inetutils-telnetd
2025-08-20T21:41:15.3640085Z   inetutils-tools inetutils-traceroute netcat-traditional tcpd update-inetd
2025-08-20T21:41:15.3834849Z 0 upgraded, 13 newly installed, 3 to remove and 19 not upgraded.
2025-08-20T21:41:15.3835802Z Need to get 698 kB of archives.
2025-08-20T21:41:15.3836357Z After this operation, 196 kB of additional disk space will be used.
2025-08-20T21:41:15.3837015Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:41:15.4176836Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-syslogd amd64 2:2.5-3ubuntu4 [62.6 kB]
2025-08-20T21:41:15.4377662Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 tcpd amd64 7.6.q-33 [24.3 kB]
2025-08-20T21:41:15.4562822Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 update-inetd all 4.53 [24.0 kB]
2025-08-20T21:41:15.4746865Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-inetd amd64 2:2.5-3ubuntu4 [45.5 kB]
2025-08-20T21:41:15.4928818Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-ftp amd64 2:2.5-3ubuntu4 [84.3 kB]
2025-08-20T21:41:15.5115832Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-ftpd amd64 2:2.5-3ubuntu4 [73.3 kB]
2025-08-20T21:41:15.5305511Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-ping amd64 2:2.5-3ubuntu4 [62.4 kB]
2025-08-20T21:41:15.5493305Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-talk amd64 2:2.5-3ubuntu4 [45.8 kB]
2025-08-20T21:41:15.5683014Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-talkd amd64 2:2.5-3ubuntu4 [35.7 kB]
2025-08-20T21:41:15.5884314Z Get:11 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-telnetd amd64 2:2.5-3ubuntu4 [60.0 kB]
2025-08-20T21:41:15.6078948Z Get:12 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-tools amd64 2:2.5-3ubuntu4 [76.9 kB]
2025-08-20T21:41:15.6265075Z Get:13 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 netcat-traditional amd64 1.10-48 [61.3 kB]
2025-08-20T21:41:15.6455048Z Get:14 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-traceroute amd64 2:2.5-3ubuntu4 [42.2 kB]
2025-08-20T21:41:15.8766920Z Preconfiguring packages ...
2025-08-20T21:41:15.9824517Z Fetched 698 kB in 0s (2560 kB/s)
2025-08-20T21:41:16.0012136Z (Reading database ... 
2025-08-20T21:41:16.0012741Z (Reading database ... 5%
2025-08-20T21:41:16.0013121Z (Reading database ... 10%
2025-08-20T21:41:16.0013490Z (Reading database ... 15%
2025-08-20T21:41:16.0013849Z (Reading database ... 20%
2025-08-20T21:41:16.0014233Z (Reading database ... 25%
2025-08-20T21:41:16.0014590Z (Reading database ... 30%
2025-08-20T21:41:16.0014952Z (Reading database ... 35%
2025-08-20T21:41:16.0015313Z (Reading database ... 40%
2025-08-20T21:41:16.0015672Z (Reading database ... 45%
2025-08-20T21:41:16.0016022Z (Reading database ... 50%
2025-08-20T21:41:16.0036828Z (Reading database ... 55%
2025-08-20T21:41:16.0133402Z (Reading database ... 60%
2025-08-20T21:41:16.0157183Z (Reading database ... 65%
2025-08-20T21:41:16.0201922Z (Reading database ... 70%
2025-08-20T21:41:16.0227687Z (Reading database ... 75%
2025-08-20T21:41:16.0261269Z (Reading database ... 80%
2025-08-20T21:41:16.0449290Z (Reading database ... 85%
2025-08-20T21:41:16.0756106Z (Reading database ... 90%
2025-08-20T21:41:16.0864274Z (Reading database ... 95%
2025-08-20T21:41:16.0864643Z (Reading database ... 100%
2025-08-20T21:41:16.0865048Z (Reading database ... 236857 files and directories currently installed.)
2025-08-20T21:41:16.0911299Z Removing ubuntu-minimal (1.539.2) ...
2025-08-20T21:41:16.1099642Z Removing iputils-ping (3:20240117-1ubuntu0.1) ...
2025-08-20T21:41:16.1340303Z Removing rsyslog (8.2312.0-3ubuntu9.1) ...
2025-08-20T21:41:16.5142541Z Selecting previously unselected package inetutils-syslogd.
2025-08-20T21:41:16.5202424Z (Reading database ... 
2025-08-20T21:41:16.5202843Z (Reading database ... 5%
2025-08-20T21:41:16.5203099Z (Reading database ... 10%
2025-08-20T21:41:16.5203381Z (Reading database ... 15%
2025-08-20T21:41:16.5203635Z (Reading database ... 20%
2025-08-20T21:41:16.5203885Z (Reading database ... 25%
2025-08-20T21:41:16.5204141Z (Reading database ... 30%
2025-08-20T21:41:16.5204645Z (Reading database ... 35%
2025-08-20T21:41:16.5204893Z (Reading database ... 40%
2025-08-20T21:41:16.5205134Z (Reading database ... 45%
2025-08-20T21:41:16.5205397Z (Reading database ... 50%
2025-08-20T21:41:16.5225650Z (Reading database ... 55%
2025-08-20T21:41:16.5320853Z (Reading database ... 60%
2025-08-20T21:41:16.5343194Z (Reading database ... 65%
2025-08-20T21:41:16.5384288Z (Reading database ... 70%
2025-08-20T21:41:16.5408727Z (Reading database ... 75%
2025-08-20T21:41:16.5436281Z (Reading database ... 80%
2025-08-20T21:41:16.5603414Z (Reading database ... 85%
2025-08-20T21:41:16.5887575Z (Reading database ... 90%
2025-08-20T21:41:16.5979863Z (Reading database ... 95%
2025-08-20T21:41:16.5980266Z (Reading database ... 100%
2025-08-20T21:41:16.5980793Z (Reading database ... 236785 files and directories currently installed.)
2025-08-20T21:41:16.6027417Z Preparing to unpack .../00-inetutils-syslogd_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T21:41:16.6065043Z Unpacking inetutils-syslogd (2:2.5-3ubuntu4) ...
2025-08-20T21:41:16.6310376Z Selecting previously unselected package tcpd.
2025-08-20T21:41:16.6455968Z Preparing to unpack .../01-tcpd_7.6.q-33_amd64.deb ...
2025-08-20T21:41:16.6474138Z Unpacking tcpd (7.6.q-33) ...
2025-08-20T21:41:16.6728468Z Selecting previously unselected package update-inetd.
2025-08-20T21:41:16.6873858Z Preparing to unpack .../02-update-inetd_4.53_all.deb ...
2025-08-20T21:41:16.6891983Z Unpacking update-inetd (4.53) ...
2025-08-20T21:41:16.7161171Z Selecting previously unselected package inetutils-inetd.
2025-08-20T21:41:16.7305274Z Preparing to unpack .../03-inetutils-inetd_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T21:41:16.7359376Z Unpacking inetutils-inetd (2:2.5-3ubuntu4) ...
2025-08-20T21:41:16.7599163Z Selecting previously unselected package inetutils-ftp.
2025-08-20T21:41:16.7745495Z Preparing to unpack .../04-inetutils-ftp_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T21:41:16.7757078Z Unpacking inetutils-ftp (2:2.5-3ubuntu4) ...
2025-08-20T21:41:16.8010302Z Selecting previously unselected package inetutils-ftpd.
2025-08-20T21:41:16.8157300Z Preparing to unpack .../05-inetutils-ftpd_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T21:41:16.8167403Z Unpacking inetutils-ftpd (2:2.5-3ubuntu4) ...
2025-08-20T21:41:16.8420388Z Selecting previously unselected package inetutils-ping.
2025-08-20T21:41:16.8566914Z Preparing to unpack .../06-inetutils-ping_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T21:41:16.8583896Z Unpacking inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-20T21:41:16.8816992Z Selecting previously unselected package inetutils-talk.
2025-08-20T21:41:16.8963637Z Preparing to unpack .../07-inetutils-talk_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T21:41:16.8971659Z Unpacking inetutils-talk (2:2.5-3ubuntu4) ...
2025-08-20T21:41:16.9211532Z Selecting previously unselected package inetutils-talkd.
2025-08-20T21:41:16.9365338Z Preparing to unpack .../08-inetutils-talkd_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T21:41:16.9378158Z Unpacking inetutils-talkd (2:2.5-3ubuntu4) ...
2025-08-20T21:41:16.9641039Z Selecting previously unselected package inetutils-telnetd.
2025-08-20T21:41:16.9789405Z Preparing to unpack .../09-inetutils-telnetd_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T21:41:16.9801683Z Unpacking inetutils-telnetd (2:2.5-3ubuntu4) ...
2025-08-20T21:41:17.0028377Z Selecting previously unselected package inetutils-tools.
2025-08-20T21:41:17.0174993Z Preparing to unpack .../10-inetutils-tools_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T21:41:17.0193205Z Unpacking inetutils-tools (2:2.5-3ubuntu4) ...
2025-08-20T21:41:17.0450268Z Selecting previously unselected package netcat-traditional.
2025-08-20T21:41:17.0597410Z Preparing to unpack .../11-netcat-traditional_1.10-48_amd64.deb ...
2025-08-20T21:41:17.0609197Z Unpacking netcat-traditional (1.10-48) ...
2025-08-20T21:41:17.0937601Z Selecting previously unselected package inetutils-traceroute.
2025-08-20T21:41:17.1083758Z Preparing to unpack .../12-inetutils-traceroute_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T21:41:17.1093605Z Unpacking inetutils-traceroute (2:2.5-3ubuntu4) ...
2025-08-20T21:41:17.1568499Z Setting up netcat-traditional (1.10-48) ...
2025-08-20T21:41:17.1654370Z Setting up update-inetd (4.53) ...
2025-08-20T21:41:17.2571831Z Setting up inetutils-traceroute (2:2.5-3ubuntu4) ...
2025-08-20T21:41:17.2641696Z update-alternatives: using /usr/bin/inetutils-traceroute to provide /usr/bin/traceroute (traceroute) in auto mode
2025-08-20T21:41:17.2666603Z Setting up inetutils-syslogd (2:2.5-3ubuntu4) ...
2025-08-20T21:41:17.7387573Z Created symlink /etc/systemd/system/syslogd.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-20T21:41:17.7388316Z 
2025-08-20T21:41:17.7388521Z Removed "/etc/systemd/system/syslog.service".
2025-08-20T21:41:17.7388846Z 
2025-08-20T21:41:17.7389438Z Created symlink /etc/systemd/system/syslog.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-20T21:41:17.7389844Z 
2025-08-20T21:41:17.7390373Z Created symlink /etc/systemd/system/multi-user.target.wants/inetutils-syslogd.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-20T21:41:17.7390888Z 
2025-08-20T21:41:18.0533945Z Setting up inetutils-ftp (2:2.5-3ubuntu4) ...
2025-08-20T21:41:18.0618807Z Setting up inetutils-talk (2:2.5-3ubuntu4) ...
2025-08-20T21:41:18.0683089Z update-alternatives: using /usr/bin/inetutils-talk to provide /usr/bin/talk (talk) in auto mode
2025-08-20T21:41:18.0704996Z Setting up inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-20T21:41:18.0744682Z Setting up inetutils-tools (2:2.5-3ubuntu4) ...
2025-08-20T21:41:18.0769604Z Setting up tcpd (7.6.q-33) ...
2025-08-20T21:41:18.0796897Z Setting up inetutils-inetd (2:2.5-3ubuntu4) ...
2025-08-20T21:41:18.4943003Z Created symlink /etc/systemd/system/inetd.service → /usr/lib/systemd/system/inetutils-inetd.service.
2025-08-20T21:41:18.4943712Z 
2025-08-20T21:41:18.4944888Z Created symlink /etc/systemd/system/multi-user.target.wants/inetutils-inetd.service → /usr/lib/systemd/system/inetutils-inetd.service.
2025-08-20T21:41:18.4945815Z 
2025-08-20T21:41:18.8006335Z Setting up inetutils-talkd (2:2.5-3ubuntu4) ...
2025-08-20T21:41:18.9136019Z Setting up inetutils-ftpd (2:2.5-3ubuntu4) ...
2025-08-20T21:41:18.9846222Z Setting up inetutils-telnetd (2:2.5-3ubuntu4) ...
2025-08-20T21:41:19.0518701Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:41:25.5137064Z Reading package lists...
2025-08-20T21:41:25.7078758Z Building dependency tree...
2025-08-20T21:41:25.7087345Z Reading state information...
2025-08-20T21:41:25.9731161Z iputils-tracepath is already the newest version (3:20240117-1ubuntu0.1).
2025-08-20T21:41:25.9731608Z iputils-tracepath set to manually installed.
2025-08-20T21:41:25.9731917Z The following packages will be REMOVED:
2025-08-20T21:41:25.9738393Z   inetutils-ping
2025-08-20T21:41:25.9740040Z The following NEW packages will be installed:
2025-08-20T21:41:25.9746562Z   iputils-arping iputils-clockdiff iputils-ping
2025-08-20T21:41:25.9915978Z 0 upgraded, 3 newly installed, 1 to remove and 19 not upgraded.
2025-08-20T21:41:25.9916618Z Need to get 71.5 kB of archives.
2025-08-20T21:41:25.9917178Z After this operation, 16.4 kB of additional disk space will be used.
2025-08-20T21:41:25.9917669Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:41:26.0241374Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 iputils-ping amd64 3:20240117-1ubuntu0.1 [44.6 kB]
2025-08-20T21:41:26.0435957Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 iputils-arping amd64 3:20240117-1ubuntu0.1 [15.1 kB]
2025-08-20T21:41:26.0615401Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 iputils-clockdiff amd64 3:20240117-1ubuntu0.1 [11.8 kB]
2025-08-20T21:41:26.3654793Z Fetched 71.5 kB in 0s (886 kB/s)
2025-08-20T21:41:26.3842129Z (Reading database ... 
2025-08-20T21:41:26.3842787Z (Reading database ... 5%
2025-08-20T21:41:26.3843165Z (Reading database ... 10%
2025-08-20T21:41:26.3843522Z (Reading database ... 15%
2025-08-20T21:41:26.3843843Z (Reading database ... 20%
2025-08-20T21:41:26.3844298Z (Reading database ... 25%
2025-08-20T21:41:26.3844539Z (Reading database ... 30%
2025-08-20T21:41:26.3844770Z (Reading database ... 35%
2025-08-20T21:41:26.3844999Z (Reading database ... 40%
2025-08-20T21:41:26.3845223Z (Reading database ... 45%
2025-08-20T21:41:26.3845447Z (Reading database ... 50%
2025-08-20T21:41:26.3926889Z (Reading database ... 55%
2025-08-20T21:41:26.3962387Z (Reading database ... 60%
2025-08-20T21:41:26.3985167Z (Reading database ... 65%
2025-08-20T21:41:26.4026790Z (Reading database ... 70%
2025-08-20T21:41:26.4056412Z (Reading database ... 75%
2025-08-20T21:41:26.4080077Z (Reading database ... 80%
2025-08-20T21:41:26.4251044Z (Reading database ... 85%
2025-08-20T21:41:26.4530937Z (Reading database ... 90%
2025-08-20T21:41:26.4621401Z (Reading database ... 95%
2025-08-20T21:41:26.4621897Z (Reading database ... 100%
2025-08-20T21:41:26.4622790Z (Reading database ... 236946 files and directories currently installed.)
2025-08-20T21:41:26.4666021Z Removing inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-20T21:41:26.5146748Z Selecting previously unselected package iputils-ping.
2025-08-20T21:41:26.5209801Z (Reading database ... 
2025-08-20T21:41:26.5210237Z (Reading database ... 5%
2025-08-20T21:41:26.5210585Z (Reading database ... 10%
2025-08-20T21:41:26.5210947Z (Reading database ... 15%
2025-08-20T21:41:26.5211278Z (Reading database ... 20%
2025-08-20T21:41:26.5211637Z (Reading database ... 25%
2025-08-20T21:41:26.5211988Z (Reading database ... 30%
2025-08-20T21:41:26.5212558Z (Reading database ... 35%
2025-08-20T21:41:26.5212933Z (Reading database ... 40%
2025-08-20T21:41:26.5213280Z (Reading database ... 45%
2025-08-20T21:41:26.5213639Z (Reading database ... 50%
2025-08-20T21:41:26.5304278Z (Reading database ... 55%
2025-08-20T21:41:26.5342792Z (Reading database ... 60%
2025-08-20T21:41:26.5366554Z (Reading database ... 65%
2025-08-20T21:41:26.5409156Z (Reading database ... 70%
2025-08-20T21:41:26.5440107Z (Reading database ... 75%
2025-08-20T21:41:26.5464909Z (Reading database ... 80%
2025-08-20T21:41:26.5641660Z (Reading database ... 85%
2025-08-20T21:41:26.5939407Z (Reading database ... 90%
2025-08-20T21:41:26.6041402Z (Reading database ... 95%
2025-08-20T21:41:26.6041835Z (Reading database ... 100%
2025-08-20T21:41:26.6042611Z (Reading database ... 236937 files and directories currently installed.)
2025-08-20T21:41:26.6090632Z Preparing to unpack .../iputils-ping_3%3a20240117-1ubuntu0.1_amd64.deb ...
2025-08-20T21:41:26.6100890Z Unpacking iputils-ping (3:20240117-1ubuntu0.1) ...
2025-08-20T21:41:26.6346099Z Selecting previously unselected package iputils-arping.
2025-08-20T21:41:26.6495035Z Preparing to unpack .../iputils-arping_3%3a20240117-1ubuntu0.1_amd64.deb ...
2025-08-20T21:41:26.6511727Z Unpacking iputils-arping (3:20240117-1ubuntu0.1) ...
2025-08-20T21:41:26.6750287Z Selecting previously unselected package iputils-clockdiff.
2025-08-20T21:41:26.6899446Z Preparing to unpack .../iputils-clockdiff_3%3a20240117-1ubuntu0.1_amd64.deb ...
2025-08-20T21:41:26.6911364Z Unpacking iputils-clockdiff (3:20240117-1ubuntu0.1) ...
2025-08-20T21:41:26.7336950Z Setting up iputils-arping (3:20240117-1ubuntu0.1) ...
2025-08-20T21:41:26.7507654Z Setting up iputils-ping (3:20240117-1ubuntu0.1) ...
2025-08-20T21:41:26.7704841Z Setting up iputils-clockdiff (3:20240117-1ubuntu0.1) ...
2025-08-20T21:41:26.7871416Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:41:32.8843865Z Reading package lists...
2025-08-20T21:41:33.0673426Z Building dependency tree...
2025-08-20T21:41:33.0682391Z Reading state information...
2025-08-20T21:41:33.2353646Z python3-pip is already the newest version (24.0+dfsg-1ubuntu1.2).
2025-08-20T21:41:33.2354402Z python3-venv is already the newest version (3.12.3-0ubuntu2).
2025-08-20T21:41:33.2744783Z 0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:41:35.5945697Z pip 24.0 from /usr/lib/python3/dist-packages/pip (python 3.12)
2025-08-20T21:41:36.2824988Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T21:41:37.9314421Z Requirement already satisfied: pip in /usr/lib/python3/dist-packages (24.0)
2025-08-20T21:41:38.0491157Z Collecting pip
2025-08-20T21:41:38.0948548Z   Downloading pip-25.2-py3-none-any.whl.metadata (4.7 kB)
2025-08-20T21:41:38.1065193Z Downloading pip-25.2-py3-none-any.whl (1.8 MB)
2025-08-20T21:41:38.2177242Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 16.2 MB/s eta 0:00:00
2025-08-20T21:41:38.4995435Z Installing collected packages: pip
2025-08-20T21:41:39.2338935Z Successfully installed pip-25.2
2025-08-20T21:41:39.4561164Z pip 25.2 from /home/runner/.local/lib/python3.12/site-packages/pip (python 3.12)
2025-08-20T21:41:39.5008366Z Reading package lists...
2025-08-20T21:41:39.6690254Z Building dependency tree...
2025-08-20T21:41:39.6698883Z Reading state information...
2025-08-20T21:41:39.8340443Z pciutils is already the newest version (1:3.10.0-2build1).
2025-08-20T21:41:39.8341043Z pciutils set to manually installed.
2025-08-20T21:41:39.8341534Z procps is already the newest version (2:4.0.4-4ubuntu3.2).
2025-08-20T21:41:39.8342447Z python3-distro is already the newest version (1.9.0-1).
2025-08-20T21:41:39.8342961Z python3-distro set to manually installed.
2025-08-20T21:41:39.8343547Z python3-netifaces is already the newest version (0.11.0-2build3).
2025-08-20T21:41:39.8344118Z python3-netifaces set to manually installed.
2025-08-20T21:41:39.8344626Z The following additional packages will be installed:
2025-08-20T21:41:39.8345482Z   libsysfs2
2025-08-20T21:41:39.8353870Z Suggested packages:
2025-08-20T21:41:39.8354199Z   fancontrol read-edid i2c-tools
2025-08-20T21:41:39.8611325Z The following NEW packages will be installed:
2025-08-20T21:41:39.8613422Z   libsysfs2 lm-sensors sysfsutils virt-what
2025-08-20T21:41:39.8796071Z 0 upgraded, 4 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:41:39.9033137Z Need to get 142 kB of archives.
2025-08-20T21:41:39.9033784Z After this operation, 577 kB of additional disk space will be used.
2025-08-20T21:41:39.9034500Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:41:39.9476188Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libsysfs2 amd64 2.1.1-6build1 [20.0 kB]
2025-08-20T21:41:39.9671269Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 sysfsutils amd64 2.1.1-6build1 [15.5 kB]
2025-08-20T21:41:39.9855009Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 lm-sensors amd64 1:3.6.0-9build1 [90.1 kB]
2025-08-20T21:41:40.0125354Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 virt-what amd64 1.25-2 [15.9 kB]
2025-08-20T21:41:40.2847175Z Fetched 142 kB in 0s (1179 kB/s)
2025-08-20T21:41:40.3069380Z Selecting previously unselected package libsysfs2:amd64.
2025-08-20T21:41:40.3131845Z (Reading database ... 
2025-08-20T21:41:40.3132452Z (Reading database ... 5%
2025-08-20T21:41:40.3132837Z (Reading database ... 10%
2025-08-20T21:41:40.3133210Z (Reading database ... 15%
2025-08-20T21:41:40.3133566Z (Reading database ... 20%
2025-08-20T21:41:40.3133936Z (Reading database ... 25%
2025-08-20T21:41:40.3134290Z (Reading database ... 30%
2025-08-20T21:41:40.3135220Z (Reading database ... 35%
2025-08-20T21:41:40.3135578Z (Reading database ... 40%
2025-08-20T21:41:40.3135941Z (Reading database ... 45%
2025-08-20T21:41:40.3136291Z (Reading database ... 50%
2025-08-20T21:41:40.3219616Z (Reading database ... 55%
2025-08-20T21:41:40.3256479Z (Reading database ... 60%
2025-08-20T21:41:40.3279839Z (Reading database ... 65%
2025-08-20T21:41:40.3324187Z (Reading database ... 70%
2025-08-20T21:41:40.3354507Z (Reading database ... 75%
2025-08-20T21:41:40.3379100Z (Reading database ... 80%
2025-08-20T21:41:40.3556779Z (Reading database ... 85%
2025-08-20T21:41:40.3856186Z (Reading database ... 90%
2025-08-20T21:41:40.3956335Z (Reading database ... 95%
2025-08-20T21:41:40.3956757Z (Reading database ... 100%
2025-08-20T21:41:40.3957170Z (Reading database ... 236956 files and directories currently installed.)
2025-08-20T21:41:40.4005261Z Preparing to unpack .../libsysfs2_2.1.1-6build1_amd64.deb ...
2025-08-20T21:41:40.4024479Z Unpacking libsysfs2:amd64 (2.1.1-6build1) ...
2025-08-20T21:41:40.4276767Z Selecting previously unselected package sysfsutils.
2025-08-20T21:41:40.4423760Z Preparing to unpack .../sysfsutils_2.1.1-6build1_amd64.deb ...
2025-08-20T21:41:40.4468391Z Unpacking sysfsutils (2.1.1-6build1) ...
2025-08-20T21:41:40.4714761Z Selecting previously unselected package lm-sensors.
2025-08-20T21:41:40.4858449Z Preparing to unpack .../lm-sensors_1%3a3.6.0-9build1_amd64.deb ...
2025-08-20T21:41:40.5050545Z Unpacking lm-sensors (1:3.6.0-9build1) ...
2025-08-20T21:41:40.5348632Z Selecting previously unselected package virt-what.
2025-08-20T21:41:40.5499870Z Preparing to unpack .../virt-what_1.25-2_amd64.deb ...
2025-08-20T21:41:40.5508051Z Unpacking virt-what (1.25-2) ...
2025-08-20T21:41:40.5934945Z Setting up virt-what (1.25-2) ...
2025-08-20T21:41:40.5961609Z Setting up libsysfs2:amd64 (2.1.1-6build1) ...
2025-08-20T21:41:40.5987905Z Setting up sysfsutils (2.1.1-6build1) ...
2025-08-20T21:41:41.0004279Z Created symlink /etc/systemd/system/sysfs.service → /usr/lib/systemd/system/sysfsutils.service.
2025-08-20T21:41:41.0004681Z 
2025-08-20T21:41:41.0005147Z Created symlink /etc/systemd/system/multi-user.target.wants/sysfsutils.service → /usr/lib/systemd/system/sysfsutils.service.
2025-08-20T21:41:41.0005608Z 
2025-08-20T21:41:41.3319549Z Setting up lm-sensors (1:3.6.0-9build1) ...
2025-08-20T21:41:41.7244926Z Created symlink /etc/systemd/system/multi-user.target.wants/lm-sensors.service → /usr/lib/systemd/system/lm-sensors.service.
2025-08-20T21:41:41.7245453Z 
2025-08-20T21:41:41.7284507Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:41:46.4743561Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T21:41:48.1546321Z Reading package lists...
2025-08-20T21:41:48.3714940Z Building dependency tree...
2025-08-20T21:41:48.3723932Z Reading state information...
2025-08-20T21:41:48.5664432Z scons is already the newest version (4.5.2+dfsg-1).
2025-08-20T21:41:48.5665120Z The following additional packages will be installed:
2025-08-20T21:41:48.5670630Z   libpthread-stubs0-dev libxau-dev libxcb-shape0 libxdmcp-dev x11proto-dev
2025-08-20T21:41:48.5671252Z   xorg-sgml-doctools
2025-08-20T21:41:48.5678788Z Suggested packages:
2025-08-20T21:41:48.5679105Z   libxcb-doc
2025-08-20T21:41:48.5859775Z The following NEW packages will be installed:
2025-08-20T21:41:48.5862178Z   libpthread-stubs0-dev libxau-dev libxcb-render0-dev libxcb-shape0
2025-08-20T21:41:48.5866984Z   libxcb-shape0-dev libxcb-xfixes0-dev libxcb1-dev libxdmcp-dev x11proto-dev
2025-08-20T21:41:48.5867646Z   xcb xorg-sgml-doctools
2025-08-20T21:41:48.6056368Z 0 upgraded, 11 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T21:41:48.6057004Z Need to get 807 kB of archives.
2025-08-20T21:41:48.6057606Z After this operation, 3089 kB of additional disk space will be used.
2025-08-20T21:41:48.6058284Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T21:41:48.6501125Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libpthread-stubs0-dev amd64 0.4-1build3 [4746 B]
2025-08-20T21:41:48.6687028Z 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-20T21:41:48.6873904Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 x11proto-dev all 2023.2-1 [602 kB]
2025-08-20T21:41:48.7278012Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxau-dev amd64 1:1.0.9-1build6 [9570 B]
2025-08-20T21:41:48.7466830Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxdmcp-dev amd64 1:1.1.3-0ubuntu6 [26.5 kB]
2025-08-20T21:41:48.7653837Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxcb1-dev amd64 1.15-1ubuntu2 [85.8 kB]
2025-08-20T21:41:48.7849781Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxcb-render0-dev amd64 1.15-1ubuntu2 [19.6 kB]
2025-08-20T21:41:48.8030621Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxcb-shape0 amd64 1.15-1ubuntu2 [6100 B]
2025-08-20T21:41:48.8214296Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxcb-shape0-dev amd64 1.15-1ubuntu2 [7310 B]
2025-08-20T21:41:48.8398353Z Get:11 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxcb-xfixes0-dev amd64 1.15-1ubuntu2 [12.6 kB]
2025-08-20T21:41:48.8586540Z Get:12 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 xcb amd64 2.4-8build2 [21.3 kB]
2025-08-20T21:41:49.1614043Z Fetched 807 kB in 0s (3054 kB/s)
2025-08-20T21:41:49.1818640Z Selecting previously unselected package libpthread-stubs0-dev:amd64.
2025-08-20T21:41:49.1880796Z (Reading database ... 
2025-08-20T21:41:49.1881273Z (Reading database ... 5%
2025-08-20T21:41:49.1881668Z (Reading database ... 10%
2025-08-20T21:41:49.1882042Z (Reading database ... 15%
2025-08-20T21:41:49.1882632Z (Reading database ... 20%
2025-08-20T21:41:49.1882990Z (Reading database ... 25%
2025-08-20T21:41:49.1883344Z (Reading database ... 30%
2025-08-20T21:41:49.1883712Z (Reading database ... 35%
2025-08-20T21:41:49.1884072Z (Reading database ... 40%
2025-08-20T21:41:49.1884419Z (Reading database ... 45%
2025-08-20T21:41:49.1884770Z (Reading database ... 50%
2025-08-20T21:41:49.1992406Z (Reading database ... 55%
2025-08-20T21:41:49.2015694Z (Reading database ... 60%
2025-08-20T21:41:49.2041500Z (Reading database ... 65%
2025-08-20T21:41:49.2089787Z (Reading database ... 70%
2025-08-20T21:41:49.2122618Z (Reading database ... 75%
2025-08-20T21:41:49.2148926Z (Reading database ... 80%
2025-08-20T21:41:49.2354503Z (Reading database ... 85%
2025-08-20T21:41:49.2682698Z (Reading database ... 90%
2025-08-20T21:41:49.2791942Z (Reading database ... 95%
2025-08-20T21:41:49.2792540Z (Reading database ... 100%
2025-08-20T21:41:49.2793386Z (Reading database ... 237013 files and directories currently installed.)
2025-08-20T21:41:49.2843731Z Preparing to unpack .../00-libpthread-stubs0-dev_0.4-1build3_amd64.deb ...
2025-08-20T21:41:49.2854082Z Unpacking libpthread-stubs0-dev:amd64 (0.4-1build3) ...
2025-08-20T21:41:49.3088367Z Selecting previously unselected package xorg-sgml-doctools.
2025-08-20T21:41:49.3241683Z Preparing to unpack .../01-xorg-sgml-doctools_1%3a1.11-1.1_all.deb ...
2025-08-20T21:41:49.3250939Z Unpacking xorg-sgml-doctools (1:1.11-1.1) ...
2025-08-20T21:41:49.3572738Z Selecting previously unselected package x11proto-dev.
2025-08-20T21:41:49.3724764Z Preparing to unpack .../02-x11proto-dev_2023.2-1_all.deb ...
2025-08-20T21:41:49.3735894Z Unpacking x11proto-dev (2023.2-1) ...
2025-08-20T21:41:49.4453671Z Selecting previously unselected package libxau-dev:amd64.
2025-08-20T21:41:49.4606248Z Preparing to unpack .../03-libxau-dev_1%3a1.0.9-1build6_amd64.deb ...
2025-08-20T21:41:49.4617394Z Unpacking libxau-dev:amd64 (1:1.0.9-1build6) ...
2025-08-20T21:41:49.4861099Z Selecting previously unselected package libxdmcp-dev:amd64.
2025-08-20T21:41:49.5008248Z Preparing to unpack .../04-libxdmcp-dev_1%3a1.1.3-0ubuntu6_amd64.deb ...
2025-08-20T21:41:49.5019587Z Unpacking libxdmcp-dev:amd64 (1:1.1.3-0ubuntu6) ...
2025-08-20T21:41:49.5257742Z Selecting previously unselected package libxcb1-dev:amd64.
2025-08-20T21:41:49.5403586Z Preparing to unpack .../05-libxcb1-dev_1.15-1ubuntu2_amd64.deb ...
2025-08-20T21:41:49.5413253Z Unpacking libxcb1-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T21:41:49.5671294Z Selecting previously unselected package libxcb-render0-dev:amd64.
2025-08-20T21:41:49.5822538Z Preparing to unpack .../06-libxcb-render0-dev_1.15-1ubuntu2_amd64.deb ...
2025-08-20T21:41:49.5830600Z Unpacking libxcb-render0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T21:41:49.6071599Z Selecting previously unselected package libxcb-shape0:amd64.
2025-08-20T21:41:49.6218491Z Preparing to unpack .../07-libxcb-shape0_1.15-1ubuntu2_amd64.deb ...
2025-08-20T21:41:49.6241611Z Unpacking libxcb-shape0:amd64 (1.15-1ubuntu2) ...
2025-08-20T21:41:49.6457657Z Selecting previously unselected package libxcb-shape0-dev:amd64.
2025-08-20T21:41:49.6606071Z Preparing to unpack .../08-libxcb-shape0-dev_1.15-1ubuntu2_amd64.deb ...
2025-08-20T21:41:49.6617072Z Unpacking libxcb-shape0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T21:41:49.6898855Z Selecting previously unselected package libxcb-xfixes0-dev:amd64.
2025-08-20T21:41:49.7048915Z Preparing to unpack .../09-libxcb-xfixes0-dev_1.15-1ubuntu2_amd64.deb ...
2025-08-20T21:41:49.7056630Z Unpacking libxcb-xfixes0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T21:41:49.7310924Z Selecting previously unselected package xcb.
2025-08-20T21:41:49.7461855Z Preparing to unpack .../10-xcb_2.4-8build2_amd64.deb ...
2025-08-20T21:41:49.7470391Z Unpacking xcb (2.4-8build2) ...
2025-08-20T21:41:49.8115225Z Setting up libxcb-shape0:amd64 (1.15-1ubuntu2) ...
2025-08-20T21:41:49.8141886Z Setting up libpthread-stubs0-dev:amd64 (0.4-1build3) ...
2025-08-20T21:41:49.8164978Z Setting up xcb (2.4-8build2) ...
2025-08-20T21:41:49.8218477Z Setting up xorg-sgml-doctools (1:1.11-1.1) ...
2025-08-20T21:41:49.8304076Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T21:41:49.8464985Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T21:41:54.3745598Z Processing triggers for sgml-base (1.31) ...
2025-08-20T21:41:54.3839179Z Setting up x11proto-dev (2023.2-1) ...
2025-08-20T21:41:54.3870482Z Setting up libxau-dev:amd64 (1:1.0.9-1build6) ...
2025-08-20T21:41:54.3906957Z Setting up libxdmcp-dev:amd64 (1:1.1.3-0ubuntu6) ...
2025-08-20T21:41:54.3937649Z Setting up libxcb1-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T21:41:54.3961429Z Setting up libxcb-render0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T21:41:54.3995485Z Setting up libxcb-shape0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T21:41:54.4019736Z Setting up libxcb-xfixes0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T21:41:56.1185982Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T21:41:56.7515458Z Collecting build
2025-08-20T21:41:56.7960783Z   Downloading build-1.3.0-py3-none-any.whl.metadata (5.6 kB)
2025-08-20T21:41:56.9123085Z Collecting cffi
2025-08-20T21:41:56.9277055Z   Downloading cffi-1.17.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (1.5 kB)
2025-08-20T21:41:56.9445551Z Collecting scons
2025-08-20T21:41:56.9528104Z   Downloading scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T21:41:56.9710404Z Collecting scuba
2025-08-20T21:41:56.9796479Z   Downloading scuba-2.14.1-py3-none-any.whl.metadata (3.4 kB)
2025-08-20T21:41:57.0311198Z Collecting pytest
2025-08-20T21:41:57.0385583Z   Downloading pytest-8.4.1-py3-none-any.whl.metadata (7.7 kB)
2025-08-20T21:41:57.0614693Z Collecting packaging>=19.1 (from build)
2025-08-20T21:41:57.0686633Z   Downloading packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T21:41:57.0835786Z Collecting pyproject_hooks (from build)
2025-08-20T21:41:57.0906619Z   Downloading pyproject_hooks-1.2.0-py3-none-any.whl.metadata (1.3 kB)
2025-08-20T21:41:57.1059019Z Collecting pycparser (from cffi)
2025-08-20T21:41:57.1127385Z   Downloading pycparser-2.22-py3-none-any.whl.metadata (943 bytes)
2025-08-20T21:41:57.1520224Z Collecting PyYAML (from scuba)
2025-08-20T21:41:57.1595525Z   Downloading PyYAML-6.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.1 kB)
2025-08-20T21:41:57.1747407Z Collecting iniconfig>=1 (from pytest)
2025-08-20T21:41:57.1818091Z   Downloading iniconfig-2.1.0-py3-none-any.whl.metadata (2.7 kB)
2025-08-20T21:41:57.2018884Z Collecting pluggy<2,>=1.5 (from pytest)
2025-08-20T21:41:57.2100729Z   Downloading pluggy-1.6.0-py3-none-any.whl.metadata (4.8 kB)
2025-08-20T21:41:57.2331062Z Collecting pygments>=2.7.2 (from pytest)
2025-08-20T21:41:57.2405023Z   Downloading pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T21:41:57.2538044Z Downloading build-1.3.0-py3-none-any.whl (23 kB)
2025-08-20T21:41:57.2642013Z Downloading cffi-1.17.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (479 kB)
2025-08-20T21:41:57.2942993Z Downloading scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T21:41:57.3245566Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.1/4.1 MB 141.5 MB/s  0:00:00
2025-08-20T21:41:57.3329297Z Downloading scuba-2.14.1-py3-none-any.whl (292 kB)
2025-08-20T21:41:57.3429241Z Downloading pytest-8.4.1-py3-none-any.whl (365 kB)
2025-08-20T21:41:57.3530976Z Downloading pluggy-1.6.0-py3-none-any.whl (20 kB)
2025-08-20T21:41:57.3646947Z Downloading iniconfig-2.1.0-py3-none-any.whl (6.0 kB)
2025-08-20T21:41:57.3736979Z Downloading packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T21:41:57.3826928Z Downloading pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T21:41:57.3915617Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 154.7 MB/s  0:00:00
2025-08-20T21:41:57.3985229Z Downloading pycparser-2.22-py3-none-any.whl (117 kB)
2025-08-20T21:41:57.4078432Z Downloading pyproject_hooks-1.2.0-py3-none-any.whl (10 kB)
2025-08-20T21:41:57.4163338Z Downloading PyYAML-6.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (767 kB)
2025-08-20T21:41:57.4226985Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 767.5/767.5 kB 120.2 MB/s  0:00:00
2025-08-20T21:41:57.5353750Z Installing collected packages: scons, PyYAML, pyproject_hooks, pygments, pycparser, pluggy, packaging, iniconfig, scuba, pytest, cffi, build
2025-08-20T21:41:59.2625370Z 
2025-08-20T21:41:59.2643041Z 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-20T21:41:59.5917483Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T21:42:00.2252867Z Collecting ansi2txt
2025-08-20T21:42:00.2692704Z   Downloading ansi2txt-0.2.0-py3-none-any.whl.metadata (2.1 kB)
2025-08-20T21:42:00.2949452Z Collecting pipx
2025-08-20T21:42:00.3021971Z   Downloading pipx-1.7.1-py3-none-any.whl.metadata (18 kB)
2025-08-20T21:42:00.3232725Z Collecting scons
2025-08-20T21:42:00.3251650Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T21:42:00.3385274Z Collecting py2static
2025-08-20T21:42:00.3463969Z   Downloading py2static-0.0.1-py3-none-any.whl.metadata (1.2 kB)
2025-08-20T21:42:00.3692940Z Collecting typer
2025-08-20T21:42:00.3764178Z   Downloading typer-0.16.1-py3-none-any.whl.metadata (15 kB)
2025-08-20T21:42:00.4106082Z Collecting argcomplete>=1.9.4 (from pipx)
2025-08-20T21:42:00.4180842Z   Downloading argcomplete-3.6.2-py3-none-any.whl.metadata (16 kB)
2025-08-20T21:42:00.4404954Z Collecting packaging>=20 (from pipx)
2025-08-20T21:42:00.4417692Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T21:42:00.4633469Z Collecting platformdirs>=2.1 (from pipx)
2025-08-20T21:42:00.4704154Z   Downloading platformdirs-4.3.8-py3-none-any.whl.metadata (12 kB)
2025-08-20T21:42:00.4884609Z Collecting userpath!=1.9,>=1.6 (from pipx)
2025-08-20T21:42:00.4954399Z   Downloading userpath-1.9.2-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T21:42:00.5408060Z Collecting pyinstaller (from py2static)
2025-08-20T21:42:00.5486415Z   Downloading pyinstaller-6.15.0-py3-none-manylinux2014_x86_64.whl.metadata (8.4 kB)
2025-08-20T21:42:00.5682142Z Collecting staticx (from py2static)
2025-08-20T21:42:00.5773304Z   Downloading staticx-0.14.1-py3-none-manylinux1_x86_64.whl.metadata (1.9 kB)
2025-08-20T21:42:00.5996510Z Collecting click>=8.0.0 (from typer)
2025-08-20T21:42:00.6068691Z   Downloading click-8.2.1-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T21:42:00.6439148Z Collecting typing-extensions>=3.7.4.3 (from typer)
2025-08-20T21:42:00.6510958Z   Downloading typing_extensions-4.14.1-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T21:42:00.6715143Z Collecting shellingham>=1.3.0 (from typer)
2025-08-20T21:42:00.6785718Z   Downloading shellingham-1.5.4-py2.py3-none-any.whl.metadata (3.5 kB)
2025-08-20T21:42:00.7210129Z Collecting rich>=10.11.0 (from typer)
2025-08-20T21:42:00.7288482Z   Downloading rich-14.1.0-py3-none-any.whl.metadata (18 kB)
2025-08-20T21:42:00.7508779Z Collecting markdown-it-py>=2.2.0 (from rich>=10.11.0->typer)
2025-08-20T21:42:00.7577076Z   Downloading markdown_it_py-4.0.0-py3-none-any.whl.metadata (7.3 kB)
2025-08-20T21:42:00.7835787Z Collecting pygments<3.0.0,>=2.13.0 (from rich>=10.11.0->typer)
2025-08-20T21:42:00.7846138Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T21:42:00.7977051Z Collecting mdurl~=0.1 (from markdown-it-py>=2.2.0->rich>=10.11.0->typer)
2025-08-20T21:42:00.8045533Z   Downloading mdurl-0.1.2-py3-none-any.whl.metadata (1.6 kB)
2025-08-20T21:42:00.9297013Z Collecting setuptools>=42.0.0 (from pyinstaller->py2static)
2025-08-20T21:42:00.9373874Z   Downloading setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-20T21:42:00.9625303Z Collecting altgraph (from pyinstaller->py2static)
2025-08-20T21:42:00.9713139Z   Downloading altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-20T21:42:00.9937050Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller->py2static)
2025-08-20T21:42:01.0019861Z   Downloading pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-20T21:42:01.0253362Z Collecting pyelftools (from staticx->py2static)
2025-08-20T21:42:01.0343800Z   Downloading pyelftools-0.32-py3-none-any.whl.metadata (372 bytes)
2025-08-20T21:42:01.0477885Z Downloading ansi2txt-0.2.0-py3-none-any.whl (14 kB)
2025-08-20T21:42:01.0567979Z Downloading pipx-1.7.1-py3-none-any.whl (78 kB)
2025-08-20T21:42:01.0665644Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T21:42:01.0780905Z Downloading py2static-0.0.1-py3-none-any.whl (5.7 kB)
2025-08-20T21:42:01.0879372Z Downloading typer-0.16.1-py3-none-any.whl (46 kB)
2025-08-20T21:42:01.0969909Z Downloading argcomplete-3.6.2-py3-none-any.whl (43 kB)
2025-08-20T21:42:01.1059175Z Downloading click-8.2.1-py3-none-any.whl (102 kB)
2025-08-20T21:42:01.1106277Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T21:42:01.1178511Z Downloading platformdirs-4.3.8-py3-none-any.whl (18 kB)
2025-08-20T21:42:01.1284961Z Downloading rich-14.1.0-py3-none-any.whl (243 kB)
2025-08-20T21:42:01.1385547Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T21:42:01.1488708Z Downloading markdown_it_py-4.0.0-py3-none-any.whl (87 kB)
2025-08-20T21:42:01.1592661Z Downloading mdurl-0.1.2-py3-none-any.whl (10.0 kB)
2025-08-20T21:42:01.1703292Z Downloading shellingham-1.5.4-py2.py3-none-any.whl (9.8 kB)
2025-08-20T21:42:01.1795615Z Downloading typing_extensions-4.14.1-py3-none-any.whl (43 kB)
2025-08-20T21:42:01.1886434Z Downloading userpath-1.9.2-py3-none-any.whl (9.1 kB)
2025-08-20T21:42:01.2014623Z Downloading pyinstaller-6.15.0-py3-none-manylinux2014_x86_64.whl (732 kB)
2025-08-20T21:42:01.2118879Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 732.2/732.2 kB 62.1 MB/s  0:00:00
2025-08-20T21:42:01.2191321Z Downloading pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-20T21:42:01.2318245Z Downloading setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-20T21:42:01.2472702Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 72.1 MB/s  0:00:00
2025-08-20T21:42:01.2545551Z Downloading altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-20T21:42:01.2712904Z Downloading staticx-0.14.1-py3-none-manylinux1_x86_64.whl (182 kB)
2025-08-20T21:42:01.2813153Z Downloading pyelftools-0.32-py3-none-any.whl (188 kB)
2025-08-20T21:42:01.4325108Z 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-20T21:42:02.3337223Z   Attempting uninstall: scons
2025-08-20T21:42:02.3422648Z     Found existing installation: SCons 4.9.1
2025-08-20T21:42:02.3808440Z     Uninstalling SCons-4.9.1:
2025-08-20T21:42:02.3881728Z       Successfully uninstalled SCons-4.9.1
2025-08-20T21:42:03.0118102Z   Attempting uninstall: pygments
2025-08-20T21:42:03.0207986Z     Found existing installation: Pygments 2.19.2
2025-08-20T21:42:03.0441241Z     Uninstalling Pygments-2.19.2:
2025-08-20T21:42:03.0468098Z       Successfully uninstalled Pygments-2.19.2
2025-08-20T21:42:03.6730328Z   Attempting uninstall: packaging
2025-08-20T21:42:03.6810460Z     Found existing installation: packaging 25.0
2025-08-20T21:42:03.6835821Z     Uninstalling packaging-25.0:
2025-08-20T21:42:03.6843418Z       Successfully uninstalled packaging-25.0
2025-08-20T21:42:04.7093298Z 
2025-08-20T21:42:04.7123136Z 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-20T21:42:05.0507897Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T21:42:05.6894676Z Collecting build
2025-08-20T21:42:05.6907175Z   Using cached build-1.3.0-py3-none-any.whl.metadata (5.6 kB)
2025-08-20T21:42:05.7847674Z Collecting cffi
2025-08-20T21:42:05.7860869Z   Using cached cffi-1.17.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (1.5 kB)
2025-08-20T21:42:05.8016926Z Collecting scons
2025-08-20T21:42:05.8028462Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T21:42:05.8223090Z Collecting scuba
2025-08-20T21:42:05.8233975Z   Using cached scuba-2.14.1-py3-none-any.whl.metadata (3.4 kB)
2025-08-20T21:42:05.8696114Z Collecting pytest
2025-08-20T21:42:05.8707684Z   Using cached pytest-8.4.1-py3-none-any.whl.metadata (7.7 kB)
2025-08-20T21:42:05.8899472Z Collecting packaging>=19.1 (from build)
2025-08-20T21:42:05.8910173Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T21:42:05.9019205Z Collecting pyproject_hooks (from build)
2025-08-20T21:42:05.9029489Z   Using cached pyproject_hooks-1.2.0-py3-none-any.whl.metadata (1.3 kB)
2025-08-20T21:42:05.9146173Z Collecting pycparser (from cffi)
2025-08-20T21:42:05.9198607Z   Using cached pycparser-2.22-py3-none-any.whl.metadata (943 bytes)
2025-08-20T21:42:05.9477853Z Collecting PyYAML (from scuba)
2025-08-20T21:42:05.9489928Z   Using cached PyYAML-6.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.1 kB)
2025-08-20T21:42:05.9618174Z Collecting iniconfig>=1 (from pytest)
2025-08-20T21:42:05.9628648Z   Using cached iniconfig-2.1.0-py3-none-any.whl.metadata (2.7 kB)
2025-08-20T21:42:05.9797905Z Collecting pluggy<2,>=1.5 (from pytest)
2025-08-20T21:42:05.9808423Z   Using cached pluggy-1.6.0-py3-none-any.whl.metadata (4.8 kB)
2025-08-20T21:42:06.0011817Z Collecting pygments>=2.7.2 (from pytest)
2025-08-20T21:42:06.0022631Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T21:42:06.0081601Z Using cached build-1.3.0-py3-none-any.whl (23 kB)
2025-08-20T21:42:06.0091869Z Using cached cffi-1.17.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (479 kB)
2025-08-20T21:42:06.0105746Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T21:42:06.0145596Z Using cached scuba-2.14.1-py3-none-any.whl (292 kB)
2025-08-20T21:42:06.0157432Z Using cached pytest-8.4.1-py3-none-any.whl (365 kB)
2025-08-20T21:42:06.0170121Z Using cached pluggy-1.6.0-py3-none-any.whl (20 kB)
2025-08-20T21:42:06.0180030Z Using cached iniconfig-2.1.0-py3-none-any.whl (6.0 kB)
2025-08-20T21:42:06.0189582Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T21:42:06.0199543Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T21:42:06.0218631Z Using cached pycparser-2.22-py3-none-any.whl (117 kB)
2025-08-20T21:42:06.0229200Z Using cached pyproject_hooks-1.2.0-py3-none-any.whl (10 kB)
2025-08-20T21:42:06.0238948Z Using cached PyYAML-6.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (767 kB)
2025-08-20T21:42:06.1488701Z Installing collected packages: scons, PyYAML, pyproject_hooks, pygments, pycparser, pluggy, packaging, iniconfig, scuba, pytest, cffi, build
2025-08-20T21:42:06.1494571Z   Attempting uninstall: scons
2025-08-20T21:42:06.1579325Z     Found existing installation: SCons 4.9.1
2025-08-20T21:42:06.1972498Z     Uninstalling SCons-4.9.1:
2025-08-20T21:42:06.2049933Z       Successfully uninstalled SCons-4.9.1
2025-08-20T21:42:06.8423153Z   Attempting uninstall: PyYAML
2025-08-20T21:42:06.8518255Z     Found existing installation: PyYAML 6.0.2
2025-08-20T21:42:06.8549388Z     Uninstalling PyYAML-6.0.2:
2025-08-20T21:42:06.8559393Z       Successfully uninstalled PyYAML-6.0.2
2025-08-20T21:42:06.9115228Z   Attempting uninstall: pyproject_hooks
2025-08-20T21:42:06.9200601Z     Found existing installation: pyproject_hooks 1.2.0
2025-08-20T21:42:06.9218647Z     Uninstalling pyproject_hooks-1.2.0:
2025-08-20T21:42:06.9225992Z       Successfully uninstalled pyproject_hooks-1.2.0
2025-08-20T21:42:06.9322146Z   Attempting uninstall: pygments
2025-08-20T21:42:06.9396128Z     Found existing installation: Pygments 2.19.2
2025-08-20T21:42:06.9627915Z     Uninstalling Pygments-2.19.2:
2025-08-20T21:42:06.9655348Z       Successfully uninstalled Pygments-2.19.2
2025-08-20T21:42:07.5788206Z   Attempting uninstall: pycparser
2025-08-20T21:42:07.5873098Z     Found existing installation: pycparser 2.22
2025-08-20T21:42:07.5908717Z     Uninstalling pycparser-2.22:
2025-08-20T21:42:07.5916789Z       Successfully uninstalled pycparser-2.22
2025-08-20T21:42:07.7185280Z   Attempting uninstall: pluggy
2025-08-20T21:42:07.7266548Z     Found existing installation: pluggy 1.6.0
2025-08-20T21:42:07.7286070Z     Uninstalling pluggy-1.6.0:
2025-08-20T21:42:07.7293256Z       Successfully uninstalled pluggy-1.6.0
2025-08-20T21:42:07.7543652Z   Attempting uninstall: packaging
2025-08-20T21:42:07.7623990Z     Found existing installation: packaging 25.0
2025-08-20T21:42:07.7648578Z     Uninstalling packaging-25.0:
2025-08-20T21:42:07.7656323Z       Successfully uninstalled packaging-25.0
2025-08-20T21:42:07.8038031Z   Attempting uninstall: iniconfig
2025-08-20T21:42:07.8121828Z     Found existing installation: iniconfig 2.1.0
2025-08-20T21:42:07.8138630Z     Uninstalling iniconfig-2.1.0:
2025-08-20T21:42:07.8145563Z       Successfully uninstalled iniconfig-2.1.0
2025-08-20T21:42:07.8215653Z   Attempting uninstall: scuba
2025-08-20T21:42:07.8295117Z     Found existing installation: scuba 2.14.1
2025-08-20T21:42:07.8316850Z     Uninstalling scuba-2.14.1:
2025-08-20T21:42:07.8326519Z       Successfully uninstalled scuba-2.14.1
2025-08-20T21:42:07.8514970Z   Attempting uninstall: pytest
2025-08-20T21:42:07.8598198Z     Found existing installation: pytest 8.4.1
2025-08-20T21:42:07.8663521Z     Uninstalling pytest-8.4.1:
2025-08-20T21:42:07.8928559Z       Successfully uninstalled pytest-8.4.1
2025-08-20T21:42:08.1106461Z   Attempting uninstall: cffi
2025-08-20T21:42:08.1192988Z     Found existing installation: cffi 1.17.1
2025-08-20T21:42:08.1220419Z     Uninstalling cffi-1.17.1:
2025-08-20T21:42:08.1461095Z       Successfully uninstalled cffi-1.17.1
2025-08-20T21:42:08.2144725Z   Attempting uninstall: build
2025-08-20T21:42:08.2225653Z     Found existing installation: build 1.3.0
2025-08-20T21:42:08.2250120Z     Uninstalling build-1.3.0:
2025-08-20T21:42:08.2259874Z       Successfully uninstalled build-1.3.0
2025-08-20T21:42:08.2435143Z 
2025-08-20T21:42:08.2462733Z 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-20T21:42:08.5667014Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T21:42:09.1982948Z Collecting ansi2txt
2025-08-20T21:42:09.1996462Z   Using cached ansi2txt-0.2.0-py3-none-any.whl.metadata (2.1 kB)
2025-08-20T21:42:09.2203697Z Collecting pipx
2025-08-20T21:42:09.2214856Z   Using cached pipx-1.7.1-py3-none-any.whl.metadata (18 kB)
2025-08-20T21:42:09.2381456Z Collecting scons
2025-08-20T21:42:09.2399487Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T21:42:09.2527869Z Collecting py2static
2025-08-20T21:42:09.2538538Z   Using cached py2static-0.0.1-py3-none-any.whl.metadata (1.2 kB)
2025-08-20T21:42:09.2718299Z Collecting typer
2025-08-20T21:42:09.2729786Z   Using cached typer-0.16.1-py3-none-any.whl.metadata (15 kB)
2025-08-20T21:42:09.2994077Z Collecting argcomplete>=1.9.4 (from pipx)
2025-08-20T21:42:09.3006536Z   Using cached argcomplete-3.6.2-py3-none-any.whl.metadata (16 kB)
2025-08-20T21:42:09.3204903Z Collecting packaging>=20 (from pipx)
2025-08-20T21:42:09.3215668Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T21:42:09.3405382Z Collecting platformdirs>=2.1 (from pipx)
2025-08-20T21:42:09.3416310Z   Using cached platformdirs-4.3.8-py3-none-any.whl.metadata (12 kB)
2025-08-20T21:42:09.3566766Z Collecting userpath!=1.9,>=1.6 (from pipx)
2025-08-20T21:42:09.3577205Z   Using cached userpath-1.9.2-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T21:42:09.3971218Z Collecting pyinstaller (from py2static)
2025-08-20T21:42:09.3983862Z   Using cached pyinstaller-6.15.0-py3-none-manylinux2014_x86_64.whl.metadata (8.4 kB)
2025-08-20T21:42:09.4163283Z Collecting staticx (from py2static)
2025-08-20T21:42:09.4173668Z   Using cached staticx-0.14.1-py3-none-manylinux1_x86_64.whl.metadata (1.9 kB)
2025-08-20T21:42:09.4352407Z Collecting click>=8.0.0 (from typer)
2025-08-20T21:42:09.4363024Z   Using cached click-8.2.1-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T21:42:09.4666991Z Collecting typing-extensions>=3.7.4.3 (from typer)
2025-08-20T21:42:09.4678177Z   Using cached typing_extensions-4.14.1-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T21:42:09.4822942Z Collecting shellingham>=1.3.0 (from typer)
2025-08-20T21:42:09.4833534Z   Using cached shellingham-1.5.4-py2.py3-none-any.whl.metadata (3.5 kB)
2025-08-20T21:42:09.5200809Z Collecting rich>=10.11.0 (from typer)
2025-08-20T21:42:09.5212483Z   Using cached rich-14.1.0-py3-none-any.whl.metadata (18 kB)
2025-08-20T21:42:09.5430181Z Collecting markdown-it-py>=2.2.0 (from rich>=10.11.0->typer)
2025-08-20T21:42:09.5441291Z   Using cached markdown_it_py-4.0.0-py3-none-any.whl.metadata (7.3 kB)
2025-08-20T21:42:09.5678637Z Collecting pygments<3.0.0,>=2.13.0 (from rich>=10.11.0->typer)
2025-08-20T21:42:09.5688894Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T21:42:09.5807787Z Collecting mdurl~=0.1 (from markdown-it-py>=2.2.0->rich>=10.11.0->typer)
2025-08-20T21:42:09.5817799Z   Using cached mdurl-0.1.2-py3-none-any.whl.metadata (1.6 kB)
2025-08-20T21:42:09.6929967Z Collecting setuptools>=42.0.0 (from pyinstaller->py2static)
2025-08-20T21:42:09.6944126Z   Using cached setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-20T21:42:09.7140817Z Collecting altgraph (from pyinstaller->py2static)
2025-08-20T21:42:09.7151389Z   Using cached altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-20T21:42:09.7346771Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller->py2static)
2025-08-20T21:42:09.7359269Z   Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-20T21:42:09.7548942Z Collecting pyelftools (from staticx->py2static)
2025-08-20T21:42:09.7559778Z   Using cached pyelftools-0.32-py3-none-any.whl.metadata (372 bytes)
2025-08-20T21:42:09.7600267Z Using cached ansi2txt-0.2.0-py3-none-any.whl (14 kB)
2025-08-20T21:42:09.7623847Z Using cached pipx-1.7.1-py3-none-any.whl (78 kB)
2025-08-20T21:42:09.7624537Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T21:42:09.7661981Z Using cached py2static-0.0.1-py3-none-any.whl (5.7 kB)
2025-08-20T21:42:09.7671762Z Using cached typer-0.16.1-py3-none-any.whl (46 kB)
2025-08-20T21:42:09.7681872Z Using cached argcomplete-3.6.2-py3-none-any.whl (43 kB)
2025-08-20T21:42:09.7691890Z Using cached click-8.2.1-py3-none-any.whl (102 kB)
2025-08-20T21:42:09.7702121Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T21:42:09.7712467Z Using cached platformdirs-4.3.8-py3-none-any.whl (18 kB)
2025-08-20T21:42:09.7722181Z Using cached rich-14.1.0-py3-none-any.whl (243 kB)
2025-08-20T21:42:09.7733671Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T21:42:09.7752963Z Using cached markdown_it_py-4.0.0-py3-none-any.whl (87 kB)
2025-08-20T21:42:09.7763158Z Using cached mdurl-0.1.2-py3-none-any.whl (10.0 kB)
2025-08-20T21:42:09.7773196Z Using cached shellingham-1.5.4-py2.py3-none-any.whl (9.8 kB)
2025-08-20T21:42:09.7783136Z Using cached typing_extensions-4.14.1-py3-none-any.whl (43 kB)
2025-08-20T21:42:09.7793542Z Using cached userpath-1.9.2-py3-none-any.whl (9.1 kB)
2025-08-20T21:42:09.7803328Z Using cached pyinstaller-6.15.0-py3-none-manylinux2014_x86_64.whl (732 kB)
2025-08-20T21:42:09.7818626Z Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-20T21:42:09.7831757Z Using cached setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-20T21:42:09.7851041Z Using cached altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-20T21:42:09.7861487Z Using cached staticx-0.14.1-py3-none-manylinux1_x86_64.whl (182 kB)
2025-08-20T21:42:09.7872439Z Using cached pyelftools-0.32-py3-none-any.whl (188 kB)
2025-08-20T21:42:09.9405933Z 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-20T21:42:09.9409980Z   Attempting uninstall: pyelftools
2025-08-20T21:42:09.9490694Z     Found existing installation: pyelftools 0.32
2025-08-20T21:42:09.9542032Z     Uninstalling pyelftools-0.32:
2025-08-20T21:42:09.9558023Z       Successfully uninstalled pyelftools-0.32
2025-08-20T21:42:10.0670051Z   Attempting uninstall: altgraph
2025-08-20T21:42:10.0759321Z     Found existing installation: altgraph 0.17.4
2025-08-20T21:42:10.0778992Z     Uninstalling altgraph-0.17.4:
2025-08-20T21:42:10.0802781Z       Successfully uninstalled altgraph-0.17.4
2025-08-20T21:42:10.0931700Z   Attempting uninstall: typing-extensions
2025-08-20T21:42:10.1020823Z     Found existing installation: typing_extensions 4.14.1
2025-08-20T21:42:10.1034956Z     Uninstalling typing_extensions-4.14.1:
2025-08-20T21:42:10.1279259Z       Successfully uninstalled typing_extensions-4.14.1
2025-08-20T21:42:10.1525299Z   Attempting uninstall: staticx
2025-08-20T21:42:10.1611903Z     Found existing installation: staticx 0.14.1
2025-08-20T21:42:10.1638612Z     Uninstalling staticx-0.14.1:
2025-08-20T21:42:10.1649147Z       Successfully uninstalled staticx-0.14.1
2025-08-20T21:42:10.1855716Z   Attempting uninstall: shellingham
2025-08-20T21:42:10.1939302Z     Found existing installation: shellingham 1.5.4
2025-08-20T21:42:10.1958227Z     Uninstalling shellingham-1.5.4:
2025-08-20T21:42:10.1965369Z       Successfully uninstalled shellingham-1.5.4
2025-08-20T21:42:10.2053725Z   Attempting uninstall: setuptools
2025-08-20T21:42:10.2141937Z     Found existing installation: setuptools 80.9.0
2025-08-20T21:42:10.2431140Z     Uninstalling setuptools-80.9.0:
2025-08-20T21:42:10.2713058Z       Successfully uninstalled setuptools-80.9.0
2025-08-20T21:42:10.9316315Z   Attempting uninstall: scons
2025-08-20T21:42:10.9410365Z     Found existing installation: SCons 4.9.1
2025-08-20T21:42:10.9811508Z     Uninstalling SCons-4.9.1:
2025-08-20T21:42:10.9882552Z       Successfully uninstalled SCons-4.9.1
2025-08-20T21:42:11.6034550Z   Attempting uninstall: pygments
2025-08-20T21:42:11.6117159Z     Found existing installation: Pygments 2.19.2
2025-08-20T21:42:11.6350569Z     Uninstalling Pygments-2.19.2:
2025-08-20T21:42:11.6377197Z       Successfully uninstalled Pygments-2.19.2
2025-08-20T21:42:12.2440406Z   Attempting uninstall: platformdirs
2025-08-20T21:42:12.2524748Z     Found existing installation: platformdirs 4.3.8
2025-08-20T21:42:12.2545078Z     Uninstalling platformdirs-4.3.8:
2025-08-20T21:42:12.2551698Z       Successfully uninstalled platformdirs-4.3.8
2025-08-20T21:42:12.2712837Z   Attempting uninstall: packaging
2025-08-20T21:42:12.2793478Z     Found existing installation: packaging 25.0
2025-08-20T21:42:12.2818249Z     Uninstalling packaging-25.0:
2025-08-20T21:42:12.2825932Z       Successfully uninstalled packaging-25.0
2025-08-20T21:42:12.3210908Z   Attempting uninstall: mdurl
2025-08-20T21:42:12.3293404Z     Found existing installation: mdurl 0.1.2
2025-08-20T21:42:12.3310158Z     Uninstalling mdurl-0.1.2:
2025-08-20T21:42:12.3316584Z       Successfully uninstalled mdurl-0.1.2
2025-08-20T21:42:12.3399061Z   Attempting uninstall: click
2025-08-20T21:42:12.3480596Z     Found existing installation: click 8.2.1
2025-08-20T21:42:12.3503822Z     Uninstalling click-8.2.1:
2025-08-20T21:42:12.3510729Z       Successfully uninstalled click-8.2.1
2025-08-20T21:42:12.4088663Z   Attempting uninstall: argcomplete
2025-08-20T21:42:12.4175145Z     Found existing installation: argcomplete 3.6.2
2025-08-20T21:42:12.4205927Z     Uninstalling argcomplete-3.6.2:
2025-08-20T21:42:12.4218061Z       Successfully uninstalled argcomplete-3.6.2
2025-08-20T21:42:12.4455589Z   Attempting uninstall: ansi2txt
2025-08-20T21:42:12.4536992Z     Found existing installation: ansi2txt 0.2.0
2025-08-20T21:42:12.4553258Z     Uninstalling ansi2txt-0.2.0:
2025-08-20T21:42:12.4803285Z       Successfully uninstalled ansi2txt-0.2.0
2025-08-20T21:42:12.4863034Z   Attempting uninstall: userpath
2025-08-20T21:42:12.4948932Z     Found existing installation: userpath 1.9.2
2025-08-20T21:42:12.4968926Z     Uninstalling userpath-1.9.2:
2025-08-20T21:42:12.4978169Z       Successfully uninstalled userpath-1.9.2
2025-08-20T21:42:12.5085356Z   Attempting uninstall: pyinstaller-hooks-contrib
2025-08-20T21:42:12.5168474Z     Found existing installation: pyinstaller-hooks-contrib 2025.8
2025-08-20T21:42:12.5613689Z     Uninstalling pyinstaller-hooks-contrib-2025.8:
2025-08-20T21:42:12.5656398Z       Successfully uninstalled pyinstaller-hooks-contrib-2025.8
2025-08-20T21:42:12.8496618Z   Attempting uninstall: markdown-it-py
2025-08-20T21:42:12.8600781Z     Found existing installation: markdown-it-py 4.0.0
2025-08-20T21:42:12.8661100Z     Uninstalling markdown-it-py-4.0.0:
2025-08-20T21:42:12.8675961Z       Successfully uninstalled markdown-it-py-4.0.0
2025-08-20T21:42:12.9293765Z   Attempting uninstall: rich
2025-08-20T21:42:12.9382690Z     Found existing installation: rich 14.1.0
2025-08-20T21:42:12.9445221Z     Uninstalling rich-14.1.0:
2025-08-20T21:42:12.9455047Z       Successfully uninstalled rich-14.1.0
2025-08-20T21:42:13.1164156Z   Attempting uninstall: pyinstaller
2025-08-20T21:42:13.1247246Z     Found existing installation: pyinstaller 6.15.0
2025-08-20T21:42:13.1615689Z     Uninstalling pyinstaller-6.15.0:
2025-08-20T21:42:13.1660325Z       Successfully uninstalled pyinstaller-6.15.0
2025-08-20T21:42:13.4988934Z   Attempting uninstall: pipx
2025-08-20T21:42:13.5077279Z     Found existing installation: pipx 1.7.1
2025-08-20T21:42:13.5127528Z     Uninstalling pipx-1.7.1:
2025-08-20T21:42:13.5138226Z       Successfully uninstalled pipx-1.7.1
2025-08-20T21:42:13.5654644Z   Attempting uninstall: typer
2025-08-20T21:42:13.5747485Z     Found existing installation: typer 0.16.1
2025-08-20T21:42:13.5774314Z     Uninstalling typer-0.16.1:
2025-08-20T21:42:13.5783664Z       Successfully uninstalled typer-0.16.1
2025-08-20T21:42:13.6130350Z   Attempting uninstall: py2static
2025-08-20T21:42:13.6211186Z     Found existing installation: py2static 0.0.1
2025-08-20T21:42:13.6230922Z     Uninstalling py2static-0.0.1:
2025-08-20T21:42:13.6241659Z       Successfully uninstalled py2static-0.0.1
2025-08-20T21:42:13.6318891Z 
2025-08-20T21:42:13.6348296Z 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-20T21:42:13.9643596Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T21:42:14.5378611Z Collecting git+https://github.com/pyinstaller/pyinstaller
2025-08-20T21:42:14.5382822Z   Cloning https://github.com/pyinstaller/pyinstaller to /tmp/pip-req-build-56f7t9en
2025-08-20T21:42:14.5403347Z   Running command git clone --filter=blob:none --quiet https://github.com/pyinstaller/pyinstaller /tmp/pip-req-build-56f7t9en
2025-08-20T21:42:15.6527166Z   Resolved https://github.com/pyinstaller/pyinstaller to commit 34508a2cda1072718a81ef1d5a660ce89e62d295
2025-08-20T21:42:15.6568619Z   Installing build dependencies: started
2025-08-20T21:42:16.8362729Z   Installing build dependencies: finished with status 'done'
2025-08-20T21:42:16.8371134Z   Getting requirements to build wheel: started
2025-08-20T21:42:17.1279574Z   Getting requirements to build wheel: finished with status 'done'
2025-08-20T21:42:17.1291535Z   Preparing metadata (pyproject.toml): started
2025-08-20T21:42:17.3217837Z   Preparing metadata (pyproject.toml): finished with status 'done'
2025-08-20T21:42:17.4897518Z Collecting setuptools>=42.0.0 (from pyinstaller==6.15.0)
2025-08-20T21:42:17.4909908Z   Using cached setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-20T21:42:17.5111044Z Collecting altgraph (from pyinstaller==6.15.0)
2025-08-20T21:42:17.5121741Z   Using cached altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-20T21:42:17.5311524Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller==6.15.0)
2025-08-20T21:42:17.5322479Z   Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-20T21:42:17.5494818Z Collecting packaging>=22.0 (from pyinstaller==6.15.0)
2025-08-20T21:42:17.5505577Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T21:42:17.5550740Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T21:42:17.5561578Z Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-20T21:42:17.5576128Z Using cached setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-20T21:42:17.5595363Z Using cached altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-20T21:42:17.5716779Z Building wheels for collected packages: pyinstaller
2025-08-20T21:42:17.5724905Z   Building wheel for pyinstaller (pyproject.toml): started
2025-08-20T21:42:18.3427234Z   Building wheel for pyinstaller (pyproject.toml): finished with status 'done'
2025-08-20T21:42:18.3453503Z   Created wheel for pyinstaller: filename=pyinstaller-6.15.0-py3-none-any.whl size=1772413 sha256=c5aef5cb540d8e400edd81db99e29c5e603da2201c0a831367221b3076aacf08
2025-08-20T21:42:18.3454751Z   Stored in directory: /tmp/pip-ephem-wheel-cache-ecavaoau/wheels/ad/f0/96/ada035be05b1c8fe6a9d81fd24e3d5f767d7ccd2219d68e4e2
2025-08-20T21:42:18.3495850Z Successfully built pyinstaller
2025-08-20T21:42:18.4420987Z Installing collected packages: altgraph, setuptools, packaging, pyinstaller-hooks-contrib, pyinstaller
2025-08-20T21:42:18.4426499Z   Attempting uninstall: altgraph
2025-08-20T21:42:18.4509920Z     Found existing installation: altgraph 0.17.4
2025-08-20T21:42:18.4531116Z     Uninstalling altgraph-0.17.4:
2025-08-20T21:42:18.4538784Z       Successfully uninstalled altgraph-0.17.4
2025-08-20T21:42:18.4702543Z   Attempting uninstall: setuptools
2025-08-20T21:42:18.4788971Z     Found existing installation: setuptools 80.9.0
2025-08-20T21:42:18.5077751Z     Uninstalling setuptools-80.9.0:
2025-08-20T21:42:18.5368252Z       Successfully uninstalled setuptools-80.9.0
2025-08-20T21:42:19.2093006Z   Attempting uninstall: packaging
2025-08-20T21:42:19.2187048Z     Found existing installation: packaging 25.0
2025-08-20T21:42:19.2211188Z     Uninstalling packaging-25.0:
2025-08-20T21:42:19.2218937Z       Successfully uninstalled packaging-25.0
2025-08-20T21:42:19.2625191Z   Attempting uninstall: pyinstaller-hooks-contrib
2025-08-20T21:42:19.2706828Z     Found existing installation: pyinstaller-hooks-contrib 2025.8
2025-08-20T21:42:19.3146440Z     Uninstalling pyinstaller-hooks-contrib-2025.8:
2025-08-20T21:42:19.3189185Z       Successfully uninstalled pyinstaller-hooks-contrib-2025.8
2025-08-20T21:42:19.5965478Z   Attempting uninstall: pyinstaller
2025-08-20T21:42:19.6052685Z     Found existing installation: pyinstaller 6.15.0
2025-08-20T21:42:19.6419400Z     Uninstalling pyinstaller-6.15.0:
2025-08-20T21:42:19.6465781Z       Successfully uninstalled pyinstaller-6.15.0
2025-08-20T21:42:19.9938508Z 
2025-08-20T21:42:19.9979857Z Successfully installed altgraph-0.17.4 packaging-25.0 pyinstaller-6.15.0 pyinstaller-hooks-contrib-2025.8 setuptools-80.9.0
2025-08-20T21:42:20.3411488Z 6.15.0
2025-08-20T21:42:21.7534591Z # Executing docker install script, commit: bedc5d6b3e782a5e50d3d2a870f5e1f1b5a38d5c
2025-08-20T21:42:21.7545235Z Warning: the "docker" command appears to already exist on this system.
2025-08-20T21:42:21.7545599Z 
2025-08-20T21:42:21.7545808Z If you already have Docker installed, this script can cause trouble, which is
2025-08-20T21:42:21.7546577Z why we're displaying this warning and provide the opportunity to cancel the
2025-08-20T21:42:21.7547170Z installation.
2025-08-20T21:42:21.7547358Z 
2025-08-20T21:42:21.7547741Z If you installed the current Docker package using this script and are using it
2025-08-20T21:42:21.7548245Z again to update Docker, you can ignore this message, but be aware that the
2025-08-20T21:42:21.7548691Z script resets any custom changes in the deb and rpm repo configuration
2025-08-20T21:42:21.7549077Z files to match the parameters passed to the script.
2025-08-20T21:42:21.7549281Z 
2025-08-20T21:42:21.7549389Z You may press Ctrl+C now to abort this script.
2025-08-20T21:42:21.7717229Z + sh -c 'apt-get -qq update >/dev/null'
2025-08-20T21:42:23.0500200Z + sh -c 'DEBIAN_FRONTEND=noninteractive apt-get -y -qq install ca-certificates curl >/dev/null'
2025-08-20T21:42:23.4766213Z + sh -c 'install -m 0755 -d /etc/apt/keyrings'
2025-08-20T21:42:23.4787489Z + sh -c 'curl -fsSL "https://download.docker.com/linux/ubuntu/gpg" -o /etc/apt/keyrings/docker.asc'
2025-08-20T21:42:23.5986068Z + sh -c 'chmod a+r /etc/apt/keyrings/docker.asc'
2025-08-20T21:42:23.6004662Z + 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-20T21:42:23.6011902Z + sh -c 'apt-get -qq update >/dev/null'
2025-08-20T21:42:24.9768389Z + 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-20T21:42:36.3099092Z 
2025-08-20T21:42:36.3099716Z Running kernel seems to be up-to-date.
2025-08-20T21:42:36.3100007Z 
2025-08-20T21:42:36.3100104Z Restarting services...
2025-08-20T21:42:36.3173313Z 
2025-08-20T21:42:36.3173814Z Service restarts being deferred:
2025-08-20T21:42:36.3174374Z  systemctl restart hosted-compute-agent.service
2025-08-20T21:42:36.3174746Z 
2025-08-20T21:42:36.3174921Z No containers need to be restarted.
2025-08-20T21:42:36.3175202Z 
2025-08-20T21:42:36.3175396Z No user sessions are running outdated binaries.
2025-08-20T21:42:36.3175702Z 
2025-08-20T21:42:36.3176224Z No VM guests are running outdated hypervisor (qemu) binaries on this host.
2025-08-20T21:42:37.3461089Z + sh -c 'docker version'
2025-08-20T21:42:37.3619437Z Client: Docker Engine - Community
2025-08-20T21:42:37.3619955Z  Version:           28.3.3
2025-08-20T21:42:37.3620340Z  API version:       1.51
2025-08-20T21:42:37.3620703Z  Go version:        go1.24.5
2025-08-20T21:42:37.3621081Z  Git commit:        980b856
2025-08-20T21:42:37.3621466Z  Built:             Fri Jul 25 11:34:09 2025
2025-08-20T21:42:37.3621920Z  OS/Arch:           linux/amd64
2025-08-20T21:42:37.3622434Z  Context:           default
2025-08-20T21:42:37.3622688Z 
2025-08-20T21:42:37.3622847Z Server: Docker Engine - Community
2025-08-20T21:42:37.3623228Z  Engine:
2025-08-20T21:42:37.3623509Z   Version:          28.3.3
2025-08-20T21:42:37.3623906Z   API version:      1.51 (minimum version 1.24)
2025-08-20T21:42:37.3624351Z   Go version:       go1.24.5
2025-08-20T21:42:37.3624720Z   Git commit:       bea959c
2025-08-20T21:42:37.3625092Z   Built:            Fri Jul 25 11:34:09 2025
2025-08-20T21:42:37.3625512Z   OS/Arch:          linux/amd64
2025-08-20T21:42:37.3625889Z   Experimental:     false
2025-08-20T21:42:37.3626232Z  containerd:
2025-08-20T21:42:37.3626839Z   Version:          1.7.27
2025-08-20T21:42:37.3627282Z   GitCommit:        05044ec0a9a75232cad458027ca83437aae3f4da
2025-08-20T21:42:37.3627762Z  runc:
2025-08-20T21:42:37.3628044Z   Version:          1.2.5
2025-08-20T21:42:37.3628398Z   GitCommit:        v1.2.5-0-g59923ef
2025-08-20T21:42:37.3628819Z  docker-init:
2025-08-20T21:42:37.3629127Z   Version:          0.19.0
2025-08-20T21:42:37.3629480Z   GitCommit:        de40ad0
2025-08-20T21:42:37.3641051Z 
2025-08-20T21:42:37.3641372Z ================================================================================
2025-08-20T21:42:37.3641748Z 
2025-08-20T21:42:37.3642040Z To run Docker as a non-privileged user, consider setting up the
2025-08-20T21:42:37.3643070Z Docker daemon in rootless mode for your user:
2025-08-20T21:42:37.3643334Z 
2025-08-20T21:42:37.3643530Z     dockerd-rootless-setuptool.sh install
2025-08-20T21:42:37.3643738Z 
2025-08-20T21:42:37.3643951Z Visit https://docs.docker.com/go/rootless/ to learn about rootless mode.
2025-08-20T21:42:37.3644337Z 
2025-08-20T21:42:37.3644346Z 
2025-08-20T21:42:37.3644540Z To run the Docker daemon as a fully privileged service, but granting non-root
2025-08-20T21:42:37.3645608Z users access, refer to https://docs.docker.com/go/daemon-access/
2025-08-20T21:42:37.3646148Z 
2025-08-20T21:42:37.3646391Z WARNING: Access to the remote API on a privileged Docker daemon is equivalent
2025-08-20T21:42:37.3646854Z          to root access on the host. Refer to the 'Docker daemon attack surface'
2025-08-20T21:42:37.3647592Z          documentation for details: https://docs.docker.com/go/attack-surface/
2025-08-20T21:42:37.3648061Z 
2025-08-20T21:42:37.3648224Z ================================================================================
2025-08-20T21:42:37.3648536Z 
2025-08-20T21:42:48.1338945Z ● docker.service - Docker Application Container Engine
2025-08-20T21:42:48.1339798Z      Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; preset: enabled)
2025-08-20T21:42:48.1340597Z      Active: active (running) since Wed 2025-08-20 21:42:38 UTC; 10s ago
2025-08-20T21:42:48.1341043Z TriggeredBy: ● docker.socket
2025-08-20T21:42:48.1341326Z        Docs: https://docs.docker.com
2025-08-20T21:42:48.1341599Z    Main PID: 20341 (dockerd)
2025-08-20T21:42:48.1341810Z       Tasks: 10
2025-08-20T21:42:48.1342069Z      Memory: 23.0M (peak: 26.5M)
2025-08-20T21:42:48.1342636Z         CPU: 326ms
2025-08-20T21:42:48.1342870Z      CGroup: /system.slice/docker.service
2025-08-20T21:42:48.1345154Z              └─20341 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
2025-08-20T21:42:48.1345499Z 
2025-08-20T21:42:48.1345828Z Aug 20 21:42:37 pkrvmqc4gcfdwos dockerd[20341]: time="2025-08-20T21:42:37.521067741Z" level=info msg="Loading containers: start."
2025-08-20T21:42:48.1347000Z Aug 20 21:42:38 pkrvmqc4gcfdwos dockerd[20341]: time="2025-08-20T21:42:38.047880732Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint_count 8167870b1c840397ea70ff031141f4e2ac638fb38e6428537ff027f460c2faf2], retrying...."
2025-08-20T21:42:48.1348186Z Aug 20 21:42:38 pkrvmqc4gcfdwos dockerd[20341]: time="2025-08-20T21:42:38.081268119Z" level=info msg="Loading containers: done."
2025-08-20T21:42:48.1349378Z Aug 20 21:42:38 pkrvmqc4gcfdwos dockerd[20341]: time="2025-08-20T21:42:38.090589370Z" 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-20T21:42:48.1351670Z Aug 20 21:42:38 pkrvmqc4gcfdwos dockerd[20341]: time="2025-08-20T21:42:38.090664219Z" level=info msg="Docker daemon" commit=bea959c containerd-snapshotter=false storage-driver=overlay2 version=28.3.3
2025-08-20T21:42:48.1353001Z Aug 20 21:42:38 pkrvmqc4gcfdwos dockerd[20341]: time="2025-08-20T21:42:38.090698322Z" level=info msg="Initializing buildkit"
2025-08-20T21:42:48.1353737Z Aug 20 21:42:38 pkrvmqc4gcfdwos dockerd[20341]: time="2025-08-20T21:42:38.109346364Z" level=info msg="Completed buildkit initialization"
2025-08-20T21:42:48.1354726Z Aug 20 21:42:38 pkrvmqc4gcfdwos dockerd[20341]: time="2025-08-20T21:42:38.114885909Z" level=info msg="Daemon has completed initialization"
2025-08-20T21:42:48.1355451Z Aug 20 21:42:38 pkrvmqc4gcfdwos dockerd[20341]: time="2025-08-20T21:42:38.114963574Z" level=info msg="API listen on /run/docker.sock"
2025-08-20T21:42:48.1356113Z Aug 20 21:42:38 pkrvmqc4gcfdwos systemd[1]: Started docker.service - Docker Application Container Engine.
2025-08-20T21:42:48.1459556Z ● docker.service - Docker Application Container Engine
2025-08-20T21:42:48.1460382Z      Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; preset: enabled)
2025-08-20T21:42:48.1461197Z      Active: active (running) since Wed 2025-08-20 21:42:38 UTC; 10s ago
2025-08-20T21:42:48.1461853Z TriggeredBy: ● docker.socket
2025-08-20T21:42:48.1462431Z        Docs: https://docs.docker.com
2025-08-20T21:42:48.1462719Z    Main PID: 20341 (dockerd)
2025-08-20T21:42:48.1462950Z       Tasks: 10
2025-08-20T21:42:48.1463143Z      Memory: 23.0M (peak: 26.5M)
2025-08-20T21:42:48.1463370Z         CPU: 326ms
2025-08-20T21:42:48.1463698Z      CGroup: /system.slice/docker.service
2025-08-20T21:42:48.1464312Z              └─20341 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
2025-08-20T21:42:48.1464603Z 
2025-08-20T21:42:48.1464914Z Aug 20 21:42:37 pkrvmqc4gcfdwos dockerd[20341]: time="2025-08-20T21:42:37.521067741Z" level=info msg="Loading containers: start."
2025-08-20T21:42:48.1466107Z Aug 20 21:42:38 pkrvmqc4gcfdwos dockerd[20341]: time="2025-08-20T21:42:38.047880732Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint_count 8167870b1c840397ea70ff031141f4e2ac638fb38e6428537ff027f460c2faf2], retrying...."
2025-08-20T21:42:48.1467461Z Aug 20 21:42:38 pkrvmqc4gcfdwos dockerd[20341]: time="2025-08-20T21:42:38.081268119Z" level=info msg="Loading containers: done."
2025-08-20T21:42:48.1468603Z Aug 20 21:42:38 pkrvmqc4gcfdwos dockerd[20341]: time="2025-08-20T21:42:38.090589370Z" 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-20T21:42:48.1470181Z Aug 20 21:42:38 pkrvmqc4gcfdwos dockerd[20341]: time="2025-08-20T21:42:38.090664219Z" level=info msg="Docker daemon" commit=bea959c containerd-snapshotter=false storage-driver=overlay2 version=28.3.3
2025-08-20T21:42:48.1471751Z Aug 20 21:42:38 pkrvmqc4gcfdwos dockerd[20341]: time="2025-08-20T21:42:38.090698322Z" level=info msg="Initializing buildkit"
2025-08-20T21:42:48.1473163Z Aug 20 21:42:38 pkrvmqc4gcfdwos dockerd[20341]: time="2025-08-20T21:42:38.109346364Z" level=info msg="Completed buildkit initialization"
2025-08-20T21:42:48.1474149Z Aug 20 21:42:38 pkrvmqc4gcfdwos dockerd[20341]: time="2025-08-20T21:42:38.114885909Z" level=info msg="Daemon has completed initialization"
2025-08-20T21:42:48.1474864Z Aug 20 21:42:38 pkrvmqc4gcfdwos dockerd[20341]: time="2025-08-20T21:42:38.114963574Z" level=info msg="API listen on /run/docker.sock"
2025-08-20T21:42:48.1475517Z Aug 20 21:42:38 pkrvmqc4gcfdwos systemd[1]: Started docker.service - Docker Application Container Engine.
2025-08-20T21:42:48.1687121Z ● docker.service - Docker Application Container Engine
2025-08-20T21:42:48.1687989Z      Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; preset: enabled)
2025-08-20T21:42:48.1688798Z      Active: active (running) since Wed 2025-08-20 21:42:38 UTC; 10s ago
2025-08-20T21:42:48.1689427Z TriggeredBy: ● docker.socket
2025-08-20T21:42:48.1689701Z        Docs: https://docs.docker.com
2025-08-20T21:42:48.1689969Z    Main PID: 20341 (dockerd)
2025-08-20T21:42:48.1690186Z       Tasks: 10
2025-08-20T21:42:48.1690412Z      Memory: 23.0M (peak: 26.5M)
2025-08-20T21:42:48.1690718Z         CPU: 326ms
2025-08-20T21:42:48.1691060Z      CGroup: /system.slice/docker.service
2025-08-20T21:42:48.1691569Z              └─20341 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
2025-08-20T21:42:48.1692079Z 
2025-08-20T21:42:48.1692634Z Aug 20 21:42:37 pkrvmqc4gcfdwos dockerd[20341]: time="2025-08-20T21:42:37.521067741Z" level=info msg="Loading containers: start."
2025-08-20T21:42:48.1693807Z Aug 20 21:42:38 pkrvmqc4gcfdwos dockerd[20341]: time="2025-08-20T21:42:38.047880732Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint_count 8167870b1c840397ea70ff031141f4e2ac638fb38e6428537ff027f460c2faf2], retrying...."
2025-08-20T21:42:48.1694978Z Aug 20 21:42:38 pkrvmqc4gcfdwos dockerd[20341]: time="2025-08-20T21:42:38.081268119Z" level=info msg="Loading containers: done."
2025-08-20T21:42:48.1696099Z Aug 20 21:42:38 pkrvmqc4gcfdwos dockerd[20341]: time="2025-08-20T21:42:38.090589370Z" 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-20T21:42:48.1697470Z Aug 20 21:42:38 pkrvmqc4gcfdwos dockerd[20341]: time="2025-08-20T21:42:38.090664219Z" level=info msg="Docker daemon" commit=bea959c containerd-snapshotter=false storage-driver=overlay2 version=28.3.3
2025-08-20T21:42:48.1698974Z Aug 20 21:42:38 pkrvmqc4gcfdwos dockerd[20341]: time="2025-08-20T21:42:38.090698322Z" level=info msg="Initializing buildkit"
2025-08-20T21:42:48.1700140Z Aug 20 21:42:38 pkrvmqc4gcfdwos dockerd[20341]: time="2025-08-20T21:42:38.109346364Z" level=info msg="Completed buildkit initialization"
2025-08-20T21:42:48.1701407Z Aug 20 21:42:38 pkrvmqc4gcfdwos dockerd[20341]: time="2025-08-20T21:42:38.114885909Z" level=info msg="Daemon has completed initialization"
2025-08-20T21:42:48.1702515Z Aug 20 21:42:38 pkrvmqc4gcfdwos dockerd[20341]: time="2025-08-20T21:42:38.114963574Z" level=info msg="API listen on /run/docker.sock"
2025-08-20T21:42:48.1703221Z Aug 20 21:42:38 pkrvmqc4gcfdwos systemd[1]: Started docker.service - Docker Application Container Engine.
2025-08-20T21:42:48.1815817Z Docker version 28.3.3, build 980b856
2025-08-20T21:42:48.2012793Z Unable to find image 'hello-world:latest' locally
2025-08-20T21:42:48.4217129Z latest: Pulling from library/hello-world
2025-08-20T21:42:48.4867256Z 17eec7bbc9d7: Pulling fs layer
2025-08-20T21:42:48.6909367Z 17eec7bbc9d7: Verifying Checksum
2025-08-20T21:42:48.6909868Z 17eec7bbc9d7: Download complete
2025-08-20T21:42:48.7064888Z 17eec7bbc9d7: Pull complete
2025-08-20T21:42:48.7217534Z Digest: sha256:a0dfb02aac212703bfcb339d77d47ec32c8706ff250850ecc0e19c8737b18567
2025-08-20T21:42:48.7230399Z Status: Downloaded newer image for hello-world:latest
2025-08-20T21:42:49.3896847Z 
2025-08-20T21:42:49.3897510Z Hello from Docker!
2025-08-20T21:42:49.3898129Z This message shows that your installation appears to be working correctly.
2025-08-20T21:42:49.3898625Z 
2025-08-20T21:42:49.3898914Z To generate this message, Docker took the following steps:
2025-08-20T21:42:49.3899500Z  1. The Docker client contacted the Docker daemon.
2025-08-20T21:42:49.3900219Z  2. The Docker daemon pulled the "hello-world" image from the Docker Hub.
2025-08-20T21:42:49.3900813Z     (amd64)
2025-08-20T21:42:49.3901265Z  3. The Docker daemon created a new container from that image which runs the
2025-08-20T21:42:49.3901969Z     executable that produces the output you are currently reading.
2025-08-20T21:42:49.3902903Z  4. The Docker daemon streamed that output to the Docker client, which sent it
2025-08-20T21:42:49.3903404Z     to your terminal.
2025-08-20T21:42:49.3903613Z 
2025-08-20T21:42:49.3903791Z To try something more ambitious, you can run an Ubuntu container with:
2025-08-20T21:42:49.3904139Z  $ docker run -it ubuntu bash
2025-08-20T21:42:49.3904297Z 
2025-08-20T21:42:49.3904457Z Share images, automate workflows, and more with a free Docker ID:
2025-08-20T21:42:49.3904812Z  https://hub.docker.com/
2025-08-20T21:42:49.3904961Z 
2025-08-20T21:42:49.3905066Z For more examples and ideas, visit:
2025-08-20T21:42:49.3905330Z  https://docs.docker.com/get-started/
2025-08-20T21:42:49.3905765Z 
2025-08-20T21:42:49.4958854Z 680 libs found in cache `/etc/ld.so.cache'
2025-08-20T21:42:49.4959594Z 	libz3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so.4
2025-08-20T21:42:49.4960213Z 	libz3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so
2025-08-20T21:42:49.4960717Z 	libzstd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so.1
2025-08-20T21:42:49.4961378Z 	libzstd.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so
2025-08-20T21:42:49.4962042Z 	libzmq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzmq.so.5
2025-08-20T21:42:49.4962958Z 	libzip.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzip.so.4
2025-08-20T21:42:49.4963618Z 	libzen.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzen.so.0
2025-08-20T21:42:49.4964242Z 	libz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so.1
2025-08-20T21:42:49.4964846Z 	libz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so
2025-08-20T21:42:49.4965459Z 	libyaml-0.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyaml-0.so.2
2025-08-20T21:42:49.4966159Z 	libyajl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyajl.so.2
2025-08-20T21:42:49.4966818Z 	libxxhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxxhash.so.0
2025-08-20T21:42:49.4967510Z 	libxtables.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxtables.so.12
2025-08-20T21:42:49.4968185Z 	libxslt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxslt.so.1
2025-08-20T21:42:49.4968836Z 	libxshmfence.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxshmfence.so.1
2025-08-20T21:42:49.4969446Z 	libxml2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so.2
2025-08-20T21:42:49.4970016Z 	libxml2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so
2025-08-20T21:42:49.4970612Z 	libxmlsec1.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1.so.1
2025-08-20T21:42:49.4971669Z 	libxmlsec1-openssl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T21:42:49.4974485Z 	libxmlb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlb.so.2
2025-08-20T21:42:49.4975233Z 	libxkbfile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbfile.so.1
2025-08-20T21:42:49.4975994Z 	libxkbcommon.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbcommon.so.0
2025-08-20T21:42:49.4976710Z 	libxcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so.1
2025-08-20T21:42:49.4977354Z 	libxcb.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so
2025-08-20T21:42:49.4977896Z 	libxcb-xfixes.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T21:42:49.4978359Z 	libxcb-xfixes.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so
2025-08-20T21:42:49.4978771Z 	libxcb-sync.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-sync.so.1
2025-08-20T21:42:49.4979173Z 	libxcb-shm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shm.so.0
2025-08-20T21:42:49.4979595Z 	libxcb-shape.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so.0
2025-08-20T21:42:49.4980022Z 	libxcb-shape.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so
2025-08-20T21:42:49.4980460Z 	libxcb-render.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so.0
2025-08-20T21:42:49.4980896Z 	libxcb-render.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so
2025-08-20T21:42:49.4981360Z 	libxcb-randr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-randr.so.0
2025-08-20T21:42:49.4981826Z 	libxcb-present.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-present.so.0
2025-08-20T21:42:49.4982474Z 	libxcb-glx.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-glx.so.0
2025-08-20T21:42:49.4982946Z 	libxcb-dri3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-dri3.so.0
2025-08-20T21:42:49.4983346Z 	libwrap.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwrap.so.0
2025-08-20T21:42:49.4983753Z 	libwmflite-0.2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T21:42:49.4984187Z 	libwebpmux.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpmux.so.3
2025-08-20T21:42:49.4984606Z 	libwebpdemux.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpdemux.so.2
2025-08-20T21:42:49.4985233Z 	libwebp.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebp.so.7
2025-08-20T21:42:49.4985627Z 	libwbclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwbclient.so.0
2025-08-20T21:42:49.4986081Z 	libwayland-server.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-server.so.0
2025-08-20T21:42:49.4986551Z 	libwayland-egl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-egl.so.1
2025-08-20T21:42:49.4987015Z 	libwayland-cursor.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-cursor.so.0
2025-08-20T21:42:49.4987505Z 	libwayland-client.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-client.so.0
2025-08-20T21:42:49.4987952Z 	libvulkan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvulkan.so.1
2025-08-20T21:42:49.4988380Z 	libvorbisfile.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbisfile.so.3
2025-08-20T21:42:49.4988845Z 	libvorbis.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbis.so.0
2025-08-20T21:42:49.4989252Z 	libvolume_key.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvolume_key.so.1
2025-08-20T21:42:49.4989680Z 	libvmtools.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvmtools.so.0
2025-08-20T21:42:49.4990080Z 	libvgauth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvgauth.so.0
2025-08-20T21:42:49.4990450Z 	libuv.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuv.so.1
2025-08-20T21:42:49.4990810Z 	libuuid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuuid.so.1
2025-08-20T21:42:49.4991175Z 	libutil.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutil.so.1
2025-08-20T21:42:49.4991494Z 	libutil.so.1 (libc6) => /lib32/libutil.so.1
2025-08-20T21:42:49.4991854Z 	libutempter.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutempter.so.0
2025-08-20T21:42:49.4992469Z 	libusb-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libusb-1.0.so.0
2025-08-20T21:42:49.4993135Z 	liburcu.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu.so.8
2025-08-20T21:42:49.4993555Z 	liburcu-signal.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-signal.so.8
2025-08-20T21:42:49.4993999Z 	liburcu-qsbr.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T21:42:49.4994415Z 	liburcu-memb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-memb.so.8
2025-08-20T21:42:49.4994820Z 	liburcu-mb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-mb.so.8
2025-08-20T21:42:49.4995241Z 	liburcu-common.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-common.so.8
2025-08-20T21:42:49.4995671Z 	liburcu-cds.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-cds.so.8
2025-08-20T21:42:49.4996071Z 	liburcu-bp.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-bp.so.8
2025-08-20T21:42:49.4996467Z 	libunwind.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind.so.8
2025-08-20T21:42:49.4996887Z 	libunwind-x86_64.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-x86_64.so.8
2025-08-20T21:42:49.4997366Z 	libunwind-ptrace.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T21:42:49.4997869Z 	libunwind-coredump.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-coredump.so.0
2025-08-20T21:42:49.4998343Z 	libunistring.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunistring.so.5
2025-08-20T21:42:49.4998753Z 	libudisks2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudisks2.so.0
2025-08-20T21:42:49.4999159Z 	libudev.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudev.so.1
2025-08-20T21:42:49.4999547Z 	libuchardet.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuchardet.so.0
2025-08-20T21:42:49.4999948Z 	libubsan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libubsan.so.1
2025-08-20T21:42:49.5000387Z 	libtss2-tcti-swtpm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T21:42:49.5000873Z 	libtss2-tcti-mssim.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T21:42:49.5001371Z 	libtss2-tcti-device.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T21:42:49.5001859Z 	libtss2-tcti-cmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T21:42:49.5002764Z 	libtss2-sys.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-sys.so.1
2025-08-20T21:42:49.5003223Z 	libtss2-rc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-rc.so.0
2025-08-20T21:42:49.5003614Z 	libtss2-mu.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-mu.so.0
2025-08-20T21:42:49.5004021Z 	libtss2-esys.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-esys.so.0
2025-08-20T21:42:49.5004416Z 	libtsan.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtsan.so.2
2025-08-20T21:42:49.5004798Z 	libtracefs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtracefs.so.1
2025-08-20T21:42:49.5005217Z 	libtraceevent.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtraceevent.so.1
2025-08-20T21:42:49.5005632Z 	libtommath.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtommath.so.1
2025-08-20T21:42:49.5006030Z 	libtk8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtk8.6.so
2025-08-20T21:42:49.5006407Z 	libtirpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtirpc.so.3
2025-08-20T21:42:49.5006931Z 	libtinyxml2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinyxml2.so.10
2025-08-20T21:42:49.5007336Z 	libtinfo.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so.6
2025-08-20T21:42:49.5007707Z 	libtinfo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so
2025-08-20T21:42:49.5008074Z 	libtiff.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtiff.so.6
2025-08-20T21:42:49.5008472Z 	libtidy.so.5deb1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtidy.so.5deb1
2025-08-20T21:42:49.5008861Z 	libtic.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so.6
2025-08-20T21:42:49.5009218Z 	libtic.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so
2025-08-20T21:42:49.5009601Z 	libthread_db.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so.1
2025-08-20T21:42:49.5010123Z 	libthread_db.so.1 (libc6) => /lib32/libthread_db.so.1
2025-08-20T21:42:49.5010497Z 	libthread_db.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so
2025-08-20T21:42:49.5010885Z 	libthai.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthai.so.0
2025-08-20T21:42:49.5011255Z 	libtdb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtdb.so.1
2025-08-20T21:42:49.5011628Z 	libtcl8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtcl8.6.so
2025-08-20T21:42:49.5012011Z 	libtasn1.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtasn1.so.6
2025-08-20T21:42:49.5012602Z 	libtalloc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtalloc.so.2
2025-08-20T21:42:49.5013006Z 	libsystemd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsystemd.so.0
2025-08-20T21:42:49.5013401Z 	libsysfs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsysfs.so.2
2025-08-20T21:42:49.5013777Z 	libsybdb.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsybdb.so.5
2025-08-20T21:42:49.5014152Z 	libsubid.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsubid.so.4
2025-08-20T21:42:49.5014550Z 	libstemmer.so.0d (libc6,x86-64) => /lib/x86_64-linux-gnu/libstemmer.so.0d
2025-08-20T21:42:49.5014953Z 	libstdc++.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libstdc++.so.6
2025-08-20T21:42:49.5015304Z 	libstdc++.so.6 (libc6) => /lib32/libstdc++.so.6
2025-08-20T21:42:49.5015636Z 	libssl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl3.so
2025-08-20T21:42:49.5015998Z 	libssl.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so.3
2025-08-20T21:42:49.5016358Z 	libssl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so
2025-08-20T21:42:49.5016717Z 	libssh2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh2.so.1
2025-08-20T21:42:49.5017082Z 	libssh.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh.so.4
2025-08-20T21:42:49.5017436Z 	libss.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libss.so.2
2025-08-20T21:42:49.5017809Z 	libsqlite3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so.0
2025-08-20T21:42:49.5018208Z 	libsqlite3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so
2025-08-20T21:42:49.5018648Z 	libsourcekitdInProc.so (libc6,x86-64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T21:42:49.5019097Z 	libsoftokn3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsoftokn3.so
2025-08-20T21:42:49.5019640Z 	libsodium.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsodium.so.23
2025-08-20T21:42:49.5020028Z 	libsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnmp.so.40
2025-08-20T21:42:49.5020415Z 	libsnappy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnappy.so.1
2025-08-20T21:42:49.5020802Z 	libsmime3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmime3.so
2025-08-20T21:42:49.5021206Z 	libsmartcols.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmartcols.so.1
2025-08-20T21:42:49.5021614Z 	libslirp.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslirp.so.0
2025-08-20T21:42:49.5021991Z 	libslang.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslang.so.2
2025-08-20T21:42:49.5022640Z 	libsigsegv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsigsegv.so.2
2025-08-20T21:42:49.5023065Z 	libsharpyuv.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsharpyuv.so.0
2025-08-20T21:42:49.5023506Z 	libsgutils2-1.46.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T21:42:49.5023940Z 	libsframe.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsframe.so.1
2025-08-20T21:42:49.5024327Z 	libsepol.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsepol.so.2
2025-08-20T21:42:49.5024711Z 	libsensors.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsensors.so.5
2025-08-20T21:42:49.5025118Z 	libsemanage.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsemanage.so.2
2025-08-20T21:42:49.5025523Z 	libselinux.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libselinux.so.1
2025-08-20T21:42:49.5025922Z 	libseccomp.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libseccomp.so.2
2025-08-20T21:42:49.5026310Z 	libsasl2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsasl2.so.2
2025-08-20T21:42:49.5026707Z 	libruby-3.2.so.3.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T21:42:49.5027232Z 	libruby-3.2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so
2025-08-20T21:42:49.5027618Z 	librtmp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librtmp.so.1
2025-08-20T21:42:49.5027980Z 	librt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librt.so.1
2025-08-20T21:42:49.5028289Z 	librt.so.1 (libc6) => /lib32/librt.so.1
2025-08-20T21:42:49.5028611Z 	librpmsign.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmsign.so.9
2025-08-20T21:42:49.5029014Z 	librpmio.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmio.so.9
2025-08-20T21:42:49.5029411Z 	librpmbuild.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmbuild.so.9
2025-08-20T21:42:49.5029803Z 	librpm.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpm.so.9
2025-08-20T21:42:49.5030171Z 	librhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/librhash.so.0
2025-08-20T21:42:49.5030533Z 	libre2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libre2.so.10
2025-08-20T21:42:49.5030915Z 	libresolv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so.2
2025-08-20T21:42:49.5031265Z 	libresolv.so.2 (libc6) => /lib32/libresolv.so.2
2025-08-20T21:42:49.5031604Z 	libresolv.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so
2025-08-20T21:42:49.5032039Z 	libreiserfscore.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreiserfscore.so.0
2025-08-20T21:42:49.5032750Z 	libreadline.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreadline.so.8
2025-08-20T21:42:49.5033163Z 	libraw_r.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw_r.so.23
2025-08-20T21:42:49.5033539Z 	libraw.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw.so.23
2025-08-20T21:42:49.5033927Z 	librabbitmq.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/librabbitmq.so.4
2025-08-20T21:42:49.5034340Z 	libquadmath.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libquadmath.so.0
2025-08-20T21:42:49.5034759Z 	libqrtr-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqrtr-glib.so.0
2025-08-20T21:42:49.5035174Z 	libqmi-glib.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqmi-glib.so.5
2025-08-20T21:42:49.5035541Z 	libqdbm.so.14 (libc6,x86-64) => /lib/libqdbm.so.14
2025-08-20T21:42:49.5035900Z 	libp11-kit.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libp11-kit.so.0
2025-08-20T21:42:49.5036466Z 	libpython3.12.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so.1.0
2025-08-20T21:42:49.5036898Z 	libpython3.12.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so
2025-08-20T21:42:49.5037303Z 	libpthread.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpthread.so.0
2025-08-20T21:42:49.5037665Z 	libpthread.so.0 (libc6) => /lib32/libpthread.so.0
2025-08-20T21:42:49.5038005Z 	libpsx.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsx.so.2
2025-08-20T21:42:49.5038389Z 	libpspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpspell.so.15
2025-08-20T21:42:49.5038777Z 	libpsl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsl.so.5
2025-08-20T21:42:49.5039205Z 	libprotobuf-lite.so.32 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T21:42:49.5039682Z 	libprotobuf-c.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-c.so.1
2025-08-20T21:42:49.5040099Z 	libproc2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libproc2.so.0
2025-08-20T21:42:49.5040480Z 	libpq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so.5
2025-08-20T21:42:49.5040824Z 	libpq.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so
2025-08-20T21:42:49.5041181Z 	libpopt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpopt.so.0
2025-08-20T21:42:49.5041629Z 	libpolkit-gobject-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T21:42:49.5042135Z 	libpolkit-agent-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T21:42:49.5042817Z 	libpng16.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpng16.so.16
2025-08-20T21:42:49.5043193Z 	libply.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply.so.5
2025-08-20T21:42:49.5043657Z 	libply-splash-graphics.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T21:42:49.5044325Z 	libply-splash-core.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-core.so.5
2025-08-20T21:42:49.5044829Z 	libply-boot-client.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-boot-client.so.5
2025-08-20T21:42:49.5045268Z 	libplds4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplds4.so
2025-08-20T21:42:49.5045633Z 	libplc4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplc4.so
2025-08-20T21:42:49.5046018Z 	libpkgconf.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpkgconf.so.3
2025-08-20T21:42:49.5046430Z 	libpixman-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpixman-1.so.0
2025-08-20T21:42:49.5046841Z 	libpipeline.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpipeline.so.1
2025-08-20T21:42:49.5047241Z 	libpgm-5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpgm-5.3.so.0
2025-08-20T21:42:49.5047612Z 	libpfm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpfm.so.4
2025-08-20T21:42:49.5048072Z 	libperl.so.5.38 (libc6,x86-64) => /lib/x86_64-linux-gnu/libperl.so.5.38
2025-08-20T21:42:49.5048472Z 	libpcre2-32.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so.0
2025-08-20T21:42:49.5048871Z 	libpcre2-32.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so
2025-08-20T21:42:49.5049271Z 	libpcre2-16.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so.0
2025-08-20T21:42:49.5049666Z 	libpcre2-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so
2025-08-20T21:42:49.5050057Z 	libpcre2-8.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so.0
2025-08-20T21:42:49.5050451Z 	libpcre2-8.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so
2025-08-20T21:42:49.5050875Z 	libpcre2-posix.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so.3
2025-08-20T21:42:49.5051328Z 	libpcre2-posix.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so
2025-08-20T21:42:49.5051754Z 	libpcprofile.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcprofile.so
2025-08-20T21:42:49.5052124Z 	libpcprofile.so (libc6) => /lib32/libpcprofile.so
2025-08-20T21:42:49.5052788Z 	libpciaccess.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpciaccess.so.0
2025-08-20T21:42:49.5053187Z 	libpci.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpci.so.3
2025-08-20T21:42:49.5053566Z 	libpcap.so.0.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so.0.8
2025-08-20T21:42:49.5054095Z 	libpcap.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so
2025-08-20T21:42:49.5054480Z 	libparted.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libparted.so.2
2025-08-20T21:42:49.5054873Z 	libpaper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpaper.so.1
2025-08-20T21:42:49.5055294Z 	libpangoft2-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T21:42:49.5055760Z 	libpangocairo-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T21:42:49.5056200Z 	libpango-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpango-1.0.so.0
2025-08-20T21:42:49.5056603Z 	libpanelw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so.6
2025-08-20T21:42:49.5057000Z 	libpanelw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so
2025-08-20T21:42:49.5057381Z 	libpanel.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so.6
2025-08-20T21:42:49.5057754Z 	libpanel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so
2025-08-20T21:42:49.5058127Z 	libpamc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpamc.so.0
2025-08-20T21:42:49.5058511Z 	libpam_misc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam_misc.so.0
2025-08-20T21:42:49.5058893Z 	libpam.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam.so.0
2025-08-20T21:42:49.5059344Z 	libpackagekit-glib2.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T21:42:49.5059824Z 	libopenjp2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopenjp2.so.7
2025-08-20T21:42:49.5060285Z 	libopeniscsiusr.so.0.2.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T21:42:49.5060802Z 	libopcodes-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T21:42:49.5061432Z 	libopcodes-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-arm64.so
2025-08-20T21:42:49.5061934Z 	libopcodes-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T21:42:49.5062717Z 	libopcodes-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T21:42:49.5063175Z 	libonig.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libonig.so.5
2025-08-20T21:42:49.5063566Z 	libogg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libogg.so.0
2025-08-20T21:42:49.5063930Z 	libodbc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libodbc.so.2
2025-08-20T21:42:49.5064309Z 	libobjc_gc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc_gc.so.4
2025-08-20T21:42:49.5064686Z 	libobjc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc.so.4
2025-08-20T21:42:49.5065049Z 	libnvme.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme.so.1
2025-08-20T21:42:49.5065430Z 	libnvme-mi.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme-mi.so.1
2025-08-20T21:42:49.5065811Z 	libnuma.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnuma.so.1
2025-08-20T21:42:49.5066197Z 	libntfs-3g.so.89 (libc6,x86-64) => /lib/x86_64-linux-gnu/libntfs-3g.so.89
2025-08-20T21:42:49.5066586Z 	libnss3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss3.so
2025-08-20T21:42:49.5066967Z 	libnssutil3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssutil3.so
2025-08-20T21:42:49.5067364Z 	libnssdbm3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssdbm3.so
2025-08-20T21:42:49.5067749Z 	libnssckbi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssckbi.so
2025-08-20T21:42:49.5068166Z 	libnss_systemd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_systemd.so.2
2025-08-20T21:42:49.5068607Z 	libnss_hesiod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so.2
2025-08-20T21:42:49.5068996Z 	libnss_hesiod.so.2 (libc6) => /lib32/libnss_hesiod.so.2
2025-08-20T21:42:49.5069369Z 	libnss_hesiod.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so
2025-08-20T21:42:49.5069842Z 	libnss_files.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_files.so.2
2025-08-20T21:42:49.5070224Z 	libnss_files.so.2 (libc6) => /lib32/libnss_files.so.2
2025-08-20T21:42:49.5070729Z 	libnss_dns.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_dns.so.2
2025-08-20T21:42:49.5071077Z 	libnss_dns.so.2 (libc6) => /lib32/libnss_dns.so.2
2025-08-20T21:42:49.5079918Z 	libnss_compat.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so.2
2025-08-20T21:42:49.5080756Z 	libnss_compat.so.2 (libc6) => /lib32/libnss_compat.so.2
2025-08-20T21:42:49.5081352Z 	libnss_compat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so
2025-08-20T21:42:49.5082016Z 	libnspr4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnspr4.so
2025-08-20T21:42:49.5082890Z 	libnsl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnsl.so.1
2025-08-20T21:42:49.5083412Z 	libnsl.so.1 (libc6) => /lib32/libnsl.so.1
2025-08-20T21:42:49.5084156Z 	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-20T21:42:49.5084836Z 	libnpth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnpth.so.0
2025-08-20T21:42:49.5085229Z 	libnorm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnorm.so.1
2025-08-20T21:42:49.5085632Z 	libnl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so.200
2025-08-20T21:42:49.5086016Z 	libnl-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so
2025-08-20T21:42:49.5086421Z 	libnl-route-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so.200
2025-08-20T21:42:49.5086860Z 	libnl-route-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so
2025-08-20T21:42:49.5087286Z 	libnl-genl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-genl-3.so.200
2025-08-20T21:42:49.5087736Z 	libnghttp2.so.14 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnghttp2.so.14
2025-08-20T21:42:49.5088206Z 	libnftnl.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftnl.so.11
2025-08-20T21:42:49.5088857Z 	libnftables.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftables.so.1
2025-08-20T21:42:49.5089297Z 	libnfnetlink.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnfnetlink.so.0
2025-08-20T21:42:49.5089711Z 	libnewt.so.0.52 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnewt.so.0.52
2025-08-20T21:42:49.5090113Z 	libnettle.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnettle.so.8
2025-08-20T21:42:49.5090550Z 	libnetsnmpmibs.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T21:42:49.5091042Z 	libnetsnmphelpers.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T21:42:49.5091538Z 	libnetsnmpagent.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T21:42:49.5091991Z 	libnetsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmp.so.40
2025-08-20T21:42:49.5092673Z 	libnetplan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetplan.so.1
2025-08-20T21:42:49.5093094Z 	libnetpbm.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetpbm.so.11
2025-08-20T21:42:49.5093587Z 	libnetfilter_conntrack.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T21:42:49.5094075Z 	libncursesw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncursesw.so.6
2025-08-20T21:42:49.5094493Z 	libncurses.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncurses.so.6
2025-08-20T21:42:49.5094927Z 	libmysqlclient.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so.21
2025-08-20T21:42:49.5095380Z 	libmysqlclient.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so
2025-08-20T21:42:49.5095788Z 	libmvec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so.1
2025-08-20T21:42:49.5096162Z 	libmvec.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so
2025-08-20T21:42:49.5096530Z 	libmultipath.so.0 (libc6,x86-64) => /lib/libmultipath.so.0
2025-08-20T21:42:49.5096918Z 	libmspack.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmspack.so.0
2025-08-20T21:42:49.5097314Z 	libmpfr.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpfr.so.6
2025-08-20T21:42:49.5097686Z 	libmpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpc.so.3
2025-08-20T21:42:49.5098056Z 	libmpathutil.so.0 (libc6,x86-64) => /lib/libmpathutil.so.0
2025-08-20T21:42:49.5098447Z 	libmpathpersist.so.0 (libc6,x86-64) => /lib/libmpathpersist.so.0
2025-08-20T21:42:49.5099199Z 	libmpathcmd.so.0 (libc6,x86-64) => /lib/libmpathcmd.so.0
2025-08-20T21:42:49.5099669Z 	libmount.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmount.so.1
2025-08-20T21:42:49.5100118Z 	libmnl.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmnl.so.0
2025-08-20T21:42:49.5100470Z 	libmms.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmms.so.0
2025-08-20T21:42:49.5100849Z 	libmm-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmm-glib.so.0
2025-08-20T21:42:49.5101237Z 	libmlx5.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so.1
2025-08-20T21:42:49.5101602Z 	libmlx5.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so
2025-08-20T21:42:49.5101960Z 	libmlx4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so.1
2025-08-20T21:42:49.5102548Z 	libmlx4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so
2025-08-20T21:42:49.5102931Z 	libmenuw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so.6
2025-08-20T21:42:49.5103317Z 	libmenuw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so
2025-08-20T21:42:49.5103684Z 	libmenu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so.6
2025-08-20T21:42:49.5104039Z 	libmenu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so
2025-08-20T21:42:49.5104419Z 	libmemusage.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemusage.so
2025-08-20T21:42:49.5104785Z 	libmemusage.so (libc6) => /lib32/libmemusage.so
2025-08-20T21:42:49.5105158Z 	libmemcached.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemcached.so.11
2025-08-20T21:42:49.5105599Z 	libmediainfo.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmediainfo.so.0
2025-08-20T21:42:49.5106011Z 	libmecab.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmecab.so.2
2025-08-20T21:42:49.5106550Z 	libmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmd.so.0
2025-08-20T21:42:49.5106939Z 	libmbim-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmbim-glib.so.4
2025-08-20T21:42:49.5107359Z 	libmaxminddb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmaxminddb.so.0
2025-08-20T21:42:49.5107765Z 	libmana.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so.1
2025-08-20T21:42:49.5108123Z 	libmana.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so
2025-08-20T21:42:49.5108488Z 	libmagic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmagic.so.1
2025-08-20T21:42:49.5108852Z 	libm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libm.so.6
2025-08-20T21:42:49.5109161Z 	libm.so.6 (libc6) => /lib32/libm.so.6
2025-08-20T21:42:49.5109474Z 	liblz4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so.1
2025-08-20T21:42:49.5109836Z 	liblz4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so
2025-08-20T21:42:49.5110197Z 	liblzo2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzo2.so.2
2025-08-20T21:42:49.5110573Z 	liblzma.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so.5
2025-08-20T21:42:49.5110935Z 	liblzma.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so
2025-08-20T21:42:49.5111279Z 	liblz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so.1
2025-08-20T21:42:49.5111620Z 	liblz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so
2025-08-20T21:42:49.5112005Z 	liblvm2cmd.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T21:42:49.5112540Z 	liblua5.4.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4.so.0
2025-08-20T21:42:49.5112939Z 	liblua5.4-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T21:42:49.5113332Z 	liblua5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3.so.0
2025-08-20T21:42:49.5113717Z 	liblua5.3-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T21:42:49.5114131Z 	liblttng-ust.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust.so.1
2025-08-20T21:42:49.5114637Z 	liblttng-ust-tracepoint.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T21:42:49.5115263Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T21:42:49.5115883Z 	liblttng-ust-libc-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T21:42:49.5116627Z 	liblttng-ust-fork.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T21:42:49.5117106Z 	liblttng-ust-fd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T21:42:49.5117596Z 	liblttng-ust-dl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T21:42:49.5118124Z 	liblttng-ust-cyg-profile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T21:42:49.5118738Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T21:42:49.5119315Z 	liblttng-ust-ctl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T21:42:49.5119811Z 	liblttng-ust-common.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T21:42:49.5120258Z 	libltdl.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libltdl.so.7
2025-08-20T21:42:49.5120633Z 	liblsan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblsan.so.0
2025-08-20T21:42:49.5121004Z 	liblqr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblqr-1.so.0
2025-08-20T21:42:49.5121374Z 	liblmdb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblmdb.so.0
2025-08-20T21:42:49.5121759Z 	liblldb-18.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so.1
2025-08-20T21:42:49.5122153Z 	liblldb-18.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so
2025-08-20T21:42:49.5122667Z 	liblldb-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so.1
2025-08-20T21:42:49.5123054Z 	liblldb-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so
2025-08-20T21:42:49.5123431Z 	liblldb-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so.1
2025-08-20T21:42:49.5123932Z 	liblldb-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so
2025-08-20T21:42:49.5124319Z 	libldap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libldap.so.2
2025-08-20T21:42:49.5124700Z 	liblcms2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblcms2.so.2
2025-08-20T21:42:49.5125064Z 	liblber.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblber.so.2
2025-08-20T21:42:49.5125448Z 	libk5crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libk5crypto.so.3
2025-08-20T21:42:49.5125839Z 	libksba.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libksba.so.8
2025-08-20T21:42:49.5126256Z 	libkrb5support.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5support.so.0
2025-08-20T21:42:49.5126681Z 	libkrb5.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5.so.3
2025-08-20T21:42:49.5127056Z 	libkmod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkmod.so.2
2025-08-20T21:42:49.5127440Z 	libkeyutils.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkeyutils.so.1
2025-08-20T21:42:49.5127855Z 	libjxrglue.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjxrglue.so.0
2025-08-20T21:42:49.5128263Z 	libjsoncpp.so.25 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjsoncpp.so.25
2025-08-20T21:42:49.5128711Z 	libjson-glib-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T21:42:49.5129145Z 	libjson-c.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-c.so.5
2025-08-20T21:42:49.5129517Z 	libjq.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjq.so.1
2025-08-20T21:42:49.5129891Z 	libjpegxr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpegxr.so.0
2025-08-20T21:42:49.5130272Z 	libjpeg.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpeg.so.8
2025-08-20T21:42:49.5130635Z 	libjcat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjcat.so.1
2025-08-20T21:42:49.5131018Z 	libjbig2dec.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig2dec.so.0
2025-08-20T21:42:49.5131408Z 	libjbig.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig.so.0
2025-08-20T21:42:49.5131791Z 	libjansson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjansson.so.4
2025-08-20T21:42:49.5132173Z 	libitm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libitm.so.1
2025-08-20T21:42:49.5132691Z 	libisns.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisns.so.0
2025-08-20T21:42:49.5133190Z 	libisl.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisl.so.23
2025-08-20T21:42:49.5133730Z 	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-20T21:42:49.5134440Z 	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-20T21:42:49.5135115Z 	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-20T21:42:49.5135765Z 	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-20T21:42:49.5136292Z 	libip6tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip6tc.so.2
2025-08-20T21:42:49.5136681Z 	libip4tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip4tc.so.2
2025-08-20T21:42:49.5137056Z 	libinih.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libinih.so.1
2025-08-20T21:42:49.5137439Z 	libijs-0.35.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libijs-0.35.so
2025-08-20T21:42:49.5137814Z 	libidn2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn2.so.0
2025-08-20T21:42:49.5138172Z 	libidn.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn.so.12
2025-08-20T21:42:49.5138544Z 	libicuuc.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.74
2025-08-20T21:42:49.5138933Z 	libicuuc.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.70
2025-08-20T21:42:49.5139310Z 	libicuuc.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so
2025-08-20T21:42:49.5139687Z 	libicutu.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.74
2025-08-20T21:42:49.5140067Z 	libicutu.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.70
2025-08-20T21:42:49.5140585Z 	libicutu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so
2025-08-20T21:42:49.5140983Z 	libicutest.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.74
2025-08-20T21:42:49.5141403Z 	libicutest.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.70
2025-08-20T21:42:49.5141804Z 	libicutest.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so
2025-08-20T21:42:49.5142201Z 	libicui18n.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.74
2025-08-20T21:42:49.5142777Z 	libicui18n.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.70
2025-08-20T21:42:49.5143169Z 	libicui18n.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so
2025-08-20T21:42:49.5143547Z 	libicuio.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.74
2025-08-20T21:42:49.5143929Z 	libicuio.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.70
2025-08-20T21:42:49.5144300Z 	libicuio.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so
2025-08-20T21:42:49.5144686Z 	libicudata.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.74
2025-08-20T21:42:49.5145090Z 	libicudata.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.70
2025-08-20T21:42:49.5145488Z 	libicudata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so
2025-08-20T21:42:49.5145887Z 	libibverbs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so.1
2025-08-20T21:42:49.5146286Z 	libibverbs.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so
2025-08-20T21:42:49.5146669Z 	libhwasan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhwasan.so.0
2025-08-20T21:42:49.5147093Z 	libhunspell-1.7.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T21:42:49.5147548Z 	libhogweed.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhogweed.so.6
2025-08-20T21:42:49.5147952Z 	libhistory.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhistory.so.8
2025-08-20T21:42:49.5148387Z 	libhiredis_ssl.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T21:42:49.5148859Z 	libhiredis.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T21:42:49.5149268Z 	libhgfs.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhgfs.so.0
2025-08-20T21:42:49.5149756Z 	libheif.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libheif.so.1
2025-08-20T21:42:49.5150133Z 	libhavege.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhavege.so.2
2025-08-20T21:42:49.5150526Z 	libhashkit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhashkit.so.2
2025-08-20T21:42:49.5150930Z 	libharfbuzz.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libharfbuzz.so.0
2025-08-20T21:42:49.5151328Z 	libhandle.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhandle.so.1
2025-08-20T21:42:49.5151700Z 	libgusb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgusb.so.2
2025-08-20T21:42:49.5152086Z 	libguestlib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestlib.so.0
2025-08-20T21:42:49.5152684Z 	libguestStoreClient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestStoreClient.so.0
2025-08-20T21:42:49.5153159Z 	libgudev-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgudev-1.0.so.0
2025-08-20T21:42:49.5153552Z 	libgtk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgtk-3.so.0
2025-08-20T21:42:49.5153958Z 	libgthread-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgthread-2.0.so.0
2025-08-20T21:42:49.5154407Z 	libgstreamer-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T21:42:49.5154851Z 	libgstnet-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T21:42:49.5155325Z 	libgstcontroller-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T21:42:49.5155810Z 	libgstcheck-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T21:42:49.5156252Z 	libgstbase-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T21:42:49.5156685Z 	libgssapi_krb5.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T21:42:49.5157204Z 	libgs.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgs.so.10
2025-08-20T21:42:49.5157598Z 	libgraphite2.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgraphite2.so.3
2025-08-20T21:42:49.5158014Z 	libgprofng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgprofng.so.0
2025-08-20T21:42:49.5158403Z 	libgpm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpm.so.2
2025-08-20T21:42:49.5158774Z 	libgpgme.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpgme.so.11
2025-08-20T21:42:49.5159178Z 	libgpg-error.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpg-error.so.0
2025-08-20T21:42:49.5159571Z 	libgomp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgomp.so.1
2025-08-20T21:42:49.5159971Z 	libgobject-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgobject-2.0.so.0
2025-08-20T21:42:49.5160393Z 	libgnutls.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgnutls.so.30
2025-08-20T21:42:49.5160787Z 	libgmpxx.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so.4
2025-08-20T21:42:49.5161173Z 	libgmpxx.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so
2025-08-20T21:42:49.5161551Z 	libgmp.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so.10
2025-08-20T21:42:49.5161908Z 	libgmp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so
2025-08-20T21:42:49.5162436Z 	libgmodule-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T21:42:49.5162860Z 	libglib-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libglib-2.0.so.0
2025-08-20T21:42:49.5163311Z 	libgirepository-1.0.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T21:42:49.5163764Z 	libgio-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgio-2.0.so.0
2025-08-20T21:42:49.5164165Z 	libgfortran.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgfortran.so.5
2025-08-20T21:42:49.5164602Z 	libgdk_pixbuf-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T21:42:49.5165023Z 	libgdk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk-3.so.0
2025-08-20T21:42:49.5165435Z 	libgdbm_compat.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm_compat.so.4
2025-08-20T21:42:49.5165837Z 	libgdbm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm.so.6
2025-08-20T21:42:49.5166199Z 	libgd.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgd.so.3
2025-08-20T21:42:49.5166864Z 	libgctba.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgctba.so.1
2025-08-20T21:42:49.5167263Z 	libgcrypt.so.20 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcrypt.so.20
2025-08-20T21:42:49.5167666Z 	libgccpp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgccpp.so.1
2025-08-20T21:42:49.5168036Z 	libgcc_s.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcc_s.so.1
2025-08-20T21:42:49.5168364Z 	libgcc_s.so.1 (libc6) => /lib32/libgcc_s.so.1
2025-08-20T21:42:49.5168673Z 	libgc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgc.so.1
2025-08-20T21:42:49.5169020Z 	libgbm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgbm.so.1
2025-08-20T21:42:49.5169518Z 	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-20T21:42:49.5170039Z 	libfwupd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfwupd.so.2
2025-08-20T21:42:49.5170421Z 	libfuse3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfuse3.so.3
2025-08-20T21:42:49.5170796Z 	libftdi1.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libftdi1.so.2
2025-08-20T21:42:49.5171188Z 	libfsverity.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfsverity.so.0
2025-08-20T21:42:49.5171595Z 	libfribidi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfribidi.so.0
2025-08-20T21:42:49.5171999Z 	libfreetype.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreetype.so.6
2025-08-20T21:42:49.5172592Z 	libfreebl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreebl3.so
2025-08-20T21:42:49.5173004Z 	libfreeblpriv3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreeblpriv3.so
2025-08-20T21:42:49.5173410Z 	libformw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so.6
2025-08-20T21:42:49.5173779Z 	libformw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so
2025-08-20T21:42:49.5174271Z 	libform.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so.6
2025-08-20T21:42:49.5174633Z 	libform.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so
2025-08-20T21:42:49.5175012Z 	libfontenc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontenc.so.1
2025-08-20T21:42:49.5175433Z 	libfontconfig.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontconfig.so.1
2025-08-20T21:42:49.5175856Z 	libflashrom.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libflashrom.so.1
2025-08-20T21:42:49.5176255Z 	libfido2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfido2.so.1
2025-08-20T21:42:49.5176675Z 	libfftw3_threads.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_threads.so.3
2025-08-20T21:42:49.5177113Z 	libfftw3_omp.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_omp.so.3
2025-08-20T21:42:49.5177498Z 	libfftw3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3.so.3
2025-08-20T21:42:49.5177863Z 	libffi.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so.8
2025-08-20T21:42:49.5178219Z 	libffi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so
2025-08-20T21:42:49.5178580Z 	libfdisk.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfdisk.so.1
2025-08-20T21:42:49.5178946Z 	libfcgi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi.so.0
2025-08-20T21:42:49.5179324Z 	libfcgi++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi++.so.0
2025-08-20T21:42:49.5179717Z 	libfbclient.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfbclient.so.2
2025-08-20T21:42:49.5180126Z 	libfastjson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfastjson.so.4
2025-08-20T21:42:49.5180579Z 	libfakeroot-0.so (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T21:42:49.5181015Z 	libe2p.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libe2p.so.2
2025-08-20T21:42:49.5181391Z 	libext2fs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libext2fs.so.2
2025-08-20T21:42:49.5181772Z 	libexslt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexslt.so.0
2025-08-20T21:42:49.5182164Z 	libexpatw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so.1
2025-08-20T21:42:49.5182686Z 	libexpatw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so
2025-08-20T21:42:49.5183068Z 	libexpat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so.1
2025-08-20T21:42:49.5183573Z 	libexpat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so
2025-08-20T21:42:49.5184010Z 	libevent_pthreads-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T21:42:49.5184494Z 	libevent_core-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T21:42:49.5184908Z 	libevdev.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevdev.so.2
2025-08-20T21:42:49.5185274Z 	libestr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libestr.so.0
2025-08-20T21:42:49.5185632Z 	libepoxy.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libepoxy.so.0
2025-08-20T21:42:49.5186029Z 	libenchant-2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libenchant-2.so.2
2025-08-20T21:42:49.5186602Z 	libelf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libelf.so.1
2025-08-20T21:42:49.5186980Z 	libefivar.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefivar.so.1
2025-08-20T21:42:49.5187373Z 	libefiboot.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefiboot.so.1
2025-08-20T21:42:49.5187839Z 	libefa.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so.1
2025-08-20T21:42:49.5188188Z 	libefa.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so
2025-08-20T21:42:49.5188537Z 	libedit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libedit.so.2
2025-08-20T21:42:49.5188927Z 	libeatmydata.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so.1
2025-08-20T21:42:49.5189343Z 	libeatmydata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so
2025-08-20T21:42:49.5189718Z 	libdw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdw.so.1
2025-08-20T21:42:49.5190099Z 	libduktape.so.207 (libc6,x86-64) => /lib/x86_64-linux-gnu/libduktape.so.207
2025-08-20T21:42:49.5190677Z 	libdrop_ambient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrop_ambient.so.0
2025-08-20T21:42:49.5191116Z 	libdrm_intel.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_intel.so.1
2025-08-20T21:42:49.5191532Z 	libdrm_amdgpu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T21:42:49.5191925Z 	libdrm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm.so.2
2025-08-20T21:42:49.5192557Z 	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-20T21:42:49.5193069Z 	libdl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdl.so.2
2025-08-20T21:42:49.5193373Z 	libdl.so.2 (libc6) => /lib32/libdl.so.2
2025-08-20T21:42:49.5193716Z 	libdjvulibre.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdjvulibre.so.21
2025-08-20T21:42:49.5194122Z 	libde265.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libde265.so.0
2025-08-20T21:42:49.5194553Z 	libdevmapper.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T21:42:49.5195077Z 	libdevmapper-event.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T21:42:49.5195654Z 	libdevmapper-event-lvm2vdo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T21:42:49.5196264Z 	libdevmapper-event-lvm2thin.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T21:42:49.5196911Z 	libdevmapper-event-lvm2snapshot.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T21:42:49.5197550Z 	libdevmapper-event-lvm2raid.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T21:42:49.5198175Z 	libdevmapper-event-lvm2mirror.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T21:42:49.5198802Z 	libdevmapper-event-lvm2.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T21:42:49.5199379Z 	libdevmapper-event-lvm2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T21:42:49.5199862Z 	libdeflate.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdeflate.so.0
2025-08-20T21:42:49.5200304Z 	libdebconfclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdebconfclient.so.0
2025-08-20T21:42:49.5200894Z 	libdconf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdconf.so.1
2025-08-20T21:42:49.5201324Z 	libdbusmenu-gtk3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T21:42:49.5201792Z 	libdbusmenu-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T21:42:49.5202343Z 	libdbus-1.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so.3
2025-08-20T21:42:49.5202730Z 	libdbus-1.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so
2025-08-20T21:42:49.5203097Z 	libdb-5.3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdb-5.3.so
2025-08-20T21:42:49.5203471Z 	libdatrie.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdatrie.so.1
2025-08-20T21:42:49.5203856Z 	libcurl.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl.so.4
2025-08-20T21:42:49.5204269Z 	libcurl-gnutls.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T21:42:49.5204688Z 	libcups.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcups.so.2
2025-08-20T21:42:49.5205057Z 	libctf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf.so.0
2025-08-20T21:42:49.5205449Z 	libctf-nobfd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd.so.0
2025-08-20T21:42:49.5205908Z 	libctf-nobfd-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so.0
2025-08-20T21:42:49.5206388Z 	libctf-nobfd-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so
2025-08-20T21:42:49.5206866Z 	libctf-nobfd-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T21:42:49.5207340Z 	libctf-nobfd-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T21:42:49.5207813Z 	libctf-nobfd-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T21:42:49.5208398Z 	libctf-nobfd-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T21:42:49.5208845Z 	libctf-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so.0
2025-08-20T21:42:49.5209259Z 	libctf-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so
2025-08-20T21:42:49.5209672Z 	libctf-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so.0
2025-08-20T21:42:49.5210078Z 	libctf-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so
2025-08-20T21:42:49.5210481Z 	libctf-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so.0
2025-08-20T21:42:49.5210893Z 	libctf-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so
2025-08-20T21:42:49.5211339Z 	libcryptsetup.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcryptsetup.so.12
2025-08-20T21:42:49.5211772Z 	libcrypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so.3
2025-08-20T21:42:49.5212160Z 	libcrypto.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so
2025-08-20T21:42:49.5212652Z 	libcrypt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so.1
2025-08-20T21:42:49.5213026Z 	libcrypt.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so
2025-08-20T21:42:49.5213404Z 	libcom_err.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcom_err.so.2
2025-08-20T21:42:49.5213841Z 	libcolordprivate.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolordprivate.so.2
2025-08-20T21:42:49.5214279Z 	libcolord.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolord.so.2
2025-08-20T21:42:49.5214677Z 	libclang-18.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-18.so.18
2025-08-20T21:42:49.5215082Z 	libclang-17.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-17.so.17
2025-08-20T21:42:49.5215498Z 	libclang-16.so.16.0.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T21:42:49.5215944Z 	libclang-cpp.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T21:42:49.5216385Z 	libclang-cpp.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.17
2025-08-20T21:42:49.5216813Z 	libclang-cpp.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.16
2025-08-20T21:42:49.5217207Z 	libcc1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcc1.so.0
2025-08-20T21:42:49.5217703Z 	libcbor.so.0.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcbor.so.0.10
2025-08-20T21:42:49.5218093Z 	libcares.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcares.so.2
2025-08-20T21:42:49.5218460Z 	libcap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap.so.2
2025-08-20T21:42:49.5218829Z 	libcap-ng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap-ng.so.0
2025-08-20T21:42:49.5219227Z 	libcanberra.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcanberra.so.0
2025-08-20T21:42:49.5219619Z 	libcairo.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo.so.2
2025-08-20T21:42:49.5220042Z 	libcairo-gobject.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo-gobject.so.2
2025-08-20T21:42:49.5220508Z 	libc_malloc_debug.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T21:42:49.5220927Z 	libc_malloc_debug.so.0 (libc6) => /lib32/libc_malloc_debug.so.0
2025-08-20T21:42:49.5221330Z 	libc_malloc_debug.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so
2025-08-20T21:42:49.5221725Z 	libc.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc.so.6
2025-08-20T21:42:49.5222022Z 	libc.so.6 (libc6) => /lib32/libc.so.6
2025-08-20T21:42:49.5222495Z 	libc-client.so.2007e (libc6,x86-64) => /lib/libc-client.so.2007e
2025-08-20T21:42:49.5222879Z 	libbz2.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbz2.so.1.0
2025-08-20T21:42:49.5223276Z 	libbytesize.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbytesize.so.1
2025-08-20T21:42:49.5223658Z 	libbsd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbsd.so.0
2025-08-20T21:42:49.5224048Z 	libbrotlienc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlienc.so.1
2025-08-20T21:42:49.5224476Z 	libbrotlidec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlidec.so.1
2025-08-20T21:42:49.5225098Z 	libbrotlicommon.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlicommon.so.1
2025-08-20T21:42:49.5225519Z 	libbpf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbpf.so.1
2025-08-20T21:42:49.5225900Z 	libblockdev.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblockdev.so.3
2025-08-20T21:42:49.5226303Z 	libblkid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblkid.so.1
2025-08-20T21:42:49.5226849Z 	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-20T21:42:49.5227429Z 	libbfd-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-system.so
2025-08-20T21:42:49.5227878Z 	libbfd-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-arm64.so
2025-08-20T21:42:49.5228313Z 	libbfd-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T21:42:49.5228745Z 	libbfd-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T21:42:49.5229167Z 	libbd_utils.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_utils.so.3
2025-08-20T21:42:49.5229562Z 	libbd_swap.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_swap.so.3
2025-08-20T21:42:49.5229951Z 	libbd_part.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_part.so.3
2025-08-20T21:42:49.5230345Z 	libbd_nvme.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_nvme.so.3
2025-08-20T21:42:49.5230737Z 	libbd_mdraid.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_mdraid.so.3
2025-08-20T21:42:49.5231132Z 	libbd_loop.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_loop.so.3
2025-08-20T21:42:49.5231500Z 	libbd_fs.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_fs.so.3
2025-08-20T21:42:49.5231888Z 	libbd_crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_crypto.so.3
2025-08-20T21:42:49.5232420Z 	libbcc_bpf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc_bpf.so.0
2025-08-20T21:42:49.5232802Z 	libbcc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc.so.0
2025-08-20T21:42:49.5233208Z 	libavahi-common.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-common.so.3
2025-08-20T21:42:49.5233669Z 	libavahi-client.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-client.so.3
2025-08-20T21:42:49.5234087Z 	libaudit.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaudit.so.1
2025-08-20T21:42:49.5234577Z 	libattr.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libattr.so.1
2025-08-20T21:42:49.5234944Z 	libatspi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatspi.so.0
2025-08-20T21:42:49.5235327Z 	libatomic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatomic.so.1
2025-08-20T21:42:49.5235699Z 	libatm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatm.so.1
2025-08-20T21:42:49.5236065Z 	libatk-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-1.0.so.0
2025-08-20T21:42:49.5236488Z 	libatk-bridge-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T21:42:49.5236933Z 	libatasmart.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatasmart.so.4
2025-08-20T21:42:49.5237340Z 	libassuan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libassuan.so.0
2025-08-20T21:42:49.5237735Z 	libaspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaspell.so.15
2025-08-20T21:42:49.5238125Z 	libasound.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasound.so.2
2025-08-20T21:42:49.5238505Z 	libasan.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasan.so.8
2025-08-20T21:42:49.5238876Z 	libaria2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaria2.so.0
2025-08-20T21:42:49.5239252Z 	libargon2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libargon2.so.1
2025-08-20T21:42:49.5239650Z 	libarchive.so.13 (libc6,x86-64) => /lib/x86_64-linux-gnu/libarchive.so.13
2025-08-20T21:42:49.5240093Z 	libapt-private.so.0.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-private.so.0.0
2025-08-20T21:42:49.5240551Z 	libapt-pkg.so.6.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T21:42:49.5240996Z 	libaprutil-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaprutil-1.so.0
2025-08-20T21:42:49.5241505Z 	libapr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapr-1.so.0
2025-08-20T21:42:49.5241920Z 	libappstream.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libappstream.so.5
2025-08-20T21:42:49.5242454Z 	libapparmor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapparmor.so.1
2025-08-20T21:42:49.5242849Z 	libaom.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaom.so.3
2025-08-20T21:42:49.5243204Z 	libanl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so.1
2025-08-20T21:42:49.5243516Z 	libanl.so.1 (libc6) => /lib32/libanl.so.1
2025-08-20T21:42:49.5243817Z 	libanl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so
2025-08-20T21:42:49.5244182Z 	libaio.so.1t64 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaio.so.1t64
2025-08-20T21:42:49.5244550Z 	libacl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libacl.so.1
2025-08-20T21:42:49.5244903Z 	libX11.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11.so.6
2025-08-20T21:42:49.5245273Z 	libX11-xcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11-xcb.so.1
2025-08-20T21:42:49.5245673Z 	libXxf86vm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXxf86vm.so.1
2025-08-20T21:42:49.5246055Z 	libXtst.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXtst.so.6
2025-08-20T21:42:49.5246408Z 	libXt.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXt.so.6
2025-08-20T21:42:49.5246758Z 	libXss.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXss.so.1
2025-08-20T21:42:49.5247134Z 	libXrender.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrender.so.1
2025-08-20T21:42:49.5247529Z 	libXrandr.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrandr.so.2
2025-08-20T21:42:49.5247907Z 	libXpm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXpm.so.4
2025-08-20T21:42:49.5248278Z 	libXmuu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmuu.so.1
2025-08-20T21:42:49.5248646Z 	libXmu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmu.so.6
2025-08-20T21:42:49.5249035Z 	libXinerama.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXinerama.so.1
2025-08-20T21:42:49.5249421Z 	libXi.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXi.so.6
2025-08-20T21:42:49.5249779Z 	libXft.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXft.so.2
2025-08-20T21:42:49.5250156Z 	libXfont2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfont2.so.2
2025-08-20T21:42:49.5250676Z 	libXfixes.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfixes.so.3
2025-08-20T21:42:49.5251059Z 	libXext.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXext.so.6
2025-08-20T21:42:49.5251435Z 	libXdmcp.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so.6
2025-08-20T21:42:49.5251807Z 	libXdmcp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so
2025-08-20T21:42:49.5252193Z 	libXdamage.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdamage.so.1
2025-08-20T21:42:49.5252712Z 	libXcursor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcursor.so.1
2025-08-20T21:42:49.5253133Z 	libXcomposite.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcomposite.so.1
2025-08-20T21:42:49.5253539Z 	libXaw.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXaw.so.7
2025-08-20T21:42:49.5253894Z 	libXau.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so.6
2025-08-20T21:42:49.5254241Z 	libXau.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so
2025-08-20T21:42:49.5254589Z 	libSM.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libSM.so.6
2025-08-20T21:42:49.5255014Z 	libOpenEXRUtil-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T21:42:49.5255507Z 	libOpenEXRCore-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T21:42:49.5256007Z 	libOpenEXR-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T21:42:49.5256479Z 	libMagickWand-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T21:42:49.5256969Z 	libMagickCore-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T21:42:49.5257398Z 	libLerc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLerc.so.4
2025-08-20T21:42:49.5257897Z 	libLLVM.so.19.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.19.1
2025-08-20T21:42:49.5258289Z 	libLLVM.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.18.1
2025-08-20T21:42:49.5258673Z 	libLLVM-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so.1
2025-08-20T21:42:49.5259062Z 	libLLVM-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so
2025-08-20T21:42:49.5259444Z 	libLLVM-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so.1
2025-08-20T21:42:49.5259823Z 	libLLVM-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so
2025-08-20T21:42:49.5260191Z 	libJudy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libJudy.so.1
2025-08-20T21:42:49.5260581Z 	libImath-3_1.so.29 (libc6,x86-64) => /lib/x86_64-linux-gnu/libImath-3_1.so.29
2025-08-20T21:42:49.5261019Z 	libIlmThread-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T21:42:49.5261451Z 	libIex-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIex-3_1.so.30
2025-08-20T21:42:49.5261834Z 	libICE.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libICE.so.6
2025-08-20T21:42:49.5262383Z 	libGLdispatch.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLdispatch.so.0
2025-08-20T21:42:49.5262807Z 	libGLX_mesa.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX_mesa.so.0
2025-08-20T21:42:49.5263198Z 	libGLX.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX.so.0
2025-08-20T21:42:49.5263549Z 	libGL.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGL.so.1
2025-08-20T21:42:49.5263936Z 	libDeployPkg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libDeployPkg.so.0
2025-08-20T21:42:49.5264388Z 	libBrokenLocale.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so.1
2025-08-20T21:42:49.5264809Z 	libBrokenLocale.so.1 (libc6) => /lib32/libBrokenLocale.so.1
2025-08-20T21:42:49.5265219Z 	libBrokenLocale.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so
2025-08-20T21:42:49.5265626Z 	ld-musl-x86_64.so.1 (libc6,x86-64) => /lib/ld-musl-x86_64.so.1
2025-08-20T21:42:49.5265948Z 	ld-linux.so.2 (libc6) => /lib32/ld-linux.so.2
2025-08-20T21:42:49.5266231Z 	ld-linux.so.2 (libc6) => /lib/ld-linux.so.2
2025-08-20T21:42:49.5266580Z 	ld-linux-x86-64.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
2025-08-20T21:42:49.5267057Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.5) stable release version 2.39
2025-08-20T21:42:49.5449533Z [+] Installing Go for linux-amd64...
2025-08-20T21:42:50.0655761Z [!] Found existing Go installation at: /usr/bin/go
2025-08-20T21:42:50.0656368Z [!] GOROOT: /opt/hostedtoolcache/go/1.24.6/x64
2025-08-20T21:42:50.0657086Z [!] Removing existing GOROOT: /opt/hostedtoolcache/go/1.24.6/x64
2025-08-20T21:42:53.8427736Z [+] Downloading Go go1.25.0...
2025-08-20T21:42:53.8483834Z   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2025-08-20T21:42:53.8484476Z                                  Dload  Upload   Total   Spent    Left  Speed
2025-08-20T21:42:53.8484713Z 
2025-08-20T21:42:53.9201643Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2025-08-20T21:42:53.9202204Z 100    80  100    80    0     0   1113      0 --:--:-- --:--:-- --:--:--  1126
2025-08-20T21:42:53.9971832Z 
2025-08-20T21:42:53.9972719Z 100    75  100    75    0     0    503      0 --:--:-- --:--:-- --:--:--   503
2025-08-20T21:42:54.2673033Z 
2025-08-20T21:42:54.2673738Z 100 56.8M  100 56.8M    0     0   135M      0 --:--:-- --:--:-- --:--:--  135M
2025-08-20T21:42:54.2710478Z (DL) <== https://golang.org/dl/go1.25.0.linux-amd64.tar.gz
2025-08-20T21:42:55.6754461Z [+] Success! Go version: go version go1.25.0 linux/amd64
2025-08-20T21:42:55.6755034Z [+] GOROOT: /home/runner/.go
2025-08-20T21:42:55.6755416Z [+] GOPATH: /home/runner/go
2025-08-20T21:42:55.6755892Z [|] PATH: export PATH="/home/runner/.go/bin:/home/runner/go/bin:${PATH}"
2025-08-20T21:42:55.6928159Z go version go1.25.0 linux/amd64
2025-08-20T21:42:55.7330408Z 680 libs found in cache `/etc/ld.so.cache'
2025-08-20T21:42:55.7331063Z 	libz3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so.4
2025-08-20T21:42:55.7332122Z 	libz3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so
2025-08-20T21:42:55.7332990Z 	libzstd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so.1
2025-08-20T21:42:55.7333660Z 	libzstd.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so
2025-08-20T21:42:55.7334332Z 	libzmq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzmq.so.5
2025-08-20T21:42:55.7334963Z 	libzip.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzip.so.4
2025-08-20T21:42:55.7335593Z 	libzen.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzen.so.0
2025-08-20T21:42:55.7336189Z 	libz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so.1
2025-08-20T21:42:55.7336757Z 	libz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so
2025-08-20T21:42:55.7337380Z 	libyaml-0.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyaml-0.so.2
2025-08-20T21:42:55.7338048Z 	libyajl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyajl.so.2
2025-08-20T21:42:55.7338627Z 	libxxhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxxhash.so.0
2025-08-20T21:42:55.7339278Z 	libxtables.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxtables.so.12
2025-08-20T21:42:55.7339915Z 	libxslt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxslt.so.1
2025-08-20T21:42:55.7340578Z 	libxshmfence.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxshmfence.so.1
2025-08-20T21:42:55.7341267Z 	libxml2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so.2
2025-08-20T21:42:55.7341884Z 	libxml2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so
2025-08-20T21:42:55.7342805Z 	libxmlsec1.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1.so.1
2025-08-20T21:42:55.7343534Z 	libxmlsec1-openssl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T21:42:55.7344303Z 	libxmlb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlb.so.2
2025-08-20T21:42:55.7344738Z 	libxkbfile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbfile.so.1
2025-08-20T21:42:55.7345278Z 	libxkbcommon.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbcommon.so.0
2025-08-20T21:42:55.7345687Z 	libxcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so.1
2025-08-20T21:42:55.7346048Z 	libxcb.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so
2025-08-20T21:42:55.7346437Z 	libxcb-xfixes.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T21:42:55.7347138Z 	libxcb-xfixes.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so
2025-08-20T21:42:55.7347555Z 	libxcb-sync.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-sync.so.1
2025-08-20T21:42:55.7347955Z 	libxcb-shm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shm.so.0
2025-08-20T21:42:55.7348367Z 	libxcb-shape.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so.0
2025-08-20T21:42:55.7348789Z 	libxcb-shape.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so
2025-08-20T21:42:55.7349220Z 	libxcb-render.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so.0
2025-08-20T21:42:55.7349659Z 	libxcb-render.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so
2025-08-20T21:42:55.7350076Z 	libxcb-randr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-randr.so.0
2025-08-20T21:42:55.7350517Z 	libxcb-present.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-present.so.0
2025-08-20T21:42:55.7350970Z 	libxcb-glx.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-glx.so.0
2025-08-20T21:42:55.7351382Z 	libxcb-dri3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-dri3.so.0
2025-08-20T21:42:55.7351775Z 	libwrap.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwrap.so.0
2025-08-20T21:42:55.7352179Z 	libwmflite-0.2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T21:42:55.7352972Z 	libwebpmux.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpmux.so.3
2025-08-20T21:42:55.7353395Z 	libwebpdemux.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpdemux.so.2
2025-08-20T21:42:55.7353797Z 	libwebp.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebp.so.7
2025-08-20T21:42:55.7354186Z 	libwbclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwbclient.so.0
2025-08-20T21:42:55.7354803Z 	libwayland-server.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-server.so.0
2025-08-20T21:42:55.7355282Z 	libwayland-egl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-egl.so.1
2025-08-20T21:42:55.7355749Z 	libwayland-cursor.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-cursor.so.0
2025-08-20T21:42:55.7356225Z 	libwayland-client.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-client.so.0
2025-08-20T21:42:55.7356666Z 	libvulkan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvulkan.so.1
2025-08-20T21:42:55.7357077Z 	libvorbisfile.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbisfile.so.3
2025-08-20T21:42:55.7357492Z 	libvorbis.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbis.so.0
2025-08-20T21:42:55.7357890Z 	libvolume_key.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvolume_key.so.1
2025-08-20T21:42:55.7358306Z 	libvmtools.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvmtools.so.0
2025-08-20T21:42:55.7358707Z 	libvgauth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvgauth.so.0
2025-08-20T21:42:55.7359086Z 	libuv.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuv.so.1
2025-08-20T21:42:55.7359441Z 	libuuid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuuid.so.1
2025-08-20T21:42:55.7359813Z 	libutil.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutil.so.1
2025-08-20T21:42:55.7360136Z 	libutil.so.1 (libc6) => /lib32/libutil.so.1
2025-08-20T21:42:55.7360477Z 	libutempter.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutempter.so.0
2025-08-20T21:42:55.7360877Z 	libusb-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libusb-1.0.so.0
2025-08-20T21:42:55.7361250Z 	liburcu.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu.so.8
2025-08-20T21:42:55.7361654Z 	liburcu-signal.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-signal.so.8
2025-08-20T21:42:55.7362089Z 	liburcu-qsbr.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T21:42:55.7362708Z 	liburcu-memb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-memb.so.8
2025-08-20T21:42:55.7363116Z 	liburcu-mb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-mb.so.8
2025-08-20T21:42:55.7363536Z 	liburcu-common.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-common.so.8
2025-08-20T21:42:55.7364173Z 	liburcu-cds.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-cds.so.8
2025-08-20T21:42:55.7364564Z 	liburcu-bp.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-bp.so.8
2025-08-20T21:42:55.7364951Z 	libunwind.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind.so.8
2025-08-20T21:42:55.7365365Z 	libunwind-x86_64.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-x86_64.so.8
2025-08-20T21:42:55.7365830Z 	libunwind-ptrace.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T21:42:55.7366353Z 	libunwind-coredump.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-coredump.so.0
2025-08-20T21:42:55.7366834Z 	libunistring.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunistring.so.5
2025-08-20T21:42:55.7367264Z 	libudisks2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudisks2.so.0
2025-08-20T21:42:55.7367658Z 	libudev.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudev.so.1
2025-08-20T21:42:55.7368094Z 	libuchardet.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuchardet.so.0
2025-08-20T21:42:55.7368502Z 	libubsan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libubsan.so.1
2025-08-20T21:42:55.7368941Z 	libtss2-tcti-swtpm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T21:42:55.7369431Z 	libtss2-tcti-mssim.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T21:42:55.7369932Z 	libtss2-tcti-device.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T21:42:55.7370425Z 	libtss2-tcti-cmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T21:42:55.7370862Z 	libtss2-sys.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-sys.so.1
2025-08-20T21:42:55.7371265Z 	libtss2-rc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-rc.so.0
2025-08-20T21:42:55.7371783Z 	libtss2-mu.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-mu.so.0
2025-08-20T21:42:55.7372208Z 	libtss2-esys.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-esys.so.0
2025-08-20T21:42:55.7372818Z 	libtsan.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtsan.so.2
2025-08-20T21:42:55.7373200Z 	libtracefs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtracefs.so.1
2025-08-20T21:42:55.7373618Z 	libtraceevent.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtraceevent.so.1
2025-08-20T21:42:55.7374032Z 	libtommath.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtommath.so.1
2025-08-20T21:42:55.7374412Z 	libtk8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtk8.6.so
2025-08-20T21:42:55.7374786Z 	libtirpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtirpc.so.3
2025-08-20T21:42:55.7375190Z 	libtinyxml2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinyxml2.so.10
2025-08-20T21:42:55.7375584Z 	libtinfo.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so.6
2025-08-20T21:42:55.7375962Z 	libtinfo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so
2025-08-20T21:42:55.7376324Z 	libtiff.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtiff.so.6
2025-08-20T21:42:55.7376712Z 	libtidy.so.5deb1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtidy.so.5deb1
2025-08-20T21:42:55.7377100Z 	libtic.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so.6
2025-08-20T21:42:55.7377451Z 	libtic.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so
2025-08-20T21:42:55.7377828Z 	libthread_db.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so.1
2025-08-20T21:42:55.7378197Z 	libthread_db.so.1 (libc6) => /lib32/libthread_db.so.1
2025-08-20T21:42:55.7378554Z 	libthread_db.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so
2025-08-20T21:42:55.7378936Z 	libthai.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthai.so.0
2025-08-20T21:42:55.7379312Z 	libtdb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtdb.so.1
2025-08-20T21:42:55.7379683Z 	libtcl8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtcl8.6.so
2025-08-20T21:42:55.7380065Z 	libtasn1.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtasn1.so.6
2025-08-20T21:42:55.7380455Z 	libtalloc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtalloc.so.2
2025-08-20T21:42:55.7380991Z 	libsystemd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsystemd.so.0
2025-08-20T21:42:55.7381387Z 	libsysfs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsysfs.so.2
2025-08-20T21:42:55.7381764Z 	libsybdb.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsybdb.so.5
2025-08-20T21:42:55.7382134Z 	libsubid.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsubid.so.4
2025-08-20T21:42:55.7382740Z 	libstemmer.so.0d (libc6,x86-64) => /lib/x86_64-linux-gnu/libstemmer.so.0d
2025-08-20T21:42:55.7383144Z 	libstdc++.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libstdc++.so.6
2025-08-20T21:42:55.7383489Z 	libstdc++.so.6 (libc6) => /lib32/libstdc++.so.6
2025-08-20T21:42:55.7383824Z 	libssl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl3.so
2025-08-20T21:42:55.7384196Z 	libssl.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so.3
2025-08-20T21:42:55.7384555Z 	libssl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so
2025-08-20T21:42:55.7384917Z 	libssh2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh2.so.1
2025-08-20T21:42:55.7385291Z 	libssh.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh.so.4
2025-08-20T21:42:55.7385643Z 	libss.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libss.so.2
2025-08-20T21:42:55.7386021Z 	libsqlite3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so.0
2025-08-20T21:42:55.7386421Z 	libsqlite3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so
2025-08-20T21:42:55.7386863Z 	libsourcekitdInProc.so (libc6,x86-64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T21:42:55.7387311Z 	libsoftokn3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsoftokn3.so
2025-08-20T21:42:55.7387712Z 	libsodium.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsodium.so.23
2025-08-20T21:42:55.7388098Z 	libsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnmp.so.40
2025-08-20T21:42:55.7388615Z 	libsnappy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnappy.so.1
2025-08-20T21:42:55.7389009Z 	libsmime3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmime3.so
2025-08-20T21:42:55.7389423Z 	libsmartcols.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmartcols.so.1
2025-08-20T21:42:55.7389829Z 	libslirp.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslirp.so.0
2025-08-20T21:42:55.7390200Z 	libslang.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslang.so.2
2025-08-20T21:42:55.7390589Z 	libsigsegv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsigsegv.so.2
2025-08-20T21:42:55.7390998Z 	libsharpyuv.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsharpyuv.so.0
2025-08-20T21:42:55.7391438Z 	libsgutils2-1.46.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T21:42:55.7391865Z 	libsframe.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsframe.so.1
2025-08-20T21:42:55.7392478Z 	libsepol.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsepol.so.2
2025-08-20T21:42:55.7392922Z 	libsensors.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsensors.so.5
2025-08-20T21:42:55.7393328Z 	libsemanage.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsemanage.so.2
2025-08-20T21:42:55.7393736Z 	libselinux.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libselinux.so.1
2025-08-20T21:42:55.7394129Z 	libseccomp.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libseccomp.so.2
2025-08-20T21:42:55.7394514Z 	libsasl2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsasl2.so.2
2025-08-20T21:42:55.7394909Z 	libruby-3.2.so.3.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T21:42:55.7395313Z 	libruby-3.2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so
2025-08-20T21:42:55.7395692Z 	librtmp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librtmp.so.1
2025-08-20T21:42:55.7396052Z 	librt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librt.so.1
2025-08-20T21:42:55.7396357Z 	librt.so.1 (libc6) => /lib32/librt.so.1
2025-08-20T21:42:55.7396685Z 	librpmsign.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmsign.so.9
2025-08-20T21:42:55.7397075Z 	librpmio.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmio.so.9
2025-08-20T21:42:55.7397469Z 	librpmbuild.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmbuild.so.9
2025-08-20T21:42:55.7397989Z 	librpm.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpm.so.9
2025-08-20T21:42:55.7398356Z 	librhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/librhash.so.0
2025-08-20T21:42:55.7398725Z 	libre2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libre2.so.10
2025-08-20T21:42:55.7399100Z 	libresolv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so.2
2025-08-20T21:42:55.7399448Z 	libresolv.so.2 (libc6) => /lib32/libresolv.so.2
2025-08-20T21:42:55.7399786Z 	libresolv.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so
2025-08-20T21:42:55.7400209Z 	libreiserfscore.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreiserfscore.so.0
2025-08-20T21:42:55.7400651Z 	libreadline.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreadline.so.8
2025-08-20T21:42:55.7401053Z 	libraw_r.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw_r.so.23
2025-08-20T21:42:55.7401423Z 	libraw.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw.so.23
2025-08-20T21:42:55.7401811Z 	librabbitmq.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/librabbitmq.so.4
2025-08-20T21:42:55.7402392Z 	libquadmath.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libquadmath.so.0
2025-08-20T21:42:55.7402869Z 	libqrtr-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqrtr-glib.so.0
2025-08-20T21:42:55.7403284Z 	libqmi-glib.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqmi-glib.so.5
2025-08-20T21:42:55.7403642Z 	libqdbm.so.14 (libc6,x86-64) => /lib/libqdbm.so.14
2025-08-20T21:42:55.7403997Z 	libp11-kit.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libp11-kit.so.0
2025-08-20T21:42:55.7404414Z 	libpython3.12.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so.1.0
2025-08-20T21:42:55.7404837Z 	libpython3.12.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so
2025-08-20T21:42:55.7405379Z 	libpthread.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpthread.so.0
2025-08-20T21:42:55.7405749Z 	libpthread.so.0 (libc6) => /lib32/libpthread.so.0
2025-08-20T21:42:55.7406083Z 	libpsx.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsx.so.2
2025-08-20T21:42:55.7406476Z 	libpspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpspell.so.15
2025-08-20T21:42:55.7406858Z 	libpsl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsl.so.5
2025-08-20T21:42:55.7407281Z 	libprotobuf-lite.so.32 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T21:42:55.7407749Z 	libprotobuf-c.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-c.so.1
2025-08-20T21:42:55.7408161Z 	libproc2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libproc2.so.0
2025-08-20T21:42:55.7408530Z 	libpq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so.5
2025-08-20T21:42:55.7408877Z 	libpq.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so
2025-08-20T21:42:55.7409244Z 	libpopt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpopt.so.0
2025-08-20T21:42:55.7409693Z 	libpolkit-gobject-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T21:42:55.7410195Z 	libpolkit-agent-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T21:42:55.7410640Z 	libpng16.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpng16.so.16
2025-08-20T21:42:55.7411018Z 	libply.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply.so.5
2025-08-20T21:42:55.7411488Z 	libply-splash-graphics.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T21:42:55.7412033Z 	libply-splash-core.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-core.so.5
2025-08-20T21:42:55.7412661Z 	libply-boot-client.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-boot-client.so.5
2025-08-20T21:42:55.7413101Z 	libplds4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplds4.so
2025-08-20T21:42:55.7413469Z 	libplc4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplc4.so
2025-08-20T21:42:55.7413856Z 	libpkgconf.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpkgconf.so.3
2025-08-20T21:42:55.7414268Z 	libpixman-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpixman-1.so.0
2025-08-20T21:42:55.7414805Z 	libpipeline.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpipeline.so.1
2025-08-20T21:42:55.7415210Z 	libpgm-5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpgm-5.3.so.0
2025-08-20T21:42:55.7415585Z 	libpfm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpfm.so.4
2025-08-20T21:42:55.7415960Z 	libperl.so.5.38 (libc6,x86-64) => /lib/x86_64-linux-gnu/libperl.so.5.38
2025-08-20T21:42:55.7416360Z 	libpcre2-32.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so.0
2025-08-20T21:42:55.7416759Z 	libpcre2-32.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so
2025-08-20T21:42:55.7417152Z 	libpcre2-16.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so.0
2025-08-20T21:42:55.7417547Z 	libpcre2-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so
2025-08-20T21:42:55.7417945Z 	libpcre2-8.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so.0
2025-08-20T21:42:55.7418335Z 	libpcre2-8.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so
2025-08-20T21:42:55.7418756Z 	libpcre2-posix.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so.3
2025-08-20T21:42:55.7419236Z 	libpcre2-posix.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so
2025-08-20T21:42:55.7419680Z 	libpcprofile.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcprofile.so
2025-08-20T21:42:55.7420053Z 	libpcprofile.so (libc6) => /lib32/libpcprofile.so
2025-08-20T21:42:55.7420428Z 	libpciaccess.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpciaccess.so.0
2025-08-20T21:42:55.7420828Z 	libpci.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpci.so.3
2025-08-20T21:42:55.7421206Z 	libpcap.so.0.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so.0.8
2025-08-20T21:42:55.7421587Z 	libpcap.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so
2025-08-20T21:42:55.7430172Z 	libparted.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libparted.so.2
2025-08-20T21:42:55.7430693Z 	libpaper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpaper.so.1
2025-08-20T21:42:55.7431146Z 	libpangoft2-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T21:42:55.7431642Z 	libpangocairo-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T21:42:55.7432101Z 	libpango-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpango-1.0.so.0
2025-08-20T21:42:55.7432798Z 	libpanelw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so.6
2025-08-20T21:42:55.7433206Z 	libpanelw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so
2025-08-20T21:42:55.7433600Z 	libpanel.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so.6
2025-08-20T21:42:55.7433980Z 	libpanel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so
2025-08-20T21:42:55.7434356Z 	libpamc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpamc.so.0
2025-08-20T21:42:55.7434752Z 	libpam_misc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam_misc.so.0
2025-08-20T21:42:55.7435137Z 	libpam.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam.so.0
2025-08-20T21:42:55.7435591Z 	libpackagekit-glib2.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T21:42:55.7436078Z 	libopenjp2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopenjp2.so.7
2025-08-20T21:42:55.7436544Z 	libopeniscsiusr.so.0.2.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T21:42:55.7437063Z 	libopcodes-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T21:42:55.7437571Z 	libopcodes-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-arm64.so
2025-08-20T21:42:55.7438062Z 	libopcodes-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T21:42:55.7438551Z 	libopcodes-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T21:42:55.7438989Z 	libonig.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libonig.so.5
2025-08-20T21:42:55.7439350Z 	libogg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libogg.so.0
2025-08-20T21:42:55.7439711Z 	libodbc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libodbc.so.2
2025-08-20T21:42:55.7440222Z 	libobjc_gc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc_gc.so.4
2025-08-20T21:42:55.7440599Z 	libobjc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc.so.4
2025-08-20T21:42:55.7440959Z 	libnvme.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme.so.1
2025-08-20T21:42:55.7441334Z 	libnvme-mi.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme-mi.so.1
2025-08-20T21:42:55.7441708Z 	libnuma.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnuma.so.1
2025-08-20T21:42:55.7442089Z 	libntfs-3g.so.89 (libc6,x86-64) => /lib/x86_64-linux-gnu/libntfs-3g.so.89
2025-08-20T21:42:55.7442605Z 	libnss3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss3.so
2025-08-20T21:42:55.7442992Z 	libnssutil3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssutil3.so
2025-08-20T21:42:55.7443401Z 	libnssdbm3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssdbm3.so
2025-08-20T21:42:55.7443791Z 	libnssckbi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssckbi.so
2025-08-20T21:42:55.7444208Z 	libnss_systemd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_systemd.so.2
2025-08-20T21:42:55.7444657Z 	libnss_hesiod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so.2
2025-08-20T21:42:55.7445049Z 	libnss_hesiod.so.2 (libc6) => /lib32/libnss_hesiod.so.2
2025-08-20T21:42:55.7445421Z 	libnss_hesiod.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so
2025-08-20T21:42:55.7445829Z 	libnss_files.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_files.so.2
2025-08-20T21:42:55.7446198Z 	libnss_files.so.2 (libc6) => /lib32/libnss_files.so.2
2025-08-20T21:42:55.7446549Z 	libnss_dns.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_dns.so.2
2025-08-20T21:42:55.7446894Z 	libnss_dns.so.2 (libc6) => /lib32/libnss_dns.so.2
2025-08-20T21:42:55.7447378Z 	libnss_compat.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so.2
2025-08-20T21:42:55.7447770Z 	libnss_compat.so.2 (libc6) => /lib32/libnss_compat.so.2
2025-08-20T21:42:55.7448142Z 	libnss_compat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so
2025-08-20T21:42:55.7448543Z 	libnspr4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnspr4.so
2025-08-20T21:42:55.7448910Z 	libnsl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnsl.so.1
2025-08-20T21:42:55.7449236Z 	libnsl.so.1 (libc6) => /lib32/libnsl.so.1
2025-08-20T21:42:55.7449691Z 	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-20T21:42:55.7450205Z 	libnpth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnpth.so.0
2025-08-20T21:42:55.7450591Z 	libnorm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnorm.so.1
2025-08-20T21:42:55.7450971Z 	libnl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so.200
2025-08-20T21:42:55.7451348Z 	libnl-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so
2025-08-20T21:42:55.7451757Z 	libnl-route-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so.200
2025-08-20T21:42:55.7452195Z 	libnl-route-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so
2025-08-20T21:42:55.7452740Z 	libnl-genl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-genl-3.so.200
2025-08-20T21:42:55.7453182Z 	libnghttp2.so.14 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnghttp2.so.14
2025-08-20T21:42:55.7453595Z 	libnftnl.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftnl.so.11
2025-08-20T21:42:55.7453997Z 	libnftables.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftables.so.1
2025-08-20T21:42:55.7454423Z 	libnfnetlink.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnfnetlink.so.0
2025-08-20T21:42:55.7454844Z 	libnewt.so.0.52 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnewt.so.0.52
2025-08-20T21:42:55.7455232Z 	libnettle.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnettle.so.8
2025-08-20T21:42:55.7455668Z 	libnetsnmpmibs.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T21:42:55.7456158Z 	libnetsnmphelpers.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T21:42:55.7456658Z 	libnetsnmpagent.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T21:42:55.7457233Z 	libnetsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmp.so.40
2025-08-20T21:42:55.7457650Z 	libnetplan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetplan.so.1
2025-08-20T21:42:55.7458055Z 	libnetpbm.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetpbm.so.11
2025-08-20T21:42:55.7458530Z 	libnetfilter_conntrack.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T21:42:55.7459013Z 	libncursesw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncursesw.so.6
2025-08-20T21:42:55.7459426Z 	libncurses.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncurses.so.6
2025-08-20T21:42:55.7459870Z 	libmysqlclient.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so.21
2025-08-20T21:42:55.7460329Z 	libmysqlclient.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so
2025-08-20T21:42:55.7460747Z 	libmvec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so.1
2025-08-20T21:42:55.7461126Z 	libmvec.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so
2025-08-20T21:42:55.7461493Z 	libmultipath.so.0 (libc6,x86-64) => /lib/libmultipath.so.0
2025-08-20T21:42:55.7461876Z 	libmspack.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmspack.so.0
2025-08-20T21:42:55.7462358Z 	libmpfr.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpfr.so.6
2025-08-20T21:42:55.7462731Z 	libmpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpc.so.3
2025-08-20T21:42:55.7463099Z 	libmpathutil.so.0 (libc6,x86-64) => /lib/libmpathutil.so.0
2025-08-20T21:42:55.7463485Z 	libmpathpersist.so.0 (libc6,x86-64) => /lib/libmpathpersist.so.0
2025-08-20T21:42:55.7463860Z 	libmpathcmd.so.0 (libc6,x86-64) => /lib/libmpathcmd.so.0
2025-08-20T21:42:55.7464225Z 	libmount.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmount.so.1
2025-08-20T21:42:55.7464714Z 	libmnl.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmnl.so.0
2025-08-20T21:42:55.7465076Z 	libmms.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmms.so.0
2025-08-20T21:42:55.7465463Z 	libmm-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmm-glib.so.0
2025-08-20T21:42:55.7465857Z 	libmlx5.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so.1
2025-08-20T21:42:55.7466220Z 	libmlx5.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so
2025-08-20T21:42:55.7466579Z 	libmlx4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so.1
2025-08-20T21:42:55.7466940Z 	libmlx4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so
2025-08-20T21:42:55.7467308Z 	libmenuw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so.6
2025-08-20T21:42:55.7467685Z 	libmenuw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so
2025-08-20T21:42:55.7468090Z 	libmenu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so.6
2025-08-20T21:42:55.7468453Z 	libmenu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so
2025-08-20T21:42:55.7468837Z 	libmemusage.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemusage.so
2025-08-20T21:42:55.7469204Z 	libmemusage.so (libc6) => /lib32/libmemusage.so
2025-08-20T21:42:55.7469580Z 	libmemcached.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemcached.so.11
2025-08-20T21:42:55.7470020Z 	libmediainfo.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmediainfo.so.0
2025-08-20T21:42:55.7470434Z 	libmecab.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmecab.so.2
2025-08-20T21:42:55.7470793Z 	libmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmd.so.0
2025-08-20T21:42:55.7471177Z 	libmbim-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmbim-glib.so.4
2025-08-20T21:42:55.7471605Z 	libmaxminddb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmaxminddb.so.0
2025-08-20T21:42:55.7472003Z 	libmana.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so.1
2025-08-20T21:42:55.7472546Z 	libmana.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so
2025-08-20T21:42:55.7472945Z 	libmagic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmagic.so.1
2025-08-20T21:42:55.7473312Z 	libm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libm.so.6
2025-08-20T21:42:55.7473785Z 	libm.so.6 (libc6) => /lib32/libm.so.6
2025-08-20T21:42:55.7474093Z 	liblz4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so.1
2025-08-20T21:42:55.7474448Z 	liblz4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so
2025-08-20T21:42:55.7474803Z 	liblzo2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzo2.so.2
2025-08-20T21:42:55.7475176Z 	liblzma.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so.5
2025-08-20T21:42:55.7475537Z 	liblzma.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so
2025-08-20T21:42:55.7475886Z 	liblz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so.1
2025-08-20T21:42:55.7476226Z 	liblz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so
2025-08-20T21:42:55.7476611Z 	liblvm2cmd.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T21:42:55.7477038Z 	liblua5.4.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4.so.0
2025-08-20T21:42:55.7477438Z 	liblua5.4-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T21:42:55.7477840Z 	liblua5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3.so.0
2025-08-20T21:42:55.7478231Z 	liblua5.3-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T21:42:55.7478647Z 	liblttng-ust.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust.so.1
2025-08-20T21:42:55.7479148Z 	liblttng-ust-tracepoint.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T21:42:55.7479785Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T21:42:55.7480425Z 	liblttng-ust-libc-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T21:42:55.7480965Z 	liblttng-ust-fork.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T21:42:55.7481558Z 	liblttng-ust-fd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T21:42:55.7482034Z 	liblttng-ust-dl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T21:42:55.7482696Z 	liblttng-ust-cyg-profile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T21:42:55.7483337Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T21:42:55.7483907Z 	liblttng-ust-ctl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T21:42:55.7484398Z 	liblttng-ust-common.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T21:42:55.7484844Z 	libltdl.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libltdl.so.7
2025-08-20T21:42:55.7485212Z 	liblsan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblsan.so.0
2025-08-20T21:42:55.7485598Z 	liblqr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblqr-1.so.0
2025-08-20T21:42:55.7486008Z 	liblmdb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblmdb.so.0
2025-08-20T21:42:55.7486395Z 	liblldb-18.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so.1
2025-08-20T21:42:55.7486794Z 	liblldb-18.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so
2025-08-20T21:42:55.7487196Z 	liblldb-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so.1
2025-08-20T21:42:55.7487579Z 	liblldb-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so
2025-08-20T21:42:55.7487961Z 	liblldb-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so.1
2025-08-20T21:42:55.7488341Z 	liblldb-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so
2025-08-20T21:42:55.7488707Z 	libldap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libldap.so.2
2025-08-20T21:42:55.7489078Z 	liblcms2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblcms2.so.2
2025-08-20T21:42:55.7489446Z 	liblber.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblber.so.2
2025-08-20T21:42:55.7489852Z 	libk5crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libk5crypto.so.3
2025-08-20T21:42:55.7490246Z 	libksba.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libksba.so.8
2025-08-20T21:42:55.7490661Z 	libkrb5support.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5support.so.0
2025-08-20T21:42:55.7491204Z 	libkrb5.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5.so.3
2025-08-20T21:42:55.7491567Z 	libkmod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkmod.so.2
2025-08-20T21:42:55.7491958Z 	libkeyutils.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkeyutils.so.1
2025-08-20T21:42:55.7492468Z 	libjxrglue.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjxrglue.so.0
2025-08-20T21:42:55.7492883Z 	libjsoncpp.so.25 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjsoncpp.so.25
2025-08-20T21:42:55.7493320Z 	libjson-glib-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T21:42:55.7493746Z 	libjson-c.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-c.so.5
2025-08-20T21:42:55.7494119Z 	libjq.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjq.so.1
2025-08-20T21:42:55.7494489Z 	libjpegxr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpegxr.so.0
2025-08-20T21:42:55.7494869Z 	libjpeg.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpeg.so.8
2025-08-20T21:42:55.7495238Z 	libjcat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjcat.so.1
2025-08-20T21:42:55.7495623Z 	libjbig2dec.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig2dec.so.0
2025-08-20T21:42:55.7496011Z 	libjbig.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig.so.0
2025-08-20T21:42:55.7496389Z 	libjansson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjansson.so.4
2025-08-20T21:42:55.7496768Z 	libitm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libitm.so.1
2025-08-20T21:42:55.7497130Z 	libisns.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisns.so.0
2025-08-20T21:42:55.7497489Z 	libisl.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisl.so.23
2025-08-20T21:42:55.7498157Z 	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-20T21:42:55.7498873Z 	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-20T21:42:55.7499549Z 	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-20T21:42:55.7500203Z 	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-20T21:42:55.7500725Z 	libip6tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip6tc.so.2
2025-08-20T21:42:55.7501109Z 	libip4tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip4tc.so.2
2025-08-20T21:42:55.7501480Z 	libinih.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libinih.so.1
2025-08-20T21:42:55.7501857Z 	libijs-0.35.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libijs-0.35.so
2025-08-20T21:42:55.7502325Z 	libidn2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn2.so.0
2025-08-20T21:42:55.7502697Z 	libidn.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn.so.12
2025-08-20T21:42:55.7503072Z 	libicuuc.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.74
2025-08-20T21:42:55.7503462Z 	libicuuc.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.70
2025-08-20T21:42:55.7503839Z 	libicuuc.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so
2025-08-20T21:42:55.7504214Z 	libicutu.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.74
2025-08-20T21:42:55.7504595Z 	libicutu.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.70
2025-08-20T21:42:55.7504969Z 	libicutu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so
2025-08-20T21:42:55.7505361Z 	libicutest.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.74
2025-08-20T21:42:55.7505774Z 	libicutest.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.70
2025-08-20T21:42:55.7506174Z 	libicutest.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so
2025-08-20T21:42:55.7506567Z 	libicui18n.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.74
2025-08-20T21:42:55.7506968Z 	libicui18n.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.70
2025-08-20T21:42:55.7507363Z 	libicui18n.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so
2025-08-20T21:42:55.7507872Z 	libicuio.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.74
2025-08-20T21:42:55.7508253Z 	libicuio.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.70
2025-08-20T21:42:55.7508626Z 	libicuio.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so
2025-08-20T21:42:55.7509015Z 	libicudata.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.74
2025-08-20T21:42:55.7509427Z 	libicudata.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.70
2025-08-20T21:42:55.7509821Z 	libicudata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so
2025-08-20T21:42:55.7510213Z 	libibverbs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so.1
2025-08-20T21:42:55.7510610Z 	libibverbs.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so
2025-08-20T21:42:55.7510999Z 	libhwasan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhwasan.so.0
2025-08-20T21:42:55.7511421Z 	libhunspell-1.7.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T21:42:55.7511859Z 	libhogweed.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhogweed.so.6
2025-08-20T21:42:55.7512370Z 	libhistory.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhistory.so.8
2025-08-20T21:42:55.7512899Z 	libhiredis_ssl.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T21:42:55.7513358Z 	libhiredis.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T21:42:55.7513763Z 	libhgfs.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhgfs.so.0
2025-08-20T21:42:55.7514128Z 	libheif.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libheif.so.1
2025-08-20T21:42:55.7514506Z 	libhavege.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhavege.so.2
2025-08-20T21:42:55.7515014Z 	libhashkit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhashkit.so.2
2025-08-20T21:42:55.7515426Z 	libharfbuzz.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libharfbuzz.so.0
2025-08-20T21:42:55.7515826Z 	libhandle.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhandle.so.1
2025-08-20T21:42:55.7516209Z 	libgusb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgusb.so.2
2025-08-20T21:42:55.7516596Z 	libguestlib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestlib.so.0
2025-08-20T21:42:55.7517064Z 	libguestStoreClient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestStoreClient.so.0
2025-08-20T21:42:55.7517538Z 	libgudev-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgudev-1.0.so.0
2025-08-20T21:42:55.7517932Z 	libgtk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgtk-3.so.0
2025-08-20T21:42:55.7518338Z 	libgthread-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgthread-2.0.so.0
2025-08-20T21:42:55.7518787Z 	libgstreamer-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T21:42:55.7519240Z 	libgstnet-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T21:42:55.7519725Z 	libgstcontroller-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T21:42:55.7520219Z 	libgstcheck-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T21:42:55.7520664Z 	libgstbase-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T21:42:55.7521097Z 	libgssapi_krb5.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T21:42:55.7521496Z 	libgs.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgs.so.10
2025-08-20T21:42:55.7521893Z 	libgraphite2.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgraphite2.so.3
2025-08-20T21:42:55.7522427Z 	libgprofng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgprofng.so.0
2025-08-20T21:42:55.7522813Z 	libgpm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpm.so.2
2025-08-20T21:42:55.7523192Z 	libgpgme.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpgme.so.11
2025-08-20T21:42:55.7523607Z 	libgpg-error.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpg-error.so.0
2025-08-20T21:42:55.7524004Z 	libgomp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgomp.so.1
2025-08-20T21:42:55.7524543Z 	libgobject-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgobject-2.0.so.0
2025-08-20T21:42:55.7524960Z 	libgnutls.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgnutls.so.30
2025-08-20T21:42:55.7525350Z 	libgmpxx.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so.4
2025-08-20T21:42:55.7525729Z 	libgmpxx.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so
2025-08-20T21:42:55.7526095Z 	libgmp.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so.10
2025-08-20T21:42:55.7526453Z 	libgmp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so
2025-08-20T21:42:55.7526853Z 	libgmodule-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T21:42:55.7527270Z 	libglib-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libglib-2.0.so.0
2025-08-20T21:42:55.7527732Z 	libgirepository-1.0.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T21:42:55.7528188Z 	libgio-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgio-2.0.so.0
2025-08-20T21:42:55.7528593Z 	libgfortran.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgfortran.so.5
2025-08-20T21:42:55.7529032Z 	libgdk_pixbuf-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T21:42:55.7529454Z 	libgdk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk-3.so.0
2025-08-20T21:42:55.7529870Z 	libgdbm_compat.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm_compat.so.4
2025-08-20T21:42:55.7530279Z 	libgdbm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm.so.6
2025-08-20T21:42:55.7530643Z 	libgd.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgd.so.3
2025-08-20T21:42:55.7531013Z 	libgctba.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgctba.so.1
2025-08-20T21:42:55.7531408Z 	libgcrypt.so.20 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcrypt.so.20
2025-08-20T21:42:55.7531926Z 	libgccpp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgccpp.so.1
2025-08-20T21:42:55.7532399Z 	libgcc_s.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcc_s.so.1
2025-08-20T21:42:55.7532737Z 	libgcc_s.so.1 (libc6) => /lib32/libgcc_s.so.1
2025-08-20T21:42:55.7533052Z 	libgc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgc.so.1
2025-08-20T21:42:55.7533403Z 	libgbm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgbm.so.1
2025-08-20T21:42:55.7533905Z 	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-20T21:42:55.7534418Z 	libfwupd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfwupd.so.2
2025-08-20T21:42:55.7534798Z 	libfuse3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfuse3.so.3
2025-08-20T21:42:55.7535171Z 	libftdi1.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libftdi1.so.2
2025-08-20T21:42:55.7535564Z 	libfsverity.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfsverity.so.0
2025-08-20T21:42:55.7535980Z 	libfribidi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfribidi.so.0
2025-08-20T21:42:55.7536390Z 	libfreetype.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreetype.so.6
2025-08-20T21:42:55.7536798Z 	libfreebl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreebl3.so
2025-08-20T21:42:55.7537212Z 	libfreeblpriv3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreeblpriv3.so
2025-08-20T21:42:55.7537621Z 	libformw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so.6
2025-08-20T21:42:55.7537993Z 	libformw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so
2025-08-20T21:42:55.7538362Z 	libform.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so.6
2025-08-20T21:42:55.7538726Z 	libform.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so
2025-08-20T21:42:55.7539105Z 	libfontenc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontenc.so.1
2025-08-20T21:42:55.7539528Z 	libfontconfig.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontconfig.so.1
2025-08-20T21:42:55.7539956Z 	libflashrom.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libflashrom.so.1
2025-08-20T21:42:55.7540351Z 	libfido2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfido2.so.1
2025-08-20T21:42:55.7540770Z 	libfftw3_threads.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_threads.so.3
2025-08-20T21:42:55.7541334Z 	libfftw3_omp.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_omp.so.3
2025-08-20T21:42:55.7541728Z 	libfftw3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3.so.3
2025-08-20T21:42:55.7542096Z 	libffi.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so.8
2025-08-20T21:42:55.7542546Z 	libffi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so
2025-08-20T21:42:55.7542903Z 	libfdisk.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfdisk.so.1
2025-08-20T21:42:55.7543278Z 	libfcgi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi.so.0
2025-08-20T21:42:55.7543654Z 	libfcgi++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi++.so.0
2025-08-20T21:42:55.7544055Z 	libfbclient.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfbclient.so.2
2025-08-20T21:42:55.7544467Z 	libfastjson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfastjson.so.4
2025-08-20T21:42:55.7544924Z 	libfakeroot-0.so (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T21:42:55.7545369Z 	libe2p.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libe2p.so.2
2025-08-20T21:42:55.7545749Z 	libext2fs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libext2fs.so.2
2025-08-20T21:42:55.7546137Z 	libexslt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexslt.so.0
2025-08-20T21:42:55.7546521Z 	libexpatw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so.1
2025-08-20T21:42:55.7546909Z 	libexpatw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so
2025-08-20T21:42:55.7547289Z 	libexpat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so.1
2025-08-20T21:42:55.7547664Z 	libexpat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so
2025-08-20T21:42:55.7548223Z 	libevent_pthreads-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T21:42:55.7548745Z 	libevent_core-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T21:42:55.7549161Z 	libevdev.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevdev.so.2
2025-08-20T21:42:55.7549542Z 	libestr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libestr.so.0
2025-08-20T21:42:55.7549916Z 	libepoxy.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libepoxy.so.0
2025-08-20T21:42:55.7550321Z 	libenchant-2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libenchant-2.so.2
2025-08-20T21:42:55.7550715Z 	libelf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libelf.so.1
2025-08-20T21:42:55.7551093Z 	libefivar.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefivar.so.1
2025-08-20T21:42:55.7551491Z 	libefiboot.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefiboot.so.1
2025-08-20T21:42:55.7551873Z 	libefa.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so.1
2025-08-20T21:42:55.7552332Z 	libefa.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so
2025-08-20T21:42:55.7552782Z 	libedit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libedit.so.2
2025-08-20T21:42:55.7553178Z 	libeatmydata.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so.1
2025-08-20T21:42:55.7553611Z 	libeatmydata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so
2025-08-20T21:42:55.7553990Z 	libdw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdw.so.1
2025-08-20T21:42:55.7554379Z 	libduktape.so.207 (libc6,x86-64) => /lib/x86_64-linux-gnu/libduktape.so.207
2025-08-20T21:42:55.7554825Z 	libdrop_ambient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrop_ambient.so.0
2025-08-20T21:42:55.7555265Z 	libdrm_intel.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_intel.so.1
2025-08-20T21:42:55.7555703Z 	libdrm_amdgpu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T21:42:55.7556111Z 	libdrm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm.so.2
2025-08-20T21:42:55.7556645Z 	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-20T21:42:55.7557158Z 	libdl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdl.so.2
2025-08-20T21:42:55.7557468Z 	libdl.so.2 (libc6) => /lib32/libdl.so.2
2025-08-20T21:42:55.7558037Z 	libdjvulibre.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdjvulibre.so.21
2025-08-20T21:42:55.7558527Z 	libde265.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libde265.so.0
2025-08-20T21:42:55.7558954Z 	libdevmapper.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T21:42:55.7559482Z 	libdevmapper-event.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T21:42:55.7560068Z 	libdevmapper-event-lvm2vdo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T21:42:55.7560678Z 	libdevmapper-event-lvm2thin.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T21:42:55.7561337Z 	libdevmapper-event-lvm2snapshot.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T21:42:55.7561981Z 	libdevmapper-event-lvm2raid.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T21:42:55.7562827Z 	libdevmapper-event-lvm2mirror.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T21:42:55.7563456Z 	libdevmapper-event-lvm2.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T21:42:55.7564037Z 	libdevmapper-event-lvm2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T21:42:55.7564525Z 	libdeflate.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdeflate.so.0
2025-08-20T21:42:55.7564968Z 	libdebconfclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdebconfclient.so.0
2025-08-20T21:42:55.7565403Z 	libdconf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdconf.so.1
2025-08-20T21:42:55.7565826Z 	libdbusmenu-gtk3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T21:42:55.7566438Z 	libdbusmenu-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T21:42:55.7566877Z 	libdbus-1.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so.3
2025-08-20T21:42:55.7567265Z 	libdbus-1.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so
2025-08-20T21:42:55.7567660Z 	libdb-5.3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdb-5.3.so
2025-08-20T21:42:55.7568084Z 	libdatrie.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdatrie.so.1
2025-08-20T21:42:55.7568469Z 	libcurl.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl.so.4
2025-08-20T21:42:55.7568877Z 	libcurl-gnutls.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T21:42:55.7569289Z 	libcups.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcups.so.2
2025-08-20T21:42:55.7569660Z 	libctf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf.so.0
2025-08-20T21:42:55.7570067Z 	libctf-nobfd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd.so.0
2025-08-20T21:42:55.7570541Z 	libctf-nobfd-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so.0
2025-08-20T21:42:55.7571034Z 	libctf-nobfd-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so
2025-08-20T21:42:55.7571530Z 	libctf-nobfd-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T21:42:55.7572015Z 	libctf-nobfd-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T21:42:55.7572659Z 	libctf-nobfd-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T21:42:55.7573142Z 	libctf-nobfd-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T21:42:55.7573590Z 	libctf-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so.0
2025-08-20T21:42:55.7574009Z 	libctf-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so
2025-08-20T21:42:55.7574425Z 	libctf-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so.0
2025-08-20T21:42:55.7574845Z 	libctf-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so
2025-08-20T21:42:55.7575258Z 	libctf-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so.0
2025-08-20T21:42:55.7575668Z 	libctf-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so
2025-08-20T21:42:55.7576230Z 	libcryptsetup.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcryptsetup.so.12
2025-08-20T21:42:55.7576664Z 	libcrypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so.3
2025-08-20T21:42:55.7577060Z 	libcrypto.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so
2025-08-20T21:42:55.7577446Z 	libcrypt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so.1
2025-08-20T21:42:55.7577824Z 	libcrypt.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so
2025-08-20T21:42:55.7578216Z 	libcom_err.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcom_err.so.2
2025-08-20T21:42:55.7578651Z 	libcolordprivate.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolordprivate.so.2
2025-08-20T21:42:55.7579098Z 	libcolord.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolord.so.2
2025-08-20T21:42:55.7579497Z 	libclang-18.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-18.so.18
2025-08-20T21:42:55.7579908Z 	libclang-17.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-17.so.17
2025-08-20T21:42:55.7580340Z 	libclang-16.so.16.0.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T21:42:55.7580790Z 	libclang-cpp.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T21:42:55.7581235Z 	libclang-cpp.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.17
2025-08-20T21:42:55.7581664Z 	libclang-cpp.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.16
2025-08-20T21:42:55.7582060Z 	libcc1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcc1.so.0
2025-08-20T21:42:55.7582562Z 	libcbor.so.0.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcbor.so.0.10
2025-08-20T21:42:55.7582953Z 	libcares.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcares.so.2
2025-08-20T21:42:55.7583473Z 	libcap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap.so.2
2025-08-20T21:42:55.7583851Z 	libcap-ng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap-ng.so.0
2025-08-20T21:42:55.7584252Z 	libcanberra.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcanberra.so.0
2025-08-20T21:42:55.7584658Z 	libcairo.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo.so.2
2025-08-20T21:42:55.7585087Z 	libcairo-gobject.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo-gobject.so.2
2025-08-20T21:42:55.7585553Z 	libc_malloc_debug.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T21:42:55.7585974Z 	libc_malloc_debug.so.0 (libc6) => /lib32/libc_malloc_debug.so.0
2025-08-20T21:42:55.7586385Z 	libc_malloc_debug.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so
2025-08-20T21:42:55.7586783Z 	libc.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc.so.6
2025-08-20T21:42:55.7587085Z 	libc.so.6 (libc6) => /lib32/libc.so.6
2025-08-20T21:42:55.7587413Z 	libc-client.so.2007e (libc6,x86-64) => /lib/libc-client.so.2007e
2025-08-20T21:42:55.7587796Z 	libbz2.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbz2.so.1.0
2025-08-20T21:42:55.7588190Z 	libbytesize.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbytesize.so.1
2025-08-20T21:42:55.7588586Z 	libbsd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbsd.so.0
2025-08-20T21:42:55.7588979Z 	libbrotlienc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlienc.so.1
2025-08-20T21:42:55.7589404Z 	libbrotlidec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlidec.so.1
2025-08-20T21:42:55.7589849Z 	libbrotlicommon.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlicommon.so.1
2025-08-20T21:42:55.7590267Z 	libbpf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbpf.so.1
2025-08-20T21:42:55.7590652Z 	libblockdev.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblockdev.so.3
2025-08-20T21:42:55.7591053Z 	libblkid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblkid.so.1
2025-08-20T21:42:55.7591602Z 	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-20T21:42:55.7592183Z 	libbfd-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-system.so
2025-08-20T21:42:55.7592937Z 	libbfd-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-arm64.so
2025-08-20T21:42:55.7593384Z 	libbfd-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T21:42:55.7593822Z 	libbfd-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T21:42:55.7594245Z 	libbd_utils.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_utils.so.3
2025-08-20T21:42:55.7594649Z 	libbd_swap.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_swap.so.3
2025-08-20T21:42:55.7595039Z 	libbd_part.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_part.so.3
2025-08-20T21:42:55.7595421Z 	libbd_nvme.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_nvme.so.3
2025-08-20T21:42:55.7595821Z 	libbd_mdraid.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_mdraid.so.3
2025-08-20T21:42:55.7596220Z 	libbd_loop.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_loop.so.3
2025-08-20T21:42:55.7596596Z 	libbd_fs.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_fs.so.3
2025-08-20T21:42:55.7596990Z 	libbd_crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_crypto.so.3
2025-08-20T21:42:55.7597394Z 	libbcc_bpf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc_bpf.so.0
2025-08-20T21:42:55.7597770Z 	libbcc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc.so.0
2025-08-20T21:42:55.7598186Z 	libavahi-common.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-common.so.3
2025-08-20T21:42:55.7598651Z 	libavahi-client.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-client.so.3
2025-08-20T21:42:55.7599071Z 	libaudit.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaudit.so.1
2025-08-20T21:42:55.7599448Z 	libattr.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libattr.so.1
2025-08-20T21:42:55.7599940Z 	libatspi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatspi.so.0
2025-08-20T21:42:55.7600332Z 	libatomic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatomic.so.1
2025-08-20T21:42:55.7600708Z 	libatm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatm.so.1
2025-08-20T21:42:55.7601084Z 	libatk-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-1.0.so.0
2025-08-20T21:42:55.7601514Z 	libatk-bridge-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T21:42:55.7601961Z 	libatasmart.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatasmart.so.4
2025-08-20T21:42:55.7602486Z 	libassuan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libassuan.so.0
2025-08-20T21:42:55.7602883Z 	libaspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaspell.so.15
2025-08-20T21:42:55.7603275Z 	libasound.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasound.so.2
2025-08-20T21:42:55.7603655Z 	libasan.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasan.so.8
2025-08-20T21:42:55.7604029Z 	libaria2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaria2.so.0
2025-08-20T21:42:55.7604417Z 	libargon2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libargon2.so.1
2025-08-20T21:42:55.7604814Z 	libarchive.so.13 (libc6,x86-64) => /lib/x86_64-linux-gnu/libarchive.so.13
2025-08-20T21:42:55.7605264Z 	libapt-private.so.0.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-private.so.0.0
2025-08-20T21:42:55.7605715Z 	libapt-pkg.so.6.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T21:42:55.7606143Z 	libaprutil-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaprutil-1.so.0
2025-08-20T21:42:55.7606543Z 	libapr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapr-1.so.0
2025-08-20T21:42:55.7606946Z 	libappstream.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libappstream.so.5
2025-08-20T21:42:55.7607366Z 	libapparmor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapparmor.so.1
2025-08-20T21:42:55.7607753Z 	libaom.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaom.so.3
2025-08-20T21:42:55.7608112Z 	libanl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so.1
2025-08-20T21:42:55.7608429Z 	libanl.so.1 (libc6) => /lib32/libanl.so.1
2025-08-20T21:42:55.7608733Z 	libanl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so
2025-08-20T21:42:55.7609274Z 	libaio.so.1t64 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaio.so.1t64
2025-08-20T21:42:55.7609656Z 	libacl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libacl.so.1
2025-08-20T21:42:55.7610006Z 	libX11.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11.so.6
2025-08-20T21:42:55.7610377Z 	libX11-xcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11-xcb.so.1
2025-08-20T21:42:55.7610778Z 	libXxf86vm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXxf86vm.so.1
2025-08-20T21:42:55.7611164Z 	libXtst.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXtst.so.6
2025-08-20T21:42:55.7611523Z 	libXt.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXt.so.6
2025-08-20T21:42:55.7611875Z 	libXss.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXss.so.1
2025-08-20T21:42:55.7612359Z 	libXrender.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrender.so.1
2025-08-20T21:42:55.7612755Z 	libXrandr.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrandr.so.2
2025-08-20T21:42:55.7613132Z 	libXpm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXpm.so.4
2025-08-20T21:42:55.7613499Z 	libXmuu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmuu.so.1
2025-08-20T21:42:55.7613861Z 	libXmu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmu.so.6
2025-08-20T21:42:55.7614243Z 	libXinerama.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXinerama.so.1
2025-08-20T21:42:55.7614626Z 	libXi.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXi.so.6
2025-08-20T21:42:55.7614974Z 	libXft.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXft.so.2
2025-08-20T21:42:55.7615346Z 	libXfont2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfont2.so.2
2025-08-20T21:42:55.7615734Z 	libXfixes.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfixes.so.3
2025-08-20T21:42:55.7616110Z 	libXext.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXext.so.6
2025-08-20T21:42:55.7616604Z 	libXdmcp.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so.6
2025-08-20T21:42:55.7616991Z 	libXdmcp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so
2025-08-20T21:42:55.7617390Z 	libXdamage.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdamage.so.1
2025-08-20T21:42:55.7617798Z 	libXcursor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcursor.so.1
2025-08-20T21:42:55.7618218Z 	libXcomposite.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcomposite.so.1
2025-08-20T21:42:55.7618622Z 	libXaw.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXaw.so.7
2025-08-20T21:42:55.7618973Z 	libXau.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so.6
2025-08-20T21:42:55.7619323Z 	libXau.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so
2025-08-20T21:42:55.7619664Z 	libSM.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libSM.so.6
2025-08-20T21:42:55.7620086Z 	libOpenEXRUtil-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T21:42:55.7620589Z 	libOpenEXRCore-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T21:42:55.7621056Z 	libOpenEXR-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T21:42:55.7621537Z 	libMagickWand-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T21:42:55.7622032Z 	libMagickCore-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T21:42:55.7622586Z 	libLerc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLerc.so.4
2025-08-20T21:42:55.7622965Z 	libLLVM.so.19.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.19.1
2025-08-20T21:42:55.7623354Z 	libLLVM.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.18.1
2025-08-20T21:42:55.7623741Z 	libLLVM-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so.1
2025-08-20T21:42:55.7624124Z 	libLLVM-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so
2025-08-20T21:42:55.7624506Z 	libLLVM-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so.1
2025-08-20T21:42:55.7624897Z 	libLLVM-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so
2025-08-20T21:42:55.7625268Z 	libJudy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libJudy.so.1
2025-08-20T21:42:55.7625780Z 	libImath-3_1.so.29 (libc6,x86-64) => /lib/x86_64-linux-gnu/libImath-3_1.so.29
2025-08-20T21:42:55.7626224Z 	libIlmThread-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T21:42:55.7626654Z 	libIex-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIex-3_1.so.30
2025-08-20T21:42:55.7627030Z 	libICE.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libICE.so.6
2025-08-20T21:42:55.7627428Z 	libGLdispatch.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLdispatch.so.0
2025-08-20T21:42:55.7627848Z 	libGLX_mesa.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX_mesa.so.0
2025-08-20T21:42:55.7628230Z 	libGLX.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX.so.0
2025-08-20T21:42:55.7628577Z 	libGL.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGL.so.1
2025-08-20T21:42:55.7628968Z 	libDeployPkg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libDeployPkg.so.0
2025-08-20T21:42:55.7629423Z 	libBrokenLocale.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so.1
2025-08-20T21:42:55.7629863Z 	libBrokenLocale.so.1 (libc6) => /lib32/libBrokenLocale.so.1
2025-08-20T21:42:55.7630272Z 	libBrokenLocale.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so
2025-08-20T21:42:55.7630681Z 	ld-musl-x86_64.so.1 (libc6,x86-64) => /lib/ld-musl-x86_64.so.1
2025-08-20T21:42:55.7631004Z 	ld-linux.so.2 (libc6) => /lib32/ld-linux.so.2
2025-08-20T21:42:55.7631283Z 	ld-linux.so.2 (libc6) => /lib/ld-linux.so.2
2025-08-20T21:42:55.7631634Z 	ld-linux-x86-64.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
2025-08-20T21:42:55.7632110Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.5) stable release version 2.39
2025-08-20T21:42:55.9947600Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T21:42:56.6310854Z Collecting meson
2025-08-20T21:42:56.6787213Z   Downloading meson-1.8.4-py3-none-any.whl.metadata (1.8 kB)
2025-08-20T21:42:56.7161509Z Collecting ninja
2025-08-20T21:42:56.7237445Z   Downloading ninja-1.13.0-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.metadata (5.1 kB)
2025-08-20T21:42:56.7361385Z Downloading meson-1.8.4-py3-none-any.whl (1.0 MB)
2025-08-20T21:42:56.8116519Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.0/1.0 MB 17.2 MB/s  0:00:00
2025-08-20T21:42:56.8198848Z Downloading ninja-1.13.0-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (180 kB)
2025-08-20T21:42:56.9168444Z Installing collected packages: ninja, meson
2025-08-20T21:42:57.6706823Z 
2025-08-20T21:42:57.6736571Z Successfully installed meson-1.8.4 ninja-1.13.0
2025-08-20T21:42:57.9747903Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T21:42:58.5329649Z Requirement already satisfied: meson in /home/runner/.local/lib/python3.12/site-packages (1.8.4)
2025-08-20T21:42:58.6013146Z Requirement already satisfied: ninja in /home/runner/.local/lib/python3.12/site-packages (1.13.0)
2025-08-20T21:42:59.1417743Z 1.8.4
2025-08-20T21:42:59.1686819Z 1.13.0.git.kitware.jobserver-pipe-1
2025-08-20T21:42:59.1967949Z 680 libs found in cache `/etc/ld.so.cache'
2025-08-20T21:42:59.1968624Z 	libz3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so.4
2025-08-20T21:42:59.1969244Z 	libz3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so
2025-08-20T21:42:59.1969847Z 	libzstd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so.1
2025-08-20T21:42:59.1970481Z 	libzstd.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so
2025-08-20T21:42:59.1971093Z 	libzmq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzmq.so.5
2025-08-20T21:42:59.1971719Z 	libzip.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzip.so.4
2025-08-20T21:42:59.1972571Z 	libzen.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzen.so.0
2025-08-20T21:42:59.1973174Z 	libz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so.1
2025-08-20T21:42:59.1973619Z 	libz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so
2025-08-20T21:42:59.1974020Z 	libyaml-0.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyaml-0.so.2
2025-08-20T21:42:59.1974430Z 	libyajl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyajl.so.2
2025-08-20T21:42:59.1975056Z 	libxxhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxxhash.so.0
2025-08-20T21:42:59.1975466Z 	libxtables.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxtables.so.12
2025-08-20T21:42:59.1975864Z 	libxslt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxslt.so.1
2025-08-20T21:42:59.1976355Z 	libxshmfence.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxshmfence.so.1
2025-08-20T21:42:59.1976757Z 	libxml2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so.2
2025-08-20T21:42:59.1977119Z 	libxml2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so
2025-08-20T21:42:59.1977506Z 	libxmlsec1.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1.so.1
2025-08-20T21:42:59.1977992Z 	libxmlsec1-openssl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T21:42:59.1978467Z 	libxmlb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlb.so.2
2025-08-20T21:42:59.1978858Z 	libxkbfile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbfile.so.1
2025-08-20T21:42:59.1979286Z 	libxkbcommon.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbcommon.so.0
2025-08-20T21:42:59.1979685Z 	libxcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so.1
2025-08-20T21:42:59.1980041Z 	libxcb.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so
2025-08-20T21:42:59.1980424Z 	libxcb-xfixes.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T21:42:59.1980854Z 	libxcb-xfixes.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so
2025-08-20T21:42:59.1981270Z 	libxcb-sync.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-sync.so.1
2025-08-20T21:42:59.1981674Z 	libxcb-shm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shm.so.0
2025-08-20T21:42:59.1982481Z 	libxcb-shape.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so.0
2025-08-20T21:42:59.1983002Z 	libxcb-shape.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so
2025-08-20T21:42:59.1983451Z 	libxcb-render.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so.0
2025-08-20T21:42:59.1984218Z 	libxcb-render.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so
2025-08-20T21:42:59.1984946Z 	libxcb-randr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-randr.so.0
2025-08-20T21:42:59.1985680Z 	libxcb-present.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-present.so.0
2025-08-20T21:42:59.1986436Z 	libxcb-glx.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-glx.so.0
2025-08-20T21:42:59.1987129Z 	libxcb-dri3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-dri3.so.0
2025-08-20T21:42:59.1987880Z 	libwrap.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwrap.so.0
2025-08-20T21:42:59.1988686Z 	libwmflite-0.2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T21:42:59.1989499Z 	libwebpmux.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpmux.so.3
2025-08-20T21:42:59.1990251Z 	libwebpdemux.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpdemux.so.2
2025-08-20T21:42:59.1990976Z 	libwebp.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebp.so.7
2025-08-20T21:42:59.1991669Z 	libwbclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwbclient.so.0
2025-08-20T21:42:59.1992639Z 	libwayland-server.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-server.so.0
2025-08-20T21:42:59.1993484Z 	libwayland-egl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-egl.so.1
2025-08-20T21:42:59.1994339Z 	libwayland-cursor.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-cursor.so.0
2025-08-20T21:42:59.1995231Z 	libwayland-client.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-client.so.0
2025-08-20T21:42:59.1996057Z 	libvulkan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvulkan.so.1
2025-08-20T21:42:59.1996812Z 	libvorbisfile.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbisfile.so.3
2025-08-20T21:42:59.1997566Z 	libvorbis.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbis.so.0
2025-08-20T21:42:59.1998289Z 	libvolume_key.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvolume_key.so.1
2025-08-20T21:42:59.1999277Z 	libvmtools.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvmtools.so.0
2025-08-20T21:42:59.1999999Z 	libvgauth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvgauth.so.0
2025-08-20T21:42:59.2000726Z 	libuv.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuv.so.1
2025-08-20T21:42:59.2001370Z 	libuuid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuuid.so.1
2025-08-20T21:42:59.2002020Z 	libutil.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutil.so.1
2025-08-20T21:42:59.2002789Z 	libutil.so.1 (libc6) => /lib32/libutil.so.1
2025-08-20T21:42:59.2003403Z 	libutempter.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutempter.so.0
2025-08-20T21:42:59.2004148Z 	libusb-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libusb-1.0.so.0
2025-08-20T21:42:59.2004834Z 	liburcu.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu.so.8
2025-08-20T21:42:59.2005568Z 	liburcu-signal.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-signal.so.8
2025-08-20T21:42:59.2006342Z 	liburcu-qsbr.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T21:42:59.2007088Z 	liburcu-memb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-memb.so.8
2025-08-20T21:42:59.2007814Z 	liburcu-mb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-mb.so.8
2025-08-20T21:42:59.2008565Z 	liburcu-common.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-common.so.8
2025-08-20T21:42:59.2009326Z 	liburcu-cds.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-cds.so.8
2025-08-20T21:42:59.2010035Z 	liburcu-bp.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-bp.so.8
2025-08-20T21:42:59.2010760Z 	libunwind.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind.so.8
2025-08-20T21:42:59.2011512Z 	libunwind-x86_64.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-x86_64.so.8
2025-08-20T21:42:59.2013756Z 	libunwind-ptrace.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T21:42:59.2014690Z 	libunwind-coredump.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-coredump.so.0
2025-08-20T21:42:59.2015542Z 	libunistring.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunistring.so.5
2025-08-20T21:42:59.2016287Z 	libudisks2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudisks2.so.0
2025-08-20T21:42:59.2016990Z 	libudev.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudev.so.1
2025-08-20T21:42:59.2017673Z 	libuchardet.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuchardet.so.0
2025-08-20T21:42:59.2018368Z 	libubsan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libubsan.so.1
2025-08-20T21:42:59.2019131Z 	libtss2-tcti-swtpm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T21:42:59.2020009Z 	libtss2-tcti-mssim.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T21:42:59.2020911Z 	libtss2-tcti-device.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T21:42:59.2021785Z 	libtss2-tcti-cmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T21:42:59.2022768Z 	libtss2-sys.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-sys.so.1
2025-08-20T21:42:59.2023504Z 	libtss2-rc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-rc.so.0
2025-08-20T21:42:59.2024186Z 	libtss2-mu.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-mu.so.0
2025-08-20T21:42:59.2024902Z 	libtss2-esys.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-esys.so.0
2025-08-20T21:42:59.2025601Z 	libtsan.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtsan.so.2
2025-08-20T21:42:59.2026149Z 	libtracefs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtracefs.so.1
2025-08-20T21:42:59.2026584Z 	libtraceevent.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtraceevent.so.1
2025-08-20T21:42:59.2026998Z 	libtommath.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtommath.so.1
2025-08-20T21:42:59.2027388Z 	libtk8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtk8.6.so
2025-08-20T21:42:59.2027771Z 	libtirpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtirpc.so.3
2025-08-20T21:42:59.2028198Z 	libtinyxml2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinyxml2.so.10
2025-08-20T21:42:59.2028771Z 	libtinfo.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so.6
2025-08-20T21:42:59.2029163Z 	libtinfo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so
2025-08-20T21:42:59.2029554Z 	libtiff.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtiff.so.6
2025-08-20T21:42:59.2029952Z 	libtidy.so.5deb1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtidy.so.5deb1
2025-08-20T21:42:59.2030343Z 	libtic.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so.6
2025-08-20T21:42:59.2030694Z 	libtic.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so
2025-08-20T21:42:59.2031073Z 	libthread_db.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so.1
2025-08-20T21:42:59.2031446Z 	libthread_db.so.1 (libc6) => /lib32/libthread_db.so.1
2025-08-20T21:42:59.2031811Z 	libthread_db.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so
2025-08-20T21:42:59.2032195Z 	libthai.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthai.so.0
2025-08-20T21:42:59.2032845Z 	libtdb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtdb.so.1
2025-08-20T21:42:59.2033205Z 	libtcl8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtcl8.6.so
2025-08-20T21:42:59.2033583Z 	libtasn1.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtasn1.so.6
2025-08-20T21:42:59.2033982Z 	libtalloc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtalloc.so.2
2025-08-20T21:42:59.2034379Z 	libsystemd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsystemd.so.0
2025-08-20T21:42:59.2034763Z 	libsysfs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsysfs.so.2
2025-08-20T21:42:59.2035136Z 	libsybdb.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsybdb.so.5
2025-08-20T21:42:59.2035503Z 	libsubid.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsubid.so.4
2025-08-20T21:42:59.2036140Z 	libstemmer.so.0d (libc6,x86-64) => /lib/x86_64-linux-gnu/libstemmer.so.0d
2025-08-20T21:42:59.2036824Z 	libstdc++.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libstdc++.so.6
2025-08-20T21:42:59.2037397Z 	libstdc++.so.6 (libc6) => /lib32/libstdc++.so.6
2025-08-20T21:42:59.2037959Z 	libssl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl3.so
2025-08-20T21:42:59.2038609Z 	libssl.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so.3
2025-08-20T21:42:59.2039138Z 	libssl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so
2025-08-20T21:42:59.2039551Z 	libssh2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh2.so.1
2025-08-20T21:42:59.2040086Z 	libssh.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh.so.4
2025-08-20T21:42:59.2040459Z 	libss.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libss.so.2
2025-08-20T21:42:59.2040843Z 	libsqlite3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so.0
2025-08-20T21:42:59.2041245Z 	libsqlite3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so
2025-08-20T21:42:59.2041692Z 	libsourcekitdInProc.so (libc6,x86-64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T21:42:59.2042140Z 	libsoftokn3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsoftokn3.so
2025-08-20T21:42:59.2042864Z 	libsodium.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsodium.so.23
2025-08-20T21:42:59.2043252Z 	libsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnmp.so.40
2025-08-20T21:42:59.2043633Z 	libsnappy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnappy.so.1
2025-08-20T21:42:59.2044026Z 	libsmime3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmime3.so
2025-08-20T21:42:59.2044427Z 	libsmartcols.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmartcols.so.1
2025-08-20T21:42:59.2044841Z 	libslirp.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslirp.so.0
2025-08-20T21:42:59.2045221Z 	libslang.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslang.so.2
2025-08-20T21:42:59.2045608Z 	libsigsegv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsigsegv.so.2
2025-08-20T21:42:59.2046026Z 	libsharpyuv.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsharpyuv.so.0
2025-08-20T21:42:59.2046467Z 	libsgutils2-1.46.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T21:42:59.2046896Z 	libsframe.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsframe.so.1
2025-08-20T21:42:59.2047458Z 	libsepol.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsepol.so.2
2025-08-20T21:42:59.2047851Z 	libsensors.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsensors.so.5
2025-08-20T21:42:59.2048260Z 	libsemanage.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsemanage.so.2
2025-08-20T21:42:59.2048665Z 	libselinux.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libselinux.so.1
2025-08-20T21:42:59.2049065Z 	libseccomp.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libseccomp.so.2
2025-08-20T21:42:59.2049460Z 	libsasl2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsasl2.so.2
2025-08-20T21:42:59.2049863Z 	libruby-3.2.so.3.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T21:42:59.2050275Z 	libruby-3.2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so
2025-08-20T21:42:59.2050654Z 	librtmp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librtmp.so.1
2025-08-20T21:42:59.2051014Z 	librt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librt.so.1
2025-08-20T21:42:59.2051327Z 	librt.so.1 (libc6) => /lib32/librt.so.1
2025-08-20T21:42:59.2051691Z 	librpmsign.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmsign.so.9
2025-08-20T21:42:59.2053678Z 	librpmio.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmio.so.9
2025-08-20T21:42:59.2054122Z 	librpmbuild.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmbuild.so.9
2025-08-20T21:42:59.2054529Z 	librpm.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpm.so.9
2025-08-20T21:42:59.2054904Z 	librhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/librhash.so.0
2025-08-20T21:42:59.2055276Z 	libre2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libre2.so.10
2025-08-20T21:42:59.2055656Z 	libresolv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so.2
2025-08-20T21:42:59.2056153Z 	libresolv.so.2 (libc6) => /lib32/libresolv.so.2
2025-08-20T21:42:59.2056501Z 	libresolv.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so
2025-08-20T21:42:59.2056924Z 	libreiserfscore.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreiserfscore.so.0
2025-08-20T21:42:59.2057378Z 	libreadline.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreadline.so.8
2025-08-20T21:42:59.2057775Z 	libraw_r.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw_r.so.23
2025-08-20T21:42:59.2058146Z 	libraw.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw.so.23
2025-08-20T21:42:59.2058530Z 	librabbitmq.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/librabbitmq.so.4
2025-08-20T21:42:59.2058937Z 	libquadmath.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libquadmath.so.0
2025-08-20T21:42:59.2059354Z 	libqrtr-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqrtr-glib.so.0
2025-08-20T21:42:59.2059882Z 	libqmi-glib.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqmi-glib.so.5
2025-08-20T21:42:59.2060250Z 	libqdbm.so.14 (libc6,x86-64) => /lib/libqdbm.so.14
2025-08-20T21:42:59.2060606Z 	libp11-kit.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libp11-kit.so.0
2025-08-20T21:42:59.2061020Z 	libpython3.12.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so.1.0
2025-08-20T21:42:59.2061454Z 	libpython3.12.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so
2025-08-20T21:42:59.2061861Z 	libpthread.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpthread.so.0
2025-08-20T21:42:59.2062320Z 	libpthread.so.0 (libc6) => /lib32/libpthread.so.0
2025-08-20T21:42:59.2062824Z 	libpsx.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsx.so.2
2025-08-20T21:42:59.2070646Z 	libpspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpspell.so.15
2025-08-20T21:42:59.2071235Z 	libpsl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsl.so.5
2025-08-20T21:42:59.2071719Z 	libprotobuf-lite.so.32 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T21:42:59.2072416Z 	libprotobuf-c.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-c.so.1
2025-08-20T21:42:59.2072898Z 	libproc2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libproc2.so.0
2025-08-20T21:42:59.2073279Z 	libpq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so.5
2025-08-20T21:42:59.2073818Z 	libpq.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so
2025-08-20T21:42:59.2074203Z 	libpopt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpopt.so.0
2025-08-20T21:42:59.2074665Z 	libpolkit-gobject-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T21:42:59.2075176Z 	libpolkit-agent-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T21:42:59.2075627Z 	libpng16.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpng16.so.16
2025-08-20T21:42:59.2076018Z 	libply.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply.so.5
2025-08-20T21:42:59.2076485Z 	libply-splash-graphics.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T21:42:59.2077028Z 	libply-splash-core.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-core.so.5
2025-08-20T21:42:59.2077530Z 	libply-boot-client.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-boot-client.so.5
2025-08-20T21:42:59.2077971Z 	libplds4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplds4.so
2025-08-20T21:42:59.2078344Z 	libplc4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplc4.so
2025-08-20T21:42:59.2078735Z 	libpkgconf.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpkgconf.so.3
2025-08-20T21:42:59.2079158Z 	libpixman-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpixman-1.so.0
2025-08-20T21:42:59.2079584Z 	libpipeline.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpipeline.so.1
2025-08-20T21:42:59.2079988Z 	libpgm-5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpgm-5.3.so.0
2025-08-20T21:42:59.2080367Z 	libpfm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpfm.so.4
2025-08-20T21:42:59.2080743Z 	libperl.so.5.38 (libc6,x86-64) => /lib/x86_64-linux-gnu/libperl.so.5.38
2025-08-20T21:42:59.2081256Z 	libpcre2-32.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so.0
2025-08-20T21:42:59.2081662Z 	libpcre2-32.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so
2025-08-20T21:42:59.2082056Z 	libpcre2-16.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so.0
2025-08-20T21:42:59.2082584Z 	libpcre2-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so
2025-08-20T21:42:59.2082977Z 	libpcre2-8.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so.0
2025-08-20T21:42:59.2083389Z 	libpcre2-8.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so
2025-08-20T21:42:59.2083839Z 	libpcre2-posix.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so.3
2025-08-20T21:42:59.2084314Z 	libpcre2-posix.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so
2025-08-20T21:42:59.2084786Z 	libpcprofile.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcprofile.so
2025-08-20T21:42:59.2085154Z 	libpcprofile.so (libc6) => /lib32/libpcprofile.so
2025-08-20T21:42:59.2085537Z 	libpciaccess.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpciaccess.so.0
2025-08-20T21:42:59.2085937Z 	libpci.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpci.so.3
2025-08-20T21:42:59.2086316Z 	libpcap.so.0.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so.0.8
2025-08-20T21:42:59.2086740Z 	libpcap.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so
2025-08-20T21:42:59.2087126Z 	libparted.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libparted.so.2
2025-08-20T21:42:59.2087541Z 	libpaper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpaper.so.1
2025-08-20T21:42:59.2087966Z 	libpangoft2-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T21:42:59.2088441Z 	libpangocairo-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T21:42:59.2088903Z 	libpango-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpango-1.0.so.0
2025-08-20T21:42:59.2089320Z 	libpanelw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so.6
2025-08-20T21:42:59.2089730Z 	libpanelw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so
2025-08-20T21:42:59.2090129Z 	libpanel.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so.6
2025-08-20T21:42:59.2090518Z 	libpanel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so
2025-08-20T21:42:59.2091055Z 	libpamc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpamc.so.0
2025-08-20T21:42:59.2091463Z 	libpam_misc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam_misc.so.0
2025-08-20T21:42:59.2091859Z 	libpam.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam.so.0
2025-08-20T21:42:59.2092422Z 	libpackagekit-glib2.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T21:42:59.2092917Z 	libopenjp2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopenjp2.so.7
2025-08-20T21:42:59.2093413Z 	libopeniscsiusr.so.0.2.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T21:42:59.2093947Z 	libopcodes-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T21:42:59.2094505Z 	libopcodes-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-arm64.so
2025-08-20T21:42:59.2095009Z 	libopcodes-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T21:42:59.2095512Z 	libopcodes-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T21:42:59.2095966Z 	libonig.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libonig.so.5
2025-08-20T21:42:59.2096345Z 	libogg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libogg.so.0
2025-08-20T21:42:59.2096721Z 	libodbc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libodbc.so.2
2025-08-20T21:42:59.2097109Z 	libobjc_gc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc_gc.so.4
2025-08-20T21:42:59.2097496Z 	libobjc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc.so.4
2025-08-20T21:42:59.2097863Z 	libnvme.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme.so.1
2025-08-20T21:42:59.2098246Z 	libnvme-mi.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme-mi.so.1
2025-08-20T21:42:59.2098744Z 	libnuma.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnuma.so.1
2025-08-20T21:42:59.2099140Z 	libntfs-3g.so.89 (libc6,x86-64) => /lib/x86_64-linux-gnu/libntfs-3g.so.89
2025-08-20T21:42:59.2099545Z 	libnss3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss3.so
2025-08-20T21:42:59.2099943Z 	libnssutil3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssutil3.so
2025-08-20T21:42:59.2100392Z 	libnssdbm3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssdbm3.so
2025-08-20T21:42:59.2100788Z 	libnssckbi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssckbi.so
2025-08-20T21:42:59.2101207Z 	libnss_systemd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_systemd.so.2
2025-08-20T21:42:59.2101682Z 	libnss_hesiod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so.2
2025-08-20T21:42:59.2102079Z 	libnss_hesiod.so.2 (libc6) => /lib32/libnss_hesiod.so.2
2025-08-20T21:42:59.2102548Z 	libnss_hesiod.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so
2025-08-20T21:42:59.2102975Z 	libnss_files.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_files.so.2
2025-08-20T21:42:59.2103356Z 	libnss_files.so.2 (libc6) => /lib32/libnss_files.so.2
2025-08-20T21:42:59.2103718Z 	libnss_dns.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_dns.so.2
2025-08-20T21:42:59.2104078Z 	libnss_dns.so.2 (libc6) => /lib32/libnss_dns.so.2
2025-08-20T21:42:59.2104447Z 	libnss_compat.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so.2
2025-08-20T21:42:59.2104837Z 	libnss_compat.so.2 (libc6) => /lib32/libnss_compat.so.2
2025-08-20T21:42:59.2105216Z 	libnss_compat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so
2025-08-20T21:42:59.2105615Z 	libnspr4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnspr4.so
2025-08-20T21:42:59.2105992Z 	libnsl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnsl.so.1
2025-08-20T21:42:59.2106312Z 	libnsl.so.1 (libc6) => /lib32/libnsl.so.1
2025-08-20T21:42:59.2106782Z 	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-20T21:42:59.2107314Z 	libnpth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnpth.so.0
2025-08-20T21:42:59.2107697Z 	libnorm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnorm.so.1
2025-08-20T21:42:59.2108217Z 	libnl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so.200
2025-08-20T21:42:59.2108593Z 	libnl-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so
2025-08-20T21:42:59.2109004Z 	libnl-route-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so.200
2025-08-20T21:42:59.2109445Z 	libnl-route-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so
2025-08-20T21:42:59.2109878Z 	libnl-genl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-genl-3.so.200
2025-08-20T21:42:59.2110325Z 	libnghttp2.so.14 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnghttp2.so.14
2025-08-20T21:42:59.2110731Z 	libnftnl.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftnl.so.11
2025-08-20T21:42:59.2111148Z 	libnftables.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftables.so.1
2025-08-20T21:42:59.2111590Z 	libnfnetlink.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnfnetlink.so.0
2025-08-20T21:42:59.2112014Z 	libnewt.so.0.52 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnewt.so.0.52
2025-08-20T21:42:59.2112654Z 	libnettle.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnettle.so.8
2025-08-20T21:42:59.2113098Z 	libnetsnmpmibs.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T21:42:59.2113597Z 	libnetsnmphelpers.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T21:42:59.2114110Z 	libnetsnmpagent.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T21:42:59.2114566Z 	libnetsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmp.so.40
2025-08-20T21:42:59.2114985Z 	libnetplan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetplan.so.1
2025-08-20T21:42:59.2115396Z 	libnetpbm.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetpbm.so.11
2025-08-20T21:42:59.2116074Z 	libnetfilter_conntrack.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T21:42:59.2116573Z 	libncursesw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncursesw.so.6
2025-08-20T21:42:59.2116982Z 	libncurses.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncurses.so.6
2025-08-20T21:42:59.2117425Z 	libmysqlclient.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so.21
2025-08-20T21:42:59.2117885Z 	libmysqlclient.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so
2025-08-20T21:42:59.2118336Z 	libmvec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so.1
2025-08-20T21:42:59.2118714Z 	libmvec.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so
2025-08-20T21:42:59.2119086Z 	libmultipath.so.0 (libc6,x86-64) => /lib/libmultipath.so.0
2025-08-20T21:42:59.2119472Z 	libmspack.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmspack.so.0
2025-08-20T21:42:59.2119857Z 	libmpfr.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpfr.so.6
2025-08-20T21:42:59.2120243Z 	libmpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpc.so.3
2025-08-20T21:42:59.2120621Z 	libmpathutil.so.0 (libc6,x86-64) => /lib/libmpathutil.so.0
2025-08-20T21:42:59.2121016Z 	libmpathpersist.so.0 (libc6,x86-64) => /lib/libmpathpersist.so.0
2025-08-20T21:42:59.2121406Z 	libmpathcmd.so.0 (libc6,x86-64) => /lib/libmpathcmd.so.0
2025-08-20T21:42:59.2121780Z 	libmount.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmount.so.1
2025-08-20T21:42:59.2122162Z 	libmnl.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmnl.so.0
2025-08-20T21:42:59.2122665Z 	libmms.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmms.so.0
2025-08-20T21:42:59.2123065Z 	libmm-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmm-glib.so.0
2025-08-20T21:42:59.2123470Z 	libmlx5.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so.1
2025-08-20T21:42:59.2123841Z 	libmlx5.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so
2025-08-20T21:42:59.2124207Z 	libmlx4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so.1
2025-08-20T21:42:59.2124572Z 	libmlx4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so
2025-08-20T21:42:59.2124942Z 	libmenuw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so.6
2025-08-20T21:42:59.2125318Z 	libmenuw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so
2025-08-20T21:42:59.2125830Z 	libmenu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so.6
2025-08-20T21:42:59.2126195Z 	libmenu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so
2025-08-20T21:42:59.2126574Z 	libmemusage.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemusage.so
2025-08-20T21:42:59.2126930Z 	libmemusage.so (libc6) => /lib32/libmemusage.so
2025-08-20T21:42:59.2127305Z 	libmemcached.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemcached.so.11
2025-08-20T21:42:59.2127781Z 	libmediainfo.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmediainfo.so.0
2025-08-20T21:42:59.2128196Z 	libmecab.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmecab.so.2
2025-08-20T21:42:59.2128594Z 	libmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmd.so.0
2025-08-20T21:42:59.2128985Z 	libmbim-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmbim-glib.so.4
2025-08-20T21:42:59.2129414Z 	libmaxminddb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmaxminddb.so.0
2025-08-20T21:42:59.2129825Z 	libmana.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so.1
2025-08-20T21:42:59.2130187Z 	libmana.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so
2025-08-20T21:42:59.2130556Z 	libmagic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmagic.so.1
2025-08-20T21:42:59.2130918Z 	libm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libm.so.6
2025-08-20T21:42:59.2131221Z 	libm.so.6 (libc6) => /lib32/libm.so.6
2025-08-20T21:42:59.2131527Z 	liblz4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so.1
2025-08-20T21:42:59.2131882Z 	liblz4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so
2025-08-20T21:42:59.2132346Z 	liblzo2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzo2.so.2
2025-08-20T21:42:59.2132724Z 	liblzma.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so.5
2025-08-20T21:42:59.2133204Z 	liblzma.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so
2025-08-20T21:42:59.2133559Z 	liblz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so.1
2025-08-20T21:42:59.2133894Z 	liblz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so
2025-08-20T21:42:59.2134294Z 	liblvm2cmd.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T21:42:59.2134708Z 	liblua5.4.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4.so.0
2025-08-20T21:42:59.2135113Z 	liblua5.4-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T21:42:59.2135512Z 	liblua5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3.so.0
2025-08-20T21:42:59.2135909Z 	liblua5.3-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T21:42:59.2136325Z 	liblttng-ust.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust.so.1
2025-08-20T21:42:59.2136828Z 	liblttng-ust-tracepoint.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T21:42:59.2137457Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T21:42:59.2138093Z 	liblttng-ust-libc-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T21:42:59.2138642Z 	liblttng-ust-fork.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T21:42:59.2139122Z 	liblttng-ust-fd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T21:42:59.2139579Z 	liblttng-ust-dl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T21:42:59.2140102Z 	liblttng-ust-cyg-profile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T21:42:59.2140731Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T21:42:59.2141301Z 	liblttng-ust-ctl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T21:42:59.2141799Z 	liblttng-ust-common.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T21:42:59.2142345Z 	libltdl.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libltdl.so.7
2025-08-20T21:42:59.2142860Z 	liblsan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblsan.so.0
2025-08-20T21:42:59.2143241Z 	liblqr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblqr-1.so.0
2025-08-20T21:42:59.2143616Z 	liblmdb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblmdb.so.0
2025-08-20T21:42:59.2144003Z 	liblldb-18.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so.1
2025-08-20T21:42:59.2144397Z 	liblldb-18.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so
2025-08-20T21:42:59.2144782Z 	liblldb-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so.1
2025-08-20T21:42:59.2145171Z 	liblldb-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so
2025-08-20T21:42:59.2145555Z 	liblldb-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so.1
2025-08-20T21:42:59.2145947Z 	liblldb-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so
2025-08-20T21:42:59.2146322Z 	libldap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libldap.so.2
2025-08-20T21:42:59.2146700Z 	liblcms2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblcms2.so.2
2025-08-20T21:42:59.2147085Z 	liblber.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblber.so.2
2025-08-20T21:42:59.2147479Z 	libk5crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libk5crypto.so.3
2025-08-20T21:42:59.2147873Z 	libksba.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libksba.so.8
2025-08-20T21:42:59.2148288Z 	libkrb5support.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5support.so.0
2025-08-20T21:42:59.2148705Z 	libkrb5.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5.so.3
2025-08-20T21:42:59.2149073Z 	libkmod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkmod.so.2
2025-08-20T21:42:59.2149468Z 	libkeyutils.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkeyutils.so.1
2025-08-20T21:42:59.2150002Z 	libjxrglue.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjxrglue.so.0
2025-08-20T21:42:59.2150419Z 	libjsoncpp.so.25 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjsoncpp.so.25
2025-08-20T21:42:59.2150862Z 	libjson-glib-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T21:42:59.2151297Z 	libjson-c.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-c.so.5
2025-08-20T21:42:59.2151667Z 	libjq.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjq.so.1
2025-08-20T21:42:59.2152056Z 	libjpegxr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpegxr.so.0
2025-08-20T21:42:59.2152549Z 	libjpeg.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpeg.so.8
2025-08-20T21:42:59.2152948Z 	libjcat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjcat.so.1
2025-08-20T21:42:59.2153355Z 	libjbig2dec.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig2dec.so.0
2025-08-20T21:42:59.2153759Z 	libjbig.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig.so.0
2025-08-20T21:42:59.2154156Z 	libjansson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjansson.so.4
2025-08-20T21:42:59.2154555Z 	libitm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libitm.so.1
2025-08-20T21:42:59.2154926Z 	libisns.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisns.so.0
2025-08-20T21:42:59.2155295Z 	libisl.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisl.so.23
2025-08-20T21:42:59.2155851Z 	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-20T21:42:59.2156563Z 	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-20T21:42:59.2157242Z 	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-20T21:42:59.2157896Z 	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-20T21:42:59.2158425Z 	libip6tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip6tc.so.2
2025-08-20T21:42:59.2158817Z 	libip4tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip4tc.so.2
2025-08-20T21:42:59.2159197Z 	libinih.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libinih.so.1
2025-08-20T21:42:59.2159699Z 	libijs-0.35.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libijs-0.35.so
2025-08-20T21:42:59.2160078Z 	libidn2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn2.so.0
2025-08-20T21:42:59.2160474Z 	libidn.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn.so.12
2025-08-20T21:42:59.2160870Z 	libicuuc.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.74
2025-08-20T21:42:59.2161264Z 	libicuuc.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.70
2025-08-20T21:42:59.2161643Z 	libicuuc.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so
2025-08-20T21:42:59.2162021Z 	libicutu.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.74
2025-08-20T21:42:59.2162619Z 	libicutu.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.70
2025-08-20T21:42:59.2163015Z 	libicutu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so
2025-08-20T21:42:59.2163440Z 	libicutest.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.74
2025-08-20T21:42:59.2163861Z 	libicutest.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.70
2025-08-20T21:42:59.2164274Z 	libicutest.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so
2025-08-20T21:42:59.2164678Z 	libicui18n.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.74
2025-08-20T21:42:59.2165079Z 	libicui18n.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.70
2025-08-20T21:42:59.2165476Z 	libicui18n.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so
2025-08-20T21:42:59.2165868Z 	libicuio.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.74
2025-08-20T21:42:59.2166277Z 	libicuio.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.70
2025-08-20T21:42:59.2166662Z 	libicuio.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so
2025-08-20T21:42:59.2167175Z 	libicudata.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.74
2025-08-20T21:42:59.2167590Z 	libicudata.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.70
2025-08-20T21:42:59.2167988Z 	libicudata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so
2025-08-20T21:42:59.2168393Z 	libibverbs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so.1
2025-08-20T21:42:59.2168819Z 	libibverbs.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so
2025-08-20T21:42:59.2169213Z 	libhwasan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhwasan.so.0
2025-08-20T21:42:59.2169669Z 	libhunspell-1.7.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T21:42:59.2170133Z 	libhogweed.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhogweed.so.6
2025-08-20T21:42:59.2170545Z 	libhistory.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhistory.so.8
2025-08-20T21:42:59.2170988Z 	libhiredis_ssl.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T21:42:59.2171455Z 	libhiredis.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T21:42:59.2171871Z 	libhgfs.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhgfs.so.0
2025-08-20T21:42:59.2172419Z 	libheif.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libheif.so.1
2025-08-20T21:42:59.2172829Z 	libhavege.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhavege.so.2
2025-08-20T21:42:59.2173233Z 	libhashkit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhashkit.so.2
2025-08-20T21:42:59.2173646Z 	libharfbuzz.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libharfbuzz.so.0
2025-08-20T21:42:59.2174051Z 	libhandle.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhandle.so.1
2025-08-20T21:42:59.2174433Z 	libgusb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgusb.so.2
2025-08-20T21:42:59.2174826Z 	libguestlib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestlib.so.0
2025-08-20T21:42:59.2175303Z 	libguestStoreClient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestStoreClient.so.0
2025-08-20T21:42:59.2175786Z 	libgudev-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgudev-1.0.so.0
2025-08-20T21:42:59.2176189Z 	libgtk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgtk-3.so.0
2025-08-20T21:42:59.2176602Z 	libgthread-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgthread-2.0.so.0
2025-08-20T21:42:59.2177190Z 	libgstreamer-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T21:42:59.2177638Z 	libgstnet-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T21:42:59.2178114Z 	libgstcontroller-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T21:42:59.2178606Z 	libgstcheck-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T21:42:59.2179055Z 	libgstbase-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T21:42:59.2179497Z 	libgssapi_krb5.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T21:42:59.2179902Z 	libgs.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgs.so.10
2025-08-20T21:42:59.2180307Z 	libgraphite2.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgraphite2.so.3
2025-08-20T21:42:59.2180728Z 	libgprofng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgprofng.so.0
2025-08-20T21:42:59.2181124Z 	libgpm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpm.so.2
2025-08-20T21:42:59.2181508Z 	libgpgme.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpgme.so.11
2025-08-20T21:42:59.2181921Z 	libgpg-error.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpg-error.so.0
2025-08-20T21:42:59.2182441Z 	libgomp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgomp.so.1
2025-08-20T21:42:59.2182852Z 	libgobject-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgobject-2.0.so.0
2025-08-20T21:42:59.2183273Z 	libgnutls.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgnutls.so.30
2025-08-20T21:42:59.2183672Z 	libgmpxx.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so.4
2025-08-20T21:42:59.2184054Z 	libgmpxx.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so
2025-08-20T21:42:59.2184553Z 	libgmp.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so.10
2025-08-20T21:42:59.2184920Z 	libgmp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so
2025-08-20T21:42:59.2185317Z 	libgmodule-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T21:42:59.2185777Z 	libglib-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libglib-2.0.so.0
2025-08-20T21:42:59.2186236Z 	libgirepository-1.0.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T21:42:59.2186690Z 	libgio-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgio-2.0.so.0
2025-08-20T21:42:59.2187092Z 	libgfortran.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgfortran.so.5
2025-08-20T21:42:59.2187532Z 	libgdk_pixbuf-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T21:42:59.2187961Z 	libgdk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk-3.so.0
2025-08-20T21:42:59.2188368Z 	libgdbm_compat.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm_compat.so.4
2025-08-20T21:42:59.2188785Z 	libgdbm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm.so.6
2025-08-20T21:42:59.2189146Z 	libgd.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgd.so.3
2025-08-20T21:42:59.2189515Z 	libgctba.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgctba.so.1
2025-08-20T21:42:59.2189910Z 	libgcrypt.so.20 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcrypt.so.20
2025-08-20T21:42:59.2190310Z 	libgccpp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgccpp.so.1
2025-08-20T21:42:59.2190684Z 	libgcc_s.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcc_s.so.1
2025-08-20T21:42:59.2191017Z 	libgcc_s.so.1 (libc6) => /lib32/libgcc_s.so.1
2025-08-20T21:42:59.2191337Z 	libgc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgc.so.1
2025-08-20T21:42:59.2191694Z 	libgbm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgbm.so.1
2025-08-20T21:42:59.2192325Z 	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-20T21:42:59.2192879Z 	libfwupd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfwupd.so.2
2025-08-20T21:42:59.2193264Z 	libfuse3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfuse3.so.3
2025-08-20T21:42:59.2193670Z 	libftdi1.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libftdi1.so.2
2025-08-20T21:42:59.2194209Z 	libfsverity.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfsverity.so.0
2025-08-20T21:42:59.2194659Z 	libfribidi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfribidi.so.0
2025-08-20T21:42:59.2195089Z 	libfreetype.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreetype.so.6
2025-08-20T21:42:59.2195494Z 	libfreebl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreebl3.so
2025-08-20T21:42:59.2195911Z 	libfreeblpriv3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreeblpriv3.so
2025-08-20T21:42:59.2196320Z 	libformw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so.6
2025-08-20T21:42:59.2196699Z 	libformw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so
2025-08-20T21:42:59.2197077Z 	libform.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so.6
2025-08-20T21:42:59.2197444Z 	libform.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so
2025-08-20T21:42:59.2197821Z 	libfontenc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontenc.so.1
2025-08-20T21:42:59.2198251Z 	libfontconfig.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontconfig.so.1
2025-08-20T21:42:59.2198704Z 	libflashrom.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libflashrom.so.1
2025-08-20T21:42:59.2199128Z 	libfido2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfido2.so.1
2025-08-20T21:42:59.2199565Z 	libfftw3_threads.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_threads.so.3
2025-08-20T21:42:59.2200033Z 	libfftw3_omp.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_omp.so.3
2025-08-20T21:42:59.2200430Z 	libfftw3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3.so.3
2025-08-20T21:42:59.2200807Z 	libffi.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so.8
2025-08-20T21:42:59.2201276Z 	libffi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so
2025-08-20T21:42:59.2201641Z 	libfdisk.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfdisk.so.1
2025-08-20T21:42:59.2202040Z 	libfcgi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi.so.0
2025-08-20T21:42:59.2202533Z 	libfcgi++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi++.so.0
2025-08-20T21:42:59.2202937Z 	libfbclient.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfbclient.so.2
2025-08-20T21:42:59.2203354Z 	libfastjson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfastjson.so.4
2025-08-20T21:42:59.2203839Z 	libfakeroot-0.so (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T21:42:59.2204282Z 	libe2p.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libe2p.so.2
2025-08-20T21:42:59.2204701Z 	libext2fs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libext2fs.so.2
2025-08-20T21:42:59.2205088Z 	libexslt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexslt.so.0
2025-08-20T21:42:59.2205504Z 	libexpatw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so.1
2025-08-20T21:42:59.2205884Z 	libexpatw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so
2025-08-20T21:42:59.2206267Z 	libexpat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so.1
2025-08-20T21:42:59.2206649Z 	libexpat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so
2025-08-20T21:42:59.2207093Z 	libevent_pthreads-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T21:42:59.2207604Z 	libevent_core-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T21:42:59.2208027Z 	libevdev.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevdev.so.2
2025-08-20T21:42:59.2208421Z 	libestr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libestr.so.0
2025-08-20T21:42:59.2208800Z 	libepoxy.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libepoxy.so.0
2025-08-20T21:42:59.2209201Z 	libenchant-2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libenchant-2.so.2
2025-08-20T21:42:59.2209598Z 	libelf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libelf.so.1
2025-08-20T21:42:59.2209972Z 	libefivar.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefivar.so.1
2025-08-20T21:42:59.2210374Z 	libefiboot.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefiboot.so.1
2025-08-20T21:42:59.2210878Z 	libefa.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so.1
2025-08-20T21:42:59.2211234Z 	libefa.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so
2025-08-20T21:42:59.2211616Z 	libedit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libedit.so.2
2025-08-20T21:42:59.2212033Z 	libeatmydata.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so.1
2025-08-20T21:42:59.2212550Z 	libeatmydata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so
2025-08-20T21:42:59.2212934Z 	libdw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdw.so.1
2025-08-20T21:42:59.2213344Z 	libduktape.so.207 (libc6,x86-64) => /lib/x86_64-linux-gnu/libduktape.so.207
2025-08-20T21:42:59.2213809Z 	libdrop_ambient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrop_ambient.so.0
2025-08-20T21:42:59.2214246Z 	libdrm_intel.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_intel.so.1
2025-08-20T21:42:59.2214693Z 	libdrm_amdgpu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T21:42:59.2215118Z 	libdrm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm.so.2
2025-08-20T21:42:59.2215636Z 	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-20T21:42:59.2216172Z 	libdl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdl.so.2
2025-08-20T21:42:59.2216507Z 	libdl.so.2 (libc6) => /lib32/libdl.so.2
2025-08-20T21:42:59.2216859Z 	libdjvulibre.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdjvulibre.so.21
2025-08-20T21:42:59.2217273Z 	libde265.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libde265.so.0
2025-08-20T21:42:59.2217700Z 	libdevmapper.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T21:42:59.2218342Z 	libdevmapper-event.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T21:42:59.2218935Z 	libdevmapper-event-lvm2vdo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T21:42:59.2219550Z 	libdevmapper-event-lvm2thin.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T21:42:59.2220220Z 	libdevmapper-event-lvm2snapshot.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T21:42:59.2220870Z 	libdevmapper-event-lvm2raid.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T21:42:59.2221498Z 	libdevmapper-event-lvm2mirror.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T21:42:59.2222126Z 	libdevmapper-event-lvm2.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T21:42:59.2222805Z 	libdevmapper-event-lvm2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T21:42:59.2223299Z 	libdeflate.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdeflate.so.0
2025-08-20T21:42:59.2223748Z 	libdebconfclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdebconfclient.so.0
2025-08-20T21:42:59.2224186Z 	libdconf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdconf.so.1
2025-08-20T21:42:59.2224637Z 	libdbusmenu-gtk3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T21:42:59.2225112Z 	libdbusmenu-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T21:42:59.2225545Z 	libdbus-1.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so.3
2025-08-20T21:42:59.2225932Z 	libdbus-1.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so
2025-08-20T21:42:59.2226323Z 	libdb-5.3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdb-5.3.so
2025-08-20T21:42:59.2226703Z 	libdatrie.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdatrie.so.1
2025-08-20T21:42:59.2227086Z 	libcurl.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl.so.4
2025-08-20T21:42:59.2227506Z 	libcurl-gnutls.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T21:42:59.2227923Z 	libcups.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcups.so.2
2025-08-20T21:42:59.2228290Z 	libctf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf.so.0
2025-08-20T21:42:59.2228810Z 	libctf-nobfd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd.so.0
2025-08-20T21:42:59.2229279Z 	libctf-nobfd-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so.0
2025-08-20T21:42:59.2229774Z 	libctf-nobfd-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so
2025-08-20T21:42:59.2230265Z 	libctf-nobfd-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T21:42:59.2230752Z 	libctf-nobfd-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T21:42:59.2231238Z 	libctf-nobfd-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T21:42:59.2231729Z 	libctf-nobfd-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T21:42:59.2232183Z 	libctf-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so.0
2025-08-20T21:42:59.2232708Z 	libctf-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so
2025-08-20T21:42:59.2233130Z 	libctf-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so.0
2025-08-20T21:42:59.2233547Z 	libctf-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so
2025-08-20T21:42:59.2233960Z 	libctf-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so.0
2025-08-20T21:42:59.2234373Z 	libctf-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so
2025-08-20T21:42:59.2234814Z 	libcryptsetup.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcryptsetup.so.12
2025-08-20T21:42:59.2235250Z 	libcrypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so.3
2025-08-20T21:42:59.2235643Z 	libcrypto.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so
2025-08-20T21:42:59.2236142Z 	libcrypt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so.1
2025-08-20T21:42:59.2236531Z 	libcrypt.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so
2025-08-20T21:42:59.2236913Z 	libcom_err.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcom_err.so.2
2025-08-20T21:42:59.2237356Z 	libcolordprivate.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolordprivate.so.2
2025-08-20T21:42:59.2237798Z 	libcolord.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolord.so.2
2025-08-20T21:42:59.2238205Z 	libclang-18.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-18.so.18
2025-08-20T21:42:59.2238621Z 	libclang-17.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-17.so.17
2025-08-20T21:42:59.2239046Z 	libclang-16.so.16.0.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T21:42:59.2239493Z 	libclang-cpp.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T21:42:59.2239961Z 	libclang-cpp.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.17
2025-08-20T21:42:59.2240414Z 	libclang-cpp.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.16
2025-08-20T21:42:59.2240813Z 	libcc1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcc1.so.0
2025-08-20T21:42:59.2241202Z 	libcbor.so.0.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcbor.so.0.10
2025-08-20T21:42:59.2241597Z 	libcares.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcares.so.2
2025-08-20T21:42:59.2241971Z 	libcap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap.so.2
2025-08-20T21:42:59.2242447Z 	libcap-ng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap-ng.so.0
2025-08-20T21:42:59.2242856Z 	libcanberra.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcanberra.so.0
2025-08-20T21:42:59.2243256Z 	libcairo.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo.so.2
2025-08-20T21:42:59.2243687Z 	libcairo-gobject.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo-gobject.so.2
2025-08-20T21:42:59.2244157Z 	libc_malloc_debug.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T21:42:59.2244589Z 	libc_malloc_debug.so.0 (libc6) => /lib32/libc_malloc_debug.so.0
2025-08-20T21:42:59.2244991Z 	libc_malloc_debug.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so
2025-08-20T21:42:59.2245611Z 	libc.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc.so.6
2025-08-20T21:42:59.2245917Z 	libc.so.6 (libc6) => /lib32/libc.so.6
2025-08-20T21:42:59.2246241Z 	libc-client.so.2007e (libc6,x86-64) => /lib/libc-client.so.2007e
2025-08-20T21:42:59.2246626Z 	libbz2.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbz2.so.1.0
2025-08-20T21:42:59.2247023Z 	libbytesize.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbytesize.so.1
2025-08-20T21:42:59.2247418Z 	libbsd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbsd.so.0
2025-08-20T21:42:59.2247814Z 	libbrotlienc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlienc.so.1
2025-08-20T21:42:59.2248244Z 	libbrotlidec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlidec.so.1
2025-08-20T21:42:59.2248741Z 	libbrotlicommon.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlicommon.so.1
2025-08-20T21:42:59.2249165Z 	libbpf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbpf.so.1
2025-08-20T21:42:59.2249653Z 	libblockdev.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblockdev.so.3
2025-08-20T21:42:59.2250307Z 	libblkid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblkid.so.1
2025-08-20T21:42:59.2251186Z 	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-20T21:42:59.2252168Z 	libbfd-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-system.so
2025-08-20T21:42:59.2253167Z 	libbfd-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-arm64.so
2025-08-20T21:42:59.2253992Z 	libbfd-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T21:42:59.2254768Z 	libbfd-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T21:42:59.2255215Z 	libbd_utils.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_utils.so.3
2025-08-20T21:42:59.2255864Z 	libbd_swap.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_swap.so.3
2025-08-20T21:42:59.2256279Z 	libbd_part.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_part.so.3
2025-08-20T21:42:59.2256676Z 	libbd_nvme.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_nvme.so.3
2025-08-20T21:42:59.2257079Z 	libbd_mdraid.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_mdraid.so.3
2025-08-20T21:42:59.2257482Z 	libbd_loop.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_loop.so.3
2025-08-20T21:42:59.2257862Z 	libbd_fs.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_fs.so.3
2025-08-20T21:42:59.2258252Z 	libbd_crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_crypto.so.3
2025-08-20T21:42:59.2258658Z 	libbcc_bpf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc_bpf.so.0
2025-08-20T21:42:59.2259034Z 	libbcc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc.so.0
2025-08-20T21:42:59.2259454Z 	libavahi-common.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-common.so.3
2025-08-20T21:42:59.2259924Z 	libavahi-client.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-client.so.3
2025-08-20T21:42:59.2260346Z 	libaudit.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaudit.so.1
2025-08-20T21:42:59.2260732Z 	libattr.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libattr.so.1
2025-08-20T21:42:59.2261115Z 	libatspi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatspi.so.0
2025-08-20T21:42:59.2261508Z 	libatomic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatomic.so.1
2025-08-20T21:42:59.2261888Z 	libatm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatm.so.1
2025-08-20T21:42:59.2262487Z 	libatk-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-1.0.so.0
2025-08-20T21:42:59.2262947Z 	libatk-bridge-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T21:42:59.2263406Z 	libatasmart.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatasmart.so.4
2025-08-20T21:42:59.2263813Z 	libassuan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libassuan.so.0
2025-08-20T21:42:59.2264221Z 	libaspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaspell.so.15
2025-08-20T21:42:59.2264624Z 	libasound.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasound.so.2
2025-08-20T21:42:59.2265145Z 	libasan.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasan.so.8
2025-08-20T21:42:59.2265520Z 	libaria2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaria2.so.0
2025-08-20T21:42:59.2265907Z 	libargon2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libargon2.so.1
2025-08-20T21:42:59.2266310Z 	libarchive.so.13 (libc6,x86-64) => /lib/x86_64-linux-gnu/libarchive.so.13
2025-08-20T21:42:59.2266760Z 	libapt-private.so.0.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-private.so.0.0
2025-08-20T21:42:59.2267216Z 	libapt-pkg.so.6.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T21:42:59.2267643Z 	libaprutil-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaprutil-1.so.0
2025-08-20T21:42:59.2268046Z 	libapr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapr-1.so.0
2025-08-20T21:42:59.2268455Z 	libappstream.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libappstream.so.5
2025-08-20T21:42:59.2268883Z 	libapparmor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapparmor.so.1
2025-08-20T21:42:59.2269283Z 	libaom.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaom.so.3
2025-08-20T21:42:59.2269674Z 	libanl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so.1
2025-08-20T21:42:59.2269992Z 	libanl.so.1 (libc6) => /lib32/libanl.so.1
2025-08-20T21:42:59.2270299Z 	libanl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so
2025-08-20T21:42:59.2270679Z 	libaio.so.1t64 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaio.so.1t64
2025-08-20T21:42:59.2271057Z 	libacl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libacl.so.1
2025-08-20T21:42:59.2271410Z 	libX11.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11.so.6
2025-08-20T21:42:59.2271782Z 	libX11-xcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11-xcb.so.1
2025-08-20T21:42:59.2272408Z 	libXxf86vm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXxf86vm.so.1
2025-08-20T21:42:59.2272822Z 	libXtst.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXtst.so.6
2025-08-20T21:42:59.2273183Z 	libXt.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXt.so.6
2025-08-20T21:42:59.2273545Z 	libXss.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXss.so.1
2025-08-20T21:42:59.2273925Z 	libXrender.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrender.so.1
2025-08-20T21:42:59.2274331Z 	libXrandr.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrandr.so.2
2025-08-20T21:42:59.2274706Z 	libXpm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXpm.so.4
2025-08-20T21:42:59.2275072Z 	libXmuu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmuu.so.1
2025-08-20T21:42:59.2275434Z 	libXmu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmu.so.6
2025-08-20T21:42:59.2275822Z 	libXinerama.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXinerama.so.1
2025-08-20T21:42:59.2276209Z 	libXi.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXi.so.6
2025-08-20T21:42:59.2276573Z 	libXft.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXft.so.2
2025-08-20T21:42:59.2276950Z 	libXfont2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfont2.so.2
2025-08-20T21:42:59.2277342Z 	libXfixes.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfixes.so.3
2025-08-20T21:42:59.2277725Z 	libXext.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXext.so.6
2025-08-20T21:42:59.2278111Z 	libXdmcp.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so.6
2025-08-20T21:42:59.2278496Z 	libXdmcp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so
2025-08-20T21:42:59.2278885Z 	libXdamage.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdamage.so.1
2025-08-20T21:42:59.2279287Z 	libXcursor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcursor.so.1
2025-08-20T21:42:59.2279709Z 	libXcomposite.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcomposite.so.1
2025-08-20T21:42:59.2280121Z 	libXaw.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXaw.so.7
2025-08-20T21:42:59.2280481Z 	libXau.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so.6
2025-08-20T21:42:59.2280836Z 	libXau.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so
2025-08-20T21:42:59.2281183Z 	libSM.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libSM.so.6
2025-08-20T21:42:59.2281724Z 	libOpenEXRUtil-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T21:42:59.2282326Z 	libOpenEXRCore-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T21:42:59.2282797Z 	libOpenEXR-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T21:42:59.2283271Z 	libMagickWand-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T21:42:59.2283767Z 	libMagickCore-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T21:42:59.2284202Z 	libLerc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLerc.so.4
2025-08-20T21:42:59.2284587Z 	libLLVM.so.19.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.19.1
2025-08-20T21:42:59.2284979Z 	libLLVM.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.18.1
2025-08-20T21:42:59.2285367Z 	libLLVM-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so.1
2025-08-20T21:42:59.2285762Z 	libLLVM-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so
2025-08-20T21:42:59.2286146Z 	libLLVM-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so.1
2025-08-20T21:42:59.2286533Z 	libLLVM-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so
2025-08-20T21:42:59.2286905Z 	libJudy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libJudy.so.1
2025-08-20T21:42:59.2287296Z 	libImath-3_1.so.29 (libc6,x86-64) => /lib/x86_64-linux-gnu/libImath-3_1.so.29
2025-08-20T21:42:59.2287742Z 	libIlmThread-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T21:42:59.2288173Z 	libIex-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIex-3_1.so.30
2025-08-20T21:42:59.2288544Z 	libICE.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libICE.so.6
2025-08-20T21:42:59.2289066Z 	libGLdispatch.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLdispatch.so.0
2025-08-20T21:42:59.2289496Z 	libGLX_mesa.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX_mesa.so.0
2025-08-20T21:42:59.2289887Z 	libGLX.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX.so.0
2025-08-20T21:42:59.2290239Z 	libGL.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGL.so.1
2025-08-20T21:42:59.2290637Z 	libDeployPkg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libDeployPkg.so.0
2025-08-20T21:42:59.2291089Z 	libBrokenLocale.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so.1
2025-08-20T21:42:59.2291519Z 	libBrokenLocale.so.1 (libc6) => /lib32/libBrokenLocale.so.1
2025-08-20T21:42:59.2291929Z 	libBrokenLocale.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so
2025-08-20T21:42:59.2292436Z 	ld-musl-x86_64.so.1 (libc6,x86-64) => /lib/ld-musl-x86_64.so.1
2025-08-20T21:42:59.2292766Z 	ld-linux.so.2 (libc6) => /lib32/ld-linux.so.2
2025-08-20T21:42:59.2293050Z 	ld-linux.so.2 (libc6) => /lib/ld-linux.so.2
2025-08-20T21:42:59.2293409Z 	ld-linux-x86-64.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
2025-08-20T21:42:59.2293893Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.5) stable release version 2.39
2025-08-20T21:42:59.7734874Z info: downloading installer
2025-08-20T21:43:00.0502855Z warn: It looks like you have an existing rustup settings file at:
2025-08-20T21:43:00.0503327Z warn: /home/runner/.rustup/settings.toml
2025-08-20T21:43:00.0503802Z warn: Rustup will install the default toolchain as specified in the settings file,
2025-08-20T21:43:00.0504340Z warn: instead of the one inferred from the default host triple.
2025-08-20T21:43:00.0674631Z info: profile set to 'default'
2025-08-20T21:43:00.0674995Z info: default host triple is x86_64-unknown-linux-gnu
2025-08-20T21:43:00.0675390Z warn: Updating existing toolchain, profile choice will be ignored
2025-08-20T21:43:00.1379521Z info: syncing channel updates for 'stable-x86_64-unknown-linux-gnu'
2025-08-20T21:43:00.1651105Z info: default toolchain set to 'stable-x86_64-unknown-linux-gnu'
2025-08-20T21:43:00.1651597Z 
2025-08-20T21:43:00.1750361Z   stable-x86_64-unknown-linux-gnu unchanged - rustc 1.89.0 (29483883e 2025-08-04)
2025-08-20T21:43:00.1751108Z 
2025-08-20T21:43:00.1751113Z 
2025-08-20T21:43:00.1751218Z Rust is installed now. Great!
2025-08-20T21:43:00.1751382Z 
2025-08-20T21:43:00.1751673Z To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
2025-08-20T21:43:00.1752553Z environment variable. This has not been done automatically.
2025-08-20T21:43:00.1752962Z 
2025-08-20T21:43:00.1753167Z To configure your current shell, you need to source
2025-08-20T21:43:00.1753689Z the corresponding env file under $HOME/.cargo.
2025-08-20T21:43:00.1754020Z 
2025-08-20T21:43:00.1754325Z This is usually done by running one of the following (note the leading DOT):
2025-08-20T21:43:00.1754974Z . "$HOME/.cargo/env"            # For sh/bash/zsh/ash/dash/pdksh
2025-08-20T21:43:00.1755486Z source "$HOME/.cargo/env.fish"  # For fish
2025-08-20T21:43:00.1755955Z source $"($nu.home-path)/.cargo/env.nu"  # For nushell
2025-08-20T21:43:00.2077796Z info: using existing install for 'stable-x86_64-unknown-linux-gnu'
2025-08-20T21:43:00.2415869Z info: default toolchain set to 'stable-x86_64-unknown-linux-gnu'
2025-08-20T21:43:00.2416340Z 
2025-08-20T21:43:00.2513626Z   stable-x86_64-unknown-linux-gnu unchanged - rustc 1.89.0 (29483883e 2025-08-04)
2025-08-20T21:43:00.2514187Z 
2025-08-20T21:43:00.3014097Z rustc 1.89.0 (29483883e 2025-08-04)
2025-08-20T21:43:02.0677458Z cargo 1.89.0 (c24e10642 2025-06-23)
2025-08-20T21:43:02.1127078Z 680 libs found in cache `/etc/ld.so.cache'
2025-08-20T21:43:02.1127827Z 	libz3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so.4
2025-08-20T21:43:02.1128482Z 	libz3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so
2025-08-20T21:43:02.1129126Z 	libzstd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so.1
2025-08-20T21:43:02.1130099Z 	libzstd.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so
2025-08-20T21:43:02.1130785Z 	libzmq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzmq.so.5
2025-08-20T21:43:02.1131436Z 	libzip.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzip.so.4
2025-08-20T21:43:02.1132080Z 	libzen.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzen.so.0
2025-08-20T21:43:02.1132926Z 	libz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so.1
2025-08-20T21:43:02.1133502Z 	libz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so
2025-08-20T21:43:02.1134125Z 	libyaml-0.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyaml-0.so.2
2025-08-20T21:43:02.1134788Z 	libyajl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyajl.so.2
2025-08-20T21:43:02.1135444Z 	libxxhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxxhash.so.0
2025-08-20T21:43:02.1136135Z 	libxtables.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxtables.so.12
2025-08-20T21:43:02.1136814Z 	libxslt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxslt.so.1
2025-08-20T21:43:02.1137498Z 	libxshmfence.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxshmfence.so.1
2025-08-20T21:43:02.1138191Z 	libxml2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so.2
2025-08-20T21:43:02.1138807Z 	libxml2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so
2025-08-20T21:43:02.1139459Z 	libxmlsec1.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1.so.1
2025-08-20T21:43:02.1140240Z 	libxmlsec1-openssl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T21:43:02.1140981Z 	libxmlb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlb.so.2
2025-08-20T21:43:02.1141634Z 	libxkbfile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbfile.so.1
2025-08-20T21:43:02.1142543Z 	libxkbcommon.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbcommon.so.0
2025-08-20T21:43:02.1143157Z 	libxcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so.1
2025-08-20T21:43:02.1143546Z 	libxcb.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so
2025-08-20T21:43:02.1143954Z 	libxcb-xfixes.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T21:43:02.1144387Z 	libxcb-xfixes.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so
2025-08-20T21:43:02.1144796Z 	libxcb-sync.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-sync.so.1
2025-08-20T21:43:02.1145425Z 	libxcb-shm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shm.so.0
2025-08-20T21:43:02.1145841Z 	libxcb-shape.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so.0
2025-08-20T21:43:02.1146254Z 	libxcb-shape.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so
2025-08-20T21:43:02.1146672Z 	libxcb-render.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so.0
2025-08-20T21:43:02.1147097Z 	libxcb-render.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so
2025-08-20T21:43:02.1147515Z 	libxcb-randr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-randr.so.0
2025-08-20T21:43:02.1147955Z 	libxcb-present.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-present.so.0
2025-08-20T21:43:02.1148394Z 	libxcb-glx.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-glx.so.0
2025-08-20T21:43:02.1148787Z 	libxcb-dri3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-dri3.so.0
2025-08-20T21:43:02.1149172Z 	libwrap.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwrap.so.0
2025-08-20T21:43:02.1149578Z 	libwmflite-0.2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T21:43:02.1149994Z 	libwebpmux.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpmux.so.3
2025-08-20T21:43:02.1150400Z 	libwebpdemux.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpdemux.so.2
2025-08-20T21:43:02.1150797Z 	libwebp.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebp.so.7
2025-08-20T21:43:02.1151182Z 	libwbclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwbclient.so.0
2025-08-20T21:43:02.1151634Z 	libwayland-server.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-server.so.0
2025-08-20T21:43:02.1152100Z 	libwayland-egl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-egl.so.1
2025-08-20T21:43:02.1152983Z 	libwayland-cursor.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-cursor.so.0
2025-08-20T21:43:02.1153493Z 	libwayland-client.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-client.so.0
2025-08-20T21:43:02.1153936Z 	libvulkan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvulkan.so.1
2025-08-20T21:43:02.1154349Z 	libvorbisfile.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbisfile.so.3
2025-08-20T21:43:02.1154760Z 	libvorbis.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbis.so.0
2025-08-20T21:43:02.1155159Z 	libvolume_key.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvolume_key.so.1
2025-08-20T21:43:02.1155564Z 	libvmtools.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvmtools.so.0
2025-08-20T21:43:02.1155953Z 	libvgauth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvgauth.so.0
2025-08-20T21:43:02.1156319Z 	libuv.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuv.so.1
2025-08-20T21:43:02.1156669Z 	libuuid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuuid.so.1
2025-08-20T21:43:02.1157033Z 	libutil.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutil.so.1
2025-08-20T21:43:02.1157350Z 	libutil.so.1 (libc6) => /lib32/libutil.so.1
2025-08-20T21:43:02.1157689Z 	libutempter.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutempter.so.0
2025-08-20T21:43:02.1158092Z 	libusb-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libusb-1.0.so.0
2025-08-20T21:43:02.1158465Z 	liburcu.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu.so.8
2025-08-20T21:43:02.1158858Z 	liburcu-signal.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-signal.so.8
2025-08-20T21:43:02.1159288Z 	liburcu-qsbr.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T21:43:02.1159696Z 	liburcu-memb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-memb.so.8
2025-08-20T21:43:02.1160092Z 	liburcu-mb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-mb.so.8
2025-08-20T21:43:02.1160507Z 	liburcu-common.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-common.so.8
2025-08-20T21:43:02.1160933Z 	liburcu-cds.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-cds.so.8
2025-08-20T21:43:02.1161325Z 	liburcu-bp.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-bp.so.8
2025-08-20T21:43:02.1161709Z 	libunwind.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind.so.8
2025-08-20T21:43:02.1162421Z 	libunwind-x86_64.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-x86_64.so.8
2025-08-20T21:43:02.1162923Z 	libunwind-ptrace.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T21:43:02.1163420Z 	libunwind-coredump.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-coredump.so.0
2025-08-20T21:43:02.1163889Z 	libunistring.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunistring.so.5
2025-08-20T21:43:02.1164303Z 	libudisks2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudisks2.so.0
2025-08-20T21:43:02.1164684Z 	libudev.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudev.so.1
2025-08-20T21:43:02.1165074Z 	libuchardet.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuchardet.so.0
2025-08-20T21:43:02.1165488Z 	libubsan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libubsan.so.1
2025-08-20T21:43:02.1165925Z 	libtss2-tcti-swtpm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T21:43:02.1166421Z 	libtss2-tcti-mssim.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T21:43:02.1166911Z 	libtss2-tcti-device.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T21:43:02.1167396Z 	libtss2-tcti-cmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T21:43:02.1167833Z 	libtss2-sys.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-sys.so.1
2025-08-20T21:43:02.1168245Z 	libtss2-rc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-rc.so.0
2025-08-20T21:43:02.1168634Z 	libtss2-mu.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-mu.so.0
2025-08-20T21:43:02.1169038Z 	libtss2-esys.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-esys.so.0
2025-08-20T21:43:02.1169570Z 	libtsan.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtsan.so.2
2025-08-20T21:43:02.1169955Z 	libtracefs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtracefs.so.1
2025-08-20T21:43:02.1170373Z 	libtraceevent.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtraceevent.so.1
2025-08-20T21:43:02.1170791Z 	libtommath.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtommath.so.1
2025-08-20T21:43:02.1171176Z 	libtk8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtk8.6.so
2025-08-20T21:43:02.1171548Z 	libtirpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtirpc.so.3
2025-08-20T21:43:02.1171946Z 	libtinyxml2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinyxml2.so.10
2025-08-20T21:43:02.1172583Z 	libtinfo.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so.6
2025-08-20T21:43:02.1173223Z 	libtinfo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so
2025-08-20T21:43:02.1173837Z 	libtiff.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtiff.so.6
2025-08-20T21:43:02.1174256Z 	libtidy.so.5deb1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtidy.so.5deb1
2025-08-20T21:43:02.1174639Z 	libtic.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so.6
2025-08-20T21:43:02.1174988Z 	libtic.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so
2025-08-20T21:43:02.1175363Z 	libthread_db.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so.1
2025-08-20T21:43:02.1175732Z 	libthread_db.so.1 (libc6) => /lib32/libthread_db.so.1
2025-08-20T21:43:02.1176088Z 	libthread_db.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so
2025-08-20T21:43:02.1176472Z 	libthai.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthai.so.0
2025-08-20T21:43:02.1176825Z 	libtdb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtdb.so.1
2025-08-20T21:43:02.1177181Z 	libtcl8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtcl8.6.so
2025-08-20T21:43:02.1177548Z 	libtasn1.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtasn1.so.6
2025-08-20T21:43:02.1177930Z 	libtalloc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtalloc.so.2
2025-08-20T21:43:02.1178333Z 	libsystemd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsystemd.so.0
2025-08-20T21:43:02.1178723Z 	libsysfs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsysfs.so.2
2025-08-20T21:43:02.1179093Z 	libsybdb.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsybdb.so.5
2025-08-20T21:43:02.1179607Z 	libsubid.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsubid.so.4
2025-08-20T21:43:02.1180022Z 	libstemmer.so.0d (libc6,x86-64) => /lib/x86_64-linux-gnu/libstemmer.so.0d
2025-08-20T21:43:02.1180679Z 	libstdc++.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libstdc++.so.6
2025-08-20T21:43:02.1181024Z 	libstdc++.so.6 (libc6) => /lib32/libstdc++.so.6
2025-08-20T21:43:02.1181348Z 	libssl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl3.so
2025-08-20T21:43:02.1181701Z 	libssl.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so.3
2025-08-20T21:43:02.1182048Z 	libssl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so
2025-08-20T21:43:02.1182578Z 	libssh2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh2.so.1
2025-08-20T21:43:02.1182950Z 	libssh.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh.so.4
2025-08-20T21:43:02.1183302Z 	libss.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libss.so.2
2025-08-20T21:43:02.1183683Z 	libsqlite3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so.0
2025-08-20T21:43:02.1184077Z 	libsqlite3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so
2025-08-20T21:43:02.1184510Z 	libsourcekitdInProc.so (libc6,x86-64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T21:43:02.1184957Z 	libsoftokn3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsoftokn3.so
2025-08-20T21:43:02.1185358Z 	libsodium.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsodium.so.23
2025-08-20T21:43:02.1185745Z 	libsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnmp.so.40
2025-08-20T21:43:02.1193698Z 	libsnappy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnappy.so.1
2025-08-20T21:43:02.1194271Z 	libsmime3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmime3.so
2025-08-20T21:43:02.1194893Z 	libsmartcols.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmartcols.so.1
2025-08-20T21:43:02.1195366Z 	libslirp.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslirp.so.0
2025-08-20T21:43:02.1195765Z 	libslang.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslang.so.2
2025-08-20T21:43:02.1196176Z 	libsigsegv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsigsegv.so.2
2025-08-20T21:43:02.1196603Z 	libsharpyuv.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsharpyuv.so.0
2025-08-20T21:43:02.1197056Z 	libsgutils2-1.46.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T21:43:02.1197493Z 	libsframe.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsframe.so.1
2025-08-20T21:43:02.1197883Z 	libsepol.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsepol.so.2
2025-08-20T21:43:02.1198283Z 	libsensors.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsensors.so.5
2025-08-20T21:43:02.1198685Z 	libsemanage.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsemanage.so.2
2025-08-20T21:43:02.1199125Z 	libselinux.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libselinux.so.1
2025-08-20T21:43:02.1199525Z 	libseccomp.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libseccomp.so.2
2025-08-20T21:43:02.1199941Z 	libsasl2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsasl2.so.2
2025-08-20T21:43:02.1200338Z 	libruby-3.2.so.3.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T21:43:02.1200740Z 	libruby-3.2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so
2025-08-20T21:43:02.1201127Z 	librtmp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librtmp.so.1
2025-08-20T21:43:02.1201495Z 	librt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librt.so.1
2025-08-20T21:43:02.1201806Z 	librt.so.1 (libc6) => /lib32/librt.so.1
2025-08-20T21:43:02.1202135Z 	librpmsign.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmsign.so.9
2025-08-20T21:43:02.1202792Z 	librpmio.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmio.so.9
2025-08-20T21:43:02.1203203Z 	librpmbuild.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmbuild.so.9
2025-08-20T21:43:02.1203595Z 	librpm.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpm.so.9
2025-08-20T21:43:02.1203966Z 	librhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/librhash.so.0
2025-08-20T21:43:02.1204480Z 	libre2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libre2.so.10
2025-08-20T21:43:02.1204859Z 	libresolv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so.2
2025-08-20T21:43:02.1205207Z 	libresolv.so.2 (libc6) => /lib32/libresolv.so.2
2025-08-20T21:43:02.1205545Z 	libresolv.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so
2025-08-20T21:43:02.1205968Z 	libreiserfscore.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreiserfscore.so.0
2025-08-20T21:43:02.1206403Z 	libreadline.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreadline.so.8
2025-08-20T21:43:02.1206798Z 	libraw_r.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw_r.so.23
2025-08-20T21:43:02.1207169Z 	libraw.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw.so.23
2025-08-20T21:43:02.1207816Z 	librabbitmq.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/librabbitmq.so.4
2025-08-20T21:43:02.1208248Z 	libquadmath.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libquadmath.so.0
2025-08-20T21:43:02.1208667Z 	libqrtr-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqrtr-glib.so.0
2025-08-20T21:43:02.1209087Z 	libqmi-glib.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqmi-glib.so.5
2025-08-20T21:43:02.1209439Z 	libqdbm.so.14 (libc6,x86-64) => /lib/libqdbm.so.14
2025-08-20T21:43:02.1209796Z 	libp11-kit.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libp11-kit.so.0
2025-08-20T21:43:02.1210249Z 	libpython3.12.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so.1.0
2025-08-20T21:43:02.1210690Z 	libpython3.12.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so
2025-08-20T21:43:02.1211115Z 	libpthread.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpthread.so.0
2025-08-20T21:43:02.1211485Z 	libpthread.so.0 (libc6) => /lib32/libpthread.so.0
2025-08-20T21:43:02.1211980Z 	libpsx.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsx.so.2
2025-08-20T21:43:02.1212647Z 	libpspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpspell.so.15
2025-08-20T21:43:02.1213145Z 	libpsl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsl.so.5
2025-08-20T21:43:02.1213586Z 	libprotobuf-lite.so.32 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T21:43:02.1214055Z 	libprotobuf-c.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-c.so.1
2025-08-20T21:43:02.1214471Z 	libproc2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libproc2.so.0
2025-08-20T21:43:02.1214843Z 	libpq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so.5
2025-08-20T21:43:02.1215181Z 	libpq.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so
2025-08-20T21:43:02.1215538Z 	libpopt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpopt.so.0
2025-08-20T21:43:02.1215984Z 	libpolkit-gobject-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T21:43:02.1216498Z 	libpolkit-agent-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T21:43:02.1216943Z 	libpng16.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpng16.so.16
2025-08-20T21:43:02.1217318Z 	libply.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply.so.5
2025-08-20T21:43:02.1217782Z 	libply-splash-graphics.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T21:43:02.1218319Z 	libply-splash-core.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-core.so.5
2025-08-20T21:43:02.1218813Z 	libply-boot-client.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-boot-client.so.5
2025-08-20T21:43:02.1219243Z 	libplds4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplds4.so
2025-08-20T21:43:02.1219603Z 	libplc4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplc4.so
2025-08-20T21:43:02.1219983Z 	libpkgconf.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpkgconf.so.3
2025-08-20T21:43:02.1220393Z 	libpixman-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpixman-1.so.0
2025-08-20T21:43:02.1220819Z 	libpipeline.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpipeline.so.1
2025-08-20T21:43:02.1221223Z 	libpgm-5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpgm-5.3.so.0
2025-08-20T21:43:02.1221593Z 	libpfm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpfm.so.4
2025-08-20T21:43:02.1222113Z 	libperl.so.5.38 (libc6,x86-64) => /lib/x86_64-linux-gnu/libperl.so.5.38
2025-08-20T21:43:02.1222734Z 	libpcre2-32.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so.0
2025-08-20T21:43:02.1223137Z 	libpcre2-32.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so
2025-08-20T21:43:02.1223532Z 	libpcre2-16.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so.0
2025-08-20T21:43:02.1223916Z 	libpcre2-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so
2025-08-20T21:43:02.1224304Z 	libpcre2-8.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so.0
2025-08-20T21:43:02.1224691Z 	libpcre2-8.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so
2025-08-20T21:43:02.1225125Z 	libpcre2-posix.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so.3
2025-08-20T21:43:02.1225581Z 	libpcre2-posix.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so
2025-08-20T21:43:02.1226008Z 	libpcprofile.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcprofile.so
2025-08-20T21:43:02.1226383Z 	libpcprofile.so (libc6) => /lib32/libpcprofile.so
2025-08-20T21:43:02.1226751Z 	libpciaccess.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpciaccess.so.0
2025-08-20T21:43:02.1227145Z 	libpci.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpci.so.3
2025-08-20T21:43:02.1227515Z 	libpcap.so.0.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so.0.8
2025-08-20T21:43:02.1227892Z 	libpcap.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so
2025-08-20T21:43:02.1228270Z 	libparted.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libparted.so.2
2025-08-20T21:43:02.1228664Z 	libpaper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpaper.so.1
2025-08-20T21:43:02.1229247Z 	libpangoft2-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T21:43:02.1229718Z 	libpangocairo-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T21:43:02.1230162Z 	libpango-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpango-1.0.so.0
2025-08-20T21:43:02.1230567Z 	libpanelw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so.6
2025-08-20T21:43:02.1230952Z 	libpanelw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so
2025-08-20T21:43:02.1231331Z 	libpanel.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so.6
2025-08-20T21:43:02.1231706Z 	libpanel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so
2025-08-20T21:43:02.1232064Z 	libpamc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpamc.so.0
2025-08-20T21:43:02.1232673Z 	libpam_misc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam_misc.so.0
2025-08-20T21:43:02.1233056Z 	libpam.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam.so.0
2025-08-20T21:43:02.1233511Z 	libpackagekit-glib2.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T21:43:02.1234014Z 	libopenjp2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopenjp2.so.7
2025-08-20T21:43:02.1234782Z 	libopeniscsiusr.so.0.2.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T21:43:02.1235551Z 	libopcodes-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T21:43:02.1236066Z 	libopcodes-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-arm64.so
2025-08-20T21:43:02.1236565Z 	libopcodes-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T21:43:02.1237054Z 	libopcodes-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T21:43:02.1237484Z 	libonig.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libonig.so.5
2025-08-20T21:43:02.1237844Z 	libogg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libogg.so.0
2025-08-20T21:43:02.1238211Z 	libodbc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libodbc.so.2
2025-08-20T21:43:02.1238591Z 	libobjc_gc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc_gc.so.4
2025-08-20T21:43:02.1238977Z 	libobjc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc.so.4
2025-08-20T21:43:02.1239493Z 	libnvme.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme.so.1
2025-08-20T21:43:02.1239875Z 	libnvme-mi.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme-mi.so.1
2025-08-20T21:43:02.1240253Z 	libnuma.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnuma.so.1
2025-08-20T21:43:02.1240632Z 	libntfs-3g.so.89 (libc6,x86-64) => /lib/x86_64-linux-gnu/libntfs-3g.so.89
2025-08-20T21:43:02.1241010Z 	libnss3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss3.so
2025-08-20T21:43:02.1241387Z 	libnssutil3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssutil3.so
2025-08-20T21:43:02.1241788Z 	libnssdbm3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssdbm3.so
2025-08-20T21:43:02.1242174Z 	libnssckbi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssckbi.so
2025-08-20T21:43:02.1242807Z 	libnss_systemd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_systemd.so.2
2025-08-20T21:43:02.1243251Z 	libnss_hesiod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so.2
2025-08-20T21:43:02.1243640Z 	libnss_hesiod.so.2 (libc6) => /lib32/libnss_hesiod.so.2
2025-08-20T21:43:02.1244022Z 	libnss_hesiod.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so
2025-08-20T21:43:02.1244431Z 	libnss_files.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_files.so.2
2025-08-20T21:43:02.1244800Z 	libnss_files.so.2 (libc6) => /lib32/libnss_files.so.2
2025-08-20T21:43:02.1245155Z 	libnss_dns.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_dns.so.2
2025-08-20T21:43:02.1245503Z 	libnss_dns.so.2 (libc6) => /lib32/libnss_dns.so.2
2025-08-20T21:43:02.1245863Z 	libnss_compat.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so.2
2025-08-20T21:43:02.1246245Z 	libnss_compat.so.2 (libc6) => /lib32/libnss_compat.so.2
2025-08-20T21:43:02.1246613Z 	libnss_compat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so
2025-08-20T21:43:02.1247129Z 	libnspr4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnspr4.so
2025-08-20T21:43:02.1247498Z 	libnsl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnsl.so.1
2025-08-20T21:43:02.1247820Z 	libnsl.so.1 (libc6) => /lib32/libnsl.so.1
2025-08-20T21:43:02.1248278Z 	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-20T21:43:02.1248796Z 	libnpth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnpth.so.0
2025-08-20T21:43:02.1249156Z 	libnorm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnorm.so.1
2025-08-20T21:43:02.1249531Z 	libnl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so.200
2025-08-20T21:43:02.1249900Z 	libnl-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so
2025-08-20T21:43:02.1250301Z 	libnl-route-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so.200
2025-08-20T21:43:02.1250731Z 	libnl-route-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so
2025-08-20T21:43:02.1251159Z 	libnl-genl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-genl-3.so.200
2025-08-20T21:43:02.1251587Z 	libnghttp2.so.14 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnghttp2.so.14
2025-08-20T21:43:02.1251998Z 	libnftnl.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftnl.so.11
2025-08-20T21:43:02.1252597Z 	libnftables.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftables.so.1
2025-08-20T21:43:02.1253017Z 	libnfnetlink.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnfnetlink.so.0
2025-08-20T21:43:02.1253431Z 	libnewt.so.0.52 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnewt.so.0.52
2025-08-20T21:43:02.1253820Z 	libnettle.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnettle.so.8
2025-08-20T21:43:02.1254248Z 	libnetsnmpmibs.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T21:43:02.1254735Z 	libnetsnmphelpers.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T21:43:02.1255237Z 	libnetsnmpagent.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T21:43:02.1255683Z 	libnetsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmp.so.40
2025-08-20T21:43:02.1256090Z 	libnetplan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetplan.so.1
2025-08-20T21:43:02.1256627Z 	libnetpbm.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetpbm.so.11
2025-08-20T21:43:02.1257098Z 	libnetfilter_conntrack.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T21:43:02.1257575Z 	libncursesw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncursesw.so.6
2025-08-20T21:43:02.1257977Z 	libncurses.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncurses.so.6
2025-08-20T21:43:02.1258398Z 	libmysqlclient.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so.21
2025-08-20T21:43:02.1258854Z 	libmysqlclient.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so
2025-08-20T21:43:02.1259257Z 	libmvec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so.1
2025-08-20T21:43:02.1259624Z 	libmvec.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so
2025-08-20T21:43:02.1259986Z 	libmultipath.so.0 (libc6,x86-64) => /lib/libmultipath.so.0
2025-08-20T21:43:02.1260407Z 	libmspack.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmspack.so.0
2025-08-20T21:43:02.1260792Z 	libmpfr.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpfr.so.6
2025-08-20T21:43:02.1261157Z 	libmpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpc.so.3
2025-08-20T21:43:02.1261513Z 	libmpathutil.so.0 (libc6,x86-64) => /lib/libmpathutil.so.0
2025-08-20T21:43:02.1261899Z 	libmpathpersist.so.0 (libc6,x86-64) => /lib/libmpathpersist.so.0
2025-08-20T21:43:02.1262487Z 	libmpathcmd.so.0 (libc6,x86-64) => /lib/libmpathcmd.so.0
2025-08-20T21:43:02.1262861Z 	libmount.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmount.so.1
2025-08-20T21:43:02.1263230Z 	libmnl.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmnl.so.0
2025-08-20T21:43:02.1263587Z 	libmms.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmms.so.0
2025-08-20T21:43:02.1264099Z 	libmm-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmm-glib.so.0
2025-08-20T21:43:02.1264485Z 	libmlx5.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so.1
2025-08-20T21:43:02.1264843Z 	libmlx5.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so
2025-08-20T21:43:02.1265202Z 	libmlx4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so.1
2025-08-20T21:43:02.1265556Z 	libmlx4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so
2025-08-20T21:43:02.1265912Z 	libmenuw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so.6
2025-08-20T21:43:02.1266281Z 	libmenuw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so
2025-08-20T21:43:02.1266639Z 	libmenu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so.6
2025-08-20T21:43:02.1266990Z 	libmenu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so
2025-08-20T21:43:02.1267363Z 	libmemusage.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemusage.so
2025-08-20T21:43:02.1267716Z 	libmemusage.so (libc6) => /lib32/libmemusage.so
2025-08-20T21:43:02.1268087Z 	libmemcached.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemcached.so.11
2025-08-20T21:43:02.1268524Z 	libmediainfo.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmediainfo.so.0
2025-08-20T21:43:02.1268931Z 	libmecab.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmecab.so.2
2025-08-20T21:43:02.1269294Z 	libmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmd.so.0
2025-08-20T21:43:02.1269671Z 	libmbim-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmbim-glib.so.4
2025-08-20T21:43:02.1270092Z 	libmaxminddb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmaxminddb.so.0
2025-08-20T21:43:02.1270482Z 	libmana.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so.1
2025-08-20T21:43:02.1270837Z 	libmana.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so
2025-08-20T21:43:02.1271196Z 	libmagic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmagic.so.1
2025-08-20T21:43:02.1271553Z 	libm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libm.so.6
2025-08-20T21:43:02.1271855Z 	libm.so.6 (libc6) => /lib32/libm.so.6
2025-08-20T21:43:02.1272156Z 	liblz4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so.1
2025-08-20T21:43:02.1272696Z 	liblz4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so
2025-08-20T21:43:02.1273190Z 	liblzo2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzo2.so.2
2025-08-20T21:43:02.1273550Z 	liblzma.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so.5
2025-08-20T21:43:02.1273996Z 	liblzma.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so
2025-08-20T21:43:02.1274335Z 	liblz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so.1
2025-08-20T21:43:02.1274670Z 	liblz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so
2025-08-20T21:43:02.1275054Z 	liblvm2cmd.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T21:43:02.1275468Z 	liblua5.4.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4.so.0
2025-08-20T21:43:02.1275861Z 	liblua5.4-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T21:43:02.1276253Z 	liblua5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3.so.0
2025-08-20T21:43:02.1276637Z 	liblua5.3-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T21:43:02.1277044Z 	liblttng-ust.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust.so.1
2025-08-20T21:43:02.1277551Z 	liblttng-ust-tracepoint.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T21:43:02.1278168Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T21:43:02.1278788Z 	liblttng-ust-libc-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T21:43:02.1279327Z 	liblttng-ust-fork.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T21:43:02.1279800Z 	liblttng-ust-fd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T21:43:02.1280248Z 	liblttng-ust-dl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T21:43:02.1280877Z 	liblttng-ust-cyg-profile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T21:43:02.1281529Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T21:43:02.1282098Z 	liblttng-ust-ctl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T21:43:02.1282821Z 	liblttng-ust-common.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T21:43:02.1283266Z 	libltdl.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libltdl.so.7
2025-08-20T21:43:02.1283623Z 	liblsan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblsan.so.0
2025-08-20T21:43:02.1283995Z 	liblqr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblqr-1.so.0
2025-08-20T21:43:02.1284362Z 	liblmdb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblmdb.so.0
2025-08-20T21:43:02.1284739Z 	liblldb-18.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so.1
2025-08-20T21:43:02.1285134Z 	liblldb-18.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so
2025-08-20T21:43:02.1285516Z 	liblldb-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so.1
2025-08-20T21:43:02.1285896Z 	liblldb-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so
2025-08-20T21:43:02.1286284Z 	liblldb-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so.1
2025-08-20T21:43:02.1286661Z 	liblldb-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so
2025-08-20T21:43:02.1287029Z 	libldap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libldap.so.2
2025-08-20T21:43:02.1287403Z 	liblcms2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblcms2.so.2
2025-08-20T21:43:02.1287776Z 	liblber.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblber.so.2
2025-08-20T21:43:02.1288165Z 	libk5crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libk5crypto.so.3
2025-08-20T21:43:02.1288558Z 	libksba.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libksba.so.8
2025-08-20T21:43:02.1288970Z 	libkrb5support.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5support.so.0
2025-08-20T21:43:02.1289384Z 	libkrb5.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5.so.3
2025-08-20T21:43:02.1289738Z 	libkmod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkmod.so.2
2025-08-20T21:43:02.1290275Z 	libkeyutils.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkeyutils.so.1
2025-08-20T21:43:02.1290696Z 	libjxrglue.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjxrglue.so.0
2025-08-20T21:43:02.1291108Z 	libjsoncpp.so.25 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjsoncpp.so.25
2025-08-20T21:43:02.1291544Z 	libjson-glib-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T21:43:02.1291970Z 	libjson-c.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-c.so.5
2025-08-20T21:43:02.1292573Z 	libjq.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjq.so.1
2025-08-20T21:43:02.1292954Z 	libjpegxr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpegxr.so.0
2025-08-20T21:43:02.1293343Z 	libjpeg.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpeg.so.8
2025-08-20T21:43:02.1293707Z 	libjcat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjcat.so.1
2025-08-20T21:43:02.1294094Z 	libjbig2dec.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig2dec.so.0
2025-08-20T21:43:02.1294488Z 	libjbig.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig.so.0
2025-08-20T21:43:02.1294866Z 	libjansson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjansson.so.4
2025-08-20T21:43:02.1295248Z 	libitm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libitm.so.1
2025-08-20T21:43:02.1295611Z 	libisns.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisns.so.0
2025-08-20T21:43:02.1295972Z 	libisl.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisl.so.23
2025-08-20T21:43:02.1296519Z 	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-20T21:43:02.1297231Z 	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-20T21:43:02.1298149Z 	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-20T21:43:02.1299247Z 	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-20T21:43:02.1300192Z 	libip6tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip6tc.so.2
2025-08-20T21:43:02.1300876Z 	libip4tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip4tc.so.2
2025-08-20T21:43:02.1301569Z 	libinih.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libinih.so.1
2025-08-20T21:43:02.1302010Z 	libijs-0.35.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libijs-0.35.so
2025-08-20T21:43:02.1302540Z 	libidn2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn2.so.0
2025-08-20T21:43:02.1302902Z 	libidn.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn.so.12
2025-08-20T21:43:02.1303272Z 	libicuuc.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.74
2025-08-20T21:43:02.1303666Z 	libicuuc.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.70
2025-08-20T21:43:02.1304042Z 	libicuuc.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so
2025-08-20T21:43:02.1304420Z 	libicutu.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.74
2025-08-20T21:43:02.1304820Z 	libicutu.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.70
2025-08-20T21:43:02.1305202Z 	libicutu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so
2025-08-20T21:43:02.1305592Z 	libicutest.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.74
2025-08-20T21:43:02.1306002Z 	libicutest.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.70
2025-08-20T21:43:02.1306402Z 	libicutest.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so
2025-08-20T21:43:02.1306800Z 	libicui18n.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.74
2025-08-20T21:43:02.1307197Z 	libicui18n.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.70
2025-08-20T21:43:02.1307594Z 	libicui18n.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so
2025-08-20T21:43:02.1307981Z 	libicuio.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.74
2025-08-20T21:43:02.1308367Z 	libicuio.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.70
2025-08-20T21:43:02.1308926Z 	libicuio.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so
2025-08-20T21:43:02.1309346Z 	libicudata.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.74
2025-08-20T21:43:02.1309750Z 	libicudata.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.70
2025-08-20T21:43:02.1310147Z 	libicudata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so
2025-08-20T21:43:02.1310541Z 	libibverbs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so.1
2025-08-20T21:43:02.1310940Z 	libibverbs.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so
2025-08-20T21:43:02.1311326Z 	libhwasan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhwasan.so.0
2025-08-20T21:43:02.1311749Z 	libhunspell-1.7.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T21:43:02.1312184Z 	libhogweed.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhogweed.so.6
2025-08-20T21:43:02.1312819Z 	libhistory.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhistory.so.8
2025-08-20T21:43:02.1313263Z 	libhiredis_ssl.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T21:43:02.1313725Z 	libhiredis.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T21:43:02.1314131Z 	libhgfs.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhgfs.so.0
2025-08-20T21:43:02.1314494Z 	libheif.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libheif.so.1
2025-08-20T21:43:02.1314876Z 	libhavege.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhavege.so.2
2025-08-20T21:43:02.1315271Z 	libhashkit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhashkit.so.2
2025-08-20T21:43:02.1315681Z 	libharfbuzz.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libharfbuzz.so.0
2025-08-20T21:43:02.1316206Z 	libhandle.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhandle.so.1
2025-08-20T21:43:02.1316594Z 	libgusb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgusb.so.2
2025-08-20T21:43:02.1316980Z 	libguestlib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestlib.so.0
2025-08-20T21:43:02.1317455Z 	libguestStoreClient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestStoreClient.so.0
2025-08-20T21:43:02.1317923Z 	libgudev-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgudev-1.0.so.0
2025-08-20T21:43:02.1318324Z 	libgtk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgtk-3.so.0
2025-08-20T21:43:02.1318732Z 	libgthread-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgthread-2.0.so.0
2025-08-20T21:43:02.1319177Z 	libgstreamer-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T21:43:02.1319617Z 	libgstnet-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T21:43:02.1320085Z 	libgstcontroller-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T21:43:02.1320578Z 	libgstcheck-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T21:43:02.1321014Z 	libgstbase-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T21:43:02.1321453Z 	libgssapi_krb5.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T21:43:02.1321850Z 	libgs.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgs.so.10
2025-08-20T21:43:02.1322406Z 	libgraphite2.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgraphite2.so.3
2025-08-20T21:43:02.1322885Z 	libgprofng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgprofng.so.0
2025-08-20T21:43:02.1323276Z 	libgpm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpm.so.2
2025-08-20T21:43:02.1323657Z 	libgpgme.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpgme.so.11
2025-08-20T21:43:02.1324063Z 	libgpg-error.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpg-error.so.0
2025-08-20T21:43:02.1324466Z 	libgomp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgomp.so.1
2025-08-20T21:43:02.1324876Z 	libgobject-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgobject-2.0.so.0
2025-08-20T21:43:02.1325305Z 	libgnutls.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgnutls.so.30
2025-08-20T21:43:02.1325831Z 	libgmpxx.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so.4
2025-08-20T21:43:02.1326213Z 	libgmpxx.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so
2025-08-20T21:43:02.1326580Z 	libgmp.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so.10
2025-08-20T21:43:02.1326937Z 	libgmp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so
2025-08-20T21:43:02.1327327Z 	libgmodule-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T21:43:02.1327745Z 	libglib-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libglib-2.0.so.0
2025-08-20T21:43:02.1328197Z 	libgirepository-1.0.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T21:43:02.1328648Z 	libgio-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgio-2.0.so.0
2025-08-20T21:43:02.1329054Z 	libgfortran.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgfortran.so.5
2025-08-20T21:43:02.1329491Z 	libgdk_pixbuf-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T21:43:02.1329919Z 	libgdk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk-3.so.0
2025-08-20T21:43:02.1330322Z 	libgdbm_compat.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm_compat.so.4
2025-08-20T21:43:02.1330721Z 	libgdbm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm.so.6
2025-08-20T21:43:02.1331074Z 	libgd.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgd.so.3
2025-08-20T21:43:02.1331433Z 	libgctba.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgctba.so.1
2025-08-20T21:43:02.1331823Z 	libgcrypt.so.20 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcrypt.so.20
2025-08-20T21:43:02.1332214Z 	libgccpp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgccpp.so.1
2025-08-20T21:43:02.1332698Z 	libgcc_s.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcc_s.so.1
2025-08-20T21:43:02.1333137Z 	libgcc_s.so.1 (libc6) => /lib32/libgcc_s.so.1
2025-08-20T21:43:02.1333454Z 	libgc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgc.so.1
2025-08-20T21:43:02.1333804Z 	libgbm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgbm.so.1
2025-08-20T21:43:02.1334313Z 	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-20T21:43:02.1334824Z 	libfwupd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfwupd.so.2
2025-08-20T21:43:02.1335208Z 	libfuse3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfuse3.so.3
2025-08-20T21:43:02.1335578Z 	libftdi1.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libftdi1.so.2
2025-08-20T21:43:02.1335969Z 	libfsverity.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfsverity.so.0
2025-08-20T21:43:02.1336378Z 	libfribidi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfribidi.so.0
2025-08-20T21:43:02.1336792Z 	libfreetype.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreetype.so.6
2025-08-20T21:43:02.1337203Z 	libfreebl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreebl3.so
2025-08-20T21:43:02.1337614Z 	libfreeblpriv3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreeblpriv3.so
2025-08-20T21:43:02.1338021Z 	libformw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so.6
2025-08-20T21:43:02.1338401Z 	libformw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so
2025-08-20T21:43:02.1338777Z 	libform.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so.6
2025-08-20T21:43:02.1339137Z 	libform.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so
2025-08-20T21:43:02.1339515Z 	libfontenc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontenc.so.1
2025-08-20T21:43:02.1339940Z 	libfontconfig.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontconfig.so.1
2025-08-20T21:43:02.1340367Z 	libflashrom.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libflashrom.so.1
2025-08-20T21:43:02.1340764Z 	libfido2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfido2.so.1
2025-08-20T21:43:02.1341186Z 	libfftw3_threads.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_threads.so.3
2025-08-20T21:43:02.1341627Z 	libfftw3_omp.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_omp.so.3
2025-08-20T21:43:02.1342033Z 	libfftw3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3.so.3
2025-08-20T21:43:02.1342622Z 	libffi.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so.8
2025-08-20T21:43:02.1342976Z 	libffi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so
2025-08-20T21:43:02.1343330Z 	libfdisk.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfdisk.so.1
2025-08-20T21:43:02.1343699Z 	libfcgi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi.so.0
2025-08-20T21:43:02.1344075Z 	libfcgi++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi++.so.0
2025-08-20T21:43:02.1344471Z 	libfbclient.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfbclient.so.2
2025-08-20T21:43:02.1344889Z 	libfastjson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfastjson.so.4
2025-08-20T21:43:02.1345358Z 	libfakeroot-0.so (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T21:43:02.1345793Z 	libe2p.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libe2p.so.2
2025-08-20T21:43:02.1346166Z 	libext2fs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libext2fs.so.2
2025-08-20T21:43:02.1346556Z 	libexslt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexslt.so.0
2025-08-20T21:43:02.1346941Z 	libexpatw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so.1
2025-08-20T21:43:02.1347328Z 	libexpatw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so
2025-08-20T21:43:02.1347709Z 	libexpat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so.1
2025-08-20T21:43:02.1348079Z 	libexpat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so
2025-08-20T21:43:02.1348524Z 	libevent_pthreads-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T21:43:02.1349032Z 	libevent_core-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T21:43:02.1349566Z 	libevdev.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevdev.so.2
2025-08-20T21:43:02.1349946Z 	libestr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libestr.so.0
2025-08-20T21:43:02.1350314Z 	libepoxy.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libepoxy.so.0
2025-08-20T21:43:02.1350717Z 	libenchant-2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libenchant-2.so.2
2025-08-20T21:43:02.1351105Z 	libelf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libelf.so.1
2025-08-20T21:43:02.1351477Z 	libefivar.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefivar.so.1
2025-08-20T21:43:02.1351871Z 	libefiboot.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefiboot.so.1
2025-08-20T21:43:02.1352425Z 	libefa.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so.1
2025-08-20T21:43:02.1352806Z 	libefa.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so
2025-08-20T21:43:02.1353159Z 	libedit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libedit.so.2
2025-08-20T21:43:02.1353550Z 	libeatmydata.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so.1
2025-08-20T21:43:02.1353971Z 	libeatmydata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so
2025-08-20T21:43:02.1354351Z 	libdw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdw.so.1
2025-08-20T21:43:02.1354742Z 	libduktape.so.207 (libc6,x86-64) => /lib/x86_64-linux-gnu/libduktape.so.207
2025-08-20T21:43:02.1355184Z 	libdrop_ambient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrop_ambient.so.0
2025-08-20T21:43:02.1355614Z 	libdrm_intel.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_intel.so.1
2025-08-20T21:43:02.1356027Z 	libdrm_amdgpu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T21:43:02.1356417Z 	libdrm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm.so.2
2025-08-20T21:43:02.1357177Z 	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-20T21:43:02.1357693Z 	libdl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdl.so.2
2025-08-20T21:43:02.1358003Z 	libdl.so.2 (libc6) => /lib32/libdl.so.2
2025-08-20T21:43:02.1358352Z 	libdjvulibre.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdjvulibre.so.21
2025-08-20T21:43:02.1358765Z 	libde265.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libde265.so.0
2025-08-20T21:43:02.1359335Z 	libdevmapper.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T21:43:02.1359854Z 	libdevmapper-event.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T21:43:02.1360440Z 	libdevmapper-event-lvm2vdo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T21:43:02.1361049Z 	libdevmapper-event-lvm2thin.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T21:43:02.1361697Z 	libdevmapper-event-lvm2snapshot.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T21:43:02.1362481Z 	libdevmapper-event-lvm2raid.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T21:43:02.1363110Z 	libdevmapper-event-lvm2mirror.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T21:43:02.1363729Z 	libdevmapper-event-lvm2.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T21:43:02.1364313Z 	libdevmapper-event-lvm2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T21:43:02.1364799Z 	libdeflate.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdeflate.so.0
2025-08-20T21:43:02.1365241Z 	libdebconfclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdebconfclient.so.0
2025-08-20T21:43:02.1365675Z 	libdconf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdconf.so.1
2025-08-20T21:43:02.1366096Z 	libdbusmenu-gtk3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T21:43:02.1366561Z 	libdbusmenu-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T21:43:02.1366994Z 	libdbus-1.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so.3
2025-08-20T21:43:02.1367541Z 	libdbus-1.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so
2025-08-20T21:43:02.1367917Z 	libdb-5.3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdb-5.3.so
2025-08-20T21:43:02.1368291Z 	libdatrie.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdatrie.so.1
2025-08-20T21:43:02.1368682Z 	libcurl.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl.so.4
2025-08-20T21:43:02.1369088Z 	libcurl-gnutls.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T21:43:02.1369500Z 	libcups.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcups.so.2
2025-08-20T21:43:02.1369865Z 	libctf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf.so.0
2025-08-20T21:43:02.1370252Z 	libctf-nobfd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd.so.0
2025-08-20T21:43:02.1370715Z 	libctf-nobfd-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so.0
2025-08-20T21:43:02.1371198Z 	libctf-nobfd-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so
2025-08-20T21:43:02.1371681Z 	libctf-nobfd-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T21:43:02.1372159Z 	libctf-nobfd-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T21:43:02.1372779Z 	libctf-nobfd-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T21:43:02.1373253Z 	libctf-nobfd-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T21:43:02.1373701Z 	libctf-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so.0
2025-08-20T21:43:02.1374112Z 	libctf-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so
2025-08-20T21:43:02.1374526Z 	libctf-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so.0
2025-08-20T21:43:02.1374936Z 	libctf-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so
2025-08-20T21:43:02.1375336Z 	libctf-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so.0
2025-08-20T21:43:02.1375746Z 	libctf-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so
2025-08-20T21:43:02.1376177Z 	libcryptsetup.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcryptsetup.so.12
2025-08-20T21:43:02.1376603Z 	libcrypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so.3
2025-08-20T21:43:02.1377108Z 	libcrypto.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so
2025-08-20T21:43:02.1377488Z 	libcrypt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so.1
2025-08-20T21:43:02.1377863Z 	libcrypt.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so
2025-08-20T21:43:02.1378237Z 	libcom_err.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcom_err.so.2
2025-08-20T21:43:02.1378669Z 	libcolordprivate.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolordprivate.so.2
2025-08-20T21:43:02.1379114Z 	libcolord.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolord.so.2
2025-08-20T21:43:02.1379516Z 	libclang-18.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-18.so.18
2025-08-20T21:43:02.1379926Z 	libclang-17.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-17.so.17
2025-08-20T21:43:02.1380348Z 	libclang-16.so.16.0.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T21:43:02.1380791Z 	libclang-cpp.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T21:43:02.1381237Z 	libclang-cpp.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.17
2025-08-20T21:43:02.1381664Z 	libclang-cpp.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.16
2025-08-20T21:43:02.1382059Z 	libcc1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcc1.so.0
2025-08-20T21:43:02.1382568Z 	libcbor.so.0.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcbor.so.0.10
2025-08-20T21:43:02.1382952Z 	libcares.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcares.so.2
2025-08-20T21:43:02.1383320Z 	libcap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap.so.2
2025-08-20T21:43:02.1383687Z 	libcap-ng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap-ng.so.0
2025-08-20T21:43:02.1384198Z 	libcanberra.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcanberra.so.0
2025-08-20T21:43:02.1384601Z 	libcairo.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo.so.2
2025-08-20T21:43:02.1385028Z 	libcairo-gobject.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo-gobject.so.2
2025-08-20T21:43:02.1385495Z 	libc_malloc_debug.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T21:43:02.1385909Z 	libc_malloc_debug.so.0 (libc6) => /lib32/libc_malloc_debug.so.0
2025-08-20T21:43:02.1386314Z 	libc_malloc_debug.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so
2025-08-20T21:43:02.1386705Z 	libc.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc.so.6
2025-08-20T21:43:02.1387002Z 	libc.so.6 (libc6) => /lib32/libc.so.6
2025-08-20T21:43:02.1387324Z 	libc-client.so.2007e (libc6,x86-64) => /lib/libc-client.so.2007e
2025-08-20T21:43:02.1387706Z 	libbz2.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbz2.so.1.0
2025-08-20T21:43:02.1388104Z 	libbytesize.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbytesize.so.1
2025-08-20T21:43:02.1388500Z 	libbsd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbsd.so.0
2025-08-20T21:43:02.1388889Z 	libbrotlienc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlienc.so.1
2025-08-20T21:43:02.1389318Z 	libbrotlidec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlidec.so.1
2025-08-20T21:43:02.1389758Z 	libbrotlicommon.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlicommon.so.1
2025-08-20T21:43:02.1390171Z 	libbpf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbpf.so.1
2025-08-20T21:43:02.1390556Z 	libblockdev.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblockdev.so.3
2025-08-20T21:43:02.1390950Z 	libblkid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblkid.so.1
2025-08-20T21:43:02.1391489Z 	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-20T21:43:02.1392064Z 	libbfd-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-system.so
2025-08-20T21:43:02.1392809Z 	libbfd-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-arm64.so
2025-08-20T21:43:02.1393249Z 	libbfd-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T21:43:02.1393810Z 	libbfd-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T21:43:02.1394228Z 	libbd_utils.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_utils.so.3
2025-08-20T21:43:02.1394622Z 	libbd_swap.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_swap.so.3
2025-08-20T21:43:02.1395008Z 	libbd_part.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_part.so.3
2025-08-20T21:43:02.1395387Z 	libbd_nvme.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_nvme.so.3
2025-08-20T21:43:02.1395777Z 	libbd_mdraid.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_mdraid.so.3
2025-08-20T21:43:02.1396174Z 	libbd_loop.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_loop.so.3
2025-08-20T21:43:02.1396546Z 	libbd_fs.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_fs.so.3
2025-08-20T21:43:02.1396934Z 	libbd_crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_crypto.so.3
2025-08-20T21:43:02.1397329Z 	libbcc_bpf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc_bpf.so.0
2025-08-20T21:43:02.1397706Z 	libbcc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc.so.0
2025-08-20T21:43:02.1398110Z 	libavahi-common.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-common.so.3
2025-08-20T21:43:02.1398567Z 	libavahi-client.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-client.so.3
2025-08-20T21:43:02.1398989Z 	libaudit.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaudit.so.1
2025-08-20T21:43:02.1399360Z 	libattr.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libattr.so.1
2025-08-20T21:43:02.1399729Z 	libatspi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatspi.so.0
2025-08-20T21:43:02.1400111Z 	libatomic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatomic.so.1
2025-08-20T21:43:02.1400486Z 	libatm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatm.so.1
2025-08-20T21:43:02.1400955Z 	libatk-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-1.0.so.0
2025-08-20T21:43:02.1401382Z 	libatk-bridge-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T21:43:02.1401833Z 	libatasmart.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatasmart.so.4
2025-08-20T21:43:02.1402415Z 	libassuan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libassuan.so.0
2025-08-20T21:43:02.1402857Z 	libaspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaspell.so.15
2025-08-20T21:43:02.1403252Z 	libasound.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasound.so.2
2025-08-20T21:43:02.1403633Z 	libasan.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasan.so.8
2025-08-20T21:43:02.1403998Z 	libaria2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaria2.so.0
2025-08-20T21:43:02.1404375Z 	libargon2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libargon2.so.1
2025-08-20T21:43:02.1404771Z 	libarchive.so.13 (libc6,x86-64) => /lib/x86_64-linux-gnu/libarchive.so.13
2025-08-20T21:43:02.1405220Z 	libapt-private.so.0.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-private.so.0.0
2025-08-20T21:43:02.1405697Z 	libapt-pkg.so.6.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T21:43:02.1406139Z 	libaprutil-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaprutil-1.so.0
2025-08-20T21:43:02.1406543Z 	libapr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapr-1.so.0
2025-08-20T21:43:02.1406946Z 	libappstream.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libappstream.so.5
2025-08-20T21:43:02.1407371Z 	libapparmor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapparmor.so.1
2025-08-20T21:43:02.1407761Z 	libaom.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaom.so.3
2025-08-20T21:43:02.1408119Z 	libanl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so.1
2025-08-20T21:43:02.1408435Z 	libanl.so.1 (libc6) => /lib32/libanl.so.1
2025-08-20T21:43:02.1408777Z 	libanl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so
2025-08-20T21:43:02.1409143Z 	libaio.so.1t64 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaio.so.1t64
2025-08-20T21:43:02.1409517Z 	libacl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libacl.so.1
2025-08-20T21:43:02.1409872Z 	libX11.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11.so.6
2025-08-20T21:43:02.1410384Z 	libX11-xcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11-xcb.so.1
2025-08-20T21:43:02.1410776Z 	libXxf86vm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXxf86vm.so.1
2025-08-20T21:43:02.1411160Z 	libXtst.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXtst.so.6
2025-08-20T21:43:02.1411514Z 	libXt.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXt.so.6
2025-08-20T21:43:02.1411862Z 	libXss.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXss.so.1
2025-08-20T21:43:02.1412344Z 	libXrender.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrender.so.1
2025-08-20T21:43:02.1412743Z 	libXrandr.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrandr.so.2
2025-08-20T21:43:02.1413116Z 	libXpm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXpm.so.4
2025-08-20T21:43:02.1413478Z 	libXmuu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmuu.so.1
2025-08-20T21:43:02.1413837Z 	libXmu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmu.so.6
2025-08-20T21:43:02.1414226Z 	libXinerama.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXinerama.so.1
2025-08-20T21:43:02.1414613Z 	libXi.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXi.so.6
2025-08-20T21:43:02.1414958Z 	libXft.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXft.so.2
2025-08-20T21:43:02.1415330Z 	libXfont2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfont2.so.2
2025-08-20T21:43:02.1415722Z 	libXfixes.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfixes.so.3
2025-08-20T21:43:02.1416099Z 	libXext.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXext.so.6
2025-08-20T21:43:02.1416470Z 	libXdmcp.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so.6
2025-08-20T21:43:02.1416841Z 	libXdmcp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so
2025-08-20T21:43:02.1417363Z 	libXdamage.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdamage.so.1
2025-08-20T21:43:02.1417774Z 	libXcursor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcursor.so.1
2025-08-20T21:43:02.1418200Z 	libXcomposite.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcomposite.so.1
2025-08-20T21:43:02.1418607Z 	libXaw.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXaw.so.7
2025-08-20T21:43:02.1418965Z 	libXau.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so.6
2025-08-20T21:43:02.1419312Z 	libXau.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so
2025-08-20T21:43:02.1419655Z 	libSM.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libSM.so.6
2025-08-20T21:43:02.1420074Z 	libOpenEXRUtil-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T21:43:02.1420568Z 	libOpenEXRCore-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T21:43:02.1421035Z 	libOpenEXR-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T21:43:02.1421516Z 	libMagickWand-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T21:43:02.1422005Z 	libMagickCore-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T21:43:02.1422553Z 	libLerc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLerc.so.4
2025-08-20T21:43:02.1422929Z 	libLLVM.so.19.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.19.1
2025-08-20T21:43:02.1423311Z 	libLLVM.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.18.1
2025-08-20T21:43:02.1423693Z 	libLLVM-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so.1
2025-08-20T21:43:02.1424072Z 	libLLVM-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so
2025-08-20T21:43:02.1424461Z 	libLLVM-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so.1
2025-08-20T21:43:02.1424984Z 	libLLVM-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so
2025-08-20T21:43:02.1425354Z 	libJudy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libJudy.so.1
2025-08-20T21:43:02.1425747Z 	libImath-3_1.so.29 (libc6,x86-64) => /lib/x86_64-linux-gnu/libImath-3_1.so.29
2025-08-20T21:43:02.1426185Z 	libIlmThread-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T21:43:02.1426859Z 	libIex-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIex-3_1.so.30
2025-08-20T21:43:02.1427233Z 	libICE.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libICE.so.6
2025-08-20T21:43:02.1427633Z 	libGLdispatch.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLdispatch.so.0
2025-08-20T21:43:02.1428051Z 	libGLX_mesa.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX_mesa.so.0
2025-08-20T21:43:02.1428429Z 	libGLX.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX.so.0
2025-08-20T21:43:02.1428775Z 	libGL.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGL.so.1
2025-08-20T21:43:02.1429157Z 	libDeployPkg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libDeployPkg.so.0
2025-08-20T21:43:02.1429606Z 	libBrokenLocale.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so.1
2025-08-20T21:43:02.1430044Z 	libBrokenLocale.so.1 (libc6) => /lib32/libBrokenLocale.so.1
2025-08-20T21:43:02.1430458Z 	libBrokenLocale.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so
2025-08-20T21:43:02.1430870Z 	ld-musl-x86_64.so.1 (libc6,x86-64) => /lib/ld-musl-x86_64.so.1
2025-08-20T21:43:02.1431197Z 	ld-linux.so.2 (libc6) => /lib32/ld-linux.so.2
2025-08-20T21:43:02.1431484Z 	ld-linux.so.2 (libc6) => /lib/ld-linux.so.2
2025-08-20T21:43:02.1431836Z 	ld-linux-x86-64.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
2025-08-20T21:43:02.1432577Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.5) stable release version 2.39
2025-08-20T21:43:02.1432937Z 
2025-08-20T21:43:02.1432941Z 
2025-08-20T21:43:02.1433346Z  [+] Finished Initializing Linux pkrvmqc4gcfdwos 6.11.0-1018-azure x86_64 :: at Wednesday, 2025-08-20 (09:43:02 PM)
2025-08-20T21:43:02.1433722Z 
2025-08-20T21:43:02.1433725Z 
2025-08-20T21:43:02.1433729Z 
2025-08-20T21:43:02.1433810Z [+] Continue : YES
2025-08-20T21:43:02.1433926Z 
2025-08-20T21:43:02.1434298Z [+] ulimit -n (open file descriptors) :: [Soft --> 65536] [Hard --> 65536] [Total --> 9223372036854775807]
2025-08-20T21:43:02.1905860Z 
2025-08-20T21:43:02.1906500Z ==> [+] Started Building at :: Wednesday, 2025-08-20 (09:43:02 PM) UTC
2025-08-20T21:43:02.1906867Z 
2025-08-20T21:43:02.1924347Z 
2025-08-20T21:43:02.1924537Z [+] Total RECIPES :: 1
2025-08-20T21:43:02.1924768Z 
2025-08-20T21:43:02.2003309Z 
2025-08-20T21:43:02.2004135Z [+] Fetching : https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/navi/static.official.source.yaml (1/1)
2025-08-20T21:43:02.2004793Z 
2025-08-20T21:43:02.2698104Z ==> https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/navi/static.official.source.yaml
2025-08-20T21:43:02.2710789Z mode of '/tmp/pkgforge/2aKMzNEjr_build.yaml' changed from 0600 (rw-------) to 0755 (rwxr-xr-x)
2025-08-20T21:43:02.2760686Z [+] Setting '.ghcr_pkg' --> ghcr.io/pkgforge/bincache/navi/official [Provided]
2025-08-20T21:43:02.2761429Z [+] Setting '.pkg_family' --> navi [Provided]
2025-08-20T21:43:02.2774097Z [00:00:00.000]➜  [+] SBUILD Functions Version: 1.7.1
2025-08-20T21:43:02.2780195Z [00:00:00.000]➜  [+] HOST: Linux pkrvmqc4gcfdwos 6.11.0-1018-azure #18~24.04.1-Ubuntu SMP Sat Jun 28 04:46:03 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux
2025-08-20T21:43:02.2810666Z [00:00:00.003]➜  
2025-08-20T21:43:02.2811194Z [00:00:00.003]➜  [+] INFO: Adding --platform="linux/amd64" to 'docker run' ==> /tmp/pkgforge/2aKMzNEjr_build.yaml
2025-08-20T21:43:02.2811651Z [00:00:00.003]➜  
2025-08-20T21:43:02.2854179Z [00:00:00.008]➜  
2025-08-20T21:43:02.2854675Z [00:00:00.008]➜  [+] INFO: Fixing Docker Tag ':$(uname -m)' to ':x86_64' ==> /tmp/pkgforge/2aKMzNEjr_build.yaml
2025-08-20T21:43:02.2855101Z [00:00:00.008]➜  
2025-08-20T21:43:02.2935200Z [00:00:00.016]➜  
2025-08-20T21:43:02.2937001Z [00:00:00.016]➜  [+] Building (https://github.com/pkgforge/soarpkgs/blob/main/binaries/navi/static.official.source.yaml) --> /tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR [Wednesday, 2025-08-20 (09:43:02 PM) UTC]
2025-08-20T21:43:02.2937975Z [00:00:00.016]➜  
2025-08-20T21:43:02.2938193Z [00:00:00.016]➜  
2025-08-20T21:43:02.2938395Z [00:00:00.016]➜  
2025-08-20T21:43:02.2938939Z [00:00:00.016]➜  ###################################################################
2025-08-20T21:43:02.2946371Z [00:00:00.017]➜  #!/SBUILD ver @v1.0.0
2025-08-20T21:43:02.2948068Z [00:00:00.017]➜  #SELF: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/navi/static.official.source.yaml
2025-08-20T21:43:02.2949185Z [00:00:00.017]➜  _disabled: false
2025-08-20T21:43:02.2949649Z [00:00:00.017]➜  
2025-08-20T21:43:02.2950050Z [00:00:00.017]➜  pkg: "navi"
2025-08-20T21:43:02.2950596Z [00:00:00.017]➜  pkg_id: "github.com.denisidoro.navi"
2025-08-20T21:43:02.2951179Z [00:00:00.017]➜  pkg_type: "static"
2025-08-20T21:43:02.2951658Z [00:00:00.017]➜  category:
2025-08-20T21:43:02.2953981Z [00:00:00.017]➜    - "ConsoleOnly"
2025-08-20T21:43:02.2954603Z [00:00:00.017]➜    - "Utility"
2025-08-20T21:43:02.2955344Z [00:00:00.017]➜  description: "Interactive cheatsheet tool for the command-line"
2025-08-20T21:43:02.2956146Z [00:00:00.017]➜  distro_pkg:
2025-08-20T21:43:02.2956626Z [00:00:00.017]➜    alpine:
2025-08-20T21:43:02.2957064Z [00:00:00.017]➜      - "navi"
2025-08-20T21:43:02.2957511Z [00:00:00.017]➜    archlinux:
2025-08-20T21:43:02.2957951Z [00:00:00.017]➜      aur:
2025-08-20T21:43:02.2958395Z [00:00:00.017]➜        - "navi-bash"
2025-08-20T21:43:02.2958893Z [00:00:00.017]➜        - "navi-git"
2025-08-20T21:43:02.2959352Z [00:00:00.017]➜      extra:
2025-08-20T21:43:02.2959783Z [00:00:00.017]➜        - "navi"
2025-08-20T21:43:02.2960212Z [00:00:00.017]➜    nixpkgs:
2025-08-20T21:43:02.2960633Z [00:00:00.017]➜      - "navi"
2025-08-20T21:43:02.2961067Z [00:00:00.017]➜  homepage:
2025-08-20T21:43:02.2961660Z [00:00:00.017]➜    - "https://github.com/denisidoro/navi"
2025-08-20T21:43:02.2962443Z [00:00:00.017]➜  maintainer:
2025-08-20T21:43:02.2963304Z [00:00:00.017]➜    - "Azathothas (https://github.com/Azathothas)"
2025-08-20T21:43:02.2963940Z [00:00:00.017]➜  note:
2025-08-20T21:43:02.2964496Z [00:00:00.017]➜    - "[DO NOT RUN] (Meant for pkgforge CI Only)"
2025-08-20T21:43:02.2965515Z [00:00:00.017]➜    - "Built From Source (Latest Git HEAD). Check/Report @ https://github.com/denisidoro/navi"  
2025-08-20T21:43:02.2966358Z [00:00:00.017]➜  repology:
2025-08-20T21:43:02.2966784Z [00:00:00.017]➜    - "navi"
2025-08-20T21:43:02.2967191Z [00:00:00.017]➜  src_url:
2025-08-20T21:43:02.2967693Z [00:00:00.017]➜    - "https://github.com/denisidoro/navi"
2025-08-20T21:43:02.2968022Z [00:00:00.017]➜  tag:
2025-08-20T21:43:02.2968266Z [00:00:00.017]➜    - "cheatsheet"
2025-08-20T21:43:02.2968535Z [00:00:00.017]➜    - "tldr"
2025-08-20T21:43:02.2968775Z [00:00:00.017]➜  x_exec:
2025-08-20T21:43:02.2969032Z [00:00:00.017]➜    bsys: "docker://rust"
2025-08-20T21:43:02.2969304Z [00:00:00.017]➜    host:
2025-08-20T21:43:02.2969543Z [00:00:00.017]➜      - "aarch64-Linux"
2025-08-20T21:43:02.2969840Z [00:00:00.017]➜      - "x86_64-Linux"
2025-08-20T21:43:02.2970104Z [00:00:00.017]➜    shell: "bash"
2025-08-20T21:43:02.2970351Z [00:00:00.017]➜    pkgver: |
2025-08-20T21:43:02.2970664Z [00:00:00.017]➜      pushd "$(mktemp -d)" &>/dev/null && \
2025-08-20T21:43:02.2971405Z [00:00:00.017]➜      git clone --depth="1" --filter="blob:none" --no-checkout --single-branch --quiet "https://github.com/denisidoro/navi" "./TEMPREPO" &>/dev/null && \
2025-08-20T21:43:02.2973440Z [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-20T21:43:02.2974171Z [00:00:00.017]➜      [ -d "$(realpath .)/TEMPREPO" ] && rm -rf "$(realpath .)" &>/dev/null && popd &>/dev/null
2025-08-20T21:43:02.2974566Z [00:00:00.017]➜    run: |
2025-08-20T21:43:02.2974800Z [00:00:00.017]➜      #Build
2025-08-20T21:43:02.2975432Z [00:00:00.017]➜       mkdir -pv "${SBUILD_TMPDIR}/tmp" && docker run --platform="linux/amd64" --privileged --net="host" --name "alpine-builder" --pull="always" \
2025-08-20T21:43:02.2976571Z [00:00:00.017]➜       -e "PKG=${PKG}" -e "PKG_ID=${PKG_ID}" -e "PKG_TYPE=${PKG_TYPE}" -e "PKG_VER=${PKG_VER}" \
2025-08-20T21:43:02.2977892Z [00:00:00.017]➜       -e "PKGVER=${PKGVER}" -e "SBUILD_PKG=${SBUILD_PKG}" -e "SBUILD_PKGVER=${SBUILD_PKGVER}" \
2025-08-20T21:43:02.2978794Z [00:00:00.017]➜       --volume "${SBUILD_TMPDIR}/tmp:/tmp:rw" \
2025-08-20T21:43:02.2979575Z [00:00:00.017]➜       "ghcr.io/pkgforge/devscripts/alpine-builder:x86_64" \
2025-08-20T21:43:02.2980194Z [00:00:00.017]➜        bash -l -c '
2025-08-20T21:43:02.2980666Z [00:00:00.017]➜        #Setup ENV
2025-08-20T21:43:02.2981341Z [00:00:00.017]➜         set -x ; mkdir -p "/build-bins" && pushd "$(mktemp -d)" &>/dev/null
2025-08-20T21:43:02.2982178Z [00:00:00.017]➜         [[ -s "${HOME}/.cargo/env" ]] && source "${HOME}/.cargo/env"
2025-08-20T21:43:02.2983189Z [00:00:00.017]➜         if [[ "$(uname -m | tr -d '[:space:]')" == "riscv64" ]]; then
2025-08-20T21:43:02.2984374Z [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-20T21:43:02.2985429Z [00:00:00.017]➜           if [[ -n "${RUST_TARGET//[[:space:]]/}" ]]; then
2025-08-20T21:43:02.2986054Z [00:00:00.017]➜             export RUST_TARGET
2025-08-20T21:43:02.2986564Z [00:00:00.017]➜           else
2025-08-20T21:43:02.2987061Z [00:00:00.017]➜             rustc -Vv ; exit 1
2025-08-20T21:43:02.2987574Z [00:00:00.017]➜           fi
2025-08-20T21:43:02.2988014Z [00:00:00.017]➜         else
2025-08-20T21:43:02.2988643Z [00:00:00.017]➜           export RUST_TARGET="$(uname -m)-unknown-linux-musl"
2025-08-20T21:43:02.2989368Z [00:00:00.017]➜           rustup target add "${RUST_TARGET}"
2025-08-20T21:43:02.2989907Z [00:00:00.017]➜         fi
2025-08-20T21:43:02.2990350Z [00:00:00.017]➜         RUST_FLAGS=()
2025-08-20T21:43:02.2990968Z [00:00:00.017]➜         RUST_FLAGS+=("-C target-feature=+crt-static")
2025-08-20T21:43:02.2991936Z [00:00:00.017]➜         RUST_FLAGS+=("-C default-linker-libraries=yes")
2025-08-20T21:43:02.2992986Z [00:00:00.017]➜         if echo "${RUST_TARGET}" | grep -Eqiv "alpine|gnu"; then
2025-08-20T21:43:02.2993765Z [00:00:00.017]➜           RUST_FLAGS+=("-C link-self-contained=yes")
2025-08-20T21:43:02.2994354Z [00:00:00.017]➜         fi
2025-08-20T21:43:02.2994894Z [00:00:00.017]➜         RUST_FLAGS+=("-C prefer-dynamic=no")
2025-08-20T21:43:02.2995544Z [00:00:00.017]➜         RUST_FLAGS+=("-C embed-bitcode=yes")
2025-08-20T21:43:02.2996157Z [00:00:00.017]➜         RUST_FLAGS+=("-C lto=yes")
2025-08-20T21:43:02.2996774Z [00:00:00.017]➜         RUST_FLAGS+=("-C opt-level=z")
2025-08-20T21:43:02.2997410Z [00:00:00.017]➜         RUST_FLAGS+=("-C debuginfo=none")
2025-08-20T21:43:02.2998047Z [00:00:00.017]➜         RUST_FLAGS+=("-C strip=symbols")
2025-08-20T21:43:02.2998660Z [00:00:00.017]➜         RUST_FLAGS+=("-C linker=clang")
2025-08-20T21:43:02.2999374Z [00:00:00.017]➜         RUST_FLAGS+=("-C link-arg=-fuse-ld=$(which mold)")
2025-08-20T21:43:02.3000106Z [00:00:00.017]➜         RUST_FLAGS+=("-C link-arg=-Wl,--Bstatic")
2025-08-20T21:43:02.3000783Z [00:00:00.017]➜         RUST_FLAGS+=("-C link-arg=-Wl,--static")
2025-08-20T21:43:02.3001450Z [00:00:00.017]➜         RUST_FLAGS+=("-C link-arg=-Wl,-S")
2025-08-20T21:43:02.3002136Z [00:00:00.017]➜         RUST_FLAGS+=("-C link-arg=-Wl,--build-id=none")
2025-08-20T21:43:02.3003007Z [00:00:00.017]➜         export RUSTFLAGS="${RUST_FLAGS[*]}"
2025-08-20T21:43:02.3003565Z [00:00:00.017]➜        #Build
2025-08-20T21:43:02.3004600Z [00:00:00.017]➜         git clone --filter "blob:none" --quiet "https://github.com/denisidoro/navi" "./TEMPREPO" && cd "./TEMPREPO/"
2025-08-20T21:43:02.3005620Z [00:00:00.017]➜         echo -e "\n[+] Target: ${RUST_TARGET}"
2025-08-20T21:43:02.3006279Z [00:00:00.017]➜         echo -e "[+] Flags: ${RUSTFLAGS}\n"
2025-08-20T21:43:02.3007473Z [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-20T21:43:02.3008566Z [00:00:00.017]➜         rm -rvf "./.cargo" rust-toolchain* 2>/dev/null
2025-08-20T21:43:02.3009798Z [00:00:00.017]➜         cargo build --target "${RUST_TARGET}" --release --jobs="$(($(nproc)+1))" --keep-going --verbose
2025-08-20T21:43:02.3010887Z [00:00:00.017]➜         find -L "./target/${RUST_TARGET}/release" -maxdepth 1 -type f 2>/dev/null
2025-08-20T21:43:02.3011587Z [00:00:00.017]➜        #Copy
2025-08-20T21:43:02.3013571Z [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-20T21:43:02.3015945Z [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-20T21:43:02.3016997Z [00:00:00.017]➜        #Strip 
2025-08-20T21:43:02.3017939Z [00:00:00.017]➜         find "/build-bins/" -type f -exec objcopy --remove-section=".comment" --remove-section=".note.*" "{}" \;
2025-08-20T21:43:02.3019225Z [00:00:00.017]➜         find "/build-bins/" -type f ! -name "*.no_strip" -exec strip --strip-all --verbose "{}" 2>/dev/null \;
2025-08-20T21:43:02.3020478Z [00:00:00.017]➜         find "/build-bins/" -type f -exec bash -c "echo && realpath {} && readelf --section-headers {} 2>/dev/null" \;
2025-08-20T21:43:02.3021583Z [00:00:00.017]➜         file "/build-bins/"* && stat -c "%n:         %s Bytes" "/build-bins/"* && \
2025-08-20T21:43:02.3022919Z [00:00:00.017]➜         du "/build-bins/"* --bytes --human-readable --time --time-style="full-iso" --summarize
2025-08-20T21:43:02.3023723Z [00:00:00.017]➜         popd &>/dev/null
2025-08-20T21:43:02.3024193Z [00:00:00.017]➜        '
2025-08-20T21:43:02.3034622Z [00:00:00.017]➜      #Copy & Meta
2025-08-20T21:43:02.3035638Z [00:00:00.017]➜       docker cp "alpine-builder:/build-bins/." "${SBUILD_TMPDIR}/"
2025-08-20T21:43:02.3036718Z [00:00:00.017]➜       [ -s "${SBUILD_TMPDIR}/LICENSE" ] && cp -fv "${SBUILD_TMPDIR}/LICENSE" "${SBUILD_OUTDIR}/LICENSE"
2025-08-20T21:43:02.3038764Z [00:00:00.017]➜       find "${SBUILD_TMPDIR}" -maxdepth 1 -type f -exec file -i "{}" \; | grep -Ei "application/.*executable|inode/symlink|text/x-perl|text/.*script" | cut -d":" -f1 | xargs realpath --no-symlinks | xargs -I "{}" rsync -achvL "{}" "${SBUILD_OUTDIR}"
2025-08-20T21:43:02.3039879Z [00:00:00.017]➜  
2025-08-20T21:43:02.3040118Z [00:00:00.017]➜  
2025-08-20T21:43:02.3040412Z [00:00:00.017]➜  ###################################################################
2025-08-20T21:43:02.3040714Z [00:00:00.017]➜  
2025-08-20T21:43:02.3040915Z [00:00:00.017]➜  
2025-08-20T21:43:02.3041108Z [00:00:00.017]➜  
2025-08-20T21:43:02.3041625Z [00:00:00.019]➜  '/tmp/pkgforge/2aKMzNEjr_build.yaml' -> '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD'
2025-08-20T21:43:03.5709409Z [00:00:01.293]➜  '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/navi.static.version' -> '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/navi.version'
2025-08-20T21:43:03.5764798Z [00:00:01.298]➜  [+] Version: HEAD-b01291e-250818T191259 ('.x_exec.pkgver') [/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/navi.static.version]
2025-08-20T21:43:03.5934942Z [00:00:01.316]➜  [+] Progs: navi
2025-08-20T21:43:03.8198857Z [00:00:01.542]➜  
2025-08-20T21:43:03.8199208Z [00:00:01.542]➜  [-] Missing packages. Found: 
2025-08-20T21:43:03.8199557Z [00:00:01.542]➜  [+] Expected: navi
2025-08-20T21:43:03.8199874Z [00:00:01.542]➜  [+] Continuing with build...
2025-08-20T21:43:03.8200152Z [00:00:01.542]➜  
2025-08-20T21:43:04.2106225Z [00:00:01.933]➜  
2025-08-20T21:43:04.2106660Z [00:00:01.933]➜  
2025-08-20T21:43:04.2201725Z [00:00:01.942]➜  + mkdir -pv /tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp
2025-08-20T21:43:04.2225873Z [00:00:01.944]➜  + docker run --platform=linux/amd64 --privileged --net=host --name alpine-builder --pull=always -e PKG=navi -e PKG_ID=github.com.denisidoro.navi -e PKG_TYPE=static -e PKG_VER=HEAD-b01291e-250818T191259 -e PKGVER=HEAD-b01291e-250818T191259 -e SBUILD_PKG=navi.static -e SBUILD_PKGVER=HEAD-b01291e-250818T191259 --volume /tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp:/tmp:rw ghcr.io/pkgforge/devscripts/alpine-builder:x86_64 bash -l -c '
2025-08-20T21:43:04.2228064Z [00:00:01.944]➜    #Setup ENV
2025-08-20T21:43:04.2228517Z [00:00:01.944]➜     set -x ; mkdir -p "/build-bins" && pushd "$(mktemp -d)" &>/dev/null
2025-08-20T21:43:04.2229012Z [00:00:01.944]➜     [[ -s "${HOME}/.cargo/env" ]] && source "${HOME}/.cargo/env"
2025-08-20T21:43:04.2229449Z [00:00:01.944]➜     if [[ "$(uname -m | tr -d [:space:])" == "riscv64" ]]; then
2025-08-20T21:43:04.2230112Z [00:00:01.944]➜       RUST_TARGET="$(rustc -Vv 2>/dev/null | sed -n "s/^[[:space:]]*host[[:space:]]*:[[:space:]]*//p" | grep -i "riscv" | tr -d "[:space:]")"
2025-08-20T21:43:04.2230697Z [00:00:01.944]➜       if [[ -n "${RUST_TARGET//[[:space:]]/}" ]]; then
2025-08-20T21:43:04.2231047Z [00:00:01.944]➜         export RUST_TARGET
2025-08-20T21:43:04.2231336Z [00:00:01.944]➜       else
2025-08-20T21:43:04.2231595Z [00:00:01.944]➜         rustc -Vv ; exit 1
2025-08-20T21:43:04.2231866Z [00:00:01.944]➜       fi
2025-08-20T21:43:04.2232097Z [00:00:01.944]➜     else
2025-08-20T21:43:04.2232669Z [00:00:01.944]➜       export RUST_TARGET="$(uname -m)-unknown-linux-musl"
2025-08-20T21:43:04.2233080Z [00:00:01.945]➜       rustup target add "${RUST_TARGET}"
2025-08-20T21:43:04.2233369Z [00:00:01.945]➜     fi
2025-08-20T21:43:04.2233607Z [00:00:01.945]➜     RUST_FLAGS=()
2025-08-20T21:43:04.2233939Z [00:00:01.945]➜     RUST_FLAGS+=("-C target-feature=+crt-static")
2025-08-20T21:43:04.2234356Z [00:00:01.945]➜     RUST_FLAGS+=("-C default-linker-libraries=yes")
2025-08-20T21:43:04.2234983Z [00:00:01.945]➜     if echo "${RUST_TARGET}" | grep -Eqiv "alpine|gnu"; then
2025-08-20T21:43:04.2235433Z [00:00:01.945]➜       RUST_FLAGS+=("-C link-self-contained=yes")
2025-08-20T21:43:04.2235747Z [00:00:01.945]➜     fi
2025-08-20T21:43:04.2236039Z [00:00:01.945]➜     RUST_FLAGS+=("-C prefer-dynamic=no")
2025-08-20T21:43:04.2236387Z [00:00:01.945]➜     RUST_FLAGS+=("-C embed-bitcode=yes")
2025-08-20T21:43:04.2236718Z [00:00:01.945]➜     RUST_FLAGS+=("-C lto=yes")
2025-08-20T21:43:04.2237047Z [00:00:01.945]➜     RUST_FLAGS+=("-C opt-level=z")
2025-08-20T21:43:04.2237385Z [00:00:01.945]➜     RUST_FLAGS+=("-C debuginfo=none")
2025-08-20T21:43:04.2237731Z [00:00:01.945]➜     RUST_FLAGS+=("-C strip=symbols")
2025-08-20T21:43:04.2238061Z [00:00:01.945]➜     RUST_FLAGS+=("-C linker=clang")
2025-08-20T21:43:04.2238439Z [00:00:01.945]➜     RUST_FLAGS+=("-C link-arg=-fuse-ld=$(which mold)")
2025-08-20T21:43:04.2238830Z [00:00:01.945]➜     RUST_FLAGS+=("-C link-arg=-Wl,--Bstatic")
2025-08-20T21:43:04.2239197Z [00:00:01.945]➜     RUST_FLAGS+=("-C link-arg=-Wl,--static")
2025-08-20T21:43:04.2239542Z [00:00:01.945]➜     RUST_FLAGS+=("-C link-arg=-Wl,-S")
2025-08-20T21:43:04.2239911Z [00:00:01.945]➜     RUST_FLAGS+=("-C link-arg=-Wl,--build-id=none")
2025-08-20T21:43:04.2240292Z [00:00:01.945]➜     export RUSTFLAGS="${RUST_FLAGS[*]}"
2025-08-20T21:43:04.2240585Z [00:00:01.945]➜    #Build
2025-08-20T21:43:04.2241113Z [00:00:01.945]➜     git clone --filter "blob:none" --quiet "https://github.com/denisidoro/navi" "./TEMPREPO" && cd "./TEMPREPO/"
2025-08-20T21:43:04.2241649Z [00:00:01.945]➜     echo -e "\n[+] Target: ${RUST_TARGET}"
2025-08-20T21:43:04.2241991Z [00:00:01.945]➜     echo -e "[+] Flags: ${RUSTFLAGS}\n"
2025-08-20T21:43:04.2242848Z [00:00:01.945]➜     sed "/^\[profile\.release\]/,/^$/d" -i "./Cargo.toml" ; echo -e "\n[profile.release]\nstrip = true\nopt-level = 3\nlto = true" >> "./Cargo.toml"
2025-08-20T21:43:04.2243491Z [00:00:01.945]➜     rm -rvf "./.cargo" rust-toolchain* 2>/dev/null
2025-08-20T21:43:04.2244059Z [00:00:01.945]➜     cargo build --target "${RUST_TARGET}" --release --jobs="$(($(nproc)+1))" --keep-going --verbose
2025-08-20T21:43:04.2244655Z [00:00:01.945]➜     find -L "./target/${RUST_TARGET}/release" -maxdepth 1 -type f 2>/dev/null
2025-08-20T21:43:04.2245213Z [00:00:01.945]➜    #Copy
2025-08-20T21:43:04.2246192Z [00:00:01.945]➜     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-20T21:43:04.2247458Z [00:00:01.945]➜     ( 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-20T21:43:04.2248033Z [00:00:01.945]➜    #Strip 
2025-08-20T21:43:04.2248573Z [00:00:01.945]➜     find "/build-bins/" -type f -exec objcopy --remove-section=".comment" --remove-section=".note.*" "{}" \;
2025-08-20T21:43:04.2249278Z [00:00:01.945]➜     find "/build-bins/" -type f ! -name "*.no_strip" -exec strip --strip-all --verbose "{}" 2>/dev/null \;
2025-08-20T21:43:04.2249967Z [00:00:01.945]➜     find "/build-bins/" -type f -exec bash -c "echo && realpath {} && readelf --section-headers {} 2>/dev/null" \;
2025-08-20T21:43:04.2250586Z [00:00:01.945]➜     file "/build-bins/"* && stat -c "%n:         %s Bytes" "/build-bins/"* && \
2025-08-20T21:43:04.2251196Z [00:00:01.945]➜     du "/build-bins/"* --bytes --human-readable --time --time-style="full-iso" --summarize
2025-08-20T21:43:04.2251623Z [00:00:01.945]➜     popd &>/dev/null
2025-08-20T21:43:04.2251875Z [00:00:01.945]➜    '
2025-08-20T21:43:04.5178742Z [00:00:02.240]➜  x86_64: Pulling from pkgforge/devscripts/alpine-builder
2025-08-20T21:43:04.6985106Z [00:00:02.420]➜  d62bb7eb03b5: Pulling fs layer
2025-08-20T21:43:04.6985764Z [00:00:02.421]➜  74f0d3ee81d8: Pulling fs layer
2025-08-20T21:43:04.6986337Z [00:00:02.421]➜  bffca73cb30c: Pulling fs layer
2025-08-20T21:43:04.6987202Z [00:00:02.421]➜  73d19b2d2e73: Pulling fs layer
2025-08-20T21:43:04.6987810Z [00:00:02.421]➜  eb4a15147d73: Pulling fs layer
2025-08-20T21:43:04.6988451Z [00:00:02.421]➜  1eff1cf6af24: Pulling fs layer
2025-08-20T21:43:04.6988946Z [00:00:02.421]➜  73d19b2d2e73: Waiting
2025-08-20T21:43:04.6989254Z [00:00:02.421]➜  eb4a15147d73: Waiting
2025-08-20T21:43:04.6989559Z [00:00:02.421]➜  1eff1cf6af24: Waiting
2025-08-20T21:43:04.7679272Z [00:00:02.490]➜  bffca73cb30c: Verifying Checksum
2025-08-20T21:43:04.7680012Z [00:00:02.490]➜  bffca73cb30c: Download complete
2025-08-20T21:43:04.8283152Z [00:00:02.550]➜  74f0d3ee81d8: Verifying Checksum
2025-08-20T21:43:04.8283800Z [00:00:02.550]➜  74f0d3ee81d8: Download complete
2025-08-20T21:43:04.9688642Z [00:00:02.691]➜  d62bb7eb03b5: Download complete
2025-08-20T21:43:05.0425284Z [00:00:02.765]➜  1eff1cf6af24: Verifying Checksum
2025-08-20T21:43:05.0427303Z [00:00:02.765]➜  1eff1cf6af24: Download complete
2025-08-20T21:43:05.1546653Z [00:00:02.877]➜  eb4a15147d73: Verifying Checksum
2025-08-20T21:43:05.1547334Z [00:00:02.877]➜  eb4a15147d73: Download complete
2025-08-20T21:43:05.1629860Z [00:00:02.885]➜  d62bb7eb03b5: Pull complete
2025-08-20T21:43:06.7839360Z [00:00:04.506]➜  74f0d3ee81d8: Pull complete
2025-08-20T21:43:06.8206364Z [00:00:04.543]➜  bffca73cb30c: Pull complete
2025-08-20T21:43:11.9367724Z [00:00:09.659]➜  73d19b2d2e73: Verifying Checksum
2025-08-20T21:43:11.9368420Z [00:00:09.659]➜  73d19b2d2e73: Download complete
2025-08-20T21:44:24.9819871Z [00:01:22.704]➜  73d19b2d2e73: Pull complete
2025-08-20T21:44:30.2868303Z [00:01:28.009]➜  eb4a15147d73: Pull complete
2025-08-20T21:44:30.2979434Z [00:01:28.020]➜  1eff1cf6af24: Pull complete
2025-08-20T21:44:30.3023788Z [00:01:28.024]➜  Digest: sha256:275f0d74757c41d7d8c67ff66bbd1327d906f1cc180818b350613ea49d8459ac
2025-08-20T21:44:30.3038203Z [00:01:28.026]➜  Status: Downloaded newer image for ghcr.io/pkgforge/devscripts/alpine-builder:x86_64
2025-08-20T21:44:30.5006224Z [00:01:28.223]➜  + mkdir -p /build-bins
2025-08-20T21:44:30.5023695Z [00:01:28.224]➜  ++ mktemp -d
2025-08-20T21:44:30.5041051Z [00:01:28.226]➜  + pushd /tmp/tmp.2wzkcn2vBY
2025-08-20T21:44:30.5041647Z [00:01:28.226]➜  + [[ -s /root/.cargo/env ]]
2025-08-20T21:44:30.5042019Z [00:01:28.226]➜  + source /root/.cargo/env
2025-08-20T21:44:30.5042580Z [00:01:28.226]➜  ++ case ":${PATH}:" in
2025-08-20T21:44:30.5046593Z [00:01:28.227]➜  ++ uname -m
2025-08-20T21:44:30.5048986Z [00:01:28.227]➜  ++ tr -d '[:space:]'
2025-08-20T21:44:30.5066177Z [00:01:28.229]➜  + [[ x86_64 == riscv64 ]]
2025-08-20T21:44:30.5069038Z [00:01:28.229]➜  ++ uname -m
2025-08-20T21:44:30.5084570Z [00:01:28.231]➜  + export RUST_TARGET=x86_64-unknown-linux-musl
2025-08-20T21:44:30.5085266Z [00:01:28.231]➜  + RUST_TARGET=x86_64-unknown-linux-musl
2025-08-20T21:44:30.5085722Z [00:01:28.231]➜  + rustup target add x86_64-unknown-linux-musl
2025-08-20T21:44:30.7429144Z [00:01:28.465]➜  info: component 'rust-std' for target 'x86_64-unknown-linux-musl' is up to date
2025-08-20T21:44:30.7460244Z [00:01:28.468]➜  + RUST_FLAGS=()
2025-08-20T21:44:30.7460912Z [00:01:28.468]➜  + RUST_FLAGS+=("-C target-feature=+crt-static")
2025-08-20T21:44:30.7461655Z [00:01:28.468]➜  + RUST_FLAGS+=("-C default-linker-libraries=yes")
2025-08-20T21:44:30.7465744Z [00:01:28.469]➜  + echo x86_64-unknown-linux-musl
2025-08-20T21:44:30.7466425Z [00:01:28.469]➜  + grep -Eqiv 'alpine|gnu'
2025-08-20T21:44:30.7478318Z [00:01:28.470]➜  + RUST_FLAGS+=("-C link-self-contained=yes")
2025-08-20T21:44:30.7479063Z [00:01:28.470]➜  + RUST_FLAGS+=("-C prefer-dynamic=no")
2025-08-20T21:44:30.7479670Z [00:01:28.470]➜  + RUST_FLAGS+=("-C embed-bitcode=yes")
2025-08-20T21:44:30.7480249Z [00:01:28.470]➜  + RUST_FLAGS+=("-C lto=yes")
2025-08-20T21:44:30.7480768Z [00:01:28.470]➜  + RUST_FLAGS+=("-C opt-level=z")
2025-08-20T21:44:30.7481370Z [00:01:28.470]➜  + RUST_FLAGS+=("-C debuginfo=none")
2025-08-20T21:44:30.7481984Z [00:01:28.470]➜  + RUST_FLAGS+=("-C strip=symbols")
2025-08-20T21:44:30.7482691Z [00:01:28.470]➜  + RUST_FLAGS+=("-C linker=clang")
2025-08-20T21:44:30.7483132Z [00:01:28.470]➜  + RUST_FLAGS+=("-C link-arg=-fuse-ld=$(which mold)")
2025-08-20T21:44:30.7483477Z [00:01:28.470]➜  ++ which mold
2025-08-20T21:44:30.7507255Z [00:01:28.473]➜  + RUST_FLAGS+=("-C link-arg=-Wl,--Bstatic")
2025-08-20T21:44:30.7508111Z [00:01:28.473]➜  + RUST_FLAGS+=("-C link-arg=-Wl,--static")
2025-08-20T21:44:30.7508728Z [00:01:28.473]➜  + RUST_FLAGS+=("-C link-arg=-Wl,-S")
2025-08-20T21:44:30.7509366Z [00:01:28.473]➜  + RUST_FLAGS+=("-C link-arg=-Wl,--build-id=none")
2025-08-20T21:44:30.7516108Z [00:01:28.473]➜  + 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-20T21:44:30.7521075Z [00:01:28.473]➜  + 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-20T21:44:30.7524626Z [00:01:28.473]➜  + git clone --filter blob:none --quiet https://github.com/denisidoro/navi ./TEMPREPO
2025-08-20T21:44:31.1158187Z [00:01:28.838]➜  + cd ./TEMPREPO/
2025-08-20T21:44:31.1159001Z [00:01:28.838]➜  + echo -e '\n[+] Target: x86_64-unknown-linux-musl'
2025-08-20T21:44:31.1159502Z [00:01:28.838]➜  
2025-08-20T21:44:31.1159804Z [00:01:28.838]➜  [+] Target: x86_64-unknown-linux-musl
2025-08-20T21:44:31.1161959Z [00:01:28.838]➜  + 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-20T21:44:31.1164647Z [00:01:28.838]➜  [+] 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-20T21:44:31.1165827Z [00:01:28.838]➜  
2025-08-20T21:44:31.1166148Z [00:01:28.838]➜  + sed '/^\[profile\.release\]/,/^$/d' -i ./Cargo.toml
2025-08-20T21:44:31.1171824Z [00:01:28.839]➜  + echo -e '\n[profile.release]\nstrip = true\nopt-level = 3\nlto = true'
2025-08-20T21:44:31.1172889Z [00:01:28.839]➜  + rm -rvf ./.cargo rust-toolchain.toml
2025-08-20T21:44:31.1189443Z [00:01:28.841]➜  removed 'rust-toolchain.toml'
2025-08-20T21:44:31.1195603Z [00:01:28.842]➜  ++ nproc
2025-08-20T21:44:31.1212121Z [00:01:28.843]➜  + cargo build --target x86_64-unknown-linux-musl --release --jobs=5 --keep-going --verbose
2025-08-20T21:44:31.5456084Z [00:01:29.268]➜      Updating crates.io index
2025-08-20T21:44:32.6540881Z [00:01:30.376]➜   Downloading crates ...
2025-08-20T21:44:32.8027122Z [00:01:30.525]➜    Downloaded cfg-if v1.0.0
2025-08-20T21:44:32.8055941Z [00:01:30.528]➜    Downloaded clap_lex v0.7.4
2025-08-20T21:44:32.8159831Z [00:01:30.538]➜    Downloaded getrandom v0.2.15
2025-08-20T21:44:32.8254708Z [00:01:30.548]➜    Downloaded serde_yaml v0.9.34+deprecated
2025-08-20T21:44:32.8305439Z [00:01:30.553]➜    Downloaded etcetera v0.10.0
2025-08-20T21:44:32.8332446Z [00:01:30.555]➜    Downloaded cvt v0.1.2
2025-08-20T21:44:32.8353751Z [00:01:30.557]➜    Downloaded strsim v0.11.1
2025-08-20T21:44:32.8375721Z [00:01:30.560]➜    Downloaded thiserror v2.0.12
2025-08-20T21:44:32.8478499Z [00:01:30.570]➜    Downloaded log v0.4.25
2025-08-20T21:44:32.8512471Z [00:01:30.573]➜    Downloaded clap_derive v4.5.32
2025-08-20T21:44:32.8550165Z [00:01:30.577]➜    Downloaded vte v0.14.1
2025-08-20T21:44:32.8588673Z [00:01:30.581]➜    Downloaded itoa v1.0.15
2025-08-20T21:44:32.8610715Z [00:01:30.583]➜    Downloaded same-file v1.0.6
2025-08-20T21:44:32.8630826Z [00:01:30.585]➜    Downloaded bitflags v2.9.0
2025-08-20T21:44:32.8721635Z [00:01:30.594]➜    Downloaded remove_dir_all v1.0.0
2025-08-20T21:44:32.8760130Z [00:01:30.598]➜    Downloaded which v4.4.2
2025-08-20T21:44:32.8792761Z [00:01:30.601]➜    Downloaded unicode-ident v1.0.14
2025-08-20T21:44:32.8838516Z [00:01:30.606]➜    Downloaded unsafe-libyaml v0.2.11
2025-08-20T21:44:32.8888469Z [00:01:30.611]➜    Downloaded serde v1.0.219
2025-08-20T21:44:32.8932788Z [00:01:30.615]➜    Downloaded rustix v0.38.43
2025-08-20T21:44:32.9286617Z [00:01:30.651]➜    Downloaded regex-syntax v0.8.5
2025-08-20T21:44:32.9372926Z [00:01:30.659]➜    Downloaded regex v1.11.1
2025-08-20T21:44:32.9560331Z [00:01:30.678]➜    Downloaded unicode-width v0.2.0
2025-08-20T21:44:32.9625042Z [00:01:30.685]➜    Downloaded memchr v2.7.4
2025-08-20T21:44:32.9703173Z [00:01:30.692]➜    Downloaded regex-automata v0.1.10
2025-08-20T21:44:32.9771212Z [00:01:30.699]➜    Downloaded mio v1.0.3
2025-08-20T21:44:32.9853730Z [00:01:30.707]➜    Downloaded indexmap v2.9.0
2025-08-20T21:44:32.9908165Z [00:01:30.713]➜    Downloaded hashbrown v0.15.2
2025-08-20T21:44:32.9973858Z [00:01:30.719]➜    Downloaded aho-corasick v1.1.3
2025-08-20T21:44:33.0042480Z [00:01:30.726]➜    Downloaded clap_builder v4.5.35
2025-08-20T21:44:33.0139780Z [00:01:30.736]➜    Downloaded tracing-subscriber v0.3.19
2025-08-20T21:44:33.0248964Z [00:01:30.747]➜    Downloaded tracing-core v0.1.33
2025-08-20T21:44:33.0287097Z [00:01:30.751]➜    Downloaded signal-hook v0.3.17
2025-08-20T21:44:33.0331270Z [00:01:30.755]➜    Downloaded serde_derive v1.0.219
2025-08-20T21:44:33.0367678Z [00:01:30.759]➜    Downloaded fs_at v0.2.1
2025-08-20T21:44:33.0394683Z [00:01:30.762]➜    Downloaded syn v2.0.96
2025-08-20T21:44:33.0534057Z [00:01:30.775]➜    Downloaded regex-syntax v0.6.29
2025-08-20T21:44:33.0613333Z [00:01:30.783]➜    Downloaded regex-automata v0.4.9
2025-08-20T21:44:33.0860315Z [00:01:30.808]➜    Downloaded nix v0.29.0
2025-08-20T21:44:33.1050520Z [00:01:30.827]➜    Downloaded crossterm v0.28.1
2025-08-20T21:44:33.1144477Z [00:01:30.837]➜    Downloaded tracing-log v0.2.0
2025-08-20T21:44:33.1163580Z [00:01:30.838]➜    Downloaded tracing-attributes v0.1.28
2025-08-20T21:44:33.1195865Z [00:01:30.842]➜    Downloaded tempfile v3.15.0
2025-08-20T21:44:33.1232943Z [00:01:30.845]➜    Downloaded smallvec v1.13.2
2025-08-20T21:44:33.1261637Z [00:01:30.848]➜    Downloaded scopeguard v1.2.0
2025-08-20T21:44:33.1279209Z [00:01:30.850]➜    Downloaded ryu v1.0.20
2025-08-20T21:44:33.1322957Z [00:01:30.854]➜    Downloaded proc-macro2 v1.0.93
2025-08-20T21:44:33.1358401Z [00:01:30.858]➜    Downloaded pin-project-lite v0.2.16
2025-08-20T21:44:33.1441318Z [00:01:30.866]➜    Downloaded is_terminal_polyfill v1.70.1
2025-08-20T21:44:33.1455725Z [00:01:30.868]➜    Downloaded errno v0.3.10
2025-08-20T21:44:33.1477240Z [00:01:30.870]➜    Downloaded either v1.13.0
2025-08-20T21:44:33.1497738Z [00:01:30.872]➜    Downloaded walkdir v2.5.0
2025-08-20T21:44:33.1524068Z [00:01:30.874]➜    Downloaded utf8parse v0.2.2
2025-08-20T21:44:33.1539297Z [00:01:30.876]➜    Downloaded thread_local v1.1.8
2025-08-20T21:44:33.1558548Z [00:01:30.878]➜    Downloaded thiserror-impl v2.0.12
2025-08-20T21:44:33.1579969Z [00:01:30.880]➜    Downloaded strip-ansi-escapes v0.2.1
2025-08-20T21:44:33.1597313Z [00:01:30.882]➜    Downloaded signal-hook-registry v1.4.2
2025-08-20T21:44:33.1613329Z [00:01:30.883]➜    Downloaded signal-hook-mio v0.2.4
2025-08-20T21:44:33.1630811Z [00:01:30.885]➜    Downloaded shellwords v1.1.0
2025-08-20T21:44:33.1642673Z [00:01:30.886]➜    Downloaded sharded-slab v0.1.7
2025-08-20T21:44:33.1688701Z [00:01:30.891]➜    Downloaded quote v1.0.38
2025-08-20T21:44:33.1726803Z [00:01:30.895]➜    Downloaded overload v0.1.1
2025-08-20T21:44:33.1745686Z [00:01:30.897]➜    Downloaded once_cell v1.20.2
2025-08-20T21:44:33.1780556Z [00:01:30.900]➜    Downloaded libc v0.2.169
2025-08-20T21:44:33.2112722Z [00:01:30.933]➜    Downloaded normpath v1.3.0
2025-08-20T21:44:33.2137653Z [00:01:30.936]➜    Downloaded matchers v0.1.0
2025-08-20T21:44:33.2153167Z [00:01:30.937]➜    Downloaded home v0.5.11
2025-08-20T21:44:33.2167655Z [00:01:30.939]➜    Downloaded heck v0.5.0
2025-08-20T21:44:33.2185501Z [00:01:30.941]➜    Downloaded fastrand v2.3.0
2025-08-20T21:44:33.2204779Z [00:01:30.943]➜    Downloaded equivalent v1.0.2
2025-08-20T21:44:33.2219437Z [00:01:30.944]➜    Downloaded parking_lot_core v0.9.10
2025-08-20T21:44:33.2249871Z [00:01:30.947]➜    Downloaded parking_lot v0.12.3
2025-08-20T21:44:33.2281286Z [00:01:30.950]➜    Downloaded lock_api v0.4.12
2025-08-20T21:44:33.2299053Z [00:01:30.952]➜    Downloaded lazy_static v1.5.0
2025-08-20T21:44:33.2323995Z [00:01:30.954]➜    Downloaded anyhow v1.0.97
2025-08-20T21:44:33.2381062Z [00:01:30.960]➜    Downloaded tracing v0.1.41
2025-08-20T21:44:33.2434970Z [00:01:30.966]➜    Downloaded clap v4.5.35
2025-08-20T21:44:33.2564125Z [00:01:30.979]➜    Downloaded autocfg v1.4.0
2025-08-20T21:44:33.2590471Z [00:01:30.981]➜    Downloaded anstyle v1.0.10
2025-08-20T21:44:33.2612704Z [00:01:30.983]➜    Downloaded anstream v0.6.18
2025-08-20T21:44:33.2645972Z [00:01:30.987]➜    Downloaded edit v0.1.5
2025-08-20T21:44:33.2660540Z [00:01:30.988]➜    Downloaded colorchoice v1.0.3
2025-08-20T21:44:33.2674385Z [00:01:30.990]➜    Downloaded anstyle-query v1.1.2
2025-08-20T21:44:33.2692612Z [00:01:30.991]➜    Downloaded nu-ansi-term v0.46.0
2025-08-20T21:44:33.2720428Z [00:01:30.994]➜    Downloaded anstyle-parse v0.2.6
2025-08-20T21:44:33.2747012Z [00:01:30.997]➜    Downloaded cfg_aliases v0.2.1
2025-08-20T21:44:33.2776029Z [00:01:31.000]➜    Downloaded linux-raw-sys v0.4.15
2025-08-20T21:44:33.3798602Z [00:01:31.102]➜     Compiling libc v0.2.169
2025-08-20T21:44:33.3799420Z [00:01:31.102]➜     Compiling proc-macro2 v1.0.93
2025-08-20T21:44:33.3800212Z [00:01:31.102]➜     Compiling unicode-ident v1.0.14
2025-08-20T21:44:33.3800676Z [00:01:31.102]➜     Compiling cfg-if v1.0.0
2025-08-20T21:44:33.3804278Z [00:01:31.103]➜     Compiling bitflags v2.9.0
2025-08-20T21:44:33.3857922Z [00:01:31.107]➜       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.169/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=33aeabc77ac1561f -C extra-filename=-2378faa57fec55dc --out-dir /tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/build/libc-2378faa57fec55dc -C strip=symbols -L dependency=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T21:44:33.3872843Z [00:01:31.107]➜       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.93/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=59256f2d343d4f6b -C extra-filename=-9a45ebdaa183fd74 --out-dir /tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/build/proc-macro2-9a45ebdaa183fd74 -C strip=symbols -L dependency=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T21:44:33.3881734Z [00:01:31.107]➜       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.14/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=9ccf81ca1e783a7c -C extra-filename=-501e9b9575bd724e --out-dir /tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T21:44:33.3893479Z [00:01:31.107]➜       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.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.2wzkcn2vBY/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-20T21:44:33.3909363Z [00:01:31.109]➜       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.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="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=77367c810889bab9 -C extra-filename=-7af5b3b09a65bbaa --out-dir /tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.2wzkcn2vBY/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-20T21:44:33.5316283Z [00:01:31.254]➜     Compiling memchr v2.7.4
2025-08-20T21:44:33.5324341Z [00:01:31.254]➜       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.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "compiler_builtins", "core", "default", "libc", "logging", "rustc-dep-of-std", "std", "use_std"))' -C metadata=833f54ae32106538 -C extra-filename=-5bbf668abccc9d8c --out-dir /tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.2wzkcn2vBY/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-20T21:44:33.7001892Z [00:01:31.422]➜     Compiling once_cell v1.20.2
2025-08-20T21:44:33.7013537Z [00:01:31.422]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name once_cell --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.20.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="race"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "atomic-polyfill", "critical-section", "default", "parking_lot", "portable-atomic", "race", "std", "unstable"))' -C metadata=aca33a878b4c39d8 -C extra-filename=-877431e6461a2b09 --out-dir /tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.2wzkcn2vBY/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-20T21:44:34.1124240Z [00:01:31.834]➜     Compiling rustix v0.38.43
2025-08-20T21:44:34.1145292Z [00:01:31.835]➜       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-0.38.43/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(target_arch, values("xtensa"))' -C debug-assertions=off --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="libc-extra-traits"' --cfg 'feature="std"' --cfg 'feature="stdio"' --cfg 'feature="termios"' --cfg 'feature="use-libc-auxv"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "cc", "compiler_builtins", "core", "default", "event", "fs", "io_uring", "itoa", "libc", "libc-extra-traits", "libc_errno", "linux_4_11", "linux_latest", "mm", "mount", "net", "once_cell", "param", "pipe", "process", "procfs", "pty", "rand", "runtime", "rustc-dep-of-std", "rustc-std-workspace-alloc", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=fb02583092559619 -C extra-filename=-4710cd597d84f4fb --out-dir /tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/build/rustix-4710cd597d84f4fb -C strip=symbols -L dependency=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T21:44:34.1583108Z [00:01:31.880]➜     Compiling log v0.4.25
2025-08-20T21:44:34.1627223Z [00:01:31.884]➜       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.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 --cfg 'feature="std"' --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=2bfed95871e179a9 -C extra-filename=-5022837bc8cf6dd4 --out-dir /tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.2wzkcn2vBY/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-20T21:44:34.2107078Z [00:01:31.933]➜       Running `/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/build/proc-macro2-9a45ebdaa183fd74/build-script-build`
2025-08-20T21:44:34.2375518Z [00:01:31.959]➜       Running `/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/build/libc-2378faa57fec55dc/build-script-build`
2025-08-20T21:44:34.2742841Z [00:01:31.995]➜       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.169/src/lib.rs --error-format=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=738f01e813d9b38a -C extra-filename=-89a6782cfb1e7d05 --out-dir /tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.2wzkcn2vBY/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_new_stat_abi)' --check-cfg 'cfg(espidf_time32)' --check-cfg 'cfg(freebsd10)' --check-cfg 'cfg(freebsd11)' --check-cfg 'cfg(freebsd12)' --check-cfg 'cfg(freebsd13)' --check-cfg 'cfg(freebsd14)' --check-cfg 'cfg(freebsd15)' --check-cfg 'cfg(libc_const_extern_fn)' --check-cfg 'cfg(libc_deny_warnings)' --check-cfg 'cfg(libc_thread_local)' --check-cfg 'cfg(libc_ctest)' --check-cfg 'cfg(target_os,values("switch","aix","ohos","hurd","rtems","visionos","nuttx"))' --check-cfg 'cfg(target_env,values("illumos","wasi","aix","ohos"))' --check-cfg 'cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky"))'`
2025-08-20T21:44:34.4607559Z [00:01:32.182]➜       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.93/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=42774094d4b8c858 -C extra-filename=-dc6298092e90a8c6 --out-dir /tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/deps --extern unicode_ident=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/deps/libunicode_ident-501e9b9575bd724e.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-20T21:44:34.5507350Z [00:01:32.273]➜     Compiling linux-raw-sys v0.4.15
2025-08-20T21:44:34.5541495Z [00:01:32.275]➜       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.4.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=unexpected_cfgs --check-cfg 'cfg(target_arch, values("xtensa"))' --cfg 'feature="elf"' --cfg 'feature="errno"' --cfg 'feature="general"' --cfg 'feature="ioctl"' --cfg 'feature="no_std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bootparam", "btrfs", "compiler_builtins", "core", "default", "elf", "elf_uapi", "errno", "general", "if_arp", "if_ether", "if_packet", "io_uring", "ioctl", "landlock", "loop_device", "mempolicy", "net", "netlink", "no_std", "prctl", "ptrace", "rustc-dep-of-std", "std", "system", "xdp"))' -C metadata=082abfc1c0a3cff5 -C extra-filename=-4311d095e009335b --out-dir /tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.2wzkcn2vBY/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-20T21:44:34.8728486Z [00:01:32.595]➜       Running `/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/build/rustix-4710cd597d84f4fb/build-script-build`
2025-08-20T21:44:34.9893161Z [00:01:32.711]➜     Compiling cfg_aliases v0.2.1
2025-08-20T21:44:34.9911820Z [00:01:32.713]➜       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.2wzkcn2vBY/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T21:44:35.1027862Z [00:01:32.825]➜     Compiling autocfg v1.4.0
2025-08-20T21:44:35.1037434Z [00:01:32.825]➜       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.2wzkcn2vBY/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T21:44:35.7592632Z [00:01:33.481]➜     Compiling quote v1.0.38
2025-08-20T21:44:35.7601604Z [00:01:33.482]➜       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.38/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=c8790bb47aa372d8 -C extra-filename=-2202bd990a48b064 --out-dir /tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/deps/libproc_macro2-dc6298092e90a8c6.rmeta --cap-lints allow`
2025-08-20T21:44:35.8196623Z [00:01:33.538]➜       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-0.38.43/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=unexpected_cfgs --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(target_arch, values("xtensa"))' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="libc-extra-traits"' --cfg 'feature="std"' --cfg 'feature="stdio"' --cfg 'feature="termios"' --cfg 'feature="use-libc-auxv"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "cc", "compiler_builtins", "core", "default", "event", "fs", "io_uring", "itoa", "libc", "libc-extra-traits", "libc_errno", "linux_4_11", "linux_latest", "mm", "mount", "net", "once_cell", "param", "pipe", "process", "procfs", "pty", "rand", "runtime", "rustc-dep-of-std", "rustc-std-workspace-alloc", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=792e2761fc84bc24 -C extra-filename=-dc4ef390eaf1e0f4 --out-dir /tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/deps --extern bitflags=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbitflags-7af5b3b09a65bbaa.rmeta --extern linux_raw_sys=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblinux_raw_sys-4311d095e009335b.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/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-20T21:44:36.1845045Z [00:01:33.906]➜     Compiling lock_api v0.4.12
2025-08-20T21:44:36.1851835Z [00:01:33.907]➜       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.12/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=d00a475af4416568 -C extra-filename=-716af1141cc35f0a --out-dir /tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/build/lock_api-716af1141cc35f0a -C strip=symbols -L dependency=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/deps --extern autocfg=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/deps/libautocfg-48aa38da72696c47.rlib --cap-lints allow`
2025-08-20T21:44:36.2043784Z [00:01:33.926]➜     Compiling syn v2.0.96
2025-08-20T21:44:36.2056154Z [00:01:33.927]➜       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.96/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --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=858e047e0cd821ef -C extra-filename=-8c07b149d8b56927 --out-dir /tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/deps/libproc_macro2-dc6298092e90a8c6.rmeta --extern quote=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/deps/libquote-2202bd990a48b064.rmeta --extern unicode_ident=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/deps/libunicode_ident-501e9b9575bd724e.rmeta --cap-lints allow`
2025-08-20T21:44:36.4635978Z [00:01:34.185]➜     Compiling nix v0.29.0
2025-08-20T21:44:36.4667147Z [00:01:34.188]➜       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.29.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 --cfg 'feature="dir"' --cfg 'feature="fs"' --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", "term", "time", "ucontext", "uio", "user", "zerocopy"))' -C metadata=1984713d81af9532 -C extra-filename=-63112b10cbc31ed3 --out-dir /tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/build/nix-63112b10cbc31ed3 -C strip=symbols -L dependency=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/deps --extern cfg_aliases=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/deps/libcfg_aliases-4cc02de9c3a1b142.rlib --cap-lints allow`
2025-08-20T21:44:36.5904599Z [00:01:34.312]➜     Compiling aho-corasick v1.1.3
2025-08-20T21:44:36.5915900Z [00:01:34.313]➜       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=fedaa7007bced9e1 -C extra-filename=-57e57ba3899e7ce8 --out-dir /tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/deps --extern memchr=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmemchr-5bbf668abccc9d8c.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:44:37.3561079Z [00:01:35.078]➜     Compiling smallvec v1.13.2
2025-08-20T21:44:37.3570706Z [00:01:35.078]➜       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.13.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("arbitrary", "const_generics", "const_new", "debugger_visualizer", "drain_filter", "drain_keep_rest", "may_dangle", "serde", "specialization", "union", "write"))' -C metadata=2af1f1f309fc4bb5 -C extra-filename=-05292a3fa3f7865f --out-dir /tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.2wzkcn2vBY/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-20T21:44:37.9016471Z [00:01:35.624]➜     Compiling parking_lot_core v0.9.10
2025-08-20T21:44:37.9028329Z [00:01:35.624]➜       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.10/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph", "thread-id"))' -C metadata=e0c14aaa81846915 -C extra-filename=-fccac97e9e7e581c --out-dir /tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/build/parking_lot_core-fccac97e9e7e581c -C strip=symbols -L dependency=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T21:44:38.2219831Z [00:01:35.944]➜     Compiling regex-syntax v0.8.5
2025-08-20T21:44:38.2235875Z [00:01:35.945]➜       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.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.2wzkcn2vBY/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-20T21:44:39.1421574Z [00:01:36.864]➜     Compiling signal-hook v0.3.17
2025-08-20T21:44:39.1454075Z [00:01:36.867]➜       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/signal-hook-0.3.17/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="channel"' --cfg 'feature="default"' --cfg 'feature="iterator"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cc", "channel", "default", "extended-siginfo", "extended-siginfo-raw", "iterator"))' -C metadata=845612bbbd3c2abd -C extra-filename=-5f19529e4294d177 --out-dir /tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/build/signal-hook-5f19529e4294d177 -C strip=symbols -L dependency=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T21:44:39.5300023Z [00:01:37.252]➜     Compiling utf8parse v0.2.2
2025-08-20T21:44:39.5312573Z [00:01:37.253]➜       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.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.2wzkcn2vBY/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-20T21:44:39.6364043Z [00:01:37.358]➜     Compiling anstyle-parse v0.2.6
2025-08-20T21:44:39.6391660Z [00:01:37.359]➜       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.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/deps --extern utf8parse=/tmp/tmp.2wzkcn2vBY/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-20T21:44:39.9962562Z [00:01:37.718]➜       Running `/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/build/signal-hook-5f19529e4294d177/build-script-build`
2025-08-20T21:44:40.0016317Z [00:01:37.724]➜     Compiling signal-hook-registry v1.4.2
2025-08-20T21:44:40.0027267Z [00:01:37.724]➜       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.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=330991e0672b2919 -C extra-filename=-d23a338b3730341e --out-dir /tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/deps --extern libc=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibc-89a6782cfb1e7d05.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:44:41.0748859Z [00:01:38.797]➜       Running `/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/build/parking_lot_core-fccac97e9e7e581c/build-script-build`
2025-08-20T21:44:41.0850687Z [00:01:38.807]➜       Running `/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/build/nix-63112b10cbc31ed3/build-script-build`
2025-08-20T21:44:41.0918943Z [00:01:38.814]➜       Running `/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/build/lock_api-716af1141cc35f0a/build-script-build`
2025-08-20T21:44:41.2511775Z [00:01:38.973]➜     Compiling tracing-core v0.1.33
2025-08-20T21:44:41.2527498Z [00:01:38.974]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name tracing_core --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-core-0.1.33/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=unexpected_cfgs --check-cfg 'cfg(flaky_tests)' --check-cfg 'cfg(tracing_unstable)' --cfg 'feature="default"' --cfg 'feature="once_cell"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "once_cell", "std", "valuable"))' -C metadata=7e92eb471e554f98 -C extra-filename=-692d96e18412d196 --out-dir /tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/deps --extern once_cell=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libonce_cell-877431e6461a2b09.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:44:43.4375989Z [00:01:41.160]➜     Compiling regex-automata v0.4.9
2025-08-20T21:44:43.4419539Z [00:01:41.162]➜       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=5c62bfc58cc31ebd -C extra-filename=-4377aee10ebaa17b --out-dir /tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/deps --extern aho_corasick=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libaho_corasick-57e57ba3899e7ce8.rmeta --extern memchr=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmemchr-5bbf668abccc9d8c.rmeta --extern regex_syntax=/tmp/tmp.2wzkcn2vBY/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-20T21:44:43.5490952Z [00:01:41.271]➜     Compiling colorchoice v1.0.3
2025-08-20T21:44:43.5516284Z [00:01:41.272]➜       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.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.2wzkcn2vBY/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-20T21:44:43.7434810Z [00:01:41.465]➜     Compiling regex-syntax v0.6.29
2025-08-20T21:44:43.7447159Z [00:01:41.466]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name regex_syntax --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.6.29/src/lib.rs --error-format=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="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", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment"))' -C metadata=36c5aad79625e27b -C extra-filename=-4efb12957c042bc2 --out-dir /tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.2wzkcn2vBY/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-20T21:44:45.7493246Z [00:01:43.471]➜     Compiling anstyle v1.0.10
2025-08-20T21:44:45.7542665Z [00:01:43.474]➜       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.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.2wzkcn2vBY/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-20T21:44:46.3168534Z [00:01:44.039]➜     Compiling lazy_static v1.5.0
2025-08-20T21:44:46.3182555Z [00:01:44.039]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name lazy_static --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lazy_static-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("spin", "spin_no_std"))' -C metadata=3919997bb4d1f014 -C extra-filename=-99879f58e510182a --out-dir /tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.2wzkcn2vBY/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-20T21:44:46.4733138Z [00:01:44.195]➜     Compiling is_terminal_polyfill v1.70.1
2025-08-20T21:44:46.4762471Z [00:01:44.196]➜       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.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.2wzkcn2vBY/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-20T21:44:46.6247634Z [00:01:44.347]➜     Compiling serde v1.0.219
2025-08-20T21:44:46.6254080Z [00:01:44.347]➜       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="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=8a1790ad87c1d8e6 -C extra-filename=-751087b8d5de963b --out-dir /tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/build/serde-751087b8d5de963b -C strip=symbols -L dependency=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T21:44:47.3043333Z [00:01:45.026]➜     Compiling anstyle-query v1.1.2
2025-08-20T21:44:47.3076799Z [00:01:45.027]➜       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.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.2wzkcn2vBY/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-20T21:44:47.4062131Z [00:01:45.128]➜     Compiling scopeguard v1.2.0
2025-08-20T21:44:47.4076205Z [00:01:45.129]➜       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.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.2wzkcn2vBY/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-20T21:44:47.5275769Z [00:01:45.249]➜     Compiling home v0.5.11
2025-08-20T21:44:47.5294865Z [00:01:45.250]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name home --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/home-0.5.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto '--allow=clippy::all' '--warn=clippy::correctness' '--warn=clippy::self_named_module_files' --warn=rust_2018_idioms '--allow=rustdoc::private_intra_doc_links' '--warn=clippy::print_stdout' '--warn=clippy::print_stderr' '--warn=clippy::disallowed_methods' '--warn=clippy::dbg_macro' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0e6f9a0fba56450a -C extra-filename=-56e43a85f1593448 --out-dir /tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.2wzkcn2vBY/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-20T21:44:47.7827380Z [00:01:45.504]➜       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.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="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=ae607d51b745d259 -C extra-filename=-96fa317258d3c23c --out-dir /tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/deps --extern scopeguard=/tmp/tmp.2wzkcn2vBY/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`
2025-08-20T21:44:48.3617750Z [00:01:46.084]➜     Compiling regex-automata v0.1.10
2025-08-20T21:44:48.3629638Z [00:01:46.084]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name regex_automata --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.1.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --cfg 'feature="regex-syntax"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "fst", "regex-syntax", "std", "transducer"))' -C metadata=1f71f5d99166988b -C extra-filename=-a441ce00da5e5d86 --out-dir /tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/deps --extern regex_syntax=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex_syntax-4efb12957c042bc2.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:44:48.8314248Z [00:01:46.553]➜     Compiling anstream v0.6.18
2025-08-20T21:44:48.8352192Z [00:01:46.554]➜       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.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/deps --extern anstyle=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstyle-1f0bef145d35d1a2.rmeta --extern anstyle_parse=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstyle_parse-84b7b16131790355.rmeta --extern anstyle_query=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstyle_query-51ee185e4c4ff5f7.rmeta --extern colorchoice=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcolorchoice-9c0c5e2325c68bf1.rmeta --extern is_terminal_polyfill=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libis_terminal_polyfill-f03c0c3b7c68aa9a.rmeta --extern utf8parse=/tmp/tmp.2wzkcn2vBY/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-20T21:44:49.8088777Z [00:01:47.531]➜     Compiling regex v1.11.1
2025-08-20T21:44:49.8126584Z [00:01:47.533]➜       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=5d24e10ac4937ed1 -C extra-filename=-d68dfcd2136b681d --out-dir /tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/deps --extern aho_corasick=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libaho_corasick-57e57ba3899e7ce8.rmeta --extern memchr=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmemchr-5bbf668abccc9d8c.rmeta --extern regex_automata=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex_automata-4377aee10ebaa17b.rmeta --extern regex_syntax=/tmp/tmp.2wzkcn2vBY/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-20T21:44:50.2305061Z [00:01:47.952]➜     Compiling tracing-attributes v0.1.28
2025-08-20T21:44:50.2315068Z [00:01:47.953]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name tracing_attributes --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-attributes-0.1.28/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=unexpected_cfgs --check-cfg 'cfg(flaky_tests)' --check-cfg 'cfg(tracing_unstable)' -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async-await"))' -C metadata=83a76ee09a0e0d94 -C extra-filename=-f3a1576be03de053 --out-dir /tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/deps/libproc_macro2-dc6298092e90a8c6.rlib --extern quote=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/deps/libquote-2202bd990a48b064.rlib --extern syn=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/deps/libsyn-8c07b149d8b56927.rlib --extern proc_macro --cap-lints allow`
2025-08-20T21:44:51.6088285Z [00:01:49.331]➜     Compiling serde_derive v1.0.219
2025-08-20T21:44:51.6102862Z [00:01:49.331]➜       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=d54838a44d6367f0 -C extra-filename=-a0708cb63c51173c --out-dir /tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/deps/libproc_macro2-dc6298092e90a8c6.rlib --extern quote=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/deps/libquote-2202bd990a48b064.rlib --extern syn=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/deps/libsyn-8c07b149d8b56927.rlib --extern proc_macro --cap-lints allow`
2025-08-20T21:44:53.0553944Z [00:01:50.777]➜       Running `/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/build/serde-751087b8d5de963b/build-script-build`
2025-08-20T21:44:53.1193057Z [00:01:50.839]➜       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.29.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="dir"' --cfg 'feature="fs"' --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", "term", "time", "ucontext", "uio", "user", "zerocopy"))' -C metadata=4886d3a9284407fb -C extra-filename=-4c3330005030589f --out-dir /tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/deps --extern bitflags=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbitflags-7af5b3b09a65bbaa.rmeta --extern cfg_if=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcfg_if-ad922fe68dc3537f.rmeta --extern libc=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibc-89a6782cfb1e7d05.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/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(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)'`
2025-08-20T21:44:53.1900464Z [00:01:50.911]➜       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.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph", "thread-id"))' -C metadata=02806f42f2cf58dd -C extra-filename=-b088cd62bb63ea76 --out-dir /tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/deps --extern cfg_if=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcfg_if-ad922fe68dc3537f.rmeta --extern libc=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibc-89a6782cfb1e7d05.rmeta --extern smallvec=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsmallvec-05292a3fa3f7865f.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:44:53.9170635Z [00:01:51.638]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name signal_hook --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/signal-hook-0.3.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="channel"' --cfg 'feature="default"' --cfg 'feature="iterator"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cc", "channel", "default", "extended-siginfo", "extended-siginfo-raw", "iterator"))' -C metadata=d1409306b3a579a0 -C extra-filename=-5ab251c63275ce7d --out-dir /tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/deps --extern libc=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibc-89a6782cfb1e7d05.rmeta --extern signal_hook_registry=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsignal_hook_registry-d23a338b3730341e.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:44:53.9824784Z [00:01:51.704]➜     Compiling getrandom v0.2.15
2025-08-20T21:44:53.9838895Z [00:01:51.705]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name getrandom --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.2.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("compiler_builtins", "core", "custom", "js", "js-sys", "linux_disable_fallback", "rdrand", "rustc-dep-of-std", "std", "test-in-browser", "wasm-bindgen"))' -C metadata=b7a5a930a4d1137c -C extra-filename=-7ffc2670a4658845 --out-dir /tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/deps --extern cfg_if=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcfg_if-ad922fe68dc3537f.rmeta --extern libc=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibc-89a6782cfb1e7d05.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:44:54.3633569Z [00:01:52.085]➜     Compiling mio v1.0.3
2025-08-20T21:44:54.3650323Z [00:01:52.086]➜       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.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(mio_unsupported_force_poll_poll)' --check-cfg 'cfg(mio_unsupported_force_waker_pipe)' --cfg 'feature="default"' --cfg 'feature="log"' --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=ac60cb2d5dc5ede4 -C extra-filename=-8ed3438d774f4577 --out-dir /tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/deps --extern libc=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibc-89a6782cfb1e7d05.rmeta --extern log=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblog-5022837bc8cf6dd4.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:44:55.2639625Z [00:01:52.986]➜     Compiling cvt v0.1.2
2025-08-20T21:44:55.2652150Z [00:01:52.986]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name cvt --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cvt-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e0f65ace63586d57 -C extra-filename=-39e8a5f6e61eb706 --out-dir /tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/deps --extern cfg_if=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcfg_if-ad922fe68dc3537f.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:44:55.4131292Z [00:01:53.135]➜     Compiling pin-project-lite v0.2.16
2025-08-20T21:44:55.4166732Z [00:01:53.137]➜       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.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.2wzkcn2vBY/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-20T21:44:55.5685016Z [00:01:53.290]➜     Compiling either v1.13.0
2025-08-20T21:44:55.5700547Z [00:01:53.291]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name either --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/either-1.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "use_std"))' -C metadata=89763a9dd04b1c36 -C extra-filename=-1c78037077e90d82 --out-dir /tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.2wzkcn2vBY/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-20T21:44:55.8795241Z [00:01:53.601]➜     Compiling overload v0.1.1
2025-08-20T21:44:55.8807404Z [00:01:53.602]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name overload --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/overload-0.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a1ef367de67bbc16 -C extra-filename=-b712723a23b05b46 --out-dir /tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.2wzkcn2vBY/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-20T21:44:55.9925300Z [00:01:53.714]➜     Compiling strsim v0.11.1
2025-08-20T21:44:55.9936379Z [00:01:53.715]➜       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.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.2wzkcn2vBY/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-20T21:44:56.0326231Z [00:01:53.754]➜     Compiling thiserror v2.0.12
2025-08-20T21:44:56.0365737Z [00:01:53.758]➜       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.12/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=8de9efd3f69aad22 -C extra-filename=-e0105bd0feb67a5a --out-dir /tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/build/thiserror-e0105bd0feb67a5a -C strip=symbols -L dependency=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T21:44:56.6404076Z [00:01:54.362]➜     Compiling hashbrown v0.15.2
2025-08-20T21:44:56.6418542Z [00:01:54.363]➜       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.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("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=fc2f21780c3e38fb -C extra-filename=-1e0e1bb8de4a7b13 --out-dir /tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.2wzkcn2vBY/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-20T21:44:56.8699580Z [00:01:54.592]➜     Compiling anyhow v1.0.97
2025-08-20T21:44:56.8713700Z [00:01:54.593]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.97/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "default", "std"))' -C metadata=8fb5220949f96ff0 -C extra-filename=-66042c0a4180a7fd --out-dir /tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/build/anyhow-66042c0a4180a7fd -C strip=symbols -L dependency=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T21:44:57.0165501Z [00:01:54.738]➜     Compiling fastrand v2.3.0
2025-08-20T21:44:57.0177442Z [00:01:54.739]➜       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.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.2wzkcn2vBY/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-20T21:44:57.5673254Z [00:01:55.289]➜     Compiling heck v0.5.0
2025-08-20T21:44:57.5681030Z [00:01:55.290]➜       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.2wzkcn2vBY/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T21:44:57.6036036Z [00:01:55.325]➜     Compiling clap_lex v0.7.4
2025-08-20T21:44:57.6061190Z [00:01:55.326]➜       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.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.2wzkcn2vBY/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-20T21:44:58.0291715Z [00:01:55.751]➜     Compiling equivalent v1.0.2
2025-08-20T21:44:58.0309047Z [00:01:55.752]➜       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.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.2wzkcn2vBY/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-20T21:44:58.0986752Z [00:01:55.821]➜     Compiling clap_derive v4.5.32
2025-08-20T21:44:58.1026319Z [00:01:55.822]➜       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.32/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 '--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' -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=bdc753e13b4f6f8d -C extra-filename=-e62de34094cea969 --out-dir /tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/deps --extern heck=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/deps/libheck-cb7f72c37e5a2d54.rlib --extern proc_macro2=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/deps/libproc_macro2-dc6298092e90a8c6.rlib --extern quote=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/deps/libquote-2202bd990a48b064.rlib --extern syn=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/deps/libsyn-8c07b149d8b56927.rlib --extern proc_macro --cap-lints allow`
2025-08-20T21:44:58.1243897Z [00:01:55.845]➜     Compiling indexmap v2.9.0
2025-08-20T21:44:58.1257494Z [00:01:55.846]➜       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=b56cadd0367cd0a8 -C extra-filename=-43c917208a2cff52 --out-dir /tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/deps --extern equivalent=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libequivalent-00f80dfaddbea53e.rmeta --extern hashbrown=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhashbrown-1e0e1bb8de4a7b13.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:44:58.1818350Z [00:01:55.904]➜     Compiling clap_builder v4.5.35
2025-08-20T21:44:58.1864587Z [00:01:55.906]➜       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.35/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --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' --cfg 'feature="cargo"' --cfg 'feature="color"' --cfg 'feature="error-context"' --cfg 'feature="help"' --cfg 'feature="std"' --cfg 'feature="suggestions"' --cfg 'feature="usage"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cargo", "color", "debug", "default", "deprecated", "env", "error-context", "help", "std", "string", "suggestions", "unicode", "unstable-doc", "unstable-ext", "unstable-styles", "unstable-v5", "usage", "wrap_help"))' -C metadata=cd8c46a9de4d05f9 -C extra-filename=-7d7d1a4e44ccf508 --out-dir /tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/deps --extern anstream=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstream-3b02f3262b9455ba.rmeta --extern anstyle=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstyle-1f0bef145d35d1a2.rmeta --extern clap_lex=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap_lex-dcd7393b65521364.rmeta --extern strsim=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libstrsim-0535910dc9036bf9.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:44:59.7829804Z [00:01:57.505]➜       Running `/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/build/anyhow-66042c0a4180a7fd/build-script-build`
2025-08-20T21:44:59.9300815Z [00:01:57.652]➜     Compiling tempfile v3.15.0
2025-08-20T21:44:59.9316237Z [00:01:57.652]➜       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.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 --cfg 'feature="default"' --cfg 'feature="getrandom"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "getrandom", "nightly"))' -C metadata=1201ce6c8f108b8d -C extra-filename=-7cc91205b8dcbec2 --out-dir /tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/deps --extern cfg_if=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcfg_if-ad922fe68dc3537f.rmeta --extern fastrand=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfastrand-7349f526c053b502.rmeta --extern getrandom=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgetrandom-7ffc2670a4658845.rmeta --extern once_cell=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libonce_cell-877431e6461a2b09.rmeta --extern rustix=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librustix-dc4ef390eaf1e0f4.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:45:00.0081028Z [00:01:57.730]➜       Running `/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/build/thiserror-e0105bd0feb67a5a/build-script-build`
2025-08-20T21:45:00.1291138Z [00:01:57.850]➜       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="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=c8f1c3a784605783 -C extra-filename=-9661b90fc0ec8c1d --out-dir /tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/deps --extern serde_derive=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/deps/libserde_derive-a0708cb63c51173c.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-20T21:45:00.2072003Z [00:01:57.929]➜     Compiling which v4.4.2
2025-08-20T21:45:00.2084248Z [00:01:57.929]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name which --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/which-4.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("regex"))' -C metadata=d571d3e74c26bb8f -C extra-filename=-56ffbff7c1453365 --out-dir /tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/deps --extern either=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libeither-1c78037077e90d82.rmeta --extern home=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhome-56e43a85f1593448.rmeta --extern rustix=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librustix-dc4ef390eaf1e0f4.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:45:01.2014359Z [00:01:58.923]➜     Compiling nu-ansi-term v0.46.0
2025-08-20T21:45:01.2028687Z [00:01:58.924]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name nu_ansi_term --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nu-ansi-term-0.46.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("derive_serde_style", "serde"))' -C metadata=25e6a6cedc4738fc -C extra-filename=-e9cf87b0b6329ff9 --out-dir /tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/deps --extern overload=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liboverload-b712723a23b05b46.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:45:01.6520681Z [00:01:59.374]➜     Compiling fs_at v0.2.1
2025-08-20T21:45:01.6578612Z [00:01:59.379]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name fs_at --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fs_at-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "log", "workaround-procmon"))' -C metadata=0abe7f0446585913 -C extra-filename=-43021349e7a6f2ff --out-dir /tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/deps --extern cfg_if=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcfg_if-ad922fe68dc3537f.rmeta --extern cvt=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcvt-39e8a5f6e61eb706.rmeta --extern libc=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibc-89a6782cfb1e7d05.rmeta --extern nix=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnix-4c3330005030589f.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:45:02.1820824Z [00:01:59.904]➜     Compiling tracing v0.1.41
2025-08-20T21:45:02.1844010Z [00:01:59.905]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name tracing --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-0.1.41/src/lib.rs --error-format=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(flaky_tests)' --check-cfg 'cfg(tracing_unstable)' --cfg 'feature="attributes"' --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="tracing-attributes"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async-await", "attributes", "default", "log", "log-always", "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", "std", "tracing-attributes", "valuable"))' -C metadata=222d48547dbbca88 -C extra-filename=-1c6720186c50677a --out-dir /tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/deps --extern pin_project_lite=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpin_project_lite-2a91682787be765b.rmeta --extern tracing_attributes=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/deps/libtracing_attributes-f3a1576be03de053.so --extern tracing_core=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtracing_core-692d96e18412d196.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:45:02.2598837Z [00:01:59.982]➜     Compiling signal-hook-mio v0.2.4
2025-08-20T21:45:02.2615077Z [00:01:59.982]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name signal_hook_mio --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/signal-hook-mio-0.2.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="mio-1_0"' --cfg 'feature="support-v1_0"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("mio-0_6", "mio-0_7", "mio-0_8", "mio-1_0", "mio-uds", "support-v0_6", "support-v0_7", "support-v0_8", "support-v1_0"))' -C metadata=f0b9a4f5aa02d3dc -C extra-filename=-ee0c2dbb11dcd9c8 --out-dir /tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/deps --extern libc=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibc-89a6782cfb1e7d05.rmeta --extern mio_1_0=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmio-8ed3438d774f4577.rmeta --extern signal_hook=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsignal_hook-5ab251c63275ce7d.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:45:02.3977957Z [00:02:00.120]➜     Compiling parking_lot v0.12.3
2025-08-20T21:45:02.3996212Z [00:02:00.121]➜       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.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --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=1beec7d49c5c2f78 -C extra-filename=-fc86891dc56762ab --out-dir /tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/deps --extern lock_api=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblock_api-96fa317258d3c23c.rmeta --extern parking_lot_core=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libparking_lot_core-b088cd62bb63ea76.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:45:02.7076474Z [00:02:00.430]➜     Compiling matchers v0.1.0
2025-08-20T21:45:02.7091908Z [00:02:00.430]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name matchers --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/matchers-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=7aab3c87774bdc2f -C extra-filename=-d52993fb80e381f8 --out-dir /tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/deps --extern regex_automata=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex_automata-a441ce00da5e5d86.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:45:02.9281754Z [00:02:00.650]➜     Compiling thiserror-impl v2.0.12
2025-08-20T21:45:02.9312942Z [00:02:00.653]➜       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.12/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=906a3b69ab45790f -C extra-filename=-acb5002aceb1c81f --out-dir /tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/deps/libproc_macro2-dc6298092e90a8c6.rlib --extern quote=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/deps/libquote-2202bd990a48b064.rlib --extern syn=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/deps/libsyn-8c07b149d8b56927.rlib --extern proc_macro --cap-lints allow`
2025-08-20T21:45:03.6592864Z [00:02:01.381]➜     Compiling sharded-slab v0.1.7
2025-08-20T21:45:03.6614833Z [00:02:01.383]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name sharded_slab --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/sharded-slab-0.1.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("loom"))' -C metadata=7be119d36cefbb50 -C extra-filename=-a096078f7979df47 --out-dir /tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/deps --extern lazy_static=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblazy_static-99879f58e510182a.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:45:04.1149052Z [00:02:01.837]➜     Compiling tracing-log v0.2.0
2025-08-20T21:45:04.1176815Z [00:02:01.839]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name tracing_log --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-log-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="log-tracer"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ahash", "default", "interest-cache", "log-tracer", "lru", "std"))' -C metadata=e84a2d564b771dd8 -C extra-filename=-deb06ec1181ff0c0 --out-dir /tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/deps --extern log=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblog-5022837bc8cf6dd4.rmeta --extern once_cell=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libonce_cell-877431e6461a2b09.rmeta --extern tracing_core=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtracing_core-692d96e18412d196.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:45:04.6566065Z [00:02:02.377]➜     Compiling vte v0.14.1
2025-08-20T21:45:04.6579201Z [00:02:02.379]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name vte --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/vte-0.14.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("ansi", "arrayvec", "bitflags", "cursor-icon", "default", "log", "no_std", "serde"))' -C metadata=9e50d8e74d9b2d11 -C extra-filename=-41e613d17f74ffdf --out-dir /tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/deps --extern memchr=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmemchr-5bbf668abccc9d8c.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:45:05.0117508Z [00:02:02.734]➜     Compiling thread_local v1.1.8
2025-08-20T21:45:05.0133733Z [00:02:02.734]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name thread_local --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thread_local-1.1.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=c919a632e4260da8 -C extra-filename=-23fe717a57ef2959 --out-dir /tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/deps --extern cfg_if=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcfg_if-ad922fe68dc3537f.rmeta --extern once_cell=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libonce_cell-877431e6461a2b09.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:45:05.3276650Z [00:02:03.050]➜     Compiling normpath v1.3.0
2025-08-20T21:45:05.3301302Z [00:02:03.051]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name normpath --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/normpath-1.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("localization", "print_bytes", "serde", "uniquote"))' -C metadata=a6c802216fd07126 -C extra-filename=-49255805e545da23 --out-dir /tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.2wzkcn2vBY/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-20T21:45:05.5108763Z [00:02:03.233]➜     Compiling itoa v1.0.15
2025-08-20T21:45:05.5120989Z [00:02:03.233]➜       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.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.2wzkcn2vBY/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-20T21:45:05.7137452Z [00:02:03.436]➜     Compiling ryu v1.0.20
2025-08-20T21:45:05.7147946Z [00:02:03.436]➜       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.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.2wzkcn2vBY/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-20T21:45:05.7825013Z [00:02:03.504]➜     Compiling unsafe-libyaml v0.2.11
2025-08-20T21:45:05.7845586Z [00:02:03.506]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name unsafe_libyaml --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unsafe-libyaml-0.2.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=aa3c72328c09f19d -C extra-filename=-202e44ff8b83742a --out-dir /tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.2wzkcn2vBY/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-20T21:45:06.0669251Z [00:02:03.789]➜     Compiling same-file v1.0.6
2025-08-20T21:45:06.0686282Z [00:02:03.790]➜       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.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.2wzkcn2vBY/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-20T21:45:06.2544125Z [00:02:03.976]➜     Compiling walkdir v2.5.0
2025-08-20T21:45:06.2561803Z [00:02:03.977]➜       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.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/deps --extern same_file=/tmp/tmp.2wzkcn2vBY/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-20T21:45:06.4853309Z [00:02:04.206]➜       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.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=3679adfa0b9f1754 -C extra-filename=-2202b1350684e2a1 --out-dir /tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/deps --extern thiserror_impl=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/deps/libthiserror_impl-acb5002aceb1c81f.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-20T21:45:06.5725585Z [00:02:04.294]➜     Compiling remove_dir_all v1.0.0
2025-08-20T21:45:06.5740976Z [00:02:04.294]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name remove_dir_all --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/remove_dir_all-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 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cli", "default", "log", "parallel"))' -C metadata=a890a06491ce28b3 -C extra-filename=-8ab36d01a5ba913d --out-dir /tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/deps --extern cfg_if=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcfg_if-ad922fe68dc3537f.rmeta --extern cvt=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcvt-39e8a5f6e61eb706.rmeta --extern fs_at=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfs_at-43021349e7a6f2ff.rmeta --extern libc=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibc-89a6782cfb1e7d05.rmeta --extern normpath=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnormpath-49255805e545da23.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:45:06.9596023Z [00:02:04.681]➜     Compiling tracing-subscriber v0.3.19
2025-08-20T21:45:06.9636026Z [00:02:04.682]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name tracing_subscriber --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tracing-subscriber-0.3.19/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=unexpected_cfgs --check-cfg 'cfg(flaky_tests)' --check-cfg 'cfg(tracing_unstable)' --cfg 'feature="alloc"' --cfg 'feature="ansi"' --cfg 'feature="default"' --cfg 'feature="env-filter"' --cfg 'feature="fmt"' --cfg 'feature="matchers"' --cfg 'feature="nu-ansi-term"' --cfg 'feature="once_cell"' --cfg 'feature="regex"' --cfg 'feature="registry"' --cfg 'feature="sharded-slab"' --cfg 'feature="smallvec"' --cfg 'feature="std"' --cfg 'feature="thread_local"' --cfg 'feature="tracing"' --cfg 'feature="tracing-log"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "ansi", "chrono", "default", "env-filter", "fmt", "json", "local-time", "matchers", "nu-ansi-term", "once_cell", "parking_lot", "regex", "registry", "serde", "serde_json", "sharded-slab", "smallvec", "std", "thread_local", "time", "tracing", "tracing-log", "tracing-serde", "valuable", "valuable-serde", "valuable_crate"))' -C metadata=6dcf5cf92149828a -C extra-filename=-4f0f64220d6bc27c --out-dir /tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/deps --extern matchers=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmatchers-d52993fb80e381f8.rmeta --extern nu_ansi_term=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnu_ansi_term-e9cf87b0b6329ff9.rmeta --extern once_cell=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libonce_cell-877431e6461a2b09.rmeta --extern regex=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex-d68dfcd2136b681d.rmeta --extern sharded_slab=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsharded_slab-a096078f7979df47.rmeta --extern smallvec=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsmallvec-05292a3fa3f7865f.rmeta --extern thread_local=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libthread_local-23fe717a57ef2959.rmeta --extern tracing=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtracing-1c6720186c50677a.rmeta --extern tracing_core=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtracing_core-692d96e18412d196.rmeta --extern tracing_log=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtracing_log-deb06ec1181ff0c0.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:45:07.5505854Z [00:02:05.272]➜     Compiling strip-ansi-escapes v0.2.1
2025-08-20T21:45:07.5518200Z [00:02:05.273]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name strip_ansi_escapes --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/strip-ansi-escapes-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=5f73f9bb22f5b633 -C extra-filename=-d424a487bbdc5290 --out-dir /tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/deps --extern vte=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libvte-41e613d17f74ffdf.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:45:07.9498773Z [00:02:05.672]➜     Compiling serde_yaml v0.9.34+deprecated
2025-08-20T21:45:07.9513129Z [00:02:05.672]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name serde_yaml --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ca609c046dcbec54 -C extra-filename=-9dc41f3423c7f2c5 --out-dir /tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/deps --extern indexmap=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libindexmap-43c917208a2cff52.rmeta --extern itoa=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libitoa-b2a72e844afe803f.rmeta --extern ryu=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libryu-5d7663d4e453975b.rmeta --extern serde=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde-9661b90fc0ec8c1d.rmeta --extern unsafe_libyaml=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libunsafe_libyaml-202e44ff8b83742a.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:45:08.2515729Z [00:02:05.974]➜     Compiling clap v4.5.35
2025-08-20T21:45:08.2546708Z [00:02:05.974]➜       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.35/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --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' --cfg 'feature="cargo"' --cfg 'feature="color"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="error-context"' --cfg 'feature="help"' --cfg 'feature="std"' --cfg 'feature="suggestions"' --cfg 'feature="usage"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cargo", "color", "debug", "default", "deprecated", "derive", "env", "error-context", "help", "std", "string", "suggestions", "unicode", "unstable-derive-ui-tests", "unstable-doc", "unstable-ext", "unstable-markdown", "unstable-styles", "unstable-v5", "usage", "wrap_help"))' -C metadata=a03ebc11734d62cb -C extra-filename=-b939f34c3b10f0f2 --out-dir /tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/deps --extern clap_builder=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap_builder-7d7d1a4e44ccf508.rmeta --extern clap_derive=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/deps/libclap_derive-e62de34094cea969.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-20T21:45:08.3714417Z [00:02:06.093]➜     Compiling crossterm v0.28.1
2025-08-20T21:45:08.3732188Z [00:02:06.094]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name crossterm --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossterm-0.28.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="bracketed-paste"' --cfg 'feature="default"' --cfg 'feature="events"' --cfg 'feature="windows"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bracketed-paste", "default", "event-stream", "events", "filedescriptor", "libc", "serde", "use-dev-tty", "windows"))' -C metadata=e7690e715987bcf1 -C extra-filename=-a02c03b1c6f4a6cb --out-dir /tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/deps --extern bitflags=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbitflags-7af5b3b09a65bbaa.rmeta --extern mio=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmio-8ed3438d774f4577.rmeta --extern parking_lot=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libparking_lot-fc86891dc56762ab.rmeta --extern rustix=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librustix-dc4ef390eaf1e0f4.rmeta --extern signal_hook=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsignal_hook-5ab251c63275ce7d.rmeta --extern signal_hook_mio=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsignal_hook_mio-ee0c2dbb11dcd9c8.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:45:08.9628276Z [00:02:06.685]➜     Compiling edit v0.1.5
2025-08-20T21:45:08.9676717Z [00:02:06.689]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name edit --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/edit-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 --cfg 'feature="better-path"' --cfg 'feature="default"' --cfg 'feature="which"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("better-path", "default", "quoted-env", "shell-words", "which"))' -C metadata=0aaef6eee9b8b692 -C extra-filename=-d8ab0e7c751010e3 --out-dir /tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/deps --extern tempfile=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtempfile-7cc91205b8dcbec2.rmeta --extern which=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libwhich-56ffbff7c1453365.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:45:09.7499424Z [00:02:07.471]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name anyhow --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.97/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "default", "std"))' -C metadata=69527631611181e3 -C extra-filename=-69b67bfaa3187352 --out-dir /tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none --cfg std_backtrace --check-cfg 'cfg(anyhow_nightly_testing)' --check-cfg 'cfg(anyhow_no_core_error)' --check-cfg 'cfg(anyhow_no_core_unwind_safe)' --check-cfg 'cfg(anyhow_no_fmt_arguments_as_str)' --check-cfg 'cfg(anyhow_no_ptr_addr_of)' --check-cfg 'cfg(anyhow_no_unsafe_op_in_unsafe_fn_lint)' --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(std_backtrace)'`
2025-08-20T21:45:10.9935757Z [00:02:08.715]➜     Compiling shellwords v1.1.0
2025-08-20T21:45:10.9975242Z [00:02:08.716]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name shellwords --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/shellwords-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6ba5951944eb2bcc -C extra-filename=-e7d639e984b3fe06 --out-dir /tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/deps --extern lazy_static=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblazy_static-99879f58e510182a.rmeta --extern regex=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex-d68dfcd2136b681d.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:45:12.0492628Z [00:02:09.771]➜     Compiling etcetera v0.10.0
2025-08-20T21:45:12.0513381Z [00:02:09.772]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name etcetera --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/etcetera-0.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c6b27c4eb4bfdace -C extra-filename=-9240d4b93288cd5c --out-dir /tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/deps --extern cfg_if=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcfg_if-ad922fe68dc3537f.rmeta --extern home=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhome-56e43a85f1593448.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T21:45:12.6308615Z [00:02:10.353]➜     Compiling unicode-width v0.2.0
2025-08-20T21:45:12.6327492Z [00:02:10.354]➜       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.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.2wzkcn2vBY/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-20T21:45:13.0803914Z [00:02:10.802]➜     Compiling navi v2.25.0-beta1 (/tmp/tmp.2wzkcn2vBY/TEMPREPO)
2025-08-20T21:45:13.0838093Z [00:02:10.803]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name navi --edition=2021 src/lib.rs --error-format=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("disable-command-execution", "disable-repo-management"))' -C metadata=2d46af08d624dd12 -C extra-filename=-110a0094ad05e53e --out-dir /tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/deps --extern anyhow=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanyhow-69b67bfaa3187352.rmeta --extern clap=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap-b939f34c3b10f0f2.rmeta --extern crossterm=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrossterm-a02c03b1c6f4a6cb.rmeta --extern edit=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libedit-d8ab0e7c751010e3.rmeta --extern etcetera=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libetcetera-9240d4b93288cd5c.rmeta --extern lazy_static=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblazy_static-99879f58e510182a.rmeta --extern regex=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex-d68dfcd2136b681d.rmeta --extern remove_dir_all=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libremove_dir_all-8ab36d01a5ba913d.rmeta --extern serde=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde-9661b90fc0ec8c1d.rmeta --extern serde_yaml=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde_yaml-9dc41f3423c7f2c5.rmeta --extern shellwords=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libshellwords-e7d639e984b3fe06.rmeta --extern strip_ansi_escapes=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libstrip_ansi_escapes-d424a487bbdc5290.rmeta --extern thiserror=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libthiserror-2202b1350684e2a1.rmeta --extern tracing=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtracing-1c6720186c50677a.rmeta --extern tracing_subscriber=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtracing_subscriber-4f0f64220d6bc27c.rmeta --extern unicode_width=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libunicode_width-355d02a9b26506ec.rmeta --extern walkdir=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libwalkdir-88db5996c083b63f.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-20T21:45:14.6222093Z [00:02:12.344]➜  warning: struct `UnreadableDir` is never constructed
2025-08-20T21:45:14.6223096Z [00:02:12.344]➜    --> src/common/fs.rs:30:12
2025-08-20T21:45:14.6223425Z [00:02:12.344]➜     |
2025-08-20T21:45:14.6223724Z [00:02:12.344]➜  30 | pub struct UnreadableDir {
2025-08-20T21:45:14.6224078Z [00:02:12.344]➜     |            ^^^^^^^^^^^^^
2025-08-20T21:45:14.6224370Z [00:02:12.344]➜     |
2025-08-20T21:45:14.6224683Z [00:02:12.344]➜     = note: `#[warn(dead_code)]` on by default
2025-08-20T21:45:14.6225012Z [00:02:12.344]➜  
2025-08-20T21:45:14.6225322Z [00:02:12.344]➜  warning: function `parse_ansi` is never used
2025-08-20T21:45:14.6226025Z [00:02:12.344]➜    --> src/common/terminal.rs:48:8
2025-08-20T21:45:14.6226366Z [00:02:12.344]➜     |
2025-08-20T21:45:14.6226881Z [00:02:12.344]➜  48 | pub fn parse_ansi(ansi: &str) -> Option<style::Color> {
2025-08-20T21:45:14.6234573Z [00:02:12.344]➜     |        ^^^^^^^^^^
2025-08-20T21:45:14.6235031Z [00:02:12.344]➜  
2025-08-20T21:45:14.6235359Z [00:02:12.344]➜  warning: struct `Color` is never constructed
2025-08-20T21:45:14.6235760Z [00:02:12.344]➜    --> src/common/terminal.rs:53:12
2025-08-20T21:45:14.6236067Z [00:02:12.344]➜     |
2025-08-20T21:45:14.6236623Z [00:02:12.344]➜  53 | pub struct Color(#[allow(unused)] pub style::Color); // suppress warning: field `0` is never read.
2025-08-20T21:45:14.6237122Z [00:02:12.344]➜     |            ^^^^^
2025-08-20T21:45:14.6237382Z [00:02:12.344]➜  
2025-08-20T21:45:18.4690044Z [00:02:16.191]➜  warning: `navi` (lib) generated 3 warnings
2025-08-20T21:45:18.4704326Z [00:02:16.191]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name navi --edition=2021 src/bin/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("disable-command-execution", "disable-repo-management"))' -C metadata=6d4c92de0ad49de7 -C extra-filename=-5cb0fe0eabbb904d --out-dir /tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/deps --extern anyhow=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanyhow-69b67bfaa3187352.rlib --extern clap=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap-b939f34c3b10f0f2.rlib --extern crossterm=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrossterm-a02c03b1c6f4a6cb.rlib --extern edit=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libedit-d8ab0e7c751010e3.rlib --extern etcetera=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libetcetera-9240d4b93288cd5c.rlib --extern lazy_static=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblazy_static-99879f58e510182a.rlib --extern navi=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnavi-110a0094ad05e53e.rlib --extern regex=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex-d68dfcd2136b681d.rlib --extern remove_dir_all=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libremove_dir_all-8ab36d01a5ba913d.rlib --extern serde=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde-9661b90fc0ec8c1d.rlib --extern serde_yaml=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde_yaml-9dc41f3423c7f2c5.rlib --extern shellwords=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libshellwords-e7d639e984b3fe06.rlib --extern strip_ansi_escapes=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libstrip_ansi_escapes-d424a487bbdc5290.rlib --extern thiserror=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libthiserror-2202b1350684e2a1.rlib --extern tracing=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtracing-1c6720186c50677a.rlib --extern tracing_subscriber=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtracing_subscriber-4f0f64220d6bc27c.rlib --extern unicode_width=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libunicode_width-355d02a9b26506ec.rlib --extern walkdir=/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libwalkdir-88db5996c083b63f.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-20T21:45:48.0447665Z [00:02:45.767]➜      Finished `release` profile [optimized] target(s) in 1m 16s
2025-08-20T21:45:48.0958652Z [00:02:45.818]➜  + find -L ./target/x86_64-unknown-linux-musl/release -maxdepth 1 -type f
2025-08-20T21:45:48.0975328Z [00:02:45.820]➜  ./target/x86_64-unknown-linux-musl/release/navi.d
2025-08-20T21:45:48.0976020Z [00:02:45.820]➜  ./target/x86_64-unknown-linux-musl/release/.cargo-lock
2025-08-20T21:45:48.0976836Z [00:02:45.820]➜  ./target/x86_64-unknown-linux-musl/release/libnavi.d
2025-08-20T21:45:48.0977681Z [00:02:45.820]➜  ./target/x86_64-unknown-linux-musl/release/libnavi.rlib
2025-08-20T21:45:48.0978495Z [00:02:45.820]➜  ./target/x86_64-unknown-linux-musl/release/navi
2025-08-20T21:45:48.0983701Z [00:02:45.820]➜  + find ./target/x86_64-unknown-linux-musl/release -maxdepth 1 -type f -exec file -i '{}' ';'
2025-08-20T21:45:48.0987225Z [00:02:45.821]➜  + grep -Ei 'application/.*executable|inode/symlink|text/x-perl|text/.*script'
2025-08-20T21:45:48.0988379Z [00:02:45.821]➜  + cut -d: -f1
2025-08-20T21:45:48.1001541Z [00:02:45.822]➜  + + xargs realpath xargs --no-symlinks-I 
2025-08-20T21:45:48.1008595Z [00:02:45.822]➜  '{}' rsync -achvL '{}' /build-bins/
2025-08-20T21:45:48.1599170Z [00:02:45.882]➜  sending incremental file list
2025-08-20T21:45:48.1609298Z [00:02:45.883]➜  navi
2025-08-20T21:45:48.2071362Z [00:02:45.929]➜  
2025-08-20T21:45:48.2071832Z [00:02:45.929]➜  sent 3.41M bytes  received 35 bytes  6.82M bytes/sec
2025-08-20T21:45:48.2072506Z [00:02:45.929]➜  total size is 3.41M  speedup is 1.00
2025-08-20T21:45:48.3506640Z [00:02:46.073]➜  '/tmp/tmp.2wzkcn2vBY/TEMPREPO/LICENSE' -> '/build-bins/LICENSE'
2025-08-20T21:45:48.3739513Z [00:02:46.096]➜  + find /build-bins/ -type f -exec objcopy --remove-section=.comment '--remove-section=.note.*' '{}' ';'
2025-08-20T21:45:48.3873425Z [00:02:46.109]➜  objcopy: /build-bins/LICENSE: file format not recognized
2025-08-20T21:45:48.3877501Z [00:02:46.110]➜  + find /build-bins/ -type f '!' -name '*.no_strip' -exec strip --strip-all --verbose '{}' ';'
2025-08-20T21:45:48.4190944Z [00:02:46.141]➜  copy from `/build-bins/navi' [elf64-x86-64] to `/build-bins/stPDficC' [elf64-x86-64]
2025-08-20T21:45:48.4757334Z [00:02:46.198]➜  + find /build-bins/ -type f -exec bash -c 'echo && realpath {} && readelf --section-headers {} 2>/dev/null' ';'
2025-08-20T21:45:48.4788035Z [00:02:46.201]➜  
2025-08-20T21:45:48.4805369Z [00:02:46.203]➜  /build-bins/navi
2025-08-20T21:45:48.4819513Z [00:02:46.204]➜  There are 32 section headers, starting at offset 0x33f9e0:
2025-08-20T21:45:48.4820166Z [00:02:46.204]➜  
2025-08-20T21:45:48.4820555Z [00:02:46.204]➜  Section Headers:
2025-08-20T21:45:48.4821162Z [00:02:46.204]➜    [Nr] Name              Type             Address           Offset
2025-08-20T21:45:48.4821936Z [00:02:46.204]➜         Size              EntSize          Flags  Link  Info  Align
2025-08-20T21:45:48.4822847Z [00:02:46.204]➜    [ 0]                   NULL             0000000000000000  00000000
2025-08-20T21:45:48.4823636Z [00:02:46.204]➜         0000000000000000  0000000000000000           0     0     0
2025-08-20T21:45:48.4824422Z [00:02:46.204]➜    [ 1] .gnu.hash         GNU_HASH         0000000000000270  00000270
2025-08-20T21:45:48.4825198Z [00:02:46.204]➜         000000000000001c  0000000000000000   A       2     0     8
2025-08-20T21:45:48.4825965Z [00:02:46.204]➜    [ 2] .dynsym           DYNSYM           0000000000000290  00000290
2025-08-20T21:45:48.4826767Z [00:02:46.204]➜         0000000000000018  0000000000000018   A       3     1     8
2025-08-20T21:45:48.4827557Z [00:02:46.204]➜    [ 3] .dynstr           STRTAB           00000000000002a8  000002a8
2025-08-20T21:45:48.4828338Z [00:02:46.204]➜         0000000000000001  0000000000000000   A       0     0     1
2025-08-20T21:45:48.4829441Z [00:02:46.204]➜    [ 4] .rela.dyn         RELA             00000000000002b0  000002b0
2025-08-20T21:45:48.4830264Z [00:02:46.204]➜         000000000005fe80  0000000000000018   A       2     0     8
2025-08-20T21:45:48.4831055Z [00:02:46.204]➜    [ 5] .eh_frame         PROGBITS         0000000000060130  00060130
2025-08-20T21:45:48.4831852Z [00:02:46.204]➜         000000000004469c  0000000000000000   A       0     0     8
2025-08-20T21:45:48.4832903Z [00:02:46.204]➜    [ 6] .eh_frame_hdr     PROGBITS         00000000000a47cc  000a47cc
2025-08-20T21:45:48.4833713Z [00:02:46.204]➜         000000000000a3cc  0000000000000000   A       0     0     4
2025-08-20T21:45:48.4834542Z [00:02:46.204]➜    [ 7] .gcc_except_table PROGBITS         00000000000aeb98  000aeb98
2025-08-20T21:45:48.4835382Z [00:02:46.204]➜         000000000000f268  0000000000000000   A       0     0     4
2025-08-20T21:45:48.4836178Z [00:02:46.204]➜    [ 8] .rodata           PROGBITS         00000000000bde00  000bde00
2025-08-20T21:45:48.4836993Z [00:02:46.204]➜         00000000000843d0  0000000000000000   A       0     0     128
2025-08-20T21:45:48.4837823Z [00:02:46.204]➜    [ 9] .rodata.cst16     PROGBITS         00000000001421d0  001421d0
2025-08-20T21:45:48.4838657Z [00:02:46.204]➜         0000000000000b10  0000000000000010  AM       0     0     16
2025-08-20T21:45:48.4839486Z [00:02:46.204]➜    [10] .rodata.cst32     PROGBITS         0000000000142ce0  00142ce0
2025-08-20T21:45:48.4840301Z [00:02:46.204]➜         0000000000000720  0000000000000020  AM       0     0     16
2025-08-20T21:45:48.4841093Z [00:02:46.204]➜    [11] .rodata.cst4      PROGBITS         0000000000143400  00143400
2025-08-20T21:45:48.4841898Z [00:02:46.204]➜         0000000000002a58  0000000000000004  AM       0     0     4
2025-08-20T21:45:48.4842912Z [00:02:46.205]➜    [12] .rodata.cst8      PROGBITS         0000000000145e58  00145e58
2025-08-20T21:45:48.4843731Z [00:02:46.205]➜         00000000000009c0  0000000000000008  AM       0     0     8
2025-08-20T21:45:48.4844554Z [00:02:46.205]➜    [13] .rodata.str1.1    PROGBITS         0000000000146818  00146818
2025-08-20T21:45:48.4845360Z [00:02:46.205]➜         0000000000006943  0000000000000001 AMS       0     0     1
2025-08-20T21:45:48.4846479Z [00:02:46.205]➜    [14] .rodata.str1.4    PROGBITS         000000000014d15c  0014d15c
2025-08-20T21:45:48.4847285Z [00:02:46.205]➜         00000000000008c8  0000000000000001 AMS       0     0     4
2025-08-20T21:45:48.4848121Z [00:02:46.205]➜    [15] .rodata.str1.8    PROGBITS         000000000014da28  0014da28
2025-08-20T21:45:48.4848920Z [00:02:46.205]➜         0000000000001bc0  0000000000000001 AMS       0     0     8
2025-08-20T21:45:48.4849700Z [00:02:46.205]➜    [16] .fini             PROGBITS         00000000001505e8  0014f5e8
2025-08-20T21:45:48.4850464Z [00:02:46.205]➜         0000000000000003  0000000000000000  AX       0     0     1
2025-08-20T21:45:48.4851218Z [00:02:46.205]➜    [17] .init             PROGBITS         00000000001505eb  0014f5eb
2025-08-20T21:45:48.4851988Z [00:02:46.205]➜         0000000000000003  0000000000000000  AX       0     0     1
2025-08-20T21:45:48.4853604Z [00:02:46.205]➜    [18] .text             PROGBITS         00000000001505f0  0014f5f0
2025-08-20T21:45:48.4854408Z [00:02:46.205]➜         000000000019fcff  0000000000000000  AX       0     0     16
2025-08-20T21:45:48.4855203Z [00:02:46.205]➜    [19] .tdata            PROGBITS         00000000002f12f0  002ef2f0
2025-08-20T21:45:48.4855995Z [00:02:46.205]➜         0000000000000060  0000000000000000 WAT       0     0     8
2025-08-20T21:45:48.4856787Z [00:02:46.205]➜    [20] .tbss             NOBITS           00000000002f1350  002ef350
2025-08-20T21:45:48.4857586Z [00:02:46.205]➜         00000000000000d0  0000000000000000 WAT       0     0     8
2025-08-20T21:45:48.4858392Z [00:02:46.205]➜    [21] .data.rel.ro      PROGBITS         00000000002f1360  002ef360
2025-08-20T21:45:48.4859196Z [00:02:46.205]➜         000000000004ed68  0000000000000000  WA       0     0     32
2025-08-20T21:45:48.4860218Z [00:02:46.205]➜    [22] .dynamic          DYNAMIC          00000000003400c8  0033e0c8
2025-08-20T21:45:48.4861031Z [00:02:46.205]➜         0000000000000180  0000000000000010  WA       3     0     8
2025-08-20T21:45:48.4861837Z [00:02:46.205]➜    [23] .fini_array       FINI_ARRAY       0000000000340248  0033e248
2025-08-20T21:45:48.4862811Z [00:02:46.205]➜         0000000000000008  0000000000000008  WA       0     0     8
2025-08-20T21:45:48.4863381Z [00:02:46.205]➜    [24] .got.plt          PROGBITS         0000000000340250  0033e250
2025-08-20T21:45:48.4863818Z [00:02:46.205]➜         0000000000000018  0000000000000000  WA       0     0     8
2025-08-20T21:45:48.4864259Z [00:02:46.205]➜    [25] .init_array       INIT_ARRAY       0000000000340268  0033e268
2025-08-20T21:45:48.4864699Z [00:02:46.205]➜         0000000000000008  0000000000000008  WA       0     0     8
2025-08-20T21:45:48.4865118Z [00:02:46.205]➜    [26] .got              PROGBITS         0000000000340270  0033e270
2025-08-20T21:45:48.4865541Z [00:02:46.205]➜         0000000000000428  0000000000000000  WA       0     0     8
2025-08-20T21:45:48.4865976Z [00:02:46.205]➜    [27] .relro_padding    NOBITS           0000000000340698  0033e698
2025-08-20T21:45:48.4866413Z [00:02:46.205]➜         0000000000000968  0000000000000000  WA       0     0     1
2025-08-20T21:45:48.4866830Z [00:02:46.205]➜    [28] .data             PROGBITS         00000000003416a0  0033e6a0
2025-08-20T21:45:48.4867249Z [00:02:46.205]➜         00000000000011f8  0000000000000000  WA       0     0     32
2025-08-20T21:45:48.4867657Z [00:02:46.205]➜    [29] .bss              NOBITS           00000000003428a0  0033f898
2025-08-20T21:45:48.4868067Z [00:02:46.205]➜         0000000000001cf4  0000000000000000  WA       0     0     32
2025-08-20T21:45:48.4868485Z [00:02:46.205]➜    [30] .common           NOBITS           00000000003445a0  0033f898
2025-08-20T21:45:48.4868905Z [00:02:46.205]➜         0000000000000094  0000000000000000  WA       0     0     32
2025-08-20T21:45:48.4869353Z [00:02:46.205]➜    [31] .shstrtab         STRTAB           0000000000000000  0033f898
2025-08-20T21:45:48.4869777Z [00:02:46.205]➜         0000000000000141  0000000000000000           0     0     1
2025-08-20T21:45:48.4870278Z [00:02:46.205]➜  Key to Flags:
2025-08-20T21:45:48.4870646Z [00:02:46.205]➜    W (write), A (alloc), X (execute), M (merge), S (strings), I (info),
2025-08-20T21:45:48.4871116Z [00:02:46.205]➜    L (link order), O (extra OS processing required), G (group), T (TLS),
2025-08-20T21:45:48.4871582Z [00:02:46.205]➜    C (compressed), x (unknown), o (OS specific), E (exclude),
2025-08-20T21:45:48.4871997Z [00:02:46.205]➜    D (mbind), l (large), p (processor specific)
2025-08-20T21:45:48.4872573Z [00:02:46.208]➜  
2025-08-20T21:45:48.4876915Z [00:02:46.210]➜  /build-bins/LICENSE
2025-08-20T21:45:48.4893292Z [00:02:46.211]➜  + file /build-bins/LICENSE /build-bins/navi
2025-08-20T21:45:48.5170150Z [00:02:46.239]➜  /build-bins/LICENSE: ASCII text
2025-08-20T21:45:48.5201482Z [00:02:46.242]➜  /build-bins/navi:    ELF 64-bit LSB pie executable, x86-64, version 1 (SYSV), static-pie linked, stripped
2025-08-20T21:45:48.5211467Z [00:02:46.243]➜  + stat -c '%n:         %s Bytes' /build-bins/LICENSE /build-bins/navi
2025-08-20T21:45:48.5232629Z [00:02:46.245]➜  /build-bins/LICENSE:         11357 Bytes
2025-08-20T21:45:48.5233106Z [00:02:46.245]➜  /build-bins/navi:         3408352 Bytes
2025-08-20T21:45:48.5236284Z [00:02:46.246]➜  + du /build-bins/LICENSE /build-bins/navi --bytes --human-readable --time --time-style=full-iso --summarize
2025-08-20T21:45:48.5251571Z [00:02:46.247]➜  12K	2025-08-20 21:45:48.349869893 +0000	/build-bins/LICENSE
2025-08-20T21:45:48.5252402Z [00:02:46.247]➜  3.3M	2025-08-20 21:45:48.425869415 +0000	/build-bins/navi
2025-08-20T21:45:48.5255162Z [00:02:46.248]➜  + popd
2025-08-20T21:45:48.5716758Z [00:02:46.294]➜  + docker cp alpine-builder:/build-bins/. /tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/
2025-08-20T21:45:48.5982886Z [00:02:46.320]➜  + '[' -s /tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE ']'
2025-08-20T21:45:48.5983926Z [00:02:46.320]➜  + cp -fv /tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE /tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/LICENSE
2025-08-20T21:45:48.6017645Z [00:02:46.324]➜  '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE' -> '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/LICENSE'
2025-08-20T21:45:48.6022759Z [00:02:46.324]➜  + find /tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP -maxdepth 1 -type f -exec file -i '{}' ';'
2025-08-20T21:45:48.6027993Z [00:02:46.325]➜  + grep -Ei 'application/.*executable|inode/symlink|text/x-perl|text/.*script'
2025-08-20T21:45:48.6029191Z [00:02:46.325]➜  + cut -d: -f1
2025-08-20T21:45:48.6033605Z [00:02:46.325]➜  + xargs realpath --no-symlinks
2025-08-20T21:45:48.6048330Z [00:02:46.327]➜  + xargs -I '{}' rsync -achvL '{}' /tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR
2025-08-20T21:45:48.9954714Z [00:02:46.717]➜  sending incremental file list
2025-08-20T21:45:48.9964739Z [00:02:46.719]➜  navi
2025-08-20T21:45:49.0414670Z [00:02:46.763]➜  
2025-08-20T21:45:49.0415434Z [00:02:46.764]➜  sent 3.41M bytes  received 35 bytes  2.27M bytes/sec
2025-08-20T21:45:49.0416168Z [00:02:46.764]➜  total size is 3.41M  speedup is 1.00
2025-08-20T21:45:49.0429509Z [00:02:46.765]➜  
2025-08-20T21:45:49.5692666Z [00:02:47.291]➜  
2025-08-20T21:45:49.5809664Z [00:02:47.303]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/Cargo.toml' from root:root to runner:runner
2025-08-20T21:45:49.5811019Z [00:02:47.303]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/.gitignore' from root:root to runner:runner
2025-08-20T21:45:49.5812596Z [00:02:47.303]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/rustfmt.toml' from root:root to runner:runner
2025-08-20T21:45:49.5813905Z [00:02:47.303]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/README.md' from root:root to runner:runner
2025-08-20T21:45:49.5815903Z [00:02:47.303]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/docs/widgets/howto/VIM.md' from root:root to runner:runner
2025-08-20T21:45:49.5817829Z [00:02:47.303]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/docs/widgets/howto/TMUX.md' from root:root to runner:runner
2025-08-20T21:45:49.5819183Z [00:02:47.303]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/docs/widgets/howto' from root:root to runner:runner
2025-08-20T21:45:49.5820530Z [00:02:47.303]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/docs/widgets/README.md' from root:root to runner:runner
2025-08-20T21:45:49.5821784Z [00:02:47.303]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/docs/widgets' from root:root to runner:runner
2025-08-20T21:45:49.5823345Z [00:02:47.303]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/docs/usage/fzf-overrides/README.md' from root:root to runner:runner
2025-08-20T21:45:49.5825591Z [00:02:47.303]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/docs/usage/fzf-overrides' from root:root to runner:runner
2025-08-20T21:45:49.5826892Z [00:02:47.303]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/docs/usage/README.md' from root:root to runner:runner
2025-08-20T21:45:49.5828386Z [00:02:47.303]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/docs/usage/commands/repo/README.md' from root:root to runner:runner
2025-08-20T21:45:49.5829788Z [00:02:47.303]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/docs/usage/commands/repo' from root:root to runner:runner
2025-08-20T21:45:49.5831914Z [00:02:47.303]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/docs/usage/commands/info/README.md' from root:root to runner:runner
2025-08-20T21:45:49.5834047Z [00:02:47.303]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/docs/usage/commands/info' from root:root to runner:runner
2025-08-20T21:45:49.5835359Z [00:02:47.303]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/docs/usage/commands' from root:root to runner:runner
2025-08-20T21:45:49.5836687Z [00:02:47.303]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/docs/usage/shell-scripting/README.md' from root:root to runner:runner
2025-08-20T21:45:49.5839235Z [00:02:47.303]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/docs/usage/shell-scripting' from root:root to runner:runner
2025-08-20T21:45:49.5840568Z [00:02:47.303]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/docs/usage' from root:root to runner:runner
2025-08-20T21:45:49.5841936Z [00:02:47.303]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/docs/examples/configuration/config-example.yaml' from root:root to runner:runner
2025-08-20T21:45:49.5844114Z [00:02:47.303]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/docs/examples/configuration' from root:root to runner:runner
2025-08-20T21:45:49.5846565Z [00:02:47.303]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/docs/examples/cheatsheet/example.cheat' from root:root to runner:runner
2025-08-20T21:45:49.5848041Z [00:02:47.304]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/docs/examples/cheatsheet/navi.cheat' from root:root to runner:runner
2025-08-20T21:45:49.5849391Z [00:02:47.304]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/docs/examples/cheatsheet' from root:root to runner:runner
2025-08-20T21:45:49.5850789Z [00:02:47.304]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/docs/examples' from root:root to runner:runner
2025-08-20T21:45:49.5853108Z [00:02:47.304]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/docs/deprecated/Alfred/README.md' from root:root to runner:runner
2025-08-20T21:45:49.5854667Z [00:02:47.304]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/docs/deprecated/Alfred' from root:root to runner:runner
2025-08-20T21:45:49.5855947Z [00:02:47.304]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/docs/deprecated' from root:root to runner:runner
2025-08-20T21:45:49.5857170Z [00:02:47.304]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/docs/README.md' from root:root to runner:runner
2025-08-20T21:45:49.5858455Z [00:02:47.304]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/docs/configuration/README.md' from root:root to runner:runner
2025-08-20T21:45:49.5860635Z [00:02:47.304]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/docs/configuration' from root:root to runner:runner
2025-08-20T21:45:49.5862097Z [00:02:47.304]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/docs/cheatsheet/README.md' from root:root to runner:runner
2025-08-20T21:45:49.5863820Z [00:02:47.304]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/docs/cheatsheet/getting-started/README.md' from root:root to runner:runner
2025-08-20T21:45:49.5865235Z [00:02:47.304]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/docs/cheatsheet/getting-started' from root:root to runner:runner
2025-08-20T21:45:49.5866935Z [00:02:47.304]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/docs/cheatsheet/repositories/README.md' from root:root to runner:runner
2025-08-20T21:45:49.5869100Z [00:02:47.304]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/docs/cheatsheet/repositories' from root:root to runner:runner
2025-08-20T21:45:49.5870471Z [00:02:47.304]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/docs/cheatsheet/syntax/README.md' from root:root to runner:runner
2025-08-20T21:45:49.5871791Z [00:02:47.304]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/docs/cheatsheet/syntax' from root:root to runner:runner
2025-08-20T21:45:49.5873196Z [00:02:47.304]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/docs/cheatsheet' from root:root to runner:runner
2025-08-20T21:45:49.5875654Z [00:02:47.304]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/docs/installation/README.md' from root:root to runner:runner
2025-08-20T21:45:49.5877172Z [00:02:47.304]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/docs/installation' from root:root to runner:runner
2025-08-20T21:45:49.5878573Z [00:02:47.304]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/docs/contributions/documentation/README.md' from root:root to runner:runner
2025-08-20T21:45:49.5880342Z [00:02:47.304]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/docs/contributions/documentation' from root:root to runner:runner
2025-08-20T21:45:49.5883072Z [00:02:47.304]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/docs/contributions/README.md' from root:root to runner:runner
2025-08-20T21:45:49.5884604Z [00:02:47.304]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/docs/contributions/code/README.md' from root:root to runner:runner
2025-08-20T21:45:49.5885946Z [00:02:47.305]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/docs/contributions/code' from root:root to runner:runner
2025-08-20T21:45:49.5888108Z [00:02:47.305]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/docs/contributions/bugs/README.md' from root:root to runner:runner
2025-08-20T21:45:49.5889977Z [00:02:47.305]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/docs/contributions/bugs' from root:root to runner:runner
2025-08-20T21:45:49.5891309Z [00:02:47.305]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/docs/contributions' from root:root to runner:runner
2025-08-20T21:45:49.5892733Z [00:02:47.305]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/docs' from root:root to runner:runner
2025-08-20T21:45:49.5894755Z [00:02:47.305]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/tests/config.yaml' from root:root to runner:runner
2025-08-20T21:45:49.5896203Z [00:02:47.305]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/tests/tests.rs' from root:root to runner:runner
2025-08-20T21:45:49.5897424Z [00:02:47.305]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/tests/run' from root:root to runner:runner
2025-08-20T21:45:49.5898873Z [00:02:47.305]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/tests/cheats/ssh.cheat' from root:root to runner:runner
2025-08-20T21:45:49.5901383Z [00:02:47.305]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/tests/cheats/more_cases.cheat' from root:root to runner:runner
2025-08-20T21:45:49.5903070Z [00:02:47.305]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/tests/cheats' from root:root to runner:runner
2025-08-20T21:45:49.5904335Z [00:02:47.305]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/tests/helpers.sh' from root:root to runner:runner
2025-08-20T21:45:49.5905965Z [00:02:47.305]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/tests/core.bash' from root:root to runner:runner
2025-08-20T21:45:49.5908229Z [00:02:47.305]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/tests/no_prompt_cheats/cases.cheat' from root:root to runner:runner
2025-08-20T21:45:49.5909642Z [00:02:47.305]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/tests/no_prompt_cheats/one.cheat' from root:root to runner:runner
2025-08-20T21:45:49.5911318Z [00:02:47.305]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/tests/no_prompt_cheats' from root:root to runner:runner
2025-08-20T21:45:49.5913613Z [00:02:47.305]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/tests' from root:root to runner:runner
2025-08-20T21:45:49.5914834Z [00:02:47.305]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/src/env_var.rs' from root:root to runner:runner
2025-08-20T21:45:49.5916266Z [00:02:47.305]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/src/bin/main.rs' from root:root to runner:runner
2025-08-20T21:45:49.5918523Z [00:02:47.305]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/src/bin' from root:root to runner:runner
2025-08-20T21:45:49.5919799Z [00:02:47.305]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/src/welcome.rs' from root:root to runner:runner
2025-08-20T21:45:49.5921043Z [00:02:47.305]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/src/config/env.rs' from root:root to runner:runner
2025-08-20T21:45:49.5923484Z [00:02:47.305]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/src/config/cli.rs' from root:root to runner:runner
2025-08-20T21:45:49.5925673Z [00:02:47.305]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/src/config/yaml.rs' from root:root to runner:runner
2025-08-20T21:45:49.5926962Z [00:02:47.305]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/src/config/mod.rs' from root:root to runner:runner
2025-08-20T21:45:49.5929168Z [00:02:47.305]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/src/config' from root:root to runner:runner
2025-08-20T21:45:49.5931282Z [00:02:47.305]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/src/common/url.rs' from root:root to runner:runner
2025-08-20T21:45:49.5933169Z [00:02:47.305]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/src/common/terminal.rs' from root:root to runner:runner
2025-08-20T21:45:49.5935557Z [00:02:47.305]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/src/common/fs.rs' from root:root to runner:runner
2025-08-20T21:45:49.5936868Z [00:02:47.305]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/src/common/deps.rs' from root:root to runner:runner
2025-08-20T21:45:49.5938144Z [00:02:47.305]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/src/common/hash.rs' from root:root to runner:runner
2025-08-20T21:45:49.5940282Z [00:02:47.305]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/src/common/clipboard.rs' from root:root to runner:runner
2025-08-20T21:45:49.5942746Z [00:02:47.305]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/src/common/mod.rs' from root:root to runner:runner
2025-08-20T21:45:49.5944155Z [00:02:47.305]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/src/common/shell.rs' from root:root to runner:runner
2025-08-20T21:45:49.5946561Z [00:02:47.305]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/src/common/git.rs' from root:root to runner:runner
2025-08-20T21:45:49.5948555Z [00:02:47.305]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/src/common' from root:root to runner:runner
2025-08-20T21:45:49.5949876Z [00:02:47.305]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/src/structures/cheat.rs' from root:root to runner:runner
2025-08-20T21:45:49.5951787Z [00:02:47.305]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/src/structures/fetcher.rs' from root:root to runner:runner
2025-08-20T21:45:49.5954395Z [00:02:47.305]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/src/structures/item.rs' from root:root to runner:runner
2025-08-20T21:45:49.5956109Z [00:02:47.305]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/src/structures/mod.rs' from root:root to runner:runner
2025-08-20T21:45:49.5958480Z [00:02:47.305]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/src/structures' from root:root to runner:runner
2025-08-20T21:45:49.5960146Z [00:02:47.305]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/src/prelude.rs' from root:root to runner:runner
2025-08-20T21:45:49.5961841Z [00:02:47.305]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/src/filesystem.rs' from root:root to runner:runner
2025-08-20T21:45:49.5964499Z [00:02:47.305]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/src/commands/preview/var_stdin.rs' from root:root to runner:runner
2025-08-20T21:45:49.5965901Z [00:02:47.305]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/src/commands/preview/mod.rs' from root:root to runner:runner
2025-08-20T21:45:49.5968321Z [00:02:47.305]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/src/commands/preview/var.rs' from root:root to runner:runner
2025-08-20T21:45:49.5970728Z [00:02:47.305]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/src/commands/preview' from root:root to runner:runner
2025-08-20T21:45:49.5973222Z [00:02:47.306]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/src/commands/temp.rs' from root:root to runner:runner
2025-08-20T21:45:49.5975141Z [00:02:47.306]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/src/commands/core/actor.rs' from root:root to runner:runner
2025-08-20T21:45:49.5977007Z [00:02:47.306]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/src/commands/core/mod.rs' from root:root to runner:runner
2025-08-20T21:45:49.5979185Z [00:02:47.306]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/src/commands/core' from root:root to runner:runner
2025-08-20T21:45:49.5980516Z [00:02:47.306]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/src/commands/repo/browse.rs' from root:root to runner:runner
2025-08-20T21:45:49.5982985Z [00:02:47.306]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/src/commands/repo/add.rs' from root:root to runner:runner
2025-08-20T21:45:49.5984985Z [00:02:47.306]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/src/commands/repo/mod.rs' from root:root to runner:runner
2025-08-20T21:45:49.5986823Z [00:02:47.306]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/src/commands/repo' from root:root to runner:runner
2025-08-20T21:45:49.5989230Z [00:02:47.306]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/src/commands/info.rs' from root:root to runner:runner
2025-08-20T21:45:49.5990603Z [00:02:47.306]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/src/commands/func/map.rs' from root:root to runner:runner
2025-08-20T21:45:49.5992762Z [00:02:47.306]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/src/commands/func/widget.rs' from root:root to runner:runner
2025-08-20T21:45:49.5995259Z [00:02:47.306]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/src/commands/func/mod.rs' from root:root to runner:runner
2025-08-20T21:45:49.5997175Z [00:02:47.306]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/src/commands/func' from root:root to runner:runner
2025-08-20T21:45:49.5999572Z [00:02:47.306]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/src/commands/mod.rs' from root:root to runner:runner
2025-08-20T21:45:49.6000984Z [00:02:47.306]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/src/commands/shell.rs' from root:root to runner:runner
2025-08-20T21:45:49.6003352Z [00:02:47.306]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/src/commands' from root:root to runner:runner
2025-08-20T21:45:49.6005065Z [00:02:47.306]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/src/deser/terminal.rs' from root:root to runner:runner
2025-08-20T21:45:49.6006404Z [00:02:47.306]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/src/deser/raycast.rs' from root:root to runner:runner
2025-08-20T21:45:49.6009076Z [00:02:47.306]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/src/deser/mod.rs' from root:root to runner:runner
2025-08-20T21:45:49.6010818Z [00:02:47.306]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/src/deser' from root:root to runner:runner
2025-08-20T21:45:49.6013308Z [00:02:47.306]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/src/finder/structures.rs' from root:root to runner:runner
2025-08-20T21:45:49.6015163Z [00:02:47.306]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/src/finder/post.rs' from root:root to runner:runner
2025-08-20T21:45:49.6016427Z [00:02:47.306]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/src/finder/mod.rs' from root:root to runner:runner
2025-08-20T21:45:49.6018147Z [00:02:47.306]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/src/finder' from root:root to runner:runner
2025-08-20T21:45:49.6020504Z [00:02:47.307]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/src/libs/dns_common/component.rs' from root:root to runner:runner
2025-08-20T21:45:49.6022017Z [00:02:47.307]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/src/libs/dns_common/mod.rs' from root:root to runner:runner
2025-08-20T21:45:49.6024322Z [00:02:47.307]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/src/libs/dns_common/tracing.rs' from root:root to runner:runner
2025-08-20T21:45:49.6026602Z [00:02:47.307]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/src/libs/dns_common' from root:root to runner:runner
2025-08-20T21:45:49.6027849Z [00:02:47.307]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/src/libs' from root:root to runner:runner
2025-08-20T21:45:49.6030019Z [00:02:47.307]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/src/lib.rs' from root:root to runner:runner
2025-08-20T21:45:49.6031921Z [00:02:47.307]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/src/clients/tldr.rs' from root:root to runner:runner
2025-08-20T21:45:49.6033446Z [00:02:47.307]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/src/clients/cheatsh.rs' from root:root to runner:runner
2025-08-20T21:45:49.6035867Z [00:02:47.307]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/src/clients/mod.rs' from root:root to runner:runner
2025-08-20T21:45:49.6037623Z [00:02:47.307]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/src/clients' from root:root to runner:runner
2025-08-20T21:45:49.6039503Z [00:02:47.307]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/src/parser.rs' from root:root to runner:runner
2025-08-20T21:45:49.6041756Z [00:02:47.307]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/src' from root:root to runner:runner
2025-08-20T21:45:49.6043828Z [00:02:47.307]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/Cargo.lock' from root:root to runner:runner
2025-08-20T21:45:49.6046229Z [00:02:47.307]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/scripts/install' from root:root to runner:runner
2025-08-20T21:45:49.6048517Z [00:02:47.307]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/scripts/release' from root:root to runner:runner
2025-08-20T21:45:49.6050350Z [00:02:47.307]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/scripts/make' from root:root to runner:runner
2025-08-20T21:45:49.6051595Z [00:02:47.307]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/scripts/docker' from root:root to runner:runner
2025-08-20T21:45:49.6053041Z [00:02:47.307]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/scripts/dot' from root:root to runner:runner
2025-08-20T21:45:49.6054469Z [00:02:47.307]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/scripts/test' from root:root to runner:runner
2025-08-20T21:45:49.6055644Z [00:02:47.307]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/scripts' from root:root to runner:runner
2025-08-20T21:45:49.6057661Z [00:02:47.307]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/Makefile' from root:root to runner:runner
2025-08-20T21:45:49.6060004Z [00:02:47.307]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/shell/navi.plugin.nu' from root:root to runner:runner
2025-08-20T21:45:49.6061390Z [00:02:47.307]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/shell/navi.plugin.fish' from root:root to runner:runner
2025-08-20T21:45:49.6063713Z [00:02:47.307]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/shell/navi.plugin.ps1' from root:root to runner:runner
2025-08-20T21:45:49.6065953Z [00:02:47.307]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/shell/navi.plugin.elv' from root:root to runner:runner
2025-08-20T21:45:49.6067260Z [00:02:47.307]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/shell/navi.plugin.zsh' from root:root to runner:runner
2025-08-20T21:45:49.6069376Z [00:02:47.307]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/shell/navi.plugin.bash' from root:root to runner:runner
2025-08-20T21:45:49.6071585Z [00:02:47.307]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/shell' from root:root to runner:runner
2025-08-20T21:45:49.6073236Z [00:02:47.307]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/LICENSE' from root:root to runner:runner
2025-08-20T21:45:49.6075372Z [00:02:47.307]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/.github/config.yml' from root:root to runner:runner
2025-08-20T21:45:49.6077432Z [00:02:47.307]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/.github/workflows/cd.yml' from root:root to runner:runner
2025-08-20T21:45:49.6078749Z [00:02:47.307]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/.github/workflows/ci.yml' from root:root to runner:runner
2025-08-20T21:45:49.6081071Z [00:02:47.307]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/.github/workflows' from root:root to runner:runner
2025-08-20T21:45:49.6084622Z [00:02:47.307]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/.github/FUNDING.yml' from root:root to runner:runner
2025-08-20T21:45:49.6085924Z [00:02:47.307]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/.github/CODEOWNERS' from root:root to runner:runner
2025-08-20T21:45:49.6087335Z [00:02:47.307]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/.github/ISSUE_TEMPLATE/bug_report.md' from root:root to runner:runner
2025-08-20T21:45:49.6089144Z [00:02:47.307]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/.github/ISSUE_TEMPLATE/feature_request.md' from root:root to runner:runner
2025-08-20T21:45:49.6090557Z [00:02:47.307]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/.github/ISSUE_TEMPLATE' from root:root to runner:runner
2025-08-20T21:45:49.6091784Z [00:02:47.307]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/.github' from root:root to runner:runner
2025-08-20T21:45:49.6093418Z [00:02:47.307]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/.git/hooks/push-to-checkout.sample' from root:root to runner:runner
2025-08-20T21:45:49.6094999Z [00:02:47.307]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/.git/hooks/post-update.sample' from root:root to runner:runner
2025-08-20T21:45:49.6096640Z [00:02:47.307]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/.git/hooks/prepare-commit-msg.sample' from root:root to runner:runner
2025-08-20T21:45:49.6097975Z [00:02:47.307]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/.git/hooks/update.sample' from root:root to runner:runner
2025-08-20T21:45:49.6099282Z [00:02:47.307]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/.git/hooks/pre-receive.sample' from root:root to runner:runner
2025-08-20T21:45:49.6101113Z [00:02:47.307]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/.git/hooks/sendemail-validate.sample' from root:root to runner:runner
2025-08-20T21:45:49.6102665Z [00:02:47.307]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/.git/hooks/pre-commit.sample' from root:root to runner:runner
2025-08-20T21:45:49.6104985Z [00:02:47.307]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/.git/hooks/commit-msg.sample' from root:root to runner:runner
2025-08-20T21:45:49.6106369Z [00:02:47.308]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/.git/hooks/pre-applypatch.sample' from root:root to runner:runner
2025-08-20T21:45:49.6108151Z [00:02:47.308]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/.git/hooks/pre-rebase.sample' from root:root to runner:runner
2025-08-20T21:45:49.6109470Z [00:02:47.308]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/.git/hooks/pre-push.sample' from root:root to runner:runner
2025-08-20T21:45:49.6110959Z [00:02:47.308]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/.git/hooks/applypatch-msg.sample' from root:root to runner:runner
2025-08-20T21:45:49.6112903Z [00:02:47.308]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/.git/hooks/pre-merge-commit.sample' from root:root to runner:runner
2025-08-20T21:45:49.6114558Z [00:02:47.308]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/.git/hooks/fsmonitor-watchman.sample' from root:root to runner:runner
2025-08-20T21:45:49.6115851Z [00:02:47.308]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/.git/hooks' from root:root to runner:runner
2025-08-20T21:45:49.6117107Z [00:02:47.308]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/.git/logs/refs/heads/master' from root:root to runner:runner
2025-08-20T21:45:49.6118943Z [00:02:47.308]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/.git/logs/refs/heads' from root:root to runner:runner
2025-08-20T21:45:49.6120265Z [00:02:47.308]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/.git/logs/refs/remotes/origin/HEAD' from root:root to runner:runner
2025-08-20T21:45:49.6121755Z [00:02:47.308]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/.git/logs/refs/remotes/origin' from root:root to runner:runner
2025-08-20T21:45:49.6123297Z [00:02:47.308]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/.git/logs/refs/remotes' from root:root to runner:runner
2025-08-20T21:45:49.6125034Z [00:02:47.308]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/.git/logs/refs' from root:root to runner:runner
2025-08-20T21:45:49.6126241Z [00:02:47.308]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/.git/logs/HEAD' from root:root to runner:runner
2025-08-20T21:45:49.6127423Z [00:02:47.308]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/.git/logs' from root:root to runner:runner
2025-08-20T21:45:49.6128658Z [00:02:47.308]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/.git/refs/heads/master' from root:root to runner:runner
2025-08-20T21:45:49.6130369Z [00:02:47.308]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/.git/refs/heads' from root:root to runner:runner
2025-08-20T21:45:49.6131666Z [00:02:47.308]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/.git/refs/remotes/origin/HEAD' from root:root to runner:runner
2025-08-20T21:45:49.6133164Z [00:02:47.308]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/.git/refs/remotes/origin' from root:root to runner:runner
2025-08-20T21:45:49.6134420Z [00:02:47.308]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/.git/refs/remotes' from root:root to runner:runner
2025-08-20T21:45:49.6136110Z [00:02:47.308]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/.git/refs/tags' from root:root to runner:runner
2025-08-20T21:45:49.6137459Z [00:02:47.308]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/.git/refs' from root:root to runner:runner
2025-08-20T21:45:49.6138634Z [00:02:47.308]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/.git/config' from root:root to runner:runner
2025-08-20T21:45:49.6139849Z [00:02:47.308]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/.git/packed-refs' from root:root to runner:runner
2025-08-20T21:45:49.6141583Z [00:02:47.309]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/.git/description' from root:root to runner:runner
2025-08-20T21:45:49.6143015Z [00:02:47.309]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/.git/HEAD' from root:root to runner:runner
2025-08-20T21:45:49.6144956Z [00:02:47.309]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/.git/objects/pack/pack-af19fc1c32179dcf180792912dd0c7356812f187.pack' from root:root to runner:runner
2025-08-20T21:45:49.6146791Z [00:02:47.309]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/.git/objects/pack/pack-f668f597be996c03bb307a3ed6fc30e27c34a358.promisor' from root:root to runner:runner
2025-08-20T21:45:49.6149153Z [00:02:47.309]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/.git/objects/pack/pack-af19fc1c32179dcf180792912dd0c7356812f187.idx' from root:root to runner:runner
2025-08-20T21:45:49.6150836Z [00:02:47.309]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/.git/objects/pack/pack-f668f597be996c03bb307a3ed6fc30e27c34a358.pack' from root:root to runner:runner
2025-08-20T21:45:49.6153120Z [00:02:47.309]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/.git/objects/pack/pack-f668f597be996c03bb307a3ed6fc30e27c34a358.idx' from root:root to runner:runner
2025-08-20T21:45:49.6154803Z [00:02:47.309]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/.git/objects/pack/pack-af19fc1c32179dcf180792912dd0c7356812f187.promisor' from root:root to runner:runner
2025-08-20T21:45:49.6156463Z [00:02:47.309]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/.git/objects/pack/pack-af19fc1c32179dcf180792912dd0c7356812f187.rev' from root:root to runner:runner
2025-08-20T21:45:49.6158468Z [00:02:47.309]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/.git/objects/pack/pack-f668f597be996c03bb307a3ed6fc30e27c34a358.rev' from root:root to runner:runner
2025-08-20T21:45:49.6159989Z [00:02:47.309]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/.git/objects/pack' from root:root to runner:runner
2025-08-20T21:45:49.6161219Z [00:02:47.309]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/.git/objects/info' from root:root to runner:runner
2025-08-20T21:45:49.6162598Z [00:02:47.309]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/.git/objects' from root:root to runner:runner
2025-08-20T21:45:49.6164287Z [00:02:47.309]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/.git/info/exclude' from root:root to runner:runner
2025-08-20T21:45:49.6165632Z [00:02:47.309]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/.git/info' from root:root to runner:runner
2025-08-20T21:45:49.6167445Z [00:02:47.309]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/.git/index' from root:root to runner:runner
2025-08-20T21:45:49.6168659Z [00:02:47.309]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/.git' from root:root to runner:runner
2025-08-20T21:45:49.6169870Z [00:02:47.309]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/.rustc_info.json' from root:root to runner:runner
2025-08-20T21:45:49.6171166Z [00:02:47.309]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/examples' from root:root to runner:runner
2025-08-20T21:45:49.6172696Z [00:02:47.309]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/incremental' from root:root to runner:runner
2025-08-20T21:45:49.6174024Z [00:02:47.309]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/.cargo-lock' from root:root to runner:runner
2025-08-20T21:45:49.6175520Z [00:02:47.310]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/build/signal-hook-5f19529e4294d177/build-script-build' from root:root to runner:runner
2025-08-20T21:45:49.6177339Z [00:02:47.310]➜  ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/build/signal-hook-5f19529e4294d177/build_script_build-5f19529e4294d177' retained as runner:runner
2025-08-20T21:45:49.6179099Z [00:02:47.310]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/build/signal-hook-5f19529e4294d177/build_script_build-5f19529e4294d177.d' from root:root to runner:runner
2025-08-20T21:45:49.6180749Z [00:02:47.310]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/build/signal-hook-5f19529e4294d177' from root:root to runner:runner
2025-08-20T21:45:49.6182501Z [00:02:47.310]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/build/proc-macro2-9a45ebdaa183fd74/build-script-build' from root:root to runner:runner
2025-08-20T21:45:49.6184276Z [00:02:47.310]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/build/proc-macro2-9a45ebdaa183fd74/build_script_build-9a45ebdaa183fd74.d' from root:root to runner:runner
2025-08-20T21:45:49.6186039Z [00:02:47.310]➜  ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/build/proc-macro2-9a45ebdaa183fd74/build_script_build-9a45ebdaa183fd74' retained as runner:runner
2025-08-20T21:45:49.6187651Z [00:02:47.310]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/build/proc-macro2-9a45ebdaa183fd74' from root:root to runner:runner
2025-08-20T21:45:49.6189230Z [00:02:47.310]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/build/anyhow-66042c0a4180a7fd/build-script-build' from root:root to runner:runner
2025-08-20T21:45:49.6190867Z [00:02:47.310]➜  ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/build/anyhow-66042c0a4180a7fd/build_script_build-66042c0a4180a7fd' retained as runner:runner
2025-08-20T21:45:49.6192796Z [00:02:47.310]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/build/anyhow-66042c0a4180a7fd/build_script_build-66042c0a4180a7fd.d' from root:root to runner:runner
2025-08-20T21:45:49.6194393Z [00:02:47.310]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/build/anyhow-66042c0a4180a7fd' from root:root to runner:runner
2025-08-20T21:45:49.6195943Z [00:02:47.310]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/build/libc-2378faa57fec55dc/build-script-build' from root:root to runner:runner
2025-08-20T21:45:49.6197561Z [00:02:47.310]➜  ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/build/libc-2378faa57fec55dc/build_script_build-2378faa57fec55dc' retained as runner:runner
2025-08-20T21:45:49.6199264Z [00:02:47.310]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/build/libc-2378faa57fec55dc/build_script_build-2378faa57fec55dc.d' from root:root to runner:runner
2025-08-20T21:45:49.6200845Z [00:02:47.310]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/build/libc-2378faa57fec55dc' from root:root to runner:runner
2025-08-20T21:45:49.6202593Z [00:02:47.310]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/build/serde-751087b8d5de963b/build-script-build' from root:root to runner:runner
2025-08-20T21:45:49.6204290Z [00:02:47.310]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/build/serde-751087b8d5de963b/build_script_build-751087b8d5de963b.d' from root:root to runner:runner
2025-08-20T21:45:49.6205973Z [00:02:47.310]➜  ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/build/serde-751087b8d5de963b/build_script_build-751087b8d5de963b' retained as runner:runner
2025-08-20T21:45:49.6207501Z [00:02:47.310]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/build/serde-751087b8d5de963b' from root:root to runner:runner
2025-08-20T21:45:49.6209028Z [00:02:47.310]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/build/nix-63112b10cbc31ed3/build-script-build' from root:root to runner:runner
2025-08-20T21:45:49.6210698Z [00:02:47.310]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/build/nix-63112b10cbc31ed3/build_script_build-63112b10cbc31ed3.d' from root:root to runner:runner
2025-08-20T21:45:49.6212501Z [00:02:47.310]➜  ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/build/nix-63112b10cbc31ed3/build_script_build-63112b10cbc31ed3' retained as runner:runner
2025-08-20T21:45:49.6214055Z [00:02:47.310]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/build/nix-63112b10cbc31ed3' from root:root to runner:runner
2025-08-20T21:45:49.6215639Z [00:02:47.310]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/build/parking_lot_core-fccac97e9e7e581c/build-script-build' from root:root to runner:runner
2025-08-20T21:45:49.6217354Z [00:02:47.310]➜  ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/build/parking_lot_core-fccac97e9e7e581c/build_script_build-fccac97e9e7e581c' retained as runner:runner
2025-08-20T21:45:49.6219256Z [00:02:47.310]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/build/parking_lot_core-fccac97e9e7e581c/build_script_build-fccac97e9e7e581c.d' from root:root to runner:runner
2025-08-20T21:45:49.6220922Z [00:02:47.310]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/build/parking_lot_core-fccac97e9e7e581c' from root:root to runner:runner
2025-08-20T21:45:49.6222577Z [00:02:47.310]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/build/proc-macro2-37d19a579c408f05/out' from root:root to runner:runner
2025-08-20T21:45:49.6224125Z [00:02:47.310]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/build/proc-macro2-37d19a579c408f05/output' from root:root to runner:runner
2025-08-20T21:45:49.6225715Z [00:02:47.310]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/build/proc-macro2-37d19a579c408f05/root-output' from root:root to runner:runner
2025-08-20T21:45:49.6227335Z [00:02:47.310]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/build/proc-macro2-37d19a579c408f05/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:45:49.6229046Z [00:02:47.310]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/build/proc-macro2-37d19a579c408f05/stderr' from root:root to runner:runner
2025-08-20T21:45:49.6230574Z [00:02:47.310]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/build/proc-macro2-37d19a579c408f05' from root:root to runner:runner
2025-08-20T21:45:49.6232170Z [00:02:47.310]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/build/thiserror-e0105bd0feb67a5a/build-script-build' from root:root to runner:runner
2025-08-20T21:45:49.6234004Z [00:02:47.310]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/build/thiserror-e0105bd0feb67a5a/build_script_build-e0105bd0feb67a5a.d' from root:root to runner:runner
2025-08-20T21:45:49.6235738Z [00:02:47.310]➜  ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/build/thiserror-e0105bd0feb67a5a/build_script_build-e0105bd0feb67a5a' retained as runner:runner
2025-08-20T21:45:49.6237561Z [00:02:47.310]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/build/thiserror-e0105bd0feb67a5a' from root:root to runner:runner
2025-08-20T21:45:49.6239134Z [00:02:47.311]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/build/lock_api-716af1141cc35f0a/build-script-build' from root:root to runner:runner
2025-08-20T21:45:49.6240848Z [00:02:47.311]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/build/lock_api-716af1141cc35f0a/build_script_build-716af1141cc35f0a.d' from root:root to runner:runner
2025-08-20T21:45:49.6242871Z [00:02:47.311]➜  ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/build/lock_api-716af1141cc35f0a/build_script_build-716af1141cc35f0a' retained as runner:runner
2025-08-20T21:45:49.6244613Z [00:02:47.311]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/build/lock_api-716af1141cc35f0a' from root:root to runner:runner
2025-08-20T21:45:49.6246159Z [00:02:47.311]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/build/rustix-4710cd597d84f4fb/build-script-build' from root:root to runner:runner
2025-08-20T21:45:49.6247855Z [00:02:47.311]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/build/rustix-4710cd597d84f4fb/build_script_build-4710cd597d84f4fb.d' from root:root to runner:runner
2025-08-20T21:45:49.6249552Z [00:02:47.311]➜  ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/build/rustix-4710cd597d84f4fb/build_script_build-4710cd597d84f4fb' retained as runner:runner
2025-08-20T21:45:49.6251099Z [00:02:47.311]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/build/rustix-4710cd597d84f4fb' from root:root to runner:runner
2025-08-20T21:45:49.6252629Z [00:02:47.311]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/build' from root:root to runner:runner
2025-08-20T21:45:49.6254041Z [00:02:47.311]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/deps/libheck-cb7f72c37e5a2d54.rlib' from root:root to runner:runner
2025-08-20T21:45:49.6256445Z [00:02:47.311]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/deps/libsyn-8c07b149d8b56927.rmeta' from root:root to runner:runner
2025-08-20T21:45:49.6259339Z [00:02:47.311]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/deps/autocfg-48aa38da72696c47.d' from root:root to runner:runner
2025-08-20T21:45:49.6262075Z [00:02:47.311]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/deps/heck-cb7f72c37e5a2d54.d' from root:root to runner:runner
2025-08-20T21:45:49.6264988Z [00:02:47.311]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/deps/proc_macro2-dc6298092e90a8c6.d' from root:root to runner:runner
2025-08-20T21:45:49.6266767Z [00:02:47.311]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/deps/libcfg_aliases-4cc02de9c3a1b142.rlib' from root:root to runner:runner
2025-08-20T21:45:49.6268304Z [00:02:47.311]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/deps/libsyn-8c07b149d8b56927.rlib' from root:root to runner:runner
2025-08-20T21:45:49.6269812Z [00:02:47.311]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/deps/clap_derive-e62de34094cea969.d' from root:root to runner:runner
2025-08-20T21:45:49.6271274Z [00:02:47.311]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/deps/syn-8c07b149d8b56927.d' from root:root to runner:runner
2025-08-20T21:45:49.6272977Z [00:02:47.311]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/deps/thiserror_impl-acb5002aceb1c81f.d' from root:root to runner:runner
2025-08-20T21:45:49.6274528Z [00:02:47.311]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/deps/libserde_derive-a0708cb63c51173c.so' from root:root to runner:runner
2025-08-20T21:45:49.6276267Z [00:02:47.312]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/deps/tracing_attributes-f3a1576be03de053.d' from root:root to runner:runner
2025-08-20T21:45:49.6277802Z [00:02:47.312]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/deps/libquote-2202bd990a48b064.rlib' from root:root to runner:runner
2025-08-20T21:45:49.6279351Z [00:02:47.312]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/deps/libcfg_aliases-4cc02de9c3a1b142.rmeta' from root:root to runner:runner
2025-08-20T21:45:49.6280914Z [00:02:47.312]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/deps/libclap_derive-e62de34094cea969.so' from root:root to runner:runner
2025-08-20T21:45:49.6282656Z [00:02:47.312]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/deps/libunicode_ident-501e9b9575bd724e.rlib' from root:root to runner:runner
2025-08-20T21:45:49.6284203Z [00:02:47.312]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/deps/cfg_aliases-4cc02de9c3a1b142.d' from root:root to runner:runner
2025-08-20T21:45:49.6285869Z [00:02:47.312]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/deps/libthiserror_impl-acb5002aceb1c81f.so' from root:root to runner:runner
2025-08-20T21:45:49.6287495Z [00:02:47.312]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/deps/libproc_macro2-dc6298092e90a8c6.rmeta' from root:root to runner:runner
2025-08-20T21:45:49.6289013Z [00:02:47.312]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/deps/quote-2202bd990a48b064.d' from root:root to runner:runner
2025-08-20T21:45:49.6290523Z [00:02:47.312]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/deps/libproc_macro2-dc6298092e90a8c6.rlib' from root:root to runner:runner
2025-08-20T21:45:49.6292083Z [00:02:47.312]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/deps/unicode_ident-501e9b9575bd724e.d' from root:root to runner:runner
2025-08-20T21:45:49.6293800Z [00:02:47.312]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/deps/libheck-cb7f72c37e5a2d54.rmeta' from root:root to runner:runner
2025-08-20T21:45:49.6295345Z [00:02:47.312]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/deps/libautocfg-48aa38da72696c47.rmeta' from root:root to runner:runner
2025-08-20T21:45:49.6296881Z [00:02:47.312]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/deps/libautocfg-48aa38da72696c47.rlib' from root:root to runner:runner
2025-08-20T21:45:49.6298456Z [00:02:47.312]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/deps/libtracing_attributes-f3a1576be03de053.so' from root:root to runner:runner
2025-08-20T21:45:49.6300025Z [00:02:47.312]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/deps/libquote-2202bd990a48b064.rmeta' from root:root to runner:runner
2025-08-20T21:45:49.6301671Z [00:02:47.312]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/deps/serde_derive-a0708cb63c51173c.d' from root:root to runner:runner
2025-08-20T21:45:49.6303402Z [00:02:47.312]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/deps/libunicode_ident-501e9b9575bd724e.rmeta' from root:root to runner:runner
2025-08-20T21:45:49.6304827Z [00:02:47.312]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/deps' from root:root to runner:runner
2025-08-20T21:45:49.6306385Z [00:02:47.312]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/.fingerprint/signal-hook-5f19529e4294d177/build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:45:49.6308216Z [00:02:47.312]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/.fingerprint/signal-hook-5f19529e4294d177/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:45:49.6309974Z [00:02:47.312]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/.fingerprint/signal-hook-5f19529e4294d177/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:45:49.6311870Z [00:02:47.312]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/.fingerprint/signal-hook-5f19529e4294d177/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:45:49.6313771Z [00:02:47.312]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/.fingerprint/signal-hook-5f19529e4294d177' from root:root to runner:runner
2025-08-20T21:45:49.6315468Z [00:02:47.312]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/.fingerprint/proc-macro2-9a45ebdaa183fd74/build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:45:49.6317299Z [00:02:47.312]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/.fingerprint/proc-macro2-9a45ebdaa183fd74/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:45:49.6319071Z [00:02:47.312]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/.fingerprint/proc-macro2-9a45ebdaa183fd74/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:45:49.6320852Z [00:02:47.312]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/.fingerprint/proc-macro2-9a45ebdaa183fd74/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:45:49.6322696Z [00:02:47.312]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/.fingerprint/proc-macro2-9a45ebdaa183fd74' from root:root to runner:runner
2025-08-20T21:45:49.6324344Z [00:02:47.312]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/.fingerprint/proc-macro2-dc6298092e90a8c6/dep-lib-proc_macro2' from root:root to runner:runner
2025-08-20T21:45:49.6326052Z [00:02:47.312]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/.fingerprint/proc-macro2-dc6298092e90a8c6/lib-proc_macro2' from root:root to runner:runner
2025-08-20T21:45:49.6327922Z [00:02:47.312]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/.fingerprint/proc-macro2-dc6298092e90a8c6/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:45:49.6330190Z [00:02:47.312]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/.fingerprint/proc-macro2-dc6298092e90a8c6/lib-proc_macro2.json' from root:root to runner:runner
2025-08-20T21:45:49.6333468Z [00:02:47.312]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/.fingerprint/proc-macro2-dc6298092e90a8c6' from root:root to runner:runner
2025-08-20T21:45:49.6336555Z [00:02:47.312]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/.fingerprint/serde_derive-a0708cb63c51173c/lib-serde_derive.json' from root:root to runner:runner
2025-08-20T21:45:49.6339575Z [00:02:47.312]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/.fingerprint/serde_derive-a0708cb63c51173c/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:45:49.6341302Z [00:02:47.312]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/.fingerprint/serde_derive-a0708cb63c51173c/dep-lib-serde_derive' from root:root to runner:runner
2025-08-20T21:45:49.6343657Z [00:02:47.313]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/.fingerprint/serde_derive-a0708cb63c51173c/lib-serde_derive' from root:root to runner:runner
2025-08-20T21:45:49.6345316Z [00:02:47.313]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/.fingerprint/serde_derive-a0708cb63c51173c' from root:root to runner:runner
2025-08-20T21:45:49.6346890Z [00:02:47.313]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/.fingerprint/syn-8c07b149d8b56927/dep-lib-syn' from root:root to runner:runner
2025-08-20T21:45:49.6348492Z [00:02:47.313]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/.fingerprint/syn-8c07b149d8b56927/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:45:49.6350080Z [00:02:47.313]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/.fingerprint/syn-8c07b149d8b56927/lib-syn' from root:root to runner:runner
2025-08-20T21:45:49.6351654Z [00:02:47.313]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/.fingerprint/syn-8c07b149d8b56927/lib-syn.json' from root:root to runner:runner
2025-08-20T21:45:49.6353477Z [00:02:47.313]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/.fingerprint/syn-8c07b149d8b56927' from root:root to runner:runner
2025-08-20T21:45:49.6355114Z [00:02:47.313]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/.fingerprint/anyhow-66042c0a4180a7fd/build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:45:49.6356916Z [00:02:47.313]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/.fingerprint/anyhow-66042c0a4180a7fd/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:45:49.6358778Z [00:02:47.313]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/.fingerprint/anyhow-66042c0a4180a7fd/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:45:49.6360506Z [00:02:47.313]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/.fingerprint/anyhow-66042c0a4180a7fd/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:45:49.6362152Z [00:02:47.313]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/.fingerprint/anyhow-66042c0a4180a7fd' from root:root to runner:runner
2025-08-20T21:45:49.6363991Z [00:02:47.313]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/.fingerprint/thiserror-impl-acb5002aceb1c81f/dep-lib-thiserror_impl' from root:root to runner:runner
2025-08-20T21:45:49.6365760Z [00:02:47.313]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/.fingerprint/thiserror-impl-acb5002aceb1c81f/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:45:49.6367485Z [00:02:47.313]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/.fingerprint/thiserror-impl-acb5002aceb1c81f/lib-thiserror_impl' from root:root to runner:runner
2025-08-20T21:45:49.6369347Z [00:02:47.313]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/.fingerprint/thiserror-impl-acb5002aceb1c81f/lib-thiserror_impl.json' from root:root to runner:runner
2025-08-20T21:45:49.6371029Z [00:02:47.313]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/.fingerprint/thiserror-impl-acb5002aceb1c81f' from root:root to runner:runner
2025-08-20T21:45:49.6372947Z [00:02:47.313]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/.fingerprint/clap_derive-e62de34094cea969/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:45:49.6374638Z [00:02:47.313]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/.fingerprint/clap_derive-e62de34094cea969/lib-clap_derive' from root:root to runner:runner
2025-08-20T21:45:49.6376322Z [00:02:47.313]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/.fingerprint/clap_derive-e62de34094cea969/lib-clap_derive.json' from root:root to runner:runner
2025-08-20T21:45:49.6378014Z [00:02:47.313]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/.fingerprint/clap_derive-e62de34094cea969/dep-lib-clap_derive' from root:root to runner:runner
2025-08-20T21:45:49.6379633Z [00:02:47.313]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/.fingerprint/clap_derive-e62de34094cea969' from root:root to runner:runner
2025-08-20T21:45:49.6381281Z [00:02:47.313]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/.fingerprint/libc-2378faa57fec55dc/build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:45:49.6383534Z [00:02:47.313]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/.fingerprint/libc-2378faa57fec55dc/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:45:49.6385450Z [00:02:47.313]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/.fingerprint/libc-2378faa57fec55dc/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:45:49.6387218Z [00:02:47.313]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/.fingerprint/libc-2378faa57fec55dc/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:45:49.6388857Z [00:02:47.313]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/.fingerprint/libc-2378faa57fec55dc' from root:root to runner:runner
2025-08-20T21:45:49.6390422Z [00:02:47.313]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/.fingerprint/quote-2202bd990a48b064/lib-quote.json' from root:root to runner:runner
2025-08-20T21:45:49.6392066Z [00:02:47.313]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/.fingerprint/quote-2202bd990a48b064/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:45:49.6393873Z [00:02:47.313]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/.fingerprint/quote-2202bd990a48b064/lib-quote' from root:root to runner:runner
2025-08-20T21:45:49.6395582Z [00:02:47.313]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/.fingerprint/quote-2202bd990a48b064/dep-lib-quote' from root:root to runner:runner
2025-08-20T21:45:49.6397137Z [00:02:47.313]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/.fingerprint/quote-2202bd990a48b064' from root:root to runner:runner
2025-08-20T21:45:49.6398725Z [00:02:47.313]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/.fingerprint/autocfg-48aa38da72696c47/lib-autocfg.json' from root:root to runner:runner
2025-08-20T21:45:49.6400377Z [00:02:47.313]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/.fingerprint/autocfg-48aa38da72696c47/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:45:49.6402017Z [00:02:47.313]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/.fingerprint/autocfg-48aa38da72696c47/lib-autocfg' from root:root to runner:runner
2025-08-20T21:45:49.6404024Z [00:02:47.313]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/.fingerprint/autocfg-48aa38da72696c47/dep-lib-autocfg' from root:root to runner:runner
2025-08-20T21:45:49.6406488Z [00:02:47.313]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/.fingerprint/autocfg-48aa38da72696c47' from root:root to runner:runner
2025-08-20T21:45:49.6409627Z [00:02:47.314]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/.fingerprint/serde-751087b8d5de963b/build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:45:49.6413170Z [00:02:47.314]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/.fingerprint/serde-751087b8d5de963b/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:45:49.6415599Z [00:02:47.314]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/.fingerprint/serde-751087b8d5de963b/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:45:49.6417575Z [00:02:47.314]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/.fingerprint/serde-751087b8d5de963b/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:45:49.6419229Z [00:02:47.314]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/.fingerprint/serde-751087b8d5de963b' from root:root to runner:runner
2025-08-20T21:45:49.6420817Z [00:02:47.314]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/.fingerprint/heck-cb7f72c37e5a2d54/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:45:49.6422752Z [00:02:47.314]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/.fingerprint/heck-cb7f72c37e5a2d54/dep-lib-heck' from root:root to runner:runner
2025-08-20T21:45:49.6424398Z [00:02:47.314]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/.fingerprint/heck-cb7f72c37e5a2d54/lib-heck.json' from root:root to runner:runner
2025-08-20T21:45:49.6425987Z [00:02:47.314]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/.fingerprint/heck-cb7f72c37e5a2d54/lib-heck' from root:root to runner:runner
2025-08-20T21:45:49.6427638Z [00:02:47.314]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/.fingerprint/heck-cb7f72c37e5a2d54' from root:root to runner:runner
2025-08-20T21:45:49.6429295Z [00:02:47.314]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/.fingerprint/nix-63112b10cbc31ed3/build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:45:49.6431064Z [00:02:47.314]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/.fingerprint/nix-63112b10cbc31ed3/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:45:49.6432944Z [00:02:47.314]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/.fingerprint/nix-63112b10cbc31ed3/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:45:49.6434671Z [00:02:47.314]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/.fingerprint/nix-63112b10cbc31ed3/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:45:49.6436297Z [00:02:47.314]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/.fingerprint/nix-63112b10cbc31ed3' from root:root to runner:runner
2025-08-20T21:45:49.6437972Z [00:02:47.314]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/.fingerprint/parking_lot_core-fccac97e9e7e581c/build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:45:49.6439835Z [00:02:47.314]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/.fingerprint/parking_lot_core-fccac97e9e7e581c/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:45:49.6441626Z [00:02:47.314]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/.fingerprint/parking_lot_core-fccac97e9e7e581c/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:45:49.6443843Z [00:02:47.314]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/.fingerprint/parking_lot_core-fccac97e9e7e581c/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:45:49.6445571Z [00:02:47.314]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/.fingerprint/parking_lot_core-fccac97e9e7e581c' from root:root to runner:runner
2025-08-20T21:45:49.6447330Z [00:02:47.314]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/.fingerprint/proc-macro2-37d19a579c408f05/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:45:49.6449192Z [00:02:47.314]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/.fingerprint/proc-macro2-37d19a579c408f05/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:45:49.6450876Z [00:02:47.314]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/.fingerprint/proc-macro2-37d19a579c408f05' from root:root to runner:runner
2025-08-20T21:45:49.6452959Z [00:02:47.314]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/.fingerprint/tracing-attributes-f3a1576be03de053/lib-tracing_attributes.json' from root:root to runner:runner
2025-08-20T21:45:49.6455028Z [00:02:47.314]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/.fingerprint/tracing-attributes-f3a1576be03de053/lib-tracing_attributes' from root:root to runner:runner
2025-08-20T21:45:49.6456844Z [00:02:47.314]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/.fingerprint/tracing-attributes-f3a1576be03de053/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:45:49.6458642Z [00:02:47.314]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/.fingerprint/tracing-attributes-f3a1576be03de053/dep-lib-tracing_attributes' from root:root to runner:runner
2025-08-20T21:45:49.6460367Z [00:02:47.315]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/.fingerprint/tracing-attributes-f3a1576be03de053' from root:root to runner:runner
2025-08-20T21:45:49.6462037Z [00:02:47.315]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/.fingerprint/cfg_aliases-4cc02de9c3a1b142/lib-cfg_aliases' from root:root to runner:runner
2025-08-20T21:45:49.6463932Z [00:02:47.315]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/.fingerprint/cfg_aliases-4cc02de9c3a1b142/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:45:49.6465622Z [00:02:47.315]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/.fingerprint/cfg_aliases-4cc02de9c3a1b142/dep-lib-cfg_aliases' from root:root to runner:runner
2025-08-20T21:45:49.6467319Z [00:02:47.315]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/.fingerprint/cfg_aliases-4cc02de9c3a1b142/lib-cfg_aliases.json' from root:root to runner:runner
2025-08-20T21:45:49.6468931Z [00:02:47.315]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/.fingerprint/cfg_aliases-4cc02de9c3a1b142' from root:root to runner:runner
2025-08-20T21:45:49.6470712Z [00:02:47.315]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/.fingerprint/unicode-ident-501e9b9575bd724e/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:45:49.6472697Z [00:02:47.315]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/.fingerprint/unicode-ident-501e9b9575bd724e/lib-unicode_ident.json' from root:root to runner:runner
2025-08-20T21:45:49.6474463Z [00:02:47.315]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/.fingerprint/unicode-ident-501e9b9575bd724e/dep-lib-unicode_ident' from root:root to runner:runner
2025-08-20T21:45:49.6476186Z [00:02:47.315]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/.fingerprint/unicode-ident-501e9b9575bd724e/lib-unicode_ident' from root:root to runner:runner
2025-08-20T21:45:49.6478184Z [00:02:47.315]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/.fingerprint/unicode-ident-501e9b9575bd724e' from root:root to runner:runner
2025-08-20T21:45:49.6481057Z [00:02:47.315]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/.fingerprint/thiserror-e0105bd0feb67a5a/build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:45:49.6484859Z [00:02:47.315]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/.fingerprint/thiserror-e0105bd0feb67a5a/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:45:49.6488171Z [00:02:47.315]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/.fingerprint/thiserror-e0105bd0feb67a5a/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:45:49.6489969Z [00:02:47.315]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/.fingerprint/thiserror-e0105bd0feb67a5a/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:45:49.6491676Z [00:02:47.315]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/.fingerprint/thiserror-e0105bd0feb67a5a' from root:root to runner:runner
2025-08-20T21:45:49.6493554Z [00:02:47.315]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/.fingerprint/lock_api-716af1141cc35f0a/build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:45:49.6495359Z [00:02:47.315]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/.fingerprint/lock_api-716af1141cc35f0a/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:45:49.6497094Z [00:02:47.315]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/.fingerprint/lock_api-716af1141cc35f0a/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:45:49.6498847Z [00:02:47.315]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/.fingerprint/lock_api-716af1141cc35f0a/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:45:49.6500500Z [00:02:47.315]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/.fingerprint/lock_api-716af1141cc35f0a' from root:root to runner:runner
2025-08-20T21:45:49.6502494Z [00:02:47.315]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/.fingerprint/rustix-4710cd597d84f4fb/build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:45:49.6504300Z [00:02:47.315]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/.fingerprint/rustix-4710cd597d84f4fb/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:45:49.6506036Z [00:02:47.315]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/.fingerprint/rustix-4710cd597d84f4fb/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:45:49.6507790Z [00:02:47.315]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/.fingerprint/rustix-4710cd597d84f4fb/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:45:49.6509435Z [00:02:47.315]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/.fingerprint/rustix-4710cd597d84f4fb' from root:root to runner:runner
2025-08-20T21:45:49.6510837Z [00:02:47.315]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/.fingerprint' from root:root to runner:runner
2025-08-20T21:45:49.6512374Z [00:02:47.315]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release' from root:root to runner:runner
2025-08-20T21:45:49.6513910Z [00:02:47.316]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/examples' from root:root to runner:runner
2025-08-20T21:45:49.6515421Z [00:02:47.316]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/incremental' from root:root to runner:runner
2025-08-20T21:45:49.6516906Z [00:02:47.316]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/navi.d' from root:root to runner:runner
2025-08-20T21:45:49.6518391Z [00:02:47.316]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.cargo-lock' from root:root to runner:runner
2025-08-20T21:45:49.6519878Z [00:02:47.316]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/libnavi.d' from root:root to runner:runner
2025-08-20T21:45:49.6521385Z [00:02:47.316]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/libnavi.rlib' from root:root to runner:runner
2025-08-20T21:45:49.6523047Z [00:02:47.316]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/navi' from root:root to runner:runner
2025-08-20T21:45:49.6524620Z [00:02:47.316]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rustix-8a99a48531329114/out' from root:root to runner:runner
2025-08-20T21:45:49.6526300Z [00:02:47.316]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rustix-8a99a48531329114/output' from root:root to runner:runner
2025-08-20T21:45:49.6528164Z [00:02:47.316]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rustix-8a99a48531329114/root-output' from root:root to runner:runner
2025-08-20T21:45:49.6529916Z [00:02:47.316]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rustix-8a99a48531329114/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:45:49.6531652Z [00:02:47.316]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rustix-8a99a48531329114/stderr' from root:root to runner:runner
2025-08-20T21:45:49.6533564Z [00:02:47.316]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rustix-8a99a48531329114' from root:root to runner:runner
2025-08-20T21:45:49.6535215Z [00:02:47.316]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libc-d37ba21a8f1bbfe5/out' from root:root to runner:runner
2025-08-20T21:45:49.6537006Z [00:02:47.316]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libc-d37ba21a8f1bbfe5/output' from root:root to runner:runner
2025-08-20T21:45:49.6538710Z [00:02:47.316]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libc-d37ba21a8f1bbfe5/root-output' from root:root to runner:runner
2025-08-20T21:45:49.6540453Z [00:02:47.316]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libc-d37ba21a8f1bbfe5/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:45:49.6542176Z [00:02:47.316]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libc-d37ba21a8f1bbfe5/stderr' from root:root to runner:runner
2025-08-20T21:45:49.6544109Z [00:02:47.316]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libc-d37ba21a8f1bbfe5' from root:root to runner:runner
2025-08-20T21:45:49.6545895Z [00:02:47.316]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/lock_api-e812ac0c64edb84b/out/autocfg_5ef351b5fec3788b_0.ll' from root:root to runner:runner
2025-08-20T21:45:49.6547680Z [00:02:47.316]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/lock_api-e812ac0c64edb84b/out' from root:root to runner:runner
2025-08-20T21:45:49.6549364Z [00:02:47.316]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/lock_api-e812ac0c64edb84b/output' from root:root to runner:runner
2025-08-20T21:45:49.6551085Z [00:02:47.316]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/lock_api-e812ac0c64edb84b/root-output' from root:root to runner:runner
2025-08-20T21:45:49.6554206Z [00:02:47.316]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/lock_api-e812ac0c64edb84b/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:45:49.6556011Z [00:02:47.316]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/lock_api-e812ac0c64edb84b/stderr' from root:root to runner:runner
2025-08-20T21:45:49.6557692Z [00:02:47.316]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/lock_api-e812ac0c64edb84b' from root:root to runner:runner
2025-08-20T21:45:49.6559343Z [00:02:47.316]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/serde-4db3f8aad2840288/out' from root:root to runner:runner
2025-08-20T21:45:49.6561020Z [00:02:47.316]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/serde-4db3f8aad2840288/output' from root:root to runner:runner
2025-08-20T21:45:49.6562917Z [00:02:47.316]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/serde-4db3f8aad2840288/root-output' from root:root to runner:runner
2025-08-20T21:45:49.6564822Z [00:02:47.316]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/serde-4db3f8aad2840288/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:45:49.6566563Z [00:02:47.316]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/serde-4db3f8aad2840288/stderr' from root:root to runner:runner
2025-08-20T21:45:49.6568226Z [00:02:47.316]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/serde-4db3f8aad2840288' from root:root to runner:runner
2025-08-20T21:45:49.6569865Z [00:02:47.316]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/nix-bc9a34ee9f594d7d/out' from root:root to runner:runner
2025-08-20T21:45:49.6571529Z [00:02:47.316]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/nix-bc9a34ee9f594d7d/output' from root:root to runner:runner
2025-08-20T21:45:49.6573521Z [00:02:47.316]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/nix-bc9a34ee9f594d7d/root-output' from root:root to runner:runner
2025-08-20T21:45:49.6575267Z [00:02:47.316]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/nix-bc9a34ee9f594d7d/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:45:49.6576987Z [00:02:47.317]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/nix-bc9a34ee9f594d7d/stderr' from root:root to runner:runner
2025-08-20T21:45:49.6578630Z [00:02:47.317]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/nix-bc9a34ee9f594d7d' from root:root to runner:runner
2025-08-20T21:45:49.6580408Z [00:02:47.317]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/anyhow-d8d2c25f5017265c/out' from root:root to runner:runner
2025-08-20T21:45:49.6582084Z [00:02:47.317]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/anyhow-d8d2c25f5017265c/output' from root:root to runner:runner
2025-08-20T21:45:49.6584010Z [00:02:47.317]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/anyhow-d8d2c25f5017265c/root-output' from root:root to runner:runner
2025-08-20T21:45:49.6585779Z [00:02:47.317]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/anyhow-d8d2c25f5017265c/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:45:49.6587551Z [00:02:47.317]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/anyhow-d8d2c25f5017265c/stderr' from root:root to runner:runner
2025-08-20T21:45:49.6589212Z [00:02:47.317]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/anyhow-d8d2c25f5017265c' from root:root to runner:runner
2025-08-20T21:45:49.6591008Z [00:02:47.317]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/thiserror-5f9f422ebf64e138/out' from root:root to runner:runner
2025-08-20T21:45:49.6592917Z [00:02:47.317]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/thiserror-5f9f422ebf64e138/output' from root:root to runner:runner
2025-08-20T21:45:49.6594682Z [00:02:47.317]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/thiserror-5f9f422ebf64e138/root-output' from root:root to runner:runner
2025-08-20T21:45:49.6596473Z [00:02:47.317]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/thiserror-5f9f422ebf64e138/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:45:49.6598247Z [00:02:47.317]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/thiserror-5f9f422ebf64e138/stderr' from root:root to runner:runner
2025-08-20T21:45:49.6599943Z [00:02:47.317]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/thiserror-5f9f422ebf64e138' from root:root to runner:runner
2025-08-20T21:45:49.6601639Z [00:02:47.317]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/signal-hook-b760bcfcf626d2ca/out' from root:root to runner:runner
2025-08-20T21:45:49.6603528Z [00:02:47.317]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/signal-hook-b760bcfcf626d2ca/output' from root:root to runner:runner
2025-08-20T21:45:49.6605288Z [00:02:47.317]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/signal-hook-b760bcfcf626d2ca/root-output' from root:root to runner:runner
2025-08-20T21:45:49.6607218Z [00:02:47.317]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/signal-hook-b760bcfcf626d2ca/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:45:49.6608994Z [00:02:47.317]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/signal-hook-b760bcfcf626d2ca/stderr' from root:root to runner:runner
2025-08-20T21:45:49.6610702Z [00:02:47.317]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/signal-hook-b760bcfcf626d2ca' from root:root to runner:runner
2025-08-20T21:45:49.6612596Z [00:02:47.317]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/parking_lot_core-9cf21cbb5f4daa99/out' from root:root to runner:runner
2025-08-20T21:45:49.6614403Z [00:02:47.317]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/parking_lot_core-9cf21cbb5f4daa99/output' from root:root to runner:runner
2025-08-20T21:45:49.6616310Z [00:02:47.317]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/parking_lot_core-9cf21cbb5f4daa99/root-output' from root:root to runner:runner
2025-08-20T21:45:49.6618154Z [00:02:47.317]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/parking_lot_core-9cf21cbb5f4daa99/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:45:49.6619963Z [00:02:47.317]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/parking_lot_core-9cf21cbb5f4daa99/stderr' from root:root to runner:runner
2025-08-20T21:45:49.6621683Z [00:02:47.317]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/parking_lot_core-9cf21cbb5f4daa99' from root:root to runner:runner
2025-08-20T21:45:49.6623873Z [00:02:47.317]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/build' from root:root to runner:runner
2025-08-20T21:45:49.6626469Z [00:02:47.317]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/navi-5cb0fe0eabbb904d.d' from root:root to runner:runner
2025-08-20T21:45:49.6629543Z [00:02:47.317]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/home-56e43a85f1593448.d' from root:root to runner:runner
2025-08-20T21:45:49.6632787Z [00:02:47.317]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/normpath-49255805e545da23.d' from root:root to runner:runner
2025-08-20T21:45:49.6634945Z [00:02:47.318]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblog-5022837bc8cf6dd4.rlib' from root:root to runner:runner
2025-08-20T21:45:49.6636627Z [00:02:47.318]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmio-8ed3438d774f4577.rlib' from root:root to runner:runner
2025-08-20T21:45:49.6638511Z [00:02:47.318]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblock_api-96fa317258d3c23c.rmeta' from root:root to runner:runner
2025-08-20T21:45:49.6640286Z [00:02:47.318]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libis_terminal_polyfill-f03c0c3b7c68aa9a.rmeta' from root:root to runner:runner
2025-08-20T21:45:49.6642067Z [00:02:47.318]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librustix-dc4ef390eaf1e0f4.rmeta' from root:root to runner:runner
2025-08-20T21:45:49.6644058Z [00:02:47.318]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpin_project_lite-2a91682787be765b.rmeta' from root:root to runner:runner
2025-08-20T21:45:49.6645800Z [00:02:47.318]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanyhow-69b67bfaa3187352.rmeta' from root:root to runner:runner
2025-08-20T21:45:49.6647656Z [00:02:47.318]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsignal_hook-5ab251c63275ce7d.rlib' from root:root to runner:runner
2025-08-20T21:45:49.6649416Z [00:02:47.318]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtracing_core-692d96e18412d196.rlib' from root:root to runner:runner
2025-08-20T21:45:49.6651117Z [00:02:47.318]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/strsim-0535910dc9036bf9.d' from root:root to runner:runner
2025-08-20T21:45:49.6653056Z [00:02:47.318]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libeither-1c78037077e90d82.rmeta' from root:root to runner:runner
2025-08-20T21:45:49.6654810Z [00:02:47.318]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnu_ansi_term-e9cf87b0b6329ff9.rmeta' from root:root to runner:runner
2025-08-20T21:45:49.6656560Z [00:02:47.318]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libremove_dir_all-8ab36d01a5ba913d.rlib' from root:root to runner:runner
2025-08-20T21:45:49.6658324Z [00:02:47.318]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex_automata-4377aee10ebaa17b.rlib' from root:root to runner:runner
2025-08-20T21:45:49.6660067Z [00:02:47.318]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmatchers-d52993fb80e381f8.rmeta' from root:root to runner:runner
2025-08-20T21:45:49.6661821Z [00:02:47.318]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstyle_query-51ee185e4c4ff5f7.rmeta' from root:root to runner:runner
2025-08-20T21:45:49.6663866Z [00:02:47.318]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/nix-4c3330005030589f.d' from root:root to runner:runner
2025-08-20T21:45:49.6665571Z [00:02:47.318]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsharded_slab-a096078f7979df47.rlib' from root:root to runner:runner
2025-08-20T21:45:49.6667303Z [00:02:47.318]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstyle-1f0bef145d35d1a2.rlib' from root:root to runner:runner
2025-08-20T21:45:49.6669066Z [00:02:47.318]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libis_terminal_polyfill-f03c0c3b7c68aa9a.rlib' from root:root to runner:runner
2025-08-20T21:45:49.6670862Z [00:02:47.318]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libutf8parse-388405267e7821b8.rmeta' from root:root to runner:runner
2025-08-20T21:45:49.6672847Z [00:02:47.318]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libunicode_width-355d02a9b26506ec.rmeta' from root:root to runner:runner
2025-08-20T21:45:49.6674730Z [00:02:47.318]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/fs_at-43021349e7a6f2ff.d' from root:root to runner:runner
2025-08-20T21:45:49.6676424Z [00:02:47.318]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtracing-1c6720186c50677a.rmeta' from root:root to runner:runner
2025-08-20T21:45:49.6678178Z [00:02:47.318]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libstrip_ansi_escapes-d424a487bbdc5290.rlib' from root:root to runner:runner
2025-08-20T21:45:49.6691456Z [00:02:47.318]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstyle-1f0bef145d35d1a2.rmeta' from root:root to runner:runner
2025-08-20T21:45:49.6693552Z [00:02:47.318]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstream-3b02f3262b9455ba.rlib' from root:root to runner:runner
2025-08-20T21:45:49.6695333Z [00:02:47.318]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcvt-39e8a5f6e61eb706.rlib' from root:root to runner:runner
2025-08-20T21:45:49.6697327Z [00:02:47.318]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpin_project_lite-2a91682787be765b.rlib' from root:root to runner:runner
2025-08-20T21:45:49.6700060Z [00:02:47.318]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libitoa-b2a72e844afe803f.rmeta' from root:root to runner:runner
2025-08-20T21:45:49.6703488Z [00:02:47.318]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblinux_raw_sys-4311d095e009335b.rlib' from root:root to runner:runner
2025-08-20T21:45:49.6706988Z [00:02:47.318]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsignal_hook_mio-ee0c2dbb11dcd9c8.rlib' from root:root to runner:runner
2025-08-20T21:45:49.6709171Z [00:02:47.318]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libunicode_width-355d02a9b26506ec.rlib' from root:root to runner:runner
2025-08-20T21:45:49.6710969Z [00:02:47.319]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtracing_core-692d96e18412d196.rmeta' from root:root to runner:runner
2025-08-20T21:45:49.6713037Z [00:02:47.319]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libunsafe_libyaml-202e44ff8b83742a.rmeta' from root:root to runner:runner
2025-08-20T21:45:49.6714800Z [00:02:47.319]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/signal_hook-5ab251c63275ce7d.d' from root:root to runner:runner
2025-08-20T21:45:49.6716648Z [00:02:47.319]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtracing-1c6720186c50677a.rlib' from root:root to runner:runner
2025-08-20T21:45:49.6718400Z [00:02:47.319]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde_yaml-9dc41f3423c7f2c5.rmeta' from root:root to runner:runner
2025-08-20T21:45:49.6720154Z [00:02:47.319]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libthread_local-23fe717a57ef2959.rmeta' from root:root to runner:runner
2025-08-20T21:45:49.6721868Z [00:02:47.319]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/edit-d8ab0e7c751010e3.d' from root:root to runner:runner
2025-08-20T21:45:49.6723763Z [00:02:47.319]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex-d68dfcd2136b681d.rlib' from root:root to runner:runner
2025-08-20T21:45:49.6725467Z [00:02:47.319]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/regex-d68dfcd2136b681d.d' from root:root to runner:runner
2025-08-20T21:45:49.6727134Z [00:02:47.319]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/matchers-d52993fb80e381f8.d' from root:root to runner:runner
2025-08-20T21:45:49.6728842Z [00:02:47.319]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtracing_log-deb06ec1181ff0c0.rlib' from root:root to runner:runner
2025-08-20T21:45:49.6730564Z [00:02:47.319]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnavi-110a0094ad05e53e.rmeta' from root:root to runner:runner
2025-08-20T21:45:49.6732394Z [00:02:47.319]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/anstream-3b02f3262b9455ba.d' from root:root to runner:runner
2025-08-20T21:45:49.6734502Z [00:02:47.319]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libthiserror-2202b1350684e2a1.rmeta' from root:root to runner:runner
2025-08-20T21:45:49.6736260Z [00:02:47.319]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex_syntax-4efb12957c042bc2.rlib' from root:root to runner:runner
2025-08-20T21:45:49.6738022Z [00:02:47.319]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrossterm-a02c03b1c6f4a6cb.rlib' from root:root to runner:runner
2025-08-20T21:45:49.6739741Z [00:02:47.319]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/thiserror-2202b1350684e2a1.d' from root:root to runner:runner
2025-08-20T21:45:49.6741475Z [00:02:47.319]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblinux_raw_sys-4311d095e009335b.rmeta' from root:root to runner:runner
2025-08-20T21:45:49.6743758Z [00:02:47.319]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblazy_static-99879f58e510182a.rlib' from root:root to runner:runner
2025-08-20T21:45:49.6745497Z [00:02:47.319]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/log-5022837bc8cf6dd4.d' from root:root to runner:runner
2025-08-20T21:45:49.6747216Z [00:02:47.319]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex_automata-a441ce00da5e5d86.rlib' from root:root to runner:runner
2025-08-20T21:45:49.6748961Z [00:02:47.319]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/pin_project_lite-2a91682787be765b.d' from root:root to runner:runner
2025-08-20T21:45:49.6750684Z [00:02:47.319]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libutf8parse-388405267e7821b8.rlib' from root:root to runner:runner
2025-08-20T21:45:49.6752640Z [00:02:47.319]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/unicode_width-355d02a9b26506ec.d' from root:root to runner:runner
2025-08-20T21:45:49.6754402Z [00:02:47.319]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcfg_if-ad922fe68dc3537f.rlib' from root:root to runner:runner
2025-08-20T21:45:49.6756103Z [00:02:47.319]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/regex_syntax-a6e8118dff480c24.d' from root:root to runner:runner
2025-08-20T21:45:49.6757829Z [00:02:47.319]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstream-3b02f3262b9455ba.rmeta' from root:root to runner:runner
2025-08-20T21:45:49.6759719Z [00:02:47.319]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsame_file-d76bd81076a1e444.rlib' from root:root to runner:runner
2025-08-20T21:45:49.6761444Z [00:02:47.319]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmemchr-5bbf668abccc9d8c.rmeta' from root:root to runner:runner
2025-08-20T21:45:49.6763447Z [00:02:47.319]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/tracing_log-deb06ec1181ff0c0.d' from root:root to runner:runner
2025-08-20T21:45:49.6765210Z [00:02:47.319]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libstrip_ansi_escapes-d424a487bbdc5290.rmeta' from root:root to runner:runner
2025-08-20T21:45:49.6766956Z [00:02:47.319]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libryu-5d7663d4e453975b.rlib' from root:root to runner:runner
2025-08-20T21:45:49.6768656Z [00:02:47.319]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/parking_lot_core-b088cd62bb63ea76.d' from root:root to runner:runner
2025-08-20T21:45:49.6770726Z [00:02:47.319]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/nu_ansi_term-e9cf87b0b6329ff9.d' from root:root to runner:runner
2025-08-20T21:45:49.6773615Z [00:02:47.319]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfastrand-7349f526c053b502.rlib' from root:root to runner:runner
2025-08-20T21:45:49.6776809Z [00:02:47.320]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/rustix-dc4ef390eaf1e0f4.d' from root:root to runner:runner
2025-08-20T21:45:49.6779864Z [00:02:47.320]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/anstyle_query-51ee185e4c4ff5f7.d' from root:root to runner:runner
2025-08-20T21:45:49.6782187Z [00:02:47.320]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/cvt-39e8a5f6e61eb706.d' from root:root to runner:runner
2025-08-20T21:45:49.6784312Z [00:02:47.320]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libparking_lot-fc86891dc56762ab.rmeta' from root:root to runner:runner
2025-08-20T21:45:49.6786075Z [00:02:47.320]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libscopeguard-fca9edb259fbe444.rmeta' from root:root to runner:runner
2025-08-20T21:45:49.6787842Z [00:02:47.320]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblog-5022837bc8cf6dd4.rmeta' from root:root to runner:runner
2025-08-20T21:45:49.6789543Z [00:02:47.320]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libeither-1c78037077e90d82.rlib' from root:root to runner:runner
2025-08-20T21:45:49.6791279Z [00:02:47.320]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcolorchoice-9c0c5e2325c68bf1.rlib' from root:root to runner:runner
2025-08-20T21:45:49.6793304Z [00:02:47.320]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libaho_corasick-57e57ba3899e7ce8.rmeta' from root:root to runner:runner
2025-08-20T21:45:49.6795141Z [00:02:47.320]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/clap-b939f34c3b10f0f2.d' from root:root to runner:runner
2025-08-20T21:45:49.6796837Z [00:02:47.320]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libetcetera-9240d4b93288cd5c.rmeta' from root:root to runner:runner
2025-08-20T21:45:49.6798589Z [00:02:47.320]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrossterm-a02c03b1c6f4a6cb.rmeta' from root:root to runner:runner
2025-08-20T21:45:49.6800329Z [00:02:47.320]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libparking_lot-fc86891dc56762ab.rlib' from root:root to runner:runner
2025-08-20T21:45:49.6802038Z [00:02:47.320]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/sharded_slab-a096078f7979df47.d' from root:root to runner:runner
2025-08-20T21:45:49.6803876Z [00:02:47.320]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/vte-41e613d17f74ffdf.d' from root:root to runner:runner
2025-08-20T21:45:49.6805566Z [00:02:47.320]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/signal_hook_registry-d23a338b3730341e.d' from root:root to runner:runner
2025-08-20T21:45:49.6807304Z [00:02:47.320]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libthread_local-23fe717a57ef2959.rlib' from root:root to runner:runner
2025-08-20T21:45:49.6809003Z [00:02:47.320]➜  ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnavi-110a0094ad05e53e.rlib' retained as runner:runner
2025-08-20T21:45:49.6810771Z [00:02:47.320]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/which-56ffbff7c1453365.d' from root:root to runner:runner
2025-08-20T21:45:49.6812680Z [00:02:47.320]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/same_file-d76bd81076a1e444.d' from root:root to runner:runner
2025-08-20T21:45:49.6814394Z [00:02:47.320]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/once_cell-877431e6461a2b09.d' from root:root to runner:runner
2025-08-20T21:45:49.6816058Z [00:02:47.320]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/smallvec-05292a3fa3f7865f.d' from root:root to runner:runner
2025-08-20T21:45:49.6817773Z [00:02:47.320]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgetrandom-7ffc2670a4658845.rlib' from root:root to runner:runner
2025-08-20T21:45:49.6819501Z [00:02:47.320]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde_yaml-9dc41f3423c7f2c5.rlib' from root:root to runner:runner
2025-08-20T21:45:49.6821377Z [00:02:47.320]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtracing_log-deb06ec1181ff0c0.rmeta' from root:root to runner:runner
2025-08-20T21:45:49.6823308Z [00:02:47.320]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap_builder-7d7d1a4e44ccf508.rmeta' from root:root to runner:runner
2025-08-20T21:45:49.6825100Z [00:02:47.320]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex_syntax-a6e8118dff480c24.rmeta' from root:root to runner:runner
2025-08-20T21:45:49.6827024Z [00:02:47.320]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/indexmap-43c917208a2cff52.d' from root:root to runner:runner
2025-08-20T21:45:49.6828730Z [00:02:47.320]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblock_api-96fa317258d3c23c.rlib' from root:root to runner:runner
2025-08-20T21:45:49.6830583Z [00:02:47.320]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/colorchoice-9c0c5e2325c68bf1.d' from root:root to runner:runner
2025-08-20T21:45:49.6832542Z [00:02:47.320]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libunsafe_libyaml-202e44ff8b83742a.rlib' from root:root to runner:runner
2025-08-20T21:45:49.6834328Z [00:02:47.320]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcolorchoice-9c0c5e2325c68bf1.rmeta' from root:root to runner:runner
2025-08-20T21:45:49.6836017Z [00:02:47.320]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/mio-8ed3438d774f4577.d' from root:root to runner:runner
2025-08-20T21:45:49.6837857Z [00:02:47.320]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/lazy_static-99879f58e510182a.d' from root:root to runner:runner
2025-08-20T21:45:49.6839566Z [00:02:47.320]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex_syntax-4efb12957c042bc2.rmeta' from root:root to runner:runner
2025-08-20T21:45:49.6841314Z [00:02:47.320]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgetrandom-7ffc2670a4658845.rmeta' from root:root to runner:runner
2025-08-20T21:45:49.6843625Z [00:02:47.321]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/regex_automata-4377aee10ebaa17b.d' from root:root to runner:runner
2025-08-20T21:45:49.6845576Z [00:02:47.321]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/anstyle_parse-84b7b16131790355.d' from root:root to runner:runner
2025-08-20T21:45:49.6847302Z [00:02:47.321]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfs_at-43021349e7a6f2ff.rmeta' from root:root to runner:runner
2025-08-20T21:45:49.6849124Z [00:02:47.321]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/tracing_core-692d96e18412d196.d' from root:root to runner:runner
2025-08-20T21:45:49.6850869Z [00:02:47.321]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libshellwords-e7d639e984b3fe06.rmeta' from root:root to runner:runner
2025-08-20T21:45:49.6852966Z [00:02:47.321]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/ryu-5d7663d4e453975b.d' from root:root to runner:runner
2025-08-20T21:45:49.6854663Z [00:02:47.321]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libitoa-b2a72e844afe803f.rlib' from root:root to runner:runner
2025-08-20T21:45:49.6856369Z [00:02:47.321]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde-9661b90fc0ec8c1d.rmeta' from root:root to runner:runner
2025-08-20T21:45:49.6858098Z [00:02:47.321]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnormpath-49255805e545da23.rlib' from root:root to runner:runner
2025-08-20T21:45:49.6859815Z [00:02:47.321]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/signal_hook_mio-ee0c2dbb11dcd9c8.d' from root:root to runner:runner
2025-08-20T21:45:49.6861569Z [00:02:47.321]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libparking_lot_core-b088cd62bb63ea76.rlib' from root:root to runner:runner
2025-08-20T21:45:49.6863512Z [00:02:47.321]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libequivalent-00f80dfaddbea53e.rlib' from root:root to runner:runner
2025-08-20T21:45:49.6865379Z [00:02:47.321]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/utf8parse-388405267e7821b8.d' from root:root to runner:runner
2025-08-20T21:45:49.6867061Z [00:02:47.321]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libvte-41e613d17f74ffdf.rlib' from root:root to runner:runner
2025-08-20T21:45:49.6868740Z [00:02:47.321]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/clap_lex-dcd7393b65521364.d' from root:root to runner:runner
2025-08-20T21:45:49.6870426Z [00:02:47.321]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/unsafe_libyaml-202e44ff8b83742a.d' from root:root to runner:runner
2025-08-20T21:45:49.6872118Z [00:02:47.321]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhome-56e43a85f1593448.rlib' from root:root to runner:runner
2025-08-20T21:45:49.6874075Z [00:02:47.321]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/etcetera-9240d4b93288cd5c.d' from root:root to runner:runner
2025-08-20T21:45:49.6875962Z [00:02:47.321]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtracing_subscriber-4f0f64220d6bc27c.rmeta' from root:root to runner:runner
2025-08-20T21:45:49.6877729Z [00:02:47.321]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/anyhow-69b67bfaa3187352.d' from root:root to runner:runner
2025-08-20T21:45:49.6879430Z [00:02:47.321]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex_syntax-a6e8118dff480c24.rlib' from root:root to runner:runner
2025-08-20T21:45:49.6881219Z [00:02:47.321]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsharded_slab-a096078f7979df47.rmeta' from root:root to runner:runner
2025-08-20T21:45:49.6883107Z [00:02:47.321]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/itoa-b2a72e844afe803f.d' from root:root to runner:runner
2025-08-20T21:45:49.6884810Z [00:02:47.321]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libonce_cell-877431e6461a2b09.rlib' from root:root to runner:runner
2025-08-20T21:45:49.6886531Z [00:02:47.321]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libwalkdir-88db5996c083b63f.rmeta' from root:root to runner:runner
2025-08-20T21:45:49.6888267Z [00:02:47.321]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcvt-39e8a5f6e61eb706.rmeta' from root:root to runner:runner
2025-08-20T21:45:49.6889978Z [00:02:47.321]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbitflags-7af5b3b09a65bbaa.rlib' from root:root to runner:runner
2025-08-20T21:45:49.6891794Z [00:02:47.321]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/either-1c78037077e90d82.d' from root:root to runner:runner
2025-08-20T21:45:49.6893779Z [00:02:47.321]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstyle_parse-84b7b16131790355.rlib' from root:root to runner:runner
2025-08-20T21:45:49.6895568Z [00:02:47.321]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libaho_corasick-57e57ba3899e7ce8.rlib' from root:root to runner:runner
2025-08-20T21:45:49.6897499Z [00:02:47.321]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsmallvec-05292a3fa3f7865f.rlib' from root:root to runner:runner
2025-08-20T21:45:49.6899215Z [00:02:47.321]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/shellwords-e7d639e984b3fe06.d' from root:root to runner:runner
2025-08-20T21:45:49.6901209Z [00:02:47.321]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liboverload-b712723a23b05b46.rlib' from root:root to runner:runner
2025-08-20T21:45:49.6903236Z [00:02:47.321]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libonce_cell-877431e6461a2b09.rmeta' from root:root to runner:runner
2025-08-20T21:45:49.6904947Z [00:02:47.322]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/cfg_if-ad922fe68dc3537f.d' from root:root to runner:runner
2025-08-20T21:45:49.6906588Z [00:02:47.322]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/navi-110a0094ad05e53e.d' from root:root to runner:runner
2025-08-20T21:45:49.6908265Z [00:02:47.322]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/hashbrown-1e0e1bb8de4a7b13.d' from root:root to runner:runner
2025-08-20T21:45:49.6909996Z [00:02:47.322]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstyle_query-51ee185e4c4ff5f7.rlib' from root:root to runner:runner
2025-08-20T21:45:49.6911734Z [00:02:47.322]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/clap_builder-7d7d1a4e44ccf508.d' from root:root to runner:runner
2025-08-20T21:45:49.6914097Z [00:02:47.322]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtracing_subscriber-4f0f64220d6bc27c.rlib' from root:root to runner:runner
2025-08-20T21:45:49.6916901Z [00:02:47.322]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/regex_syntax-4efb12957c042bc2.d' from root:root to runner:runner
2025-08-20T21:45:49.6920282Z [00:02:47.322]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libedit-d8ab0e7c751010e3.rmeta' from root:root to runner:runner
2025-08-20T21:45:49.6923557Z [00:02:47.322]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanyhow-69b67bfaa3187352.rlib' from root:root to runner:runner
2025-08-20T21:45:49.6925919Z [00:02:47.322]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/remove_dir_all-8ab36d01a5ba913d.d' from root:root to runner:runner
2025-08-20T21:45:49.6927651Z [00:02:47.322]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhome-56e43a85f1593448.rmeta' from root:root to runner:runner
2025-08-20T21:45:49.6929349Z [00:02:47.322]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/linux_raw_sys-4311d095e009335b.d' from root:root to runner:runner
2025-08-20T21:45:49.6931065Z [00:02:47.322]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/parking_lot-fc86891dc56762ab.d' from root:root to runner:runner
2025-08-20T21:45:49.6933241Z [00:02:47.322]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/crossterm-a02c03b1c6f4a6cb.d' from root:root to runner:runner
2025-08-20T21:45:49.6935049Z [00:02:47.322]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libscopeguard-fca9edb259fbe444.rlib' from root:root to runner:runner
2025-08-20T21:45:49.6936823Z [00:02:47.322]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libequivalent-00f80dfaddbea53e.rmeta' from root:root to runner:runner
2025-08-20T21:45:49.6938543Z [00:02:47.322]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibc-89a6782cfb1e7d05.rmeta' from root:root to runner:runner
2025-08-20T21:45:49.6940262Z [00:02:47.322]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtempfile-7cc91205b8dcbec2.rlib' from root:root to runner:runner
2025-08-20T21:45:49.6941998Z [00:02:47.322]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/strip_ansi_escapes-d424a487bbdc5290.d' from root:root to runner:runner
2025-08-20T21:45:49.6943925Z [00:02:47.322]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libwalkdir-88db5996c083b63f.rlib' from root:root to runner:runner
2025-08-20T21:45:49.6945649Z [00:02:47.322]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libindexmap-43c917208a2cff52.rmeta' from root:root to runner:runner
2025-08-20T21:45:49.6947406Z [00:02:47.322]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnormpath-49255805e545da23.rmeta' from root:root to runner:runner
2025-08-20T21:45:49.6949252Z [00:02:47.322]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/regex_automata-a441ce00da5e5d86.d' from root:root to runner:runner
2025-08-20T21:45:49.6951017Z [00:02:47.322]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsignal_hook_registry-d23a338b3730341e.rmeta' from root:root to runner:runner
2025-08-20T21:45:49.6953045Z [00:02:47.322]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libstrsim-0535910dc9036bf9.rlib' from root:root to runner:runner
2025-08-20T21:45:49.6954774Z [00:02:47.322]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libindexmap-43c917208a2cff52.rlib' from root:root to runner:runner
2025-08-20T21:45:49.6956483Z [00:02:47.322]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmio-8ed3438d774f4577.rmeta' from root:root to runner:runner
2025-08-20T21:45:49.6958218Z [00:02:47.322]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex_automata-a441ce00da5e5d86.rmeta' from root:root to runner:runner
2025-08-20T21:45:49.6960066Z [00:02:47.322]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/tempfile-7cc91205b8dcbec2.d' from root:root to runner:runner
2025-08-20T21:45:49.6961793Z [00:02:47.322]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap_builder-7d7d1a4e44ccf508.rlib' from root:root to runner:runner
2025-08-20T21:45:49.6964015Z [00:02:47.322]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librustix-dc4ef390eaf1e0f4.rlib' from root:root to runner:runner
2025-08-20T21:45:49.6965720Z [00:02:47.322]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap-b939f34c3b10f0f2.rlib' from root:root to runner:runner
2025-08-20T21:45:49.6967454Z [00:02:47.322]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libwhich-56ffbff7c1453365.rlib' from root:root to runner:runner
2025-08-20T21:45:49.6969322Z [00:02:47.322]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblazy_static-99879f58e510182a.rmeta' from root:root to runner:runner
2025-08-20T21:45:49.6971209Z [00:02:47.322]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsignal_hook_mio-ee0c2dbb11dcd9c8.rmeta' from root:root to runner:runner
2025-08-20T21:45:49.6973184Z [00:02:47.322]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbitflags-7af5b3b09a65bbaa.rmeta' from root:root to runner:runner
2025-08-20T21:45:49.6975086Z [00:02:47.323]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnix-4c3330005030589f.rmeta' from root:root to runner:runner
2025-08-20T21:45:49.6976968Z [00:02:47.323]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanstyle_parse-84b7b16131790355.rmeta' from root:root to runner:runner
2025-08-20T21:45:49.6978678Z [00:02:47.323]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/overload-b712723a23b05b46.d' from root:root to runner:runner
2025-08-20T21:45:49.6980358Z [00:02:47.323]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libryu-5d7663d4e453975b.rmeta' from root:root to runner:runner
2025-08-20T21:45:49.6982035Z [00:02:47.323]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/anstyle-1f0bef145d35d1a2.d' from root:root to runner:runner
2025-08-20T21:45:49.6983967Z [00:02:47.323]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/memchr-5bbf668abccc9d8c.d' from root:root to runner:runner
2025-08-20T21:45:49.6985645Z [00:02:47.323]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex-d68dfcd2136b681d.rmeta' from root:root to runner:runner
2025-08-20T21:45:49.6987844Z [00:02:47.323]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/getrandom-7ffc2670a4658845.d' from root:root to runner:runner
2025-08-20T21:45:49.6990916Z [00:02:47.323]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnix-4c3330005030589f.rlib' from root:root to runner:runner
2025-08-20T21:45:49.6994256Z [00:02:47.323]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/fastrand-7349f526c053b502.d' from root:root to runner:runner
2025-08-20T21:45:49.6997315Z [00:02:47.323]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap_lex-dcd7393b65521364.rlib' from root:root to runner:runner
2025-08-20T21:45:49.6999342Z [00:02:47.323]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibc-89a6782cfb1e7d05.rlib' from root:root to runner:runner
2025-08-20T21:45:49.7001045Z [00:02:47.323]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/lock_api-96fa317258d3c23c.d' from root:root to runner:runner
2025-08-20T21:45:49.7003032Z [00:02:47.323]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsignal_hook-5ab251c63275ce7d.rmeta' from root:root to runner:runner
2025-08-20T21:45:49.7004794Z [00:02:47.323]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcfg_if-ad922fe68dc3537f.rmeta' from root:root to runner:runner
2025-08-20T21:45:49.7006522Z [00:02:47.323]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libetcetera-9240d4b93288cd5c.rlib' from root:root to runner:runner
2025-08-20T21:45:49.7008429Z [00:02:47.323]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap_lex-dcd7393b65521364.rmeta' from root:root to runner:runner
2025-08-20T21:45:49.7010118Z [00:02:47.323]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/walkdir-88db5996c083b63f.d' from root:root to runner:runner
2025-08-20T21:45:49.7011838Z [00:02:47.323]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libremove_dir_all-8ab36d01a5ba913d.rmeta' from root:root to runner:runner
2025-08-20T21:45:49.7013822Z [00:02:47.323]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/tracing_subscriber-4f0f64220d6bc27c.d' from root:root to runner:runner
2025-08-20T21:45:49.7015554Z [00:02:47.323]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liboverload-b712723a23b05b46.rmeta' from root:root to runner:runner
2025-08-20T21:45:49.7017422Z [00:02:47.323]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libstrsim-0535910dc9036bf9.rmeta' from root:root to runner:runner
2025-08-20T21:45:49.7019153Z [00:02:47.323]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/equivalent-00f80dfaddbea53e.d' from root:root to runner:runner
2025-08-20T21:45:49.7020850Z [00:02:47.323]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libedit-d8ab0e7c751010e3.rlib' from root:root to runner:runner
2025-08-20T21:45:49.7022856Z [00:02:47.323]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsignal_hook_registry-d23a338b3730341e.rlib' from root:root to runner:runner
2025-08-20T21:45:49.7024665Z [00:02:47.323]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsmallvec-05292a3fa3f7865f.rmeta' from root:root to runner:runner
2025-08-20T21:45:49.7026415Z [00:02:47.323]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex_automata-4377aee10ebaa17b.rmeta' from root:root to runner:runner
2025-08-20T21:45:49.7028142Z [00:02:47.323]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/serde_yaml-9dc41f3423c7f2c5.d' from root:root to runner:runner
2025-08-20T21:45:49.7029823Z [00:02:47.323]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libwhich-56ffbff7c1453365.rmeta' from root:root to runner:runner
2025-08-20T21:45:49.7031562Z [00:02:47.323]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libshellwords-e7d639e984b3fe06.rlib' from root:root to runner:runner
2025-08-20T21:45:49.7033835Z [00:02:47.323]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfs_at-43021349e7a6f2ff.rlib' from root:root to runner:runner
2025-08-20T21:45:49.7035547Z [00:02:47.323]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhashbrown-1e0e1bb8de4a7b13.rlib' from root:root to runner:runner
2025-08-20T21:45:49.7037279Z [00:02:47.323]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmemchr-5bbf668abccc9d8c.rlib' from root:root to runner:runner
2025-08-20T21:45:49.7039024Z [00:02:47.323]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libparking_lot_core-b088cd62bb63ea76.rmeta' from root:root to runner:runner
2025-08-20T21:45:49.7040794Z [00:02:47.323]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhashbrown-1e0e1bb8de4a7b13.rmeta' from root:root to runner:runner
2025-08-20T21:45:49.7042941Z [00:02:47.324]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde-9661b90fc0ec8c1d.rlib' from root:root to runner:runner
2025-08-20T21:45:49.7044835Z [00:02:47.324]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/is_terminal_polyfill-f03c0c3b7c68aa9a.d' from root:root to runner:runner
2025-08-20T21:45:49.7046672Z [00:02:47.324]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libvte-41e613d17f74ffdf.rmeta' from root:root to runner:runner
2025-08-20T21:45:49.7048452Z [00:02:47.324]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/thread_local-23fe717a57ef2959.d' from root:root to runner:runner
2025-08-20T21:45:49.7050154Z [00:02:47.324]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsame_file-d76bd81076a1e444.rmeta' from root:root to runner:runner
2025-08-20T21:45:49.7051856Z [00:02:47.324]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/scopeguard-fca9edb259fbe444.d' from root:root to runner:runner
2025-08-20T21:45:49.7053797Z [00:02:47.324]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/bitflags-7af5b3b09a65bbaa.d' from root:root to runner:runner
2025-08-20T21:45:49.7055464Z [00:02:47.324]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/serde-9661b90fc0ec8c1d.d' from root:root to runner:runner
2025-08-20T21:45:49.7057092Z [00:02:47.324]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libc-89a6782cfb1e7d05.d' from root:root to runner:runner
2025-08-20T21:45:49.7058755Z [00:02:47.324]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/aho_corasick-57e57ba3899e7ce8.d' from root:root to runner:runner
2025-08-20T21:45:49.7061670Z [00:02:47.324]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnu_ansi_term-e9cf87b0b6329ff9.rlib' from root:root to runner:runner
2025-08-20T21:45:49.7065044Z [00:02:47.324]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/tracing-1c6720186c50677a.d' from root:root to runner:runner
2025-08-20T21:45:49.7068212Z [00:02:47.324]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfastrand-7349f526c053b502.rmeta' from root:root to runner:runner
2025-08-20T21:45:49.7070730Z [00:02:47.324]➜  ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/navi-5cb0fe0eabbb904d' retained as runner:runner
2025-08-20T21:45:49.7072648Z [00:02:47.324]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap-b939f34c3b10f0f2.rmeta' from root:root to runner:runner
2025-08-20T21:45:49.7074394Z [00:02:47.324]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtempfile-7cc91205b8dcbec2.rmeta' from root:root to runner:runner
2025-08-20T21:45:49.7076308Z [00:02:47.324]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libthiserror-2202b1350684e2a1.rlib' from root:root to runner:runner
2025-08-20T21:45:49.7078049Z [00:02:47.324]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmatchers-d52993fb80e381f8.rlib' from root:root to runner:runner
2025-08-20T21:45:49.7079635Z [00:02:47.324]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps' from root:root to runner:runner
2025-08-20T21:45:49.7081304Z [00:02:47.324]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_lex-dcd7393b65521364/lib-clap_lex.json' from root:root to runner:runner
2025-08-20T21:45:49.7083405Z [00:02:47.324]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_lex-dcd7393b65521364/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:45:49.7085259Z [00:02:47.324]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_lex-dcd7393b65521364/dep-lib-clap_lex' from root:root to runner:runner
2025-08-20T21:45:49.7087066Z [00:02:47.324]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_lex-dcd7393b65521364/lib-clap_lex' from root:root to runner:runner
2025-08-20T21:45:49.7088838Z [00:02:47.324]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_lex-dcd7393b65521364' from root:root to runner:runner
2025-08-20T21:45:49.7090607Z [00:02:47.324]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/walkdir-88db5996c083b63f/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:45:49.7092740Z [00:02:47.324]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/walkdir-88db5996c083b63f/lib-walkdir' from root:root to runner:runner
2025-08-20T21:45:49.7094565Z [00:02:47.324]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/walkdir-88db5996c083b63f/dep-lib-walkdir' from root:root to runner:runner
2025-08-20T21:45:49.7096401Z [00:02:47.325]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/walkdir-88db5996c083b63f/lib-walkdir.json' from root:root to runner:runner
2025-08-20T21:45:49.7098160Z [00:02:47.325]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/walkdir-88db5996c083b63f' from root:root to runner:runner
2025-08-20T21:45:49.7099898Z [00:02:47.325]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap-b939f34c3b10f0f2/dep-lib-clap' from root:root to runner:runner
2025-08-20T21:45:49.7101821Z [00:02:47.325]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap-b939f34c3b10f0f2/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:45:49.7103804Z [00:02:47.325]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap-b939f34c3b10f0f2/lib-clap.json' from root:root to runner:runner
2025-08-20T21:45:49.7105593Z [00:02:47.325]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap-b939f34c3b10f0f2/lib-clap' from root:root to runner:runner
2025-08-20T21:45:49.7107296Z [00:02:47.325]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap-b939f34c3b10f0f2' from root:root to runner:runner
2025-08-20T21:45:49.7109086Z [00:02:47.325]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde_yaml-9dc41f3423c7f2c5/lib-serde_yaml.json' from root:root to runner:runner
2025-08-20T21:45:49.7110930Z [00:02:47.325]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde_yaml-9dc41f3423c7f2c5/lib-serde_yaml' from root:root to runner:runner
2025-08-20T21:45:49.7112989Z [00:02:47.325]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde_yaml-9dc41f3423c7f2c5/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:45:49.7115098Z [00:02:47.325]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde_yaml-9dc41f3423c7f2c5/dep-lib-serde_yaml' from root:root to runner:runner
2025-08-20T21:45:49.7116897Z [00:02:47.325]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde_yaml-9dc41f3423c7f2c5' from root:root to runner:runner
2025-08-20T21:45:49.7118917Z [00:02:47.325]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-automata-a441ce00da5e5d86/dep-lib-regex_automata' from root:root to runner:runner
2025-08-20T21:45:49.7120967Z [00:02:47.325]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-automata-a441ce00da5e5d86/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:45:49.7123340Z [00:02:47.325]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-automata-a441ce00da5e5d86/lib-regex_automata.json' from root:root to runner:runner
2025-08-20T21:45:49.7125305Z [00:02:47.325]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-automata-a441ce00da5e5d86/lib-regex_automata' from root:root to runner:runner
2025-08-20T21:45:49.7127140Z [00:02:47.325]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-automata-a441ce00da5e5d86' from root:root to runner:runner
2025-08-20T21:45:49.7129185Z [00:02:47.325]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustix-8a99a48531329114/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:45:49.7131203Z [00:02:47.325]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustix-8a99a48531329114/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:45:49.7134290Z [00:02:47.325]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustix-8a99a48531329114' from root:root to runner:runner
2025-08-20T21:45:49.7137684Z [00:02:47.325]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/colorchoice-9c0c5e2325c68bf1/dep-lib-colorchoice' from root:root to runner:runner
2025-08-20T21:45:49.7141222Z [00:02:47.325]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/colorchoice-9c0c5e2325c68bf1/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:45:49.7143934Z [00:02:47.325]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/colorchoice-9c0c5e2325c68bf1/lib-colorchoice' from root:root to runner:runner
2025-08-20T21:45:49.7145847Z [00:02:47.325]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/colorchoice-9c0c5e2325c68bf1/lib-colorchoice.json' from root:root to runner:runner
2025-08-20T21:45:49.7147679Z [00:02:47.325]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/colorchoice-9c0c5e2325c68bf1' from root:root to runner:runner
2025-08-20T21:45:49.7149487Z [00:02:47.325]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/getrandom-7ffc2670a4658845/dep-lib-getrandom' from root:root to runner:runner
2025-08-20T21:45:49.7151521Z [00:02:47.325]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/getrandom-7ffc2670a4658845/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:45:49.7153649Z [00:02:47.325]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/getrandom-7ffc2670a4658845/lib-getrandom' from root:root to runner:runner
2025-08-20T21:45:49.7155518Z [00:02:47.325]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/getrandom-7ffc2670a4658845/lib-getrandom.json' from root:root to runner:runner
2025-08-20T21:45:49.7157309Z [00:02:47.325]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/getrandom-7ffc2670a4658845' from root:root to runner:runner
2025-08-20T21:45:49.7159102Z [00:02:47.325]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/utf8parse-388405267e7821b8/lib-utf8parse.json' from root:root to runner:runner
2025-08-20T21:45:49.7161069Z [00:02:47.325]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/utf8parse-388405267e7821b8/lib-utf8parse' from root:root to runner:runner
2025-08-20T21:45:49.7163144Z [00:02:47.326]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/utf8parse-388405267e7821b8/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:45:49.7165019Z [00:02:47.326]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/utf8parse-388405267e7821b8/dep-lib-utf8parse' from root:root to runner:runner
2025-08-20T21:45:49.7166845Z [00:02:47.326]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/utf8parse-388405267e7821b8' from root:root to runner:runner
2025-08-20T21:45:49.7168737Z [00:02:47.326]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libc-d37ba21a8f1bbfe5/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:45:49.7170736Z [00:02:47.326]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libc-d37ba21a8f1bbfe5/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:45:49.7172717Z [00:02:47.326]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libc-d37ba21a8f1bbfe5' from root:root to runner:runner
2025-08-20T21:45:49.7174504Z [00:02:47.326]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustix-dc4ef390eaf1e0f4/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:45:49.7176340Z [00:02:47.326]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustix-dc4ef390eaf1e0f4/lib-rustix.json' from root:root to runner:runner
2025-08-20T21:45:49.7178293Z [00:02:47.326]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustix-dc4ef390eaf1e0f4/lib-rustix' from root:root to runner:runner
2025-08-20T21:45:49.7180091Z [00:02:47.326]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustix-dc4ef390eaf1e0f4/dep-lib-rustix' from root:root to runner:runner
2025-08-20T21:45:49.7181842Z [00:02:47.326]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustix-dc4ef390eaf1e0f4' from root:root to runner:runner
2025-08-20T21:45:49.7183806Z [00:02:47.326]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tempfile-7cc91205b8dcbec2/dep-lib-tempfile' from root:root to runner:runner
2025-08-20T21:45:49.7185664Z [00:02:47.326]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tempfile-7cc91205b8dcbec2/lib-tempfile.json' from root:root to runner:runner
2025-08-20T21:45:49.7187911Z [00:02:47.326]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tempfile-7cc91205b8dcbec2/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:45:49.7190099Z [00:02:47.326]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tempfile-7cc91205b8dcbec2/lib-tempfile' from root:root to runner:runner
2025-08-20T21:45:49.7192415Z [00:02:47.326]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tempfile-7cc91205b8dcbec2' from root:root to runner:runner
2025-08-20T21:45:49.7194266Z [00:02:47.326]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/home-56e43a85f1593448/lib-home.json' from root:root to runner:runner
2025-08-20T21:45:49.7196088Z [00:02:47.326]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/home-56e43a85f1593448/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:45:49.7197892Z [00:02:47.326]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/home-56e43a85f1593448/dep-lib-home' from root:root to runner:runner
2025-08-20T21:45:49.7199647Z [00:02:47.326]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/home-56e43a85f1593448/lib-home' from root:root to runner:runner
2025-08-20T21:45:49.7201358Z [00:02:47.326]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/home-56e43a85f1593448' from root:root to runner:runner
2025-08-20T21:45:49.7203384Z [00:02:47.326]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/memchr-5bbf668abccc9d8c/dep-lib-memchr' from root:root to runner:runner
2025-08-20T21:45:49.7206287Z [00:02:47.326]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/memchr-5bbf668abccc9d8c/lib-memchr.json' from root:root to runner:runner
2025-08-20T21:45:49.7208646Z [00:02:47.326]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/memchr-5bbf668abccc9d8c/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:45:49.7210491Z [00:02:47.326]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/memchr-5bbf668abccc9d8c/lib-memchr' from root:root to runner:runner
2025-08-20T21:45:49.7212408Z [00:02:47.326]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/memchr-5bbf668abccc9d8c' from root:root to runner:runner
2025-08-20T21:45:49.7214435Z [00:02:47.326]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/scopeguard-fca9edb259fbe444/lib-scopeguard' from root:root to runner:runner
2025-08-20T21:45:49.7216459Z [00:02:47.326]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/scopeguard-fca9edb259fbe444/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:45:49.7218402Z [00:02:47.326]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/scopeguard-fca9edb259fbe444/dep-lib-scopeguard' from root:root to runner:runner
2025-08-20T21:45:49.7220302Z [00:02:47.326]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/scopeguard-fca9edb259fbe444/lib-scopeguard.json' from root:root to runner:runner
2025-08-20T21:45:49.7222110Z [00:02:47.326]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/scopeguard-fca9edb259fbe444' from root:root to runner:runner
2025-08-20T21:45:49.7224228Z [00:02:47.326]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/indexmap-43c917208a2cff52/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:45:49.7226092Z [00:02:47.326]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/indexmap-43c917208a2cff52/lib-indexmap.json' from root:root to runner:runner
2025-08-20T21:45:49.7227937Z [00:02:47.327]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/indexmap-43c917208a2cff52/dep-lib-indexmap' from root:root to runner:runner
2025-08-20T21:45:49.7229763Z [00:02:47.327]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/indexmap-43c917208a2cff52/lib-indexmap' from root:root to runner:runner
2025-08-20T21:45:49.7231517Z [00:02:47.327]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/indexmap-43c917208a2cff52' from root:root to runner:runner
2025-08-20T21:45:49.7233648Z [00:02:47.327]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/equivalent-00f80dfaddbea53e/dep-lib-equivalent' from root:root to runner:runner
2025-08-20T21:45:49.7235509Z [00:02:47.327]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/equivalent-00f80dfaddbea53e/lib-equivalent' from root:root to runner:runner
2025-08-20T21:45:49.7237377Z [00:02:47.327]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/equivalent-00f80dfaddbea53e/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:45:49.7239267Z [00:02:47.327]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/equivalent-00f80dfaddbea53e/lib-equivalent.json' from root:root to runner:runner
2025-08-20T21:45:49.7241070Z [00:02:47.327]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/equivalent-00f80dfaddbea53e' from root:root to runner:runner
2025-08-20T21:45:49.7243271Z [00:02:47.327]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lock_api-96fa317258d3c23c/lib-lock_api.json' from root:root to runner:runner
2025-08-20T21:45:49.7245144Z [00:02:47.327]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lock_api-96fa317258d3c23c/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:45:49.7246978Z [00:02:47.327]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lock_api-96fa317258d3c23c/dep-lib-lock_api' from root:root to runner:runner
2025-08-20T21:45:49.7248785Z [00:02:47.327]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lock_api-96fa317258d3c23c/lib-lock_api' from root:root to runner:runner
2025-08-20T21:45:49.7250524Z [00:02:47.327]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lock_api-96fa317258d3c23c' from root:root to runner:runner
2025-08-20T21:45:49.7252587Z [00:02:47.327]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/signal-hook-mio-ee0c2dbb11dcd9c8/lib-signal_hook_mio.json' from root:root to runner:runner
2025-08-20T21:45:49.7254560Z [00:02:47.327]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/signal-hook-mio-ee0c2dbb11dcd9c8/dep-lib-signal_hook_mio' from root:root to runner:runner
2025-08-20T21:45:49.7256498Z [00:02:47.327]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/signal-hook-mio-ee0c2dbb11dcd9c8/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:45:49.7258701Z [00:02:47.327]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/signal-hook-mio-ee0c2dbb11dcd9c8/lib-signal_hook_mio' from root:root to runner:runner
2025-08-20T21:45:49.7260699Z [00:02:47.327]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/signal-hook-mio-ee0c2dbb11dcd9c8' from root:root to runner:runner
2025-08-20T21:45:49.7263153Z [00:02:47.327]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lock_api-e812ac0c64edb84b/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:45:49.7265248Z [00:02:47.327]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lock_api-e812ac0c64edb84b/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:45:49.7267090Z [00:02:47.327]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lock_api-e812ac0c64edb84b' from root:root to runner:runner
2025-08-20T21:45:49.7268904Z [00:02:47.327]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/signal-hook-5ab251c63275ce7d/lib-signal_hook.json' from root:root to runner:runner
2025-08-20T21:45:49.7271011Z [00:02:47.327]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/signal-hook-5ab251c63275ce7d/lib-signal_hook' from root:root to runner:runner
2025-08-20T21:45:49.7273127Z [00:02:47.327]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/signal-hook-5ab251c63275ce7d/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:45:49.7275471Z [00:02:47.327]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/signal-hook-5ab251c63275ce7d/dep-lib-signal_hook' from root:root to runner:runner
2025-08-20T21:45:49.7277574Z [00:02:47.327]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/signal-hook-5ab251c63275ce7d' from root:root to runner:runner
2025-08-20T21:45:49.7279422Z [00:02:47.327]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_builder-7d7d1a4e44ccf508/lib-clap_builder' from root:root to runner:runner
2025-08-20T21:45:49.7281309Z [00:02:47.327]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_builder-7d7d1a4e44ccf508/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:45:49.7283521Z [00:02:47.327]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_builder-7d7d1a4e44ccf508/lib-clap_builder.json' from root:root to runner:runner
2025-08-20T21:45:49.7285448Z [00:02:47.327]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_builder-7d7d1a4e44ccf508/dep-lib-clap_builder' from root:root to runner:runner
2025-08-20T21:45:49.7287285Z [00:02:47.327]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_builder-7d7d1a4e44ccf508' from root:root to runner:runner
2025-08-20T21:45:49.7289218Z [00:02:47.327]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/edit-d8ab0e7c751010e3/lib-edit.json' from root:root to runner:runner
2025-08-20T21:45:49.7290997Z [00:02:47.327]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/edit-d8ab0e7c751010e3/dep-lib-edit' from root:root to runner:runner
2025-08-20T21:45:49.7292950Z [00:02:47.328]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/edit-d8ab0e7c751010e3/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:45:49.7294768Z [00:02:47.328]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/edit-d8ab0e7c751010e3/lib-edit' from root:root to runner:runner
2025-08-20T21:45:49.7296470Z [00:02:47.328]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/edit-d8ab0e7c751010e3' from root:root to runner:runner
2025-08-20T21:45:49.7298365Z [00:02:47.328]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossterm-a02c03b1c6f4a6cb/lib-crossterm.json' from root:root to runner:runner
2025-08-20T21:45:49.7300226Z [00:02:47.328]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossterm-a02c03b1c6f4a6cb/lib-crossterm' from root:root to runner:runner
2025-08-20T21:45:49.7302082Z [00:02:47.328]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossterm-a02c03b1c6f4a6cb/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:45:49.7304174Z [00:02:47.328]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossterm-a02c03b1c6f4a6cb/dep-lib-crossterm' from root:root to runner:runner
2025-08-20T21:45:49.7305964Z [00:02:47.328]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossterm-a02c03b1c6f4a6cb' from root:root to runner:runner
2025-08-20T21:45:49.7307765Z [00:02:47.328]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/overload-b712723a23b05b46/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:45:49.7309611Z [00:02:47.328]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/overload-b712723a23b05b46/lib-overload.json' from root:root to runner:runner
2025-08-20T21:45:49.7311457Z [00:02:47.328]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/overload-b712723a23b05b46/dep-lib-overload' from root:root to runner:runner
2025-08-20T21:45:49.7313377Z [00:02:47.328]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/overload-b712723a23b05b46/lib-overload' from root:root to runner:runner
2025-08-20T21:45:49.7315278Z [00:02:47.328]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/overload-b712723a23b05b46' from root:root to runner:runner
2025-08-20T21:45:49.7317043Z [00:02:47.328]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/either-1c78037077e90d82/dep-lib-either' from root:root to runner:runner
2025-08-20T21:45:49.7318830Z [00:02:47.328]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/either-1c78037077e90d82/lib-either' from root:root to runner:runner
2025-08-20T21:45:49.7320633Z [00:02:47.328]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/either-1c78037077e90d82/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:45:49.7322662Z [00:02:47.328]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/either-1c78037077e90d82/lib-either.json' from root:root to runner:runner
2025-08-20T21:45:49.7324551Z [00:02:47.328]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/either-1c78037077e90d82' from root:root to runner:runner
2025-08-20T21:45:49.7326640Z [00:02:47.328]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tracing-subscriber-4f0f64220d6bc27c/lib-tracing_subscriber' from root:root to runner:runner
2025-08-20T21:45:49.7328624Z [00:02:47.328]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tracing-subscriber-4f0f64220d6bc27c/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:45:49.7330766Z [00:02:47.328]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tracing-subscriber-4f0f64220d6bc27c/lib-tracing_subscriber.json' from root:root to runner:runner
2025-08-20T21:45:49.7332922Z [00:02:47.328]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tracing-subscriber-4f0f64220d6bc27c/dep-lib-tracing_subscriber' from root:root to runner:runner
2025-08-20T21:45:49.7334835Z [00:02:47.329]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tracing-subscriber-4f0f64220d6bc27c' from root:root to runner:runner
2025-08-20T21:45:49.7336685Z [00:02:47.329]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unsafe-libyaml-202e44ff8b83742a/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:45:49.7338609Z [00:02:47.329]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unsafe-libyaml-202e44ff8b83742a/dep-lib-unsafe_libyaml' from root:root to runner:runner
2025-08-20T21:45:49.7340740Z [00:02:47.329]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unsafe-libyaml-202e44ff8b83742a/lib-unsafe_libyaml.json' from root:root to runner:runner
2025-08-20T21:45:49.7342913Z [00:02:47.329]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unsafe-libyaml-202e44ff8b83742a/lib-unsafe_libyaml' from root:root to runner:runner
2025-08-20T21:45:49.7345135Z [00:02:47.329]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unsafe-libyaml-202e44ff8b83742a' from root:root to runner:runner
2025-08-20T21:45:49.7347273Z [00:02:47.329]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tracing-core-692d96e18412d196/lib-tracing_core' from root:root to runner:runner
2025-08-20T21:45:49.7349174Z [00:02:47.329]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tracing-core-692d96e18412d196/dep-lib-tracing_core' from root:root to runner:runner
2025-08-20T21:45:49.7351058Z [00:02:47.329]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tracing-core-692d96e18412d196/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:45:49.7353328Z [00:02:47.329]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tracing-core-692d96e18412d196/lib-tracing_core.json' from root:root to runner:runner
2025-08-20T21:45:49.7355191Z [00:02:47.329]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tracing-core-692d96e18412d196' from root:root to runner:runner
2025-08-20T21:45:49.7356985Z [00:02:47.329]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-1f0bef145d35d1a2/lib-anstyle.json' from root:root to runner:runner
2025-08-20T21:45:49.7358827Z [00:02:47.329]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-1f0bef145d35d1a2/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:45:49.7360644Z [00:02:47.329]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-1f0bef145d35d1a2/lib-anstyle' from root:root to runner:runner
2025-08-20T21:45:49.7362676Z [00:02:47.329]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-1f0bef145d35d1a2/dep-lib-anstyle' from root:root to runner:runner
2025-08-20T21:45:49.7364462Z [00:02:47.329]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-1f0bef145d35d1a2' from root:root to runner:runner
2025-08-20T21:45:49.7366348Z [00:02:47.329]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde-4db3f8aad2840288/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:45:49.7368472Z [00:02:47.329]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde-4db3f8aad2840288/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:45:49.7370284Z [00:02:47.329]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde-4db3f8aad2840288' from root:root to runner:runner
2025-08-20T21:45:49.7372050Z [00:02:47.329]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/fs_at-43021349e7a6f2ff/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:45:49.7373973Z [00:02:47.329]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/fs_at-43021349e7a6f2ff/lib-fs_at' from root:root to runner:runner
2025-08-20T21:45:49.7375744Z [00:02:47.329]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/fs_at-43021349e7a6f2ff/dep-lib-fs_at' from root:root to runner:runner
2025-08-20T21:45:49.7377519Z [00:02:47.329]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/fs_at-43021349e7a6f2ff/lib-fs_at.json' from root:root to runner:runner
2025-08-20T21:45:49.7379348Z [00:02:47.329]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/fs_at-43021349e7a6f2ff' from root:root to runner:runner
2025-08-20T21:45:49.7381089Z [00:02:47.329]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anyhow-69b67bfaa3187352/lib-anyhow' from root:root to runner:runner
2025-08-20T21:45:49.7383101Z [00:02:47.329]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anyhow-69b67bfaa3187352/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:45:49.7384958Z [00:02:47.329]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anyhow-69b67bfaa3187352/lib-anyhow.json' from root:root to runner:runner
2025-08-20T21:45:49.7386769Z [00:02:47.329]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anyhow-69b67bfaa3187352/dep-lib-anyhow' from root:root to runner:runner
2025-08-20T21:45:49.7388551Z [00:02:47.330]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anyhow-69b67bfaa3187352' from root:root to runner:runner
2025-08-20T21:45:49.7390341Z [00:02:47.330]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lazy_static-99879f58e510182a/lib-lazy_static.json' from root:root to runner:runner
2025-08-20T21:45:49.7392208Z [00:02:47.330]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lazy_static-99879f58e510182a/lib-lazy_static' from root:root to runner:runner
2025-08-20T21:45:49.7394318Z [00:02:47.330]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lazy_static-99879f58e510182a/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:45:49.7396410Z [00:02:47.330]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lazy_static-99879f58e510182a/dep-lib-lazy_static' from root:root to runner:runner
2025-08-20T21:45:49.7398206Z [00:02:47.330]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lazy_static-99879f58e510182a' from root:root to runner:runner
2025-08-20T21:45:49.7400213Z [00:02:47.330]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/signal-hook-registry-d23a338b3730341e/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:45:49.7402447Z [00:02:47.330]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/signal-hook-registry-d23a338b3730341e/lib-signal_hook_registry.json' from root:root to runner:runner
2025-08-20T21:45:49.7404540Z [00:02:47.330]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/signal-hook-registry-d23a338b3730341e/dep-lib-signal_hook_registry' from root:root to runner:runner
2025-08-20T21:45:49.7406685Z [00:02:47.330]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/signal-hook-registry-d23a338b3730341e/lib-signal_hook_registry' from root:root to runner:runner
2025-08-20T21:45:49.7408602Z [00:02:47.330]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/signal-hook-registry-d23a338b3730341e' from root:root to runner:runner
2025-08-20T21:45:49.7410435Z [00:02:47.330]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libc-89a6782cfb1e7d05/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:45:49.7412412Z [00:02:47.330]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libc-89a6782cfb1e7d05/lib-libc' from root:root to runner:runner
2025-08-20T21:45:49.7414509Z [00:02:47.330]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libc-89a6782cfb1e7d05/dep-lib-libc' from root:root to runner:runner
2025-08-20T21:45:49.7416543Z [00:02:47.330]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libc-89a6782cfb1e7d05/lib-libc.json' from root:root to runner:runner
2025-08-20T21:45:49.7418279Z [00:02:47.330]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libc-89a6782cfb1e7d05' from root:root to runner:runner
2025-08-20T21:45:49.7420074Z [00:02:47.330]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-syntax-a6e8118dff480c24/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:45:49.7422147Z [00:02:47.330]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-syntax-a6e8118dff480c24/dep-lib-regex_syntax' from root:root to runner:runner
2025-08-20T21:45:49.7424288Z [00:02:47.330]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-syntax-a6e8118dff480c24/lib-regex_syntax' from root:root to runner:runner
2025-08-20T21:45:49.7426195Z [00:02:47.330]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-syntax-a6e8118dff480c24/lib-regex_syntax.json' from root:root to runner:runner
2025-08-20T21:45:49.7428025Z [00:02:47.330]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-syntax-a6e8118dff480c24' from root:root to runner:runner
2025-08-20T21:45:49.7429791Z [00:02:47.330]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/mio-8ed3438d774f4577/lib-mio.json' from root:root to runner:runner
2025-08-20T21:45:49.7431547Z [00:02:47.330]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/mio-8ed3438d774f4577/dep-lib-mio' from root:root to runner:runner
2025-08-20T21:45:49.7433665Z [00:02:47.330]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/mio-8ed3438d774f4577/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:45:49.7435480Z [00:02:47.330]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/mio-8ed3438d774f4577/lib-mio' from root:root to runner:runner
2025-08-20T21:45:49.7437173Z [00:02:47.330]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/mio-8ed3438d774f4577' from root:root to runner:runner
2025-08-20T21:45:49.7438966Z [00:02:47.330]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/linux-raw-sys-4311d095e009335b/lib-linux_raw_sys' from root:root to runner:runner
2025-08-20T21:45:49.7440865Z [00:02:47.330]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/linux-raw-sys-4311d095e009335b/lib-linux_raw_sys.json' from root:root to runner:runner
2025-08-20T21:45:49.7442968Z [00:02:47.330]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/linux-raw-sys-4311d095e009335b/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:45:49.7444887Z [00:02:47.330]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/linux-raw-sys-4311d095e009335b/dep-lib-linux_raw_sys' from root:root to runner:runner
2025-08-20T21:45:49.7446715Z [00:02:47.330]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/linux-raw-sys-4311d095e009335b' from root:root to runner:runner
2025-08-20T21:45:49.7448689Z [00:02:47.330]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/remove_dir_all-8ab36d01a5ba913d/lib-remove_dir_all.json' from root:root to runner:runner
2025-08-20T21:45:49.7450591Z [00:02:47.330]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/remove_dir_all-8ab36d01a5ba913d/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:45:49.7452702Z [00:02:47.331]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/remove_dir_all-8ab36d01a5ba913d/dep-lib-remove_dir_all' from root:root to runner:runner
2025-08-20T21:45:49.7454610Z [00:02:47.331]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/remove_dir_all-8ab36d01a5ba913d/lib-remove_dir_all' from root:root to runner:runner
2025-08-20T21:45:49.7456420Z [00:02:47.331]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/remove_dir_all-8ab36d01a5ba913d' from root:root to runner:runner
2025-08-20T21:45:49.7458337Z [00:02:47.331]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstream-3b02f3262b9455ba/dep-lib-anstream' from root:root to runner:runner
2025-08-20T21:45:49.7460190Z [00:02:47.331]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstream-3b02f3262b9455ba/lib-anstream' from root:root to runner:runner
2025-08-20T21:45:49.7462028Z [00:02:47.331]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstream-3b02f3262b9455ba/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:45:49.7463987Z [00:02:47.331]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstream-3b02f3262b9455ba/lib-anstream.json' from root:root to runner:runner
2025-08-20T21:45:49.7466057Z [00:02:47.331]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstream-3b02f3262b9455ba' from root:root to runner:runner
2025-08-20T21:45:49.7467854Z [00:02:47.331]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/fastrand-7349f526c053b502/dep-lib-fastrand' from root:root to runner:runner
2025-08-20T21:45:49.7469889Z [00:02:47.331]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/fastrand-7349f526c053b502/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:45:49.7471742Z [00:02:47.331]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/fastrand-7349f526c053b502/lib-fastrand' from root:root to runner:runner
2025-08-20T21:45:49.7473677Z [00:02:47.331]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/fastrand-7349f526c053b502/lib-fastrand.json' from root:root to runner:runner
2025-08-20T21:45:49.7475591Z [00:02:47.331]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/fastrand-7349f526c053b502' from root:root to runner:runner
2025-08-20T21:45:49.7477445Z [00:02:47.331]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/strip-ansi-escapes-d424a487bbdc5290/lib-strip_ansi_escapes' from root:root to runner:runner
2025-08-20T21:45:49.7479409Z [00:02:47.331]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/strip-ansi-escapes-d424a487bbdc5290/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:45:49.7481469Z [00:02:47.331]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/strip-ansi-escapes-d424a487bbdc5290/dep-lib-strip_ansi_escapes' from root:root to runner:runner
2025-08-20T21:45:49.7485007Z [00:02:47.331]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/strip-ansi-escapes-d424a487bbdc5290/lib-strip_ansi_escapes.json' from root:root to runner:runner
2025-08-20T21:45:49.7488842Z [00:02:47.331]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/strip-ansi-escapes-d424a487bbdc5290' from root:root to runner:runner
2025-08-20T21:45:49.7492157Z [00:02:47.331]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tracing-log-deb06ec1181ff0c0/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:45:49.7494555Z [00:02:47.331]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tracing-log-deb06ec1181ff0c0/lib-tracing_log.json' from root:root to runner:runner
2025-08-20T21:45:49.7496488Z [00:02:47.331]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tracing-log-deb06ec1181ff0c0/lib-tracing_log' from root:root to runner:runner
2025-08-20T21:45:49.7498394Z [00:02:47.331]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tracing-log-deb06ec1181ff0c0/dep-lib-tracing_log' from root:root to runner:runner
2025-08-20T21:45:49.7500219Z [00:02:47.331]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tracing-log-deb06ec1181ff0c0' from root:root to runner:runner
2025-08-20T21:45:49.7502024Z [00:02:47.331]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/same-file-d76bd81076a1e444/lib-same_file.json' from root:root to runner:runner
2025-08-20T21:45:49.7504092Z [00:02:47.331]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/same-file-d76bd81076a1e444/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:45:49.7505930Z [00:02:47.331]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/same-file-d76bd81076a1e444/lib-same_file' from root:root to runner:runner
2025-08-20T21:45:49.7507930Z [00:02:47.331]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/same-file-d76bd81076a1e444/dep-lib-same_file' from root:root to runner:runner
2025-08-20T21:45:49.7509702Z [00:02:47.332]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/same-file-d76bd81076a1e444' from root:root to runner:runner
2025-08-20T21:45:49.7511482Z [00:02:47.332]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/which-56ffbff7c1453365/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:45:49.7513491Z [00:02:47.332]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/which-56ffbff7c1453365/lib-which' from root:root to runner:runner
2025-08-20T21:45:49.7515275Z [00:02:47.332]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/which-56ffbff7c1453365/lib-which.json' from root:root to runner:runner
2025-08-20T21:45:49.7517227Z [00:02:47.332]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/which-56ffbff7c1453365/dep-lib-which' from root:root to runner:runner
2025-08-20T21:45:49.7518968Z [00:02:47.332]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/which-56ffbff7c1453365' from root:root to runner:runner
2025-08-20T21:45:49.7520723Z [00:02:47.332]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/etcetera-9240d4b93288cd5c/lib-etcetera' from root:root to runner:runner
2025-08-20T21:45:49.7522793Z [00:02:47.332]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/etcetera-9240d4b93288cd5c/lib-etcetera.json' from root:root to runner:runner
2025-08-20T21:45:49.7524667Z [00:02:47.332]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/etcetera-9240d4b93288cd5c/dep-lib-etcetera' from root:root to runner:runner
2025-08-20T21:45:49.7526523Z [00:02:47.332]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/etcetera-9240d4b93288cd5c/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:45:49.7528292Z [00:02:47.332]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/etcetera-9240d4b93288cd5c' from root:root to runner:runner
2025-08-20T21:45:49.7530030Z [00:02:47.332]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ryu-5d7663d4e453975b/dep-lib-ryu' from root:root to runner:runner
2025-08-20T21:45:49.7531763Z [00:02:47.332]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ryu-5d7663d4e453975b/lib-ryu' from root:root to runner:runner
2025-08-20T21:45:49.7534028Z [00:02:47.332]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ryu-5d7663d4e453975b/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:45:49.7535810Z [00:02:47.332]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ryu-5d7663d4e453975b/lib-ryu.json' from root:root to runner:runner
2025-08-20T21:45:49.7537526Z [00:02:47.332]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ryu-5d7663d4e453975b' from root:root to runner:runner
2025-08-20T21:45:49.7539230Z [00:02:47.332]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/navi-110a0094ad05e53e/lib-navi' from root:root to runner:runner
2025-08-20T21:45:49.7541002Z [00:02:47.332]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/navi-110a0094ad05e53e/lib-navi.json' from root:root to runner:runner
2025-08-20T21:45:49.7543047Z [00:02:47.332]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/navi-110a0094ad05e53e/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:45:49.7545002Z [00:02:47.332]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/navi-110a0094ad05e53e/output-lib-navi' from root:root to runner:runner
2025-08-20T21:45:49.7546799Z [00:02:47.332]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/navi-110a0094ad05e53e/dep-lib-navi' from root:root to runner:runner
2025-08-20T21:45:49.7548512Z [00:02:47.332]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/navi-110a0094ad05e53e' from root:root to runner:runner
2025-08-20T21:45:49.7550371Z [00:02:47.332]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/nix-bc9a34ee9f594d7d/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:45:49.7552581Z [00:02:47.332]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/nix-bc9a34ee9f594d7d/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:45:49.7554431Z [00:02:47.332]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/nix-bc9a34ee9f594d7d' from root:root to runner:runner
2025-08-20T21:45:49.7556182Z [00:02:47.332]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hashbrown-1e0e1bb8de4a7b13/lib-hashbrown' from root:root to runner:runner
2025-08-20T21:45:49.7558811Z [00:02:47.332]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hashbrown-1e0e1bb8de4a7b13/lib-hashbrown.json' from root:root to runner:runner
2025-08-20T21:45:49.7562826Z [00:02:47.333]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hashbrown-1e0e1bb8de4a7b13/dep-lib-hashbrown' from root:root to runner:runner
2025-08-20T21:45:49.7566319Z [00:02:47.333]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hashbrown-1e0e1bb8de4a7b13/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:45:49.7568832Z [00:02:47.333]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hashbrown-1e0e1bb8de4a7b13' from root:root to runner:runner
2025-08-20T21:45:49.7570732Z [00:02:47.333]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unicode-width-355d02a9b26506ec/dep-lib-unicode_width' from root:root to runner:runner
2025-08-20T21:45:49.7572888Z [00:02:47.333]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unicode-width-355d02a9b26506ec/lib-unicode_width.json' from root:root to runner:runner
2025-08-20T21:45:49.7575000Z [00:02:47.333]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unicode-width-355d02a9b26506ec/lib-unicode_width' from root:root to runner:runner
2025-08-20T21:45:49.7576936Z [00:02:47.333]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unicode-width-355d02a9b26506ec/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:45:49.7578765Z [00:02:47.333]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unicode-width-355d02a9b26506ec' from root:root to runner:runner
2025-08-20T21:45:49.7580588Z [00:02:47.333]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-syntax-4efb12957c042bc2/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:45:49.7582694Z [00:02:47.333]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-syntax-4efb12957c042bc2/dep-lib-regex_syntax' from root:root to runner:runner
2025-08-20T21:45:49.7584605Z [00:02:47.333]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-syntax-4efb12957c042bc2/lib-regex_syntax' from root:root to runner:runner
2025-08-20T21:45:49.7586657Z [00:02:47.333]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-syntax-4efb12957c042bc2/lib-regex_syntax.json' from root:root to runner:runner
2025-08-20T21:45:49.7588518Z [00:02:47.333]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-syntax-4efb12957c042bc2' from root:root to runner:runner
2025-08-20T21:45:49.7590303Z [00:02:47.333]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/strsim-0535910dc9036bf9/lib-strsim.json' from root:root to runner:runner
2025-08-20T21:45:49.7592506Z [00:02:47.333]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/strsim-0535910dc9036bf9/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:45:49.7594331Z [00:02:47.333]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/strsim-0535910dc9036bf9/lib-strsim' from root:root to runner:runner
2025-08-20T21:45:49.7596132Z [00:02:47.333]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/strsim-0535910dc9036bf9/dep-lib-strsim' from root:root to runner:runner
2025-08-20T21:45:49.7597885Z [00:02:47.333]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/strsim-0535910dc9036bf9' from root:root to runner:runner
2025-08-20T21:45:49.7599670Z [00:02:47.333]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/shellwords-e7d639e984b3fe06/dep-lib-shellwords' from root:root to runner:runner
2025-08-20T21:45:49.7601678Z [00:02:47.333]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/shellwords-e7d639e984b3fe06/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:45:49.7603774Z [00:02:47.333]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/shellwords-e7d639e984b3fe06/lib-shellwords.json' from root:root to runner:runner
2025-08-20T21:45:49.7605817Z [00:02:47.333]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/shellwords-e7d639e984b3fe06/lib-shellwords' from root:root to runner:runner
2025-08-20T21:45:49.7607617Z [00:02:47.333]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/shellwords-e7d639e984b3fe06' from root:root to runner:runner
2025-08-20T21:45:49.7609391Z [00:02:47.333]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tracing-1c6720186c50677a/lib-tracing' from root:root to runner:runner
2025-08-20T21:45:49.7611211Z [00:02:47.333]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tracing-1c6720186c50677a/lib-tracing.json' from root:root to runner:runner
2025-08-20T21:45:49.7613210Z [00:02:47.333]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tracing-1c6720186c50677a/dep-lib-tracing' from root:root to runner:runner
2025-08-20T21:45:49.7615059Z [00:02:47.333]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tracing-1c6720186c50677a/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:45:49.7616817Z [00:02:47.333]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tracing-1c6720186c50677a' from root:root to runner:runner
2025-08-20T21:45:49.7618714Z [00:02:47.333]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cvt-39e8a5f6e61eb706/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:45:49.7620492Z [00:02:47.334]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cvt-39e8a5f6e61eb706/dep-lib-cvt' from root:root to runner:runner
2025-08-20T21:45:49.7622440Z [00:02:47.334]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cvt-39e8a5f6e61eb706/lib-cvt.json' from root:root to runner:runner
2025-08-20T21:45:49.7624439Z [00:02:47.334]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cvt-39e8a5f6e61eb706/lib-cvt' from root:root to runner:runner
2025-08-20T21:45:49.7626148Z [00:02:47.334]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cvt-39e8a5f6e61eb706' from root:root to runner:runner
2025-08-20T21:45:49.7627911Z [00:02:47.334]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cfg-if-ad922fe68dc3537f/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:45:49.7629966Z [00:02:47.334]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cfg-if-ad922fe68dc3537f/lib-cfg_if' from root:root to runner:runner
2025-08-20T21:45:49.7633065Z [00:02:47.334]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cfg-if-ad922fe68dc3537f/dep-lib-cfg_if' from root:root to runner:runner
2025-08-20T21:45:49.7636489Z [00:02:47.334]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cfg-if-ad922fe68dc3537f/lib-cfg_if.json' from root:root to runner:runner
2025-08-20T21:45:49.7639698Z [00:02:47.334]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cfg-if-ad922fe68dc3537f' from root:root to runner:runner
2025-08-20T21:45:49.7642146Z [00:02:47.334]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/sharded-slab-a096078f7979df47/dep-lib-sharded_slab' from root:root to runner:runner
2025-08-20T21:45:49.7644324Z [00:02:47.334]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/sharded-slab-a096078f7979df47/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:45:49.7646205Z [00:02:47.334]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/sharded-slab-a096078f7979df47/lib-sharded_slab' from root:root to runner:runner
2025-08-20T21:45:49.7648096Z [00:02:47.334]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/sharded-slab-a096078f7979df47/lib-sharded_slab.json' from root:root to runner:runner
2025-08-20T21:45:49.7650098Z [00:02:47.334]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/sharded-slab-a096078f7979df47' from root:root to runner:runner
2025-08-20T21:45:49.7651895Z [00:02:47.334]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/once_cell-877431e6461a2b09/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:45:49.7653962Z [00:02:47.334]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/once_cell-877431e6461a2b09/dep-lib-once_cell' from root:root to runner:runner
2025-08-20T21:45:49.7655788Z [00:02:47.334]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/once_cell-877431e6461a2b09/lib-once_cell' from root:root to runner:runner
2025-08-20T21:45:49.7657629Z [00:02:47.334]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/once_cell-877431e6461a2b09/lib-once_cell.json' from root:root to runner:runner
2025-08-20T21:45:49.7659389Z [00:02:47.334]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/once_cell-877431e6461a2b09' from root:root to runner:runner
2025-08-20T21:45:49.7661300Z [00:02:47.334]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/normpath-49255805e545da23/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:45:49.7663374Z [00:02:47.334]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/normpath-49255805e545da23/dep-lib-normpath' from root:root to runner:runner
2025-08-20T21:45:49.7665239Z [00:02:47.334]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/normpath-49255805e545da23/lib-normpath.json' from root:root to runner:runner
2025-08-20T21:45:49.7667086Z [00:02:47.334]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/normpath-49255805e545da23/lib-normpath' from root:root to runner:runner
2025-08-20T21:45:49.7668833Z [00:02:47.334]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/normpath-49255805e545da23' from root:root to runner:runner
2025-08-20T21:45:49.7670663Z [00:02:47.334]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-parse-84b7b16131790355/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:45:49.7672776Z [00:02:47.334]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-parse-84b7b16131790355/lib-anstyle_parse.json' from root:root to runner:runner
2025-08-20T21:45:49.7674715Z [00:02:47.334]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-parse-84b7b16131790355/dep-lib-anstyle_parse' from root:root to runner:runner
2025-08-20T21:45:49.7676757Z [00:02:47.334]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-parse-84b7b16131790355/lib-anstyle_parse' from root:root to runner:runner
2025-08-20T21:45:49.7678562Z [00:02:47.334]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-parse-84b7b16131790355' from root:root to runner:runner
2025-08-20T21:45:49.7680334Z [00:02:47.334]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-d68dfcd2136b681d/lib-regex' from root:root to runner:runner
2025-08-20T21:45:49.7682136Z [00:02:47.334]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-d68dfcd2136b681d/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:45:49.7684347Z [00:02:47.334]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-d68dfcd2136b681d/dep-lib-regex' from root:root to runner:runner
2025-08-20T21:45:49.7686175Z [00:02:47.334]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-d68dfcd2136b681d/lib-regex.json' from root:root to runner:runner
2025-08-20T21:45:49.7688080Z [00:02:47.335]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-d68dfcd2136b681d' from root:root to runner:runner
2025-08-20T21:45:49.7690114Z [00:02:47.335]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-automata-4377aee10ebaa17b/dep-lib-regex_automata' from root:root to runner:runner
2025-08-20T21:45:49.7692076Z [00:02:47.335]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-automata-4377aee10ebaa17b/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:45:49.7694227Z [00:02:47.335]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-automata-4377aee10ebaa17b/lib-regex_automata.json' from root:root to runner:runner
2025-08-20T21:45:49.7696163Z [00:02:47.335]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-automata-4377aee10ebaa17b/lib-regex_automata' from root:root to runner:runner
2025-08-20T21:45:49.7698012Z [00:02:47.335]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-automata-4377aee10ebaa17b' from root:root to runner:runner
2025-08-20T21:45:49.7699932Z [00:02:47.335]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anyhow-d8d2c25f5017265c/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:45:49.7702542Z [00:02:47.335]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anyhow-d8d2c25f5017265c/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:45:49.7706297Z [00:02:47.335]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anyhow-d8d2c25f5017265c' from root:root to runner:runner
2025-08-20T21:45:49.7709511Z [00:02:47.335]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/vte-41e613d17f74ffdf/lib-vte.json' from root:root to runner:runner
2025-08-20T21:45:49.7712619Z [00:02:47.335]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/vte-41e613d17f74ffdf/dep-lib-vte' from root:root to runner:runner
2025-08-20T21:45:49.7714613Z [00:02:47.335]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/vte-41e613d17f74ffdf/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:45:49.7716417Z [00:02:47.335]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/vte-41e613d17f74ffdf/lib-vte' from root:root to runner:runner
2025-08-20T21:45:49.7718113Z [00:02:47.335]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/vte-41e613d17f74ffdf' from root:root to runner:runner
2025-08-20T21:45:49.7720160Z [00:02:47.335]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thiserror-5f9f422ebf64e138/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:45:49.7722445Z [00:02:47.335]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thiserror-5f9f422ebf64e138/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:45:49.7724329Z [00:02:47.335]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thiserror-5f9f422ebf64e138' from root:root to runner:runner
2025-08-20T21:45:49.7726134Z [00:02:47.335]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bitflags-7af5b3b09a65bbaa/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:45:49.7727999Z [00:02:47.335]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bitflags-7af5b3b09a65bbaa/lib-bitflags.json' from root:root to runner:runner
2025-08-20T21:45:49.7729824Z [00:02:47.335]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bitflags-7af5b3b09a65bbaa/lib-bitflags' from root:root to runner:runner
2025-08-20T21:45:49.7731654Z [00:02:47.335]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bitflags-7af5b3b09a65bbaa/dep-lib-bitflags' from root:root to runner:runner
2025-08-20T21:45:49.7733696Z [00:02:47.335]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bitflags-7af5b3b09a65bbaa' from root:root to runner:runner
2025-08-20T21:45:49.7735757Z [00:02:47.335]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/signal-hook-b760bcfcf626d2ca/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:45:49.7737813Z [00:02:47.335]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/signal-hook-b760bcfcf626d2ca/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:45:49.7739689Z [00:02:47.335]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/signal-hook-b760bcfcf626d2ca' from root:root to runner:runner
2025-08-20T21:45:49.7741478Z [00:02:47.335]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/itoa-b2a72e844afe803f/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:45:49.7743478Z [00:02:47.336]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/itoa-b2a72e844afe803f/dep-lib-itoa' from root:root to runner:runner
2025-08-20T21:45:49.7745400Z [00:02:47.336]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/itoa-b2a72e844afe803f/lib-itoa.json' from root:root to runner:runner
2025-08-20T21:45:49.7747185Z [00:02:47.336]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/itoa-b2a72e844afe803f/lib-itoa' from root:root to runner:runner
2025-08-20T21:45:49.7748086Z [00:02:47.336]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/itoa-b2a72e844afe803f' from root:root to runner:runner
2025-08-20T21:45:49.7749092Z [00:02:47.336]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/nu-ansi-term-e9cf87b0b6329ff9/dep-lib-nu_ansi_term' from root:root to runner:runner
2025-08-20T21:45:49.7750064Z [00:02:47.336]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/nu-ansi-term-e9cf87b0b6329ff9/lib-nu_ansi_term' from root:root to runner:runner
2025-08-20T21:45:49.7751050Z [00:02:47.336]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/nu-ansi-term-e9cf87b0b6329ff9/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:45:49.7752040Z [00:02:47.336]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/nu-ansi-term-e9cf87b0b6329ff9/lib-nu_ansi_term.json' from root:root to runner:runner
2025-08-20T21:45:49.7753211Z [00:02:47.336]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/nu-ansi-term-e9cf87b0b6329ff9' from root:root to runner:runner
2025-08-20T21:45:49.7754224Z [00:02:47.336]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thread_local-23fe717a57ef2959/dep-lib-thread_local' from root:root to runner:runner
2025-08-20T21:45:49.7755336Z [00:02:47.336]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thread_local-23fe717a57ef2959/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:45:49.7756328Z [00:02:47.336]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thread_local-23fe717a57ef2959/lib-thread_local.json' from root:root to runner:runner
2025-08-20T21:45:49.7757400Z [00:02:47.336]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thread_local-23fe717a57ef2959/lib-thread_local' from root:root to runner:runner
2025-08-20T21:45:49.7758309Z [00:02:47.336]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thread_local-23fe717a57ef2959' from root:root to runner:runner
2025-08-20T21:45:49.7759437Z [00:02:47.336]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/parking_lot_core-9cf21cbb5f4daa99/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T21:45:49.7760529Z [00:02:47.336]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/parking_lot_core-9cf21cbb5f4daa99/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T21:45:49.7761461Z [00:02:47.336]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/parking_lot_core-9cf21cbb5f4daa99' from root:root to runner:runner
2025-08-20T21:45:49.7762881Z [00:02:47.336]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/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-20T21:45:49.7763933Z [00:02:47.336]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/is_terminal_polyfill-f03c0c3b7c68aa9a/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:45:49.7765022Z [00:02:47.336]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/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-20T21:45:49.7766218Z [00:02:47.336]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/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-20T21:45:49.7767162Z [00:02:47.336]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/is_terminal_polyfill-f03c0c3b7c68aa9a' from root:root to runner:runner
2025-08-20T21:45:49.7768138Z [00:02:47.336]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/smallvec-05292a3fa3f7865f/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:45:49.7769094Z [00:02:47.336]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/smallvec-05292a3fa3f7865f/lib-smallvec' from root:root to runner:runner
2025-08-20T21:45:49.7770060Z [00:02:47.337]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/smallvec-05292a3fa3f7865f/dep-lib-smallvec' from root:root to runner:runner
2025-08-20T21:45:49.7771126Z [00:02:47.337]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/smallvec-05292a3fa3f7865f/lib-smallvec.json' from root:root to runner:runner
2025-08-20T21:45:49.7772024Z [00:02:47.337]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/smallvec-05292a3fa3f7865f' from root:root to runner:runner
2025-08-20T21:45:49.7773329Z [00:02:47.337]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/log-5022837bc8cf6dd4/lib-log' from root:root to runner:runner
2025-08-20T21:45:49.7774589Z [00:02:47.337]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/log-5022837bc8cf6dd4/dep-lib-log' from root:root to runner:runner
2025-08-20T21:45:49.7776426Z [00:02:47.337]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/log-5022837bc8cf6dd4/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:45:49.7778195Z [00:02:47.337]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/log-5022837bc8cf6dd4/lib-log.json' from root:root to runner:runner
2025-08-20T21:45:49.7779808Z [00:02:47.337]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/log-5022837bc8cf6dd4' from root:root to runner:runner
2025-08-20T21:45:49.7781740Z [00:02:47.337]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/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-20T21:45:49.7783779Z [00:02:47.337]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/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-20T21:45:49.7785187Z [00:02:47.337]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pin-project-lite-2a91682787be765b/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:45:49.7786238Z [00:02:47.337]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/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-20T21:45:49.7787190Z [00:02:47.337]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pin-project-lite-2a91682787be765b' from root:root to runner:runner
2025-08-20T21:45:49.7788185Z [00:02:47.337]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/matchers-d52993fb80e381f8/lib-matchers' from root:root to runner:runner
2025-08-20T21:45:49.7789151Z [00:02:47.337]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/matchers-d52993fb80e381f8/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:45:49.7790223Z [00:02:47.337]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/matchers-d52993fb80e381f8/lib-matchers.json' from root:root to runner:runner
2025-08-20T21:45:49.7791230Z [00:02:47.337]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/matchers-d52993fb80e381f8/dep-lib-matchers' from root:root to runner:runner
2025-08-20T21:45:49.7792154Z [00:02:47.337]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/matchers-d52993fb80e381f8' from root:root to runner:runner
2025-08-20T21:45:49.7793469Z [00:02:47.337]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/parking_lot-fc86891dc56762ab/dep-lib-parking_lot' from root:root to runner:runner
2025-08-20T21:45:49.7794467Z [00:02:47.337]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/parking_lot-fc86891dc56762ab/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:45:49.7795436Z [00:02:47.337]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/parking_lot-fc86891dc56762ab/lib-parking_lot' from root:root to runner:runner
2025-08-20T21:45:49.7796428Z [00:02:47.337]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/parking_lot-fc86891dc56762ab/lib-parking_lot.json' from root:root to runner:runner
2025-08-20T21:45:49.7797336Z [00:02:47.337]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/parking_lot-fc86891dc56762ab' from root:root to runner:runner
2025-08-20T21:45:49.7798357Z [00:02:47.337]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/parking_lot_core-b088cd62bb63ea76/dep-lib-parking_lot_core' from root:root to runner:runner
2025-08-20T21:45:49.7799515Z [00:02:47.337]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/parking_lot_core-b088cd62bb63ea76/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:45:49.7800537Z [00:02:47.337]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/parking_lot_core-b088cd62bb63ea76/lib-parking_lot_core.json' from root:root to runner:runner
2025-08-20T21:45:49.7801582Z [00:02:47.337]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/parking_lot_core-b088cd62bb63ea76/lib-parking_lot_core' from root:root to runner:runner
2025-08-20T21:45:49.7802732Z [00:02:47.337]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/parking_lot_core-b088cd62bb63ea76' from root:root to runner:runner
2025-08-20T21:45:49.7803735Z [00:02:47.337]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-query-51ee185e4c4ff5f7/lib-anstyle_query' from root:root to runner:runner
2025-08-20T21:45:49.7804856Z [00:02:47.337]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-query-51ee185e4c4ff5f7/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:45:49.7805873Z [00:02:47.337]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-query-51ee185e4c4ff5f7/lib-anstyle_query.json' from root:root to runner:runner
2025-08-20T21:45:49.7806894Z [00:02:47.337]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-query-51ee185e4c4ff5f7/dep-lib-anstyle_query' from root:root to runner:runner
2025-08-20T21:45:49.7807815Z [00:02:47.338]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anstyle-query-51ee185e4c4ff5f7' from root:root to runner:runner
2025-08-20T21:45:49.7808754Z [00:02:47.338]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde-9661b90fc0ec8c1d/dep-lib-serde' from root:root to runner:runner
2025-08-20T21:45:49.7809700Z [00:02:47.338]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde-9661b90fc0ec8c1d/lib-serde.json' from root:root to runner:runner
2025-08-20T21:45:49.7810659Z [00:02:47.338]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde-9661b90fc0ec8c1d/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:45:49.7811583Z [00:02:47.338]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde-9661b90fc0ec8c1d/lib-serde' from root:root to runner:runner
2025-08-20T21:45:49.7812706Z [00:02:47.338]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde-9661b90fc0ec8c1d' from root:root to runner:runner
2025-08-20T21:45:49.7813845Z [00:02:47.338]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thiserror-2202b1350684e2a1/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:45:49.7814837Z [00:02:47.338]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thiserror-2202b1350684e2a1/lib-thiserror.json' from root:root to runner:runner
2025-08-20T21:45:49.7815793Z [00:02:47.338]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thiserror-2202b1350684e2a1/lib-thiserror' from root:root to runner:runner
2025-08-20T21:45:49.7816780Z [00:02:47.338]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thiserror-2202b1350684e2a1/dep-lib-thiserror' from root:root to runner:runner
2025-08-20T21:45:49.7817670Z [00:02:47.338]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thiserror-2202b1350684e2a1' from root:root to runner:runner
2025-08-20T21:45:49.7818695Z [00:02:47.338]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/nix-4c3330005030589f/dep-lib-nix' from root:root to runner:runner
2025-08-20T21:45:49.7819653Z [00:02:47.338]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/nix-4c3330005030589f/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:45:49.7820552Z [00:02:47.338]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/nix-4c3330005030589f/lib-nix' from root:root to runner:runner
2025-08-20T21:45:49.7821473Z [00:02:47.338]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/nix-4c3330005030589f/lib-nix.json' from root:root to runner:runner
2025-08-20T21:45:49.7822579Z [00:02:47.338]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/nix-4c3330005030589f' from root:root to runner:runner
2025-08-20T21:45:49.7823839Z [00:02:47.338]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/aho-corasick-57e57ba3899e7ce8/lib-aho_corasick.json' from root:root to runner:runner
2025-08-20T21:45:49.7824833Z [00:02:47.338]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/aho-corasick-57e57ba3899e7ce8/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:45:49.7825821Z [00:02:47.338]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/aho-corasick-57e57ba3899e7ce8/lib-aho_corasick' from root:root to runner:runner
2025-08-20T21:45:49.7826815Z [00:02:47.338]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/aho-corasick-57e57ba3899e7ce8/dep-lib-aho_corasick' from root:root to runner:runner
2025-08-20T21:45:49.7827880Z [00:02:47.338]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/aho-corasick-57e57ba3899e7ce8' from root:root to runner:runner
2025-08-20T21:45:49.7828814Z [00:02:47.338]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/navi-5cb0fe0eabbb904d/dep-bin-navi' from root:root to runner:runner
2025-08-20T21:45:49.7829730Z [00:02:47.338]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/navi-5cb0fe0eabbb904d/bin-navi' from root:root to runner:runner
2025-08-20T21:45:49.7830690Z [00:02:47.338]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/navi-5cb0fe0eabbb904d/invoked.timestamp' from root:root to runner:runner
2025-08-20T21:45:49.7831623Z [00:02:47.338]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/navi-5cb0fe0eabbb904d/bin-navi.json' from root:root to runner:runner
2025-08-20T21:45:49.7832863Z [00:02:47.338]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/navi-5cb0fe0eabbb904d' from root:root to runner:runner
2025-08-20T21:45:49.7833681Z [00:02:47.338]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint' from root:root to runner:runner
2025-08-20T21:45:49.7834432Z [00:02:47.338]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release' from root:root to runner:runner
2025-08-20T21:45:49.7835185Z [00:02:47.338]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/CACHEDIR.TAG' from root:root to runner:runner
2025-08-20T21:45:49.7835890Z [00:02:47.338]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl' from root:root to runner:runner
2025-08-20T21:45:49.7836549Z [00:02:47.338]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/CACHEDIR.TAG' from root:root to runner:runner
2025-08-20T21:45:49.7837159Z [00:02:47.338]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target' from root:root to runner:runner
2025-08-20T21:45:49.7837796Z [00:02:47.338]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/assets/icon.png' from root:root to runner:runner
2025-08-20T21:45:49.7838431Z [00:02:47.338]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/assets/icon.svg' from root:root to runner:runner
2025-08-20T21:45:49.7839022Z [00:02:47.338]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/assets' from root:root to runner:runner
2025-08-20T21:45:49.7839586Z [00:02:47.338]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO' from root:root to runner:runner
2025-08-20T21:45:49.7840271Z [00:02:47.338]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY' from root:root to runner:runner
2025-08-20T21:45:49.7840781Z [00:02:47.339]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp' from runner:docker to runner:runner
2025-08-20T21:45:49.7841277Z [00:02:47.339]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/navi' from runner:docker to runner:runner
2025-08-20T21:45:49.7841786Z [00:02:47.339]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE' from runner:docker to runner:runner
2025-08-20T21:45:49.7842549Z [00:02:47.339]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/MANIFEST.json' from runner:docker to runner:runner
2025-08-20T21:45:49.7843069Z [00:02:47.339]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP' from runner:docker to runner:runner
2025-08-20T21:45:49.7843577Z [00:02:47.339]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/navi.static.version' from runner:docker to runner:runner
2025-08-20T21:45:49.7844034Z [00:02:47.339]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD' from runner:docker to runner:runner
2025-08-20T21:45:49.7844505Z [00:02:47.339]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/navi.version' from runner:docker to runner:runner
2025-08-20T21:45:49.7844948Z [00:02:47.339]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/navi' from runner:docker to runner:runner
2025-08-20T21:45:49.7845533Z [00:02:47.339]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/LICENSE' from runner:docker to runner:runner
2025-08-20T21:45:49.7845965Z [00:02:47.339]➜  changed ownership of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR' from runner:docker to runner:runner
2025-08-20T21:45:49.7846942Z [00:02:47.348]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:49.7847643Z [00:02:47.355]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/.gitignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:49.7848847Z [00:02:47.363]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/rustfmt.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:49.7850071Z [00:02:47.370]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:49.7851384Z [00:02:47.377]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/docs/widgets/howto/VIM.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:49.7852850Z [00:02:47.385]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/docs/widgets/howto/TMUX.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:49.7854144Z [00:02:47.392]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/docs/widgets/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:49.7855490Z [00:02:47.399]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/docs/usage/fzf-overrides/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:49.7856667Z [00:02:47.406]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/docs/usage/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:49.7858016Z [00:02:47.414]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/docs/usage/commands/repo/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:49.7858772Z [00:02:47.421]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/docs/usage/commands/info/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:49.7859517Z [00:02:47.428]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/docs/usage/shell-scripting/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:49.7860326Z [00:02:47.435]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/docs/examples/configuration/config-example.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:49.7861090Z [00:02:47.443]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/docs/examples/cheatsheet/example.cheat' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:49.7861819Z [00:02:47.450]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/docs/examples/cheatsheet/navi.cheat' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:49.7862863Z [00:02:47.457]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/docs/deprecated/Alfred/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:49.7863746Z [00:02:47.463]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/docs/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:49.7864489Z [00:02:47.470]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/docs/configuration/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:49.7865201Z [00:02:47.478]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/docs/cheatsheet/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:49.7865962Z [00:02:47.485]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/docs/cheatsheet/getting-started/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:49.7866724Z [00:02:47.492]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/docs/cheatsheet/repositories/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:49.7867439Z [00:02:47.500]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/docs/cheatsheet/syntax/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:49.7868146Z [00:02:47.507]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/docs/installation/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:49.7923636Z [00:02:47.514]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/docs/contributions/documentation/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:49.7991345Z [00:02:47.521]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/docs/contributions/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:49.8058515Z [00:02:47.528]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/docs/contributions/code/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:49.8126602Z [00:02:47.535]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/docs/contributions/bugs/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:49.8203300Z [00:02:47.542]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/tests/config.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:49.8271182Z [00:02:47.549]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/tests/tests.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:49.8339799Z [00:02:47.556]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/tests/run' retained as 0755 (rwxr-xr-x)
2025-08-20T21:45:49.8417301Z [00:02:47.564]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/tests/cheats/ssh.cheat' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:49.8491789Z [00:02:47.571]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/tests/cheats/more_cases.cheat' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:49.8560467Z [00:02:47.578]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/tests/helpers.sh' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:49.8628990Z [00:02:47.585]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/tests/core.bash' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:49.8697159Z [00:02:47.592]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/tests/no_prompt_cheats/cases.cheat' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:49.8767204Z [00:02:47.599]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/tests/no_prompt_cheats/one.cheat' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:49.8837325Z [00:02:47.606]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/src/env_var.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:49.8906144Z [00:02:47.613]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/src/bin/main.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:49.8974521Z [00:02:47.619]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/src/welcome.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:49.9043094Z [00:02:47.626]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/src/config/env.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:49.9111048Z [00:02:47.633]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/src/config/cli.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:49.9180131Z [00:02:47.640]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/src/config/yaml.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:49.9248865Z [00:02:47.647]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/src/config/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:49.9317372Z [00:02:47.654]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/src/common/url.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:49.9385800Z [00:02:47.661]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/src/common/terminal.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:49.9454329Z [00:02:47.667]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/src/common/fs.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:49.9523102Z [00:02:47.674]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/src/common/deps.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:49.9590981Z [00:02:47.681]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/src/common/hash.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:49.9658501Z [00:02:47.688]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/src/common/clipboard.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:49.9727788Z [00:02:47.695]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/src/common/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:49.9795710Z [00:02:47.702]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/src/common/shell.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:49.9864750Z [00:02:47.708]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/src/common/git.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:49.9934469Z [00:02:47.715]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/src/structures/cheat.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:50.0002458Z [00:02:47.722]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/src/structures/fetcher.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:50.0071484Z [00:02:47.729]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/src/structures/item.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:50.0139912Z [00:02:47.736]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/src/structures/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:50.0208423Z [00:02:47.743]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/src/prelude.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:50.0277148Z [00:02:47.750]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/src/filesystem.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:50.0346359Z [00:02:47.757]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/src/commands/preview/var_stdin.rs' retained as 0755 (rwxr-xr-x)
2025-08-20T21:45:50.0413862Z [00:02:47.763]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/src/commands/preview/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:50.0482479Z [00:02:47.770]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/src/commands/preview/var.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:50.0562028Z [00:02:47.778]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/src/commands/temp.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:50.0621421Z [00:02:47.784]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/src/commands/core/actor.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:50.0692073Z [00:02:47.791]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/src/commands/core/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:50.0778905Z [00:02:47.800]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/src/commands/repo/browse.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:50.0848966Z [00:02:47.807]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/src/commands/repo/add.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:50.0922686Z [00:02:47.814]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/src/commands/repo/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:50.0998861Z [00:02:47.822]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/src/commands/info.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:50.1072754Z [00:02:47.829]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/src/commands/func/map.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:50.1142849Z [00:02:47.836]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/src/commands/func/widget.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:50.1214037Z [00:02:47.843]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/src/commands/func/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:50.1285156Z [00:02:47.850]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/src/commands/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:50.1356822Z [00:02:47.858]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/src/commands/shell.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:50.1428621Z [00:02:47.865]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/src/deser/terminal.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:50.1497962Z [00:02:47.872]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/src/deser/raycast.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:50.1568006Z [00:02:47.879]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/src/deser/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:50.1638147Z [00:02:47.886]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/src/finder/structures.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:50.1707765Z [00:02:47.893]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/src/finder/post.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:50.1777693Z [00:02:47.900]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/src/finder/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:50.1847744Z [00:02:47.907]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/src/libs/dns_common/component.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:50.1917169Z [00:02:47.914]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/src/libs/dns_common/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:50.1988158Z [00:02:47.921]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/src/libs/dns_common/tracing.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:50.2057419Z [00:02:47.928]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/src/lib.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:50.2127701Z [00:02:47.935]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/src/clients/tldr.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:50.2197171Z [00:02:47.942]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/src/clients/cheatsh.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:50.2265769Z [00:02:47.949]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/src/clients/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:50.2341532Z [00:02:47.956]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/src/parser.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:50.2415246Z [00:02:47.964]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/Cargo.lock' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:50.2486603Z [00:02:47.971]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/scripts/install' retained as 0755 (rwxr-xr-x)
2025-08-20T21:45:50.2569767Z [00:02:47.978]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/scripts/release' retained as 0755 (rwxr-xr-x)
2025-08-20T21:45:50.2628299Z [00:02:47.985]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/scripts/make' retained as 0755 (rwxr-xr-x)
2025-08-20T21:45:50.2697417Z [00:02:47.992]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/scripts/docker' retained as 0755 (rwxr-xr-x)
2025-08-20T21:45:50.2766720Z [00:02:47.999]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/scripts/dot' retained as 0755 (rwxr-xr-x)
2025-08-20T21:45:50.2835960Z [00:02:48.006]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/scripts/test' retained as 0755 (rwxr-xr-x)
2025-08-20T21:45:50.2905005Z [00:02:48.013]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/Makefile' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:50.2973902Z [00:02:48.019]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/shell/navi.plugin.nu' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:50.3043268Z [00:02:48.026]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/shell/navi.plugin.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:50.3111698Z [00:02:48.033]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/shell/navi.plugin.ps1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:50.3183228Z [00:02:48.040]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/shell/navi.plugin.elv' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:50.3252018Z [00:02:48.047]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/shell/navi.plugin.zsh' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:50.3321336Z [00:02:48.054]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/shell/navi.plugin.bash' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:50.3390210Z [00:02:48.061]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:50.3459504Z [00:02:48.068]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/.github/config.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:50.3527850Z [00:02:48.075]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/.github/workflows/cd.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:50.3596666Z [00:02:48.082]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/.github/workflows/ci.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:50.3663980Z [00:02:48.088]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/.github/FUNDING.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:50.3734331Z [00:02:48.095]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/.github/CODEOWNERS' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:50.3808583Z [00:02:48.103]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/.github/ISSUE_TEMPLATE/bug_report.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:50.3878705Z [00:02:48.110]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/.github/ISSUE_TEMPLATE/feature_request.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:50.3949623Z [00:02:48.117]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/.git/hooks/push-to-checkout.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:45:50.4021282Z [00:02:48.124]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/.git/hooks/post-update.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:45:50.4097177Z [00:02:48.132]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/.git/hooks/prepare-commit-msg.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:45:50.4167834Z [00:02:48.139]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/.git/hooks/update.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:45:50.4238624Z [00:02:48.146]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/.git/hooks/pre-receive.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:45:50.4308483Z [00:02:48.153]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/.git/hooks/sendemail-validate.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:45:50.4378973Z [00:02:48.160]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/.git/hooks/pre-commit.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:45:50.4451402Z [00:02:48.167]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/.git/hooks/commit-msg.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:45:50.4520192Z [00:02:48.174]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/.git/hooks/pre-applypatch.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:45:50.4588813Z [00:02:48.181]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/.git/hooks/pre-rebase.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:45:50.4658536Z [00:02:48.188]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/.git/hooks/pre-push.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:45:50.4727987Z [00:02:48.195]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/.git/hooks/applypatch-msg.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:45:50.4798781Z [00:02:48.202]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/.git/hooks/pre-merge-commit.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:45:50.4868151Z [00:02:48.209]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/.git/hooks/fsmonitor-watchman.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T21:45:50.4938084Z [00:02:48.216]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/.git/logs/refs/heads/master' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:50.5008916Z [00:02:48.223]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/.git/logs/refs/remotes/origin/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:50.5076925Z [00:02:48.230]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/.git/logs/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:50.5144842Z [00:02:48.236]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/.git/refs/heads/master' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:50.5213231Z [00:02:48.243]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/.git/refs/remotes/origin/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:50.5283529Z [00:02:48.250]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/.git/config' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:50.5351352Z [00:02:48.257]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/.git/packed-refs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:50.5418266Z [00:02:48.264]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/.git/description' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:50.5486485Z [00:02:48.271]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/.git/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:50.5555693Z [00:02:48.278]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/.git/objects/pack/pack-af19fc1c32179dcf180792912dd0c7356812f187.pack' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:50.5624459Z [00:02:48.284]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/.git/objects/pack/pack-f668f597be996c03bb307a3ed6fc30e27c34a358.promisor' changed from 0600 (rw-------) to 0755 (rwxr-xr-x)
2025-08-20T21:45:50.5694420Z [00:02:48.291]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/.git/objects/pack/pack-af19fc1c32179dcf180792912dd0c7356812f187.idx' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:50.5761694Z [00:02:48.298]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/.git/objects/pack/pack-f668f597be996c03bb307a3ed6fc30e27c34a358.pack' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:50.5831441Z [00:02:48.305]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/.git/objects/pack/pack-f668f597be996c03bb307a3ed6fc30e27c34a358.idx' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:50.5901296Z [00:02:48.312]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/.git/objects/pack/pack-af19fc1c32179dcf180792912dd0c7356812f187.promisor' changed from 0600 (rw-------) to 0755 (rwxr-xr-x)
2025-08-20T21:45:50.5969580Z [00:02:48.319]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/.git/objects/pack/pack-af19fc1c32179dcf180792912dd0c7356812f187.rev' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:50.6037414Z [00:02:48.326]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/.git/objects/pack/pack-f668f597be996c03bb307a3ed6fc30e27c34a358.rev' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:50.6105825Z [00:02:48.333]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/.git/info/exclude' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:50.6174360Z [00:02:48.339]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/.git/index' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:50.6241824Z [00:02:48.346]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/.rustc_info.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:50.6312016Z [00:02:48.353]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/.cargo-lock' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:50.6381788Z [00:02:48.360]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/build/signal-hook-5f19529e4294d177/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T21:45:50.6449146Z [00:02:48.367]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/build/signal-hook-5f19529e4294d177/build_script_build-5f19529e4294d177' retained as 0755 (rwxr-xr-x)
2025-08-20T21:45:50.6517280Z [00:02:48.374]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/build/signal-hook-5f19529e4294d177/build_script_build-5f19529e4294d177.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:50.6589547Z [00:02:48.381]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/build/proc-macro2-9a45ebdaa183fd74/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T21:45:50.6659176Z [00:02:48.388]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/build/proc-macro2-9a45ebdaa183fd74/build_script_build-9a45ebdaa183fd74.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:50.6730394Z [00:02:48.395]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/build/proc-macro2-9a45ebdaa183fd74/build_script_build-9a45ebdaa183fd74' retained as 0755 (rwxr-xr-x)
2025-08-20T21:45:50.6799917Z [00:02:48.402]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/build/anyhow-66042c0a4180a7fd/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T21:45:50.6869259Z [00:02:48.409]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/build/anyhow-66042c0a4180a7fd/build_script_build-66042c0a4180a7fd' retained as 0755 (rwxr-xr-x)
2025-08-20T21:45:50.6939982Z [00:02:48.416]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/build/anyhow-66042c0a4180a7fd/build_script_build-66042c0a4180a7fd.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:50.7010749Z [00:02:48.423]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/build/libc-2378faa57fec55dc/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T21:45:50.7082612Z [00:02:48.430]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/build/libc-2378faa57fec55dc/build_script_build-2378faa57fec55dc' retained as 0755 (rwxr-xr-x)
2025-08-20T21:45:50.7154188Z [00:02:48.437]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/build/libc-2378faa57fec55dc/build_script_build-2378faa57fec55dc.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:50.7226289Z [00:02:48.445]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/build/serde-751087b8d5de963b/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T21:45:50.7296573Z [00:02:48.452]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/build/serde-751087b8d5de963b/build_script_build-751087b8d5de963b.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:50.7365894Z [00:02:48.459]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/build/serde-751087b8d5de963b/build_script_build-751087b8d5de963b' retained as 0755 (rwxr-xr-x)
2025-08-20T21:45:50.7435365Z [00:02:48.466]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/build/nix-63112b10cbc31ed3/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T21:45:50.7504596Z [00:02:48.472]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/build/nix-63112b10cbc31ed3/build_script_build-63112b10cbc31ed3.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:50.7573265Z [00:02:48.479]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/build/nix-63112b10cbc31ed3/build_script_build-63112b10cbc31ed3' retained as 0755 (rwxr-xr-x)
2025-08-20T21:45:50.7643103Z [00:02:48.486]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/build/parking_lot_core-fccac97e9e7e581c/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T21:45:50.7713830Z [00:02:48.493]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/build/parking_lot_core-fccac97e9e7e581c/build_script_build-fccac97e9e7e581c' retained as 0755 (rwxr-xr-x)
2025-08-20T21:45:50.7784168Z [00:02:48.500]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/build/parking_lot_core-fccac97e9e7e581c/build_script_build-fccac97e9e7e581c.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:50.7854193Z [00:02:48.507]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/build/proc-macro2-37d19a579c408f05/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:50.7921991Z [00:02:48.514]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/build/proc-macro2-37d19a579c408f05/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:50.7989413Z [00:02:48.521]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/build/proc-macro2-37d19a579c408f05/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:50.8057422Z [00:02:48.528]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/build/proc-macro2-37d19a579c408f05/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:50.8124748Z [00:02:48.534]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/build/thiserror-e0105bd0feb67a5a/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T21:45:50.8194081Z [00:02:48.541]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/build/thiserror-e0105bd0feb67a5a/build_script_build-e0105bd0feb67a5a.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:50.8261859Z [00:02:48.548]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/build/thiserror-e0105bd0feb67a5a/build_script_build-e0105bd0feb67a5a' retained as 0755 (rwxr-xr-x)
2025-08-20T21:45:50.8330761Z [00:02:48.555]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/build/lock_api-716af1141cc35f0a/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T21:45:50.8400266Z [00:02:48.562]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/build/lock_api-716af1141cc35f0a/build_script_build-716af1141cc35f0a.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:50.8469705Z [00:02:48.569]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/build/lock_api-716af1141cc35f0a/build_script_build-716af1141cc35f0a' retained as 0755 (rwxr-xr-x)
2025-08-20T21:45:50.8538593Z [00:02:48.576]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/build/rustix-4710cd597d84f4fb/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T21:45:50.8608188Z [00:02:48.583]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/build/rustix-4710cd597d84f4fb/build_script_build-4710cd597d84f4fb.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:50.8678449Z [00:02:48.590]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/build/rustix-4710cd597d84f4fb/build_script_build-4710cd597d84f4fb' retained as 0755 (rwxr-xr-x)
2025-08-20T21:45:50.8747911Z [00:02:48.597]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/deps/libheck-cb7f72c37e5a2d54.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:50.8816872Z [00:02:48.604]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/deps/libsyn-8c07b149d8b56927.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:50.8885895Z [00:02:48.611]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/deps/autocfg-48aa38da72696c47.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:50.8958406Z [00:02:48.618]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/deps/heck-cb7f72c37e5a2d54.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:50.9030638Z [00:02:48.625]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/deps/proc_macro2-dc6298092e90a8c6.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:50.9103824Z [00:02:48.632]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/deps/libcfg_aliases-4cc02de9c3a1b142.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:50.9175196Z [00:02:48.640]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/deps/libsyn-8c07b149d8b56927.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:50.9245535Z [00:02:48.647]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/deps/clap_derive-e62de34094cea969.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:50.9316053Z [00:02:48.654]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/deps/syn-8c07b149d8b56927.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:50.9385754Z [00:02:48.661]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/deps/thiserror_impl-acb5002aceb1c81f.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:50.9456570Z [00:02:48.668]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/deps/libserde_derive-a0708cb63c51173c.so' retained as 0755 (rwxr-xr-x)
2025-08-20T21:45:50.9527164Z [00:02:48.675]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/deps/tracing_attributes-f3a1576be03de053.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:50.9596311Z [00:02:48.682]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/deps/libquote-2202bd990a48b064.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:50.9665503Z [00:02:48.689]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/deps/libcfg_aliases-4cc02de9c3a1b142.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:50.9732774Z [00:02:48.695]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/deps/libclap_derive-e62de34094cea969.so' retained as 0755 (rwxr-xr-x)
2025-08-20T21:45:50.9803214Z [00:02:48.702]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/deps/libunicode_ident-501e9b9575bd724e.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:50.9870422Z [00:02:48.709]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/deps/cfg_aliases-4cc02de9c3a1b142.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:50.9938197Z [00:02:48.716]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/deps/libthiserror_impl-acb5002aceb1c81f.so' retained as 0755 (rwxr-xr-x)
2025-08-20T21:45:51.0008580Z [00:02:48.723]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/deps/libproc_macro2-dc6298092e90a8c6.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:51.0078490Z [00:02:48.730]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/deps/quote-2202bd990a48b064.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:51.0147348Z [00:02:48.737]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/deps/libproc_macro2-dc6298092e90a8c6.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:51.0218745Z [00:02:48.744]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/deps/unicode_ident-501e9b9575bd724e.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:51.0288884Z [00:02:48.751]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/deps/libheck-cb7f72c37e5a2d54.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:51.0359015Z [00:02:48.758]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/deps/libautocfg-48aa38da72696c47.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:51.0431079Z [00:02:48.765]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/deps/libautocfg-48aa38da72696c47.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:51.0501938Z [00:02:48.772]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/deps/libtracing_attributes-f3a1576be03de053.so' retained as 0755 (rwxr-xr-x)
2025-08-20T21:45:51.0574113Z [00:02:48.779]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/deps/libquote-2202bd990a48b064.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:51.0647466Z [00:02:48.787]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/deps/serde_derive-a0708cb63c51173c.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:51.0724160Z [00:02:48.794]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/deps/libunicode_ident-501e9b9575bd724e.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:51.0797815Z [00:02:48.802]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/.fingerprint/signal-hook-5f19529e4294d177/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:51.0869481Z [00:02:48.809]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/.fingerprint/signal-hook-5f19529e4294d177/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:51.0940107Z [00:02:48.816]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/.fingerprint/signal-hook-5f19529e4294d177/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:51.1012443Z [00:02:48.823]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/.fingerprint/signal-hook-5f19529e4294d177/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:51.1083448Z [00:02:48.830]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/.fingerprint/proc-macro2-9a45ebdaa183fd74/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:51.1154867Z [00:02:48.837]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/.fingerprint/proc-macro2-9a45ebdaa183fd74/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:51.1225931Z [00:02:48.845]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/.fingerprint/proc-macro2-9a45ebdaa183fd74/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:51.1298045Z [00:02:48.852]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/.fingerprint/proc-macro2-9a45ebdaa183fd74/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:51.1369948Z [00:02:48.859]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/.fingerprint/proc-macro2-dc6298092e90a8c6/dep-lib-proc_macro2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:51.1440451Z [00:02:48.866]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/.fingerprint/proc-macro2-dc6298092e90a8c6/lib-proc_macro2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:51.1510095Z [00:02:48.873]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/.fingerprint/proc-macro2-dc6298092e90a8c6/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:51.1580645Z [00:02:48.880]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/.fingerprint/proc-macro2-dc6298092e90a8c6/lib-proc_macro2.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:51.1650711Z [00:02:48.887]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/.fingerprint/serde_derive-a0708cb63c51173c/lib-serde_derive.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:51.1719796Z [00:02:48.894]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/.fingerprint/serde_derive-a0708cb63c51173c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:51.1789617Z [00:02:48.901]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/.fingerprint/serde_derive-a0708cb63c51173c/dep-lib-serde_derive' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:51.1860245Z [00:02:48.908]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/.fingerprint/serde_derive-a0708cb63c51173c/lib-serde_derive' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:51.1934281Z [00:02:48.915]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/.fingerprint/syn-8c07b149d8b56927/dep-lib-syn' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:51.2006955Z [00:02:48.923]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/.fingerprint/syn-8c07b149d8b56927/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:51.2078414Z [00:02:48.930]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/.fingerprint/syn-8c07b149d8b56927/lib-syn' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:51.2151644Z [00:02:48.937]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/.fingerprint/syn-8c07b149d8b56927/lib-syn.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:51.2223363Z [00:02:48.944]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/.fingerprint/anyhow-66042c0a4180a7fd/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:51.2296736Z [00:02:48.952]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/.fingerprint/anyhow-66042c0a4180a7fd/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:51.2368736Z [00:02:48.959]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/.fingerprint/anyhow-66042c0a4180a7fd/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:51.2439011Z [00:02:48.966]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/.fingerprint/anyhow-66042c0a4180a7fd/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:51.2510030Z [00:02:48.973]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/.fingerprint/thiserror-impl-acb5002aceb1c81f/dep-lib-thiserror_impl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:51.2580298Z [00:02:48.980]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/.fingerprint/thiserror-impl-acb5002aceb1c81f/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:51.2650785Z [00:02:48.987]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/.fingerprint/thiserror-impl-acb5002aceb1c81f/lib-thiserror_impl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:51.2721731Z [00:02:48.994]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/.fingerprint/thiserror-impl-acb5002aceb1c81f/lib-thiserror_impl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:51.2794132Z [00:02:49.001]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/.fingerprint/clap_derive-e62de34094cea969/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:51.2864299Z [00:02:49.008]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/.fingerprint/clap_derive-e62de34094cea969/lib-clap_derive' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:51.2934114Z [00:02:49.015]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/.fingerprint/clap_derive-e62de34094cea969/lib-clap_derive.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:51.3004243Z [00:02:49.022]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/.fingerprint/clap_derive-e62de34094cea969/dep-lib-clap_derive' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:51.3076749Z [00:02:49.030]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/.fingerprint/libc-2378faa57fec55dc/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:51.3146866Z [00:02:49.037]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/.fingerprint/libc-2378faa57fec55dc/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:51.3216494Z [00:02:49.044]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/.fingerprint/libc-2378faa57fec55dc/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:51.3285907Z [00:02:49.051]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/.fingerprint/libc-2378faa57fec55dc/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:51.3354879Z [00:02:49.057]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/.fingerprint/quote-2202bd990a48b064/lib-quote.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:51.3424109Z [00:02:49.064]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/.fingerprint/quote-2202bd990a48b064/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:51.3492379Z [00:02:49.071]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/.fingerprint/quote-2202bd990a48b064/lib-quote' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:51.3561801Z [00:02:49.078]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/.fingerprint/quote-2202bd990a48b064/dep-lib-quote' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:51.3631516Z [00:02:49.085]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/.fingerprint/autocfg-48aa38da72696c47/lib-autocfg.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:51.3700309Z [00:02:49.092]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/.fingerprint/autocfg-48aa38da72696c47/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:51.3768331Z [00:02:49.099]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/.fingerprint/autocfg-48aa38da72696c47/lib-autocfg' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:51.3838352Z [00:02:49.106]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/.fingerprint/autocfg-48aa38da72696c47/dep-lib-autocfg' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:51.3908595Z [00:02:49.113]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/.fingerprint/serde-751087b8d5de963b/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:51.3978303Z [00:02:49.120]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/.fingerprint/serde-751087b8d5de963b/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:51.4049509Z [00:02:49.127]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/.fingerprint/serde-751087b8d5de963b/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:51.4120845Z [00:02:49.134]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/.fingerprint/serde-751087b8d5de963b/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:51.4192580Z [00:02:49.141]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/.fingerprint/heck-cb7f72c37e5a2d54/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:51.4262676Z [00:02:49.148]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/.fingerprint/heck-cb7f72c37e5a2d54/dep-lib-heck' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:51.4332504Z [00:02:49.155]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/.fingerprint/heck-cb7f72c37e5a2d54/lib-heck.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:51.4402993Z [00:02:49.162]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/.fingerprint/heck-cb7f72c37e5a2d54/lib-heck' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:51.4473598Z [00:02:49.169]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/.fingerprint/nix-63112b10cbc31ed3/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:51.4543256Z [00:02:49.176]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/.fingerprint/nix-63112b10cbc31ed3/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:51.4611810Z [00:02:49.183]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/.fingerprint/nix-63112b10cbc31ed3/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:51.4680938Z [00:02:49.190]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/.fingerprint/nix-63112b10cbc31ed3/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:51.4751279Z [00:02:49.197]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/.fingerprint/parking_lot_core-fccac97e9e7e581c/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:51.4847241Z [00:02:49.207]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/.fingerprint/parking_lot_core-fccac97e9e7e581c/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:51.4918354Z [00:02:49.214]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/.fingerprint/parking_lot_core-fccac97e9e7e581c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:51.4986337Z [00:02:49.221]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/.fingerprint/parking_lot_core-fccac97e9e7e581c/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:51.5054564Z [00:02:49.227]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/.fingerprint/proc-macro2-37d19a579c408f05/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:51.5124048Z [00:02:49.234]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/.fingerprint/proc-macro2-37d19a579c408f05/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:51.5194633Z [00:02:49.241]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/.fingerprint/tracing-attributes-f3a1576be03de053/lib-tracing_attributes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:51.5261333Z [00:02:49.248]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/.fingerprint/tracing-attributes-f3a1576be03de053/lib-tracing_attributes' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:51.5330511Z [00:02:49.255]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/.fingerprint/tracing-attributes-f3a1576be03de053/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:51.5399368Z [00:02:49.262]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/.fingerprint/tracing-attributes-f3a1576be03de053/dep-lib-tracing_attributes' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:51.5469409Z [00:02:49.269]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/.fingerprint/cfg_aliases-4cc02de9c3a1b142/lib-cfg_aliases' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:51.5538199Z [00:02:49.276]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/.fingerprint/cfg_aliases-4cc02de9c3a1b142/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:51.5606530Z [00:02:49.283]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/.fingerprint/cfg_aliases-4cc02de9c3a1b142/dep-lib-cfg_aliases' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:51.5676135Z [00:02:49.290]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/.fingerprint/cfg_aliases-4cc02de9c3a1b142/lib-cfg_aliases.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:51.5745678Z [00:02:49.297]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/.fingerprint/unicode-ident-501e9b9575bd724e/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:51.5817820Z [00:02:49.304]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/.fingerprint/unicode-ident-501e9b9575bd724e/lib-unicode_ident.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:51.5888850Z [00:02:49.311]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/.fingerprint/unicode-ident-501e9b9575bd724e/dep-lib-unicode_ident' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:51.5958993Z [00:02:49.318]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/.fingerprint/unicode-ident-501e9b9575bd724e/lib-unicode_ident' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:51.6029485Z [00:02:49.325]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/.fingerprint/thiserror-e0105bd0feb67a5a/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:51.6099556Z [00:02:49.332]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/.fingerprint/thiserror-e0105bd0feb67a5a/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:51.6168958Z [00:02:49.339]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/.fingerprint/thiserror-e0105bd0feb67a5a/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:51.6238397Z [00:02:49.346]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/.fingerprint/thiserror-e0105bd0feb67a5a/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:51.6307546Z [00:02:49.353]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/.fingerprint/lock_api-716af1141cc35f0a/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:51.6377423Z [00:02:49.360]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/.fingerprint/lock_api-716af1141cc35f0a/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:51.6446176Z [00:02:49.367]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/.fingerprint/lock_api-716af1141cc35f0a/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:51.6514681Z [00:02:49.373]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/.fingerprint/lock_api-716af1141cc35f0a/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:51.6583273Z [00:02:49.380]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/.fingerprint/rustix-4710cd597d84f4fb/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:51.6651139Z [00:02:49.387]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/.fingerprint/rustix-4710cd597d84f4fb/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:51.6719458Z [00:02:49.394]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/.fingerprint/rustix-4710cd597d84f4fb/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:51.6787830Z [00:02:49.401]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/release/.fingerprint/rustix-4710cd597d84f4fb/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:51.6858453Z [00:02:49.408]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/navi.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:51.6926725Z [00:02:49.415]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.cargo-lock' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:51.6994449Z [00:02:49.421]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/libnavi.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:51.7064218Z [00:02:49.428]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/libnavi.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:51.7132481Z [00:02:49.435]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/navi' retained as 0755 (rwxr-xr-x)
2025-08-20T21:45:51.7203283Z [00:02:49.442]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rustix-8a99a48531329114/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:51.7273450Z [00:02:49.449]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rustix-8a99a48531329114/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:51.7344117Z [00:02:49.456]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rustix-8a99a48531329114/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:51.7412766Z [00:02:49.463]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rustix-8a99a48531329114/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:51.7483521Z [00:02:49.470]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libc-d37ba21a8f1bbfe5/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:51.7551884Z [00:02:49.477]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libc-d37ba21a8f1bbfe5/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:51.7619313Z [00:02:49.484]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libc-d37ba21a8f1bbfe5/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:51.7688204Z [00:02:49.491]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libc-d37ba21a8f1bbfe5/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:51.7757700Z [00:02:49.498]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/lock_api-e812ac0c64edb84b/out/autocfg_5ef351b5fec3788b_0.ll' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:51.7827827Z [00:02:49.505]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/lock_api-e812ac0c64edb84b/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:51.7898447Z [00:02:49.512]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/lock_api-e812ac0c64edb84b/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:51.7965721Z [00:02:49.519]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/lock_api-e812ac0c64edb84b/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:51.8034793Z [00:02:49.525]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/lock_api-e812ac0c64edb84b/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:51.8101367Z [00:02:49.532]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/serde-4db3f8aad2840288/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:51.8168163Z [00:02:49.539]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/serde-4db3f8aad2840288/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:51.8235018Z [00:02:49.545]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/serde-4db3f8aad2840288/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:51.8309607Z [00:02:49.553]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/serde-4db3f8aad2840288/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:51.8381676Z [00:02:49.560]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/nix-bc9a34ee9f594d7d/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:51.8449761Z [00:02:49.567]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/nix-bc9a34ee9f594d7d/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:51.8519729Z [00:02:49.574]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/nix-bc9a34ee9f594d7d/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:51.8589224Z [00:02:49.581]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/nix-bc9a34ee9f594d7d/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:51.8657883Z [00:02:49.588]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/anyhow-d8d2c25f5017265c/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:51.8726989Z [00:02:49.595]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/anyhow-d8d2c25f5017265c/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:51.8796589Z [00:02:49.602]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/anyhow-d8d2c25f5017265c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:51.8866797Z [00:02:49.609]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/anyhow-d8d2c25f5017265c/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:51.8934434Z [00:02:49.615]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/thiserror-5f9f422ebf64e138/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:51.9003705Z [00:02:49.622]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/thiserror-5f9f422ebf64e138/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:51.9070521Z [00:02:49.629]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/thiserror-5f9f422ebf64e138/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:51.9139318Z [00:02:49.636]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/thiserror-5f9f422ebf64e138/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:51.9207006Z [00:02:49.643]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/signal-hook-b760bcfcf626d2ca/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:51.9275771Z [00:02:49.650]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/signal-hook-b760bcfcf626d2ca/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:51.9344133Z [00:02:49.656]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/signal-hook-b760bcfcf626d2ca/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:51.9414517Z [00:02:49.663]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/signal-hook-b760bcfcf626d2ca/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:51.9483037Z [00:02:49.670]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/parking_lot_core-9cf21cbb5f4daa99/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:51.9553400Z [00:02:49.677]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/parking_lot_core-9cf21cbb5f4daa99/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:51.9621993Z [00:02:49.684]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/parking_lot_core-9cf21cbb5f4daa99/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:51.9690500Z [00:02:49.691]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/parking_lot_core-9cf21cbb5f4daa99/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:51.9765620Z [00:02:49.699]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/navi-5cb0fe0eabbb904d.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:51.9836760Z [00:02:49.706]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/home-56e43a85f1593448.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:51.9907181Z [00:02:49.713]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/normpath-49255805e545da23.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:51.9977904Z [00:02:49.720]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblog-5022837bc8cf6dd4.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:52.0048461Z [00:02:49.727]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmio-8ed3438d774f4577.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:52.0118330Z [00:02:49.734]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblock_api-96fa317258d3c23c.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:52.0188294Z [00:02:49.741]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/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-20T21:45:52.0259040Z [00:02:49.748]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librustix-dc4ef390eaf1e0f4.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:52.0329651Z [00:02:49.755]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/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-20T21:45:52.0401018Z [00:02:49.762]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanyhow-69b67bfaa3187352.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:52.0472086Z [00:02:49.769]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsignal_hook-5ab251c63275ce7d.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:52.0543105Z [00:02:49.776]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtracing_core-692d96e18412d196.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:52.0613372Z [00:02:49.783]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/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-20T21:45:52.0686494Z [00:02:49.791]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libeither-1c78037077e90d82.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:52.0756450Z [00:02:49.798]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnu_ansi_term-e9cf87b0b6329ff9.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:52.0826509Z [00:02:49.805]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libremove_dir_all-8ab36d01a5ba913d.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:52.0896091Z [00:02:49.812]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex_automata-4377aee10ebaa17b.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:52.0964947Z [00:02:49.818]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmatchers-d52993fb80e381f8.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:52.1034806Z [00:02:49.825]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/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-20T21:45:52.1103021Z [00:02:49.832]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/nix-4c3330005030589f.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:52.1172874Z [00:02:49.839]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsharded_slab-a096078f7979df47.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:52.1241414Z [00:02:49.846]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/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-20T21:45:52.1309938Z [00:02:49.853]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/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-20T21:45:52.1379647Z [00:02:49.860]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/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-20T21:45:52.1450093Z [00:02:49.867]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/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-20T21:45:52.1518688Z [00:02:49.874]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/fs_at-43021349e7a6f2ff.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:52.1588256Z [00:02:49.881]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtracing-1c6720186c50677a.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:52.1657278Z [00:02:49.888]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libstrip_ansi_escapes-d424a487bbdc5290.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:52.1726167Z [00:02:49.895]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/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-20T21:45:52.1794452Z [00:02:49.901]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/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-20T21:45:52.1863629Z [00:02:49.908]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcvt-39e8a5f6e61eb706.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:52.1933088Z [00:02:49.915]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/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-20T21:45:52.2001662Z [00:02:49.922]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/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-20T21:45:52.2070904Z [00:02:49.929]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblinux_raw_sys-4311d095e009335b.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:52.2139046Z [00:02:49.936]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsignal_hook_mio-ee0c2dbb11dcd9c8.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:52.2206979Z [00:02:49.943]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/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-20T21:45:52.2275411Z [00:02:49.950]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtracing_core-692d96e18412d196.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:52.2343583Z [00:02:49.956]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libunsafe_libyaml-202e44ff8b83742a.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:52.2412113Z [00:02:49.963]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/signal_hook-5ab251c63275ce7d.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:52.2479499Z [00:02:49.970]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtracing-1c6720186c50677a.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:52.2548059Z [00:02:49.977]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde_yaml-9dc41f3423c7f2c5.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:52.2617440Z [00:02:49.984]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libthread_local-23fe717a57ef2959.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:52.2687753Z [00:02:49.991]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/edit-d8ab0e7c751010e3.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:52.2760673Z [00:02:49.998]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex-d68dfcd2136b681d.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:52.2830700Z [00:02:50.005]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/regex-d68dfcd2136b681d.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:52.2900818Z [00:02:50.012]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/matchers-d52993fb80e381f8.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:52.2970138Z [00:02:50.019]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtracing_log-deb06ec1181ff0c0.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:52.3039366Z [00:02:50.026]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnavi-110a0094ad05e53e.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:52.3109849Z [00:02:50.033]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/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-20T21:45:52.3179074Z [00:02:50.040]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libthiserror-2202b1350684e2a1.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:52.3247834Z [00:02:50.047]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex_syntax-4efb12957c042bc2.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:52.3315987Z [00:02:50.054]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrossterm-a02c03b1c6f4a6cb.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:52.3384042Z [00:02:50.060]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/thiserror-2202b1350684e2a1.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:52.3455704Z [00:02:50.068]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblinux_raw_sys-4311d095e009335b.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:52.3526100Z [00:02:50.075]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblazy_static-99879f58e510182a.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:52.3598421Z [00:02:50.082]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/log-5022837bc8cf6dd4.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:52.3668019Z [00:02:50.089]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex_automata-a441ce00da5e5d86.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:52.3738121Z [00:02:50.096]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/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-20T21:45:52.3806484Z [00:02:50.103]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/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-20T21:45:52.3876171Z [00:02:50.110]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/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-20T21:45:52.3946924Z [00:02:50.117]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/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-20T21:45:52.4016371Z [00:02:50.124]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/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-20T21:45:52.4085581Z [00:02:50.131]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/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-20T21:45:52.4155083Z [00:02:50.137]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/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-20T21:45:52.4224724Z [00:02:50.144]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmemchr-5bbf668abccc9d8c.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:52.4294091Z [00:02:50.151]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/tracing_log-deb06ec1181ff0c0.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:52.4363108Z [00:02:50.158]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libstrip_ansi_escapes-d424a487bbdc5290.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:52.4431836Z [00:02:50.165]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/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-20T21:45:52.4499974Z [00:02:50.172]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/parking_lot_core-b088cd62bb63ea76.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:52.4567681Z [00:02:50.179]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/nu_ansi_term-e9cf87b0b6329ff9.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:52.4635660Z [00:02:50.186]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/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-20T21:45:52.4703927Z [00:02:50.192]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/rustix-dc4ef390eaf1e0f4.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:52.4775169Z [00:02:50.199]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/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-20T21:45:52.4844783Z [00:02:50.206]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/cvt-39e8a5f6e61eb706.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:52.4912813Z [00:02:50.213]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libparking_lot-fc86891dc56762ab.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:52.4983575Z [00:02:50.220]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/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-20T21:45:52.5053081Z [00:02:50.227]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblog-5022837bc8cf6dd4.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:52.5120629Z [00:02:50.234]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libeither-1c78037077e90d82.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:52.5189287Z [00:02:50.241]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/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-20T21:45:52.5256520Z [00:02:50.248]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libaho_corasick-57e57ba3899e7ce8.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:52.5326008Z [00:02:50.255]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/clap-b939f34c3b10f0f2.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:52.5394071Z [00:02:50.261]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libetcetera-9240d4b93288cd5c.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:52.5461265Z [00:02:50.268]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrossterm-a02c03b1c6f4a6cb.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:52.5528977Z [00:02:50.275]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libparking_lot-fc86891dc56762ab.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:52.5597526Z [00:02:50.282]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/sharded_slab-a096078f7979df47.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:52.5667342Z [00:02:50.289]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/vte-41e613d17f74ffdf.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:52.5735373Z [00:02:50.295]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/signal_hook_registry-d23a338b3730341e.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:52.5803184Z [00:02:50.302]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libthread_local-23fe717a57ef2959.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:52.5871177Z [00:02:50.309]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnavi-110a0094ad05e53e.rlib' retained as 0755 (rwxr-xr-x)
2025-08-20T21:45:52.5940638Z [00:02:50.316]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/which-56ffbff7c1453365.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:52.6009559Z [00:02:50.323]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/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-20T21:45:52.6076633Z [00:02:50.330]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/once_cell-877431e6461a2b09.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:52.6144483Z [00:02:50.336]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/smallvec-05292a3fa3f7865f.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:52.6212868Z [00:02:50.343]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgetrandom-7ffc2670a4658845.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:52.6281924Z [00:02:50.350]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde_yaml-9dc41f3423c7f2c5.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:52.6349812Z [00:02:50.357]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtracing_log-deb06ec1181ff0c0.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:52.6417799Z [00:02:50.364]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap_builder-7d7d1a4e44ccf508.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:52.6484960Z [00:02:50.370]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/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-20T21:45:52.6556473Z [00:02:50.378]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/indexmap-43c917208a2cff52.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:52.6625730Z [00:02:50.385]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblock_api-96fa317258d3c23c.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:52.6695588Z [00:02:50.391]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/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-20T21:45:52.6776944Z [00:02:50.400]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libunsafe_libyaml-202e44ff8b83742a.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:52.6854059Z [00:02:50.407]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/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-20T21:45:52.6929158Z [00:02:50.415]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/mio-8ed3438d774f4577.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:52.7002816Z [00:02:50.422]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/lazy_static-99879f58e510182a.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:52.7075865Z [00:02:50.430]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex_syntax-4efb12957c042bc2.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:52.7147760Z [00:02:50.437]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgetrandom-7ffc2670a4658845.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:52.7219772Z [00:02:50.444]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/regex_automata-4377aee10ebaa17b.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:52.7291434Z [00:02:50.451]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/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-20T21:45:52.7367719Z [00:02:50.459]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfs_at-43021349e7a6f2ff.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:52.7442749Z [00:02:50.466]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/tracing_core-692d96e18412d196.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:52.7515519Z [00:02:50.473]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libshellwords-e7d639e984b3fe06.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:52.7586095Z [00:02:50.481]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/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-20T21:45:52.7655942Z [00:02:50.488]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/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-20T21:45:52.7726116Z [00:02:50.495]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde-9661b90fc0ec8c1d.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:52.7795222Z [00:02:50.502]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnormpath-49255805e545da23.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:52.7864603Z [00:02:50.508]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/signal_hook_mio-ee0c2dbb11dcd9c8.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:52.7933969Z [00:02:50.515]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libparking_lot_core-b088cd62bb63ea76.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:52.8002167Z [00:02:50.522]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/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-20T21:45:52.8070808Z [00:02:50.529]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/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-20T21:45:52.8140090Z [00:02:50.536]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libvte-41e613d17f74ffdf.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:52.8208794Z [00:02:50.543]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/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-20T21:45:52.8278602Z [00:02:50.550]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/unsafe_libyaml-202e44ff8b83742a.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:52.8347693Z [00:02:50.557]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhome-56e43a85f1593448.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:52.8416327Z [00:02:50.564]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/etcetera-9240d4b93288cd5c.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:52.8485214Z [00:02:50.571]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtracing_subscriber-4f0f64220d6bc27c.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:52.8554357Z [00:02:50.577]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/anyhow-69b67bfaa3187352.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:52.8624697Z [00:02:50.584]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/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-20T21:45:52.8693581Z [00:02:50.591]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsharded_slab-a096078f7979df47.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:52.8762181Z [00:02:50.598]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/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-20T21:45:52.8830698Z [00:02:50.605]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libonce_cell-877431e6461a2b09.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:52.8899896Z [00:02:50.612]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/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-20T21:45:52.8968539Z [00:02:50.619]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcvt-39e8a5f6e61eb706.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:52.9037019Z [00:02:50.626]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbitflags-7af5b3b09a65bbaa.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:52.9105164Z [00:02:50.633]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/either-1c78037077e90d82.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:52.9174992Z [00:02:50.639]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/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-20T21:45:52.9244985Z [00:02:50.646]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libaho_corasick-57e57ba3899e7ce8.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:52.9313839Z [00:02:50.653]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsmallvec-05292a3fa3f7865f.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:52.9383735Z [00:02:50.660]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/shellwords-e7d639e984b3fe06.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:52.9453339Z [00:02:50.667]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liboverload-b712723a23b05b46.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:52.9522185Z [00:02:50.674]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libonce_cell-877431e6461a2b09.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:52.9590486Z [00:02:50.681]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/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-20T21:45:52.9659325Z [00:02:50.688]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/navi-110a0094ad05e53e.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:52.9727995Z [00:02:50.695]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/hashbrown-1e0e1bb8de4a7b13.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:52.9796183Z [00:02:50.702]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/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-20T21:45:52.9864939Z [00:02:50.708]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/clap_builder-7d7d1a4e44ccf508.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:52.9933065Z [00:02:50.715]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtracing_subscriber-4f0f64220d6bc27c.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:53.0003733Z [00:02:50.722]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/regex_syntax-4efb12957c042bc2.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:53.0070571Z [00:02:50.729]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libedit-d8ab0e7c751010e3.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:53.0140175Z [00:02:50.736]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanyhow-69b67bfaa3187352.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:53.0208967Z [00:02:50.743]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/remove_dir_all-8ab36d01a5ba913d.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:53.0277855Z [00:02:50.750]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhome-56e43a85f1593448.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:53.0353626Z [00:02:50.757]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/linux_raw_sys-4311d095e009335b.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:53.0429937Z [00:02:50.765]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/parking_lot-fc86891dc56762ab.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:53.0508469Z [00:02:50.773]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/crossterm-a02c03b1c6f4a6cb.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:53.0588374Z [00:02:50.781]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/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-20T21:45:53.0665668Z [00:02:50.788]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/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-20T21:45:53.0743607Z [00:02:50.796]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibc-89a6782cfb1e7d05.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:53.0819724Z [00:02:50.804]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtempfile-7cc91205b8dcbec2.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:53.0893604Z [00:02:50.811]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/strip_ansi_escapes-d424a487bbdc5290.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:53.0965986Z [00:02:50.819]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/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-20T21:45:53.1042526Z [00:02:50.826]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libindexmap-43c917208a2cff52.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:53.1116940Z [00:02:50.834]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnormpath-49255805e545da23.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:53.1187604Z [00:02:50.841]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/regex_automata-a441ce00da5e5d86.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:53.1258587Z [00:02:50.848]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsignal_hook_registry-d23a338b3730341e.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:53.1329031Z [00:02:50.855]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/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-20T21:45:53.1400292Z [00:02:50.862]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libindexmap-43c917208a2cff52.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:53.1469179Z [00:02:50.869]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmio-8ed3438d774f4577.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:53.1539995Z [00:02:50.876]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex_automata-a441ce00da5e5d86.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:53.1610176Z [00:02:50.883]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/tempfile-7cc91205b8dcbec2.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:53.1680143Z [00:02:50.890]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap_builder-7d7d1a4e44ccf508.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:53.1750867Z [00:02:50.897]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librustix-dc4ef390eaf1e0f4.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:53.1820105Z [00:02:50.904]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap-b939f34c3b10f0f2.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:53.1889227Z [00:02:50.911]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libwhich-56ffbff7c1453365.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:53.1958746Z [00:02:50.918]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblazy_static-99879f58e510182a.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:53.2027828Z [00:02:50.925]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsignal_hook_mio-ee0c2dbb11dcd9c8.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:53.2096683Z [00:02:50.932]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbitflags-7af5b3b09a65bbaa.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:53.2166581Z [00:02:50.939]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnix-4c3330005030589f.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:53.2236801Z [00:02:50.946]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/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-20T21:45:53.2306757Z [00:02:50.953]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/overload-b712723a23b05b46.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:53.2376604Z [00:02:50.960]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/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-20T21:45:53.2445578Z [00:02:50.967]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/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-20T21:45:53.2514568Z [00:02:50.973]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/memchr-5bbf668abccc9d8c.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:53.2583357Z [00:02:50.980]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex-d68dfcd2136b681d.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:53.2651918Z [00:02:50.987]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/getrandom-7ffc2670a4658845.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:53.2720683Z [00:02:50.994]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnix-4c3330005030589f.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:53.2791864Z [00:02:51.001]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/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-20T21:45:53.2862645Z [00:02:51.008]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/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-20T21:45:53.2931942Z [00:02:51.015]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibc-89a6782cfb1e7d05.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:53.3000585Z [00:02:51.022]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/lock_api-96fa317258d3c23c.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:53.3069594Z [00:02:51.029]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsignal_hook-5ab251c63275ce7d.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:53.3139232Z [00:02:51.036]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/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-20T21:45:53.3209469Z [00:02:51.043]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libetcetera-9240d4b93288cd5c.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:53.3278142Z [00:02:51.050]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/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-20T21:45:53.3345984Z [00:02:51.057]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/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-20T21:45:53.3413807Z [00:02:51.063]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libremove_dir_all-8ab36d01a5ba913d.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:53.3482124Z [00:02:51.070]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/tracing_subscriber-4f0f64220d6bc27c.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:53.3550785Z [00:02:51.077]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liboverload-b712723a23b05b46.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:53.3618693Z [00:02:51.084]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/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-20T21:45:53.3686811Z [00:02:51.091]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/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-20T21:45:53.3757073Z [00:02:51.098]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libedit-d8ab0e7c751010e3.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:53.3827186Z [00:02:51.105]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsignal_hook_registry-d23a338b3730341e.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:53.3896203Z [00:02:51.112]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsmallvec-05292a3fa3f7865f.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:53.3964914Z [00:02:51.118]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex_automata-4377aee10ebaa17b.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:53.4034636Z [00:02:51.125]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/serde_yaml-9dc41f3423c7f2c5.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:53.4105947Z [00:02:51.132]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libwhich-56ffbff7c1453365.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:53.4175269Z [00:02:51.140]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libshellwords-e7d639e984b3fe06.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:53.4244710Z [00:02:51.146]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfs_at-43021349e7a6f2ff.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:53.4314349Z [00:02:51.153]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhashbrown-1e0e1bb8de4a7b13.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:53.4382038Z [00:02:51.160]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmemchr-5bbf668abccc9d8c.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:53.4451666Z [00:02:51.167]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libparking_lot_core-b088cd62bb63ea76.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:53.4520427Z [00:02:51.174]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhashbrown-1e0e1bb8de4a7b13.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:53.4589483Z [00:02:51.181]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libserde-9661b90fc0ec8c1d.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:53.4656921Z [00:02:51.188]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/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-20T21:45:53.4725271Z [00:02:51.195]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libvte-41e613d17f74ffdf.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:53.4795212Z [00:02:51.201]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/thread_local-23fe717a57ef2959.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:53.4866067Z [00:02:51.209]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/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-20T21:45:53.4934686Z [00:02:51.215]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/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-20T21:45:53.5007096Z [00:02:51.223]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/bitflags-7af5b3b09a65bbaa.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:53.5077343Z [00:02:51.230]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/serde-9661b90fc0ec8c1d.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:53.5147101Z [00:02:51.237]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libc-89a6782cfb1e7d05.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:53.5216255Z [00:02:51.244]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/aho_corasick-57e57ba3899e7ce8.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:53.5284602Z [00:02:51.250]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnu_ansi_term-e9cf87b0b6329ff9.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:53.5355296Z [00:02:51.258]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/tracing-1c6720186c50677a.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:53.5424692Z [00:02:51.264]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/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-20T21:45:53.5493193Z [00:02:51.271]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/navi-5cb0fe0eabbb904d' retained as 0755 (rwxr-xr-x)
2025-08-20T21:45:53.5562660Z [00:02:51.278]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap-b939f34c3b10f0f2.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:53.5631831Z [00:02:51.285]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtempfile-7cc91205b8dcbec2.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:53.5701249Z [00:02:51.292]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libthiserror-2202b1350684e2a1.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:53.5771809Z [00:02:51.299]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmatchers-d52993fb80e381f8.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:53.5843232Z [00:02:51.306]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/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-20T21:45:53.5912646Z [00:02:51.313]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/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-20T21:45:53.5981414Z [00:02:51.320]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/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-20T21:45:53.6050191Z [00:02:51.327]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/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-20T21:45:53.6120024Z [00:02:51.334]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/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-20T21:45:53.6188585Z [00:02:51.341]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/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-20T21:45:53.6257904Z [00:02:51.348]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/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-20T21:45:53.6327130Z [00:02:51.355]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/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-20T21:45:53.6395921Z [00:02:51.362]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap-b939f34c3b10f0f2/dep-lib-clap' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:53.6464070Z [00:02:51.368]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap-b939f34c3b10f0f2/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:53.6533049Z [00:02:51.375]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap-b939f34c3b10f0f2/lib-clap.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:53.6602838Z [00:02:51.382]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap-b939f34c3b10f0f2/lib-clap' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:53.6672498Z [00:02:51.389]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde_yaml-9dc41f3423c7f2c5/lib-serde_yaml.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:53.6741565Z [00:02:51.396]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde_yaml-9dc41f3423c7f2c5/lib-serde_yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:53.6810640Z [00:02:51.403]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde_yaml-9dc41f3423c7f2c5/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:53.6879171Z [00:02:51.410]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde_yaml-9dc41f3423c7f2c5/dep-lib-serde_yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:53.6949778Z [00:02:51.417]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-automata-a441ce00da5e5d86/dep-lib-regex_automata' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:53.7029503Z [00:02:51.425]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-automata-a441ce00da5e5d86/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:53.7099627Z [00:02:51.432]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-automata-a441ce00da5e5d86/lib-regex_automata.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:53.7168482Z [00:02:51.439]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-automata-a441ce00da5e5d86/lib-regex_automata' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:53.7239033Z [00:02:51.446]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustix-8a99a48531329114/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:53.7309086Z [00:02:51.453]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustix-8a99a48531329114/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:53.7379385Z [00:02:51.460]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/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-20T21:45:53.7448596Z [00:02:51.467]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/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-20T21:45:53.7517696Z [00:02:51.474]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/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-20T21:45:53.7587177Z [00:02:51.481]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/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-20T21:45:53.7657217Z [00:02:51.488]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/getrandom-7ffc2670a4658845/dep-lib-getrandom' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:53.7726982Z [00:02:51.495]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/getrandom-7ffc2670a4658845/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:53.7795915Z [00:02:51.502]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/getrandom-7ffc2670a4658845/lib-getrandom' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:53.7864510Z [00:02:51.508]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/getrandom-7ffc2670a4658845/lib-getrandom.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:53.7932747Z [00:02:51.515]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/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-20T21:45:53.8001867Z [00:02:51.522]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/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-20T21:45:53.8069919Z [00:02:51.529]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/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-20T21:45:53.8138216Z [00:02:51.536]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/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-20T21:45:53.8207463Z [00:02:51.543]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libc-d37ba21a8f1bbfe5/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:53.8276954Z [00:02:51.550]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libc-d37ba21a8f1bbfe5/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:53.8345096Z [00:02:51.556]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustix-dc4ef390eaf1e0f4/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:53.8414491Z [00:02:51.563]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustix-dc4ef390eaf1e0f4/lib-rustix.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:53.8483680Z [00:02:51.570]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustix-dc4ef390eaf1e0f4/lib-rustix' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:53.8552373Z [00:02:51.577]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rustix-dc4ef390eaf1e0f4/dep-lib-rustix' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:53.8621903Z [00:02:51.584]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tempfile-7cc91205b8dcbec2/dep-lib-tempfile' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:53.8690433Z [00:02:51.591]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tempfile-7cc91205b8dcbec2/lib-tempfile.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:53.8758451Z [00:02:51.598]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tempfile-7cc91205b8dcbec2/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:53.8826568Z [00:02:51.605]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tempfile-7cc91205b8dcbec2/lib-tempfile' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:53.8895882Z [00:02:51.612]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/home-56e43a85f1593448/lib-home.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:53.8964807Z [00:02:51.618]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/home-56e43a85f1593448/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:53.9034491Z [00:02:51.625]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/home-56e43a85f1593448/dep-lib-home' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:53.9101291Z [00:02:51.632]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/home-56e43a85f1593448/lib-home' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:53.9168831Z [00:02:51.639]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/memchr-5bbf668abccc9d8c/dep-lib-memchr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:53.9237481Z [00:02:51.646]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/memchr-5bbf668abccc9d8c/lib-memchr.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:53.9305109Z [00:02:51.653]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/memchr-5bbf668abccc9d8c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:53.9374068Z [00:02:51.659]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/memchr-5bbf668abccc9d8c/lib-memchr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:53.9443634Z [00:02:51.666]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/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-20T21:45:53.9513533Z [00:02:51.673]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/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-20T21:45:53.9582872Z [00:02:51.680]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/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-20T21:45:53.9655056Z [00:02:51.687]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/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-20T21:45:53.9728973Z [00:02:51.695]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/indexmap-43c917208a2cff52/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:53.9799964Z [00:02:51.702]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/indexmap-43c917208a2cff52/lib-indexmap.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:53.9870691Z [00:02:51.709]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/indexmap-43c917208a2cff52/dep-lib-indexmap' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:53.9940909Z [00:02:51.716]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/indexmap-43c917208a2cff52/lib-indexmap' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:54.0012103Z [00:02:51.723]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/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-20T21:45:54.0082492Z [00:02:51.730]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/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-20T21:45:54.0152115Z [00:02:51.737]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/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-20T21:45:54.0223155Z [00:02:51.744]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/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-20T21:45:54.0292522Z [00:02:51.751]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lock_api-96fa317258d3c23c/lib-lock_api.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:54.0361189Z [00:02:51.758]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lock_api-96fa317258d3c23c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:54.0430905Z [00:02:51.765]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lock_api-96fa317258d3c23c/dep-lib-lock_api' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:54.0500337Z [00:02:51.772]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lock_api-96fa317258d3c23c/lib-lock_api' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:54.0569929Z [00:02:51.779]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/signal-hook-mio-ee0c2dbb11dcd9c8/lib-signal_hook_mio.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:54.0642000Z [00:02:51.786]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/signal-hook-mio-ee0c2dbb11dcd9c8/dep-lib-signal_hook_mio' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:54.0713196Z [00:02:51.793]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/signal-hook-mio-ee0c2dbb11dcd9c8/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:54.0787002Z [00:02:51.801]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/signal-hook-mio-ee0c2dbb11dcd9c8/lib-signal_hook_mio' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:54.0858133Z [00:02:51.808]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lock_api-e812ac0c64edb84b/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:54.0929139Z [00:02:51.815]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lock_api-e812ac0c64edb84b/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:54.0998710Z [00:02:51.822]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/signal-hook-5ab251c63275ce7d/lib-signal_hook.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:54.1068467Z [00:02:51.829]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/signal-hook-5ab251c63275ce7d/lib-signal_hook' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:54.1138552Z [00:02:51.836]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/signal-hook-5ab251c63275ce7d/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:54.1207700Z [00:02:51.843]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/signal-hook-5ab251c63275ce7d/dep-lib-signal_hook' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:54.1277649Z [00:02:51.850]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_builder-7d7d1a4e44ccf508/lib-clap_builder' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:54.1345596Z [00:02:51.857]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_builder-7d7d1a4e44ccf508/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:54.1413835Z [00:02:51.863]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_builder-7d7d1a4e44ccf508/lib-clap_builder.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:54.1481617Z [00:02:51.870]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_builder-7d7d1a4e44ccf508/dep-lib-clap_builder' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:54.1550344Z [00:02:51.877]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/edit-d8ab0e7c751010e3/lib-edit.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:54.1618414Z [00:02:51.884]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/edit-d8ab0e7c751010e3/dep-lib-edit' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:54.1687271Z [00:02:51.891]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/edit-d8ab0e7c751010e3/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:54.1755223Z [00:02:51.897]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/edit-d8ab0e7c751010e3/lib-edit' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:54.1823777Z [00:02:51.904]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossterm-a02c03b1c6f4a6cb/lib-crossterm.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:54.1890425Z [00:02:51.911]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossterm-a02c03b1c6f4a6cb/lib-crossterm' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:54.1959701Z [00:02:51.918]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossterm-a02c03b1c6f4a6cb/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:54.2028713Z [00:02:51.925]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossterm-a02c03b1c6f4a6cb/dep-lib-crossterm' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:54.2098244Z [00:02:51.932]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/overload-b712723a23b05b46/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:54.2166377Z [00:02:51.939]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/overload-b712723a23b05b46/lib-overload.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:54.2236198Z [00:02:51.946]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/overload-b712723a23b05b46/dep-lib-overload' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:54.2303827Z [00:02:51.952]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/overload-b712723a23b05b46/lib-overload' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:54.2371677Z [00:02:51.959]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/either-1c78037077e90d82/dep-lib-either' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:54.2440166Z [00:02:51.966]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/either-1c78037077e90d82/lib-either' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:54.2508326Z [00:02:51.973]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/either-1c78037077e90d82/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:54.2576836Z [00:02:51.980]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/either-1c78037077e90d82/lib-either.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:54.2645926Z [00:02:51.987]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tracing-subscriber-4f0f64220d6bc27c/lib-tracing_subscriber' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:54.2714385Z [00:02:51.993]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tracing-subscriber-4f0f64220d6bc27c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:54.2783176Z [00:02:52.000]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tracing-subscriber-4f0f64220d6bc27c/lib-tracing_subscriber.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:54.2850974Z [00:02:52.007]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tracing-subscriber-4f0f64220d6bc27c/dep-lib-tracing_subscriber' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:54.2922464Z [00:02:52.014]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unsafe-libyaml-202e44ff8b83742a/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:54.2995090Z [00:02:52.021]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unsafe-libyaml-202e44ff8b83742a/dep-lib-unsafe_libyaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:54.3078308Z [00:02:52.030]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unsafe-libyaml-202e44ff8b83742a/lib-unsafe_libyaml.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:54.3235762Z [00:02:52.045]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unsafe-libyaml-202e44ff8b83742a/lib-unsafe_libyaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:54.3321191Z [00:02:52.054]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tracing-core-692d96e18412d196/lib-tracing_core' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:54.3392184Z [00:02:52.061]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tracing-core-692d96e18412d196/dep-lib-tracing_core' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:54.3463337Z [00:02:52.068]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tracing-core-692d96e18412d196/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:54.3533378Z [00:02:52.075]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tracing-core-692d96e18412d196/lib-tracing_core.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:54.3601807Z [00:02:52.082]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/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-20T21:45:54.3670624Z [00:02:52.089]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/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-20T21:45:54.3739235Z [00:02:52.096]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/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-20T21:45:54.3807649Z [00:02:52.103]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/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-20T21:45:54.3877448Z [00:02:52.110]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde-4db3f8aad2840288/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:54.3945343Z [00:02:52.117]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde-4db3f8aad2840288/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:54.4014664Z [00:02:52.123]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/fs_at-43021349e7a6f2ff/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:54.4083060Z [00:02:52.130]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/fs_at-43021349e7a6f2ff/lib-fs_at' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:54.4156207Z [00:02:52.138]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/fs_at-43021349e7a6f2ff/dep-lib-fs_at' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:54.4236983Z [00:02:52.146]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/fs_at-43021349e7a6f2ff/lib-fs_at.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:54.4311688Z [00:02:52.153]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anyhow-69b67bfaa3187352/lib-anyhow' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:54.4385277Z [00:02:52.160]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anyhow-69b67bfaa3187352/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:54.4458588Z [00:02:52.168]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anyhow-69b67bfaa3187352/lib-anyhow.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:54.4530650Z [00:02:52.175]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anyhow-69b67bfaa3187352/dep-lib-anyhow' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:54.4601942Z [00:02:52.182]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lazy_static-99879f58e510182a/lib-lazy_static.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:54.4672872Z [00:02:52.189]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lazy_static-99879f58e510182a/lib-lazy_static' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:54.4747124Z [00:02:52.197]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lazy_static-99879f58e510182a/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:54.4820683Z [00:02:52.204]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lazy_static-99879f58e510182a/dep-lib-lazy_static' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:54.4892812Z [00:02:52.211]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/signal-hook-registry-d23a338b3730341e/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:54.4963163Z [00:02:52.218]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/signal-hook-registry-d23a338b3730341e/lib-signal_hook_registry.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:54.5033765Z [00:02:52.225]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/signal-hook-registry-d23a338b3730341e/dep-lib-signal_hook_registry' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:54.5105880Z [00:02:52.233]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/signal-hook-registry-d23a338b3730341e/lib-signal_hook_registry' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:54.5175955Z [00:02:52.240]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libc-89a6782cfb1e7d05/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:54.5245620Z [00:02:52.247]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libc-89a6782cfb1e7d05/lib-libc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:54.5317480Z [00:02:52.254]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libc-89a6782cfb1e7d05/dep-lib-libc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:54.5386868Z [00:02:52.261]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libc-89a6782cfb1e7d05/lib-libc.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:54.5456709Z [00:02:52.268]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/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-20T21:45:54.5527299Z [00:02:52.275]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/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-20T21:45:54.5601617Z [00:02:52.282]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/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-20T21:45:54.5672187Z [00:02:52.289]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/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-20T21:45:54.5742154Z [00:02:52.296]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/mio-8ed3438d774f4577/lib-mio.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:54.5813236Z [00:02:52.303]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/mio-8ed3438d774f4577/dep-lib-mio' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:54.5881941Z [00:02:52.310]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/mio-8ed3438d774f4577/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:54.5951291Z [00:02:52.317]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/mio-8ed3438d774f4577/lib-mio' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:54.6021014Z [00:02:52.324]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/linux-raw-sys-4311d095e009335b/lib-linux_raw_sys' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:54.6091300Z [00:02:52.331]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/linux-raw-sys-4311d095e009335b/lib-linux_raw_sys.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:54.6160299Z [00:02:52.338]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/linux-raw-sys-4311d095e009335b/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:54.6240703Z [00:02:52.345]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/linux-raw-sys-4311d095e009335b/dep-lib-linux_raw_sys' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:54.6305824Z [00:02:52.353]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/remove_dir_all-8ab36d01a5ba913d/lib-remove_dir_all.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:54.6377132Z [00:02:52.360]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/remove_dir_all-8ab36d01a5ba913d/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:54.6450516Z [00:02:52.367]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/remove_dir_all-8ab36d01a5ba913d/dep-lib-remove_dir_all' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:54.6523539Z [00:02:52.374]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/remove_dir_all-8ab36d01a5ba913d/lib-remove_dir_all' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:54.6596198Z [00:02:52.382]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/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-20T21:45:54.6669811Z [00:02:52.389]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/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-20T21:45:54.6741037Z [00:02:52.396]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/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-20T21:45:54.6814645Z [00:02:52.403]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/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-20T21:45:54.6886720Z [00:02:52.411]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/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-20T21:45:54.6959312Z [00:02:52.418]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/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-20T21:45:54.7030391Z [00:02:52.425]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/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-20T21:45:54.7101160Z [00:02:52.432]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/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-20T21:45:54.7172895Z [00:02:52.439]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/strip-ansi-escapes-d424a487bbdc5290/lib-strip_ansi_escapes' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:54.7245733Z [00:02:52.446]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/strip-ansi-escapes-d424a487bbdc5290/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:54.7318548Z [00:02:52.454]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/strip-ansi-escapes-d424a487bbdc5290/dep-lib-strip_ansi_escapes' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:54.7389560Z [00:02:52.461]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/strip-ansi-escapes-d424a487bbdc5290/lib-strip_ansi_escapes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:54.7460765Z [00:02:52.468]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tracing-log-deb06ec1181ff0c0/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:54.7531843Z [00:02:52.475]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tracing-log-deb06ec1181ff0c0/lib-tracing_log.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:54.7602922Z [00:02:52.482]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tracing-log-deb06ec1181ff0c0/lib-tracing_log' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:54.7673285Z [00:02:52.489]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tracing-log-deb06ec1181ff0c0/dep-lib-tracing_log' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:54.7743619Z [00:02:52.496]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/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-20T21:45:54.7814562Z [00:02:52.503]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/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-20T21:45:54.7885076Z [00:02:52.510]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/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-20T21:45:54.7956319Z [00:02:52.518]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/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-20T21:45:54.8027116Z [00:02:52.525]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/which-56ffbff7c1453365/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:54.8097163Z [00:02:52.532]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/which-56ffbff7c1453365/lib-which' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:54.8168470Z [00:02:52.539]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/which-56ffbff7c1453365/lib-which.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:54.8243155Z [00:02:52.546]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/which-56ffbff7c1453365/dep-lib-which' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:54.8319020Z [00:02:52.554]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/etcetera-9240d4b93288cd5c/lib-etcetera' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:54.8391479Z [00:02:52.561]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/etcetera-9240d4b93288cd5c/lib-etcetera.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:54.8463425Z [00:02:52.568]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/etcetera-9240d4b93288cd5c/dep-lib-etcetera' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:54.8534708Z [00:02:52.575]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/etcetera-9240d4b93288cd5c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:54.8606282Z [00:02:52.583]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/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-20T21:45:54.8679968Z [00:02:52.590]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/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-20T21:45:54.8750578Z [00:02:52.597]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/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-20T21:45:54.8821248Z [00:02:52.604]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/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-20T21:45:54.8891996Z [00:02:52.611]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/navi-110a0094ad05e53e/lib-navi' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:54.8962996Z [00:02:52.618]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/navi-110a0094ad05e53e/lib-navi.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:54.9034012Z [00:02:52.625]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/navi-110a0094ad05e53e/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:54.9112599Z [00:02:52.633]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/navi-110a0094ad05e53e/output-lib-navi' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:54.9187504Z [00:02:52.641]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/navi-110a0094ad05e53e/dep-lib-navi' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:54.9261730Z [00:02:52.648]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/nix-bc9a34ee9f594d7d/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:54.9336254Z [00:02:52.656]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/nix-bc9a34ee9f594d7d/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:54.9409166Z [00:02:52.663]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hashbrown-1e0e1bb8de4a7b13/lib-hashbrown' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:54.9481502Z [00:02:52.670]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hashbrown-1e0e1bb8de4a7b13/lib-hashbrown.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:54.9551497Z [00:02:52.677]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hashbrown-1e0e1bb8de4a7b13/dep-lib-hashbrown' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:54.9621375Z [00:02:52.684]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hashbrown-1e0e1bb8de4a7b13/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:54.9691986Z [00:02:52.691]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/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-20T21:45:54.9765522Z [00:02:52.698]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/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-20T21:45:54.9839768Z [00:02:52.706]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/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-20T21:45:54.9912627Z [00:02:52.713]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/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-20T21:45:54.9986814Z [00:02:52.721]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-syntax-4efb12957c042bc2/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:55.0059258Z [00:02:52.728]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-syntax-4efb12957c042bc2/dep-lib-regex_syntax' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:55.0130494Z [00:02:52.735]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-syntax-4efb12957c042bc2/lib-regex_syntax' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:55.0201589Z [00:02:52.742]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-syntax-4efb12957c042bc2/lib-regex_syntax.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:55.0273220Z [00:02:52.749]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/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-20T21:45:55.0342734Z [00:02:52.756]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/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-20T21:45:55.0413679Z [00:02:52.763]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/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-20T21:45:55.0483163Z [00:02:52.770]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/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-20T21:45:55.0555758Z [00:02:52.778]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/shellwords-e7d639e984b3fe06/dep-lib-shellwords' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:55.0627249Z [00:02:52.785]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/shellwords-e7d639e984b3fe06/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:55.0698363Z [00:02:52.792]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/shellwords-e7d639e984b3fe06/lib-shellwords.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:55.0773310Z [00:02:52.799]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/shellwords-e7d639e984b3fe06/lib-shellwords' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:55.0900559Z [00:02:52.812]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tracing-1c6720186c50677a/lib-tracing' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:55.1001324Z [00:02:52.822]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tracing-1c6720186c50677a/lib-tracing.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:55.1092200Z [00:02:52.831]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tracing-1c6720186c50677a/dep-lib-tracing' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:55.1173558Z [00:02:52.839]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tracing-1c6720186c50677a/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:55.1250480Z [00:02:52.847]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cvt-39e8a5f6e61eb706/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:55.1327661Z [00:02:52.855]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cvt-39e8a5f6e61eb706/dep-lib-cvt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:55.1400789Z [00:02:52.862]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cvt-39e8a5f6e61eb706/lib-cvt.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:55.1471588Z [00:02:52.869]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cvt-39e8a5f6e61eb706/lib-cvt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:55.1544103Z [00:02:52.876]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/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-20T21:45:55.1614443Z [00:02:52.883]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/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-20T21:45:55.1684623Z [00:02:52.890]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/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-20T21:45:55.1755201Z [00:02:52.897]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/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-20T21:45:55.1826104Z [00:02:52.905]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/sharded-slab-a096078f7979df47/dep-lib-sharded_slab' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:55.1896482Z [00:02:52.912]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/sharded-slab-a096078f7979df47/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:55.1967619Z [00:02:52.919]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/sharded-slab-a096078f7979df47/lib-sharded_slab' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:55.2038992Z [00:02:52.926]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/sharded-slab-a096078f7979df47/lib-sharded_slab.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:55.2109471Z [00:02:52.933]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/once_cell-877431e6461a2b09/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:55.2179054Z [00:02:52.940]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/once_cell-877431e6461a2b09/dep-lib-once_cell' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:55.2249824Z [00:02:52.947]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/once_cell-877431e6461a2b09/lib-once_cell' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:55.2320239Z [00:02:52.954]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/once_cell-877431e6461a2b09/lib-once_cell.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:55.2390172Z [00:02:52.961]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/normpath-49255805e545da23/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:55.2460317Z [00:02:52.968]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/normpath-49255805e545da23/dep-lib-normpath' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:55.2531174Z [00:02:52.975]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/normpath-49255805e545da23/lib-normpath.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:55.2600680Z [00:02:52.982]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/normpath-49255805e545da23/lib-normpath' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:55.2669676Z [00:02:52.989]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/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-20T21:45:55.2738204Z [00:02:52.996]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/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-20T21:45:55.2807799Z [00:02:53.003]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/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-20T21:45:55.2879370Z [00:02:53.010]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/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-20T21:45:55.2949318Z [00:02:53.017]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-d68dfcd2136b681d/lib-regex' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:55.3019437Z [00:02:53.024]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-d68dfcd2136b681d/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:55.3090194Z [00:02:53.031]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-d68dfcd2136b681d/dep-lib-regex' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:55.3159794Z [00:02:53.038]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-d68dfcd2136b681d/lib-regex.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:55.3230653Z [00:02:53.045]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-automata-4377aee10ebaa17b/dep-lib-regex_automata' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:55.3300860Z [00:02:53.052]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-automata-4377aee10ebaa17b/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:55.3371984Z [00:02:53.059]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-automata-4377aee10ebaa17b/lib-regex_automata.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:55.3442059Z [00:02:53.066]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-automata-4377aee10ebaa17b/lib-regex_automata' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:55.3512080Z [00:02:53.073]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anyhow-d8d2c25f5017265c/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:55.3581701Z [00:02:53.080]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anyhow-d8d2c25f5017265c/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:55.3653162Z [00:02:53.087]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/vte-41e613d17f74ffdf/lib-vte.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:55.3721369Z [00:02:53.094]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/vte-41e613d17f74ffdf/dep-lib-vte' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:55.3790710Z [00:02:53.101]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/vte-41e613d17f74ffdf/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:55.3860776Z [00:02:53.108]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/vte-41e613d17f74ffdf/lib-vte' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:55.3931440Z [00:02:53.115]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thiserror-5f9f422ebf64e138/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:55.4001119Z [00:02:53.122]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thiserror-5f9f422ebf64e138/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:55.4070450Z [00:02:53.129]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bitflags-7af5b3b09a65bbaa/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:55.4140353Z [00:02:53.136]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bitflags-7af5b3b09a65bbaa/lib-bitflags.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:55.4209635Z [00:02:53.143]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bitflags-7af5b3b09a65bbaa/lib-bitflags' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:55.4279059Z [00:02:53.150]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bitflags-7af5b3b09a65bbaa/dep-lib-bitflags' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:55.4349694Z [00:02:53.157]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/signal-hook-b760bcfcf626d2ca/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:55.4421698Z [00:02:53.164]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/signal-hook-b760bcfcf626d2ca/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:55.4491261Z [00:02:53.171]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/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-20T21:45:55.4560405Z [00:02:53.178]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/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-20T21:45:55.4628477Z [00:02:53.185]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/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-20T21:45:55.4698704Z [00:02:53.192]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/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-20T21:45:55.4768508Z [00:02:53.199]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/nu-ansi-term-e9cf87b0b6329ff9/dep-lib-nu_ansi_term' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:55.4838509Z [00:02:53.206]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/nu-ansi-term-e9cf87b0b6329ff9/lib-nu_ansi_term' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:55.4907494Z [00:02:53.213]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/nu-ansi-term-e9cf87b0b6329ff9/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:55.4977350Z [00:02:53.220]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/nu-ansi-term-e9cf87b0b6329ff9/lib-nu_ansi_term.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:55.5048219Z [00:02:53.227]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thread_local-23fe717a57ef2959/dep-lib-thread_local' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:55.5116270Z [00:02:53.234]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thread_local-23fe717a57ef2959/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:55.5184777Z [00:02:53.240]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thread_local-23fe717a57ef2959/lib-thread_local.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:55.5252955Z [00:02:53.247]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thread_local-23fe717a57ef2959/lib-thread_local' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:55.5322565Z [00:02:53.254]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/parking_lot_core-9cf21cbb5f4daa99/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:55.5392148Z [00:02:53.261]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/parking_lot_core-9cf21cbb5f4daa99/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:55.5461634Z [00:02:53.268]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/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-20T21:45:55.5531311Z [00:02:53.275]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/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-20T21:45:55.5599646Z [00:02:53.282]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/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-20T21:45:55.5671302Z [00:02:53.289]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/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-20T21:45:55.5739196Z [00:02:53.296]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/smallvec-05292a3fa3f7865f/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:55.5807657Z [00:02:53.303]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/smallvec-05292a3fa3f7865f/lib-smallvec' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:55.5878077Z [00:02:53.310]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/smallvec-05292a3fa3f7865f/dep-lib-smallvec' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:55.5948090Z [00:02:53.317]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/smallvec-05292a3fa3f7865f/lib-smallvec.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:55.6017363Z [00:02:53.324]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/log-5022837bc8cf6dd4/lib-log' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:55.6086488Z [00:02:53.331]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/log-5022837bc8cf6dd4/dep-lib-log' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:55.6156924Z [00:02:53.338]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/log-5022837bc8cf6dd4/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:55.6226600Z [00:02:53.345]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/log-5022837bc8cf6dd4/lib-log.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:55.6305542Z [00:02:53.352]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/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-20T21:45:55.6377519Z [00:02:53.360]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/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-20T21:45:55.6447947Z [00:02:53.367]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/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-20T21:45:55.6518824Z [00:02:53.374]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/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-20T21:45:55.6588879Z [00:02:53.381]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/matchers-d52993fb80e381f8/lib-matchers' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:55.6658126Z [00:02:53.388]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/matchers-d52993fb80e381f8/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:55.6727489Z [00:02:53.395]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/matchers-d52993fb80e381f8/lib-matchers.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:55.6797309Z [00:02:53.402]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/matchers-d52993fb80e381f8/dep-lib-matchers' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:55.6866404Z [00:02:53.409]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/parking_lot-fc86891dc56762ab/dep-lib-parking_lot' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:55.6935685Z [00:02:53.416]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/parking_lot-fc86891dc56762ab/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:55.7003765Z [00:02:53.422]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/parking_lot-fc86891dc56762ab/lib-parking_lot' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:55.7073208Z [00:02:53.429]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/parking_lot-fc86891dc56762ab/lib-parking_lot.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:55.7143599Z [00:02:53.436]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/parking_lot_core-b088cd62bb63ea76/dep-lib-parking_lot_core' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:55.7213867Z [00:02:53.443]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/parking_lot_core-b088cd62bb63ea76/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:55.7283394Z [00:02:53.450]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/parking_lot_core-b088cd62bb63ea76/lib-parking_lot_core.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:55.7351896Z [00:02:53.457]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/parking_lot_core-b088cd62bb63ea76/lib-parking_lot_core' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:55.7420741Z [00:02:53.464]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/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-20T21:45:55.7489500Z [00:02:53.471]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/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-20T21:45:55.7559836Z [00:02:53.478]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/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-20T21:45:55.7630270Z [00:02:53.485]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/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-20T21:45:55.7699318Z [00:02:53.492]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde-9661b90fc0ec8c1d/dep-lib-serde' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:55.7770000Z [00:02:53.499]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde-9661b90fc0ec8c1d/lib-serde.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:55.7841015Z [00:02:53.506]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde-9661b90fc0ec8c1d/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:55.7909541Z [00:02:53.513]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/serde-9661b90fc0ec8c1d/lib-serde' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:55.7979697Z [00:02:53.520]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thiserror-2202b1350684e2a1/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:55.8048672Z [00:02:53.527]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thiserror-2202b1350684e2a1/lib-thiserror.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:55.8118894Z [00:02:53.534]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thiserror-2202b1350684e2a1/lib-thiserror' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:55.8189350Z [00:02:53.541]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thiserror-2202b1350684e2a1/dep-lib-thiserror' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:55.8259815Z [00:02:53.548]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/nix-4c3330005030589f/dep-lib-nix' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:55.8331741Z [00:02:53.555]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/nix-4c3330005030589f/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:55.8402007Z [00:02:53.562]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/nix-4c3330005030589f/lib-nix' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:55.8473248Z [00:02:53.569]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/nix-4c3330005030589f/lib-nix.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:55.8545102Z [00:02:53.576]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/aho-corasick-57e57ba3899e7ce8/lib-aho_corasick.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:55.8614870Z [00:02:53.583]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/aho-corasick-57e57ba3899e7ce8/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:55.8684911Z [00:02:53.590]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/aho-corasick-57e57ba3899e7ce8/lib-aho_corasick' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:55.8756000Z [00:02:53.598]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/aho-corasick-57e57ba3899e7ce8/dep-lib-aho_corasick' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:55.8826814Z [00:02:53.605]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/navi-5cb0fe0eabbb904d/dep-bin-navi' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:55.8897035Z [00:02:53.612]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/navi-5cb0fe0eabbb904d/bin-navi' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:55.8968451Z [00:02:53.619]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/navi-5cb0fe0eabbb904d/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:55.9038768Z [00:02:53.626]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/navi-5cb0fe0eabbb904d/bin-navi.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:55.9108459Z [00:02:53.633]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/x86_64-unknown-linux-musl/CACHEDIR.TAG' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:55.9177861Z [00:02:53.640]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/target/CACHEDIR.TAG' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:55.9248408Z [00:02:53.647]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/assets/icon.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:55.9318095Z [00:02:53.654]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.2wzkcn2vBY/TEMPREPO/assets/icon.svg' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:55.9386681Z [00:02:53.661]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/navi' retained as 0755 (rwxr-xr-x)
2025-08-20T21:45:55.9455965Z [00:02:53.668]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:55.9525238Z [00:02:53.675]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/MANIFEST.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:55.9594751Z [00:02:53.682]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/navi.static.version' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:55.9664871Z [00:02:53.689]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:55.9734183Z [00:02:53.695]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/navi.version' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:55.9803696Z [00:02:53.702]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/navi' retained as 0755 (rwxr-xr-x)
2025-08-20T21:45:55.9871310Z [00:02:53.709]➜  mode of '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T21:45:56.0413886Z Error: Error { kind: InvalidData, message: "stream did not contain valid UTF-8" }
2025-08-20T21:45:56.0415047Z [00:02:53.763]➜  bash: -c: line 13: unexpected EOF while looking for matching `"'
2025-08-20T21:46:01.4001934Z 
2025-08-20T21:46:01.4003104Z [+] Sanitizing /tmp/pkgforge/hz3h8cmYK_SBUILD/BUILD.log ==> /tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/navi.static.log
2025-08-20T21:46:03.7806398Z '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/navi.static.log' -> '/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/navi.log'
2025-08-20T21:46:03.7854046Z [+] ==> https://api.ghcr.pkgforge.dev/pkgforge/bincache/navi/official/navi?tag=HEAD-b01291e-250818T191259-x86_64-linux&download=navi.log
2025-08-20T21:46:03.7854960Z 
2025-08-20T21:46:03.7855488Z [+] Parsing/Uploading navi/navi --> https://github.com/orgs/pkgforge/packages/container/package/bincache%2Fnavi%2Fnavi [x86_64-Linux]
2025-08-20T21:46:03.7898467Z {
2025-08-20T21:46:03.7898801Z   "_disabled": "false",
2025-08-20T21:46:03.7899206Z   "host": "x86_64-Linux",
2025-08-20T21:46:03.7899599Z   "rank": "",
2025-08-20T21:46:03.7899945Z   "pkg": "navi.static",
2025-08-20T21:46:03.7900348Z   "pkg_family": "navi",
2025-08-20T21:46:03.7900777Z   "pkg_id": "github.com.denisidoro.navi",
2025-08-20T21:46:03.7901540Z   "pkg_name": "navi",
2025-08-20T21:46:03.7901970Z   "pkg_type": "static",
2025-08-20T21:46:03.7902825Z   "pkg_webpage": "https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/navi/official/navi",
2025-08-20T21:46:03.7903506Z   "app_id": "",
2025-08-20T21:46:03.7903729Z   "appstream": "",
2025-08-20T21:46:03.7903949Z   "category": [
2025-08-20T21:46:03.7904167Z     "ConsoleOnly",
2025-08-20T21:46:03.7904374Z     "Utility"
2025-08-20T21:46:03.7904573Z   ],
2025-08-20T21:46:03.7904882Z   "description": "Interactive cheatsheet tool for the command-line",
2025-08-20T21:46:03.7905278Z   "desktop": "",
2025-08-20T21:46:03.7905500Z   "homepage": [
2025-08-20T21:46:03.7905742Z     "https://github.com/denisidoro/navi"
2025-08-20T21:46:03.7906031Z   ],
2025-08-20T21:46:03.7906639Z   "icon": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/navi/official/navi?tag=HEAD-b01291e-250818T191259-x86_64-linux&download=navi.png",
2025-08-20T21:46:03.7907281Z   "license": [],
2025-08-20T21:46:03.7907479Z   "maintainer": [
2025-08-20T21:46:03.7907729Z     "Azathothas (https://github.com/Azathothas)"
2025-08-20T21:46:03.7908017Z   ],
2025-08-20T21:46:03.7908186Z   "provides": [
2025-08-20T21:46:03.7908380Z     "navi"
2025-08-20T21:46:03.7908565Z   ],
2025-08-20T21:46:03.7908734Z   "note": [
2025-08-20T21:46:03.7909087Z     "Built From Source (Latest Git HEAD). Check/Report @ https://github.com/denisidoro/navi"
2025-08-20T21:46:03.7909508Z   ],
2025-08-20T21:46:03.7909681Z   "repology": [
2025-08-20T21:46:03.7909871Z     "navi"
2025-08-20T21:46:03.7910045Z   ],
2025-08-20T21:46:03.7910221Z   "screenshots": [],
2025-08-20T21:46:03.7910431Z   "src_url": [
2025-08-20T21:46:03.7910645Z     "https://github.com/denisidoro/navi"
2025-08-20T21:46:03.7910911Z   ],
2025-08-20T21:46:03.7911079Z   "tag": [
2025-08-20T21:46:03.7911259Z     "cheatsheet",
2025-08-20T21:46:03.7911461Z     "tldr"
2025-08-20T21:46:03.7911630Z   ],
2025-08-20T21:46:03.7911822Z   "version": "HEAD-b01291e-250818T191259",
2025-08-20T21:46:03.7912136Z   "version_upstream": "2.24.0",
2025-08-20T21:46:03.7912878Z   "bsum": "45d1519ccc48647f91a3029f78e7ecd51638f4917df3f6e5ff189e08257c98b8",
2025-08-20T21:46:03.7913543Z   "build_date": "2025-08-20T21:45:57Z",
2025-08-20T21:46:03.7914417Z   "build_gha": "https://github.com/pkgforge/bincache/actions/runs/17108390879",
2025-08-20T21:46:03.7915049Z   "build_id": "17108390879",
2025-08-20T21:46:03.7916110Z   "build_log": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/navi/official/navi?tag=HEAD-b01291e-250818T191259-x86_64-linux&download=navi.log",
2025-08-20T21:46:03.7917533Z   "build_script": "https://github.com/pkgforge/soarpkgs/blob/main/binaries/navi/static.official.source.yaml",
2025-08-20T21:46:03.7918928Z   "download_url": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/navi/official/navi?tag=HEAD-b01291e-250818T191259-x86_64-linux&download=navi",
2025-08-20T21:46:03.7920249Z   "ghcr_pkg": "ghcr.io/pkgforge/bincache/navi/official/navi:HEAD-b01291e-250818T191259-x86_64-linux",
2025-08-20T21:46:03.7921132Z   "ghcr_url": "https://ghcr.io/pkgforge/bincache/navi/official/navi",
2025-08-20T21:46:03.7922535Z   "manifest_url": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/navi/official/navi?tag=HEAD-b01291e-250818T191259-x86_64-linux&manifest",
2025-08-20T21:46:03.7923787Z   "shasum": "39ed0a9db2d202e3f579b8ad5b9c7258e82057e5ca043029428fc538a4199e61",
2025-08-20T21:46:03.7924395Z   "size": "3.3 MB",
2025-08-20T21:46:03.7924721Z   "size_raw": "3408352",
2025-08-20T21:46:03.7925060Z   "snapshots": [
2025-08-20T21:46:03.7925444Z     "HEAD-089be80-241120T182906-x86_64-linux[2.23.0]",
2025-08-20T21:46:03.7925962Z     "HEAD-586ad7f-250118T085849-x86_64-linux[2.23.0]",
2025-08-20T21:46:03.7926453Z     "HEAD-5515367-250129T201821-x86_64-linux",
2025-08-20T21:46:03.7926908Z     "HEAD-90a29ed-250213T210834-x86_64-linux",
2025-08-20T21:46:03.7927383Z     "HEAD-436278c-250310T155656-x86_64-linux[2.24.0]",
2025-08-20T21:46:03.7927993Z     "HEAD-e657f4b-250508T094436-x86_64-linux[2.24.0]",
2025-08-20T21:46:03.7928756Z     "HEAD-085ee01-250610T111121-x86_64-linux[2.24.0]",
2025-08-20T21:46:03.7929303Z     "HEAD-822b3ea-250620T163856-x86_64-linux[2.24.0]",
2025-08-20T21:46:03.7929808Z     "HEAD-9dac4fa-250623T114709-x86_64-linux[2.24.0]",
2025-08-20T21:46:03.7930327Z     "HEAD-c55e6cd-250626T232616-x86_64-linux[2.24.0]",
2025-08-20T21:46:03.7930845Z     "HEAD-c6da2d9-250630T041507-x86_64-linux[2.24.0]"
2025-08-20T21:46:03.7931302Z   ]
2025-08-20T21:46:03.7931573Z }
2025-08-20T21:46:03.7931739Z 
2025-08-20T21:46:03.7931745Z 
2025-08-20T21:46:03.9400011Z Error response from registry: failed to fetch the content of "ghcr.io/pkgforge/bincache/navi/official/navi:HEAD-b01291e-250818T191259-x86_64-linux": ghcr.io/pkgforge/bincache/navi/official/navi:HEAD-b01291e-250818T191259-x86_64-linux: not found
2025-08-20T21:46:03.9447441Z Uploading empty artifact
2025-08-20T21:46:03.9455811Z time=2025-08-20T21:46:03Z level=debug msg=Request #0
2025-08-20T21:46:03.9456859Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/navi/official/navi/manifests/sha256:b53d2ef8e490a3e904bd85a6ff8b9435674008dbf4f2f9d5aba741d6338e6b94"
2025-08-20T21:46:03.9457664Z > Request method: "HEAD"
2025-08-20T21:46:03.9457896Z > Request headers:
2025-08-20T21:46:03.9459483Z    "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-20T21:46:03.9461259Z    "User-Agent": "oras/1.2.3"
2025-08-20T21:46:03.9843988Z time=2025-08-20T21:46:03Z level=debug msg=Response #0
2025-08-20T21:46:03.9844705Z < Response Status: "401 Unauthorized"
2025-08-20T21:46:03.9845201Z < Response headers:
2025-08-20T21:46:03.9848273Z    "Www-Authenticate": "***"https://ghcr.io/token\",service=\"ghcr.io\",scope=\"repository:pkgforge/bincache/navi/official/navi:pull\""
2025-08-20T21:46:03.9849068Z    "Date": "Wed, 20 Aug 2025 21:46:03 GMT"
2025-08-20T21:46:03.9849426Z    "Content-Length": "73"
2025-08-20T21:46:03.9849767Z    "X-Github-Request-Id": "9809:1B0E69:1A91D:1CBC7:68A6421B"
2025-08-20T21:46:03.9850099Z    "Content-Type": "application/json"
2025-08-20T21:46:03.9850405Z time=2025-08-20T21:46:03Z level=debug msg=Request #1
2025-08-20T21:46:03.9851336Z > Request URL: "https://ghcr.io/token?scope=repository%3Apkgforge%2Fbincache%2Fnavi%2Fofficial%2Fnavi%3Apull%2Cpush&service=ghcr.io"
2025-08-20T21:46:03.9851932Z > Request method: "GET"
2025-08-20T21:46:03.9852145Z > Request headers:
2025-08-20T21:46:03.9852601Z    "Authorization": "*****"
2025-08-20T21:46:03.9852835Z    "User-Agent": "oras/1.2.3"
2025-08-20T21:46:04.0418066Z time=2025-08-20T21:46:04Z level=debug msg=Response #1
2025-08-20T21:46:04.0418803Z < Response Status: "200 OK"
2025-08-20T21:46:04.0419274Z < Response headers:
2025-08-20T21:46:04.0419618Z    "Content-Length": "69"
2025-08-20T21:46:04.0420005Z    "X-Github-Request-Id": "9809:1B0E69:1A922:1CBCA:68A6421B"
2025-08-20T21:46:04.0420494Z    "Content-Type": "application/json"
2025-08-20T21:46:04.0420929Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-20T21:46:04.0421436Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-20T21:46:04.0421900Z    "Date": "Wed, 20 Aug 2025 21:46:04 GMT"
2025-08-20T21:46:04.0422502Z time=2025-08-20T21:46:04Z level=debug msg=Request #2
2025-08-20T21:46:04.0423372Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/navi/official/navi/manifests/sha256:b53d2ef8e490a3e904bd85a6ff8b9435674008dbf4f2f9d5aba741d6338e6b94"
2025-08-20T21:46:04.0424199Z > Request method: "HEAD"
2025-08-20T21:46:04.0424450Z > Request headers:
2025-08-20T21:46:04.0425606Z    "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-20T21:46:04.0426840Z    "Authorization": "*****"
2025-08-20T21:46:04.0427103Z    "User-Agent": "oras/1.2.3"
2025-08-20T21:46:04.0569348Z time=2025-08-20T21:46:04Z level=debug msg=Response #2
2025-08-20T21:46:04.0570135Z < Response Status: "404 Not Found"
2025-08-20T21:46:04.0570696Z < Response headers:
2025-08-20T21:46:04.0571081Z    "Content-Type": "application/json"
2025-08-20T21:46:04.0571512Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-20T21:46:04.0572065Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-20T21:46:04.0572776Z    "Date": "Wed, 20 Aug 2025 21:46:04 GMT"
2025-08-20T21:46:04.0573168Z    "Content-Length": "70"
2025-08-20T21:46:04.0573517Z    "X-Github-Request-Id": "9809:1B0E69:1A933:1CBDD:68A6421C"
2025-08-20T21:46:04.0573947Z time=2025-08-20T21:46:04Z level=debug msg=Request #3
2025-08-20T21:46:04.0574847Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/navi/official/navi/blobs/sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
2025-08-20T21:46:04.0575705Z > Request method: "HEAD"
2025-08-20T21:46:04.0575973Z > Request headers:
2025-08-20T21:46:04.0576225Z    "Authorization": "*****"
2025-08-20T21:46:04.0576510Z    "User-Agent": "oras/1.2.3"
2025-08-20T21:46:04.0770378Z time=2025-08-20T21:46:04Z level=debug msg=Response #3
2025-08-20T21:46:04.0770953Z < Response Status: "200 OK"
2025-08-20T21:46:04.0771346Z < Response headers:
2025-08-20T21:46:04.0771651Z    "Content-Type": ""
2025-08-20T21:46:04.0772071Z    "Docker-Content-Digest": "sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
2025-08-20T21:46:04.0772778Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-20T21:46:04.0773211Z    "Etag": "\"sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855\""
2025-08-20T21:46:04.0773722Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-20T21:46:04.0774108Z    "Date": "Wed, 20 Aug 2025 21:46:04 GMT"
2025-08-20T21:46:04.0774413Z    "X-Github-Request-Id": "9809:1B0E69:1A93C:1CBE4:68A6421C"
2025-08-20T21:46:04.0774710Z    "Content-Length": "0"
2025-08-20T21:46:04.0774968Z time=2025-08-20T21:46:04Z level=debug msg=Request #4
2025-08-20T21:46:04.0775547Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/navi/official/navi/manifests/HEAD-b01291e-250818T191259-x86_64-linux"
2025-08-20T21:46:04.0776427Z > Request method: "PUT"
2025-08-20T21:46:04.0776631Z > Request headers:
2025-08-20T21:46:04.0776896Z    "Content-Type": "application/vnd.oci.image.manifest.v1+json"
2025-08-20T21:46:04.0777217Z    "Authorization": "*****"
2025-08-20T21:46:04.0777435Z    "User-Agent": "oras/1.2.3"
2025-08-20T21:46:04.7781534Z time=2025-08-20T21:46:04Z level=debug msg=Response #4
2025-08-20T21:46:04.7782081Z < Response Status: "201 Created"
2025-08-20T21:46:04.7782696Z < Response headers:
2025-08-20T21:46:04.7783006Z    "Content-Length": "0"
2025-08-20T21:46:04.7783425Z    "X-Github-Request-Id": "9809:1B0E69:1A948:1CBE9:68A6421C"
2025-08-20T21:46:04.7783915Z    "Content-Type": "application/json"
2025-08-20T21:46:04.7784658Z    "Docker-Content-Digest": "sha256:b53d2ef8e490a3e904bd85a6ff8b9435674008dbf4f2f9d5aba741d6338e6b94"
2025-08-20T21:46:04.7785421Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-20T21:46:04.7786452Z    "Location": "/v2/pkgforge/bincache/navi/official/navi/manifests/sha256:b53d2ef8e490a3e904bd85a6ff8b9435674008dbf4f2f9d5aba741d6338e6b94"
2025-08-20T21:46:04.7787608Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-20T21:46:04.7788199Z    "Date": "Wed, 20 Aug 2025 21:46:04 GMT"
2025-08-20T21:46:04.7788925Z Pushed [registry] ghcr.io/pkgforge/bincache/navi/official/navi:HEAD-b01291e-250818T191259-x86_64-linux
2025-08-20T21:46:04.7789715Z ArtifactType: application/vnd.oci.empty.v1+json
2025-08-20T21:46:04.7790376Z Digest: sha256:b53d2ef8e490a3e904bd85a6ff8b9435674008dbf4f2f9d5aba741d6338e6b94
2025-08-20T21:46:06.9696260Z Uploading 3618ddc7e77b navi.sig
2025-08-20T21:46:06.9832186Z Uploading 39ed0a9db2d2 navi
2025-08-20T21:46:06.9851887Z Uploading 76cf9b126bc1 CHECKSUM.sig
2025-08-20T21:46:06.9874534Z Exists    58d1e17ffe51 LICENSE
2025-08-20T21:46:07.0008350Z Uploading 457eb4265656 CHECKSUM
2025-08-20T21:46:07.0178592Z Uploading 9b3fbf473615 LICENSE.sig
2025-08-20T21:46:07.9385625Z Uploaded  76cf9b126bc1 CHECKSUM.sig
2025-08-20T21:46:07.9474070Z Uploaded  3618ddc7e77b navi.sig
2025-08-20T21:46:07.9687407Z Uploading 048974f5dd48 SBUILD
2025-08-20T21:46:07.9753194Z Uploaded  9b3fbf473615 LICENSE.sig
2025-08-20T21:46:07.9834373Z Uploading c291c7787e72 SBUILD.sig
2025-08-20T21:46:07.9952558Z Exists    11cf0313013e navi.png
2025-08-20T21:46:08.0128656Z Uploading 4202a28c9715 navi.json
2025-08-20T21:46:08.1239892Z Uploaded  457eb4265656 CHECKSUM
2025-08-20T21:46:08.1574338Z Uploading 3e839deab911 navi.json.sig
2025-08-20T21:46:08.1602551Z Uploaded  39ed0a9db2d2 navi
2025-08-20T21:46:08.2150982Z Uploading f09827837978 navi.log
2025-08-20T21:46:08.9286017Z Uploaded  048974f5dd48 SBUILD
2025-08-20T21:46:08.9511131Z Uploading 6307c346daff navi.log.sig
2025-08-20T21:46:08.9598584Z Uploaded  4202a28c9715 navi.json
2025-08-20T21:46:09.0080215Z Exists    b5f982231b63 navi.version
2025-08-20T21:46:09.0751232Z Uploading 34dfbf4eaa10 navi.version.sig
2025-08-20T21:46:09.0970980Z Uploaded  c291c7787e72 SBUILD.sig
2025-08-20T21:46:09.1183626Z Uploaded  3e839deab911 navi.json.sig
2025-08-20T21:46:09.1789345Z Uploaded  f09827837978 navi.log
2025-08-20T21:46:10.0128878Z Uploaded  34dfbf4eaa10 navi.version.sig
2025-08-20T21:46:10.0253670Z Uploaded  6307c346daff navi.log.sig
2025-08-20T21:46:10.0254172Z Uploading 8eeb4a9ca742 navi
2025-08-20T21:46:10.3759398Z Uploaded  8eeb4a9ca742 navi
2025-08-20T21:46:10.3759994Z Pushed [registry] ghcr.io/pkgforge/bincache/navi/official/navi:HEAD-b01291e-250818T191259-x86_64-linux
2025-08-20T21:46:10.3760564Z ArtifactType: application/vnd.oci.empty.v1+json
2025-08-20T21:46:10.3761025Z Digest: sha256:8eeb4a9ca7427efd7176247a37105ed1b5f6c5a400bf6f39ed2a0e21cbceb65e
2025-08-20T21:46:15.5474402Z 
2025-08-20T21:46:15.5475052Z [+] Registry --> https://ghcr.io/pkgforge/bincache/navi/official/navi
2025-08-20T21:46:15.5476065Z [+] ==> https://api.ghcr.pkgforge.dev/pkgforge/bincache/navi/official/navi?tag=HEAD-b01291e-250818T191259-x86_64-linux&manifest 
2025-08-20T21:46:15.5476604Z 
2025-08-20T21:46:17.0614184Z *** Zstandard CLI (64-bit) v1.5.7, by Yann Collet ***
2025-08-20T21:46:17.8379567Z ./BUILD_ARTIFACTS.tar : 32.73%   (   173 MiB =>   56.5 MiB, /tmp/BUILD_ARTIFACTS.zstd) 
2025-08-20T21:46:17.8751538Z removed './BUILD_ARTIFACTS.tar'
2025-08-20T21:46:17.8791789Z 
2025-08-20T21:46:17.8793315Z [+] Completed (Building|Fetching) https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/navi/static.official.source.yaml :: 00(Hr):03(Min):15(Sec)
2025-08-20T21:46:17.8794270Z 
2025-08-20T21:46:17.8808121Z 
2025-08-20T21:46:17.8810086Z ==> [+] Finished Building at :: Wednesday, 2025-08-20 (09:46:17 PM) UTC
2025-08-20T21:46:18.1700040Z 
2025-08-20T21:46:18.1700627Z renamed '/tmp/BUILD.gh.log.txt' -> '/tmp/BUILD.log'
2025-08-20T21:46:18.1750694Z ##[group]Run ##Presets
2025-08-20T21:46:18.1751052Z [36;1m##Presets[0m
2025-08-20T21:46:18.1751255Z [36;1mset +x ; set +e[0m
2025-08-20T21:46:18.1751464Z [36;1m#-------------#[0m
2025-08-20T21:46:18.1751667Z [36;1m##Debug?[0m
2025-08-20T21:46:18.1751904Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T21:46:18.1752412Z [36;1m  set -x[0m
2025-08-20T21:46:18.1752649Z [36;1mfi[0m
2025-08-20T21:46:18.1752830Z [36;1m#-------------#[0m
2025-08-20T21:46:18.1753035Z [36;1m##Set ENV[0m
2025-08-20T21:46:18.1753272Z [36;1m if [[ "${SKIP_SRCBUILD_UPLOAD}" != "YES" ]]; then[0m
2025-08-20T21:46:18.1753794Z [36;1m    #GHCRPKG_TAG_SRCBUILD="srcbuild.$(date --utc +"%y%m%dT%H%M%S" | tr -d '[:space:]')-HEAD-b01291e-250818T191259-x86_64-linux"[0m
2025-08-20T21:46:18.1754364Z [36;1m    GHCRPKG_TAG_SRCBUILD="HEAD-b01291e-250818T191259-x86_64-linux"[0m
2025-08-20T21:46:18.1754931Z [36;1m    GHCRPKG_URL_SRCBUILD="ghcr.io/pkgforge/bincache/navi/official/navi-srcbuild-17108390879"[0m
2025-08-20T21:46:18.1755428Z [36;1m    export GHCRPKG_TAG_SRCBUILD GHCRPKG_URL_SRCBUILD[0m
2025-08-20T21:46:18.1755832Z [36;1m    echo "GHCRPKG_TAG_SRCBUILD=${GHCRPKG_TAG_SRCBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:46:18.1756279Z [36;1m    echo "GHCRPKG_URL_SRCBUILD=${GHCRPKG_URL_SRCBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:46:18.1756633Z [36;1m fi[0m
2025-08-20T21:46:18.1756810Z [36;1m##Push[0m
2025-08-20T21:46:18.1757037Z [36;1m if [[ -n "${GHCRPKG_TAG_SRCBUILD+x}" ]]; then[0m
2025-08-20T21:46:18.1757311Z [36;1m  pushd "/tmp" &>/dev/null[0m
2025-08-20T21:46:18.1757692Z [36;1m   if [[ -s "./BUILD_ARTIFACTS.zstd" && $(stat -c%s "./BUILD_ARTIFACTS.zstd") -gt 1000 ]]; then[0m
2025-08-20T21:46:18.1758170Z [36;1m     realpath "./BUILD_ARTIFACTS.zstd" && du -sh "./BUILD_ARTIFACTS.zstd"[0m
2025-08-20T21:46:18.1758616Z [36;1m     ls -sh "/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR"[0m
2025-08-20T21:46:18.1758964Z [36;1m     ghcr_push_cmd()[0m
2025-08-20T21:46:18.1759182Z [36;1m       {[0m
2025-08-20T21:46:18.1759376Z [36;1m        for i in {1..10}; do[0m
2025-08-20T21:46:18.1759727Z [36;1m          unset ghcr_push ; ghcr_push=(oras push --disable-path-validation)[0m
2025-08-20T21:46:18.1760179Z [36;1m          ghcr_push+=(--config "/dev/null:application/vnd.oci.empty.v1+json")[0m
2025-08-20T21:46:18.1760618Z [36;1m          ghcr_push+=(--annotation "com.github.package.type=container")[0m
2025-08-20T21:46:18.1761158Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_ghcrpkg-tag=HEAD-b01291e-250818T191259-x86_64-linux")[0m
2025-08-20T21:46:18.1761866Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_gha=https://github.com/pkgforge/bincache/actions/runs/17108390879")[0m
2025-08-20T21:46:18.1762639Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_id=17108390879")[0m
2025-08-20T21:46:18.1763321Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.ghcr_pkg=ghcr.io/pkgforge/bincache/navi/official/navi:HEAD-b01291e-250818T191259-x86_64-linux")[0m
2025-08-20T21:46:18.1764016Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.push_date=2025-08-20T21:45:57Z")[0m
2025-08-20T21:46:18.1764525Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.version=HEAD-b01291e-250818T191259")[0m
2025-08-20T21:46:18.1765279Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.created=2025-08-20T21:45:57Z")[0m
2025-08-20T21:46:18.1765955Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.description=SRCBUILD for ghcr.io/pkgforge/bincache/navi/official/navi")[0m
2025-08-20T21:46:18.1766607Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.licenses=blessing")[0m
2025-08-20T21:46:18.1767142Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.ref.name=HEAD-b01291e-250818T191259")[0m
2025-08-20T21:46:18.1767873Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.revision=HEAD-b01291e-250818T191259")[0m
2025-08-20T21:46:18.1768602Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.source=https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/navi/official/navi")[0m
2025-08-20T21:46:18.1769280Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.title=SRCBUILD-navi")[0m
2025-08-20T21:46:18.1769839Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.url=https://github.com/denisidoro/navi")[0m
2025-08-20T21:46:18.1770378Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.vendor=pkgforge")[0m
2025-08-20T21:46:18.1770894Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.version=HEAD-b01291e-250818T191259")[0m
2025-08-20T21:46:18.1771384Z [36;1m          ghcr_push+=("${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}")[0m
2025-08-20T21:46:18.1771892Z [36;1m          [[ -f "./BUILD_ARTIFACTS.zstd" && -s "./BUILD_ARTIFACTS.zstd" ]] && ghcr_push+=("./BUILD_ARTIFACTS.zstd")[0m
2025-08-20T21:46:18.1772593Z [36;1m          "${ghcr_push[@]}" ; sleep 5[0m
2025-08-20T21:46:18.1772860Z [36;1m         #Check[0m
2025-08-20T21:46:18.1773462Z [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-20T21:45:57Z" ]]; then[0m
2025-08-20T21:46:18.1774202Z [36;1m            echo -e "\n[+] (ARTIFACTS) Registry --> https://${GHCRPKG_URL_SRCBUILD}\n"[0m
2025-08-20T21:46:18.1774555Z [36;1m            break[0m
2025-08-20T21:46:18.1774767Z [36;1m          else[0m
2025-08-20T21:46:18.1775170Z [36;1m            echo -e "\n[-] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD} (Retrying ${i}/10)\n"[0m
2025-08-20T21:46:18.1775604Z [36;1m          fi[0m
2025-08-20T21:46:18.1775828Z [36;1m          sleep "$(shuf -i 500-4500 -n 1)e-3"[0m
2025-08-20T21:46:18.1776089Z [36;1m        done[0m
2025-08-20T21:46:18.1776277Z [36;1m       }[0m
2025-08-20T21:46:18.1776486Z [36;1m       export -f ghcr_push_cmd[0m
2025-08-20T21:46:18.1776741Z [36;1m       ghcr_push_cmd[0m
2025-08-20T21:46:18.1777346Z [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-20T21:45:57Z" ]]; then[0m
2025-08-20T21:46:18.1778127Z [36;1m         echo -e "\n[✗] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}\n"[0m
2025-08-20T21:46:18.1778545Z [36;1m          echo -e "\n[-] Retrying ...\n"[0m
2025-08-20T21:46:18.1778810Z [36;1m          ghcr_push_cmd[0m
2025-08-20T21:46:18.1779423Z [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-20T21:45:57Z" ]]; then[0m
2025-08-20T21:46:18.1780167Z [36;1m             oras manifest fetch "${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}" | jq .[0m
2025-08-20T21:46:18.1780690Z [36;1m             echo -e "\n[✗] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}\n"[0m
2025-08-20T21:46:18.1781087Z [36;1m             return 1 || exit 1[0m
2025-08-20T21:46:18.1781324Z [36;1m           fi[0m
2025-08-20T21:46:18.1781518Z [36;1m       fi[0m
2025-08-20T21:46:18.1781699Z [36;1m   fi[0m
2025-08-20T21:46:18.1782028Z [36;1m fi[0m
2025-08-20T21:46:18.1782360Z [36;1mpopd >/dev/null 2>&1[0m
2025-08-20T21:46:18.1878424Z shell: /usr/bin/bash -e {0}
2025-08-20T21:46:18.1878664Z env:
2025-08-20T21:46:18.1878847Z   CROSS_COMPILING: NO
2025-08-20T21:46:18.1879068Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T21:46:18.1879299Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T21:46:18.1879506Z   ON_QEMU: NO
2025-08-20T21:46:18.1879680Z   DEBUG: 0
2025-08-20T21:46:18.1879861Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T21:46:18.1880091Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T21:46:18.1880374Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/navi/official
2025-08-20T21:46:18.1880665Z   KEEP_LOGS: YES
2025-08-20T21:46:18.1881089Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:46:18.1881313Z   PKG_FAMILY_LOCAL: navi
2025-08-20T21:46:18.1881538Z   SBUILD_REBUILD: false
2025-08-20T21:46:18.1882071Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/navi/static.official.source.yaml
2025-08-20T21:46:18.1882855Z   BUILD_SYS: docker://rust
2025-08-20T21:46:18.1883080Z   BUILD_ON_HOST: FALSE
2025-08-20T21:46:18.1883277Z   BUILD_SYSTEM: DOCKER
2025-08-20T21:46:18.1883467Z   SYSTMP: /tmp
2025-08-20T21:46:18.1883643Z   GHA_MODE: MATRIX
2025-08-20T21:46:18.1884075Z   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-20T21:46:18.1884585Z   INPUT_SBUILD: /tmp/pkgforge/2aKMzNEjr_build.yaml
2025-08-20T21:46:18.1884912Z   BUILD_DIR: /tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml
2025-08-20T21:46:18.1885302Z   SBUILD_OUTDIR: /tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR
2025-08-20T21:46:18.1885805Z   SBUILD_TMPDIR: /tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T21:46:18.1886206Z   PKG_TYPE: static
2025-08-20T21:46:18.1886404Z   SBUILD_SUCCESSFUL: YES
2025-08-20T21:46:18.1886638Z   SBUILD_PKGVER: HEAD-b01291e-250818T191259
2025-08-20T21:46:18.1887018Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17108390879
2025-08-20T21:46:18.1887387Z   BUILD_ID: 17108390879
2025-08-20T21:46:18.1887582Z   PKG_NAME: navi
2025-08-20T21:46:18.1887776Z   PKG_DATE: 2025-08-20T21:45:57Z
2025-08-20T21:46:18.1888019Z   PKG_VERSION: HEAD-b01291e-250818T191259
2025-08-20T21:46:18.1888274Z   PKG_VERSION_UPSTREAM: 2.24.0
2025-08-20T21:46:18.1888563Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/navi/official/navi
2025-08-20T21:46:18.1888903Z   GHCRPKG_TAG: HEAD-b01291e-250818T191259-x86_64-linux
2025-08-20T21:46:18.1889321Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/navi/official/navi
2025-08-20T21:46:18.1889743Z   PKG_SRCURL: https://github.com/denisidoro/navi
2025-08-20T21:46:18.1890015Z   PUSH_SUCCESSFUL: YES
2025-08-20T21:46:18.1890469Z   GHCR_TOKEN: ***
2025-08-20T21:46:18.1890758Z   GITHUB_TOKEN: ***
2025-08-20T21:46:18.1890988Z   GITLAB_TOKEN: ***
2025-08-20T21:46:18.1892099Z   MINISIGN_KEY: ***
2025-08-20T21:46:18.1892385Z ##[endgroup]
2025-08-20T21:46:18.1992805Z /tmp/BUILD_ARTIFACTS.zstd
2025-08-20T21:46:18.2003027Z 57M	./BUILD_ARTIFACTS.zstd
2025-08-20T21:46:18.2016468Z total 4.8M
2025-08-20T21:46:18.2016809Z 4.0K CHECKSUM
2025-08-20T21:46:18.2017123Z 4.0K CHECKSUM.sig
2025-08-20T21:46:18.2017432Z  12K LICENSE
2025-08-20T21:46:18.2017724Z 4.0K LICENSE.sig
2025-08-20T21:46:18.2017919Z 8.0K SBUILD
2025-08-20T21:46:18.2018093Z 4.0K SBUILD.sig
2025-08-20T21:46:18.2018277Z 4.0K SBUILD_TEMP
2025-08-20T21:46:18.2018456Z 3.3M navi
2025-08-20T21:46:18.2018621Z 4.0K navi.json
2025-08-20T21:46:18.2018798Z 4.0K navi.json.sig
2025-08-20T21:46:18.2018972Z 696K navi.log
2025-08-20T21:46:18.2019143Z 4.0K navi.log.sig
2025-08-20T21:46:18.2019320Z  40K navi.png
2025-08-20T21:46:18.2019506Z 4.0K navi.sig
2025-08-20T21:46:18.2019679Z 696K navi.static.log
2025-08-20T21:46:18.2019886Z 4.0K navi.static.version
2025-08-20T21:46:18.2020105Z 4.0K navi.static.version.sig
2025-08-20T21:46:18.2020317Z 4.0K navi.version
2025-08-20T21:46:18.2020497Z 4.0K navi.version.sig
2025-08-20T21:46:18.4059116Z Uploading 6aa4d569953d BUILD_ARTIFACTS.zstd
2025-08-20T21:46:19.9547784Z Uploaded  6aa4d569953d BUILD_ARTIFACTS.zstd
2025-08-20T21:46:19.9548374Z Uploading 6c33c3407735 SRCBUILD-navi
2025-08-20T21:46:20.1972793Z Uploaded  6c33c3407735 SRCBUILD-navi
2025-08-20T21:46:20.1973822Z Pushed [registry] ghcr.io/pkgforge/bincache/navi/official/navi-srcbuild-17108390879:HEAD-b01291e-250818T191259-x86_64-linux
2025-08-20T21:46:20.1974820Z ArtifactType: application/vnd.oci.empty.v1+json
2025-08-20T21:46:20.1975511Z Digest: sha256:6c33c340773564116a4edb543966508d96fc68cf04f126579ac99cdd73d8bb75
2025-08-20T21:46:25.4717667Z 
2025-08-20T21:46:25.4718803Z [+] (ARTIFACTS) Registry --> https://ghcr.io/pkgforge/bincache/navi/official/navi-srcbuild-17108390879
2025-08-20T21:46:25.4719322Z 
2025-08-20T21:46:25.6386102Z ##[group]Run ##Presets
2025-08-20T21:46:25.6386387Z [36;1m##Presets[0m
2025-08-20T21:46:25.6386586Z [36;1mset +x ; set +e[0m
2025-08-20T21:46:25.6386796Z [36;1m#-------------#[0m
2025-08-20T21:46:25.6387014Z [36;1m##Debug?[0m
2025-08-20T21:46:25.6387275Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T21:46:25.6387581Z [36;1m  set -x[0m
2025-08-20T21:46:25.6387760Z [36;1mfi[0m
2025-08-20T21:46:25.6387935Z [36;1m#-------------#[0m
2025-08-20T21:46:25.6388194Z [36;1mUTC_TIME="$(TZ='UTC' date +'%Y_%m_%dT%I_%M_%S_%p')"[0m
2025-08-20T21:46:25.6388529Z [36;1mecho "UTC_TIME=${UTC_TIME}" >> "${GITHUB_ENV}"[0m
2025-08-20T21:46:25.6440628Z shell: /usr/bin/bash -e {0}
2025-08-20T21:46:25.6440871Z env:
2025-08-20T21:46:25.6441057Z   CROSS_COMPILING: NO
2025-08-20T21:46:25.6441364Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T21:46:25.6441601Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T21:46:25.6441823Z   ON_QEMU: NO
2025-08-20T21:46:25.6442078Z   DEBUG: 0
2025-08-20T21:46:25.6442480Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T21:46:25.6442721Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T21:46:25.6443114Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/navi/official
2025-08-20T21:46:25.6443422Z   KEEP_LOGS: YES
2025-08-20T21:46:25.6443615Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:46:25.6443937Z   PKG_FAMILY_LOCAL: navi
2025-08-20T21:46:25.6444142Z   SBUILD_REBUILD: false
2025-08-20T21:46:25.6444786Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/navi/static.official.source.yaml
2025-08-20T21:46:25.6445418Z   BUILD_SYS: docker://rust
2025-08-20T21:46:25.6445672Z   BUILD_ON_HOST: FALSE
2025-08-20T21:46:25.6445868Z   BUILD_SYSTEM: DOCKER
2025-08-20T21:46:25.6446059Z   SYSTMP: /tmp
2025-08-20T21:46:25.6446342Z   GHA_MODE: MATRIX
2025-08-20T21:46:25.6446781Z   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-20T21:46:25.6447412Z   INPUT_SBUILD: /tmp/pkgforge/2aKMzNEjr_build.yaml
2025-08-20T21:46:25.6447742Z   BUILD_DIR: /tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml
2025-08-20T21:46:25.6448249Z   SBUILD_OUTDIR: /tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR
2025-08-20T21:46:25.6448847Z   SBUILD_TMPDIR: /tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T21:46:25.6449233Z   PKG_TYPE: static
2025-08-20T21:46:25.6449444Z   SBUILD_SUCCESSFUL: YES
2025-08-20T21:46:25.6449771Z   SBUILD_PKGVER: HEAD-b01291e-250818T191259
2025-08-20T21:46:25.6450229Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17108390879
2025-08-20T21:46:25.6450779Z   BUILD_ID: 17108390879
2025-08-20T21:46:25.6451070Z   PKG_NAME: navi
2025-08-20T21:46:25.6451383Z   PKG_DATE: 2025-08-20T21:45:57Z
2025-08-20T21:46:25.6451771Z   PKG_VERSION: HEAD-b01291e-250818T191259
2025-08-20T21:46:25.6452187Z   PKG_VERSION_UPSTREAM: 2.24.0
2025-08-20T21:46:25.6452820Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/navi/official/navi
2025-08-20T21:46:25.6453383Z   GHCRPKG_TAG: HEAD-b01291e-250818T191259-x86_64-linux
2025-08-20T21:46:25.6454081Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/navi/official/navi
2025-08-20T21:46:25.6454794Z   PKG_SRCURL: https://github.com/denisidoro/navi
2025-08-20T21:46:25.6455541Z   PUSH_SUCCESSFUL: YES
2025-08-20T21:46:25.6455989Z   GHCRPKG_TAG_SRCBUILD: HEAD-b01291e-250818T191259-x86_64-linux
2025-08-20T21:46:25.6456776Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/navi/official/navi-srcbuild-17108390879
2025-08-20T21:46:25.6457466Z ##[endgroup]
2025-08-20T21:46:25.6612446Z ##[group]Run actions/upload-artifact@v4
2025-08-20T21:46:25.6612774Z with:
2025-08-20T21:46:25.6612972Z   name: Bincache_navi_x86_64-Linux
2025-08-20T21:46:25.6613265Z   path: /tmp/BUILD.log
/tmp/BUILD_ARTIFACTS.zstd

2025-08-20T21:46:25.6613563Z   compression-level: 0
2025-08-20T21:46:25.6613778Z   retention-days: 30
2025-08-20T21:46:25.6613977Z   overwrite: true
2025-08-20T21:46:25.6614173Z   if-no-files-found: warn
2025-08-20T21:46:25.6614405Z   include-hidden-files: false
2025-08-20T21:46:25.6614629Z env:
2025-08-20T21:46:25.6614800Z   CROSS_COMPILING: NO
2025-08-20T21:46:25.6615005Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T21:46:25.6615236Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T21:46:25.6615446Z   ON_QEMU: NO
2025-08-20T21:46:25.6615617Z   DEBUG: 0
2025-08-20T21:46:25.6615801Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T21:46:25.6616020Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T21:46:25.6616296Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/navi/official
2025-08-20T21:46:25.6616622Z   KEEP_LOGS: YES
2025-08-20T21:46:25.6616807Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:46:25.6617014Z   PKG_FAMILY_LOCAL: navi
2025-08-20T21:46:25.6617215Z   SBUILD_REBUILD: false
2025-08-20T21:46:25.6617739Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/navi/static.official.source.yaml
2025-08-20T21:46:25.6618293Z   BUILD_SYS: docker://rust
2025-08-20T21:46:25.6618506Z   BUILD_ON_HOST: FALSE
2025-08-20T21:46:25.6618698Z   BUILD_SYSTEM: DOCKER
2025-08-20T21:46:25.6618890Z   SYSTMP: /tmp
2025-08-20T21:46:25.6619070Z   GHA_MODE: MATRIX
2025-08-20T21:46:25.6619503Z   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-20T21:46:25.6620012Z   INPUT_SBUILD: /tmp/pkgforge/2aKMzNEjr_build.yaml
2025-08-20T21:46:25.6620330Z   BUILD_DIR: /tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml
2025-08-20T21:46:25.6620710Z   SBUILD_OUTDIR: /tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR
2025-08-20T21:46:25.6621193Z   SBUILD_TMPDIR: /tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T21:46:25.6621572Z   PKG_TYPE: static
2025-08-20T21:46:25.6621763Z   SBUILD_SUCCESSFUL: YES
2025-08-20T21:46:25.6621990Z   SBUILD_PKGVER: HEAD-b01291e-250818T191259
2025-08-20T21:46:25.6622669Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17108390879
2025-08-20T21:46:25.6623038Z   BUILD_ID: 17108390879
2025-08-20T21:46:25.6623234Z   PKG_NAME: navi
2025-08-20T21:46:25.6623427Z   PKG_DATE: 2025-08-20T21:45:57Z
2025-08-20T21:46:25.6623671Z   PKG_VERSION: HEAD-b01291e-250818T191259
2025-08-20T21:46:25.6623925Z   PKG_VERSION_UPSTREAM: 2.24.0
2025-08-20T21:46:25.6624223Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/navi/official/navi
2025-08-20T21:46:25.6624563Z   GHCRPKG_TAG: HEAD-b01291e-250818T191259-x86_64-linux
2025-08-20T21:46:25.6624977Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/navi/official/navi
2025-08-20T21:46:25.6625408Z   PKG_SRCURL: https://github.com/denisidoro/navi
2025-08-20T21:46:25.6625678Z   PUSH_SUCCESSFUL: YES
2025-08-20T21:46:25.6625945Z   GHCRPKG_TAG_SRCBUILD: HEAD-b01291e-250818T191259-x86_64-linux
2025-08-20T21:46:25.6626405Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/navi/official/navi-srcbuild-17108390879
2025-08-20T21:46:25.6626808Z   UTC_TIME: 2025_08_20T09_46_25_PM
2025-08-20T21:46:25.6627035Z ##[endgroup]
2025-08-20T21:46:25.9252976Z Multiple search paths detected. Calculating the least common ancestor of all paths
2025-08-20T21:46:25.9256296Z The least common ancestor is /tmp. This will be the root directory of the artifact
2025-08-20T21:46:25.9257110Z With the provided path, there will be 2 files uploaded
2025-08-20T21:46:26.0338922Z Artifact name is valid!
2025-08-20T21:46:26.0340523Z Root directory input is valid!
2025-08-20T21:46:26.1044575Z Beginning upload of artifact content to blob storage
2025-08-20T21:46:26.4369388Z Uploaded bytes 8388608
2025-08-20T21:46:26.4879804Z Uploaded bytes 16777216
2025-08-20T21:46:26.5817302Z Uploaded bytes 25165824
2025-08-20T21:46:26.5941944Z Uploaded bytes 33554432
2025-08-20T21:46:26.6203591Z Uploaded bytes 41943040
2025-08-20T21:46:26.6245924Z Uploaded bytes 50331648
2025-08-20T21:46:26.6942581Z Uploaded bytes 58720256
2025-08-20T21:46:26.7384228Z Uploaded bytes 60271704
2025-08-20T21:46:26.7531435Z Finished uploading artifact content to blob storage!
2025-08-20T21:46:26.7534746Z SHA256 digest of uploaded artifact zip is b8e99fb536d117685ac42c2d9211865d5e4f91feb54c4d7ad89dabe295e17f91
2025-08-20T21:46:26.7535602Z Finalizing artifact upload
2025-08-20T21:46:26.8488651Z Artifact Bincache_navi_x86_64-Linux.zip successfully finalized. Artifact ID 3813527805
2025-08-20T21:46:26.8489901Z Artifact Bincache_navi_x86_64-Linux has been successfully uploaded! Final size is 60271704 bytes. Artifact ID is 3813527805
2025-08-20T21:46:26.8496456Z Artifact download URL: https://github.com/pkgforge/bincache/actions/runs/17108390879/artifacts/3813527805
2025-08-20T21:46:26.8684236Z ##[group]Run actions/attest-build-provenance@v2.4.0
2025-08-20T21:46:26.8684578Z with:
2025-08-20T21:46:26.8684878Z   subject-name: navi-17108390879-HEAD-b01291e-250818T191259-x86_64-linux
2025-08-20T21:46:26.8685731Z   subject-path: "/tmp/BUILD.log"
"/tmp/BUILD_ARTIFACTS.zstd"
/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/**
!/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/**

2025-08-20T21:46:26.8686468Z   show-summary: true
2025-08-20T21:46:26.8686691Z   push-to-registry: false
2025-08-20T21:46:26.8687097Z   github-token: ***
2025-08-20T21:46:26.8687303Z env:
2025-08-20T21:46:26.8687483Z   CROSS_COMPILING: NO
2025-08-20T21:46:26.8687706Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T21:46:26.8687957Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T21:46:26.8688177Z   ON_QEMU: NO
2025-08-20T21:46:26.8688356Z   DEBUG: 0
2025-08-20T21:46:26.8688546Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T21:46:26.8688780Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T21:46:26.8689090Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/navi/official
2025-08-20T21:46:26.8689395Z   KEEP_LOGS: YES
2025-08-20T21:46:26.8689595Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:46:26.8689808Z   PKG_FAMILY_LOCAL: navi
2025-08-20T21:46:26.8690018Z   SBUILD_REBUILD: false
2025-08-20T21:46:26.8690547Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/navi/static.official.source.yaml
2025-08-20T21:46:26.8691108Z   BUILD_SYS: docker://rust
2025-08-20T21:46:26.8691346Z   BUILD_ON_HOST: FALSE
2025-08-20T21:46:26.8691548Z   BUILD_SYSTEM: DOCKER
2025-08-20T21:46:26.8691746Z   SYSTMP: /tmp
2025-08-20T21:46:26.8691931Z   GHA_MODE: MATRIX
2025-08-20T21:46:26.8692555Z   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-20T21:46:26.8693082Z   INPUT_SBUILD: /tmp/pkgforge/2aKMzNEjr_build.yaml
2025-08-20T21:46:26.8693432Z   BUILD_DIR: /tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml
2025-08-20T21:46:26.8693838Z   SBUILD_OUTDIR: /tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR
2025-08-20T21:46:26.8694335Z   SBUILD_TMPDIR: /tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T21:46:26.8694720Z   PKG_TYPE: static
2025-08-20T21:46:26.8694921Z   SBUILD_SUCCESSFUL: YES
2025-08-20T21:46:26.8695154Z   SBUILD_PKGVER: HEAD-b01291e-250818T191259
2025-08-20T21:46:26.8695542Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17108390879
2025-08-20T21:46:26.8695911Z   BUILD_ID: 17108390879
2025-08-20T21:46:26.8696109Z   PKG_NAME: navi
2025-08-20T21:46:26.8696307Z   PKG_DATE: 2025-08-20T21:45:57Z
2025-08-20T21:46:26.8696558Z   PKG_VERSION: HEAD-b01291e-250818T191259
2025-08-20T21:46:26.8697020Z   PKG_VERSION_UPSTREAM: 2.24.0
2025-08-20T21:46:26.8697327Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/navi/official/navi
2025-08-20T21:46:26.8697681Z   GHCRPKG_TAG: HEAD-b01291e-250818T191259-x86_64-linux
2025-08-20T21:46:26.8698121Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/navi/official/navi
2025-08-20T21:46:26.8698559Z   PKG_SRCURL: https://github.com/denisidoro/navi
2025-08-20T21:46:26.8698848Z   PUSH_SUCCESSFUL: YES
2025-08-20T21:46:26.8699129Z   GHCRPKG_TAG_SRCBUILD: HEAD-b01291e-250818T191259-x86_64-linux
2025-08-20T21:46:26.8699602Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/navi/official/navi-srcbuild-17108390879
2025-08-20T21:46:26.8700017Z   UTC_TIME: 2025_08_20T09_46_25_PM
2025-08-20T21:46:26.8700289Z ##[endgroup]
2025-08-20T21:46:26.8775587Z ##[group]Run actions/attest-build-provenance/predicate@1176ef556905f349f669722abf30bce1a6e16e01
2025-08-20T21:46:26.8776043Z env:
2025-08-20T21:46:26.8776226Z   CROSS_COMPILING: NO
2025-08-20T21:46:26.8776463Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T21:46:26.8776695Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T21:46:26.8776914Z   ON_QEMU: NO
2025-08-20T21:46:26.8777091Z   DEBUG: 0
2025-08-20T21:46:26.8777274Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T21:46:26.8777501Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T21:46:26.8777986Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/navi/official
2025-08-20T21:46:26.8778308Z   KEEP_LOGS: YES
2025-08-20T21:46:26.8778501Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:46:26.8778716Z   PKG_FAMILY_LOCAL: navi
2025-08-20T21:46:26.8778924Z   SBUILD_REBUILD: false
2025-08-20T21:46:26.8779460Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/navi/static.official.source.yaml
2025-08-20T21:46:26.8780033Z   BUILD_SYS: docker://rust
2025-08-20T21:46:26.8780254Z   BUILD_ON_HOST: FALSE
2025-08-20T21:46:26.8780454Z   BUILD_SYSTEM: DOCKER
2025-08-20T21:46:26.8780649Z   SYSTMP: /tmp
2025-08-20T21:46:26.8780833Z   GHA_MODE: MATRIX
2025-08-20T21:46:26.8781275Z   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-20T21:46:26.8781793Z   INPUT_SBUILD: /tmp/pkgforge/2aKMzNEjr_build.yaml
2025-08-20T21:46:26.8782129Z   BUILD_DIR: /tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml
2025-08-20T21:46:26.8782715Z   SBUILD_OUTDIR: /tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR
2025-08-20T21:46:26.8783212Z   SBUILD_TMPDIR: /tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T21:46:26.8783600Z   PKG_TYPE: static
2025-08-20T21:46:26.8783799Z   SBUILD_SUCCESSFUL: YES
2025-08-20T21:46:26.8784030Z   SBUILD_PKGVER: HEAD-b01291e-250818T191259
2025-08-20T21:46:26.8784421Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17108390879
2025-08-20T21:46:26.8784790Z   BUILD_ID: 17108390879
2025-08-20T21:46:26.8784989Z   PKG_NAME: navi
2025-08-20T21:46:26.8785185Z   PKG_DATE: 2025-08-20T21:45:57Z
2025-08-20T21:46:26.8785440Z   PKG_VERSION: HEAD-b01291e-250818T191259
2025-08-20T21:46:26.8785708Z   PKG_VERSION_UPSTREAM: 2.24.0
2025-08-20T21:46:26.8786003Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/navi/official/navi
2025-08-20T21:46:26.8786357Z   GHCRPKG_TAG: HEAD-b01291e-250818T191259-x86_64-linux
2025-08-20T21:46:26.8786791Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/navi/official/navi
2025-08-20T21:46:26.8787225Z   PKG_SRCURL: https://github.com/denisidoro/navi
2025-08-20T21:46:26.8787506Z   PUSH_SUCCESSFUL: YES
2025-08-20T21:46:26.8787789Z   GHCRPKG_TAG_SRCBUILD: HEAD-b01291e-250818T191259-x86_64-linux
2025-08-20T21:46:26.8788260Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/navi/official/navi-srcbuild-17108390879
2025-08-20T21:46:26.8788669Z   UTC_TIME: 2025_08_20T09_46_25_PM
2025-08-20T21:46:26.8788903Z ##[endgroup]
2025-08-20T21:46:27.2322032Z ##[group]Run actions/attest@ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc
2025-08-20T21:46:27.2322619Z with:
2025-08-20T21:46:27.2323309Z   subject-path: "/tmp/BUILD.log"
"/tmp/BUILD_ARTIFACTS.zstd"
/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/**
!/tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/**

2025-08-20T21:46:27.2324340Z   subject-name: navi-17108390879-HEAD-b01291e-250818T191259-x86_64-linux
2025-08-20T21:46:27.2324744Z   predicate-type: https://slsa.dev/provenance/v1
2025-08-20T21:46:27.2327408Z   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/17108390879/attempts/1"}}}
2025-08-20T21:46:27.2330050Z   push-to-registry: false
2025-08-20T21:46:27.2330289Z   show-summary: true
2025-08-20T21:46:27.2330781Z   github-token: ***
2025-08-20T21:46:27.2331131Z env:
2025-08-20T21:46:27.2331340Z   CROSS_COMPILING: NO
2025-08-20T21:46:27.2331566Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T21:46:27.2331797Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T21:46:27.2332017Z   ON_QEMU: NO
2025-08-20T21:46:27.2332197Z   DEBUG: 0
2025-08-20T21:46:27.2332619Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T21:46:27.2332853Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T21:46:27.2333141Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/navi/official
2025-08-20T21:46:27.2333446Z   KEEP_LOGS: YES
2025-08-20T21:46:27.2333641Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:46:27.2333854Z   PKG_FAMILY_LOCAL: navi
2025-08-20T21:46:27.2334065Z   SBUILD_REBUILD: false
2025-08-20T21:46:27.2334604Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/navi/static.official.source.yaml
2025-08-20T21:46:27.2335167Z   BUILD_SYS: docker://rust
2025-08-20T21:46:27.2335392Z   BUILD_ON_HOST: FALSE
2025-08-20T21:46:27.2335601Z   BUILD_SYSTEM: DOCKER
2025-08-20T21:46:27.2335816Z   SYSTMP: /tmp
2025-08-20T21:46:27.2336003Z   GHA_MODE: MATRIX
2025-08-20T21:46:27.2336447Z   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-20T21:46:27.2336977Z   INPUT_SBUILD: /tmp/pkgforge/2aKMzNEjr_build.yaml
2025-08-20T21:46:27.2337309Z   BUILD_DIR: /tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml
2025-08-20T21:46:27.2337708Z   SBUILD_OUTDIR: /tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR
2025-08-20T21:46:27.2338213Z   SBUILD_TMPDIR: /tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T21:46:27.2338601Z   PKG_TYPE: static
2025-08-20T21:46:27.2338802Z   SBUILD_SUCCESSFUL: YES
2025-08-20T21:46:27.2339044Z   SBUILD_PKGVER: HEAD-b01291e-250818T191259
2025-08-20T21:46:27.2339436Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17108390879
2025-08-20T21:46:27.2339806Z   BUILD_ID: 17108390879
2025-08-20T21:46:27.2340008Z   PKG_NAME: navi
2025-08-20T21:46:27.2340221Z   PKG_DATE: 2025-08-20T21:45:57Z
2025-08-20T21:46:27.2340480Z   PKG_VERSION: HEAD-b01291e-250818T191259
2025-08-20T21:46:27.2340745Z   PKG_VERSION_UPSTREAM: 2.24.0
2025-08-20T21:46:27.2341043Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/navi/official/navi
2025-08-20T21:46:27.2341399Z   GHCRPKG_TAG: HEAD-b01291e-250818T191259-x86_64-linux
2025-08-20T21:46:27.2341823Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/navi/official/navi
2025-08-20T21:46:27.2342435Z   PKG_SRCURL: https://github.com/denisidoro/navi
2025-08-20T21:46:27.2342751Z   PUSH_SUCCESSFUL: YES
2025-08-20T21:46:27.2343029Z   GHCRPKG_TAG_SRCBUILD: HEAD-b01291e-250818T191259-x86_64-linux
2025-08-20T21:46:27.2343671Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/navi/official/navi-srcbuild-17108390879
2025-08-20T21:46:27.2344090Z   UTC_TIME: 2025_08_20T09_46_25_PM
2025-08-20T21:46:27.2344327Z ##[endgroup]
2025-08-20T21:46:28.5781348Z Attestation created for 18 subjects
2025-08-20T21:46:28.5786002Z ##[group][36mAttestation signed using certificate from Public Good Sigstore instance[39m
2025-08-20T21:46:28.5787916Z -----BEGIN CERTIFICATE-----
2025-08-20T21:46:28.5788554Z MIIG8DCCBnWgAwIBAgIUJluDfFWH4l+XaTG6Ne0iwN50F2QwCgYIKoZIzj0EAwMw
2025-08-20T21:46:28.5789425Z NzEVMBMGA1UEChMMc2lnc3RvcmUuZGV2MR4wHAYDVQQDExVzaWdzdG9yZS1pbnRl
2025-08-20T21:46:28.5790289Z cm1lZGlhdGUwHhcNMjUwODIwMjE0NjI3WhcNMjUwODIwMjE1NjI3WjAAMFkwEwYH
2025-08-20T21:46:28.5791114Z KoZIzj0CAQYIKoZIzj0DAQcDQgAEereJY2P2mghiOD2hfC5xu/zM8zjv8t+IgdaN
2025-08-20T21:46:28.5791913Z HKWLO2yRhBkb8dHv4b1fHaq/y/liv9qabPQ5gM7UVQnwZfT+LKOCBZQwggWQMA4G
2025-08-20T21:46:28.5792907Z A1UdDwEB/wQEAwIHgDATBgNVHSUEDDAKBggrBgEFBQcDAzAdBgNVHQ4EFgQUvPo8
2025-08-20T21:46:28.5793756Z /RFeK2RWaNAjBks5x0j9ulQwHwYDVR0jBBgwFoAU39Ppz1YkEZb5qNjpKFWixi4Y
2025-08-20T21:46:28.5794580Z ZD8wZwYDVR0RAQH/BF0wW4ZZaHR0cHM6Ly9naXRodWIuY29tL3BrZ2ZvcmdlL2Jp
2025-08-20T21:46:28.5795393Z bmNhY2hlLy5naXRodWIvd29ya2Zsb3dzL21hdHJpeF9idWlsZHMueWFtbEByZWZz
2025-08-20T21:46:28.5796500Z L2hlYWRzL21haW4wOQYKKwYBBAGDvzABAQQraHR0cHM6Ly90b2tlbi5hY3Rpb25z
2025-08-20T21:46:28.5797317Z LmdpdGh1YnVzZXJjb250ZW50LmNvbTAfBgorBgEEAYO/MAECBBF3b3JrZmxvd19k
2025-08-20T21:46:28.5798105Z aXNwYXRjaDA2BgorBgEEAYO/MAEDBCgzMzhhM2JhZTFiYWIwNWFiYTBhZDRiZmU1
2025-08-20T21:46:28.5798927Z NTgwZDgyZWVhYjNmMjFkMDAGCisGAQQBg78wAQQEIvCfp7Dwn5ug77iPIEJ1aWxk
2025-08-20T21:46:28.5799781Z IFBhY2thZ2Ug8J+TpvCfk4AwHwYKKwYBBAGDvzABBQQRcGtnZm9yZ2UvYmluY2Fj
2025-08-20T21:46:28.5800642Z aGUwHQYKKwYBBAGDvzABBgQPcmVmcy9oZWFkcy9tYWluMDsGCisGAQQBg78wAQgE
2025-08-20T21:46:28.5801481Z LQwraHR0cHM6Ly90b2tlbi5hY3Rpb25zLmdpdGh1YnVzZXJjb250ZW50LmNvbTBp
2025-08-20T21:46:28.5802507Z BgorBgEEAYO/MAEJBFsMWWh0dHBzOi8vZ2l0aHViLmNvbS9wa2dmb3JnZS9iaW5j
2025-08-20T21:46:28.5803356Z YWNoZS8uZ2l0aHViL3dvcmtmbG93cy9tYXRyaXhfYnVpbGRzLnlhbWxAcmVmcy9o
2025-08-20T21:46:28.5804193Z ZWFkcy9tYWluMDgGCisGAQQBg78wAQoEKgwoMzM4YTNiYWUxYmFiMDVhYmEwYWQ0
2025-08-20T21:46:28.5805026Z YmZlNTU4MGQ4MmVlYWIzZjIxZDAdBgorBgEEAYO/MAELBA8MDWdpdGh1Yi1ob3N0
2025-08-20T21:46:28.5805871Z ZWQwNAYKKwYBBAGDvzABDAQmDCRodHRwczovL2dpdGh1Yi5jb20vcGtnZm9yZ2Uv
2025-08-20T21:46:28.5806736Z YmluY2FjaGUwOAYKKwYBBAGDvzABDQQqDCgzMzhhM2JhZTFiYWIwNWFiYTBhZDRi
2025-08-20T21:46:28.5807593Z ZmU1NTgwZDgyZWVhYjNmMjFkMB8GCisGAQQBg78wAQ4EEQwPcmVmcy9oZWFkcy9t
2025-08-20T21:46:28.5808448Z YWluMBkGCisGAQQBg78wAQ8ECwwJODgzNjU1MjMwMCsGCisGAQQBg78wARAEHQwb
2025-08-20T21:46:28.5809298Z aHR0cHM6Ly9naXRodWIuY29tL3BrZ2ZvcmdlMBkGCisGAQQBg78wAREECwwJMTg3
2025-08-20T21:46:28.5810181Z Mjc1MzQzMGkGCisGAQQBg78wARIEWwxZaHR0cHM6Ly9naXRodWIuY29tL3BrZ2Zv
2025-08-20T21:46:28.5811061Z cmdlL2JpbmNhY2hlLy5naXRodWIvd29ya2Zsb3dzL21hdHJpeF9idWlsZHMueWFt
2025-08-20T21:46:28.5811917Z bEByZWZzL2hlYWRzL21haW4wOAYKKwYBBAGDvzABEwQqDCgzMzhhM2JhZTFiYWIw
2025-08-20T21:46:28.5812973Z NWFiYTBhZDRiZmU1NTgwZDgyZWVhYjNmMjFkMCEGCisGAQQBg78wARQEEwwRd29y
2025-08-20T21:46:28.5813835Z a2Zsb3dfZGlzcGF0Y2gwWAYKKwYBBAGDvzABFQRKDEhodHRwczovL2dpdGh1Yi5j
2025-08-20T21:46:28.5814678Z b20vcGtnZm9yZ2UvYmluY2FjaGUvYWN0aW9ucy9ydW5zLzE3MTA4MzkwODc5L2F0
2025-08-20T21:46:28.5815544Z dGVtcHRzLzEwFgYKKwYBBAGDvzABFgQIDAZwdWJsaWMwgYoGCisGAQQB1nkCBAIE
2025-08-20T21:46:28.5816424Z fAR6AHgAdgDdPTBqxscRMmMZHhyZZzcCokpeuN48rf+HinKALynujgAAAZjJcpqm
2025-08-20T21:46:28.5817261Z AAAEAwBHMEUCIEmeh9WQN1wmHTPE9f6KULbGmNFkxGOcv02C40+d+yORAiEAyCQH
2025-08-20T21:46:28.5818085Z lEWl5irsZ+0Ds1/vfQmuDJl2YvZmVLbIiSswlKEwCgYIKoZIzj0EAwMDaQAwZgIx
2025-08-20T21:46:28.5818868Z AL0vzX8j7nFS/+a+GghpF+yeG+D+YLqPTmWebM6etoD5DHp/c5iit/j24C+jxvxa
2025-08-20T21:46:28.5819663Z ugIxAKM5RKdXKXg8Lopp4v0T4UTT57tj6q3CtV2MWfpuewfB2Jq+UouwoiGIGOxW
2025-08-20T21:46:28.5820276Z gPQ7Sg==
2025-08-20T21:46:28.5820584Z -----END CERTIFICATE-----
2025-08-20T21:46:28.5820834Z 
2025-08-20T21:46:28.5821463Z ##[endgroup]
2025-08-20T21:46:28.5822646Z [36mAttestation signature uploaded to Rekor transparency log[39m
2025-08-20T21:46:28.5823332Z https://search.sigstore.dev?logIndex=414456506
2025-08-20T21:46:28.5823960Z [36mAttestation uploaded to repository[39m
2025-08-20T21:46:28.5824538Z https://github.com/pkgforge/bincache/attestations/9874690
2025-08-20T21:46:28.6635118Z ##[group]Run ##Presets
2025-08-20T21:46:28.6635388Z [36;1m##Presets[0m
2025-08-20T21:46:28.6635602Z [36;1mset +x ; set +e[0m
2025-08-20T21:46:28.6635820Z [36;1m#-------------#[0m
2025-08-20T21:46:28.6636035Z [36;1m##Debug?[0m
2025-08-20T21:46:28.6636286Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T21:46:28.6636591Z [36;1m  set -x[0m
2025-08-20T21:46:28.6636785Z [36;1mfi[0m
2025-08-20T21:46:28.6636969Z [36;1m#-------------#[0m
2025-08-20T21:46:28.6637286Z [36;1mif [[ "${GHA_BUILD_FAILED}" == "YES" || "${SBUILD_SUCCESSFUL}" == "NO" ]]; then[0m
2025-08-20T21:46:28.6637816Z [36;1m  echo -e "\n[-] FATAL: Failed to Successfully Build ghcr.io/pkgforge/bincache/navi/official"[0m
2025-08-20T21:46:28.6638249Z [36;1m exit 1[0m
2025-08-20T21:46:28.6638438Z [36;1mfi[0m
2025-08-20T21:46:28.6686771Z shell: /usr/bin/bash -e {0}
2025-08-20T21:46:28.6687017Z env:
2025-08-20T21:46:28.6687199Z   CROSS_COMPILING: NO
2025-08-20T21:46:28.6687448Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T21:46:28.6687681Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T21:46:28.6687906Z   ON_QEMU: NO
2025-08-20T21:46:28.6688085Z   DEBUG: 0
2025-08-20T21:46:28.6688267Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T21:46:28.6688495Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T21:46:28.6688776Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/navi/official
2025-08-20T21:46:28.6689077Z   KEEP_LOGS: YES
2025-08-20T21:46:28.6689272Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:46:28.6689487Z   PKG_FAMILY_LOCAL: navi
2025-08-20T21:46:28.6689697Z   SBUILD_REBUILD: false
2025-08-20T21:46:28.6690231Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/navi/static.official.source.yaml
2025-08-20T21:46:28.6690801Z   BUILD_SYS: docker://rust
2025-08-20T21:46:28.6691025Z   BUILD_ON_HOST: FALSE
2025-08-20T21:46:28.6691237Z   BUILD_SYSTEM: DOCKER
2025-08-20T21:46:28.6691432Z   SYSTMP: /tmp
2025-08-20T21:46:28.6691616Z   GHA_MODE: MATRIX
2025-08-20T21:46:28.6692057Z   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-20T21:46:28.6692739Z   INPUT_SBUILD: /tmp/pkgforge/2aKMzNEjr_build.yaml
2025-08-20T21:46:28.6693077Z   BUILD_DIR: /tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml
2025-08-20T21:46:28.6693479Z   SBUILD_OUTDIR: /tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR
2025-08-20T21:46:28.6693990Z   SBUILD_TMPDIR: /tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T21:46:28.6694376Z   PKG_TYPE: static
2025-08-20T21:46:28.6694575Z   SBUILD_SUCCESSFUL: YES
2025-08-20T21:46:28.6694808Z   SBUILD_PKGVER: HEAD-b01291e-250818T191259
2025-08-20T21:46:28.6695207Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17108390879
2025-08-20T21:46:28.6695580Z   BUILD_ID: 17108390879
2025-08-20T21:46:28.6695784Z   PKG_NAME: navi
2025-08-20T21:46:28.6695986Z   PKG_DATE: 2025-08-20T21:45:57Z
2025-08-20T21:46:28.6696247Z   PKG_VERSION: HEAD-b01291e-250818T191259
2025-08-20T21:46:28.6696515Z   PKG_VERSION_UPSTREAM: 2.24.0
2025-08-20T21:46:28.6696810Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/navi/official/navi
2025-08-20T21:46:28.6697158Z   GHCRPKG_TAG: HEAD-b01291e-250818T191259-x86_64-linux
2025-08-20T21:46:28.6697581Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/navi/official/navi
2025-08-20T21:46:28.6698020Z   PKG_SRCURL: https://github.com/denisidoro/navi
2025-08-20T21:46:28.6698297Z   PUSH_SUCCESSFUL: YES
2025-08-20T21:46:28.6698570Z   GHCRPKG_TAG_SRCBUILD: HEAD-b01291e-250818T191259-x86_64-linux
2025-08-20T21:46:28.6699036Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/navi/official/navi-srcbuild-17108390879
2025-08-20T21:46:28.6699620Z   UTC_TIME: 2025_08_20T09_46_25_PM
2025-08-20T21:46:28.6699858Z ##[endgroup]
2025-08-20T21:46:28.6791025Z ##[group]Run ##Presets
2025-08-20T21:46:28.6791294Z [36;1m##Presets[0m
2025-08-20T21:46:28.6791502Z [36;1mset +x ; set +e[0m
2025-08-20T21:46:28.6791727Z [36;1m#-------------#[0m
2025-08-20T21:46:28.6791936Z [36;1m##Debug?[0m
2025-08-20T21:46:28.6792185Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T21:46:28.6792768Z [36;1m  set -x[0m
2025-08-20T21:46:28.6792965Z [36;1mfi[0m
2025-08-20T21:46:28.6793149Z [36;1m#-------------#[0m
2025-08-20T21:46:28.6793401Z [36;1mif [[ "${PUSH_SUCCESSFUL}" == "NO" ]]; then[0m
2025-08-20T21:46:28.6793867Z [36;1m  echo -e "\n[-] FATAL: Failed to Successfully Push ==> ghcr.io/pkgforge/bincache/navi/official"[0m
2025-08-20T21:46:28.6794304Z [36;1m exit 1[0m
2025-08-20T21:46:28.6794495Z [36;1mfi[0m
2025-08-20T21:46:28.6839459Z shell: /usr/bin/bash -e {0}
2025-08-20T21:46:28.6839697Z env:
2025-08-20T21:46:28.6839892Z   CROSS_COMPILING: NO
2025-08-20T21:46:28.6840114Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T21:46:28.6840369Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T21:46:28.6840589Z   ON_QEMU: NO
2025-08-20T21:46:28.6840767Z   DEBUG: 0
2025-08-20T21:46:28.6840950Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T21:46:28.6841176Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T21:46:28.6841458Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/navi/official
2025-08-20T21:46:28.6841764Z   KEEP_LOGS: YES
2025-08-20T21:46:28.6841960Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:46:28.6842171Z   PKG_FAMILY_LOCAL: navi
2025-08-20T21:46:28.6842584Z   SBUILD_REBUILD: false
2025-08-20T21:46:28.6843129Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/navi/static.official.source.yaml
2025-08-20T21:46:28.6843695Z   BUILD_SYS: docker://rust
2025-08-20T21:46:28.6843920Z   BUILD_ON_HOST: FALSE
2025-08-20T21:46:28.6844123Z   BUILD_SYSTEM: DOCKER
2025-08-20T21:46:28.6844330Z   SYSTMP: /tmp
2025-08-20T21:46:28.6844517Z   GHA_MODE: MATRIX
2025-08-20T21:46:28.6844959Z   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-20T21:46:28.6845477Z   INPUT_SBUILD: /tmp/pkgforge/2aKMzNEjr_build.yaml
2025-08-20T21:46:28.6845805Z   BUILD_DIR: /tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml
2025-08-20T21:46:28.6846197Z   SBUILD_OUTDIR: /tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR
2025-08-20T21:46:28.6846692Z   SBUILD_TMPDIR: /tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T21:46:28.6847074Z   PKG_TYPE: static
2025-08-20T21:46:28.6847269Z   SBUILD_SUCCESSFUL: YES
2025-08-20T21:46:28.6847508Z   SBUILD_PKGVER: HEAD-b01291e-250818T191259
2025-08-20T21:46:28.6847905Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17108390879
2025-08-20T21:46:28.6848272Z   BUILD_ID: 17108390879
2025-08-20T21:46:28.6848469Z   PKG_NAME: navi
2025-08-20T21:46:28.6848675Z   PKG_DATE: 2025-08-20T21:45:57Z
2025-08-20T21:46:28.6848925Z   PKG_VERSION: HEAD-b01291e-250818T191259
2025-08-20T21:46:28.6849190Z   PKG_VERSION_UPSTREAM: 2.24.0
2025-08-20T21:46:28.6849484Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/navi/official/navi
2025-08-20T21:46:28.6849832Z   GHCRPKG_TAG: HEAD-b01291e-250818T191259-x86_64-linux
2025-08-20T21:46:28.6850247Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/navi/official/navi
2025-08-20T21:46:28.6850674Z   PKG_SRCURL: https://github.com/denisidoro/navi
2025-08-20T21:46:28.6850952Z   PUSH_SUCCESSFUL: YES
2025-08-20T21:46:28.6851226Z   GHCRPKG_TAG_SRCBUILD: HEAD-b01291e-250818T191259-x86_64-linux
2025-08-20T21:46:28.6851700Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/navi/official/navi-srcbuild-17108390879
2025-08-20T21:46:28.6852108Z   UTC_TIME: 2025_08_20T09_46_25_PM
2025-08-20T21:46:28.6852561Z ##[endgroup]
2025-08-20T21:46:28.6940538Z ##[group]Run ##Presets
2025-08-20T21:46:28.6940805Z [36;1m##Presets[0m
2025-08-20T21:46:28.6941019Z [36;1mset +x ; set +e[0m
2025-08-20T21:46:28.6941426Z [36;1m#-------------#[0m
2025-08-20T21:46:28.6941635Z [36;1m##Debug?[0m
2025-08-20T21:46:28.6941888Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T21:46:28.6942192Z [36;1m  set -x[0m
2025-08-20T21:46:28.6942640Z [36;1mfi[0m
2025-08-20T21:46:28.6942826Z [36;1m#-------------#[0m
2025-08-20T21:46:28.6943190Z [36;1m[[ -f "/tmp/GHA_CI_STATUS" && -w "/tmp/GHA_CI_STATUS" ]] && echo "" > "/tmp/GHA_CI_STATUS"[0m
2025-08-20T21:46:28.6943601Z [36;1mif [[ -d "/tmp" && -w "/tmp" ]]; then[0m
2025-08-20T21:46:28.6943912Z [36;1m  echo "EXITED" | tee "/tmp/GHA_CI_STATUS"[0m
2025-08-20T21:46:28.6944182Z [36;1mfi[0m
2025-08-20T21:46:28.6987393Z shell: /usr/bin/bash -e {0}
2025-08-20T21:46:28.6987630Z env:
2025-08-20T21:46:28.6987817Z   CROSS_COMPILING: NO
2025-08-20T21:46:28.6988082Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T21:46:28.6988318Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T21:46:28.6988536Z   ON_QEMU: NO
2025-08-20T21:46:28.6988720Z   DEBUG: 0
2025-08-20T21:46:28.6988904Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T21:46:28.6989132Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T21:46:28.6989421Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/navi/official
2025-08-20T21:46:28.6989724Z   KEEP_LOGS: YES
2025-08-20T21:46:28.6989918Z   GITHUB_TEST_BUILD: YES
2025-08-20T21:46:28.6990133Z   PKG_FAMILY_LOCAL: navi
2025-08-20T21:46:28.6990339Z   SBUILD_REBUILD: false
2025-08-20T21:46:28.6990877Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/navi/static.official.source.yaml
2025-08-20T21:46:28.6991441Z   BUILD_SYS: docker://rust
2025-08-20T21:46:28.6991665Z   BUILD_ON_HOST: FALSE
2025-08-20T21:46:28.6991870Z   BUILD_SYSTEM: DOCKER
2025-08-20T21:46:28.6992077Z   SYSTMP: /tmp
2025-08-20T21:46:28.6992493Z   GHA_MODE: MATRIX
2025-08-20T21:46:28.6992952Z   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-20T21:46:28.6993474Z   INPUT_SBUILD: /tmp/pkgforge/2aKMzNEjr_build.yaml
2025-08-20T21:46:28.6993807Z   BUILD_DIR: /tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml
2025-08-20T21:46:28.6994202Z   SBUILD_OUTDIR: /tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR
2025-08-20T21:46:28.6994690Z   SBUILD_TMPDIR: /tmp/pkgforge/Xa3PQnH_2aKMzNEjr_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T21:46:28.6995074Z   PKG_TYPE: static
2025-08-20T21:46:28.6995268Z   SBUILD_SUCCESSFUL: YES
2025-08-20T21:46:28.6995501Z   SBUILD_PKGVER: HEAD-b01291e-250818T191259
2025-08-20T21:46:28.6995884Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17108390879
2025-08-20T21:46:28.6996254Z   BUILD_ID: 17108390879
2025-08-20T21:46:28.6996454Z   PKG_NAME: navi
2025-08-20T21:46:28.6996653Z   PKG_DATE: 2025-08-20T21:45:57Z
2025-08-20T21:46:28.6996901Z   PKG_VERSION: HEAD-b01291e-250818T191259
2025-08-20T21:46:28.6997164Z   PKG_VERSION_UPSTREAM: 2.24.0
2025-08-20T21:46:28.6997456Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/navi/official/navi
2025-08-20T21:46:28.6997811Z   GHCRPKG_TAG: HEAD-b01291e-250818T191259-x86_64-linux
2025-08-20T21:46:28.6998236Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/x86_64-linux/navi/official/navi
2025-08-20T21:46:28.6998664Z   PKG_SRCURL: https://github.com/denisidoro/navi
2025-08-20T21:46:28.6998941Z   PUSH_SUCCESSFUL: YES
2025-08-20T21:46:28.6999218Z   GHCRPKG_TAG_SRCBUILD: HEAD-b01291e-250818T191259-x86_64-linux
2025-08-20T21:46:28.6999683Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/navi/official/navi-srcbuild-17108390879
2025-08-20T21:46:28.7000094Z   UTC_TIME: 2025_08_20T09_46_25_PM
2025-08-20T21:46:28.7000326Z ##[endgroup]
2025-08-20T21:46:28.7074569Z EXITED
2025-08-20T21:46:28.7119149Z Cleaning up orphan processes
