﻿2025-08-20T22:13:38.2529888Z Current runner version: '2.328.0'
2025-08-20T22:13:38.2555028Z ##[group]Runner Image Provisioner
2025-08-20T22:13:38.2555835Z Hosted Compute Agent
2025-08-20T22:13:38.2556434Z Version: 20250818.377
2025-08-20T22:13:38.2557205Z Commit: 3c593e9f75fe0b87e893bca80d6e12ba089c61fc
2025-08-20T22:13:38.2557908Z Build Date: 2025-08-18T14:52:18Z
2025-08-20T22:13:38.2558608Z ##[endgroup]
2025-08-20T22:13:38.2559155Z ##[group]Operating System
2025-08-20T22:13:38.2559717Z Ubuntu
2025-08-20T22:13:38.2560253Z 24.04.2
2025-08-20T22:13:38.2561015Z LTS
2025-08-20T22:13:38.2561528Z ##[endgroup]
2025-08-20T22:13:38.2562174Z ##[group]Runner Image
2025-08-20T22:13:38.2562756Z Image: ubuntu-24.04
2025-08-20T22:13:38.2563341Z Version: 20250810.1.0
2025-08-20T22:13:38.2564400Z Included Software: https://github.com/actions/runner-images/blob/ubuntu24/20250810.1/images/ubuntu/Ubuntu2404-Readme.md
2025-08-20T22:13:38.2566073Z Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu24%2F20250810.1
2025-08-20T22:13:38.2567134Z ##[endgroup]
2025-08-20T22:13:38.2568464Z ##[group]GITHUB_TOKEN Permissions
2025-08-20T22:13:38.2570867Z Attestations: write
2025-08-20T22:13:38.2571565Z Contents: write
2025-08-20T22:13:38.2572148Z Metadata: read
2025-08-20T22:13:38.2572693Z Packages: write
2025-08-20T22:13:38.2573291Z ##[endgroup]
2025-08-20T22:13:38.2575428Z Secret source: Actions
2025-08-20T22:13:38.2576146Z Prepare workflow directory
2025-08-20T22:13:38.2892189Z Prepare all required actions
2025-08-20T22:13:38.2929594Z Getting action download info
2025-08-20T22:13:38.5966016Z Download action repository 'docker/setup-qemu-action@v3' (SHA:29109295f81e9208d7d86ff1c6c12d2833863392)
2025-08-20T22:13:38.9300217Z Download action repository 'docker/setup-buildx-action@v3' (SHA:e468171a9de216ec08956ac3ada2f0791b6bd435)
2025-08-20T22:13:39.2633824Z Download action repository 'actions/upload-artifact@v4' (SHA:ea165f8d65b6e75b540449e92b4886f43607fa02)
2025-08-20T22:13:39.3745170Z Download action repository 'actions/attest-build-provenance@v2.4.0' (SHA:e8998f949152b193b063cb0ec769d69d929409be)
2025-08-20T22:13:39.7297325Z Getting action download info
2025-08-20T22:13:39.8595538Z Download action repository 'actions/attest-build-provenance@1176ef556905f349f669722abf30bce1a6e16e01' (SHA:1176ef556905f349f669722abf30bce1a6e16e01)
2025-08-20T22:13:40.1124423Z Download action repository 'actions/attest@ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc' (SHA:ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc)
2025-08-20T22:13:40.3679977Z Complete job name: x86_64-Linux ==> (ghcr.io/pkgforge/bincache/ripgen/official)
2025-08-20T22:13:40.4288728Z ##[group]Run ##Presets
2025-08-20T22:13:40.4289255Z [36;1m##Presets[0m
2025-08-20T22:13:40.4289676Z [36;1mset +x ; set +e[0m
2025-08-20T22:13:40.4290104Z [36;1m#-------------#[0m
2025-08-20T22:13:40.4290629Z [36;1mif [[ "$(uname -m | tr -d '[:space:]')" == "aarch64" ]]; then[0m
2025-08-20T22:13:40.4291447Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "aarch64-Linux" ]]; then[0m
2025-08-20T22:13:40.4292013Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T22:13:40.4292513Z [36;1m  fi[0m
2025-08-20T22:13:40.4292982Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "loongarch64" ]]; then[0m
2025-08-20T22:13:40.4293579Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "loongarch64-Linux" ]]; then[0m
2025-08-20T22:13:40.4294154Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T22:13:40.4294641Z [36;1m  fi[0m
2025-08-20T22:13:40.4295106Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "riscv64" ]]; then[0m
2025-08-20T22:13:40.4295717Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "riscv64-Linux" ]]; then[0m
2025-08-20T22:13:40.4296277Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T22:13:40.4296746Z [36;1m  fi[0m
2025-08-20T22:13:40.4297194Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "x86_64" ]]; then[0m
2025-08-20T22:13:40.4297861Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "x86_64-Linux" ]]; then[0m
2025-08-20T22:13:40.4298684Z [36;1m     if [[ "ALL" == "riscv64-Linux" ||\[0m
2025-08-20T22:13:40.4299184Z [36;1m           "ALL" == "loongarch64-Linux" ]]; then[0m
2025-08-20T22:13:40.4299700Z [36;1m       echo "CONTINUE_GHRUN=TRUE" >> "${GITHUB_ENV}"[0m
2025-08-20T22:13:40.4300169Z [36;1m     else[0m
2025-08-20T22:13:40.4300604Z [36;1m       echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T22:13:40.4301236Z [36;1m     fi[0m
2025-08-20T22:13:40.4301649Z [36;1m  fi[0m
2025-08-20T22:13:40.4302007Z [36;1mfi[0m
2025-08-20T22:13:40.4374083Z shell: /usr/bin/bash -e {0}
2025-08-20T22:13:40.4374809Z env:
2025-08-20T22:13:40.4375552Z   GH_TOKEN: ***
2025-08-20T22:13:40.4375942Z ##[endgroup]
2025-08-20T22:13:40.4682213Z ##[group]Run ##Presets
2025-08-20T22:13:40.4682865Z [36;1m##Presets[0m
2025-08-20T22:13:40.4683514Z [36;1mset +x ; set +e[0m
2025-08-20T22:13:40.4684032Z [36;1m#-------------#[0m
2025-08-20T22:13:40.4684704Z [36;1m# Check if any of the required secrets are missing[0m
2025-08-20T22:13:40.4685534Z [36;1mif [ -z "${RO_GHTOKEN##*[[:space:]]}" ] || [ -z "${RO_GLTOKEN##*[[:space:]]}" ] || [ -z "${MINISIGN_KEY##*[[:space:]]}" ]; then[0m
2025-08-20T22:13:40.4686325Z [36;1m  echo "::error::One or more required secrets are missing:"[0m
2025-08-20T22:13:40.4687086Z [36;1m  [ -z "${RO_GHTOKEN##*[[:space:]]}" ] && echo "- RO_GHTOKEN is missing"[0m
2025-08-20T22:13:40.4687793Z [36;1m  [ -z "${RO_GLTOKEN##*[[:space:]]}" ] && echo "- RO_GLTOKEN is missing"[0m
2025-08-20T22:13:40.4688530Z [36;1m  [ -z "${MINISIGN_KEY##*[[:space:]]}" ] && echo "- MINISIGN_KEY is missing"[0m
2025-08-20T22:13:40.4689201Z [36;1m  exit 1[0m
2025-08-20T22:13:40.4689664Z [36;1mfi[0m
2025-08-20T22:13:40.4734326Z shell: /usr/bin/bash -e {0}
2025-08-20T22:13:40.4734976Z env:
2025-08-20T22:13:40.4735688Z   RO_GHTOKEN: ***
2025-08-20T22:13:40.4736221Z   RO_GLTOKEN: ***
2025-08-20T22:13:40.4737800Z   MINISIGN_KEY: ***
2025-08-20T22:13:40.4738284Z ##[endgroup]
2025-08-20T22:13:40.4958975Z ##[group]Run ##Presets
2025-08-20T22:13:40.4959510Z [36;1m##Presets[0m
2025-08-20T22:13:40.4959894Z [36;1mset +x ; set +e[0m
2025-08-20T22:13:40.4960294Z [36;1m#-------------#[0m
2025-08-20T22:13:40.4961039Z [36;1m##Host Triplet[0m
2025-08-20T22:13:40.4961534Z [36;1m if [[ "x86_64-Linux" != "$(uname -m)-$(uname -s)" ]] ; then[0m
2025-08-20T22:13:40.4962043Z [36;1m   export CROSS_COMPILING="YES"[0m
2025-08-20T22:13:40.4962550Z [36;1m   export HOST_TRIPLET_R="$(uname -m)-$(uname -s)"[0m
2025-08-20T22:13:40.4963047Z [36;1m   export ON_QEMU="YES"[0m
2025-08-20T22:13:40.4963529Z [36;1m   if [[ "x86_64-Linux" == "loongarch64-Linux" ]] ; then[0m
2025-08-20T22:13:40.4964056Z [36;1m     export HOST_TRIPLET="loongarch64-Linux"[0m
2025-08-20T22:13:40.4964573Z [36;1m   elif [[ "x86_64-Linux" == "riscv64-Linux" ]] ; then[0m
2025-08-20T22:13:40.4965073Z [36;1m     export HOST_TRIPLET="riscv64-Linux"[0m
2025-08-20T22:13:40.4965518Z [36;1m   fi[0m
2025-08-20T22:13:40.4965994Z [36;1m elif [[ "x86_64-Linux" == "$(uname -m)-$(uname -s)" ]] ; then[0m
2025-08-20T22:13:40.4966523Z [36;1m   export CROSS_COMPILING="NO"[0m
2025-08-20T22:13:40.4967022Z [36;1m   export HOST_TRIPLET="$(uname -m)-$(uname -s)"[0m
2025-08-20T22:13:40.4967533Z [36;1m   export HOST_TRIPLET_R="${HOST_TRIPLET}"[0m
2025-08-20T22:13:40.4967995Z [36;1m   export ON_QEMU="NO"[0m
2025-08-20T22:13:40.4968386Z [36;1m fi[0m
2025-08-20T22:13:40.4968837Z [36;1m echo "CROSS_COMPILING=${CROSS_COMPILING}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:13:40.4969421Z [36;1m echo "HOST_TRIPLET=${HOST_TRIPLET}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:13:40.4969990Z [36;1m echo "HOST_TRIPLET_R=${HOST_TRIPLET_R}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:13:40.4970544Z [36;1m echo "ON_QEMU=${ON_QEMU}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:13:40.4971236Z [36;1m##Debug[0m
2025-08-20T22:13:40.4971622Z [36;1m if [[ "false" == "true" ]] ; then[0m
2025-08-20T22:13:40.4972067Z [36;1m   export DEBUG="1"[0m
2025-08-20T22:13:40.4972477Z [36;1m else[0m
2025-08-20T22:13:40.4972844Z [36;1m   export DEBUG="0"[0m
2025-08-20T22:13:40.4973446Z [36;1m fi[0m
2025-08-20T22:13:40.4973854Z [36;1m echo "DEBUG=${DEBUG}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:13:40.4974317Z [36;1m##Docker Platform[0m
2025-08-20T22:13:40.4974788Z [36;1m if echo "${HOST_TRIPLET}" | grep -qiE "aarch64"; then[0m
2025-08-20T22:13:40.4975290Z [36;1m   DOCKER_PLATFORM="linux/arm64"[0m
2025-08-20T22:13:40.4975802Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "loongarch64"; then[0m
2025-08-20T22:13:40.4976326Z [36;1m   DOCKER_PLATFORM="linux/loong64"[0m
2025-08-20T22:13:40.4976833Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "riscv64"; then[0m
2025-08-20T22:13:40.4977349Z [36;1m   DOCKER_PLATFORM="linux/riscv64"[0m
2025-08-20T22:13:40.4977861Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "x86_64"; then[0m
2025-08-20T22:13:40.4978366Z [36;1m   DOCKER_PLATFORM="linux/amd64"[0m
2025-08-20T22:13:40.4978790Z [36;1m fi[0m
2025-08-20T22:13:40.4979258Z [36;1m echo "DOCKER_PLATFORM_ARCH=${HOST_TRIPLET%%-*}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:13:40.4979884Z [36;1m echo "DOCKER_PLATFORM=${DOCKER_PLATFORM}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:13:40.4980386Z [36;1m##GHCRPKG_URL[0m
2025-08-20T22:13:40.4981245Z [36;1m GHCRPKG_LOCAL="$(echo "ghcr.io/pkgforge/bincache/ripgen/official" | tr '[:upper:]' '[:lower:]' | tr -d '[:space:]')"[0m
2025-08-20T22:13:40.4981960Z [36;1m export GHCRPKG_LOCAL[0m
2025-08-20T22:13:40.4982455Z [36;1m echo "GHCRPKG_LOCAL=${GHCRPKG_LOCAL}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:13:40.4982930Z [36;1m##Logs[0m
2025-08-20T22:13:40.4983310Z [36;1m if [[ "true" == "false" ]] ; then[0m
2025-08-20T22:13:40.4983754Z [36;1m   export KEEP_LOGS="NO"[0m
2025-08-20T22:13:40.4984156Z [36;1m else[0m
2025-08-20T22:13:40.4984529Z [36;1m   export KEEP_LOGS="YES"[0m
2025-08-20T22:13:40.4984972Z [36;1m   export GITHUB_TEST_BUILD="YES"[0m
2025-08-20T22:13:40.4985393Z [36;1m fi[0m
2025-08-20T22:13:40.4985989Z [36;1m echo "KEEP_LOGS=${KEEP_LOGS}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:13:40.4986567Z [36;1m echo "GITHUB_TEST_BUILD=${GITHUB_TEST_BUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:13:40.4987095Z [36;1m##PKG_FAMILY_LOCAL[0m
2025-08-20T22:13:40.4987636Z [36;1m PKG_FAMILY_LOCAL="$(echo "ripgen" | tr '[:upper:]' '[:lower:]' | tr -d '[:space:]')"[0m
2025-08-20T22:13:40.4988206Z [36;1m export PKG_FAMILY_LOCAL[0m
2025-08-20T22:13:40.4988716Z [36;1m echo "PKG_FAMILY_LOCAL=${PKG_FAMILY_LOCAL}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:13:40.4989221Z [36;1m##Rebuild[0m
2025-08-20T22:13:40.4989618Z [36;1m if [[ "false" == "false" ]] ; then[0m
2025-08-20T22:13:40.4990071Z [36;1m   export SBUILD_REBUILD="false"[0m
2025-08-20T22:13:40.4990492Z [36;1m else[0m
2025-08-20T22:13:40.4991037Z [36;1m   export SBUILD_REBUILD="true"[0m
2025-08-20T22:13:40.4991530Z [36;1m fi[0m
2025-08-20T22:13:40.4991975Z [36;1m echo "SBUILD_REBUILD=${SBUILD_REBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:13:40.4992468Z [36;1m ##SBUILD_URL[0m
2025-08-20T22:13:40.4993086Z [36;1m sudo curl -qfsSL "https://bin.pkgforge.dev/${HOST_TRIPLET_R}/yq" -o "/usr/local/bin/yq" && \[0m
2025-08-20T22:13:40.4993830Z [36;1m   sudo chmod 'a+x' "/usr/local/bin/yq" && command -v yq >/dev/null || exit 1[0m
2025-08-20T22:13:40.4994877Z [36;1m SBUILD_FILE_URL="$(echo "https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/ripgen/static.official.source.yaml" | tr -d '[:space:]')"[0m
2025-08-20T22:13:40.4995830Z [36;1m pushd "$(mktemp -d)" >/dev/null 2>&1[0m
2025-08-20T22:13:40.4996390Z [36;1m   curl -w "(SBUILD) <== %{url}\n" -fL "${SBUILD_FILE_URL}" -o "./SBUILD_INPUT"[0m
2025-08-20T22:13:40.4997021Z [36;1m   if [[ ! -s "./SBUILD_INPUT" || $(stat -c%s "./SBUILD_INPUT") -le 10 ]]; then[0m
2025-08-20T22:13:40.4997634Z [36;1m     echo -e "\n[✗] FATAL: Failed to Fetch ${SBUILD_FILE_URL}\n"[0m
2025-08-20T22:13:40.4998190Z [36;1m     echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T22:13:40.4998676Z [36;1m    exit 1[0m
2025-08-20T22:13:40.4999053Z [36;1m   else[0m
2025-08-20T22:13:40.4999431Z [36;1m     export SBUILD_FILE_URL[0m
2025-08-20T22:13:40.5000085Z [36;1m     echo "SBUILD_FILE_URL=${SBUILD_FILE_URL}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:13:40.5000605Z [36;1m    #Check for x_exec.host[0m
2025-08-20T22:13:40.5001337Z [36;1m     if yq e '.x_exec.host != null' "./SBUILD_INPUT" | grep -qi 'true'; then[0m
2025-08-20T22:13:40.5001866Z [36;1m      #check if supported[0m
2025-08-20T22:13:40.5002429Z [36;1m       if ! yq '.x_exec.host[]' "./SBUILD_INPUT" | grep -v '^#' | grep -qi "${HOST_TRIPLET,,}"; then[0m
2025-08-20T22:13:40.5003146Z [36;1m          echo -e "\n[✗] WARNING: SBUILD (./SBUILD_INPUT) is NOT Supported on ${HOST_TRIPLET}\n"[0m
2025-08-20T22:13:40.5003757Z [36;1m          yq '.x_exec.host[]' "./SBUILD_INPUT"[0m
2025-08-20T22:13:40.5004258Z [36;1m          echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T22:13:40.5004722Z [36;1m         exit 1[0m
2025-08-20T22:13:40.5005104Z [36;1m       fi[0m
2025-08-20T22:13:40.5005496Z [36;1m      #get build system[0m
2025-08-20T22:13:40.5006072Z [36;1m       BUILD_SYS="$(yq '.x_exec.bsys' "./SBUILD_INPUT" | grep -v '^#' | tr -d '"'\''[:space:]')"[0m
2025-08-20T22:13:40.5006640Z [36;1m       export BUILD_SYS[0m
2025-08-20T22:13:40.5007112Z [36;1m       echo "BUILD_SYS=${BUILD_SYS}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:13:40.5007649Z [36;1m       if echo "${BUILD_SYS}" | grep -qi "docker://"; then[0m
2025-08-20T22:13:40.5008169Z [36;1m          echo "BUILD_ON_HOST=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T22:13:40.5008675Z [36;1m          echo "BUILD_SYSTEM=DOCKER" >> "${GITHUB_ENV}"[0m
2025-08-20T22:13:40.5009201Z [36;1m       elif echo "${BUILD_SYS}" | grep -qi "host://"; then[0m
2025-08-20T22:13:40.5009728Z [36;1m          echo "BUILD_ON_HOST=TRUE" >> "${GITHUB_ENV}"[0m
2025-08-20T22:13:40.5010239Z [36;1m          echo "BUILD_SYSTEM=HOST" >> "${GITHUB_ENV}"[0m
2025-08-20T22:13:40.5010862Z [36;1m       fi[0m
2025-08-20T22:13:40.5011420Z [36;1m     fi[0m
2025-08-20T22:13:40.5011775Z [36;1m   fi[0m
2025-08-20T22:13:40.5012155Z [36;1m popd >/dev/null 2>&1[0m
2025-08-20T22:13:40.5056012Z shell: /usr/bin/bash -e {0}
2025-08-20T22:13:40.5056440Z ##[endgroup]
2025-08-20T22:13:40.7968325Z   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2025-08-20T22:13:40.7968996Z                                  Dload  Upload   Total   Spent    Left  Speed
2025-08-20T22:13:40.7969299Z 
2025-08-20T22:13:40.8585027Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2025-08-20T22:13:40.8585959Z 100  5204  100  5204    0     0  82553      0 --:--:-- --:--:-- --:--:-- 83935
2025-08-20T22:13:40.8598827Z (SBUILD) <== https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/ripgen/static.official.source.yaml
2025-08-20T22:13:40.8837250Z ##[group]Run ##Presets
2025-08-20T22:13:40.8837684Z [36;1m##Presets[0m
2025-08-20T22:13:40.8838022Z [36;1mset +x ; set +e[0m
2025-08-20T22:13:40.8838362Z [36;1m#-------------#[0m
2025-08-20T22:13:40.8838690Z [36;1m##Debug?[0m
2025-08-20T22:13:40.8839076Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T22:13:40.8839492Z [36;1m  set -x[0m
2025-08-20T22:13:40.8839798Z [36;1mfi[0m
2025-08-20T22:13:40.8840122Z [36;1m#-------------#[0m
2025-08-20T22:13:40.8840460Z [36;1m##CoreUtils[0m
2025-08-20T22:13:40.8841144Z [36;1msudo apt update -y[0m
2025-08-20T22:13:40.8841651Z [36;1msudo apt install bc coreutils curl dos2unix fdupes jq moreutils wget -y[0m
2025-08-20T22:13:40.8842805Z [36;1msudo apt install apt-transport-https apt-utils ca-certificates coreutils dos2unix gnupg2 jq moreutils p7zip-full rename rsync software-properties-common texinfo tmux util-linux wget -y 2>/dev/null ; sudo apt update -y 2>/dev/null[0m
2025-08-20T22:13:40.8843869Z [36;1m##tmp[0m
2025-08-20T22:13:40.8844281Z [36;1mSYSTMP="$(dirname $(mktemp -u))" && export SYSTMP="${SYSTMP}"[0m
2025-08-20T22:13:40.8844736Z [36;1m#GH ENV[0m
2025-08-20T22:13:40.8845092Z [36;1mecho "SYSTMP=${SYSTMP}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:13:40.8845727Z [36;1mecho "GHA_MODE=MATRIX" >> "${GITHUB_ENV}"[0m
2025-08-20T22:13:40.8846122Z [36;1m#-------------#[0m
2025-08-20T22:13:40.8846469Z [36;1mmkdir -p "${HOME}/bin"[0m
2025-08-20T22:13:40.8846840Z [36;1msudo apt update -y[0m
2025-08-20T22:13:40.8847206Z [36;1msudo apt install dos2unix -y[0m
2025-08-20T22:13:40.8847586Z [36;1m##Setup Minisign[0m
2025-08-20T22:13:40.8847940Z [36;1mmkdir -pv "${HOME}/.minisign"[0m
2025-08-20T22:13:40.8848541Z [36;1mecho "***[0m
2025-08-20T22:13:40.8849968Z [36;1m***" > "${HOME}/.minisign/pkgforge.key"[0m
2025-08-20T22:13:40.8850382Z [36;1m##User-Agent[0m
2025-08-20T22:13:40.8851489Z [36;1mUSER_AGENT="$(curl -qfsSL 'https://raw.githubusercontent.com/pkgforge/devscripts/refs/heads/main/Misc/User-Agents/ua_chrome_macos_latest.txt')" && export USER_AGENT="${USER_AGENT}"[0m
2025-08-20T22:13:40.8852438Z [36;1mecho "USER_AGENT=${USER_AGENT}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:13:40.8893054Z shell: /usr/bin/bash -e {0}
2025-08-20T22:13:40.8893429Z env:
2025-08-20T22:13:40.8893738Z   CROSS_COMPILING: NO
2025-08-20T22:13:40.8894075Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T22:13:40.8894431Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T22:13:40.8894768Z   ON_QEMU: NO
2025-08-20T22:13:40.8895058Z   DEBUG: 0
2025-08-20T22:13:40.8895368Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T22:13:40.8895724Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T22:13:40.8896146Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/ripgen/official
2025-08-20T22:13:40.8896573Z   KEEP_LOGS: YES
2025-08-20T22:13:40.8896894Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:13:40.8897232Z   PKG_FAMILY_LOCAL: ripgen
2025-08-20T22:13:40.8897571Z   SBUILD_REBUILD: false
2025-08-20T22:13:40.8898254Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/ripgen/static.official.source.yaml
2025-08-20T22:13:40.8899023Z   BUILD_SYS: docker://rust
2025-08-20T22:13:40.8899444Z   BUILD_ON_HOST: FALSE
2025-08-20T22:13:40.8899916Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:13:40.8900252Z ##[endgroup]
2025-08-20T22:13:40.9165157Z 
2025-08-20T22:13:40.9166089Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T22:13:40.9166760Z 
2025-08-20T22:13:41.0042466Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T22:13:41.0546905Z Hit:2 http://azure.archive.ubuntu.com/ubuntu noble InRelease
2025-08-20T22:13:41.0564054Z Hit:6 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T22:13:41.0571931Z Get:7 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease [3600 B]
2025-08-20T22:13:41.0573327Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble-updates InRelease [126 kB]
2025-08-20T22:13:41.0615663Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble-backports InRelease [126 kB]
2025-08-20T22:13:41.0641919Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble-security InRelease [126 kB]
2025-08-20T22:13:41.2584367Z Get:8 https://packages.microsoft.com/ubuntu/24.04/prod noble/main amd64 Packages [48.0 kB]
2025-08-20T22:13:41.2694733Z Get:9 https://packages.microsoft.com/ubuntu/24.04/prod noble/main armhf Packages [9870 B]
2025-08-20T22:13:41.2719980Z Get:10 https://packages.microsoft.com/ubuntu/24.04/prod noble/main arm64 Packages [33.2 kB]
2025-08-20T22:13:41.3123888Z Get:11 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 Packages [1349 kB]
2025-08-20T22:13:41.3199392Z Get:12 http://azure.archive.ubuntu.com/ubuntu noble-updates/main Translation-en [268 kB]
2025-08-20T22:13:41.3236526Z Get:13 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 Components [175 kB]
2025-08-20T22:13:41.3298045Z Get:14 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 Packages [1124 kB]
2025-08-20T22:13:41.3374071Z Get:15 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe Translation-en [288 kB]
2025-08-20T22:13:41.3404392Z Get:16 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 Components [377 kB]
2025-08-20T22:13:41.3463637Z Get:17 http://azure.archive.ubuntu.com/ubuntu noble-updates/restricted amd64 Packages [1728 kB]
2025-08-20T22:13:41.3578769Z Get:18 http://azure.archive.ubuntu.com/ubuntu noble-updates/restricted Translation-en [382 kB]
2025-08-20T22:13:41.3613088Z Get:19 http://azure.archive.ubuntu.com/ubuntu noble-updates/restricted amd64 Components [212 B]
2025-08-20T22:13:41.3632594Z Get:20 http://azure.archive.ubuntu.com/ubuntu noble-updates/multiverse amd64 Components [940 B]
2025-08-20T22:13:41.4315190Z Get:21 http://azure.archive.ubuntu.com/ubuntu noble-backports/main amd64 Components [7060 B]
2025-08-20T22:13:41.4379396Z Get:22 http://azure.archive.ubuntu.com/ubuntu noble-backports/universe amd64 Packages [30.2 kB]
2025-08-20T22:13:41.4529008Z Get:23 http://azure.archive.ubuntu.com/ubuntu noble-backports/universe Translation-en [17.4 kB]
2025-08-20T22:13:41.4631300Z Get:24 http://azure.archive.ubuntu.com/ubuntu noble-backports/universe amd64 Components [19.2 kB]
2025-08-20T22:13:41.4640554Z Get:25 http://azure.archive.ubuntu.com/ubuntu noble-backports/restricted amd64 Components [216 B]
2025-08-20T22:13:41.4648204Z Get:26 http://azure.archive.ubuntu.com/ubuntu noble-backports/multiverse amd64 Components [212 B]
2025-08-20T22:13:41.4659578Z Get:27 http://azure.archive.ubuntu.com/ubuntu noble-security/main amd64 Packages [1081 kB]
2025-08-20T22:13:41.4715512Z Get:28 http://azure.archive.ubuntu.com/ubuntu noble-security/main Translation-en [187 kB]
2025-08-20T22:13:41.4748209Z Get:29 http://azure.archive.ubuntu.com/ubuntu noble-security/main amd64 Components [21.6 kB]
2025-08-20T22:13:41.4783446Z Get:30 http://azure.archive.ubuntu.com/ubuntu noble-security/universe amd64 Packages [881 kB]
2025-08-20T22:13:41.5167395Z Get:31 http://azure.archive.ubuntu.com/ubuntu noble-security/universe Translation-en [195 kB]
2025-08-20T22:13:41.5193515Z Get:32 http://azure.archive.ubuntu.com/ubuntu noble-security/universe amd64 Components [52.2 kB]
2025-08-20T22:13:41.5221131Z Get:33 http://azure.archive.ubuntu.com/ubuntu noble-security/restricted amd64 Packages [1625 kB]
2025-08-20T22:13:41.5636905Z Get:34 http://azure.archive.ubuntu.com/ubuntu noble-security/restricted Translation-en [359 kB]
2025-08-20T22:13:41.6142359Z Get:35 http://azure.archive.ubuntu.com/ubuntu noble-security/restricted amd64 Components [212 B]
2025-08-20T22:13:41.6171992Z Get:36 http://azure.archive.ubuntu.com/ubuntu noble-security/multiverse amd64 Components [208 B]
2025-08-20T22:13:48.5392078Z Fetched 10.6 MB in 1s (7496 kB/s)
2025-08-20T22:13:49.2326295Z Reading package lists...
2025-08-20T22:13:49.3979594Z Building dependency tree...
2025-08-20T22:13:49.3988295Z Reading state information...
2025-08-20T22:13:49.4136081Z 47 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-20T22:13:49.4245440Z 
2025-08-20T22:13:49.4246540Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T22:13:49.4247453Z 
2025-08-20T22:13:49.4381549Z Reading package lists...
2025-08-20T22:13:49.6151790Z Building dependency tree...
2025-08-20T22:13:49.6159366Z Reading state information...
2025-08-20T22:13:49.7703673Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-20T22:13:49.7704343Z bc set to manually installed.
2025-08-20T22:13:49.7704836Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-20T22:13:49.7705639Z curl is already the newest version (8.5.0-2ubuntu10.6).
2025-08-20T22:13:49.7706393Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T22:13:49.7706917Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T22:13:49.7707354Z The following additional packages will be installed:
2025-08-20T22:13:49.7707777Z   libtime-duration-perl
2025-08-20T22:13:49.8021725Z The following NEW packages will be installed:
2025-08-20T22:13:49.8028085Z   dos2unix fdupes libtime-duration-perl moreutils
2025-08-20T22:13:49.8191730Z 0 upgraded, 4 newly installed, 0 to remove and 47 not upgraded.
2025-08-20T22:13:49.8423260Z Need to get 616 kB of archives.
2025-08-20T22:13:49.8424053Z After this operation, 2255 kB of additional disk space will be used.
2025-08-20T22:13:49.8425148Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T22:13:49.8899450Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 fdupes amd64 1:2.3.0-1build1 [46.4 kB]
2025-08-20T22:13:49.9122439Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libtime-duration-perl all 1.21-2 [12.3 kB]
2025-08-20T22:13:49.9283886Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 moreutils amd64 0.69-1 [56.4 kB]
2025-08-20T22:13:49.9446167Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 dos2unix amd64 7.5.1-1 [501 kB]
2025-08-20T22:13:50.2243710Z Fetched 616 kB in 0s (4842 kB/s)
2025-08-20T22:13:50.2587188Z Selecting previously unselected package fdupes.
2025-08-20T22:13:50.3265477Z (Reading database ... 
2025-08-20T22:13:50.3265988Z (Reading database ... 5%
2025-08-20T22:13:50.3266369Z (Reading database ... 10%
2025-08-20T22:13:50.3266813Z (Reading database ... 15%
2025-08-20T22:13:50.3267226Z (Reading database ... 20%
2025-08-20T22:13:50.3267690Z (Reading database ... 25%
2025-08-20T22:13:50.3268126Z (Reading database ... 30%
2025-08-20T22:13:50.3268547Z (Reading database ... 35%
2025-08-20T22:13:50.3268973Z (Reading database ... 40%
2025-08-20T22:13:50.3269405Z (Reading database ... 45%
2025-08-20T22:13:50.3269847Z (Reading database ... 50%
2025-08-20T22:13:50.4412673Z (Reading database ... 55%
2025-08-20T22:13:50.5949101Z (Reading database ... 60%
2025-08-20T22:13:50.8822530Z (Reading database ... 65%
2025-08-20T22:13:51.0456157Z (Reading database ... 70%
2025-08-20T22:13:51.1358184Z (Reading database ... 75%
2025-08-20T22:13:51.5559615Z (Reading database ... 80%
2025-08-20T22:13:52.1441520Z (Reading database ... 85%
2025-08-20T22:13:52.7262012Z (Reading database ... 90%
2025-08-20T22:13:53.2866144Z (Reading database ... 95%
2025-08-20T22:13:53.2866580Z (Reading database ... 100%
2025-08-20T22:13:53.2867096Z (Reading database ... 219881 files and directories currently installed.)
2025-08-20T22:13:53.2913538Z Preparing to unpack .../fdupes_1%3a2.3.0-1build1_amd64.deb ...
2025-08-20T22:13:53.2951510Z Unpacking fdupes (1:2.3.0-1build1) ...
2025-08-20T22:13:53.3353607Z Selecting previously unselected package libtime-duration-perl.
2025-08-20T22:13:53.3488832Z Preparing to unpack .../libtime-duration-perl_1.21-2_all.deb ...
2025-08-20T22:13:53.3505304Z Unpacking libtime-duration-perl (1.21-2) ...
2025-08-20T22:13:53.3874894Z Selecting previously unselected package moreutils.
2025-08-20T22:13:53.4011952Z Preparing to unpack .../moreutils_0.69-1_amd64.deb ...
2025-08-20T22:13:53.4026492Z Unpacking moreutils (0.69-1) ...
2025-08-20T22:13:53.5068231Z Selecting previously unselected package dos2unix.
2025-08-20T22:13:53.5204774Z Preparing to unpack .../dos2unix_7.5.1-1_amd64.deb ...
2025-08-20T22:13:53.5229575Z Unpacking dos2unix (7.5.1-1) ...
2025-08-20T22:13:53.6967421Z Setting up fdupes (1:2.3.0-1build1) ...
2025-08-20T22:13:53.7008787Z Setting up libtime-duration-perl (1.21-2) ...
2025-08-20T22:13:53.7048372Z Setting up dos2unix (7.5.1-1) ...
2025-08-20T22:13:53.7082622Z Setting up moreutils (0.69-1) ...
2025-08-20T22:13:53.7122305Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:14:31.3616592Z 
2025-08-20T22:14:31.3616991Z Running kernel seems to be up-to-date.
2025-08-20T22:14:31.3617354Z 
2025-08-20T22:14:31.3617524Z Restarting services...
2025-08-20T22:14:31.3688499Z 
2025-08-20T22:14:31.3688944Z Service restarts being deferred:
2025-08-20T22:14:31.3690177Z  systemctl restart hosted-compute-agent.service
2025-08-20T22:14:31.3690474Z 
2025-08-20T22:14:31.3690962Z No containers need to be restarted.
2025-08-20T22:14:31.3691262Z 
2025-08-20T22:14:31.3691414Z No user sessions are running outdated binaries.
2025-08-20T22:14:31.3691699Z 
2025-08-20T22:14:31.3692070Z No VM guests are running outdated hypervisor (qemu) binaries on this host.
2025-08-20T22:14:32.2935517Z Reading package lists...
2025-08-20T22:14:32.4649147Z Building dependency tree...
2025-08-20T22:14:32.4656935Z Reading state information...
2025-08-20T22:14:32.6185142Z apt-transport-https is already the newest version (2.8.3).
2025-08-20T22:14:32.6185768Z apt-utils is already the newest version (2.8.3).
2025-08-20T22:14:32.6186250Z apt-utils set to manually installed.
2025-08-20T22:14:32.6186790Z ca-certificates is already the newest version (20240203).
2025-08-20T22:14:32.6187377Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-20T22:14:32.6187913Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T22:14:32.6188489Z gnupg2 is already the newest version (2.4.4-2ubuntu17.3).
2025-08-20T22:14:32.6189106Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T22:14:32.6189744Z moreutils is already the newest version (0.69-1).
2025-08-20T22:14:32.6190459Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-20T22:14:32.6191392Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-20T22:14:32.6191988Z texinfo is already the newest version (7.1-3build2).
2025-08-20T22:14:32.6192530Z tmux is already the newest version (3.4-1ubuntu0.1).
2025-08-20T22:14:32.6192992Z tmux set to manually installed.
2025-08-20T22:14:32.6193491Z util-linux is already the newest version (2.39.3-9ubuntu6.3).
2025-08-20T22:14:32.6194059Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T22:14:32.6194588Z The following additional packages will be installed:
2025-08-20T22:14:32.6195087Z   python3-software-properties
2025-08-20T22:14:32.6195473Z Recommended packages:
2025-08-20T22:14:32.6195818Z   unattended-upgrades
2025-08-20T22:14:32.6443610Z The following NEW packages will be installed:
2025-08-20T22:14:32.6443960Z   rename
2025-08-20T22:14:32.6452714Z The following packages will be upgraded:
2025-08-20T22:14:32.6453540Z   python3-software-properties software-properties-common
2025-08-20T22:14:32.6604007Z 2 upgraded, 1 newly installed, 0 to remove and 45 not upgraded.
2025-08-20T22:14:32.6825113Z Need to get 64.7 kB of archives.
2025-08-20T22:14:32.6825815Z After this operation, 63.5 kB of additional disk space will be used.
2025-08-20T22:14:32.6826506Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T22:14:32.7315028Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 software-properties-common all 0.99.49.3 [14.4 kB]
2025-08-20T22:14:32.7465704Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 python3-software-properties all 0.99.49.3 [29.9 kB]
2025-08-20T22:14:32.7616456Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 rename all 2.02-1 [20.3 kB]
2025-08-20T22:14:33.0109082Z Fetched 64.7 kB in 0s (720 kB/s)
2025-08-20T22:14:33.0379423Z (Reading database ... 
2025-08-20T22:14:33.0380198Z (Reading database ... 5%
2025-08-20T22:14:33.0381251Z (Reading database ... 10%
2025-08-20T22:14:33.0381569Z (Reading database ... 15%
2025-08-20T22:14:33.0381837Z (Reading database ... 20%
2025-08-20T22:14:33.0382082Z (Reading database ... 25%
2025-08-20T22:14:33.0382331Z (Reading database ... 30%
2025-08-20T22:14:33.0382580Z (Reading database ... 35%
2025-08-20T22:14:33.0382840Z (Reading database ... 40%
2025-08-20T22:14:33.0383085Z (Reading database ... 45%
2025-08-20T22:14:33.0383333Z (Reading database ... 50%
2025-08-20T22:14:33.0479168Z (Reading database ... 55%
2025-08-20T22:14:33.0496114Z (Reading database ... 60%
2025-08-20T22:14:33.0515402Z (Reading database ... 65%
2025-08-20T22:14:33.0549537Z (Reading database ... 70%
2025-08-20T22:14:33.0570981Z (Reading database ... 75%
2025-08-20T22:14:33.0592312Z (Reading database ... 80%
2025-08-20T22:14:33.0732941Z (Reading database ... 85%
2025-08-20T22:14:33.1003041Z (Reading database ... 90%
2025-08-20T22:14:33.1074425Z (Reading database ... 95%
2025-08-20T22:14:33.1074892Z (Reading database ... 100%
2025-08-20T22:14:33.1075569Z (Reading database ... 220050 files and directories currently installed.)
2025-08-20T22:14:33.1115750Z Preparing to unpack .../software-properties-common_0.99.49.3_all.deb ...
2025-08-20T22:14:33.1883324Z Unpacking software-properties-common (0.99.49.3) over (0.99.49.2) ...
2025-08-20T22:14:33.2487790Z Preparing to unpack .../python3-software-properties_0.99.49.3_all.deb ...
2025-08-20T22:14:33.3128351Z Unpacking python3-software-properties (0.99.49.3) over (0.99.49.2) ...
2025-08-20T22:14:33.3387202Z Selecting previously unselected package rename.
2025-08-20T22:14:33.3527597Z Preparing to unpack .../archives/rename_2.02-1_all.deb ...
2025-08-20T22:14:33.3540527Z Unpacking rename (2.02-1) ...
2025-08-20T22:14:33.3967674Z Setting up rename (2.02-1) ...
2025-08-20T22:14:33.4033912Z update-alternatives: using /usr/bin/file-rename to provide /usr/bin/rename (rename) in auto mode
2025-08-20T22:14:33.4066124Z Setting up python3-software-properties (0.99.49.3) ...
2025-08-20T22:14:33.5284507Z Setting up software-properties-common (0.99.49.3) ...
2025-08-20T22:14:33.6318677Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:14:37.5524870Z Processing triggers for dbus (1.14.10-4ubuntu4.1) ...
2025-08-20T22:14:39.0126978Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T22:14:39.0452308Z Hit:2 http://azure.archive.ubuntu.com/ubuntu noble InRelease
2025-08-20T22:14:39.0503296Z Hit:3 http://azure.archive.ubuntu.com/ubuntu noble-updates InRelease
2025-08-20T22:14:39.0519471Z Hit:4 http://azure.archive.ubuntu.com/ubuntu noble-backports InRelease
2025-08-20T22:14:39.0531301Z Hit:5 http://azure.archive.ubuntu.com/ubuntu noble-security InRelease
2025-08-20T22:14:39.1035059Z Hit:6 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T22:14:39.1106715Z Hit:7 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T22:14:40.1849764Z Reading package lists...
2025-08-20T22:14:40.3379868Z Building dependency tree...
2025-08-20T22:14:40.3386794Z Reading state information...
2025-08-20T22:14:40.3518330Z 45 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-20T22:14:40.3669736Z 
2025-08-20T22:14:40.3670215Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T22:14:40.3670570Z 
2025-08-20T22:14:40.4232685Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T22:14:40.4509961Z Hit:2 http://azure.archive.ubuntu.com/ubuntu noble InRelease
2025-08-20T22:14:40.4536909Z Hit:3 http://azure.archive.ubuntu.com/ubuntu noble-updates InRelease
2025-08-20T22:14:40.4543077Z Hit:6 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T22:14:40.4547729Z Hit:4 http://azure.archive.ubuntu.com/ubuntu noble-backports InRelease
2025-08-20T22:14:40.4559131Z Hit:5 http://azure.archive.ubuntu.com/ubuntu noble-security InRelease
2025-08-20T22:14:40.4596848Z Hit:7 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T22:14:41.6002156Z Reading package lists...
2025-08-20T22:14:41.7741993Z Building dependency tree...
2025-08-20T22:14:41.7748415Z Reading state information...
2025-08-20T22:14:41.7918481Z 45 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-20T22:14:41.8032277Z 
2025-08-20T22:14:41.8032968Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T22:14:41.8033323Z 
2025-08-20T22:14:41.8159104Z Reading package lists...
2025-08-20T22:14:41.9906221Z Building dependency tree...
2025-08-20T22:14:41.9913751Z Reading state information...
2025-08-20T22:14:42.1478506Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T22:14:42.1853898Z 0 upgraded, 0 newly installed, 0 to remove and 45 not upgraded.
2025-08-20T22:14:42.2147140Z mkdir: created directory '/home/runner/.minisign'
2025-08-20T22:14:42.2718166Z ##[group]Run ##Presets
2025-08-20T22:14:42.2718458Z [36;1m##Presets[0m
2025-08-20T22:14:42.2718665Z [36;1mset +x ; set +e[0m
2025-08-20T22:14:42.2718875Z [36;1m#-------------#[0m
2025-08-20T22:14:42.2719075Z [36;1m##Debug?[0m
2025-08-20T22:14:42.2719319Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T22:14:42.2719612Z [36;1m  set -x[0m
2025-08-20T22:14:42.2719794Z [36;1mfi[0m
2025-08-20T22:14:42.2719971Z [36;1m#-------------#[0m
2025-08-20T22:14:42.2741336Z [36;1mecho "kernel.apparmor_restrict_unprivileged_userns=0" | sudo tee "/etc/sysctl.d/98-apparmor-unuserns.conf"[0m
2025-08-20T22:14:42.2741983Z [36;1mecho "0" | sudo tee "/proc/sys/kernel/apparmor_restrict_unprivileged_userns"[0m
2025-08-20T22:14:42.2742378Z [36;1msudo service procps restart[0m
2025-08-20T22:14:42.2742674Z [36;1msudo sysctl -p "/etc/sysctl.conf"[0m
2025-08-20T22:14:42.2781876Z shell: /usr/bin/bash -e {0}
2025-08-20T22:14:42.2782105Z env:
2025-08-20T22:14:42.2782329Z   CROSS_COMPILING: NO
2025-08-20T22:14:42.2782549Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T22:14:42.2782774Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T22:14:42.2782995Z   ON_QEMU: NO
2025-08-20T22:14:42.2783166Z   DEBUG: 0
2025-08-20T22:14:42.2783355Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T22:14:42.2783584Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T22:14:42.2783875Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/ripgen/official
2025-08-20T22:14:42.2784177Z   KEEP_LOGS: YES
2025-08-20T22:14:42.2784380Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:14:42.2784593Z   PKG_FAMILY_LOCAL: ripgen
2025-08-20T22:14:42.2784825Z   SBUILD_REBUILD: false
2025-08-20T22:14:42.2785360Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/ripgen/static.official.source.yaml
2025-08-20T22:14:42.2785917Z   BUILD_SYS: docker://rust
2025-08-20T22:14:42.2786130Z   BUILD_ON_HOST: FALSE
2025-08-20T22:14:42.2786328Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:14:42.2786518Z   SYSTMP: /tmp
2025-08-20T22:14:42.2786735Z   GHA_MODE: MATRIX
2025-08-20T22:14:42.2787160Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T22:14:42.2787619Z ##[endgroup]
2025-08-20T22:14:42.2912800Z kernel.apparmor_restrict_unprivileged_userns=0
2025-08-20T22:14:42.2985420Z 0
2025-08-20T22:14:42.3325459Z vm.max_map_count = 262144
2025-08-20T22:14:42.3325883Z fs.inotify.max_user_watches = 655360
2025-08-20T22:14:42.3326271Z fs.inotify.max_user_instances = 1280
2025-08-20T22:14:42.3326546Z vm.mmap_rnd_bits = 28
2025-08-20T22:14:42.3400542Z ##[group]Run ##Presets
2025-08-20T22:14:42.3401118Z [36;1m##Presets[0m
2025-08-20T22:14:42.3401320Z [36;1mset +x ; set +e[0m
2025-08-20T22:14:42.3401544Z [36;1m#-------------#[0m
2025-08-20T22:14:42.3401747Z [36;1m##Debug?[0m
2025-08-20T22:14:42.3401999Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T22:14:42.3402298Z [36;1m  set -x[0m
2025-08-20T22:14:42.3402481Z [36;1mfi[0m
2025-08-20T22:14:42.3402663Z [36;1m#-------------#[0m
2025-08-20T22:14:42.3402869Z [36;1m##Main[0m
2025-08-20T22:14:42.3403086Z [36;1mpushd "$(mktemp -d)" >/dev/null 2>&1[0m
2025-08-20T22:14:42.3403725Z [36;1m curl -qfsSL "https://raw.githubusercontent.com/pkgforge/bincache/refs/heads/main/scripts/runner/builder.sh" -o "${SYSTMP}/BUILDER.sh"[0m
2025-08-20T22:14:42.3404448Z [36;1m dos2unix --quiet "${SYSTMP}/BUILDER.sh" ; chmod +xwr "${SYSTMP}/BUILDER.sh"[0m
2025-08-20T22:14:42.3404835Z [36;1m ##Run with STDOUT + LOGS[0m
2025-08-20T22:14:42.3405117Z [36;1m  export DEBUG="${DEBUG}"[0m
2025-08-20T22:14:42.3405369Z [36;1m  export KEEP_LOGS="${KEEP_LOGS}"[0m
2025-08-20T22:14:42.3405669Z [36;1m  export PKG_FAMILY_LOCAL="${PKG_FAMILY_LOCAL}"[0m
2025-08-20T22:14:42.3406006Z [36;1m  export GHCRPKG_LOCAL="${GHCRPKG_LOCAL}"[0m
2025-08-20T22:14:42.3406316Z [36;1m  export SBUILD_REBUILD="${SBUILD_REBUILD}"[0m
2025-08-20T22:14:42.3406630Z [36;1m  export GITHUB_TEST_BUILD="${GITHUB_TEST_BUILD}"[0m
2025-08-20T22:14:42.3406922Z [36;1m if [[ "" == "TRUE" ]]; then[0m
2025-08-20T22:14:42.3407257Z [36;1m   sudo podman cp "${SYSTMP}/BUILDER.sh" "${POD_ID}:/tmp/BUILDER.sh"[0m
2025-08-20T22:14:42.3407628Z [36;1m   sudo podman exec -u "runner" -w "/tmp" \[0m
2025-08-20T22:14:42.3407912Z [36;1m     -e DEBUG="${DEBUG}" \[0m
2025-08-20T22:14:42.3408182Z [36;1m     -e GHCR_TOKEN="${GHCR_TOKEN}" \[0m
2025-08-20T22:14:42.3408463Z [36;1m     -e GITHUB_TOKEN="${GITHUB_TOKEN}" \[0m
2025-08-20T22:14:42.3408924Z [36;1m     -e GITLAB_TOKEN="${GITLAB_TOKEN}" \[0m
2025-08-20T22:14:42.3409205Z [36;1m     -e MINISIGN_KEY="${MINISIGN_KEY}" \[0m
2025-08-20T22:14:42.3409481Z [36;1m     -e KEEP_LOGS="${KEEP_LOGS}" \[0m
2025-08-20T22:14:42.3409775Z [36;1m     -e PKG_FAMILY_LOCAL="${PKG_FAMILY_LOCAL}" \[0m
2025-08-20T22:14:42.3410084Z [36;1m     -e GHCRPKG_LOCAL="${GHCRPKG_LOCAL}" \[0m
2025-08-20T22:14:42.3410378Z [36;1m     -e SBUILD_REBUILD="${SBUILD_REBUILD}" \[0m
2025-08-20T22:14:42.3410846Z [36;1m     -e GITHUB_TEST_BUILD="${GITHUB_TEST_BUILD}" \[0m
2025-08-20T22:14:42.3411202Z [36;1m     -e INSIDE_PODMAN="${INSIDE_PODMAN}" \[0m
2025-08-20T22:14:42.3411506Z [36;1m     -e CROSS_COMPILING="${CROSS_COMPILING}" \[0m
2025-08-20T22:14:42.3411812Z [36;1m     -e SBUILD_FILE_URL="${SBUILD_FILE_URL}" \[0m
2025-08-20T22:14:42.3412084Z [36;1m     "${POD_ID}" \[0m
2025-08-20T22:14:42.3412435Z [36;1m     bash -c 'bash "/tmp/BUILDER.sh" "${SBUILD_FILE_URL}" | tee "/tmp/BUILD.log" 2>&1'[0m
2025-08-20T22:14:42.3412889Z [36;1m   sudo podman cp "${POD_ID}:/tmp/BUILD.log" "${SYSTMP}/BUILD.log"[0m
2025-08-20T22:14:42.3413352Z [36;1m   sudo podman cp "${POD_ID}:/tmp/BUILD_ARTIFACTS.zstd" "${SYSTMP}/BUILD_ARTIFACTS.zstd"[0m
2025-08-20T22:14:42.3413813Z [36;1m   sudo podman cp "${POD_ID}:/tmp/GITHUB_ENV" "${SYSTMP}/GITHUB_ENV"[0m
2025-08-20T22:14:42.3414151Z [36;1m   mkdir -p "${SYSTMP}/_POD_BRIDGE"[0m
2025-08-20T22:14:42.3414495Z [36;1m   sudo podman cp "${POD_ID}:/tmp/_POD_BRIDGE/." "${SYSTMP}/_POD_BRIDGE"[0m
2025-08-20T22:14:42.3415120Z [36;1m   sudo chown -Rv "$(whoami):$(whoami)" "${SYSTMP}/BUILD.log" "${SYSTMP}/BUILD_ARTIFACTS.zstd" "${SYSTMP}/GITHUB_ENV" "${SYSTMP}/_POD_BRIDGE" 2>/dev/null[0m
2025-08-20T22:14:42.3415900Z [36;1m   sudo chmod -R +xwr "${SYSTMP}/BUILD.log" "${SYSTMP}/BUILD_ARTIFACTS.zstd" "${SYSTMP}/GITHUB_ENV" "${SYSTMP}/_POD_BRIDGE" 2>/dev/null[0m
2025-08-20T22:14:42.3416423Z [36;1m   cat "${SYSTMP}/GITHUB_ENV" >> "${GITHUB_ENV}"[0m
2025-08-20T22:14:42.3416686Z [36;1m else[0m
2025-08-20T22:14:42.3417162Z [36;1m   bash "${SYSTMP}/BUILDER.sh" "${SBUILD_FILE_URL}" | tee "${SYSTMP}/BUILD.log" 2>&1[0m
2025-08-20T22:14:42.3417544Z [36;1m fi[0m
2025-08-20T22:14:42.3417794Z [36;1m ##Purge Tokens (in case set -x & gh didn't redact)[0m
2025-08-20T22:14:42.3418185Z [36;1m cat "${SYSTMP}/BUILD.log" | ansi2txt > "${SYSTMP}/BUILD.gh.log.txt"[0m
2025-08-20T22:14:42.3418604Z [36;1m sed -i '/.*github_pat.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T22:14:42.3418988Z [36;1m sed -i '/.*ghp_.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T22:14:42.3419371Z [36;1m sed -i '/.*access_key_id.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T22:14:42.3419763Z [36;1m sed -i '/.*token.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T22:14:42.3420162Z [36;1m sed -i '/.*secret_access_key.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T22:14:42.3420576Z [36;1m sed -i '/.*token.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T22:14:42.3421356Z [36;1m sed -i '/.*cloudflarestorage.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T22:14:42.3421777Z [36;1m mv -fv "${SYSTMP}/BUILD.gh.log.txt" "${SYSTMP}/BUILD.log"[0m
2025-08-20T22:14:42.3422087Z [36;1mpopd >/dev/null 2>&1[0m
2025-08-20T22:14:42.3460588Z shell: /usr/bin/bash -e {0}
2025-08-20T22:14:42.3461020Z env:
2025-08-20T22:14:42.3461204Z   CROSS_COMPILING: NO
2025-08-20T22:14:42.3461426Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T22:14:42.3461656Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T22:14:42.3461874Z   ON_QEMU: NO
2025-08-20T22:14:42.3462050Z   DEBUG: 0
2025-08-20T22:14:42.3462242Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T22:14:42.3462466Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T22:14:42.3462749Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/ripgen/official
2025-08-20T22:14:42.3463047Z   KEEP_LOGS: YES
2025-08-20T22:14:42.3463239Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:14:42.3463453Z   PKG_FAMILY_LOCAL: ripgen
2025-08-20T22:14:42.3463823Z   SBUILD_REBUILD: false
2025-08-20T22:14:42.3464359Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/ripgen/static.official.source.yaml
2025-08-20T22:14:42.3464924Z   BUILD_SYS: docker://rust
2025-08-20T22:14:42.3465142Z   BUILD_ON_HOST: FALSE
2025-08-20T22:14:42.3465342Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:14:42.3465540Z   SYSTMP: /tmp
2025-08-20T22:14:42.3465723Z   GHA_MODE: MATRIX
2025-08-20T22:14:42.3466157Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T22:14:42.3466818Z   GHCR_TOKEN: ***
2025-08-20T22:14:42.3467099Z   GITHUB_TOKEN: ***
2025-08-20T22:14:42.3467333Z   GITLAB_TOKEN: ***
2025-08-20T22:14:42.3468463Z   MINISIGN_KEY: ***
2025-08-20T22:14:42.3468657Z ##[endgroup]
2025-08-20T22:14:42.3958949Z [+] SBUILD Builder Version: 0.2.2
2025-08-20T22:14:42.4651401Z   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2025-08-20T22:14:42.4652263Z                                  Dload  Upload   Total   Spent    Left  Speed
2025-08-20T22:14:42.4652611Z 
2025-08-20T22:14:42.4988691Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2025-08-20T22:14:42.4989390Z 100  5204  100  5204    0     0   149k      0 --:--:-- --:--:-- --:--:--  154k
2025-08-20T22:14:42.5000542Z (SBUILD) <== https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/ripgen/static.official.source.yaml
2025-08-20T22:14:42.5083380Z 
2025-08-20T22:14:42.5083680Z [+] Building [/tmp/tmp.lFtrZ2t8ep/SBUILD_INPUT] Locally
2025-08-20T22:14:42.5084083Z 
2025-08-20T22:14:42.5097215Z '/tmp/tmp.lFtrZ2t8ep/SBUILD_INPUT' -> '/tmp/pkgforge/FhvGLQ9Th_build.yaml'
2025-08-20T22:14:42.5784727Z 
2025-08-20T22:14:42.5784986Z [+] Passwordless sudo is Configured
2025-08-20T22:14:42.6394498Z 
2025-08-20T22:14:42.6406978Z [+] Setting Install Dir (ROOT) :: /usr/local/bin
2025-08-20T22:14:42.6407239Z 
2025-08-20T22:14:42.6893529Z 
2025-08-20T22:14:42.6894834Z [+] Fetching Bins from (Default) :: https://bin.pkgforge.dev/x86_64-Linux
2025-08-20T22:14:42.6895183Z 
2025-08-20T22:14:42.6895187Z 
2025-08-20T22:14:42.6895420Z [+] Installing in Sequential (Slow) Mode [Re Run : export PARALLEL=1 for Speed]
2025-08-20T22:14:42.6895709Z 
2025-08-20T22:14:42.7000089Z [+] Installing: 7z -> 7z
2025-08-20T22:14:43.0223497Z [+] Installing: actionlint -> actionlint
2025-08-20T22:14:43.3484594Z [+] Installing: anew -> anew
2025-08-20T22:14:43.4424513Z [+] Installing: anew-rs -> anew-rs
2025-08-20T22:14:43.7695070Z [+] Installing: ansi2html -> ansi2html
2025-08-20T22:14:44.0717077Z [+] Installing: ansi2txt -> ansi2txt
2025-08-20T22:14:44.3731008Z [+] Installing: archey -> archey
2025-08-20T22:14:44.7245968Z [+] Installing: aria2 -> aria2c
2025-08-20T22:14:44.8724968Z [+] Installing: askalono -> askalono
2025-08-20T22:14:45.2014856Z [+] Installing: bsdtar -> bsdtar
2025-08-20T22:14:45.5359899Z [+] Installing: b3sum -> b3sum
2025-08-20T22:14:45.8568933Z [+] Installing: bita -> bita
2025-08-20T22:14:45.9778446Z [+] Installing: btop -> btop
2025-08-20T22:14:46.0757433Z [+] Installing: chafa -> chafa
2025-08-20T22:14:46.2225122Z [+] Installing: cloudflared -> cloudflared
2025-08-20T22:14:46.4257102Z [+] Installing: croc -> croc
2025-08-20T22:14:46.5515369Z [+] Installing: csvtk -> csvtk
2025-08-20T22:14:46.9351239Z [+] Installing: cutlines -> cutlines
2025-08-20T22:14:47.0280572Z curl: (22) The requested URL returned error: 404
2025-08-20T22:14:47.0326125Z [-] Failed to install cutlines to /usr/local/bin/cutlines
2025-08-20T22:14:47.0326997Z [+] Installing: dbin -> dbin
2025-08-20T22:14:47.1609176Z [+] Installing: dasel -> dasel
2025-08-20T22:14:47.3120270Z [+] Installing: delta -> delta
2025-08-20T22:14:47.4319745Z [+] Installing: ds -> ds
2025-08-20T22:14:47.5331781Z curl: (22) The requested URL returned error: 404
2025-08-20T22:14:47.5369416Z [-] Failed to install ds to /usr/local/bin/ds
2025-08-20T22:14:47.5370571Z [+] Installing: dos2unix -> dos2unix
2025-08-20T22:14:47.6258804Z [+] Installing: duf -> duf
2025-08-20T22:14:47.7337317Z [+] Installing: duplicut -> duplicut
2025-08-20T22:14:48.0535364Z [+] Installing: dust -> dust
2025-08-20T22:14:48.3791534Z [+] Installing: dwarfs-tools -> dwarfs
2025-08-20T22:14:48.4891992Z [+] Installing: dwarfs-tools -> mkdwarfs
2025-08-20T22:14:48.6343747Z [+] Installing: dysk -> dysk
2025-08-20T22:14:49.4269703Z [+] Installing: eget -> eget
2025-08-20T22:14:49.7771326Z [+] Installing: epoch -> epoch
2025-08-20T22:14:50.0867557Z [+] Installing: faketty -> faketty
2025-08-20T22:14:50.1836667Z [+] Installing: fastfetch -> fastfetch
2025-08-20T22:14:50.2922875Z [+] Installing: freeze -> freeze
2025-08-20T22:14:50.6542029Z [+] Installing: fusermount3 -> fusermount
2025-08-20T22:14:50.7434362Z [+] Installing: gdu -> gdu
2025-08-20T22:14:51.1102479Z [+] Installing: gh -> gh
2025-08-20T22:14:51.3383908Z [+] Installing: gitleaks -> gitleaks
2025-08-20T22:14:51.6950126Z [+] Installing: git-sizer -> git-sizer
2025-08-20T22:14:52.1090460Z [+] Installing: glab -> glab
2025-08-20T22:14:52.3341014Z [+] Installing: glow -> glow
2025-08-20T22:14:52.7383222Z [+] Installing: httpx -> httpx
2025-08-20T22:14:52.9534985Z [+] Installing: huggingface-cli -> huggingface-cli
2025-08-20T22:14:53.1456715Z [+] Installing: husarnet -> husarnet
2025-08-20T22:14:53.4498114Z curl: (22) The requested URL returned error: 404
2025-08-20T22:14:53.4537693Z [-] Failed to install husarnet to /usr/local/bin/husarnet
2025-08-20T22:14:53.4538886Z [+] Installing: husarnet-daemon -> husarnet-daemon
2025-08-20T22:14:53.7874494Z curl: (22) The requested URL returned error: 404
2025-08-20T22:14:53.7913930Z [-] Failed to install husarnet-daemon to /usr/local/bin/husarnet-daemon
2025-08-20T22:14:53.7914763Z [+] Installing: imgcat -> imgcat
2025-08-20T22:14:53.8875591Z [+] Installing: jc -> jc
2025-08-20T22:14:54.0445155Z [+] Installing: jq -> jq
2025-08-20T22:14:54.1337502Z [+] Installing: logdy -> logdy
2025-08-20T22:14:54.5982653Z [+] Installing: micro -> micro
2025-08-20T22:14:54.9448225Z [+] Installing: miniserve -> miniserve
2025-08-20T22:14:55.0797481Z [+] Installing: minisign -> minisign
2025-08-20T22:14:55.3898215Z [+] Installing: ncdu -> ncdu
2025-08-20T22:14:55.6939407Z [+] Installing: notify -> notify
2025-08-20T22:14:56.0592630Z [+] Installing: ouch -> ouch
2025-08-20T22:14:56.3885949Z [+] Installing: oras -> oras
2025-08-20T22:14:56.5189576Z [+] Installing: pipetty -> pipetty
2025-08-20T22:14:56.6053837Z [+] Installing: pixterm -> pixterm
2025-08-20T22:14:56.9393075Z [+] Installing: qsv -> qsv
2025-08-20T22:14:57.3229492Z [+] Installing: rclone -> rclone
2025-08-20T22:14:57.5915613Z [+] Installing: ripgrep -> rg
2025-08-20T22:14:57.9475731Z [+] Installing: rga -> rga
2025-08-20T22:14:58.2649537Z [+] Installing: rsync -> rsync
2025-08-20T22:14:58.6112547Z [+] Installing: script -> script
2025-08-20T22:14:58.9142578Z [+] Installing: shellcheck -> shellcheck
2025-08-20T22:14:59.0516594Z [+] Installing: soar -> soar
2025-08-20T22:14:59.1740230Z [+] Installing: speedtest-go -> speedtest-go
2025-08-20T22:14:59.2973645Z [+] Installing: sstrip -> sstrip
2025-08-20T22:14:59.6320433Z [+] Installing: strace -> strace
2025-08-20T22:14:59.7245610Z [+] Installing: sttr -> sttr
2025-08-20T22:15:00.0509685Z [+] Installing: tailscale -> tailscale
2025-08-20T22:15:00.1977887Z [+] Installing: tailscaled -> tailscaled
2025-08-20T22:15:00.3903840Z [+] Installing: taplo -> taplo
2025-08-20T22:15:00.7429632Z [+] Installing: tldr -> tldr
2025-08-20T22:15:01.0694696Z [+] Installing: tldr -> tealdeer
2025-08-20T22:15:01.2141172Z [+] Installing: tmux -> tmux
2025-08-20T22:15:01.3099003Z [+] Installing: tok -> tok
2025-08-20T22:15:01.4047335Z [+] Installing: trufflehog -> trufflehog
2025-08-20T22:15:01.8002032Z [+] Installing: trurl -> trurl
2025-08-20T22:15:02.1369347Z [+] Installing: tss -> tss
2025-08-20T22:15:02.2293154Z [+] Installing: ulexec -> ulexec
2025-08-20T22:15:02.3512869Z [+] Installing: unfurl -> unfurl
2025-08-20T22:15:02.4649215Z [+] Installing: upx -> upx
2025-08-20T22:15:02.7744989Z [+] Installing: validtoml -> validtoml
2025-08-20T22:15:03.1203553Z [+] Installing: wget -> wget
2025-08-20T22:15:03.2898455Z [+] Installing: wget2 -> wget2
2025-08-20T22:15:03.4020131Z [+] Installing: wormhole-rs -> wormhole-rs
2025-08-20T22:15:03.7399003Z [+] Installing: xq -> xq
2025-08-20T22:15:03.8508810Z [+] Installing: xz -> xz
2025-08-20T22:15:04.1631231Z [+] Installing: unxz -> unxz
2025-08-20T22:15:04.2517177Z [+] Installing: yq -> yq
2025-08-20T22:15:04.3864512Z [+] Installing: yj -> yj
2025-08-20T22:15:04.4895149Z [+] Installing: zapper -> zapper
2025-08-20T22:15:04.7886215Z [+] Installing: zapper-stealth -> zproccer
2025-08-20T22:15:05.1078360Z [+] Installing: zerotier-cli -> zerotier-cli
2025-08-20T22:15:05.4163694Z curl: (22) The requested URL returned error: 404
2025-08-20T22:15:05.4203127Z [-] Failed to install zerotier-cli to /usr/local/bin/zerotier-cli
2025-08-20T22:15:05.4204614Z [+] Installing: zerotier-idtool -> zerotier-idtool
2025-08-20T22:15:05.5178360Z curl: (22) The requested URL returned error: 404
2025-08-20T22:15:05.5213404Z [-] Failed to install zerotier-idtool to /usr/local/bin/zerotier-idtool
2025-08-20T22:15:05.5214760Z [+] Installing: zerotier-one -> zerotier-one
2025-08-20T22:15:05.8513719Z curl: (22) The requested URL returned error: 404
2025-08-20T22:15:05.8554499Z [-] Failed to install zerotier-one to /usr/local/bin/zerotier-one
2025-08-20T22:15:05.8555916Z [+] Installing: zstd -> zstd
2025-08-20T22:15:06.1695606Z [+] Creating symlinks...
2025-08-20T22:15:06.1786381Z '/usr/bin/7z' -> '/usr/local/bin/7z'
2025-08-20T22:15:06.1883675Z '/usr/bin/actionlint' -> '/usr/local/bin/actionlint'
2025-08-20T22:15:06.1978536Z '/usr/bin/anew' -> '/usr/local/bin/anew'
2025-08-20T22:15:06.2074710Z '/usr/bin/anew-rs' -> '/usr/local/bin/anew-rs'
2025-08-20T22:15:06.2171447Z '/usr/bin/ansi2html' -> '/usr/local/bin/ansi2html'
2025-08-20T22:15:06.2267470Z '/usr/bin/ansi2txt' -> '/usr/local/bin/ansi2txt'
2025-08-20T22:15:06.2363553Z '/usr/bin/archey' -> '/usr/local/bin/archey'
2025-08-20T22:15:06.2460123Z '/usr/bin/aria2c' -> '/usr/local/bin/aria2c'
2025-08-20T22:15:06.2556844Z '/usr/bin/askalono' -> '/usr/local/bin/askalono'
2025-08-20T22:15:06.2655307Z '/usr/bin/bsdtar' -> '/usr/local/bin/bsdtar'
2025-08-20T22:15:06.2751872Z '/usr/bin/b3sum' -> '/usr/local/bin/b3sum'
2025-08-20T22:15:06.2848460Z '/usr/bin/bita' -> '/usr/local/bin/bita'
2025-08-20T22:15:06.2947357Z '/usr/bin/btop' -> '/usr/local/bin/btop'
2025-08-20T22:15:06.3047980Z '/usr/bin/chafa' -> '/usr/local/bin/chafa'
2025-08-20T22:15:06.3145294Z '/usr/bin/cloudflared' -> '/usr/local/bin/cloudflared'
2025-08-20T22:15:06.3241977Z '/usr/bin/croc' -> '/usr/local/bin/croc'
2025-08-20T22:15:06.3339566Z '/usr/bin/csvtk' -> '/usr/local/bin/csvtk'
2025-08-20T22:15:06.3376558Z [-] Warning: Target /usr/local/bin/cutlines does not exist for symlink cutlines
2025-08-20T22:15:06.3463286Z '/usr/bin/dbin' -> '/usr/local/bin/dbin'
2025-08-20T22:15:06.3559049Z '/usr/bin/dasel' -> '/usr/local/bin/dasel'
2025-08-20T22:15:06.3655301Z '/usr/bin/delta' -> '/usr/local/bin/delta'
2025-08-20T22:15:06.3692200Z [-] Warning: Target /usr/local/bin/ds does not exist for symlink ds
2025-08-20T22:15:06.3780127Z '/usr/bin/dos2unix' -> '/usr/local/bin/dos2unix'
2025-08-20T22:15:06.3876011Z '/usr/bin/duf' -> '/usr/local/bin/duf'
2025-08-20T22:15:06.3972020Z '/usr/bin/duplicut' -> '/usr/local/bin/duplicut'
2025-08-20T22:15:06.4068199Z '/usr/bin/dust' -> '/usr/local/bin/dust'
2025-08-20T22:15:06.4164288Z '/usr/bin/dwarfs' -> '/usr/local/bin/dwarfs'
2025-08-20T22:15:06.4259845Z '/usr/bin/mkdwarfs' -> '/usr/local/bin/mkdwarfs'
2025-08-20T22:15:06.4355952Z '/usr/bin/dysk' -> '/usr/local/bin/dysk'
2025-08-20T22:15:06.4452376Z '/usr/bin/eget' -> '/usr/local/bin/eget'
2025-08-20T22:15:06.4548325Z '/usr/bin/epoch' -> '/usr/local/bin/epoch'
2025-08-20T22:15:06.4643938Z '/usr/bin/faketty' -> '/usr/local/bin/faketty'
2025-08-20T22:15:06.4740096Z '/usr/bin/fastfetch' -> '/usr/local/bin/fastfetch'
2025-08-20T22:15:06.4836610Z '/usr/bin/freeze' -> '/usr/local/bin/freeze'
2025-08-20T22:15:06.4933938Z '/usr/bin/fusermount' -> '/usr/local/bin/fusermount'
2025-08-20T22:15:06.5029705Z '/usr/bin/gdu' -> '/usr/local/bin/gdu'
2025-08-20T22:15:06.5125904Z '/usr/bin/gh' -> '/usr/local/bin/gh'
2025-08-20T22:15:06.5222409Z '/usr/bin/gitleaks' -> '/usr/local/bin/gitleaks'
2025-08-20T22:15:06.5318378Z '/usr/bin/git-sizer' -> '/usr/local/bin/git-sizer'
2025-08-20T22:15:06.5414958Z '/usr/bin/glab' -> '/usr/local/bin/glab'
2025-08-20T22:15:06.5510494Z '/usr/bin/glow' -> '/usr/local/bin/glow'
2025-08-20T22:15:06.5606803Z '/usr/bin/httpx' -> '/usr/local/bin/httpx'
2025-08-20T22:15:06.5703529Z '/home/runner/.local/bin/httpx' -> '/usr/local/bin/httpx'
2025-08-20T22:15:06.5802160Z '/usr/bin/huggingface-cli' -> '/usr/local/bin/huggingface-cli'
2025-08-20T22:15:06.5839292Z [-] Warning: Target /usr/local/bin/husarnet does not exist for symlink husarnet
2025-08-20T22:15:06.5866800Z [-] Warning: Target /usr/local/bin/husarnet-daemon does not exist for symlink husarnet-daemon
2025-08-20T22:15:06.5954005Z '/usr/bin/imgcat' -> '/usr/local/bin/imgcat'
2025-08-20T22:15:06.6051537Z '/usr/bin/jc' -> '/usr/local/bin/jc'
2025-08-20T22:15:06.6148266Z '/usr/bin/jq' -> '/usr/local/bin/jq'
2025-08-20T22:15:06.6245437Z '/usr/bin/logdy' -> '/usr/local/bin/logdy'
2025-08-20T22:15:06.6341223Z '/usr/bin/micro' -> '/usr/local/bin/micro'
2025-08-20T22:15:06.6437379Z '/usr/bin/miniserve' -> '/usr/local/bin/miniserve'
2025-08-20T22:15:06.6534498Z '/usr/bin/minisign' -> '/usr/local/bin/minisign'
2025-08-20T22:15:06.6629865Z '/usr/bin/ncdu' -> '/usr/local/bin/ncdu'
2025-08-20T22:15:06.6726010Z '/usr/bin/notify' -> '/usr/local/bin/notify'
2025-08-20T22:15:06.6822133Z '/usr/bin/ouch' -> '/usr/local/bin/ouch'
2025-08-20T22:15:06.6917641Z '/usr/bin/oras' -> '/usr/local/bin/oras'
2025-08-20T22:15:06.7014051Z '/usr/bin/pipetty' -> '/usr/local/bin/pipetty'
2025-08-20T22:15:06.7109902Z '/usr/bin/pixterm' -> '/usr/local/bin/pixterm'
2025-08-20T22:15:06.7214853Z '/usr/bin/qsv' -> '/usr/local/bin/qsv'
2025-08-20T22:15:06.7320288Z '/usr/bin/rclone' -> '/usr/local/bin/rclone'
2025-08-20T22:15:06.7421826Z '/usr/bin/rg' -> '/usr/local/bin/rg'
2025-08-20T22:15:06.7520933Z '/usr/bin/rga' -> '/usr/local/bin/rga'
2025-08-20T22:15:06.7620422Z '/usr/bin/rsync' -> '/usr/local/bin/rsync'
2025-08-20T22:15:06.7719639Z '/usr/bin/script' -> '/usr/local/bin/script'
2025-08-20T22:15:06.7818765Z '/usr/bin/shellcheck' -> '/usr/local/bin/shellcheck'
2025-08-20T22:15:06.7916449Z '/usr/bin/soar' -> '/usr/local/bin/soar'
2025-08-20T22:15:06.8013411Z '/usr/bin/speedtest-go' -> '/usr/local/bin/speedtest-go'
2025-08-20T22:15:06.8109951Z '/usr/bin/sstrip' -> '/usr/local/bin/sstrip'
2025-08-20T22:15:06.8206767Z '/usr/bin/strace' -> '/usr/local/bin/strace'
2025-08-20T22:15:06.8301788Z '/usr/bin/sttr' -> '/usr/local/bin/sttr'
2025-08-20T22:15:06.8396495Z '/usr/bin/tailscale' -> '/usr/local/bin/tailscale'
2025-08-20T22:15:06.8493598Z '/usr/bin/tailscaled' -> '/usr/local/bin/tailscaled'
2025-08-20T22:15:06.8587968Z '/usr/bin/taplo' -> '/usr/local/bin/taplo'
2025-08-20T22:15:06.8682720Z '/usr/bin/tldr' -> '/usr/local/bin/tldr'
2025-08-20T22:15:06.8777711Z '/usr/bin/tealdeer' -> '/usr/local/bin/tealdeer'
2025-08-20T22:15:06.8873832Z '/usr/bin/tmux' -> '/usr/local/bin/tmux'
2025-08-20T22:15:06.8968505Z '/usr/bin/tok' -> '/usr/local/bin/tok'
2025-08-20T22:15:06.9063422Z '/usr/bin/trufflehog' -> '/usr/local/bin/trufflehog'
2025-08-20T22:15:06.9159394Z '/usr/bin/trurl' -> '/usr/local/bin/trurl'
2025-08-20T22:15:06.9256761Z '/usr/bin/tss' -> '/usr/local/bin/tss'
2025-08-20T22:15:06.9353285Z '/usr/bin/ulexec' -> '/usr/local/bin/ulexec'
2025-08-20T22:15:06.9448672Z '/usr/bin/unfurl' -> '/usr/local/bin/unfurl'
2025-08-20T22:15:06.9545775Z '/usr/bin/upx' -> '/usr/local/bin/upx'
2025-08-20T22:15:06.9643085Z '/usr/bin/validtoml' -> '/usr/local/bin/validtoml'
2025-08-20T22:15:06.9738941Z '/usr/bin/wget' -> '/usr/local/bin/wget'
2025-08-20T22:15:06.9835418Z '/usr/bin/wget2' -> '/usr/local/bin/wget2'
2025-08-20T22:15:06.9931293Z '/usr/bin/wormhole-rs' -> '/usr/local/bin/wormhole-rs'
2025-08-20T22:15:07.0026316Z '/usr/bin/xq' -> '/usr/local/bin/xq'
2025-08-20T22:15:07.0123056Z '/usr/bin/xz' -> '/usr/local/bin/xz'
2025-08-20T22:15:07.0219624Z '/usr/bin/unxz' -> '/usr/local/bin/unxz'
2025-08-20T22:15:07.0316725Z '/usr/bin/yq' -> '/usr/local/bin/yq'
2025-08-20T22:15:07.0413478Z '/usr/bin/yj' -> '/usr/local/bin/yj'
2025-08-20T22:15:07.0510471Z '/usr/bin/zapper' -> '/usr/local/bin/zapper'
2025-08-20T22:15:07.0607157Z '/usr/bin/zproccer' -> '/usr/local/bin/zproccer'
2025-08-20T22:15:07.0644220Z [-] Warning: Target /usr/local/bin/zerotier-cli does not exist for symlink zerotier-cli
2025-08-20T22:15:07.0672039Z [-] Warning: Target /usr/local/bin/zerotier-idtool does not exist for symlink zerotier-idtool
2025-08-20T22:15:07.0700230Z [-] Warning: Target /usr/local/bin/zerotier-one does not exist for symlink zerotier-one
2025-08-20T22:15:07.0789575Z '/usr/bin/zstd' -> '/usr/local/bin/zstd'
2025-08-20T22:15:07.0816186Z 
2025-08-20T22:15:07.0816701Z [!] Failed to install: husarnet cutlines ds zerotier-one zerotier-idtool zerotier-cli husarnet-daemon
2025-08-20T22:15:07.0817381Z 
2025-08-20T22:15:07.0830920Z 
2025-08-20T22:15:07.0923195Z 
2025-08-20T22:15:07.0923530Z [+] Disk Size (/usr/local/bin) :: 930M --> 1.8G
2025-08-20T22:15:07.0923885Z 
2025-08-20T22:15:07.0924029Z [+] Installation completed!
2025-08-20T22:15:07.0996580Z 
2025-08-20T22:15:07.0996854Z [+] GITHUB_TOKEN is Exported
2025-08-20T22:15:07.3485291Z github.com
2025-08-20T22:15:07.3486083Z   ✓ Logged in to github.com account Azathothas (GITHUB_TOKEN)
2025-08-20T22:15:07.3486491Z   - Active account: true
2025-08-20T22:15:07.3486776Z   - Git operations protocol: https
2025-08-20T22:15:07.3487103Z   - Token: ghp_************************************
2025-08-20T22:15:07.3487933Z   - Token scopes: 'public_repo', 'read:discussion', 'read:enterprise', 'read:gpg_key', 'read:packages', 'read:project', 'read:public_key', 'read:ssh_signing_key', 'repo_deployment', 'user:email'
2025-08-20T22:15:07.3488785Z   ! Missing required token scopes: 'repo', 'read:org'
2025-08-20T22:15:07.3489223Z   - To request missing scopes, run: gh auth refresh -h github.com
2025-08-20T22:15:07.4421905Z Limit: 5000, Remaining: 4908, Reset: 2025-08-20 22:27:57 +0000 UTC (12m50s)
2025-08-20T22:15:07.4430311Z 
2025-08-20T22:15:07.4430578Z [+] GHCR_TOKEN is Exported
2025-08-20T22:15:07.4468218Z WARNING! Using --password via the CLI is insecure. Use --password-stdin.
2025-08-20T22:15:07.5912723Z Login Succeeded
2025-08-20T22:15:07.5922545Z 
2025-08-20T22:15:07.5922738Z [+] GITLAB is Exported
2025-08-20T22:15:07.6218105Z [git remote -v]
2025-08-20T22:15:08.1373972Z gitlab.com
2025-08-20T22:15:08.1374714Z   ✓ Logged in to gitlab.com as Ajamx101 (GITLAB_TOKEN)
2025-08-20T22:15:08.1375581Z   ✓ Git operations for gitlab.com configured to use ssh protocol.
2025-08-20T22:15:08.1376318Z   ✓ API calls for gitlab.com are made over https protocol.
2025-08-20T22:15:08.1376977Z   ✓ REST API Endpoint: https://gitlab.com/api/v4/
2025-08-20T22:15:08.1377605Z   ✓ GraphQL Endpoint: https://gitlab.com/api/graphql/
2025-08-20T22:15:08.1378127Z   ✓ Token found: **************************
2025-08-20T22:15:08.1378444Z 
2025-08-20T22:15:08.1379021Z ! One of GITLAB_TOKEN, GITLAB_ACCESS_TOKEN, OAUTH_TOKEN environment variables is set. It will be used for all authentication.
2025-08-20T22:15:08.1379852Z [git remote -v]
2025-08-20T22:15:08.1394524Z 2025/08/20 22:15:08 [Could not determine base repo in telemetry hook:  fatal: not a git repository (or any of the parent directories): .git
2025-08-20T22:15:08.1395380Z git: exit status 128]
2025-08-20T22:15:08.4734859Z 
2025-08-20T22:15:08.4734874Z 
2025-08-20T22:15:08.4735833Z  [+] Started Initializing Linux pkrvmubgrv54qmi 6.11.0-1018-azure x86_64 :: at Wednesday, 2025-08-20 (10:15:08 PM)
2025-08-20T22:15:08.4736546Z 
2025-08-20T22:15:08.4736551Z 
2025-08-20T22:15:08.4736676Z [+] USER = runner
2025-08-20T22:15:08.4737032Z [+] HOME = /home/runner
2025-08-20T22:15:08.4739784Z [+] PATH = /home/runner/.local/share/soar/bin:/home/runner/bin:/home/runner/.cargo/bin:/home/runner/.cargo/env:/home/runner/.config/guix/current/bin/guix:/home/runner/.go/bin:/home/runner/go/bin:/home/runner/.local/bin:/home/runner/miniconda3/bin:/home/runner/miniconda3/condabin:/root/.config/guix/current/bin/guix:/usr/local/zig:/usr/local/zig/lib:/usr/local/zig/lib/include:/usr/local/musl/bin:/usr/local/musl/lib:/usr/local/musl/include:/snap/bin:/opt/pipx_bin:/home/runner/.config/composer/vendor/bin:/usr/local/.ghcup/bin:/home/runner/.dotnet/tools:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games
2025-08-20T22:15:08.4742387Z 
2025-08-20T22:15:08.8591899Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T22:15:08.8862053Z Hit:2 http://azure.archive.ubuntu.com/ubuntu noble InRelease
2025-08-20T22:15:08.8862922Z Hit:6 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T22:15:08.8874182Z Hit:3 http://azure.archive.ubuntu.com/ubuntu noble-updates InRelease
2025-08-20T22:15:08.8876783Z Hit:4 http://azure.archive.ubuntu.com/ubuntu noble-backports InRelease
2025-08-20T22:15:08.8883649Z Hit:5 http://azure.archive.ubuntu.com/ubuntu noble-security InRelease
2025-08-20T22:15:08.8934367Z Hit:7 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T22:15:10.0268779Z Reading package lists...
2025-08-20T22:15:10.0584920Z Reading package lists...
2025-08-20T22:15:10.2150398Z Building dependency tree...
2025-08-20T22:15:10.2158032Z Reading state information...
2025-08-20T22:15:10.3951617Z apt-transport-https is already the newest version (2.8.3).
2025-08-20T22:15:10.3952263Z apt-utils is already the newest version (2.8.3).
2025-08-20T22:15:10.3952842Z ca-certificates is already the newest version (20240203).
2025-08-20T22:15:10.3953401Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-20T22:15:10.3954006Z gnupg2 is already the newest version (2.4.4-2ubuntu17.3).
2025-08-20T22:15:10.3954570Z moreutils is already the newest version (0.69-1).
2025-08-20T22:15:10.3955210Z software-properties-common is already the newest version (0.99.49.3).
2025-08-20T22:15:10.3955941Z util-linux is already the newest version (2.39.3-9ubuntu6.3).
2025-08-20T22:15:10.3956971Z 0 upgraded, 0 newly installed, 0 to remove and 45 not upgraded.
2025-08-20T22:15:10.4613055Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T22:15:10.4914495Z Hit:2 http://azure.archive.ubuntu.com/ubuntu noble InRelease
2025-08-20T22:15:10.4921317Z Hit:6 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T22:15:10.4922414Z Hit:7 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T22:15:10.4935841Z Hit:3 http://azure.archive.ubuntu.com/ubuntu noble-updates InRelease
2025-08-20T22:15:10.4945696Z Hit:4 http://azure.archive.ubuntu.com/ubuntu noble-backports InRelease
2025-08-20T22:15:10.4953483Z Hit:5 http://azure.archive.ubuntu.com/ubuntu noble-security InRelease
2025-08-20T22:15:11.7269681Z Reading package lists...
2025-08-20T22:15:11.7589020Z Reading package lists...
2025-08-20T22:15:11.9344940Z Building dependency tree...
2025-08-20T22:15:11.9352458Z Reading state information...
2025-08-20T22:15:12.1015787Z aria2 is already the newest version (1.37.0+debian-1build3).
2025-08-20T22:15:12.1016485Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T22:15:12.1017049Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-20T22:15:12.1017603Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T22:15:12.1018185Z ca-certificates is already the newest version (20240203).
2025-08-20T22:15:12.1018779Z diffutils is already the newest version (1:3.10-1build1).
2025-08-20T22:15:12.1019344Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T22:15:12.1019885Z gawk is already the newest version (1:5.2.1-2build3).
2025-08-20T22:15:12.1020492Z gawk set to manually installed.
2025-08-20T22:15:12.1021355Z git-lfs is already the newest version (3.7.0).
2025-08-20T22:15:12.1021877Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T22:15:12.1022478Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T22:15:12.1023442Z make is already the newest version (4.3-4.1build2).
2025-08-20T22:15:12.1024040Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-20T22:15:12.1024648Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-20T22:15:12.1025178Z texinfo is already the newest version (7.1-3build2).
2025-08-20T22:15:12.1025710Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T22:15:12.1026251Z The following additional packages will be installed:
2025-08-20T22:15:12.1026897Z   fonts-droid-fallback fonts-noto-mono fonts-urw-base35 ghostscript
2025-08-20T22:15:12.1027647Z   imagemagick-6.q16 libdjvulibre-text libdjvulibre21 libgs-common libgs10
2025-08-20T22:15:12.1028421Z   libgs10-common libhiredis1.1.0 libidn12 libijs-0.35 libimath-3-1-29t64
2025-08-20T22:15:12.1029128Z   libjbig2dec0 libjxr-tools libjxr0t64 libmagickcore-6.q16-7-extra
2025-08-20T22:15:12.1029875Z   libnetpbm11t64 libopenexr-3-1-30 libpaper-utils libpaper1 libwmflite-0.2-7
2025-08-20T22:15:12.1030579Z   netpbm poppler-data xfonts-encodings xfonts-utils
2025-08-20T22:15:12.1035920Z Suggested packages:
2025-08-20T22:15:12.1036385Z   distcc | icecc fonts-noto fonts-freefont-otf | fonts-freefont-ttf
2025-08-20T22:15:12.1037133Z   fonts-texgyre texlive-binaries imagemagick-6-doc autotrace cups-bsd | lpr
2025-08-20T22:15:12.1037954Z   | lprng enscript ffmpeg gimp gnuplot grads graphviz hp2xx html2ps libwmf-bin
2025-08-20T22:15:12.1038761Z   mplayer povray radiance sane-utils texlive-base-bin transfig libraw-bin
2025-08-20T22:15:12.1039568Z   inkscape poppler-utils fonts-japanese-mincho | fonts-ipafont-mincho
2025-08-20T22:15:12.1040317Z   fonts-japanese-gothic | fonts-ipafont-gothic fonts-arphic-ukai
2025-08-20T22:15:12.1041168Z   fonts-arphic-uming fonts-nanum
2025-08-20T22:15:12.1408008Z The following NEW packages will be installed:
2025-08-20T22:15:12.1408806Z   b3sum build-essential ccache fonts-droid-fallback fonts-noto-mono
2025-08-20T22:15:12.1411451Z   fonts-urw-base35 ghostscript imagemagick imagemagick-6.q16 libdjvulibre-text
2025-08-20T22:15:12.1412808Z   libdjvulibre21 libgs-common libgs10 libgs10-common libhiredis1.1.0 libidn12
2025-08-20T22:15:12.1413717Z   libijs-0.35 libimath-3-1-29t64 libjbig2dec0 libjxr-tools libjxr0t64
2025-08-20T22:15:12.1414601Z   libmagickcore-6.q16-7-extra libnetpbm11t64 libopenexr-3-1-30 libpaper-utils
2025-08-20T22:15:12.1419250Z   libpaper1 libtool-bin libwmflite-0.2-7 lzip musl musl-dev musl-tools netpbm
2025-08-20T22:15:12.1421139Z   poppler-data xfonts-encodings xfonts-utils
2025-08-20T22:15:12.1604068Z 0 upgraded, 36 newly installed, 0 to remove and 45 not upgraded.
2025-08-20T22:15:12.1604690Z Need to get 27.5 MB of archives.
2025-08-20T22:15:12.1615036Z After this operation, 93.0 MB of additional disk space will be used.
2025-08-20T22:15:12.1615522Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T22:15:12.1914026Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 fonts-droid-fallback all 1:6.0.1r16-1.1build1 [1805 kB]
2025-08-20T22:15:12.2498423Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 poppler-data all 0.4.12-1 [2060 kB]
2025-08-20T22:15:12.3413430Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 b3sum amd64 1.2.0-1 [388 kB]
2025-08-20T22:15:12.3648741Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 build-essential amd64 12.10ubuntu1 [4928 B]
2025-08-20T22:15:12.3896312Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libhiredis1.1.0 amd64 1.2.0-6ubuntu3 [41.4 kB]
2025-08-20T22:15:12.4138779Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 ccache amd64 4.9.1-1 [592 kB]
2025-08-20T22:15:12.4346173Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 fonts-noto-mono all 20201225-2 [435 kB]
2025-08-20T22:15:12.4535258Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 xfonts-encodings all 1:1.0.5-0ubuntu2 [578 kB]
2025-08-20T22:15:12.4843041Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 xfonts-utils amd64 1:7.7+6build3 [94.4 kB]
2025-08-20T22:15:12.4988658Z Get:11 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 fonts-urw-base35 all 20200910-8 [11.0 MB]
2025-08-20T22:15:12.7449485Z Get:12 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libgs-common all 10.02.1~dfsg1-0ubuntu7.7 [176 kB]
2025-08-20T22:15:12.7645983Z Get:13 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libgs10-common all 10.02.1~dfsg1-0ubuntu7.7 [488 kB]
2025-08-20T22:15:12.7931245Z Get:14 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libidn12 amd64 1.42-1build1 [55.9 kB]
2025-08-20T22:15:12.8092633Z Get:15 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libijs-0.35 amd64 0.35-15.1build1 [15.3 kB]
2025-08-20T22:15:12.8246465Z Get:16 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libjbig2dec0 amd64 0.20-1build3 [65.0 kB]
2025-08-20T22:15:12.8407535Z Get:17 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libpaper1 amd64 1.1.29build1 [13.4 kB]
2025-08-20T22:15:12.8559051Z Get:18 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libgs10 amd64 10.02.1~dfsg1-0ubuntu7.7 [3897 kB]
2025-08-20T22:15:12.9547444Z Get:19 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 ghostscript amd64 10.02.1~dfsg1-0ubuntu7.7 [43.4 kB]
2025-08-20T22:15:13.0155388Z Get:20 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 imagemagick-6.q16 amd64 8:6.9.12.98+dfsg1-5.2build2 [254 kB]
2025-08-20T22:15:13.0364237Z Get:21 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 imagemagick amd64 8:6.9.12.98+dfsg1-5.2build2 [14.2 kB]
2025-08-20T22:15:13.0511845Z Get:22 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libdjvulibre-text all 3.5.28-2ubuntu0.24.04.1 [50.9 kB]
2025-08-20T22:15:13.0659873Z Get:23 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libdjvulibre21 amd64 3.5.28-2ubuntu0.24.04.1 [638 kB]
2025-08-20T22:15:13.1005066Z Get:24 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libimath-3-1-29t64 amd64 3.1.9-3.1ubuntu2 [72.2 kB]
2025-08-20T22:15:13.1192473Z Get:25 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libjxr0t64 amd64 1.2~git20170615.f752187-5.1ubuntu2 [181 kB]
2025-08-20T22:15:13.1392114Z Get:26 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libjxr-tools amd64 1.2~git20170615.f752187-5.1ubuntu2 [15.8 kB]
2025-08-20T22:15:13.1549010Z Get:27 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libopenexr-3-1-30 amd64 3.1.5-5.1build3 [1004 kB]
2025-08-20T22:15:13.1957502Z Get:28 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libwmflite-0.2-7 amd64 0.2.13-1.1build3 [68.6 kB]
2025-08-20T22:15:13.2119704Z Get:29 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libmagickcore-6.q16-7-extra amd64 8:6.9.12.98+dfsg1-5.2build2 [70.1 kB]
2025-08-20T22:15:13.2321635Z Get:30 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libnetpbm11t64 amd64 2:11.05.02-1.1build1 [114 kB]
2025-08-20T22:15:13.2509154Z Get:31 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libpaper-utils amd64 1.1.29build1 [8650 B]
2025-08-20T22:15:13.2717500Z Get:32 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libtool-bin amd64 2.4.7-7build1 [84.1 kB]
2025-08-20T22:15:13.2889608Z Get:33 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 lzip amd64 1.24.1-1build1 [83.1 kB]
2025-08-20T22:15:13.3065136Z Get:34 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 netpbm amd64 2:11.05.02-1.1build1 [2054 kB]
2025-08-20T22:15:13.3700026Z Get:35 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 musl amd64 1.2.4-2 [416 kB]
2025-08-20T22:15:13.3991119Z Get:36 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 musl-dev amd64 1.2.4-2 [616 kB]
2025-08-20T22:15:13.4290215Z Get:37 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 musl-tools amd64 1.2.4-2 [5540 B]
2025-08-20T22:15:13.6898921Z Preconfiguring packages ...
2025-08-20T22:15:13.7552677Z Fetched 27.5 MB in 1s (21.5 MB/s)
2025-08-20T22:15:13.7773301Z Selecting previously unselected package fonts-droid-fallback.
2025-08-20T22:15:13.7827075Z (Reading database ... 
2025-08-20T22:15:13.7827750Z (Reading database ... 5%
2025-08-20T22:15:13.7828162Z (Reading database ... 10%
2025-08-20T22:15:13.7828548Z (Reading database ... 15%
2025-08-20T22:15:13.7828930Z (Reading database ... 20%
2025-08-20T22:15:13.7829298Z (Reading database ... 25%
2025-08-20T22:15:13.7829661Z (Reading database ... 30%
2025-08-20T22:15:13.7830021Z (Reading database ... 35%
2025-08-20T22:15:13.7830373Z (Reading database ... 40%
2025-08-20T22:15:13.7830912Z (Reading database ... 45%
2025-08-20T22:15:13.7831290Z (Reading database ... 50%
2025-08-20T22:15:13.7930563Z (Reading database ... 55%
2025-08-20T22:15:13.7948784Z (Reading database ... 60%
2025-08-20T22:15:13.7968858Z (Reading database ... 65%
2025-08-20T22:15:13.8004598Z (Reading database ... 70%
2025-08-20T22:15:13.8026705Z (Reading database ... 75%
2025-08-20T22:15:13.8049033Z (Reading database ... 80%
2025-08-20T22:15:13.8192860Z (Reading database ... 85%
2025-08-20T22:15:13.8479549Z (Reading database ... 90%
2025-08-20T22:15:13.8556303Z (Reading database ... 95%
2025-08-20T22:15:13.8556790Z (Reading database ... 100%
2025-08-20T22:15:13.8557422Z (Reading database ... 220072 files and directories currently installed.)
2025-08-20T22:15:13.8599669Z Preparing to unpack .../00-fonts-droid-fallback_1%3a6.0.1r16-1.1build1_all.deb ...
2025-08-20T22:15:13.8807762Z Unpacking fonts-droid-fallback (1:6.0.1r16-1.1build1) ...
2025-08-20T22:15:14.0304337Z Selecting previously unselected package poppler-data.
2025-08-20T22:15:14.0442122Z Preparing to unpack .../01-poppler-data_0.4.12-1_all.deb ...
2025-08-20T22:15:14.0454542Z Unpacking poppler-data (0.4.12-1) ...
2025-08-20T22:15:14.1812866Z Selecting previously unselected package b3sum.
2025-08-20T22:15:14.1951173Z Preparing to unpack .../02-b3sum_1.2.0-1_amd64.deb ...
2025-08-20T22:15:14.1969118Z Unpacking b3sum (1.2.0-1) ...
2025-08-20T22:15:14.2315385Z Selecting previously unselected package build-essential.
2025-08-20T22:15:14.2454410Z Preparing to unpack .../03-build-essential_12.10ubuntu1_amd64.deb ...
2025-08-20T22:15:14.2471738Z Unpacking build-essential (12.10ubuntu1) ...
2025-08-20T22:15:14.2764496Z Selecting previously unselected package libhiredis1.1.0:amd64.
2025-08-20T22:15:14.2903781Z Preparing to unpack .../04-libhiredis1.1.0_1.2.0-6ubuntu3_amd64.deb ...
2025-08-20T22:15:14.2940158Z Unpacking libhiredis1.1.0:amd64 (1.2.0-6ubuntu3) ...
2025-08-20T22:15:14.3225151Z Selecting previously unselected package ccache.
2025-08-20T22:15:14.3362864Z Preparing to unpack .../05-ccache_4.9.1-1_amd64.deb ...
2025-08-20T22:15:14.3383290Z Unpacking ccache (4.9.1-1) ...
2025-08-20T22:15:14.3903793Z Selecting previously unselected package fonts-noto-mono.
2025-08-20T22:15:14.4043603Z Preparing to unpack .../06-fonts-noto-mono_20201225-2_all.deb ...
2025-08-20T22:15:14.4062760Z Unpacking fonts-noto-mono (20201225-2) ...
2025-08-20T22:15:14.4385820Z Selecting previously unselected package xfonts-encodings.
2025-08-20T22:15:14.4525573Z Preparing to unpack .../07-xfonts-encodings_1%3a1.0.5-0ubuntu2_all.deb ...
2025-08-20T22:15:14.4541043Z Unpacking xfonts-encodings (1:1.0.5-0ubuntu2) ...
2025-08-20T22:15:14.4926134Z Selecting previously unselected package xfonts-utils.
2025-08-20T22:15:14.5064092Z Preparing to unpack .../08-xfonts-utils_1%3a7.7+6build3_amd64.deb ...
2025-08-20T22:15:14.5081426Z Unpacking xfonts-utils (1:7.7+6build3) ...
2025-08-20T22:15:14.5595988Z Selecting previously unselected package fonts-urw-base35.
2025-08-20T22:15:14.5732808Z Preparing to unpack .../09-fonts-urw-base35_20200910-8_all.deb ...
2025-08-20T22:15:14.6369564Z Unpacking fonts-urw-base35 (20200910-8) ...
2025-08-20T22:15:14.7350207Z Selecting previously unselected package libgs-common.
2025-08-20T22:15:14.7489045Z Preparing to unpack .../10-libgs-common_10.02.1~dfsg1-0ubuntu7.7_all.deb ...
2025-08-20T22:15:14.7507139Z Unpacking libgs-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T22:15:14.7793075Z Selecting previously unselected package libgs10-common.
2025-08-20T22:15:14.7932112Z Preparing to unpack .../11-libgs10-common_10.02.1~dfsg1-0ubuntu7.7_all.deb ...
2025-08-20T22:15:14.7960489Z Unpacking libgs10-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T22:15:14.8677618Z Selecting previously unselected package libidn12:amd64.
2025-08-20T22:15:14.8816638Z Preparing to unpack .../12-libidn12_1.42-1build1_amd64.deb ...
2025-08-20T22:15:14.8826798Z Unpacking libidn12:amd64 (1.42-1build1) ...
2025-08-20T22:15:14.9077504Z Selecting previously unselected package libijs-0.35:amd64.
2025-08-20T22:15:14.9215629Z Preparing to unpack .../13-libijs-0.35_0.35-15.1build1_amd64.deb ...
2025-08-20T22:15:14.9232686Z Unpacking libijs-0.35:amd64 (0.35-15.1build1) ...
2025-08-20T22:15:14.9501998Z Selecting previously unselected package libjbig2dec0:amd64.
2025-08-20T22:15:14.9639063Z Preparing to unpack .../14-libjbig2dec0_0.20-1build3_amd64.deb ...
2025-08-20T22:15:14.9652595Z Unpacking libjbig2dec0:amd64 (0.20-1build3) ...
2025-08-20T22:15:14.9957235Z Selecting previously unselected package libpaper1:amd64.
2025-08-20T22:15:15.0092689Z Preparing to unpack .../15-libpaper1_1.1.29build1_amd64.deb ...
2025-08-20T22:15:15.0107901Z Unpacking libpaper1:amd64 (1.1.29build1) ...
2025-08-20T22:15:15.0365226Z Selecting previously unselected package libgs10:amd64.
2025-08-20T22:15:15.0501658Z Preparing to unpack .../16-libgs10_10.02.1~dfsg1-0ubuntu7.7_amd64.deb ...
2025-08-20T22:15:15.0523593Z Unpacking libgs10:amd64 (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T22:15:15.1725042Z Selecting previously unselected package ghostscript.
2025-08-20T22:15:15.1861932Z Preparing to unpack .../17-ghostscript_10.02.1~dfsg1-0ubuntu7.7_amd64.deb ...
2025-08-20T22:15:15.1881281Z Unpacking ghostscript (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T22:15:15.2199239Z Selecting previously unselected package imagemagick-6.q16.
2025-08-20T22:15:15.2333592Z Preparing to unpack .../18-imagemagick-6.q16_8%3a6.9.12.98+dfsg1-5.2build2_amd64.deb ...
2025-08-20T22:15:15.2356810Z Unpacking imagemagick-6.q16 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T22:15:15.3158674Z Selecting previously unselected package imagemagick.
2025-08-20T22:15:15.3297322Z Preparing to unpack .../19-imagemagick_8%3a6.9.12.98+dfsg1-5.2build2_amd64.deb ...
2025-08-20T22:15:15.3311732Z Unpacking imagemagick (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T22:15:15.3551819Z Selecting previously unselected package libdjvulibre-text.
2025-08-20T22:15:15.3695274Z Preparing to unpack .../20-libdjvulibre-text_3.5.28-2ubuntu0.24.04.1_all.deb ...
2025-08-20T22:15:15.3711026Z Unpacking libdjvulibre-text (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T22:15:15.3998237Z Selecting previously unselected package libdjvulibre21:amd64.
2025-08-20T22:15:15.4136576Z Preparing to unpack .../21-libdjvulibre21_3.5.28-2ubuntu0.24.04.1_amd64.deb ...
2025-08-20T22:15:15.4151700Z Unpacking libdjvulibre21:amd64 (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T22:15:15.4485452Z Selecting previously unselected package libimath-3-1-29t64:amd64.
2025-08-20T22:15:15.4624954Z Preparing to unpack .../22-libimath-3-1-29t64_3.1.9-3.1ubuntu2_amd64.deb ...
2025-08-20T22:15:15.4651362Z Unpacking libimath-3-1-29t64:amd64 (3.1.9-3.1ubuntu2) ...
2025-08-20T22:15:15.4986530Z Selecting previously unselected package libjxr0t64:amd64.
2025-08-20T22:15:15.5126318Z Preparing to unpack .../23-libjxr0t64_1.2~git20170615.f752187-5.1ubuntu2_amd64.deb ...
2025-08-20T22:15:15.5148153Z Unpacking libjxr0t64:amd64 (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T22:15:15.5439416Z Selecting previously unselected package libjxr-tools.
2025-08-20T22:15:15.5580323Z Preparing to unpack .../24-libjxr-tools_1.2~git20170615.f752187-5.1ubuntu2_amd64.deb ...
2025-08-20T22:15:15.5593088Z Unpacking libjxr-tools (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T22:15:15.5847283Z Selecting previously unselected package libopenexr-3-1-30:amd64.
2025-08-20T22:15:15.5987887Z Preparing to unpack .../25-libopenexr-3-1-30_3.1.5-5.1build3_amd64.deb ...
2025-08-20T22:15:15.6001931Z Unpacking libopenexr-3-1-30:amd64 (3.1.5-5.1build3) ...
2025-08-20T22:15:15.6453331Z Selecting previously unselected package libwmflite-0.2-7:amd64.
2025-08-20T22:15:15.6591733Z Preparing to unpack .../26-libwmflite-0.2-7_0.2.13-1.1build3_amd64.deb ...
2025-08-20T22:15:15.6604920Z Unpacking libwmflite-0.2-7:amd64 (0.2.13-1.1build3) ...
2025-08-20T22:15:15.6858038Z Selecting previously unselected package libmagickcore-6.q16-7-extra:amd64.
2025-08-20T22:15:15.6995317Z Preparing to unpack .../27-libmagickcore-6.q16-7-extra_8%3a6.9.12.98+dfsg1-5.2build2_amd64.deb ...
2025-08-20T22:15:15.7010845Z Unpacking libmagickcore-6.q16-7-extra:amd64 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T22:15:15.7348906Z Selecting previously unselected package libnetpbm11t64:amd64.
2025-08-20T22:15:15.7487476Z Preparing to unpack .../28-libnetpbm11t64_2%3a11.05.02-1.1build1_amd64.deb ...
2025-08-20T22:15:15.7496907Z Unpacking libnetpbm11t64:amd64 (2:11.05.02-1.1build1) ...
2025-08-20T22:15:15.7774107Z Selecting previously unselected package libpaper-utils.
2025-08-20T22:15:15.7913862Z Preparing to unpack .../29-libpaper-utils_1.1.29build1_amd64.deb ...
2025-08-20T22:15:15.7930022Z Unpacking libpaper-utils (1.1.29build1) ...
2025-08-20T22:15:15.8191320Z Selecting previously unselected package libtool-bin.
2025-08-20T22:15:15.8330646Z Preparing to unpack .../30-libtool-bin_2.4.7-7build1_amd64.deb ...
2025-08-20T22:15:15.8349942Z Unpacking libtool-bin (2.4.7-7build1) ...
2025-08-20T22:15:15.8623334Z Selecting previously unselected package lzip.
2025-08-20T22:15:15.8763840Z Preparing to unpack .../31-lzip_1.24.1-1build1_amd64.deb ...
2025-08-20T22:15:15.8777931Z Unpacking lzip (1.24.1-1build1) ...
2025-08-20T22:15:15.9081709Z Selecting previously unselected package netpbm.
2025-08-20T22:15:15.9222884Z Preparing to unpack .../32-netpbm_2%3a11.05.02-1.1build1_amd64.deb ...
2025-08-20T22:15:15.9243810Z Unpacking netpbm (2:11.05.02-1.1build1) ...
2025-08-20T22:15:16.1070215Z Selecting previously unselected package musl:amd64.
2025-08-20T22:15:16.1212348Z Preparing to unpack .../33-musl_1.2.4-2_amd64.deb ...
2025-08-20T22:15:16.1229351Z Unpacking musl:amd64 (1.2.4-2) ...
2025-08-20T22:15:16.1601538Z Selecting previously unselected package musl-dev:amd64.
2025-08-20T22:15:16.1738097Z Preparing to unpack .../34-musl-dev_1.2.4-2_amd64.deb ...
2025-08-20T22:15:16.1751689Z Unpacking musl-dev:amd64 (1.2.4-2) ...
2025-08-20T22:15:16.2463180Z Selecting previously unselected package musl-tools.
2025-08-20T22:15:16.2601785Z Preparing to unpack .../35-musl-tools_1.2.4-2_amd64.deb ...
2025-08-20T22:15:16.2637456Z Unpacking musl-tools (1.2.4-2) ...
2025-08-20T22:15:16.3110451Z Setting up libpaper1:amd64 (1.1.29build1) ...
2025-08-20T22:15:16.4390370Z 
2025-08-20T22:15:16.4391091Z Creating config file /etc/papersize with new version
2025-08-20T22:15:16.4942797Z Setting up libtool-bin (2.4.7-7build1) ...
2025-08-20T22:15:16.4987072Z Setting up fonts-noto-mono (20201225-2) ...
2025-08-20T22:15:16.5053250Z Setting up libwmflite-0.2-7:amd64 (0.2.13-1.1build3) ...
2025-08-20T22:15:16.5088710Z Setting up libijs-0.35:amd64 (0.35-15.1build1) ...
2025-08-20T22:15:16.5134150Z Setting up libgs-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T22:15:16.5166289Z Setting up libpaper-utils (1.1.29build1) ...
2025-08-20T22:15:16.5215769Z Setting up libnetpbm11t64:amd64 (2:11.05.02-1.1build1) ...
2025-08-20T22:15:16.5267546Z Setting up poppler-data (0.4.12-1) ...
2025-08-20T22:15:16.5453666Z Setting up libjxr0t64:amd64 (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T22:15:16.5501760Z Setting up libjbig2dec0:amd64 (0.20-1build3) ...
2025-08-20T22:15:16.5530191Z Setting up lzip (1.24.1-1build1) ...
2025-08-20T22:15:16.5592345Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip (lzip) in auto mode
2025-08-20T22:15:16.5639723Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip-compressor (lzip-compressor) in auto mode
2025-08-20T22:15:16.5687232Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip-decompressor (lzip-decompressor) in auto mode
2025-08-20T22:15:16.5712745Z Setting up xfonts-encodings (1:1.0.5-0ubuntu2) ...
2025-08-20T22:15:16.5741714Z Setting up libimath-3-1-29t64:amd64 (3.1.9-3.1ubuntu2) ...
2025-08-20T22:15:16.5773019Z Setting up libidn12:amd64 (1.42-1build1) ...
2025-08-20T22:15:16.5798724Z Setting up netpbm (2:11.05.02-1.1build1) ...
2025-08-20T22:15:16.5821633Z Setting up imagemagick-6.q16 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T22:15:16.5892104Z update-alternatives: using /usr/bin/compare-im6.q16 to provide /usr/bin/compare (compare) in auto mode
2025-08-20T22:15:16.5940989Z update-alternatives: using /usr/bin/compare-im6.q16 to provide /usr/bin/compare-im6 (compare-im6) in auto mode
2025-08-20T22:15:16.5998772Z update-alternatives: using /usr/bin/animate-im6.q16 to provide /usr/bin/animate (animate) in auto mode
2025-08-20T22:15:16.6044576Z update-alternatives: using /usr/bin/animate-im6.q16 to provide /usr/bin/animate-im6 (animate-im6) in auto mode
2025-08-20T22:15:16.6102843Z update-alternatives: using /usr/bin/convert-im6.q16 to provide /usr/bin/convert (convert) in auto mode
2025-08-20T22:15:16.6148274Z update-alternatives: using /usr/bin/convert-im6.q16 to provide /usr/bin/convert-im6 (convert-im6) in auto mode
2025-08-20T22:15:16.6205037Z update-alternatives: using /usr/bin/composite-im6.q16 to provide /usr/bin/composite (composite) in auto mode
2025-08-20T22:15:16.6251349Z update-alternatives: using /usr/bin/composite-im6.q16 to provide /usr/bin/composite-im6 (composite-im6) in auto mode
2025-08-20T22:15:16.6307748Z update-alternatives: using /usr/bin/conjure-im6.q16 to provide /usr/bin/conjure (conjure) in auto mode
2025-08-20T22:15:16.6355604Z update-alternatives: using /usr/bin/conjure-im6.q16 to provide /usr/bin/conjure-im6 (conjure-im6) in auto mode
2025-08-20T22:15:16.6411710Z update-alternatives: using /usr/bin/import-im6.q16 to provide /usr/bin/import (import) in auto mode
2025-08-20T22:15:16.6458372Z update-alternatives: using /usr/bin/import-im6.q16 to provide /usr/bin/import-im6 (import-im6) in auto mode
2025-08-20T22:15:16.6516825Z update-alternatives: using /usr/bin/identify-im6.q16 to provide /usr/bin/identify (identify) in auto mode
2025-08-20T22:15:16.6564165Z update-alternatives: using /usr/bin/identify-im6.q16 to provide /usr/bin/identify-im6 (identify-im6) in auto mode
2025-08-20T22:15:16.6620364Z update-alternatives: using /usr/bin/stream-im6.q16 to provide /usr/bin/stream (stream) in auto mode
2025-08-20T22:15:16.6667368Z update-alternatives: using /usr/bin/stream-im6.q16 to provide /usr/bin/stream-im6 (stream-im6) in auto mode
2025-08-20T22:15:16.6725021Z update-alternatives: using /usr/bin/display-im6.q16 to provide /usr/bin/display (display) in auto mode
2025-08-20T22:15:16.6774871Z update-alternatives: using /usr/bin/display-im6.q16 to provide /usr/bin/display-im6 (display-im6) in auto mode
2025-08-20T22:15:16.6834676Z update-alternatives: using /usr/bin/montage-im6.q16 to provide /usr/bin/montage (montage) in auto mode
2025-08-20T22:15:16.6883244Z update-alternatives: using /usr/bin/montage-im6.q16 to provide /usr/bin/montage-im6 (montage-im6) in auto mode
2025-08-20T22:15:16.6942282Z update-alternatives: using /usr/bin/mogrify-im6.q16 to provide /usr/bin/mogrify (mogrify) in auto mode
2025-08-20T22:15:16.6990946Z update-alternatives: using /usr/bin/mogrify-im6.q16 to provide /usr/bin/mogrify-im6 (mogrify-im6) in auto mode
2025-08-20T22:15:16.7012402Z Setting up b3sum (1.2.0-1) ...
2025-08-20T22:15:16.7040226Z Setting up musl:amd64 (1.2.4-2) ...
2025-08-20T22:15:16.7087913Z Setting up build-essential (12.10ubuntu1) ...
2025-08-20T22:15:16.7142112Z Setting up fonts-droid-fallback (1:6.0.1r16-1.1build1) ...
2025-08-20T22:15:16.7352571Z Setting up libdjvulibre-text (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T22:15:16.7386951Z Setting up libhiredis1.1.0:amd64 (1.2.0-6ubuntu3) ...
2025-08-20T22:15:16.7415948Z Setting up libjxr-tools (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T22:15:16.7446837Z Setting up ccache (4.9.1-1) ...
2025-08-20T22:15:16.7476597Z Updating symlinks in /usr/lib/ccache ...
2025-08-20T22:15:16.7612586Z Setting up libdjvulibre21:amd64 (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T22:15:16.7641306Z Setting up xfonts-utils (1:7.7+6build3) ...
2025-08-20T22:15:16.7693093Z Setting up musl-dev:amd64 (1.2.4-2) ...
2025-08-20T22:15:16.7728680Z Setting up libopenexr-3-1-30:amd64 (3.1.5-5.1build3) ...
2025-08-20T22:15:16.7756674Z Setting up imagemagick (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T22:15:16.7785461Z Setting up libmagickcore-6.q16-7-extra:amd64 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T22:15:16.7812526Z Setting up fonts-urw-base35 (20200910-8) ...
2025-08-20T22:15:16.9503559Z Setting up musl-tools (1.2.4-2) ...
2025-08-20T22:15:16.9533484Z Setting up libgs10-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T22:15:16.9567470Z Setting up libgs10:amd64 (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T22:15:16.9600574Z Setting up ghostscript (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T22:15:16.9688653Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T22:15:17.1335800Z Processing triggers for fontconfig (2.15.0-1.1ubuntu2) ...
2025-08-20T22:15:17.4445663Z Processing triggers for hicolor-icon-theme (0.17-2) ...
2025-08-20T22:15:17.5864423Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T22:15:19.0689216Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:15:26.0022407Z Reading package lists...
2025-08-20T22:15:26.1683025Z Building dependency tree...
2025-08-20T22:15:26.1690591Z Reading state information...
2025-08-20T22:15:26.3251883Z autoconf is already the newest version (2.71-3).
2025-08-20T22:15:26.3253478Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T22:15:26.3254295Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T22:15:26.3254942Z bison is already the newest version (2:3.8.2+dfsg-1build2).
2025-08-20T22:15:26.3255413Z build-essential is already the newest version (12.10ubuntu1).
2025-08-20T22:15:26.3255898Z ca-certificates is already the newest version (20240203).
2025-08-20T22:15:26.3256331Z flex is already the newest version (2.6.4-8.2build1).
2025-08-20T22:15:26.3256734Z file is already the newest version (1:5.45-3build1).
2025-08-20T22:15:26.3257474Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T22:15:26.3257907Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T22:15:26.3258308Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-20T22:15:26.3258662Z patch is already the newest version (2.7.6-7build3).
2025-08-20T22:15:26.3258970Z patch set to manually installed.
2025-08-20T22:15:26.3259281Z patchelf is already the newest version (0.18.0-1.1build1).
2025-08-20T22:15:26.3259654Z pkg-config is already the newest version (1.8.1-2build1).
2025-08-20T22:15:26.3259998Z tree is already the newest version (2.1.1-2ubuntu3).
2025-08-20T22:15:26.3260335Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T22:15:26.3260630Z Suggested packages:
2025-08-20T22:15:26.3261015Z   scons-doc
2025-08-20T22:15:26.3403370Z The following NEW packages will be installed:
2025-08-20T22:15:26.3410013Z   autopoint byacc clang qemu-user-static scons
2025-08-20T22:15:26.3578412Z 0 upgraded, 5 newly installed, 0 to remove and 45 not upgraded.
2025-08-20T22:15:26.3578992Z Need to get 15.8 MB of archives.
2025-08-20T22:15:26.3579336Z After this operation, 140 MB of additional disk space will be used.
2025-08-20T22:15:26.3579727Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T22:15:26.3905468Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 autopoint all 0.21-14ubuntu2 [422 kB]
2025-08-20T22:15:26.4180918Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 clang amd64 1:18.0-59~exp2 [5846 B]
2025-08-20T22:15:26.4333682Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 qemu-user-static amd64 1:8.2.2+ds-0ubuntu1.9 [14.7 MB]
2025-08-20T22:15:26.5642569Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 scons all 4.5.2+dfsg-1 [577 kB]
2025-08-20T22:15:26.5919129Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 byacc amd64 1:2.0.20221106-1 [85.5 kB]
2025-08-20T22:15:26.8480971Z Fetched 15.8 MB in 0s (64.3 MB/s)
2025-08-20T22:15:26.8667131Z Selecting previously unselected package autopoint.
2025-08-20T22:15:26.8721444Z (Reading database ... 
2025-08-20T22:15:26.8722156Z (Reading database ... 5%
2025-08-20T22:15:26.8722538Z (Reading database ... 10%
2025-08-20T22:15:26.8722977Z (Reading database ... 15%
2025-08-20T22:15:26.8723367Z (Reading database ... 20%
2025-08-20T22:15:26.8723755Z (Reading database ... 25%
2025-08-20T22:15:26.8724141Z (Reading database ... 30%
2025-08-20T22:15:26.8724499Z (Reading database ... 35%
2025-08-20T22:15:26.8724870Z (Reading database ... 40%
2025-08-20T22:15:26.8725242Z (Reading database ... 45%
2025-08-20T22:15:26.8725597Z (Reading database ... 50%
2025-08-20T22:15:26.8820370Z (Reading database ... 55%
2025-08-20T22:15:26.8839113Z (Reading database ... 60%
2025-08-20T22:15:26.8859704Z (Reading database ... 65%
2025-08-20T22:15:26.8898821Z (Reading database ... 70%
2025-08-20T22:15:26.8919308Z (Reading database ... 75%
2025-08-20T22:15:26.8945301Z (Reading database ... 80%
2025-08-20T22:15:26.9091091Z (Reading database ... 85%
2025-08-20T22:15:26.9382182Z (Reading database ... 90%
2025-08-20T22:15:26.9461021Z (Reading database ... 95%
2025-08-20T22:15:26.9461416Z (Reading database ... 100%
2025-08-20T22:15:26.9461964Z (Reading database ... 222565 files and directories currently installed.)
2025-08-20T22:15:26.9506063Z Preparing to unpack .../autopoint_0.21-14ubuntu2_all.deb ...
2025-08-20T22:15:26.9526845Z Unpacking autopoint (0.21-14ubuntu2) ...
2025-08-20T22:15:26.9787725Z Selecting previously unselected package clang.
2025-08-20T22:15:26.9925893Z Preparing to unpack .../clang_1%3a18.0-59~exp2_amd64.deb ...
2025-08-20T22:15:26.9951713Z Unpacking clang (1:18.0-59~exp2) ...
2025-08-20T22:15:27.0204393Z Selecting previously unselected package qemu-user-static.
2025-08-20T22:15:27.0341286Z Preparing to unpack .../qemu-user-static_1%3a8.2.2+ds-0ubuntu1.9_amd64.deb ...
2025-08-20T22:15:27.0356577Z Unpacking qemu-user-static (1:8.2.2+ds-0ubuntu1.9) ...
2025-08-20T22:15:27.4685406Z Selecting previously unselected package scons.
2025-08-20T22:15:27.4822053Z Preparing to unpack .../scons_4.5.2+dfsg-1_all.deb ...
2025-08-20T22:15:27.4832853Z Unpacking scons (4.5.2+dfsg-1) ...
2025-08-20T22:15:27.5547505Z Selecting previously unselected package byacc.
2025-08-20T22:15:27.5687118Z Preparing to unpack .../byacc_1%3a2.0.20221106-1_amd64.deb ...
2025-08-20T22:15:27.5701110Z Unpacking byacc (1:2.0.20221106-1) ...
2025-08-20T22:15:27.6128243Z Setting up qemu-user-static (1:8.2.2+ds-0ubuntu1.9) ...
2025-08-20T22:15:27.6185002Z Setting up byacc (1:2.0.20221106-1) ...
2025-08-20T22:15:27.6280621Z Setting up clang (1:18.0-59~exp2) ...
2025-08-20T22:15:27.6532062Z Setting up scons (4.5.2+dfsg-1) ...
2025-08-20T22:15:28.0557057Z Setting up autopoint (0.21-14ubuntu2) ...
2025-08-20T22:15:28.0585320Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:15:31.9381879Z Processing triggers for systemd (255.4-1ubuntu8.10) ...
2025-08-20T22:15:33.3951344Z Reading package lists...
2025-08-20T22:15:33.5561701Z Building dependency tree...
2025-08-20T22:15:33.5569061Z Reading state information...
2025-08-20T22:15:33.7156304Z The following additional packages will be installed:
2025-08-20T22:15:33.7157115Z   libb-hooks-op-check-perl libclass-method-modifiers-perl
2025-08-20T22:15:33.7157754Z   libclass-xsaccessor-perl libdevel-callchecker-perl
2025-08-20T22:15:33.7158491Z   libdynaloader-functions-perl libfile-dirlist-perl libfile-homedir-perl
2025-08-20T22:15:33.7159368Z   libfile-listing-perl libfile-touch-perl libfile-which-perl libhtml-tree-perl
2025-08-20T22:15:33.7160203Z   libhttp-cookies-perl libhttp-negotiate-perl libimport-into-perl
2025-08-20T22:15:33.7161250Z   libio-socket-ssl-perl liblwp-protocol-https-perl libmodule-runtime-perl
2025-08-20T22:15:33.7162081Z   libmoo-perl libnet-http-perl libnet-ssleay-perl libparams-classify-perl
2025-08-20T22:15:33.7162662Z   librole-tiny-perl libsub-quote-perl libtry-tiny-perl libwww-perl
2025-08-20T22:15:33.7163950Z   libwww-robotrules-perl patchutils perl-openssl-defaults wdiff
2025-08-20T22:15:33.7171470Z Suggested packages:
2025-08-20T22:15:33.7171881Z   adequate at autopkgtest bls-standalone bsd-mailx | mailx
2025-08-20T22:15:33.7172390Z   check-all-the-things cvs-buildpackage debhelper diffoscope disorderfs
2025-08-20T22:15:33.7172886Z   dose-extra duck elpa-devscripts faketime gnuplot how-can-i-help
2025-08-20T22:15:33.7175153Z   libauthen-sasl-perl libdbd-pg-perl libfile-desktopentry-perl
2025-08-20T22:15:33.7175876Z   libterm-size-perl libyaml-syck-perl mmdebstrap mutt piuparts pristine-lfs
2025-08-20T22:15:33.7176619Z   quilt ratt reprotest svn-buildpackage w3m debian-keyring equivs
2025-08-20T22:15:33.7177451Z   libgitlab-api-v4-perl libsoap-lite-perl pristine-tar libcrypt-ssleay-perl
2025-08-20T22:15:33.7178324Z   libscalar-number-perl libxstring-perl libsub-name-perl libauthen-ntlm-perl
2025-08-20T22:15:33.7178957Z   wdiff-doc
2025-08-20T22:15:33.7179290Z Recommended packages:
2025-08-20T22:15:33.7179870Z   dctrl-tools dput | dupload libdistro-info-perl libgit-wrapper-perl
2025-08-20T22:15:33.7180871Z   liblist-compare-perl libstring-shellquote-perl licensecheck lintian
2025-08-20T22:15:33.7181755Z   python3-unidiff python3-xdg libhtml-format-perl libnamespace-clean-perl
2025-08-20T22:15:33.7182553Z   libdata-dump-perl libhtml-form-perl libhttp-daemon-perl libmailtools-perl
2025-08-20T22:15:33.7355399Z The following NEW packages will be installed:
2025-08-20T22:15:33.7356489Z   devscripts libb-hooks-op-check-perl libclass-method-modifiers-perl
2025-08-20T22:15:33.7357046Z   libclass-xsaccessor-perl libdevel-callchecker-perl
2025-08-20T22:15:33.7357723Z   libdynaloader-functions-perl libfile-dirlist-perl libfile-homedir-perl
2025-08-20T22:15:33.7358290Z   libfile-listing-perl libfile-touch-perl libfile-which-perl libhtml-tree-perl
2025-08-20T22:15:33.7358811Z   libhttp-cookies-perl libhttp-negotiate-perl libimport-into-perl
2025-08-20T22:15:33.7361944Z   libio-socket-ssl-perl liblwp-protocol-https-perl libmodule-runtime-perl
2025-08-20T22:15:33.7362750Z   libmoo-perl libnet-http-perl libnet-ssleay-perl libparams-classify-perl
2025-08-20T22:15:33.7363243Z   librole-tiny-perl libsub-quote-perl libtry-tiny-perl libwww-perl
2025-08-20T22:15:33.7365008Z   libwww-robotrules-perl patchutils perl-openssl-defaults wdiff
2025-08-20T22:15:33.7544161Z 0 upgraded, 30 newly installed, 0 to remove and 45 not upgraded.
2025-08-20T22:15:33.7544776Z Need to get 2417 kB of archives.
2025-08-20T22:15:33.7545342Z After this operation, 7084 kB of additional disk space will be used.
2025-08-20T22:15:33.7546013Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T22:15:33.8135485Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libfile-dirlist-perl all 0.05-3 [7286 B]
2025-08-20T22:15:33.8289652Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libfile-which-perl all 1.27-2 [12.5 kB]
2025-08-20T22:15:33.8444687Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libfile-homedir-perl all 1.006-2 [37.0 kB]
2025-08-20T22:15:33.8660448Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libfile-touch-perl all 0.12-2 [7498 B]
2025-08-20T22:15:33.8813062Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libclass-method-modifiers-perl all 2.15-1 [16.1 kB]
2025-08-20T22:15:33.8960353Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libclass-xsaccessor-perl amd64 1.19-4build4 [33.1 kB]
2025-08-20T22:15:33.9108530Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libb-hooks-op-check-perl amd64 0.22-3build1 [9518 B]
2025-08-20T22:15:33.9253521Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libdynaloader-functions-perl all 0.003-3 [12.1 kB]
2025-08-20T22:15:33.9406078Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libdevel-callchecker-perl amd64 0.008-2build3 [13.2 kB]
2025-08-20T22:15:33.9562010Z Get:11 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libparams-classify-perl amd64 0.015-2build5 [20.1 kB]
2025-08-20T22:15:33.9725161Z Get:12 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libmodule-runtime-perl all 0.016-2 [16.4 kB]
2025-08-20T22:15:33.9895042Z Get:13 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libimport-into-perl all 1.002005-2 [10.7 kB]
2025-08-20T22:15:34.0079549Z Get:14 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 librole-tiny-perl all 2.002004-1 [16.3 kB]
2025-08-20T22:15:34.0364002Z Get:15 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libsub-quote-perl all 2.006008-1ubuntu1 [20.7 kB]
2025-08-20T22:15:34.0518525Z Get:16 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libmoo-perl all 2.005005-1 [47.4 kB]
2025-08-20T22:15:34.0684040Z Get:17 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libfile-listing-perl all 6.16-1 [11.3 kB]
2025-08-20T22:15:34.0841992Z Get:18 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libhtml-tree-perl all 5.07-3 [200 kB]
2025-08-20T22:15:34.1439969Z Get:19 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libhttp-cookies-perl all 6.11-1 [18.2 kB]
2025-08-20T22:15:34.1588744Z Get:20 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libhttp-negotiate-perl all 6.01-2 [12.4 kB]
2025-08-20T22:15:34.1731660Z Get:21 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 perl-openssl-defaults amd64 7build3 [6626 B]
2025-08-20T22:15:34.1881494Z Get:22 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libnet-ssleay-perl amd64 1.94-1build4 [316 kB]
2025-08-20T22:15:34.2049265Z Get:23 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libio-socket-ssl-perl all 2.085-1 [195 kB]
2025-08-20T22:15:34.2213126Z Get:24 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libnet-http-perl all 6.23-1 [22.3 kB]
2025-08-20T22:15:34.2359176Z Get:25 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 liblwp-protocol-https-perl all 6.13-1 [9006 B]
2025-08-20T22:15:34.2500868Z Get:26 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libtry-tiny-perl all 0.31-2 [20.8 kB]
2025-08-20T22:15:34.2646802Z Get:27 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libwww-robotrules-perl all 6.02-1 [12.6 kB]
2025-08-20T22:15:34.2793161Z Get:28 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libwww-perl all 6.76-1 [138 kB]
2025-08-20T22:15:34.3015654Z Get:29 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 patchutils amd64 0.4.2-1build3 [77.0 kB]
2025-08-20T22:15:34.3168026Z Get:30 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 wdiff amd64 1.2.2-6build1 [29.1 kB]
2025-08-20T22:15:34.3318640Z Get:31 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 devscripts all 2.23.7 [1069 kB]
2025-08-20T22:15:34.6106255Z Fetched 2417 kB in 1s (3987 kB/s)
2025-08-20T22:15:34.6288969Z Selecting previously unselected package libfile-dirlist-perl.
2025-08-20T22:15:34.6345263Z (Reading database ... 
2025-08-20T22:15:34.6345689Z (Reading database ... 5%
2025-08-20T22:15:34.6346069Z (Reading database ... 10%
2025-08-20T22:15:34.6346313Z (Reading database ... 15%
2025-08-20T22:15:34.6346546Z (Reading database ... 20%
2025-08-20T22:15:34.6346806Z (Reading database ... 25%
2025-08-20T22:15:34.6347045Z (Reading database ... 30%
2025-08-20T22:15:34.6347272Z (Reading database ... 35%
2025-08-20T22:15:34.6347503Z (Reading database ... 40%
2025-08-20T22:15:34.6347729Z (Reading database ... 45%
2025-08-20T22:15:34.6347954Z (Reading database ... 50%
2025-08-20T22:15:34.6443576Z (Reading database ... 55%
2025-08-20T22:15:34.6462100Z (Reading database ... 60%
2025-08-20T22:15:34.6482732Z (Reading database ... 65%
2025-08-20T22:15:34.6521629Z (Reading database ... 70%
2025-08-20T22:15:34.6541971Z (Reading database ... 75%
2025-08-20T22:15:34.6568291Z (Reading database ... 80%
2025-08-20T22:15:34.6710464Z (Reading database ... 85%
2025-08-20T22:15:34.6982213Z (Reading database ... 90%
2025-08-20T22:15:34.7055466Z (Reading database ... 95%
2025-08-20T22:15:34.7055856Z (Reading database ... 100%
2025-08-20T22:15:34.7056374Z (Reading database ... 223013 files and directories currently installed.)
2025-08-20T22:15:34.7099017Z Preparing to unpack .../00-libfile-dirlist-perl_0.05-3_all.deb ...
2025-08-20T22:15:34.7113751Z Unpacking libfile-dirlist-perl (0.05-3) ...
2025-08-20T22:15:34.7347110Z Selecting previously unselected package libfile-which-perl.
2025-08-20T22:15:34.7483872Z Preparing to unpack .../01-libfile-which-perl_1.27-2_all.deb ...
2025-08-20T22:15:34.7494663Z Unpacking libfile-which-perl (1.27-2) ...
2025-08-20T22:15:34.7727209Z Selecting previously unselected package libfile-homedir-perl.
2025-08-20T22:15:34.7864091Z Preparing to unpack .../02-libfile-homedir-perl_1.006-2_all.deb ...
2025-08-20T22:15:34.7881052Z Unpacking libfile-homedir-perl (1.006-2) ...
2025-08-20T22:15:34.8133229Z Selecting previously unselected package libfile-touch-perl.
2025-08-20T22:15:34.8270985Z Preparing to unpack .../03-libfile-touch-perl_0.12-2_all.deb ...
2025-08-20T22:15:34.8283913Z Unpacking libfile-touch-perl (0.12-2) ...
2025-08-20T22:15:34.8513703Z Selecting previously unselected package libclass-method-modifiers-perl.
2025-08-20T22:15:34.8651170Z Preparing to unpack .../04-libclass-method-modifiers-perl_2.15-1_all.deb ...
2025-08-20T22:15:34.8663982Z Unpacking libclass-method-modifiers-perl (2.15-1) ...
2025-08-20T22:15:34.8877915Z Selecting previously unselected package libclass-xsaccessor-perl.
2025-08-20T22:15:34.9015632Z Preparing to unpack .../05-libclass-xsaccessor-perl_1.19-4build4_amd64.deb ...
2025-08-20T22:15:34.9027231Z Unpacking libclass-xsaccessor-perl (1.19-4build4) ...
2025-08-20T22:15:34.9249278Z Selecting previously unselected package libb-hooks-op-check-perl:amd64.
2025-08-20T22:15:34.9386531Z Preparing to unpack .../06-libb-hooks-op-check-perl_0.22-3build1_amd64.deb ...
2025-08-20T22:15:34.9397312Z Unpacking libb-hooks-op-check-perl:amd64 (0.22-3build1) ...
2025-08-20T22:15:34.9625755Z Selecting previously unselected package libdynaloader-functions-perl.
2025-08-20T22:15:34.9762735Z Preparing to unpack .../07-libdynaloader-functions-perl_0.003-3_all.deb ...
2025-08-20T22:15:34.9774105Z Unpacking libdynaloader-functions-perl (0.003-3) ...
2025-08-20T22:15:35.0045321Z Selecting previously unselected package libdevel-callchecker-perl:amd64.
2025-08-20T22:15:35.0184722Z Preparing to unpack .../08-libdevel-callchecker-perl_0.008-2build3_amd64.deb ...
2025-08-20T22:15:35.0200192Z Unpacking libdevel-callchecker-perl:amd64 (0.008-2build3) ...
2025-08-20T22:15:35.0441530Z Selecting previously unselected package libparams-classify-perl:amd64.
2025-08-20T22:15:35.0581050Z Preparing to unpack .../09-libparams-classify-perl_0.015-2build5_amd64.deb ...
2025-08-20T22:15:35.0603983Z Unpacking libparams-classify-perl:amd64 (0.015-2build5) ...
2025-08-20T22:15:35.0815007Z Selecting previously unselected package libmodule-runtime-perl.
2025-08-20T22:15:35.0953534Z Preparing to unpack .../10-libmodule-runtime-perl_0.016-2_all.deb ...
2025-08-20T22:15:35.0964488Z Unpacking libmodule-runtime-perl (0.016-2) ...
2025-08-20T22:15:35.1203419Z Selecting previously unselected package libimport-into-perl.
2025-08-20T22:15:35.1343928Z Preparing to unpack .../11-libimport-into-perl_1.002005-2_all.deb ...
2025-08-20T22:15:35.1354905Z Unpacking libimport-into-perl (1.002005-2) ...
2025-08-20T22:15:35.1572715Z Selecting previously unselected package librole-tiny-perl.
2025-08-20T22:15:35.1711597Z Preparing to unpack .../12-librole-tiny-perl_2.002004-1_all.deb ...
2025-08-20T22:15:35.1722723Z Unpacking librole-tiny-perl (2.002004-1) ...
2025-08-20T22:15:35.1959866Z Selecting previously unselected package libsub-quote-perl.
2025-08-20T22:15:35.2098931Z Preparing to unpack .../13-libsub-quote-perl_2.006008-1ubuntu1_all.deb ...
2025-08-20T22:15:35.2111935Z Unpacking libsub-quote-perl (2.006008-1ubuntu1) ...
2025-08-20T22:15:35.2358924Z Selecting previously unselected package libmoo-perl.
2025-08-20T22:15:35.2497836Z Preparing to unpack .../14-libmoo-perl_2.005005-1_all.deb ...
2025-08-20T22:15:35.2513697Z Unpacking libmoo-perl (2.005005-1) ...
2025-08-20T22:15:35.2764686Z Selecting previously unselected package libfile-listing-perl.
2025-08-20T22:15:35.2903365Z Preparing to unpack .../15-libfile-listing-perl_6.16-1_all.deb ...
2025-08-20T22:15:35.2915909Z Unpacking libfile-listing-perl (6.16-1) ...
2025-08-20T22:15:35.3128182Z Selecting previously unselected package libhtml-tree-perl.
2025-08-20T22:15:35.3268439Z Preparing to unpack .../16-libhtml-tree-perl_5.07-3_all.deb ...
2025-08-20T22:15:35.3278900Z Unpacking libhtml-tree-perl (5.07-3) ...
2025-08-20T22:15:35.3555837Z Selecting previously unselected package libhttp-cookies-perl.
2025-08-20T22:15:35.3695183Z Preparing to unpack .../17-libhttp-cookies-perl_6.11-1_all.deb ...
2025-08-20T22:15:35.3704366Z Unpacking libhttp-cookies-perl (6.11-1) ...
2025-08-20T22:15:35.3922395Z Selecting previously unselected package libhttp-negotiate-perl.
2025-08-20T22:15:35.4060104Z Preparing to unpack .../18-libhttp-negotiate-perl_6.01-2_all.deb ...
2025-08-20T22:15:35.4069415Z Unpacking libhttp-negotiate-perl (6.01-2) ...
2025-08-20T22:15:35.4284446Z Selecting previously unselected package perl-openssl-defaults:amd64.
2025-08-20T22:15:35.4422296Z Preparing to unpack .../19-perl-openssl-defaults_7build3_amd64.deb ...
2025-08-20T22:15:35.4454650Z Unpacking perl-openssl-defaults:amd64 (7build3) ...
2025-08-20T22:15:35.4701102Z Selecting previously unselected package libnet-ssleay-perl:amd64.
2025-08-20T22:15:35.4839343Z Preparing to unpack .../20-libnet-ssleay-perl_1.94-1build4_amd64.deb ...
2025-08-20T22:15:35.4851710Z Unpacking libnet-ssleay-perl:amd64 (1.94-1build4) ...
2025-08-20T22:15:35.5276236Z Selecting previously unselected package libio-socket-ssl-perl.
2025-08-20T22:15:35.5415545Z Preparing to unpack .../21-libio-socket-ssl-perl_2.085-1_all.deb ...
2025-08-20T22:15:35.5428303Z Unpacking libio-socket-ssl-perl (2.085-1) ...
2025-08-20T22:15:35.5738242Z Selecting previously unselected package libnet-http-perl.
2025-08-20T22:15:35.5877502Z Preparing to unpack .../22-libnet-http-perl_6.23-1_all.deb ...
2025-08-20T22:15:35.5889339Z Unpacking libnet-http-perl (6.23-1) ...
2025-08-20T22:15:35.6115835Z Selecting previously unselected package liblwp-protocol-https-perl.
2025-08-20T22:15:35.6254634Z Preparing to unpack .../23-liblwp-protocol-https-perl_6.13-1_all.deb ...
2025-08-20T22:15:35.6266049Z Unpacking liblwp-protocol-https-perl (6.13-1) ...
2025-08-20T22:15:35.6475221Z Selecting previously unselected package libtry-tiny-perl.
2025-08-20T22:15:35.6613482Z Preparing to unpack .../24-libtry-tiny-perl_0.31-2_all.deb ...
2025-08-20T22:15:35.6625212Z Unpacking libtry-tiny-perl (0.31-2) ...
2025-08-20T22:15:35.6859197Z Selecting previously unselected package libwww-robotrules-perl.
2025-08-20T22:15:35.6997264Z Preparing to unpack .../25-libwww-robotrules-perl_6.02-1_all.deb ...
2025-08-20T22:15:35.7011803Z Unpacking libwww-robotrules-perl (6.02-1) ...
2025-08-20T22:15:35.7247857Z Selecting previously unselected package libwww-perl.
2025-08-20T22:15:35.7384558Z Preparing to unpack .../26-libwww-perl_6.76-1_all.deb ...
2025-08-20T22:15:35.7398028Z Unpacking libwww-perl (6.76-1) ...
2025-08-20T22:15:35.7712851Z Selecting previously unselected package patchutils.
2025-08-20T22:15:35.7850007Z Preparing to unpack .../27-patchutils_0.4.2-1build3_amd64.deb ...
2025-08-20T22:15:35.7867194Z Unpacking patchutils (0.4.2-1build3) ...
2025-08-20T22:15:35.8144863Z Selecting previously unselected package wdiff.
2025-08-20T22:15:35.8284111Z Preparing to unpack .../28-wdiff_1.2.2-6build1_amd64.deb ...
2025-08-20T22:15:35.8302915Z Unpacking wdiff (1.2.2-6build1) ...
2025-08-20T22:15:35.8588978Z Selecting previously unselected package devscripts.
2025-08-20T22:15:35.8727867Z Preparing to unpack .../29-devscripts_2.23.7_all.deb ...
2025-08-20T22:15:35.8918409Z Unpacking devscripts (2.23.7) ...
2025-08-20T22:15:36.0116600Z Setting up wdiff (1.2.2-6build1) ...
2025-08-20T22:15:36.0144191Z Setting up libhttp-negotiate-perl (6.01-2) ...
2025-08-20T22:15:36.0172402Z Setting up libfile-which-perl (1.27-2) ...
2025-08-20T22:15:36.0207217Z Setting up libfile-listing-perl (6.16-1) ...
2025-08-20T22:15:36.0235099Z Setting up libdynaloader-functions-perl (0.003-3) ...
2025-08-20T22:15:36.0264815Z Setting up libclass-method-modifiers-perl (2.15-1) ...
2025-08-20T22:15:36.0295115Z Setting up libhttp-cookies-perl (6.11-1) ...
2025-08-20T22:15:36.0326701Z Setting up libhtml-tree-perl (5.07-3) ...
2025-08-20T22:15:36.0353630Z Setting up libtry-tiny-perl (0.31-2) ...
2025-08-20T22:15:36.0381803Z Setting up perl-openssl-defaults:amd64 (7build3) ...
2025-08-20T22:15:36.0411659Z Setting up libnet-http-perl (6.23-1) ...
2025-08-20T22:15:36.0446979Z Setting up patchutils (0.4.2-1build3) ...
2025-08-20T22:15:36.0486780Z Setting up libb-hooks-op-check-perl:amd64 (0.22-3build1) ...
2025-08-20T22:15:36.0526172Z Setting up libwww-robotrules-perl (6.02-1) ...
2025-08-20T22:15:36.0556634Z Setting up librole-tiny-perl (2.002004-1) ...
2025-08-20T22:15:36.0586970Z Setting up libsub-quote-perl (2.006008-1ubuntu1) ...
2025-08-20T22:15:36.0619058Z Setting up libclass-xsaccessor-perl (1.19-4build4) ...
2025-08-20T22:15:36.0648081Z Setting up libfile-dirlist-perl (0.05-3) ...
2025-08-20T22:15:36.0691400Z Setting up libfile-homedir-perl (1.006-2) ...
2025-08-20T22:15:36.0725458Z Setting up libfile-touch-perl (0.12-2) ...
2025-08-20T22:15:36.0758124Z Setting up libnet-ssleay-perl:amd64 (1.94-1build4) ...
2025-08-20T22:15:36.0787355Z Setting up libdevel-callchecker-perl:amd64 (0.008-2build3) ...
2025-08-20T22:15:36.0822725Z Setting up libio-socket-ssl-perl (2.085-1) ...
2025-08-20T22:15:36.0855719Z Setting up libparams-classify-perl:amd64 (0.015-2build5) ...
2025-08-20T22:15:36.0885372Z Setting up libmodule-runtime-perl (0.016-2) ...
2025-08-20T22:15:36.0914586Z Setting up libimport-into-perl (1.002005-2) ...
2025-08-20T22:15:36.0948568Z Setting up libmoo-perl (2.005005-1) ...
2025-08-20T22:15:36.0995055Z Setting up libwww-perl (6.76-1) ...
2025-08-20T22:15:36.1029949Z Setting up devscripts (2.23.7) ...
2025-08-20T22:15:36.2258977Z Setting up liblwp-protocol-https-perl (6.13-1) ...
2025-08-20T22:15:36.2341890Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:15:40.8919870Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T22:15:42.4503009Z Reading package lists...
2025-08-20T22:15:42.6065048Z Building dependency tree...
2025-08-20T22:15:42.6072921Z Reading state information...
2025-08-20T22:15:42.7655188Z The following additional packages will be installed:
2025-08-20T22:15:42.7661633Z   cmake-data libjsoncpp25 librhash0
2025-08-20T22:15:42.7666994Z Suggested packages:
2025-08-20T22:15:42.7667430Z   cmake-doc cmake-format elpa-cmake-mode ninja-build
2025-08-20T22:15:42.7794668Z The following NEW packages will be installed:
2025-08-20T22:15:42.7801002Z   cmake cmake-data libjsoncpp25 librhash0
2025-08-20T22:15:42.7972046Z 0 upgraded, 4 newly installed, 0 to remove and 45 not upgraded.
2025-08-20T22:15:42.7972438Z Need to get 13.6 MB of archives.
2025-08-20T22:15:42.7972768Z After this operation, 49.1 MB of additional disk space will be used.
2025-08-20T22:15:42.7973150Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T22:15:42.8514024Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libjsoncpp25 amd64 1.9.5-6build1 [82.8 kB]
2025-08-20T22:15:42.8672460Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 librhash0 amd64 1.4.3-3build1 [129 kB]
2025-08-20T22:15:42.8830533Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 cmake-data all 3.28.3-1build7 [2155 kB]
2025-08-20T22:15:42.9259347Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 cmake amd64 3.28.3-1build7 [11.2 MB]
2025-08-20T22:15:43.2649371Z Fetched 13.6 MB in 0s (63.2 MB/s)
2025-08-20T22:15:43.2847093Z Selecting previously unselected package libjsoncpp25:amd64.
2025-08-20T22:15:43.2902745Z (Reading database ... 
2025-08-20T22:15:43.2903202Z (Reading database ... 5%
2025-08-20T22:15:43.2903616Z (Reading database ... 10%
2025-08-20T22:15:43.2903958Z (Reading database ... 15%
2025-08-20T22:15:43.2904215Z (Reading database ... 20%
2025-08-20T22:15:43.2904487Z (Reading database ... 25%
2025-08-20T22:15:43.2904743Z (Reading database ... 30%
2025-08-20T22:15:43.2905233Z (Reading database ... 35%
2025-08-20T22:15:43.2905491Z (Reading database ... 40%
2025-08-20T22:15:43.2905740Z (Reading database ... 45%
2025-08-20T22:15:43.2905984Z (Reading database ... 50%
2025-08-20T22:15:43.2983217Z (Reading database ... 55%
2025-08-20T22:15:43.3017152Z (Reading database ... 60%
2025-08-20T22:15:43.3037111Z (Reading database ... 65%
2025-08-20T22:15:43.3076611Z (Reading database ... 70%
2025-08-20T22:15:43.3099759Z (Reading database ... 75%
2025-08-20T22:15:43.3123283Z (Reading database ... 80%
2025-08-20T22:15:43.3269198Z (Reading database ... 85%
2025-08-20T22:15:43.3547374Z (Reading database ... 90%
2025-08-20T22:15:43.3628042Z (Reading database ... 95%
2025-08-20T22:15:43.3628469Z (Reading database ... 100%
2025-08-20T22:15:43.3628925Z (Reading database ... 223948 files and directories currently installed.)
2025-08-20T22:15:43.3674146Z Preparing to unpack .../libjsoncpp25_1.9.5-6build1_amd64.deb ...
2025-08-20T22:15:43.3701676Z Unpacking libjsoncpp25:amd64 (1.9.5-6build1) ...
2025-08-20T22:15:43.3971181Z Selecting previously unselected package librhash0:amd64.
2025-08-20T22:15:43.4110503Z Preparing to unpack .../librhash0_1.4.3-3build1_amd64.deb ...
2025-08-20T22:15:43.4122205Z Unpacking librhash0:amd64 (1.4.3-3build1) ...
2025-08-20T22:15:43.4393934Z Selecting previously unselected package cmake-data.
2025-08-20T22:15:43.4532342Z Preparing to unpack .../cmake-data_3.28.3-1build7_all.deb ...
2025-08-20T22:15:43.4604136Z Unpacking cmake-data (3.28.3-1build7) ...
2025-08-20T22:15:44.0225980Z Selecting previously unselected package cmake.
2025-08-20T22:15:44.0381901Z Preparing to unpack .../cmake_3.28.3-1build7_amd64.deb ...
2025-08-20T22:15:44.0392266Z Unpacking cmake (3.28.3-1build7) ...
2025-08-20T22:15:44.2287388Z Setting up libjsoncpp25:amd64 (1.9.5-6build1) ...
2025-08-20T22:15:44.2331575Z Setting up librhash0:amd64 (1.4.3-3build1) ...
2025-08-20T22:15:44.2382373Z Setting up cmake-data (3.28.3-1build7) ...
2025-08-20T22:15:44.2462820Z Setting up cmake (3.28.3-1build7) ...
2025-08-20T22:15:44.2505260Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:15:48.3284360Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T22:15:48.8937533Z Could not send telemetry data: POST https://gitlab.com/api/v4/usage_data/track_event: 403 {error: insufficient_scope}, {error_description: The request requires higher privileges than provided by the access token.}, {scope: ai_workflows api read_api}
2025-08-20T22:15:48.8938942Z Running kernel seems to be up-to-date.
2025-08-20T22:15:48.8939187Z 
2025-08-20T22:15:48.8939291Z Restarting services...
2025-08-20T22:15:48.9001017Z 
2025-08-20T22:15:48.9001734Z Service restarts being deferred:
2025-08-20T22:15:48.9002259Z  systemctl restart hosted-compute-agent.service
2025-08-20T22:15:48.9002622Z 
2025-08-20T22:15:48.9002779Z No containers need to be restarted.
2025-08-20T22:15:48.9003067Z 
2025-08-20T22:15:48.9003249Z No user sessions are running outdated binaries.
2025-08-20T22:15:48.9003578Z 
2025-08-20T22:15:48.9003849Z No VM guests are running outdated hypervisor (qemu) binaries on this host.
2025-08-20T22:15:49.7971592Z Reading package lists...
2025-08-20T22:15:49.9598115Z Building dependency tree...
2025-08-20T22:15:49.9605626Z Reading state information...
2025-08-20T22:15:50.1403723Z aria2 is already the newest version (1.37.0+debian-1build3).
2025-08-20T22:15:50.1404422Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T22:15:50.1405017Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-20T22:15:50.1405553Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T22:15:50.1406095Z b3sum is already the newest version (1.2.0-1).
2025-08-20T22:15:50.1406674Z build-essential is already the newest version (12.10ubuntu1).
2025-08-20T22:15:50.1407303Z ca-certificates is already the newest version (20240203).
2025-08-20T22:15:50.1407851Z ccache is already the newest version (4.9.1-1).
2025-08-20T22:15:50.1408413Z diffutils is already the newest version (1:3.10-1build1).
2025-08-20T22:15:50.1409317Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T22:15:50.1409872Z gawk is already the newest version (1:5.2.1-2build3).
2025-08-20T22:15:50.1410412Z git-lfs is already the newest version (3.7.0).
2025-08-20T22:15:50.1411222Z imagemagick is already the newest version (8:6.9.12.98+dfsg1-5.2build2).
2025-08-20T22:15:50.1411844Z lzip is already the newest version (1.24.1-1build1).
2025-08-20T22:15:50.1412287Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T22:15:50.1412650Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T22:15:50.1412983Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-20T22:15:50.1413325Z make is already the newest version (4.3-4.1build2).
2025-08-20T22:15:50.1413630Z musl is already the newest version (1.2.4-2).
2025-08-20T22:15:50.1413983Z musl-dev is already the newest version (1.2.4-2).
2025-08-20T22:15:50.1414474Z musl-tools is already the newest version (1.2.4-2).
2025-08-20T22:15:50.1414956Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-20T22:15:50.1415335Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-20T22:15:50.1415902Z texinfo is already the newest version (7.1-3build2).
2025-08-20T22:15:50.1416313Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T22:15:50.1416741Z 0 upgraded, 0 newly installed, 0 to remove and 45 not upgraded.
2025-08-20T22:15:50.1639836Z Reading package lists...
2025-08-20T22:15:50.3302615Z Building dependency tree...
2025-08-20T22:15:50.3310361Z Reading state information...
2025-08-20T22:15:50.5085653Z autoconf is already the newest version (2.71-3).
2025-08-20T22:15:50.5086326Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T22:15:50.5086945Z autopoint is already the newest version (0.21-14ubuntu2).
2025-08-20T22:15:50.5087560Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T22:15:50.5088168Z bison is already the newest version (2:3.8.2+dfsg-1build2).
2025-08-20T22:15:50.5088812Z build-essential is already the newest version (12.10ubuntu1).
2025-08-20T22:15:50.5089636Z byacc is already the newest version (1:2.0.20221106-1).
2025-08-20T22:15:50.5090213Z ca-certificates is already the newest version (20240203).
2025-08-20T22:15:50.5091017Z clang is already the newest version (1:18.0-59~exp2).
2025-08-20T22:15:50.5091574Z flex is already the newest version (2.6.4-8.2build1).
2025-08-20T22:15:50.5092102Z file is already the newest version (1:5.45-3build1).
2025-08-20T22:15:50.5092636Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T22:15:50.5093194Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T22:15:50.5093770Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-20T22:15:50.5094319Z patch is already the newest version (2.7.6-7build3).
2025-08-20T22:15:50.5094861Z patchelf is already the newest version (0.18.0-1.1build1).
2025-08-20T22:15:50.5095264Z pkg-config is already the newest version (1.8.1-2build1).
2025-08-20T22:15:50.5095689Z qemu-user-static is already the newest version (1:8.2.2+ds-0ubuntu1.9).
2025-08-20T22:15:50.5096064Z scons is already the newest version (4.5.2+dfsg-1).
2025-08-20T22:15:50.5096386Z tree is already the newest version (2.1.1-2ubuntu3).
2025-08-20T22:15:50.5314826Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T22:15:50.5315515Z 0 upgraded, 0 newly installed, 0 to remove and 45 not upgraded.
2025-08-20T22:15:50.5316096Z Reading package lists...
2025-08-20T22:15:50.7079238Z Building dependency tree...
2025-08-20T22:15:50.7087250Z Reading state information...
2025-08-20T22:15:50.8830045Z devscripts is already the newest version (2.23.7).
2025-08-20T22:15:50.8830523Z 0 upgraded, 0 newly installed, 0 to remove and 45 not upgraded.
2025-08-20T22:15:50.9063534Z Reading package lists...
2025-08-20T22:15:51.0672877Z Building dependency tree...
2025-08-20T22:15:51.0680299Z Reading state information...
2025-08-20T22:15:51.2385080Z cmake is already the newest version (3.28.3-1build7).
2025-08-20T22:15:51.2385895Z 0 upgraded, 0 newly installed, 0 to remove and 45 not upgraded.
2025-08-20T22:15:51.2622055Z Reading package lists...
2025-08-20T22:15:51.4185823Z Building dependency tree...
2025-08-20T22:15:51.4193617Z Reading state information...
2025-08-20T22:15:51.5696024Z Suggested packages:
2025-08-20T22:15:51.5696543Z   binutils-doc
2025-08-20T22:15:51.5948656Z The following NEW packages will be installed:
2025-08-20T22:15:51.5954225Z   binutils-aarch64-linux-gnu
2025-08-20T22:15:51.6115235Z 0 upgraded, 1 newly installed, 0 to remove and 45 not upgraded.
2025-08-20T22:15:51.6344199Z Need to get 3711 kB of archives.
2025-08-20T22:15:51.6344898Z After this operation, 21.0 MB of additional disk space will be used.
2025-08-20T22:15:51.6345504Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T22:15:51.6705528Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 binutils-aarch64-linux-gnu amd64 2.42-4ubuntu2.5 [3711 kB]
2025-08-20T22:15:52.0006422Z Fetched 3711 kB in 0s (31.2 MB/s)
2025-08-20T22:15:52.0211471Z Selecting previously unselected package binutils-aarch64-linux-gnu.
2025-08-20T22:15:52.0267705Z (Reading database ... 
2025-08-20T22:15:52.0268160Z (Reading database ... 5%
2025-08-20T22:15:52.0268560Z (Reading database ... 10%
2025-08-20T22:15:52.0268946Z (Reading database ... 15%
2025-08-20T22:15:52.0269298Z (Reading database ... 20%
2025-08-20T22:15:52.0269643Z (Reading database ... 25%
2025-08-20T22:15:52.0270026Z (Reading database ... 30%
2025-08-20T22:15:52.0270373Z (Reading database ... 35%
2025-08-20T22:15:52.0270868Z (Reading database ... 40%
2025-08-20T22:15:52.0271217Z (Reading database ... 45%
2025-08-20T22:15:52.0271505Z (Reading database ... 50%
2025-08-20T22:15:52.0350076Z (Reading database ... 55%
2025-08-20T22:15:52.0384261Z (Reading database ... 60%
2025-08-20T22:15:52.0405223Z (Reading database ... 65%
2025-08-20T22:15:52.0444412Z (Reading database ... 70%
2025-08-20T22:15:52.0466886Z (Reading database ... 75%
2025-08-20T22:15:52.0490445Z (Reading database ... 80%
2025-08-20T22:15:52.0632751Z (Reading database ... 85%
2025-08-20T22:15:52.0917931Z (Reading database ... 90%
2025-08-20T22:15:52.1004824Z (Reading database ... 95%
2025-08-20T22:15:52.1005241Z (Reading database ... 100%
2025-08-20T22:15:52.1005767Z (Reading database ... 227357 files and directories currently installed.)
2025-08-20T22:15:52.1051404Z Preparing to unpack .../binutils-aarch64-linux-gnu_2.42-4ubuntu2.5_amd64.deb ...
2025-08-20T22:15:52.1089964Z Unpacking binutils-aarch64-linux-gnu (2.42-4ubuntu2.5) ...
2025-08-20T22:15:52.2729500Z Setting up binutils-aarch64-linux-gnu (2.42-4ubuntu2.5) ...
2025-08-20T22:15:52.2789157Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T22:15:52.2956537Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:15:57.6516996Z Reading package lists...
2025-08-20T22:15:57.8149403Z Building dependency tree...
2025-08-20T22:15:57.8157168Z Reading state information...
2025-08-20T22:15:57.9791856Z qemu-user-static is already the newest version (1:8.2.2+ds-0ubuntu1.9).
2025-08-20T22:15:57.9792697Z The following additional packages will be installed:
2025-08-20T22:15:57.9793329Z   binutils-arm-linux-gnueabi binutils-arm-linux-gnueabihf
2025-08-20T22:15:57.9794144Z   cpp-13-aarch64-linux-gnu cpp-13-arm-linux-gnueabi cpp-13-arm-linux-gnueabihf
2025-08-20T22:15:57.9795034Z   cpp-aarch64-linux-gnu cpp-arm-linux-gnueabi cpp-arm-linux-gnueabihf
2025-08-20T22:15:57.9795837Z   g++-13-aarch64-linux-gnu g++-13-arm-linux-gnueabi g++-13-arm-linux-gnueabihf
2025-08-20T22:15:57.9796636Z   gcc-13-aarch64-linux-gnu gcc-13-aarch64-linux-gnu-base
2025-08-20T22:15:57.9797241Z   gcc-13-arm-linux-gnueabi gcc-13-arm-linux-gnueabi-base
2025-08-20T22:15:57.9797977Z   gcc-13-arm-linux-gnueabihf gcc-13-arm-linux-gnueabihf-base gcc-13-cross-base
2025-08-20T22:15:57.9798775Z   gcc-13-cross-base-ports gcc-14-cross-base gcc-14-cross-base-ports
2025-08-20T22:15:57.9799545Z   gcc-aarch64-linux-gnu gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf
2025-08-20T22:15:57.9802755Z   libasan8-arm64-cross libasan8-armel-cross libasan8-armhf-cross
2025-08-20T22:15:57.9803644Z   libatomic1-arm64-cross libatomic1-armel-cross libatomic1-armhf-cross
2025-08-20T22:15:57.9804485Z   libc6-arm64-cross libc6-armel-cross libc6-armhf-cross libc6-dev-arm64-cross
2025-08-20T22:15:57.9805350Z   libc6-dev-armel-cross libc6-dev-armhf-cross libgcc-13-dev-arm64-cross
2025-08-20T22:15:57.9806139Z   libgcc-13-dev-armel-cross libgcc-13-dev-armhf-cross libgcc-s1-arm64-cross
2025-08-20T22:15:57.9806895Z   libgcc-s1-armel-cross libgcc-s1-armhf-cross libgomp1-arm64-cross
2025-08-20T22:15:57.9807577Z   libgomp1-armel-cross libgomp1-armhf-cross libhwasan0-arm64-cross
2025-08-20T22:15:57.9808291Z   libitm1-arm64-cross liblsan0-arm64-cross libstdc++-13-dev-arm64-cross
2025-08-20T22:15:57.9809016Z   libstdc++-13-dev-armel-cross libstdc++-13-dev-armhf-cross
2025-08-20T22:15:57.9809698Z   libstdc++6-arm64-cross libstdc++6-armel-cross libstdc++6-armhf-cross
2025-08-20T22:15:57.9810458Z   libtsan2-arm64-cross libubsan1-arm64-cross libubsan1-armel-cross
2025-08-20T22:15:57.9811505Z   libubsan1-armhf-cross linux-libc-dev-arm64-cross linux-libc-dev-armel-cross
2025-08-20T22:15:57.9812187Z   linux-libc-dev-armhf-cross
2025-08-20T22:15:57.9812638Z Suggested packages:
2025-08-20T22:15:57.9813201Z   binutils-doc gcc-13-locales cpp-13-doc cpp-doc gcc-13-doc manpages-dev
2025-08-20T22:15:57.9814116Z   gdb-aarch64-linux-gnu gcc-doc gdb-arm-linux-gnueabi gdb-arm-linux-gnueabihf
2025-08-20T22:15:58.0347293Z The following NEW packages will be installed:
2025-08-20T22:15:58.0348017Z   binutils-arm-linux-gnueabi binutils-arm-linux-gnueabihf
2025-08-20T22:15:58.0348836Z   cpp-13-aarch64-linux-gnu cpp-13-arm-linux-gnueabi cpp-13-arm-linux-gnueabihf
2025-08-20T22:15:58.0349738Z   cpp-aarch64-linux-gnu cpp-arm-linux-gnueabi cpp-arm-linux-gnueabihf
2025-08-20T22:15:58.0350595Z   g++-13-aarch64-linux-gnu g++-13-arm-linux-gnueabi g++-13-arm-linux-gnueabihf
2025-08-20T22:15:58.0351661Z   g++-aarch64-linux-gnu g++-arm-linux-gnueabi g++-arm-linux-gnueabihf
2025-08-20T22:15:58.0352788Z   gcc-13-aarch64-linux-gnu gcc-13-aarch64-linux-gnu-base
2025-08-20T22:15:58.0353453Z   gcc-13-arm-linux-gnueabi gcc-13-arm-linux-gnueabi-base
2025-08-20T22:15:58.0354232Z   gcc-13-arm-linux-gnueabihf gcc-13-arm-linux-gnueabihf-base gcc-13-cross-base
2025-08-20T22:15:58.0355151Z   gcc-13-cross-base-ports gcc-14-cross-base gcc-14-cross-base-ports
2025-08-20T22:15:58.0355996Z   gcc-aarch64-linux-gnu gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf
2025-08-20T22:15:58.0358235Z   libasan8-arm64-cross libasan8-armel-cross libasan8-armhf-cross
2025-08-20T22:15:58.0359007Z   libatomic1-arm64-cross libatomic1-armel-cross libatomic1-armhf-cross
2025-08-20T22:15:58.0359550Z   libc6-arm64-cross libc6-armel-cross libc6-armhf-cross libc6-dev-arm64-cross
2025-08-20T22:15:58.0360073Z   libc6-dev-armel-cross libc6-dev-armhf-cross libgcc-13-dev-arm64-cross
2025-08-20T22:15:58.0360593Z   libgcc-13-dev-armel-cross libgcc-13-dev-armhf-cross libgcc-s1-arm64-cross
2025-08-20T22:15:58.0361298Z   libgcc-s1-armel-cross libgcc-s1-armhf-cross libgomp1-arm64-cross
2025-08-20T22:15:58.0361791Z   libgomp1-armel-cross libgomp1-armhf-cross libhwasan0-arm64-cross
2025-08-20T22:15:58.0362281Z   libitm1-arm64-cross liblsan0-arm64-cross libstdc++-13-dev-arm64-cross
2025-08-20T22:15:58.0362749Z   libstdc++-13-dev-armel-cross libstdc++-13-dev-armhf-cross
2025-08-20T22:15:58.0363209Z   libstdc++6-arm64-cross libstdc++6-armel-cross libstdc++6-armhf-cross
2025-08-20T22:15:58.0363691Z   libtsan2-arm64-cross libubsan1-arm64-cross libubsan1-armel-cross
2025-08-20T22:15:58.0364212Z   libubsan1-armhf-cross linux-libc-dev-arm64-cross linux-libc-dev-armel-cross
2025-08-20T22:15:58.0364665Z   linux-libc-dev-armhf-cross
2025-08-20T22:15:58.0558952Z 0 upgraded, 64 newly installed, 0 to remove and 45 not upgraded.
2025-08-20T22:15:58.0559345Z Need to get 171 MB of archives.
2025-08-20T22:15:58.0559748Z After this operation, 599 MB of additional disk space will be used.
2025-08-20T22:15:58.0560413Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T22:15:58.0968409Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 gcc-13-aarch64-linux-gnu-base amd64 13.3.0-6ubuntu2~24.04cross1 [51.7 kB]
2025-08-20T22:15:58.1138026Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 cpp-13-aarch64-linux-gnu amd64 13.3.0-6ubuntu2~24.04cross1 [10.8 MB]
2025-08-20T22:15:58.2341122Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 gcc-13-arm-linux-gnueabi-base amd64 13.3.0-6ubuntu2~24.04cross1 [51.7 kB]
2025-08-20T22:15:58.2489460Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 cpp-13-arm-linux-gnueabi amd64 13.3.0-6ubuntu2~24.04cross1 [10.2 MB]
2025-08-20T22:15:58.3674587Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 gcc-13-arm-linux-gnueabihf-base amd64 13.3.0-6ubuntu2~24.04cross1 [51.7 kB]
2025-08-20T22:15:58.3834383Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 cpp-13-arm-linux-gnueabihf amd64 13.3.0-6ubuntu2~24.04cross1 [10.2 MB]
2025-08-20T22:15:58.5421358Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 cpp-aarch64-linux-gnu amd64 4:13.2.0-7ubuntu1 [5332 B]
2025-08-20T22:15:58.5566243Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 cpp-arm-linux-gnueabi amd64 4:13.2.1-2ubuntu1 [4452 B]
2025-08-20T22:15:58.5717521Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 cpp-arm-linux-gnueabihf amd64 4:13.2.0-7ubuntu1 [5324 B]
2025-08-20T22:15:58.5869040Z Get:11 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 gcc-13-cross-base all 13.3.0-6ubuntu2~24.04cross1 [46.4 kB]
2025-08-20T22:15:58.6025905Z Get:12 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 gcc-14-cross-base all 14.2.0-4ubuntu2~24.04cross1 [46.0 kB]
2025-08-20T22:15:58.6200065Z Get:13 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libc6-arm64-cross all 2.39-0ubuntu8cross1 [1197 kB]
2025-08-20T22:15:58.6671017Z Get:14 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libgcc-s1-arm64-cross all 14.2.0-4ubuntu2~24.04cross1 [61.9 kB]
2025-08-20T22:15:58.6823883Z Get:15 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libgomp1-arm64-cross all 14.2.0-4ubuntu2~24.04cross1 [110 kB]
2025-08-20T22:15:58.6973926Z Get:16 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libitm1-arm64-cross all 14.2.0-4ubuntu2~24.04cross1 [31.5 kB]
2025-08-20T22:15:58.7123169Z Get:17 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libatomic1-arm64-cross all 14.2.0-4ubuntu2~24.04cross1 [11.4 kB]
2025-08-20T22:15:58.7758924Z Get:18 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libasan8-arm64-cross all 14.2.0-4ubuntu2~24.04cross1 [524 kB]
2025-08-20T22:15:58.8039214Z Get:19 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 liblsan0-arm64-cross all 14.2.0-4ubuntu2~24.04cross1 [238 kB]
2025-08-20T22:15:58.8218662Z Get:20 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libtsan2-arm64-cross all 14.2.0-4ubuntu2~24.04cross1 [500 kB]
2025-08-20T22:15:58.8499127Z Get:21 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libstdc++6-arm64-cross all 14.2.0-4ubuntu2~24.04cross1 [658 kB]
2025-08-20T22:15:58.8864311Z Get:22 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libubsan1-arm64-cross all 14.2.0-4ubuntu2~24.04cross1 [219 kB]
2025-08-20T22:15:58.9022668Z Get:23 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libhwasan0-arm64-cross all 14.2.0-4ubuntu2~24.04cross1 [303 kB]
2025-08-20T22:15:58.9191585Z Get:24 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libgcc-13-dev-arm64-cross all 13.3.0-6ubuntu2~24.04cross1 [2616 kB]
2025-08-20T22:15:58.9662197Z Get:25 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 gcc-13-aarch64-linux-gnu amd64 13.3.0-6ubuntu2~24.04cross1 [21.1 MB]
2025-08-20T22:15:59.2352817Z Get:26 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 linux-libc-dev-arm64-cross all 6.8.0-25.25cross1 [1375 kB]
2025-08-20T22:15:59.2867428Z Get:27 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libc6-dev-arm64-cross all 2.39-0ubuntu8cross1 [1629 kB]
2025-08-20T22:15:59.3381843Z Get:28 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libstdc++-13-dev-arm64-cross all 13.3.0-6ubuntu2~24.04cross1 [2657 kB]
2025-08-20T22:15:59.3985281Z Get:29 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 g++-13-aarch64-linux-gnu amd64 13.3.0-6ubuntu2~24.04cross1 [12.2 MB]
2025-08-20T22:15:59.6245824Z Get:30 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 binutils-arm-linux-gnueabi amd64 2.42-4ubuntu2.5 [3553 kB]
2025-08-20T22:15:59.7028959Z Get:31 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 gcc-13-cross-base-ports all 13.3.0-6ubuntu2~24.04cross1 [46.4 kB]
2025-08-20T22:15:59.7188268Z Get:32 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 gcc-14-cross-base-ports all 14.2.0-4ubuntu2~24.04cross1 [46.0 kB]
2025-08-20T22:15:59.7357183Z Get:33 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libc6-armel-cross all 2.39-0ubuntu8cross1 [1046 kB]
2025-08-20T22:15:59.7838105Z Get:34 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 libgcc-s1-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [45.2 kB]
2025-08-20T22:15:59.8464563Z Get:35 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 libgomp1-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [134 kB]
2025-08-20T22:15:59.8656718Z Get:36 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 libatomic1-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [10.8 kB]
2025-08-20T22:15:59.8837594Z Get:37 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 libasan8-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [2893 kB]
2025-08-20T22:15:59.9543115Z Get:38 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 libstdc++6-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [672 kB]
2025-08-20T22:15:59.9854890Z Get:39 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 libubsan1-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [1156 kB]
2025-08-20T22:16:00.0242774Z Get:40 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 libgcc-13-dev-armel-cross all 13.3.0-6ubuntu2~24.04cross1 [910 kB]
2025-08-20T22:16:00.0593187Z Get:41 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 gcc-13-arm-linux-gnueabi amd64 13.3.0-6ubuntu2~24.04cross1 [19.6 MB]
2025-08-20T22:16:00.2784635Z Get:42 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 linux-libc-dev-armel-cross all 6.8.0-25.25cross1 [1359 kB]
2025-08-20T22:16:00.3230165Z Get:43 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libc6-dev-armel-cross all 2.39-0ubuntu8cross1 [1459 kB]
2025-08-20T22:16:00.3644661Z Get:44 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 libstdc++-13-dev-armel-cross all 13.3.0-6ubuntu2~24.04cross1 [2487 kB]
2025-08-20T22:16:00.4074924Z Get:45 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 g++-13-arm-linux-gnueabi amd64 13.3.0-6ubuntu2~24.04cross1 [11.5 MB]
2025-08-20T22:16:00.6128511Z Get:46 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 binutils-arm-linux-gnueabihf amd64 2.42-4ubuntu2.5 [3552 kB]
2025-08-20T22:16:00.6878046Z Get:47 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libc6-armhf-cross all 2.39-0ubuntu8cross1 [1320 kB]
2025-08-20T22:16:00.7360546Z Get:48 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libgcc-s1-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [41.5 kB]
2025-08-20T22:16:00.7515211Z Get:49 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libgomp1-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [123 kB]
2025-08-20T22:16:00.7696689Z Get:50 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libatomic1-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [7626 B]
2025-08-20T22:16:00.7839230Z Get:51 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libasan8-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [2930 kB]
2025-08-20T22:16:00.8881961Z Get:52 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libstdc++6-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [664 kB]
2025-08-20T22:16:00.9183825Z Get:53 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libubsan1-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [1153 kB]
2025-08-20T22:16:00.9594382Z Get:54 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libgcc-13-dev-armhf-cross all 13.3.0-6ubuntu2~24.04cross1 [899 kB]
2025-08-20T22:16:00.9922022Z Get:55 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 gcc-13-arm-linux-gnueabihf amd64 13.3.0-6ubuntu2~24.04cross1 [19.6 MB]
2025-08-20T22:16:01.1780408Z Get:56 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 linux-libc-dev-armhf-cross all 6.8.0-25.25cross1 [1359 kB]
2025-08-20T22:16:01.2203202Z Get:57 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libc6-dev-armhf-cross all 2.39-0ubuntu8cross1 [1387 kB]
2025-08-20T22:16:01.2531551Z Get:58 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libstdc++-13-dev-armhf-cross all 13.3.0-6ubuntu2~24.04cross1 [2460 kB]
2025-08-20T22:16:01.3178109Z Get:59 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 g++-13-arm-linux-gnueabihf amd64 13.3.0-6ubuntu2~24.04cross1 [11.5 MB]
2025-08-20T22:16:01.4264871Z Get:60 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 gcc-aarch64-linux-gnu amd64 4:13.2.0-7ubuntu1 [1210 B]
2025-08-20T22:16:01.4408724Z Get:61 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 g++-aarch64-linux-gnu amd64 4:13.2.0-7ubuntu1 [962 B]
2025-08-20T22:16:01.4564044Z Get:62 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 gcc-arm-linux-gnueabi amd64 4:13.2.1-2ubuntu1 [1252 B]
2025-08-20T22:16:01.4707814Z Get:63 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 g++-arm-linux-gnueabi amd64 4:13.2.1-2ubuntu1 [944 B]
2025-08-20T22:16:01.4852857Z Get:64 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 gcc-arm-linux-gnueabihf amd64 4:13.2.0-7ubuntu1 [1230 B]
2025-08-20T22:16:01.5087183Z Get:65 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 g++-arm-linux-gnueabihf amd64 4:13.2.0-7ubuntu1 [968 B]
2025-08-20T22:16:01.8265179Z Fetched 171 MB in 3s (49.2 MB/s)
2025-08-20T22:16:01.8463497Z Selecting previously unselected package gcc-13-aarch64-linux-gnu-base:amd64.
2025-08-20T22:16:01.8519681Z (Reading database ... 
2025-08-20T22:16:01.8520078Z (Reading database ... 5%
2025-08-20T22:16:01.8520446Z (Reading database ... 10%
2025-08-20T22:16:01.8520962Z (Reading database ... 15%
2025-08-20T22:16:01.8521346Z (Reading database ... 20%
2025-08-20T22:16:01.8521719Z (Reading database ... 25%
2025-08-20T22:16:01.8522081Z (Reading database ... 30%
2025-08-20T22:16:01.8522442Z (Reading database ... 35%
2025-08-20T22:16:01.8522793Z (Reading database ... 40%
2025-08-20T22:16:01.8523096Z (Reading database ... 45%
2025-08-20T22:16:01.8523327Z (Reading database ... 50%
2025-08-20T22:16:01.8600640Z (Reading database ... 55%
2025-08-20T22:16:01.8633959Z (Reading database ... 60%
2025-08-20T22:16:01.8654229Z (Reading database ... 65%
2025-08-20T22:16:01.8693192Z (Reading database ... 70%
2025-08-20T22:16:01.8714957Z (Reading database ... 75%
2025-08-20T22:16:01.8738409Z (Reading database ... 80%
2025-08-20T22:16:01.8879392Z (Reading database ... 85%
2025-08-20T22:16:01.9150509Z (Reading database ... 90%
2025-08-20T22:16:01.9236307Z (Reading database ... 95%
2025-08-20T22:16:01.9236707Z (Reading database ... 100%
2025-08-20T22:16:01.9237237Z (Reading database ... 227701 files and directories currently installed.)
2025-08-20T22:16:01.9280475Z Preparing to unpack .../00-gcc-13-aarch64-linux-gnu-base_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T22:16:01.9293589Z Unpacking gcc-13-aarch64-linux-gnu-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:16:01.9517214Z Selecting previously unselected package cpp-13-aarch64-linux-gnu.
2025-08-20T22:16:01.9652571Z Preparing to unpack .../01-cpp-13-aarch64-linux-gnu_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T22:16:01.9682974Z Unpacking cpp-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:16:02.1181834Z Selecting previously unselected package gcc-13-arm-linux-gnueabi-base:amd64.
2025-08-20T22:16:02.1322845Z Preparing to unpack .../02-gcc-13-arm-linux-gnueabi-base_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T22:16:02.1336436Z Unpacking gcc-13-arm-linux-gnueabi-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:16:02.1564125Z Selecting previously unselected package cpp-13-arm-linux-gnueabi.
2025-08-20T22:16:02.1703558Z Preparing to unpack .../03-cpp-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T22:16:02.1738314Z Unpacking cpp-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:16:02.3129963Z Selecting previously unselected package gcc-13-arm-linux-gnueabihf-base:amd64.
2025-08-20T22:16:02.3269570Z Preparing to unpack .../04-gcc-13-arm-linux-gnueabihf-base_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T22:16:02.3278867Z Unpacking gcc-13-arm-linux-gnueabihf-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:16:02.3491778Z Selecting previously unselected package cpp-13-arm-linux-gnueabihf.
2025-08-20T22:16:02.3631263Z Preparing to unpack .../05-cpp-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T22:16:02.3668334Z Unpacking cpp-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:16:02.5028814Z Selecting previously unselected package cpp-aarch64-linux-gnu.
2025-08-20T22:16:02.5168176Z Preparing to unpack .../06-cpp-aarch64-linux-gnu_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-20T22:16:02.5177439Z Unpacking cpp-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-20T22:16:02.5384339Z Selecting previously unselected package cpp-arm-linux-gnueabi.
2025-08-20T22:16:02.5524260Z Preparing to unpack .../07-cpp-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_amd64.deb ...
2025-08-20T22:16:02.5536275Z Unpacking cpp-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T22:16:02.5761792Z Selecting previously unselected package cpp-arm-linux-gnueabihf.
2025-08-20T22:16:02.5905520Z Preparing to unpack .../08-cpp-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-20T22:16:02.5915550Z Unpacking cpp-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T22:16:02.6135342Z Selecting previously unselected package gcc-13-cross-base.
2025-08-20T22:16:02.6275199Z Preparing to unpack .../09-gcc-13-cross-base_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:16:02.6286794Z Unpacking gcc-13-cross-base (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:16:02.6520452Z Selecting previously unselected package gcc-14-cross-base.
2025-08-20T22:16:02.6660593Z Preparing to unpack .../10-gcc-14-cross-base_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:16:02.6672669Z Unpacking gcc-14-cross-base (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:16:02.6903476Z Selecting previously unselected package libc6-arm64-cross.
2025-08-20T22:16:02.7042194Z Preparing to unpack .../11-libc6-arm64-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T22:16:02.7058462Z Unpacking libc6-arm64-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:16:02.7439518Z Selecting previously unselected package libgcc-s1-arm64-cross.
2025-08-20T22:16:02.7582220Z Preparing to unpack .../12-libgcc-s1-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:16:02.7621475Z Unpacking libgcc-s1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:16:02.7847561Z Selecting previously unselected package libgomp1-arm64-cross.
2025-08-20T22:16:02.7988970Z Preparing to unpack .../13-libgomp1-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:16:02.7999156Z Unpacking libgomp1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:16:02.8262901Z Selecting previously unselected package libitm1-arm64-cross.
2025-08-20T22:16:02.8406482Z Preparing to unpack .../14-libitm1-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:16:02.8415785Z Unpacking libitm1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:16:02.8639251Z Selecting previously unselected package libatomic1-arm64-cross.
2025-08-20T22:16:02.8782400Z Preparing to unpack .../15-libatomic1-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:16:02.8792478Z Unpacking libatomic1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:16:02.9010451Z Selecting previously unselected package libasan8-arm64-cross.
2025-08-20T22:16:02.9151074Z Preparing to unpack .../16-libasan8-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:16:02.9159374Z Unpacking libasan8-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:16:02.9478193Z Selecting previously unselected package liblsan0-arm64-cross.
2025-08-20T22:16:02.9618565Z Preparing to unpack .../17-liblsan0-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:16:02.9626545Z Unpacking liblsan0-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:16:02.9897796Z Selecting previously unselected package libtsan2-arm64-cross.
2025-08-20T22:16:03.0038546Z Preparing to unpack .../18-libtsan2-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:16:03.0053040Z Unpacking libtsan2-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:16:03.0381650Z Selecting previously unselected package libstdc++6-arm64-cross.
2025-08-20T22:16:03.0522097Z Preparing to unpack .../19-libstdc++6-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:16:03.0530460Z Unpacking libstdc++6-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:16:03.0874064Z Selecting previously unselected package libubsan1-arm64-cross.
2025-08-20T22:16:03.1015709Z Preparing to unpack .../20-libubsan1-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:16:03.1025918Z Unpacking libubsan1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:16:03.1304642Z Selecting previously unselected package libhwasan0-arm64-cross.
2025-08-20T22:16:03.1445508Z Preparing to unpack .../21-libhwasan0-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:16:03.1458081Z Unpacking libhwasan0-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:16:03.1743568Z Selecting previously unselected package libgcc-13-dev-arm64-cross.
2025-08-20T22:16:03.1882418Z Preparing to unpack .../22-libgcc-13-dev-arm64-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:16:03.1892693Z Unpacking libgcc-13-dev-arm64-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:16:03.2933125Z Selecting previously unselected package gcc-13-aarch64-linux-gnu.
2025-08-20T22:16:03.3073565Z Preparing to unpack .../23-gcc-13-aarch64-linux-gnu_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T22:16:03.3107435Z Unpacking gcc-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:16:03.5816046Z Selecting previously unselected package linux-libc-dev-arm64-cross.
2025-08-20T22:16:03.5956590Z Preparing to unpack .../24-linux-libc-dev-arm64-cross_6.8.0-25.25cross1_all.deb ...
2025-08-20T22:16:03.5977203Z Unpacking linux-libc-dev-arm64-cross (6.8.0-25.25cross1) ...
2025-08-20T22:16:03.7830260Z Selecting previously unselected package libc6-dev-arm64-cross.
2025-08-20T22:16:03.7977349Z Preparing to unpack .../25-libc6-dev-arm64-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T22:16:03.7986174Z Unpacking libc6-dev-arm64-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:16:03.9300977Z Selecting previously unselected package libstdc++-13-dev-arm64-cross.
2025-08-20T22:16:03.9448157Z Preparing to unpack .../26-libstdc++-13-dev-arm64-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:16:03.9459140Z Unpacking libstdc++-13-dev-arm64-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:16:04.1705288Z Selecting previously unselected package g++-13-aarch64-linux-gnu.
2025-08-20T22:16:04.1851809Z Preparing to unpack .../27-g++-13-aarch64-linux-gnu_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T22:16:04.1886684Z Unpacking g++-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:16:04.3532284Z Selecting previously unselected package binutils-arm-linux-gnueabi.
2025-08-20T22:16:04.3674814Z Preparing to unpack .../28-binutils-arm-linux-gnueabi_2.42-4ubuntu2.5_amd64.deb ...
2025-08-20T22:16:04.3701298Z Unpacking binutils-arm-linux-gnueabi (2.42-4ubuntu2.5) ...
2025-08-20T22:16:04.4594004Z Selecting previously unselected package gcc-13-cross-base-ports.
2025-08-20T22:16:04.4736017Z Preparing to unpack .../29-gcc-13-cross-base-ports_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:16:04.4746546Z Unpacking gcc-13-cross-base-ports (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:16:04.4973984Z Selecting previously unselected package gcc-14-cross-base-ports.
2025-08-20T22:16:04.5116613Z Preparing to unpack .../30-gcc-14-cross-base-ports_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:16:04.5130367Z Unpacking gcc-14-cross-base-ports (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:16:04.5353687Z Selecting previously unselected package libc6-armel-cross.
2025-08-20T22:16:04.5496023Z Preparing to unpack .../31-libc6-armel-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T22:16:04.5508108Z Unpacking libc6-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:16:04.5908648Z Selecting previously unselected package libgcc-s1-armel-cross.
2025-08-20T22:16:04.6050019Z Preparing to unpack .../32-libgcc-s1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:16:04.6061902Z Unpacking libgcc-s1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:16:04.6295526Z Selecting previously unselected package libgomp1-armel-cross.
2025-08-20T22:16:04.6437330Z Preparing to unpack .../33-libgomp1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:16:04.6446383Z Unpacking libgomp1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:16:04.6691037Z Selecting previously unselected package libatomic1-armel-cross.
2025-08-20T22:16:04.6841529Z Preparing to unpack .../34-libatomic1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:16:04.6855652Z Unpacking libatomic1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:16:04.7083245Z Selecting previously unselected package libasan8-armel-cross.
2025-08-20T22:16:04.7224542Z Preparing to unpack .../35-libasan8-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:16:04.7233139Z Unpacking libasan8-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:16:04.7914787Z Selecting previously unselected package libstdc++6-armel-cross.
2025-08-20T22:16:04.8057583Z Preparing to unpack .../36-libstdc++6-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:16:04.8067617Z Unpacking libstdc++6-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:16:04.8388646Z Selecting previously unselected package libubsan1-armel-cross.
2025-08-20T22:16:04.8530188Z Preparing to unpack .../37-libubsan1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:16:04.8540292Z Unpacking libubsan1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:16:04.8918171Z Selecting previously unselected package libgcc-13-dev-armel-cross.
2025-08-20T22:16:04.9061239Z Preparing to unpack .../38-libgcc-13-dev-armel-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:16:04.9078962Z Unpacking libgcc-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:16:04.9641895Z Selecting previously unselected package gcc-13-arm-linux-gnueabi.
2025-08-20T22:16:04.9787564Z Preparing to unpack .../39-gcc-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T22:16:04.9821935Z Unpacking gcc-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:16:05.2366842Z Selecting previously unselected package linux-libc-dev-armel-cross.
2025-08-20T22:16:05.2507931Z Preparing to unpack .../40-linux-libc-dev-armel-cross_6.8.0-25.25cross1_all.deb ...
2025-08-20T22:16:05.2520196Z Unpacking linux-libc-dev-armel-cross (6.8.0-25.25cross1) ...
2025-08-20T22:16:05.4471708Z Selecting previously unselected package libc6-dev-armel-cross.
2025-08-20T22:16:05.4616437Z Preparing to unpack .../41-libc6-dev-armel-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T22:16:05.4627845Z Unpacking libc6-dev-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:16:05.5865022Z Selecting previously unselected package libstdc++-13-dev-armel-cross.
2025-08-20T22:16:05.6008742Z Preparing to unpack .../42-libstdc++-13-dev-armel-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:16:05.6100454Z Unpacking libstdc++-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:16:05.8172964Z Selecting previously unselected package g++-13-arm-linux-gnueabi.
2025-08-20T22:16:05.8318949Z Preparing to unpack .../43-g++-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T22:16:05.8352422Z Unpacking g++-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:16:05.9778124Z Selecting previously unselected package binutils-arm-linux-gnueabihf.
2025-08-20T22:16:05.9920908Z Preparing to unpack .../44-binutils-arm-linux-gnueabihf_2.42-4ubuntu2.5_amd64.deb ...
2025-08-20T22:16:05.9933755Z Unpacking binutils-arm-linux-gnueabihf (2.42-4ubuntu2.5) ...
2025-08-20T22:16:06.0833217Z Selecting previously unselected package libc6-armhf-cross.
2025-08-20T22:16:06.0975385Z Preparing to unpack .../45-libc6-armhf-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T22:16:06.0987792Z Unpacking libc6-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:16:06.1394556Z Selecting previously unselected package libgcc-s1-armhf-cross.
2025-08-20T22:16:06.1537634Z Preparing to unpack .../46-libgcc-s1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:16:06.1554198Z Unpacking libgcc-s1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:16:06.1785154Z Selecting previously unselected package libgomp1-armhf-cross.
2025-08-20T22:16:06.1928885Z Preparing to unpack .../47-libgomp1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:16:06.1943136Z Unpacking libgomp1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:16:06.2186928Z Selecting previously unselected package libatomic1-armhf-cross.
2025-08-20T22:16:06.2330417Z Preparing to unpack .../48-libatomic1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:16:06.2344417Z Unpacking libatomic1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:16:06.2566136Z Selecting previously unselected package libasan8-armhf-cross.
2025-08-20T22:16:06.2708326Z Preparing to unpack .../49-libasan8-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:16:06.2720360Z Unpacking libasan8-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:16:06.3352502Z Selecting previously unselected package libstdc++6-armhf-cross.
2025-08-20T22:16:06.3495102Z Preparing to unpack .../50-libstdc++6-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:16:06.3505153Z Unpacking libstdc++6-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:16:06.3826093Z Selecting previously unselected package libubsan1-armhf-cross.
2025-08-20T22:16:06.3968965Z Preparing to unpack .../51-libubsan1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:16:06.3985531Z Unpacking libubsan1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:16:06.4359966Z Selecting previously unselected package libgcc-13-dev-armhf-cross.
2025-08-20T22:16:06.4503138Z Preparing to unpack .../52-libgcc-13-dev-armhf-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:16:06.4513480Z Unpacking libgcc-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:16:06.5037807Z Selecting previously unselected package gcc-13-arm-linux-gnueabihf.
2025-08-20T22:16:06.5181115Z Preparing to unpack .../53-gcc-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T22:16:06.5214303Z Unpacking gcc-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:16:06.7681111Z Selecting previously unselected package linux-libc-dev-armhf-cross.
2025-08-20T22:16:06.7825777Z Preparing to unpack .../54-linux-libc-dev-armhf-cross_6.8.0-25.25cross1_all.deb ...
2025-08-20T22:16:06.7840433Z Unpacking linux-libc-dev-armhf-cross (6.8.0-25.25cross1) ...
2025-08-20T22:16:06.9742051Z Selecting previously unselected package libc6-dev-armhf-cross.
2025-08-20T22:16:06.9889092Z Preparing to unpack .../55-libc6-dev-armhf-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T22:16:06.9899092Z Unpacking libc6-dev-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:16:07.1119672Z Selecting previously unselected package libstdc++-13-dev-armhf-cross.
2025-08-20T22:16:07.1265772Z Preparing to unpack .../56-libstdc++-13-dev-armhf-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:16:07.1277640Z Unpacking libstdc++-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:16:07.3495722Z Selecting previously unselected package g++-13-arm-linux-gnueabihf.
2025-08-20T22:16:07.3643059Z Preparing to unpack .../57-g++-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T22:16:07.3674101Z Unpacking g++-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:16:07.5165381Z Selecting previously unselected package gcc-aarch64-linux-gnu.
2025-08-20T22:16:07.5309521Z Preparing to unpack .../58-gcc-aarch64-linux-gnu_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-20T22:16:07.5319893Z Unpacking gcc-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-20T22:16:07.5530480Z Selecting previously unselected package g++-aarch64-linux-gnu.
2025-08-20T22:16:07.5675273Z Preparing to unpack .../59-g++-aarch64-linux-gnu_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-20T22:16:07.5684986Z Unpacking g++-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-20T22:16:07.5893970Z Selecting previously unselected package gcc-arm-linux-gnueabi.
2025-08-20T22:16:07.6038215Z Preparing to unpack .../60-gcc-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_amd64.deb ...
2025-08-20T22:16:07.6049982Z Unpacking gcc-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T22:16:07.6265761Z Selecting previously unselected package g++-arm-linux-gnueabi.
2025-08-20T22:16:07.6407269Z Preparing to unpack .../61-g++-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_amd64.deb ...
2025-08-20T22:16:07.6416261Z Unpacking g++-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T22:16:07.6611550Z Selecting previously unselected package gcc-arm-linux-gnueabihf.
2025-08-20T22:16:07.6753761Z Preparing to unpack .../62-gcc-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-20T22:16:07.6764151Z Unpacking gcc-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T22:16:07.6971992Z Selecting previously unselected package g++-arm-linux-gnueabihf.
2025-08-20T22:16:07.7113750Z Preparing to unpack .../63-g++-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-20T22:16:07.7125643Z Unpacking g++-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T22:16:07.7591703Z Setting up binutils-arm-linux-gnueabi (2.42-4ubuntu2.5) ...
2025-08-20T22:16:07.7622790Z Setting up libc6-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:16:07.7652852Z Setting up gcc-13-arm-linux-gnueabi-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:16:07.7682523Z Setting up gcc-14-cross-base (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:16:07.7711075Z Setting up libatomic1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:16:07.7744922Z Setting up linux-libc-dev-armel-cross (6.8.0-25.25cross1) ...
2025-08-20T22:16:07.7778338Z Setting up gcc-13-cross-base (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:16:07.7812415Z Setting up libc6-arm64-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:16:07.7843797Z Setting up linux-libc-dev-armhf-cross (6.8.0-25.25cross1) ...
2025-08-20T22:16:07.7871472Z Setting up libitm1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:16:07.7902625Z Setting up linux-libc-dev-arm64-cross (6.8.0-25.25cross1) ...
2025-08-20T22:16:07.7933371Z Setting up libc6-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:16:07.7963003Z Setting up gcc-13-arm-linux-gnueabihf-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:16:07.7992137Z Setting up gcc-14-cross-base-ports (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:16:07.8027244Z Setting up gcc-13-aarch64-linux-gnu-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:16:07.8050305Z Setting up libc6-dev-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:16:07.8075883Z Setting up binutils-arm-linux-gnueabihf (2.42-4ubuntu2.5) ...
2025-08-20T22:16:07.8103073Z Setting up gcc-13-cross-base-ports (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:16:07.8135704Z Setting up libgcc-s1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:16:07.8167376Z Setting up libatomic1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:16:07.8221165Z Setting up libgomp1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:16:07.8251535Z Setting up liblsan0-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:16:07.8282372Z Setting up libgomp1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:16:07.8312639Z Setting up cpp-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:16:07.8340971Z Setting up libgomp1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:16:07.8365110Z Setting up cpp-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:16:07.8393430Z Setting up cpp-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:16:07.8418817Z Setting up libgcc-s1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:16:07.8457062Z Setting up libgcc-s1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:16:07.8487055Z Setting up libc6-dev-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:16:07.8514769Z Setting up libhwasan0-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:16:07.8548403Z Setting up libc6-dev-arm64-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:16:07.8580136Z Setting up libstdc++6-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:16:07.8622040Z Setting up libatomic1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:16:07.8650419Z Setting up libstdc++6-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:16:07.8678638Z Setting up cpp-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-20T22:16:07.8707406Z Setting up cpp-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T22:16:07.8738099Z Setting up libstdc++6-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:16:07.8772628Z Setting up libubsan1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:16:07.8809157Z Setting up libubsan1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:16:07.8836845Z Setting up libasan8-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:16:07.8866128Z Setting up libtsan2-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:16:07.8900608Z Setting up cpp-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T22:16:07.8937190Z Setting up libasan8-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:16:07.8961816Z Setting up libasan8-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:16:07.8989374Z Setting up libubsan1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:16:07.9020333Z Setting up libgcc-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:16:07.9056144Z Setting up gcc-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:16:07.9089543Z Setting up libstdc++-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:16:07.9123717Z Setting up libgcc-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:16:07.9159104Z Setting up libgcc-13-dev-arm64-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:16:07.9197749Z Setting up gcc-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T22:16:07.9234310Z Setting up g++-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:16:07.9263536Z Setting up libstdc++-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:16:07.9321827Z Setting up gcc-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:16:07.9348146Z Setting up gcc-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:16:07.9381529Z Setting up libstdc++-13-dev-arm64-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:16:07.9406730Z Setting up g++-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T22:16:07.9433507Z Setting up gcc-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T22:16:07.9472377Z Setting up g++-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:16:07.9500516Z Setting up g++-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:16:07.9531871Z Setting up g++-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T22:16:07.9565403Z Setting up gcc-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-20T22:16:07.9591229Z Setting up g++-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-20T22:16:07.9623418Z Processing triggers for ccache (4.9.1-1) ...
2025-08-20T22:16:07.9642099Z Updating symlinks in /usr/lib/ccache ...
2025-08-20T22:16:07.9733457Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:16:12.1246022Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T22:16:13.6196487Z Reading package lists...
2025-08-20T22:16:13.7795762Z Building dependency tree...
2025-08-20T22:16:13.7803768Z Reading state information...
2025-08-20T22:16:13.9374061Z The following additional packages will be installed:
2025-08-20T22:16:13.9375077Z   libdbus-1-dev libibverbs-dev libjudydebian1 libnl-3-dev libnl-route-3-dev
2025-08-20T22:16:13.9379126Z   libpcap0.8-dev
2025-08-20T22:16:13.9648787Z The following NEW packages will be installed:
2025-08-20T22:16:13.9649401Z   libdbus-1-dev libibverbs-dev libjudydebian1 libnl-3-dev libnl-route-3-dev
2025-08-20T22:16:13.9653893Z   libpcap-dev libpcap0.8-dev pcaputils
2025-08-20T22:16:13.9827263Z 0 upgraded, 8 newly installed, 0 to remove and 45 not upgraded.
2025-08-20T22:16:14.0068007Z Need to get 1613 kB of archives.
2025-08-20T22:16:14.0068660Z After this operation, 6802 kB of additional disk space will be used.
2025-08-20T22:16:14.0069348Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T22:16:14.0495398Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libdbus-1-dev amd64 1.14.10-4ubuntu4.1 [190 kB]
2025-08-20T22:16:14.0691018Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libjudydebian1 amd64 1.0.5-5.1build1 [107 kB]
2025-08-20T22:16:14.0880353Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libnl-3-dev amd64 3.7.0-0.3build1.1 [99.5 kB]
2025-08-20T22:16:14.1045980Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libnl-route-3-dev amd64 3.7.0-0.3build1.1 [216 kB]
2025-08-20T22:16:14.1291874Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libibverbs-dev amd64 50.0-2ubuntu0.2 [686 kB]
2025-08-20T22:16:14.1651062Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libpcap0.8-dev amd64 1.10.4-4.1ubuntu3 [269 kB]
2025-08-20T22:16:14.1924557Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libpcap-dev amd64 1.10.4-4.1ubuntu3 [3324 B]
2025-08-20T22:16:14.2149213Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 pcaputils amd64 0.8-1.1build2 [43.8 kB]
2025-08-20T22:16:14.4804271Z Fetched 1613 kB in 0s (7341 kB/s)
2025-08-20T22:16:14.5053949Z Selecting previously unselected package libdbus-1-dev:amd64.
2025-08-20T22:16:14.5113488Z (Reading database ... 
2025-08-20T22:16:14.5113956Z (Reading database ... 5%
2025-08-20T22:16:14.5114334Z (Reading database ... 10%
2025-08-20T22:16:14.5114713Z (Reading database ... 15%
2025-08-20T22:16:14.5115076Z (Reading database ... 20%
2025-08-20T22:16:14.5115436Z (Reading database ... 25%
2025-08-20T22:16:14.5115794Z (Reading database ... 30%
2025-08-20T22:16:14.5116800Z (Reading database ... 35%
2025-08-20T22:16:14.5117178Z (Reading database ... 40%
2025-08-20T22:16:14.5117526Z (Reading database ... 45%
2025-08-20T22:16:14.5117892Z (Reading database ... 50%
2025-08-20T22:16:14.5211298Z (Reading database ... 55%
2025-08-20T22:16:14.5231535Z (Reading database ... 60%
2025-08-20T22:16:14.5253784Z (Reading database ... 65%
2025-08-20T22:16:14.5298827Z (Reading database ... 70%
2025-08-20T22:16:14.5322894Z (Reading database ... 75%
2025-08-20T22:16:14.5349417Z (Reading database ... 80%
2025-08-20T22:16:14.5500332Z (Reading database ... 85%
2025-08-20T22:16:14.5784449Z (Reading database ... 90%
2025-08-20T22:16:14.5875644Z (Reading database ... 95%
2025-08-20T22:16:14.5876165Z (Reading database ... 100%
2025-08-20T22:16:14.5876773Z (Reading database ... 235760 files and directories currently installed.)
2025-08-20T22:16:14.5921091Z Preparing to unpack .../0-libdbus-1-dev_1.14.10-4ubuntu4.1_amd64.deb ...
2025-08-20T22:16:14.5942862Z Unpacking libdbus-1-dev:amd64 (1.14.10-4ubuntu4.1) ...
2025-08-20T22:16:14.6345154Z Selecting previously unselected package libjudydebian1.
2025-08-20T22:16:14.6488241Z Preparing to unpack .../1-libjudydebian1_1.0.5-5.1build1_amd64.deb ...
2025-08-20T22:16:14.6540223Z Unpacking libjudydebian1 (1.0.5-5.1build1) ...
2025-08-20T22:16:14.6831235Z Selecting previously unselected package libnl-3-dev:amd64.
2025-08-20T22:16:14.6974915Z Preparing to unpack .../2-libnl-3-dev_3.7.0-0.3build1.1_amd64.deb ...
2025-08-20T22:16:14.7002936Z Unpacking libnl-3-dev:amd64 (3.7.0-0.3build1.1) ...
2025-08-20T22:16:14.7506420Z Selecting previously unselected package libnl-route-3-dev:amd64.
2025-08-20T22:16:14.7650849Z Preparing to unpack .../3-libnl-route-3-dev_3.7.0-0.3build1.1_amd64.deb ...
2025-08-20T22:16:14.7666044Z Unpacking libnl-route-3-dev:amd64 (3.7.0-0.3build1.1) ...
2025-08-20T22:16:14.7940617Z Selecting previously unselected package libibverbs-dev:amd64.
2025-08-20T22:16:14.8085864Z Preparing to unpack .../4-libibverbs-dev_50.0-2ubuntu0.2_amd64.deb ...
2025-08-20T22:16:14.8101774Z Unpacking libibverbs-dev:amd64 (50.0-2ubuntu0.2) ...
2025-08-20T22:16:14.8821123Z Selecting previously unselected package libpcap0.8-dev:amd64.
2025-08-20T22:16:14.8967852Z Preparing to unpack .../5-libpcap0.8-dev_1.10.4-4.1ubuntu3_amd64.deb ...
2025-08-20T22:16:14.9005613Z Unpacking libpcap0.8-dev:amd64 (1.10.4-4.1ubuntu3) ...
2025-08-20T22:16:14.9408653Z Selecting previously unselected package libpcap-dev:amd64.
2025-08-20T22:16:14.9554005Z Preparing to unpack .../6-libpcap-dev_1.10.4-4.1ubuntu3_amd64.deb ...
2025-08-20T22:16:14.9579944Z Unpacking libpcap-dev:amd64 (1.10.4-4.1ubuntu3) ...
2025-08-20T22:16:14.9855090Z Selecting previously unselected package pcaputils.
2025-08-20T22:16:15.0000142Z Preparing to unpack .../7-pcaputils_0.8-1.1build2_amd64.deb ...
2025-08-20T22:16:15.0036755Z Unpacking pcaputils (0.8-1.1build2) ...
2025-08-20T22:16:15.0528056Z Setting up libjudydebian1 (1.0.5-5.1build1) ...
2025-08-20T22:16:15.0566968Z Setting up libdbus-1-dev:amd64 (1.14.10-4ubuntu4.1) ...
2025-08-20T22:16:15.2070540Z Setting up libnl-3-dev:amd64 (3.7.0-0.3build1.1) ...
2025-08-20T22:16:15.2108418Z Setting up pcaputils (0.8-1.1build2) ...
2025-08-20T22:16:15.2240493Z update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults
2025-08-20T22:16:15.5146695Z Setting up libnl-route-3-dev:amd64 (3.7.0-0.3build1.1) ...
2025-08-20T22:16:15.5183257Z Setting up libibverbs-dev:amd64 (50.0-2ubuntu0.2) ...
2025-08-20T22:16:15.5253073Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T22:16:15.5447619Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:16:20.0649638Z Processing triggers for sgml-base (1.31) ...
2025-08-20T22:16:20.0907528Z Setting up libpcap0.8-dev:amd64 (1.10.4-4.1ubuntu3) ...
2025-08-20T22:16:20.0947174Z Setting up libpcap-dev:amd64 (1.10.4-4.1ubuntu3) ...
2025-08-20T22:16:21.6065106Z Reading package lists...
2025-08-20T22:16:21.7879951Z Building dependency tree...
2025-08-20T22:16:21.7888828Z Reading state information...
2025-08-20T22:16:21.8303385Z Reading package lists...
2025-08-20T22:16:22.0072683Z Building dependency tree...
2025-08-20T22:16:22.0082187Z Reading state information...
2025-08-20T22:16:22.1852718Z The following additional packages will be installed:
2025-08-20T22:16:22.1857487Z   liblz1 liblzma-dev librust-cc-dev librust-libc-dev librust-pkg-config-dev
2025-08-20T22:16:22.1863199Z Suggested packages:
2025-08-20T22:16:22.1863719Z   liblzma-doc librust-cc+jobserver-dev librust-libc+rustc-dep-of-std-dev
2025-08-20T22:16:22.1864185Z   librust-libc+rustc-std-workspace-core-dev
2025-08-20T22:16:22.2026465Z The following NEW packages will be installed:
2025-08-20T22:16:22.2027620Z   liblz-dev liblz1 liblzma-dev librust-cc-dev librust-libc-dev
2025-08-20T22:16:22.2032248Z   librust-lzma-sys-dev librust-pkg-config-dev lzma lzma-dev
2025-08-20T22:16:22.2204589Z 0 upgraded, 9 newly installed, 0 to remove and 45 not upgraded.
2025-08-20T22:16:22.2205938Z Need to get 800 kB of archives.
2025-08-20T22:16:22.2206520Z After this operation, 6245 kB of additional disk space will be used.
2025-08-20T22:16:22.2207190Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T22:16:22.2508867Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 liblz1 amd64 1.14-1 [36.4 kB]
2025-08-20T22:16:22.2691509Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 liblz-dev amd64 1.14-1 [51.7 kB]
2025-08-20T22:16:22.2842135Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 librust-libc-dev amd64 0.2.152-1 [353 kB]
2025-08-20T22:16:22.3044822Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 librust-cc-dev amd64 1.0.83-1 [61.6 kB]
2025-08-20T22:16:22.3236790Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 librust-pkg-config-dev amd64 0.3.27-1 [21.5 kB]
2025-08-20T22:16:22.3386053Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 liblzma-dev amd64 5.6.1+really5.4.5-1ubuntu0.2 [176 kB]
2025-08-20T22:16:22.3569034Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 librust-lzma-sys-dev amd64 0.1.20-1 [10.9 kB]
2025-08-20T22:16:22.3716550Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 lzma amd64 9.22-2.2 [47.3 kB]
2025-08-20T22:16:22.3865663Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 lzma-dev all 9.22-2.2 [41.6 kB]
2025-08-20T22:16:22.6574591Z Fetched 800 kB in 0s (4513 kB/s)
2025-08-20T22:16:22.6785330Z Selecting previously unselected package liblz1:amd64.
2025-08-20T22:16:22.6845069Z (Reading database ... 
2025-08-20T22:16:22.6845470Z (Reading database ... 5%
2025-08-20T22:16:22.6845848Z (Reading database ... 10%
2025-08-20T22:16:22.6846254Z (Reading database ... 15%
2025-08-20T22:16:22.6846896Z (Reading database ... 20%
2025-08-20T22:16:22.6847261Z (Reading database ... 25%
2025-08-20T22:16:22.6847613Z (Reading database ... 30%
2025-08-20T22:16:22.6848541Z (Reading database ... 35%
2025-08-20T22:16:22.6848893Z (Reading database ... 40%
2025-08-20T22:16:22.6849246Z (Reading database ... 45%
2025-08-20T22:16:22.6849592Z (Reading database ... 50%
2025-08-20T22:16:22.6947436Z (Reading database ... 55%
2025-08-20T22:16:22.6970254Z (Reading database ... 60%
2025-08-20T22:16:22.6993200Z (Reading database ... 65%
2025-08-20T22:16:22.7035273Z (Reading database ... 70%
2025-08-20T22:16:22.7059421Z (Reading database ... 75%
2025-08-20T22:16:22.7084998Z (Reading database ... 80%
2025-08-20T22:16:22.7236840Z (Reading database ... 85%
2025-08-20T22:16:22.7533762Z (Reading database ... 90%
2025-08-20T22:16:22.7627797Z (Reading database ... 95%
2025-08-20T22:16:22.7628206Z (Reading database ... 100%
2025-08-20T22:16:22.7628665Z (Reading database ... 236416 files and directories currently installed.)
2025-08-20T22:16:22.7674580Z Preparing to unpack .../0-liblz1_1.14-1_amd64.deb ...
2025-08-20T22:16:22.7705527Z Unpacking liblz1:amd64 (1.14-1) ...
2025-08-20T22:16:22.7968434Z Selecting previously unselected package liblz-dev:amd64.
2025-08-20T22:16:22.8114224Z Preparing to unpack .../1-liblz-dev_1.14-1_amd64.deb ...
2025-08-20T22:16:22.8127602Z Unpacking liblz-dev:amd64 (1.14-1) ...
2025-08-20T22:16:22.8423945Z Selecting previously unselected package librust-libc-dev:amd64.
2025-08-20T22:16:22.8571177Z Preparing to unpack .../2-librust-libc-dev_0.2.152-1_amd64.deb ...
2025-08-20T22:16:22.8582366Z Unpacking librust-libc-dev:amd64 (0.2.152-1) ...
2025-08-20T22:16:22.9375691Z Selecting previously unselected package librust-cc-dev:amd64.
2025-08-20T22:16:22.9523526Z Preparing to unpack .../3-librust-cc-dev_1.0.83-1_amd64.deb ...
2025-08-20T22:16:22.9540915Z Unpacking librust-cc-dev:amd64 (1.0.83-1) ...
2025-08-20T22:16:22.9844546Z Selecting previously unselected package librust-pkg-config-dev:amd64.
2025-08-20T22:16:22.9993124Z Preparing to unpack .../4-librust-pkg-config-dev_0.3.27-1_amd64.deb ...
2025-08-20T22:16:23.0012742Z Unpacking librust-pkg-config-dev:amd64 (0.3.27-1) ...
2025-08-20T22:16:23.0301777Z Selecting previously unselected package liblzma-dev:amd64.
2025-08-20T22:16:23.0448383Z Preparing to unpack .../5-liblzma-dev_5.6.1+really5.4.5-1ubuntu0.2_amd64.deb ...
2025-08-20T22:16:23.0466180Z Unpacking liblzma-dev:amd64 (5.6.1+really5.4.5-1ubuntu0.2) ...
2025-08-20T22:16:23.0795348Z Selecting previously unselected package librust-lzma-sys-dev:amd64.
2025-08-20T22:16:23.0942098Z Preparing to unpack .../6-librust-lzma-sys-dev_0.1.20-1_amd64.deb ...
2025-08-20T22:16:23.0955047Z Unpacking librust-lzma-sys-dev:amd64 (0.1.20-1) ...
2025-08-20T22:16:23.1236044Z Selecting previously unselected package lzma.
2025-08-20T22:16:23.1383711Z Preparing to unpack .../7-lzma_9.22-2.2_amd64.deb ...
2025-08-20T22:16:23.1414729Z Unpacking lzma (9.22-2.2) ...
2025-08-20T22:16:23.1705938Z Selecting previously unselected package lzma-dev.
2025-08-20T22:16:23.1852405Z Preparing to unpack .../8-lzma-dev_9.22-2.2_all.deb ...
2025-08-20T22:16:23.1869495Z Unpacking lzma-dev (9.22-2.2) ...
2025-08-20T22:16:23.2350951Z Setting up liblz1:amd64 (1.14-1) ...
2025-08-20T22:16:23.2389668Z Setting up librust-libc-dev:amd64 (0.2.152-1) ...
2025-08-20T22:16:23.2448610Z Setting up librust-cc-dev:amd64 (1.0.83-1) ...
2025-08-20T22:16:23.2528105Z Setting up liblz-dev:amd64 (1.14-1) ...
2025-08-20T22:16:23.2569624Z Setting up lzma (9.22-2.2) ...
2025-08-20T22:16:23.2648444Z update-alternatives: using /usr/bin/lzmp to provide /usr/bin/lzma (lzma) in auto mode
2025-08-20T22:16:23.2688986Z Setting up lzma-dev (9.22-2.2) ...
2025-08-20T22:16:23.2733262Z Setting up liblzma-dev:amd64 (5.6.1+really5.4.5-1ubuntu0.2) ...
2025-08-20T22:16:23.2766448Z Setting up librust-pkg-config-dev:amd64 (0.3.27-1) ...
2025-08-20T22:16:23.2808700Z Setting up librust-lzma-sys-dev:amd64 (0.1.20-1) ...
2025-08-20T22:16:23.2854393Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T22:16:23.3039945Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:16:27.4751033Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T22:16:28.1136439Z 
2025-08-20T22:16:28.1136925Z Running kernel seems to be up-to-date.
2025-08-20T22:16:28.1137323Z 
2025-08-20T22:16:28.1137482Z Restarting services...
2025-08-20T22:16:28.1199572Z 
2025-08-20T22:16:28.1200042Z Service restarts being deferred:
2025-08-20T22:16:28.1200580Z  systemctl restart hosted-compute-agent.service
2025-08-20T22:16:28.1201130Z 
2025-08-20T22:16:28.1201295Z No containers need to be restarted.
2025-08-20T22:16:28.1201593Z 
2025-08-20T22:16:28.1201780Z No user sessions are running outdated binaries.
2025-08-20T22:16:28.1202117Z 
2025-08-20T22:16:28.1202429Z No VM guests are running outdated hypervisor (qemu) binaries on this host.
2025-08-20T22:16:29.0921186Z Reading package lists...
2025-08-20T22:16:29.2666460Z Building dependency tree...
2025-08-20T22:16:29.2675287Z Reading state information...
2025-08-20T22:16:29.4942941Z dnsutils is already the newest version (1:9.18.30-0ubuntu0.24.04.2).
2025-08-20T22:16:29.4943712Z inetutils-telnet is already the newest version (2:2.5-3ubuntu4).
2025-08-20T22:16:29.4944323Z inetutils-telnet set to manually installed.
2025-08-20T22:16:29.4944884Z net-tools is already the newest version (2.10-0.1ubuntu4.4).
2025-08-20T22:16:29.4945487Z The following additional packages will be installed:
2025-08-20T22:16:29.4945869Z   tcpd update-inetd
2025-08-20T22:16:29.5099941Z The following packages will be REMOVED:
2025-08-20T22:16:29.5110304Z   iputils-ping rsyslog ubuntu-minimal
2025-08-20T22:16:29.5111776Z The following NEW packages will be installed:
2025-08-20T22:16:29.5112391Z   inetutils-ftp inetutils-ftpd inetutils-inetd inetutils-ping
2025-08-20T22:16:29.5112935Z   inetutils-syslogd inetutils-talk inetutils-talkd inetutils-telnetd
2025-08-20T22:16:29.5119327Z   inetutils-tools inetutils-traceroute netcat-traditional tcpd update-inetd
2025-08-20T22:16:29.5294568Z 0 upgraded, 13 newly installed, 3 to remove and 45 not upgraded.
2025-08-20T22:16:29.5295156Z Need to get 698 kB of archives.
2025-08-20T22:16:29.5295691Z After this operation, 196 kB of additional disk space will be used.
2025-08-20T22:16:29.5296332Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T22:16:29.5613891Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-syslogd amd64 2:2.5-3ubuntu4 [62.6 kB]
2025-08-20T22:16:29.5778182Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 tcpd amd64 7.6.q-33 [24.3 kB]
2025-08-20T22:16:29.5937597Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 update-inetd all 4.53 [24.0 kB]
2025-08-20T22:16:29.6085822Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-inetd amd64 2:2.5-3ubuntu4 [45.5 kB]
2025-08-20T22:16:29.6241369Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-ftp amd64 2:2.5-3ubuntu4 [84.3 kB]
2025-08-20T22:16:29.6398265Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-ftpd amd64 2:2.5-3ubuntu4 [73.3 kB]
2025-08-20T22:16:29.6555588Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-ping amd64 2:2.5-3ubuntu4 [62.4 kB]
2025-08-20T22:16:29.6707772Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-talk amd64 2:2.5-3ubuntu4 [45.8 kB]
2025-08-20T22:16:29.6860094Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-talkd amd64 2:2.5-3ubuntu4 [35.7 kB]
2025-08-20T22:16:29.7016556Z Get:11 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-telnetd amd64 2:2.5-3ubuntu4 [60.0 kB]
2025-08-20T22:16:29.7171783Z Get:12 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-tools amd64 2:2.5-3ubuntu4 [76.9 kB]
2025-08-20T22:16:29.7336452Z Get:13 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 netcat-traditional amd64 1.10-48 [61.3 kB]
2025-08-20T22:16:29.7554294Z Get:14 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-traceroute amd64 2:2.5-3ubuntu4 [42.2 kB]
2025-08-20T22:16:29.9838781Z Preconfiguring packages ...
2025-08-20T22:16:30.0825360Z Fetched 698 kB in 0s (2950 kB/s)
2025-08-20T22:16:30.1018889Z (Reading database ... 
2025-08-20T22:16:30.1019325Z (Reading database ... 5%
2025-08-20T22:16:30.1019714Z (Reading database ... 10%
2025-08-20T22:16:30.1020091Z (Reading database ... 15%
2025-08-20T22:16:30.1020487Z (Reading database ... 20%
2025-08-20T22:16:30.1021006Z (Reading database ... 25%
2025-08-20T22:16:30.1021366Z (Reading database ... 30%
2025-08-20T22:16:30.1021727Z (Reading database ... 35%
2025-08-20T22:16:30.1022082Z (Reading database ... 40%
2025-08-20T22:16:30.1022442Z (Reading database ... 45%
2025-08-20T22:16:30.1022789Z (Reading database ... 50%
2025-08-20T22:16:30.1129273Z (Reading database ... 55%
2025-08-20T22:16:30.1151856Z (Reading database ... 60%
2025-08-20T22:16:30.1176053Z (Reading database ... 65%
2025-08-20T22:16:30.1223804Z (Reading database ... 70%
2025-08-20T22:16:30.1249992Z (Reading database ... 75%
2025-08-20T22:16:30.1276771Z (Reading database ... 80%
2025-08-20T22:16:30.1431570Z (Reading database ... 85%
2025-08-20T22:16:30.1714955Z (Reading database ... 90%
2025-08-20T22:16:30.1804545Z (Reading database ... 95%
2025-08-20T22:16:30.1804954Z (Reading database ... 100%
2025-08-20T22:16:30.1805479Z (Reading database ... 236908 files and directories currently installed.)
2025-08-20T22:16:30.1848039Z Removing ubuntu-minimal (1.539.2) ...
2025-08-20T22:16:30.2081829Z Removing iputils-ping (3:20240117-1ubuntu0.1) ...
2025-08-20T22:16:30.2298375Z Removing rsyslog (8.2312.0-3ubuntu9.1) ...
2025-08-20T22:16:30.6113445Z Selecting previously unselected package inetutils-syslogd.
2025-08-20T22:16:30.6174046Z (Reading database ... 
2025-08-20T22:16:30.6174483Z (Reading database ... 5%
2025-08-20T22:16:30.6174851Z (Reading database ... 10%
2025-08-20T22:16:30.6175212Z (Reading database ... 15%
2025-08-20T22:16:30.6175766Z (Reading database ... 20%
2025-08-20T22:16:30.6176009Z (Reading database ... 25%
2025-08-20T22:16:30.6176244Z (Reading database ... 30%
2025-08-20T22:16:30.6176485Z (Reading database ... 35%
2025-08-20T22:16:30.6176732Z (Reading database ... 40%
2025-08-20T22:16:30.6176971Z (Reading database ... 45%
2025-08-20T22:16:30.6177204Z (Reading database ... 50%
2025-08-20T22:16:30.6286669Z (Reading database ... 55%
2025-08-20T22:16:30.6309392Z (Reading database ... 60%
2025-08-20T22:16:30.6334519Z (Reading database ... 65%
2025-08-20T22:16:30.6384012Z (Reading database ... 70%
2025-08-20T22:16:30.6411106Z (Reading database ... 75%
2025-08-20T22:16:30.6439131Z (Reading database ... 80%
2025-08-20T22:16:30.6599889Z (Reading database ... 85%
2025-08-20T22:16:30.6892007Z (Reading database ... 90%
2025-08-20T22:16:30.6980190Z (Reading database ... 95%
2025-08-20T22:16:30.6980594Z (Reading database ... 100%
2025-08-20T22:16:30.6981313Z (Reading database ... 236836 files and directories currently installed.)
2025-08-20T22:16:30.7024915Z Preparing to unpack .../00-inetutils-syslogd_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T22:16:30.7068526Z Unpacking inetutils-syslogd (2:2.5-3ubuntu4) ...
2025-08-20T22:16:30.7365735Z Selecting previously unselected package tcpd.
2025-08-20T22:16:30.7508229Z Preparing to unpack .../01-tcpd_7.6.q-33_amd64.deb ...
2025-08-20T22:16:30.7523061Z Unpacking tcpd (7.6.q-33) ...
2025-08-20T22:16:30.7812592Z Selecting previously unselected package update-inetd.
2025-08-20T22:16:30.7953700Z Preparing to unpack .../02-update-inetd_4.53_all.deb ...
2025-08-20T22:16:30.7971026Z Unpacking update-inetd (4.53) ...
2025-08-20T22:16:30.8260429Z Selecting previously unselected package inetutils-inetd.
2025-08-20T22:16:30.8401461Z Preparing to unpack .../03-inetutils-inetd_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T22:16:30.8463319Z Unpacking inetutils-inetd (2:2.5-3ubuntu4) ...
2025-08-20T22:16:30.8706343Z Selecting previously unselected package inetutils-ftp.
2025-08-20T22:16:30.8847797Z Preparing to unpack .../04-inetutils-ftp_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T22:16:30.8858512Z Unpacking inetutils-ftp (2:2.5-3ubuntu4) ...
2025-08-20T22:16:30.9173709Z Selecting previously unselected package inetutils-ftpd.
2025-08-20T22:16:30.9316558Z Preparing to unpack .../05-inetutils-ftpd_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T22:16:30.9329103Z Unpacking inetutils-ftpd (2:2.5-3ubuntu4) ...
2025-08-20T22:16:30.9652639Z Selecting previously unselected package inetutils-ping.
2025-08-20T22:16:30.9795372Z Preparing to unpack .../06-inetutils-ping_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T22:16:30.9812970Z Unpacking inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-20T22:16:31.0116183Z Selecting previously unselected package inetutils-talk.
2025-08-20T22:16:31.0264040Z Preparing to unpack .../07-inetutils-talk_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T22:16:31.0292901Z Unpacking inetutils-talk (2:2.5-3ubuntu4) ...
2025-08-20T22:16:31.0569475Z Selecting previously unselected package inetutils-talkd.
2025-08-20T22:16:31.0715826Z Preparing to unpack .../08-inetutils-talkd_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T22:16:31.0725054Z Unpacking inetutils-talkd (2:2.5-3ubuntu4) ...
2025-08-20T22:16:31.1037077Z Selecting previously unselected package inetutils-telnetd.
2025-08-20T22:16:31.1181387Z Preparing to unpack .../09-inetutils-telnetd_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T22:16:31.1198305Z Unpacking inetutils-telnetd (2:2.5-3ubuntu4) ...
2025-08-20T22:16:31.1429418Z Selecting previously unselected package inetutils-tools.
2025-08-20T22:16:31.1573869Z Preparing to unpack .../10-inetutils-tools_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T22:16:31.1586311Z Unpacking inetutils-tools (2:2.5-3ubuntu4) ...
2025-08-20T22:16:31.1858729Z Selecting previously unselected package netcat-traditional.
2025-08-20T22:16:31.2002967Z Preparing to unpack .../11-netcat-traditional_1.10-48_amd64.deb ...
2025-08-20T22:16:31.2018543Z Unpacking netcat-traditional (1.10-48) ...
2025-08-20T22:16:31.2305053Z Selecting previously unselected package inetutils-traceroute.
2025-08-20T22:16:31.2448652Z Preparing to unpack .../12-inetutils-traceroute_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T22:16:31.2461328Z Unpacking inetutils-traceroute (2:2.5-3ubuntu4) ...
2025-08-20T22:16:31.2909683Z Setting up netcat-traditional (1.10-48) ...
2025-08-20T22:16:31.3010494Z Setting up update-inetd (4.53) ...
2025-08-20T22:16:31.3950592Z Setting up inetutils-traceroute (2:2.5-3ubuntu4) ...
2025-08-20T22:16:31.4050425Z update-alternatives: using /usr/bin/inetutils-traceroute to provide /usr/bin/traceroute (traceroute) in auto mode
2025-08-20T22:16:31.4093477Z Setting up inetutils-syslogd (2:2.5-3ubuntu4) ...
2025-08-20T22:16:31.8300338Z Created symlink /etc/systemd/system/syslogd.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-20T22:16:31.8300996Z 
2025-08-20T22:16:31.8301149Z Removed "/etc/systemd/system/syslog.service".
2025-08-20T22:16:31.8301346Z 
2025-08-20T22:16:31.8301734Z Created symlink /etc/systemd/system/syslog.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-20T22:16:31.8302388Z 
2025-08-20T22:16:31.8303353Z Created symlink /etc/systemd/system/multi-user.target.wants/inetutils-syslogd.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-20T22:16:31.8304267Z 
2025-08-20T22:16:32.1355220Z Setting up inetutils-ftp (2:2.5-3ubuntu4) ...
2025-08-20T22:16:32.1465692Z Setting up inetutils-talk (2:2.5-3ubuntu4) ...
2025-08-20T22:16:32.1544538Z update-alternatives: using /usr/bin/inetutils-talk to provide /usr/bin/talk (talk) in auto mode
2025-08-20T22:16:32.1578181Z Setting up inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-20T22:16:32.1634061Z Setting up inetutils-tools (2:2.5-3ubuntu4) ...
2025-08-20T22:16:32.1707791Z Setting up tcpd (7.6.q-33) ...
2025-08-20T22:16:32.1791235Z Setting up inetutils-inetd (2:2.5-3ubuntu4) ...
2025-08-20T22:16:32.5762310Z Created symlink /etc/systemd/system/inetd.service → /usr/lib/systemd/system/inetutils-inetd.service.
2025-08-20T22:16:32.5763038Z 
2025-08-20T22:16:32.5764242Z Created symlink /etc/systemd/system/multi-user.target.wants/inetutils-inetd.service → /usr/lib/systemd/system/inetutils-inetd.service.
2025-08-20T22:16:32.5764790Z 
2025-08-20T22:16:32.8804234Z Setting up inetutils-talkd (2:2.5-3ubuntu4) ...
2025-08-20T22:16:32.9526984Z Setting up inetutils-ftpd (2:2.5-3ubuntu4) ...
2025-08-20T22:16:33.0363942Z Setting up inetutils-telnetd (2:2.5-3ubuntu4) ...
2025-08-20T22:16:33.1008792Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:16:39.2529926Z Reading package lists...
2025-08-20T22:16:39.4074236Z Building dependency tree...
2025-08-20T22:16:39.4082176Z Reading state information...
2025-08-20T22:16:39.6192316Z iputils-tracepath is already the newest version (3:20240117-1ubuntu0.1).
2025-08-20T22:16:39.6192854Z iputils-tracepath set to manually installed.
2025-08-20T22:16:39.6193172Z The following packages will be REMOVED:
2025-08-20T22:16:39.6203364Z   inetutils-ping
2025-08-20T22:16:39.6205101Z The following NEW packages will be installed:
2025-08-20T22:16:39.6212679Z   iputils-arping iputils-clockdiff iputils-ping
2025-08-20T22:16:39.6384946Z 0 upgraded, 3 newly installed, 1 to remove and 45 not upgraded.
2025-08-20T22:16:39.6385339Z Need to get 71.5 kB of archives.
2025-08-20T22:16:39.6385668Z After this operation, 16.4 kB of additional disk space will be used.
2025-08-20T22:16:39.6386162Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T22:16:39.7072750Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 iputils-ping amd64 3:20240117-1ubuntu0.1 [44.6 kB]
2025-08-20T22:16:39.7253796Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 iputils-arping amd64 3:20240117-1ubuntu0.1 [15.1 kB]
2025-08-20T22:16:39.7419677Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 iputils-clockdiff amd64 3:20240117-1ubuntu0.1 [11.8 kB]
2025-08-20T22:16:40.0335152Z Fetched 71.5 kB in 0s (626 kB/s)
2025-08-20T22:16:40.0546810Z (Reading database ... 
2025-08-20T22:16:40.0547241Z (Reading database ... 5%
2025-08-20T22:16:40.0547931Z (Reading database ... 10%
2025-08-20T22:16:40.0548327Z (Reading database ... 15%
2025-08-20T22:16:40.0548685Z (Reading database ... 20%
2025-08-20T22:16:40.0549042Z (Reading database ... 25%
2025-08-20T22:16:40.0549396Z (Reading database ... 30%
2025-08-20T22:16:40.0549751Z (Reading database ... 35%
2025-08-20T22:16:40.0550063Z (Reading database ... 40%
2025-08-20T22:16:40.0550290Z (Reading database ... 45%
2025-08-20T22:16:40.0550531Z (Reading database ... 50%
2025-08-20T22:16:40.0652412Z (Reading database ... 55%
2025-08-20T22:16:40.0672905Z (Reading database ... 60%
2025-08-20T22:16:40.0695618Z (Reading database ... 65%
2025-08-20T22:16:40.0741331Z (Reading database ... 70%
2025-08-20T22:16:40.0766756Z (Reading database ... 75%
2025-08-20T22:16:40.0794480Z (Reading database ... 80%
2025-08-20T22:16:40.0953332Z (Reading database ... 85%
2025-08-20T22:16:40.1251200Z (Reading database ... 90%
2025-08-20T22:16:40.1342265Z (Reading database ... 95%
2025-08-20T22:16:40.1342719Z (Reading database ... 100%
2025-08-20T22:16:40.1343141Z (Reading database ... 236997 files and directories currently installed.)
2025-08-20T22:16:40.1388309Z Removing inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-20T22:16:40.1932709Z Selecting previously unselected package iputils-ping.
2025-08-20T22:16:40.1992818Z (Reading database ... 
2025-08-20T22:16:40.1993240Z (Reading database ... 5%
2025-08-20T22:16:40.1993617Z (Reading database ... 10%
2025-08-20T22:16:40.1993982Z (Reading database ... 15%
2025-08-20T22:16:40.1994339Z (Reading database ... 20%
2025-08-20T22:16:40.1994670Z (Reading database ... 25%
2025-08-20T22:16:40.1994903Z (Reading database ... 30%
2025-08-20T22:16:40.1995133Z (Reading database ... 35%
2025-08-20T22:16:40.1995363Z (Reading database ... 40%
2025-08-20T22:16:40.1995603Z (Reading database ... 45%
2025-08-20T22:16:40.1995830Z (Reading database ... 50%
2025-08-20T22:16:40.2091091Z (Reading database ... 55%
2025-08-20T22:16:40.2111333Z (Reading database ... 60%
2025-08-20T22:16:40.2133679Z (Reading database ... 65%
2025-08-20T22:16:40.2177905Z (Reading database ... 70%
2025-08-20T22:16:40.2201463Z (Reading database ... 75%
2025-08-20T22:16:40.2227355Z (Reading database ... 80%
2025-08-20T22:16:40.2376568Z (Reading database ... 85%
2025-08-20T22:16:40.2659967Z (Reading database ... 90%
2025-08-20T22:16:40.2754393Z (Reading database ... 95%
2025-08-20T22:16:40.2754778Z (Reading database ... 100%
2025-08-20T22:16:40.2755207Z (Reading database ... 236988 files and directories currently installed.)
2025-08-20T22:16:40.2800192Z Preparing to unpack .../iputils-ping_3%3a20240117-1ubuntu0.1_amd64.deb ...
2025-08-20T22:16:40.2824266Z Unpacking iputils-ping (3:20240117-1ubuntu0.1) ...
2025-08-20T22:16:40.3088158Z Selecting previously unselected package iputils-arping.
2025-08-20T22:16:40.3232652Z Preparing to unpack .../iputils-arping_3%3a20240117-1ubuntu0.1_amd64.deb ...
2025-08-20T22:16:40.3252578Z Unpacking iputils-arping (3:20240117-1ubuntu0.1) ...
2025-08-20T22:16:40.3500107Z Selecting previously unselected package iputils-clockdiff.
2025-08-20T22:16:40.3646149Z Preparing to unpack .../iputils-clockdiff_3%3a20240117-1ubuntu0.1_amd64.deb ...
2025-08-20T22:16:40.3665492Z Unpacking iputils-clockdiff (3:20240117-1ubuntu0.1) ...
2025-08-20T22:16:40.4171972Z Setting up iputils-arping (3:20240117-1ubuntu0.1) ...
2025-08-20T22:16:40.4348336Z Setting up iputils-ping (3:20240117-1ubuntu0.1) ...
2025-08-20T22:16:40.4523117Z Setting up iputils-clockdiff (3:20240117-1ubuntu0.1) ...
2025-08-20T22:16:40.4691354Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:16:46.3635768Z Reading package lists...
2025-08-20T22:16:46.5198923Z Building dependency tree...
2025-08-20T22:16:46.5207456Z Reading state information...
2025-08-20T22:16:46.6750920Z python3-pip is already the newest version (24.0+dfsg-1ubuntu1.2).
2025-08-20T22:16:46.6751430Z python3-venv is already the newest version (3.12.3-0ubuntu2).
2025-08-20T22:16:46.7114851Z 0 upgraded, 0 newly installed, 0 to remove and 45 not upgraded.
2025-08-20T22:16:47.0687777Z pip 24.0 from /usr/lib/python3/dist-packages/pip (python 3.12)
2025-08-20T22:16:47.4194912Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T22:16:47.7707517Z Requirement already satisfied: pip in /usr/lib/python3/dist-packages (24.0)
2025-08-20T22:16:47.8738575Z Collecting pip
2025-08-20T22:16:47.9072177Z   Downloading pip-25.2-py3-none-any.whl.metadata (4.7 kB)
2025-08-20T22:16:47.9151797Z Downloading pip-25.2-py3-none-any.whl (1.8 MB)
2025-08-20T22:16:47.9497624Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 54.5 MB/s eta 0:00:00
2025-08-20T22:16:48.1990200Z Installing collected packages: pip
2025-08-20T22:16:48.9309336Z Successfully installed pip-25.2
2025-08-20T22:16:49.1567376Z pip 25.2 from /home/runner/.local/lib/python3.12/site-packages/pip (python 3.12)
2025-08-20T22:16:49.2026760Z Reading package lists...
2025-08-20T22:16:49.3843229Z Building dependency tree...
2025-08-20T22:16:49.3851879Z Reading state information...
2025-08-20T22:16:49.5449349Z pciutils is already the newest version (1:3.10.0-2build1).
2025-08-20T22:16:49.5450032Z pciutils set to manually installed.
2025-08-20T22:16:49.5451023Z procps is already the newest version (2:4.0.4-4ubuntu3.2).
2025-08-20T22:16:49.5451715Z python3-distro is already the newest version (1.9.0-1).
2025-08-20T22:16:49.5452249Z python3-distro set to manually installed.
2025-08-20T22:16:49.5452837Z python3-netifaces is already the newest version (0.11.0-2build3).
2025-08-20T22:16:49.5453444Z python3-netifaces set to manually installed.
2025-08-20T22:16:49.5453878Z The following additional packages will be installed:
2025-08-20T22:16:49.5454208Z   libsysfs2
2025-08-20T22:16:49.5456757Z Suggested packages:
2025-08-20T22:16:49.5457147Z   fancontrol read-edid i2c-tools
2025-08-20T22:16:49.5738672Z The following NEW packages will be installed:
2025-08-20T22:16:49.5740873Z   libsysfs2 lm-sensors sysfsutils virt-what
2025-08-20T22:16:49.6039165Z 0 upgraded, 4 newly installed, 0 to remove and 45 not upgraded.
2025-08-20T22:16:49.6295068Z Need to get 142 kB of archives.
2025-08-20T22:16:49.6295934Z After this operation, 577 kB of additional disk space will be used.
2025-08-20T22:16:49.6296350Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T22:16:49.6905372Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libsysfs2 amd64 2.1.1-6build1 [20.0 kB]
2025-08-20T22:16:49.7198280Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 sysfsutils amd64 2.1.1-6build1 [15.5 kB]
2025-08-20T22:16:49.7375814Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 lm-sensors amd64 1:3.6.0-9build1 [90.1 kB]
2025-08-20T22:16:49.7768468Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 virt-what amd64 1.25-2 [15.9 kB]
2025-08-20T22:16:50.0397053Z Fetched 142 kB in 0s (897 kB/s)
2025-08-20T22:16:50.0620087Z Selecting previously unselected package libsysfs2:amd64.
2025-08-20T22:16:50.0680289Z (Reading database ... 
2025-08-20T22:16:50.0680848Z (Reading database ... 5%
2025-08-20T22:16:50.0681286Z (Reading database ... 10%
2025-08-20T22:16:50.0681687Z (Reading database ... 15%
2025-08-20T22:16:50.0682076Z (Reading database ... 20%
2025-08-20T22:16:50.0682455Z (Reading database ... 25%
2025-08-20T22:16:50.0682839Z (Reading database ... 30%
2025-08-20T22:16:50.0683222Z (Reading database ... 35%
2025-08-20T22:16:50.0683600Z (Reading database ... 40%
2025-08-20T22:16:50.0683949Z (Reading database ... 45%
2025-08-20T22:16:50.0684193Z (Reading database ... 50%
2025-08-20T22:16:50.0779938Z (Reading database ... 55%
2025-08-20T22:16:50.0800575Z (Reading database ... 60%
2025-08-20T22:16:50.0823432Z (Reading database ... 65%
2025-08-20T22:16:50.0866823Z (Reading database ... 70%
2025-08-20T22:16:50.0891050Z (Reading database ... 75%
2025-08-20T22:16:50.0918205Z (Reading database ... 80%
2025-08-20T22:16:50.1069568Z (Reading database ... 85%
2025-08-20T22:16:50.1352047Z (Reading database ... 90%
2025-08-20T22:16:50.1438847Z (Reading database ... 95%
2025-08-20T22:16:50.1439610Z (Reading database ... 100%
2025-08-20T22:16:50.1440167Z (Reading database ... 237007 files and directories currently installed.)
2025-08-20T22:16:50.1483175Z Preparing to unpack .../libsysfs2_2.1.1-6build1_amd64.deb ...
2025-08-20T22:16:50.1511697Z Unpacking libsysfs2:amd64 (2.1.1-6build1) ...
2025-08-20T22:16:50.1819224Z Selecting previously unselected package sysfsutils.
2025-08-20T22:16:50.1963077Z Preparing to unpack .../sysfsutils_2.1.1-6build1_amd64.deb ...
2025-08-20T22:16:50.2004717Z Unpacking sysfsutils (2.1.1-6build1) ...
2025-08-20T22:16:50.2315626Z Selecting previously unselected package lm-sensors.
2025-08-20T22:16:50.2458555Z Preparing to unpack .../lm-sensors_1%3a3.6.0-9build1_amd64.deb ...
2025-08-20T22:16:50.2652459Z Unpacking lm-sensors (1:3.6.0-9build1) ...
2025-08-20T22:16:50.2951963Z Selecting previously unselected package virt-what.
2025-08-20T22:16:50.3097343Z Preparing to unpack .../virt-what_1.25-2_amd64.deb ...
2025-08-20T22:16:50.3112795Z Unpacking virt-what (1.25-2) ...
2025-08-20T22:16:50.3579884Z Setting up virt-what (1.25-2) ...
2025-08-20T22:16:50.3620559Z Setting up libsysfs2:amd64 (2.1.1-6build1) ...
2025-08-20T22:16:50.3655628Z Setting up sysfsutils (2.1.1-6build1) ...
2025-08-20T22:16:50.7945738Z Created symlink /etc/systemd/system/sysfs.service → /usr/lib/systemd/system/sysfsutils.service.
2025-08-20T22:16:50.7946166Z 
2025-08-20T22:16:50.7946652Z Created symlink /etc/systemd/system/multi-user.target.wants/sysfsutils.service → /usr/lib/systemd/system/sysfsutils.service.
2025-08-20T22:16:50.7947688Z 
2025-08-20T22:16:51.1055752Z Setting up lm-sensors (1:3.6.0-9build1) ...
2025-08-20T22:16:51.5032176Z Created symlink /etc/systemd/system/multi-user.target.wants/lm-sensors.service → /usr/lib/systemd/system/lm-sensors.service.
2025-08-20T22:16:51.5032692Z 
2025-08-20T22:16:51.5077356Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:16:56.0676569Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T22:16:57.5271178Z Reading package lists...
2025-08-20T22:16:57.6839020Z Building dependency tree...
2025-08-20T22:16:57.6847694Z Reading state information...
2025-08-20T22:16:57.8374389Z scons is already the newest version (4.5.2+dfsg-1).
2025-08-20T22:16:57.8374919Z The following additional packages will be installed:
2025-08-20T22:16:57.8377487Z   libpthread-stubs0-dev libxau-dev libxcb-shape0 libxdmcp-dev x11proto-dev
2025-08-20T22:16:57.8377946Z   xorg-sgml-doctools
2025-08-20T22:16:57.8383390Z Suggested packages:
2025-08-20T22:16:57.8383715Z   libxcb-doc
2025-08-20T22:16:57.8533667Z The following NEW packages will be installed:
2025-08-20T22:16:57.8535811Z   libpthread-stubs0-dev libxau-dev libxcb-render0-dev libxcb-shape0
2025-08-20T22:16:57.8538645Z   libxcb-shape0-dev libxcb-xfixes0-dev libxcb1-dev libxdmcp-dev x11proto-dev
2025-08-20T22:16:57.8539084Z   xcb xorg-sgml-doctools
2025-08-20T22:16:57.8711334Z 0 upgraded, 11 newly installed, 0 to remove and 45 not upgraded.
2025-08-20T22:16:57.8711902Z Need to get 807 kB of archives.
2025-08-20T22:16:57.8712403Z After this operation, 3089 kB of additional disk space will be used.
2025-08-20T22:16:57.8712814Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T22:16:57.9438688Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libpthread-stubs0-dev amd64 0.4-1build3 [4746 B]
2025-08-20T22:16:57.9591525Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 xorg-sgml-doctools all 1:1.11-1.1 [10.9 kB]
2025-08-20T22:16:57.9754949Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 x11proto-dev all 2023.2-1 [602 kB]
2025-08-20T22:16:58.0645420Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxau-dev amd64 1:1.0.9-1build6 [9570 B]
2025-08-20T22:16:58.0797118Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxdmcp-dev amd64 1:1.1.3-0ubuntu6 [26.5 kB]
2025-08-20T22:16:58.0961057Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxcb1-dev amd64 1.15-1ubuntu2 [85.8 kB]
2025-08-20T22:16:58.1131209Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxcb-render0-dev amd64 1.15-1ubuntu2 [19.6 kB]
2025-08-20T22:16:58.1296138Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxcb-shape0 amd64 1.15-1ubuntu2 [6100 B]
2025-08-20T22:16:58.1447860Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxcb-shape0-dev amd64 1.15-1ubuntu2 [7310 B]
2025-08-20T22:16:58.1597447Z Get:11 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxcb-xfixes0-dev amd64 1.15-1ubuntu2 [12.6 kB]
2025-08-20T22:16:58.1778629Z Get:12 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 xcb amd64 2.4-8build2 [21.3 kB]
2025-08-20T22:16:58.4533640Z Fetched 807 kB in 0s (2543 kB/s)
2025-08-20T22:16:58.4741726Z Selecting previously unselected package libpthread-stubs0-dev:amd64.
2025-08-20T22:16:58.4803602Z (Reading database ... 
2025-08-20T22:16:58.4804017Z (Reading database ... 5%
2025-08-20T22:16:58.4804392Z (Reading database ... 10%
2025-08-20T22:16:58.4804757Z (Reading database ... 15%
2025-08-20T22:16:58.4805136Z (Reading database ... 20%
2025-08-20T22:16:58.4805502Z (Reading database ... 25%
2025-08-20T22:16:58.4805876Z (Reading database ... 30%
2025-08-20T22:16:58.4806232Z (Reading database ... 35%
2025-08-20T22:16:58.4806582Z (Reading database ... 40%
2025-08-20T22:16:58.4806936Z (Reading database ... 45%
2025-08-20T22:16:58.4807285Z (Reading database ... 50%
2025-08-20T22:16:58.4909529Z (Reading database ... 55%
2025-08-20T22:16:58.4930971Z (Reading database ... 60%
2025-08-20T22:16:58.4956610Z (Reading database ... 65%
2025-08-20T22:16:58.4999799Z (Reading database ... 70%
2025-08-20T22:16:58.5026765Z (Reading database ... 75%
2025-08-20T22:16:58.5053336Z (Reading database ... 80%
2025-08-20T22:16:58.5214824Z (Reading database ... 85%
2025-08-20T22:16:58.5525132Z (Reading database ... 90%
2025-08-20T22:16:58.5623360Z (Reading database ... 95%
2025-08-20T22:16:58.5623859Z (Reading database ... 100%
2025-08-20T22:16:58.5624463Z (Reading database ... 237064 files and directories currently installed.)
2025-08-20T22:16:58.5671861Z Preparing to unpack .../00-libpthread-stubs0-dev_0.4-1build3_amd64.deb ...
2025-08-20T22:16:58.5690169Z Unpacking libpthread-stubs0-dev:amd64 (0.4-1build3) ...
2025-08-20T22:16:58.5931774Z Selecting previously unselected package xorg-sgml-doctools.
2025-08-20T22:16:58.6077665Z Preparing to unpack .../01-xorg-sgml-doctools_1%3a1.11-1.1_all.deb ...
2025-08-20T22:16:58.6097745Z Unpacking xorg-sgml-doctools (1:1.11-1.1) ...
2025-08-20T22:16:58.6416603Z Selecting previously unselected package x11proto-dev.
2025-08-20T22:16:58.6564292Z Preparing to unpack .../02-x11proto-dev_2023.2-1_all.deb ...
2025-08-20T22:16:58.6577819Z Unpacking x11proto-dev (2023.2-1) ...
2025-08-20T22:16:58.7115799Z Selecting previously unselected package libxau-dev:amd64.
2025-08-20T22:16:58.7262173Z Preparing to unpack .../03-libxau-dev_1%3a1.0.9-1build6_amd64.deb ...
2025-08-20T22:16:58.7300264Z Unpacking libxau-dev:amd64 (1:1.0.9-1build6) ...
2025-08-20T22:16:58.7581636Z Selecting previously unselected package libxdmcp-dev:amd64.
2025-08-20T22:16:58.7727785Z Preparing to unpack .../04-libxdmcp-dev_1%3a1.1.3-0ubuntu6_amd64.deb ...
2025-08-20T22:16:58.7752896Z Unpacking libxdmcp-dev:amd64 (1:1.1.3-0ubuntu6) ...
2025-08-20T22:16:58.8023757Z Selecting previously unselected package libxcb1-dev:amd64.
2025-08-20T22:16:58.8169383Z Preparing to unpack .../05-libxcb1-dev_1.15-1ubuntu2_amd64.deb ...
2025-08-20T22:16:58.8181281Z Unpacking libxcb1-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T22:16:58.8462726Z Selecting previously unselected package libxcb-render0-dev:amd64.
2025-08-20T22:16:58.8607698Z Preparing to unpack .../06-libxcb-render0-dev_1.15-1ubuntu2_amd64.deb ...
2025-08-20T22:16:58.8618583Z Unpacking libxcb-render0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T22:16:58.8852346Z Selecting previously unselected package libxcb-shape0:amd64.
2025-08-20T22:16:58.8996841Z Preparing to unpack .../07-libxcb-shape0_1.15-1ubuntu2_amd64.deb ...
2025-08-20T22:16:58.9016531Z Unpacking libxcb-shape0:amd64 (1.15-1ubuntu2) ...
2025-08-20T22:16:58.9243839Z Selecting previously unselected package libxcb-shape0-dev:amd64.
2025-08-20T22:16:58.9387528Z Preparing to unpack .../08-libxcb-shape0-dev_1.15-1ubuntu2_amd64.deb ...
2025-08-20T22:16:58.9399208Z Unpacking libxcb-shape0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T22:16:58.9647678Z Selecting previously unselected package libxcb-xfixes0-dev:amd64.
2025-08-20T22:16:58.9790104Z Preparing to unpack .../09-libxcb-xfixes0-dev_1.15-1ubuntu2_amd64.deb ...
2025-08-20T22:16:58.9801501Z Unpacking libxcb-xfixes0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T22:16:59.0061554Z Selecting previously unselected package xcb.
2025-08-20T22:16:59.0210042Z Preparing to unpack .../10-xcb_2.4-8build2_amd64.deb ...
2025-08-20T22:16:59.0225927Z Unpacking xcb (2.4-8build2) ...
2025-08-20T22:16:59.0711209Z Setting up libxcb-shape0:amd64 (1.15-1ubuntu2) ...
2025-08-20T22:16:59.0746961Z Setting up libpthread-stubs0-dev:amd64 (0.4-1build3) ...
2025-08-20T22:16:59.0787208Z Setting up xcb (2.4-8build2) ...
2025-08-20T22:16:59.0854426Z Setting up xorg-sgml-doctools (1:1.11-1.1) ...
2025-08-20T22:16:59.0914870Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T22:16:59.1076359Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:17:03.4454075Z Processing triggers for sgml-base (1.31) ...
2025-08-20T22:17:03.4565744Z Setting up x11proto-dev (2023.2-1) ...
2025-08-20T22:17:03.4609219Z Setting up libxau-dev:amd64 (1:1.0.9-1build6) ...
2025-08-20T22:17:03.4648371Z Setting up libxdmcp-dev:amd64 (1:1.1.3-0ubuntu6) ...
2025-08-20T22:17:03.4686491Z Setting up libxcb1-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T22:17:03.4731050Z Setting up libxcb-render0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T22:17:03.4778866Z Setting up libxcb-shape0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T22:17:03.4825447Z Setting up libxcb-xfixes0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T22:17:05.2152772Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T22:17:05.3862209Z Collecting build
2025-08-20T22:17:05.4185652Z   Downloading build-1.3.0-py3-none-any.whl.metadata (5.6 kB)
2025-08-20T22:17:05.5213563Z Collecting cffi
2025-08-20T22:17:05.5249418Z   Downloading cffi-1.17.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (1.5 kB)
2025-08-20T22:17:05.5387509Z Collecting scons
2025-08-20T22:17:05.5569738Z   Downloading scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T22:17:05.5711878Z Collecting scuba
2025-08-20T22:17:05.5756496Z   Downloading scuba-2.14.1-py3-none-any.whl.metadata (3.4 kB)
2025-08-20T22:17:05.6210400Z Collecting pytest
2025-08-20T22:17:05.6248049Z   Downloading pytest-8.4.1-py3-none-any.whl.metadata (7.7 kB)
2025-08-20T22:17:05.6433488Z Collecting packaging>=19.1 (from build)
2025-08-20T22:17:05.6468649Z   Downloading packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T22:17:05.6565971Z Collecting pyproject_hooks (from build)
2025-08-20T22:17:05.6606023Z   Downloading pyproject_hooks-1.2.0-py3-none-any.whl.metadata (1.3 kB)
2025-08-20T22:17:05.6714504Z Collecting pycparser (from cffi)
2025-08-20T22:17:05.6758297Z   Downloading pycparser-2.22-py3-none-any.whl.metadata (943 bytes)
2025-08-20T22:17:05.7080144Z Collecting PyYAML (from scuba)
2025-08-20T22:17:05.7117400Z   Downloading PyYAML-6.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.1 kB)
2025-08-20T22:17:05.7215509Z Collecting iniconfig>=1 (from pytest)
2025-08-20T22:17:05.7248431Z   Downloading iniconfig-2.1.0-py3-none-any.whl.metadata (2.7 kB)
2025-08-20T22:17:05.7404379Z Collecting pluggy<2,>=1.5 (from pytest)
2025-08-20T22:17:05.7437651Z   Downloading pluggy-1.6.0-py3-none-any.whl.metadata (4.8 kB)
2025-08-20T22:17:05.7621818Z Collecting pygments>=2.7.2 (from pytest)
2025-08-20T22:17:05.7656516Z   Downloading pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T22:17:05.7753161Z Downloading build-1.3.0-py3-none-any.whl (23 kB)
2025-08-20T22:17:05.7811460Z Downloading cffi-1.17.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (479 kB)
2025-08-20T22:17:05.7940199Z Downloading scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T22:17:05.8204469Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.1/4.1 MB 168.9 MB/s  0:00:00
2025-08-20T22:17:05.8252953Z Downloading scuba-2.14.1-py3-none-any.whl (292 kB)
2025-08-20T22:17:05.8319676Z Downloading pytest-8.4.1-py3-none-any.whl (365 kB)
2025-08-20T22:17:05.8388765Z Downloading pluggy-1.6.0-py3-none-any.whl (20 kB)
2025-08-20T22:17:05.8448952Z Downloading iniconfig-2.1.0-py3-none-any.whl (6.0 kB)
2025-08-20T22:17:05.8501844Z Downloading packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T22:17:05.8554379Z Downloading pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T22:17:05.8644183Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 144.7 MB/s  0:00:00
2025-08-20T22:17:05.8679100Z Downloading pycparser-2.22-py3-none-any.whl (117 kB)
2025-08-20T22:17:05.8734921Z Downloading pyproject_hooks-1.2.0-py3-none-any.whl (10 kB)
2025-08-20T22:17:05.8787706Z Downloading PyYAML-6.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (767 kB)
2025-08-20T22:17:05.8849774Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 767.5/767.5 kB 120.0 MB/s  0:00:00
2025-08-20T22:17:05.9972550Z Installing collected packages: scons, PyYAML, pyproject_hooks, pygments, pycparser, pluggy, packaging, iniconfig, scuba, pytest, cffi, build
2025-08-20T22:17:07.7478810Z 
2025-08-20T22:17:07.7496391Z Successfully installed PyYAML-6.0.2 build-1.3.0 cffi-1.17.1 iniconfig-2.1.0 packaging-25.0 pluggy-1.6.0 pycparser-2.22 pygments-2.19.2 pyproject_hooks-1.2.0 pytest-8.4.1 scons-4.9.1 scuba-2.14.1
2025-08-20T22:17:08.0661121Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T22:17:08.2337306Z Collecting ansi2txt
2025-08-20T22:17:08.2678939Z   Downloading ansi2txt-0.2.0-py3-none-any.whl.metadata (2.1 kB)
2025-08-20T22:17:08.2906637Z Collecting pipx
2025-08-20T22:17:08.2944850Z   Downloading pipx-1.7.1-py3-none-any.whl.metadata (18 kB)
2025-08-20T22:17:08.3097662Z Collecting scons
2025-08-20T22:17:08.3116105Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T22:17:08.3195351Z Collecting py2static
2025-08-20T22:17:08.3241827Z   Downloading py2static-0.0.1-py3-none-any.whl.metadata (1.2 kB)
2025-08-20T22:17:08.3427026Z Collecting typer
2025-08-20T22:17:08.3459514Z   Downloading typer-0.16.1-py3-none-any.whl.metadata (15 kB)
2025-08-20T22:17:08.3745865Z Collecting argcomplete>=1.9.4 (from pipx)
2025-08-20T22:17:08.3780982Z   Downloading argcomplete-3.6.2-py3-none-any.whl.metadata (16 kB)
2025-08-20T22:17:08.3951058Z Collecting packaging>=20 (from pipx)
2025-08-20T22:17:08.3961909Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T22:17:08.4133838Z Collecting platformdirs>=2.1 (from pipx)
2025-08-20T22:17:08.4168623Z   Downloading platformdirs-4.3.8-py3-none-any.whl.metadata (12 kB)
2025-08-20T22:17:08.4305366Z Collecting userpath!=1.9,>=1.6 (from pipx)
2025-08-20T22:17:08.4339403Z   Downloading userpath-1.9.2-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T22:17:08.4742023Z Collecting pyinstaller (from py2static)
2025-08-20T22:17:08.4797849Z   Downloading pyinstaller-6.15.0-py3-none-manylinux2014_x86_64.whl.metadata (8.4 kB)
2025-08-20T22:17:08.5021980Z Collecting staticx (from py2static)
2025-08-20T22:17:08.5099796Z   Downloading staticx-0.14.1-py3-none-manylinux1_x86_64.whl.metadata (1.9 kB)
2025-08-20T22:17:08.5294443Z Collecting click>=8.0.0 (from typer)
2025-08-20T22:17:08.5348331Z   Downloading click-8.2.1-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T22:17:08.5656860Z Collecting typing-extensions>=3.7.4.3 (from typer)
2025-08-20T22:17:08.5690479Z   Downloading typing_extensions-4.14.1-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T22:17:08.5886102Z Collecting shellingham>=1.3.0 (from typer)
2025-08-20T22:17:08.5926768Z   Downloading shellingham-1.5.4-py2.py3-none-any.whl.metadata (3.5 kB)
2025-08-20T22:17:08.6300579Z Collecting rich>=10.11.0 (from typer)
2025-08-20T22:17:08.6345598Z   Downloading rich-14.1.0-py3-none-any.whl.metadata (18 kB)
2025-08-20T22:17:08.6540452Z Collecting markdown-it-py>=2.2.0 (from rich>=10.11.0->typer)
2025-08-20T22:17:08.6576979Z   Downloading markdown_it_py-4.0.0-py3-none-any.whl.metadata (7.3 kB)
2025-08-20T22:17:08.6810279Z Collecting pygments<3.0.0,>=2.13.0 (from rich>=10.11.0->typer)
2025-08-20T22:17:08.6821109Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T22:17:08.6981632Z Collecting mdurl~=0.1 (from markdown-it-py>=2.2.0->rich>=10.11.0->typer)
2025-08-20T22:17:08.7017137Z   Downloading mdurl-0.1.2-py3-none-any.whl.metadata (1.6 kB)
2025-08-20T22:17:08.8167772Z Collecting setuptools>=42.0.0 (from pyinstaller->py2static)
2025-08-20T22:17:08.8203448Z   Downloading setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-20T22:17:08.8392033Z Collecting altgraph (from pyinstaller->py2static)
2025-08-20T22:17:08.8429023Z   Downloading altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-20T22:17:08.8600874Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller->py2static)
2025-08-20T22:17:08.8637659Z   Downloading pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-20T22:17:08.8808801Z Collecting pyelftools (from staticx->py2static)
2025-08-20T22:17:08.8842424Z   Downloading pyelftools-0.32-py3-none-any.whl.metadata (372 bytes)
2025-08-20T22:17:08.8925163Z Downloading ansi2txt-0.2.0-py3-none-any.whl (14 kB)
2025-08-20T22:17:08.8976931Z Downloading pipx-1.7.1-py3-none-any.whl (78 kB)
2025-08-20T22:17:08.9030082Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T22:17:08.9107531Z Downloading py2static-0.0.1-py3-none-any.whl (5.7 kB)
2025-08-20T22:17:08.9177384Z Downloading typer-0.16.1-py3-none-any.whl (46 kB)
2025-08-20T22:17:08.9235958Z Downloading argcomplete-3.6.2-py3-none-any.whl (43 kB)
2025-08-20T22:17:08.9292747Z Downloading click-8.2.1-py3-none-any.whl (102 kB)
2025-08-20T22:17:08.9330967Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T22:17:08.9364616Z Downloading platformdirs-4.3.8-py3-none-any.whl (18 kB)
2025-08-20T22:17:08.9420447Z Downloading rich-14.1.0-py3-none-any.whl (243 kB)
2025-08-20T22:17:08.9469329Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T22:17:08.9513979Z Downloading markdown_it_py-4.0.0-py3-none-any.whl (87 kB)
2025-08-20T22:17:08.9579367Z Downloading mdurl-0.1.2-py3-none-any.whl (10.0 kB)
2025-08-20T22:17:08.9632183Z Downloading shellingham-1.5.4-py2.py3-none-any.whl (9.8 kB)
2025-08-20T22:17:08.9690252Z Downloading typing_extensions-4.14.1-py3-none-any.whl (43 kB)
2025-08-20T22:17:08.9749718Z Downloading userpath-1.9.2-py3-none-any.whl (9.1 kB)
2025-08-20T22:17:08.9811921Z Downloading pyinstaller-6.15.0-py3-none-manylinux2014_x86_64.whl (732 kB)
2025-08-20T22:17:08.9901157Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 732.2/732.2 kB 84.1 MB/s  0:00:00
2025-08-20T22:17:08.9945795Z Downloading pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-20T22:17:09.0112416Z Downloading setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-20T22:17:09.0208505Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 140.5 MB/s  0:00:00
2025-08-20T22:17:09.0247907Z Downloading altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-20T22:17:09.0331213Z Downloading staticx-0.14.1-py3-none-manylinux1_x86_64.whl (182 kB)
2025-08-20T22:17:09.0392520Z Downloading pyelftools-0.32-py3-none-any.whl (188 kB)
2025-08-20T22:17:09.1939791Z Installing collected packages: pyelftools, altgraph, typing-extensions, staticx, shellingham, setuptools, scons, pygments, platformdirs, packaging, mdurl, click, argcomplete, ansi2txt, userpath, pyinstaller-hooks-contrib, markdown-it-py, rich, pyinstaller, pipx, typer, py2static
2025-08-20T22:17:10.0113089Z   Attempting uninstall: scons
2025-08-20T22:17:10.0198698Z     Found existing installation: SCons 4.9.1
2025-08-20T22:17:10.0606822Z     Uninstalling SCons-4.9.1:
2025-08-20T22:17:10.0680350Z       Successfully uninstalled SCons-4.9.1
2025-08-20T22:17:10.6854438Z   Attempting uninstall: pygments
2025-08-20T22:17:10.6940081Z     Found existing installation: Pygments 2.19.2
2025-08-20T22:17:10.7172860Z     Uninstalling Pygments-2.19.2:
2025-08-20T22:17:10.7201130Z       Successfully uninstalled Pygments-2.19.2
2025-08-20T22:17:11.3531129Z   Attempting uninstall: packaging
2025-08-20T22:17:11.3611095Z     Found existing installation: packaging 25.0
2025-08-20T22:17:11.3638921Z     Uninstalling packaging-25.0:
2025-08-20T22:17:11.3646532Z       Successfully uninstalled packaging-25.0
2025-08-20T22:17:12.3637548Z 
2025-08-20T22:17:12.3667639Z Successfully installed altgraph-0.17.4 ansi2txt-0.2.0 argcomplete-3.6.2 click-8.2.1 markdown-it-py-4.0.0 mdurl-0.1.2 packaging-25.0 pipx-1.7.1 platformdirs-4.3.8 py2static-0.0.1 pyelftools-0.32 pygments-2.19.2 pyinstaller-6.15.0 pyinstaller-hooks-contrib-2025.8 rich-14.1.0 scons-4.9.1 setuptools-80.9.0 shellingham-1.5.4 staticx-0.14.1 typer-0.16.1 typing-extensions-4.14.1 userpath-1.9.2
2025-08-20T22:17:12.6863323Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T22:17:12.8541346Z Collecting build
2025-08-20T22:17:12.8552879Z   Using cached build-1.3.0-py3-none-any.whl.metadata (5.6 kB)
2025-08-20T22:17:12.9415413Z Collecting cffi
2025-08-20T22:17:12.9427612Z   Using cached cffi-1.17.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (1.5 kB)
2025-08-20T22:17:12.9537834Z Collecting scons
2025-08-20T22:17:12.9547777Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T22:17:12.9647282Z Collecting scuba
2025-08-20T22:17:12.9657312Z   Using cached scuba-2.14.1-py3-none-any.whl.metadata (3.4 kB)
2025-08-20T22:17:13.0061659Z Collecting pytest
2025-08-20T22:17:13.0072740Z   Using cached pytest-8.4.1-py3-none-any.whl.metadata (7.7 kB)
2025-08-20T22:17:13.0228600Z Collecting packaging>=19.1 (from build)
2025-08-20T22:17:13.0238858Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T22:17:13.0327783Z Collecting pyproject_hooks (from build)
2025-08-20T22:17:13.0338100Z   Using cached pyproject_hooks-1.2.0-py3-none-any.whl.metadata (1.3 kB)
2025-08-20T22:17:13.0495731Z Collecting pycparser (from cffi)
2025-08-20T22:17:13.0506063Z   Using cached pycparser-2.22-py3-none-any.whl.metadata (943 bytes)
2025-08-20T22:17:13.0824276Z Collecting PyYAML (from scuba)
2025-08-20T22:17:13.0836069Z   Using cached PyYAML-6.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.1 kB)
2025-08-20T22:17:13.0974444Z Collecting iniconfig>=1 (from pytest)
2025-08-20T22:17:13.0984825Z   Using cached iniconfig-2.1.0-py3-none-any.whl.metadata (2.7 kB)
2025-08-20T22:17:13.1127546Z Collecting pluggy<2,>=1.5 (from pytest)
2025-08-20T22:17:13.1137675Z   Using cached pluggy-1.6.0-py3-none-any.whl.metadata (4.8 kB)
2025-08-20T22:17:13.1307831Z Collecting pygments>=2.7.2 (from pytest)
2025-08-20T22:17:13.1317583Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T22:17:13.1375660Z Using cached build-1.3.0-py3-none-any.whl (23 kB)
2025-08-20T22:17:13.1386267Z Using cached cffi-1.17.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (479 kB)
2025-08-20T22:17:13.1399338Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T22:17:13.1440047Z Using cached scuba-2.14.1-py3-none-any.whl (292 kB)
2025-08-20T22:17:13.1452080Z Using cached pytest-8.4.1-py3-none-any.whl (365 kB)
2025-08-20T22:17:13.1464278Z Using cached pluggy-1.6.0-py3-none-any.whl (20 kB)
2025-08-20T22:17:13.1473974Z Using cached iniconfig-2.1.0-py3-none-any.whl (6.0 kB)
2025-08-20T22:17:13.1483325Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T22:17:13.1493182Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T22:17:13.1511519Z Using cached pycparser-2.22-py3-none-any.whl (117 kB)
2025-08-20T22:17:13.1522075Z Using cached pyproject_hooks-1.2.0-py3-none-any.whl (10 kB)
2025-08-20T22:17:13.1531686Z Using cached PyYAML-6.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (767 kB)
2025-08-20T22:17:13.2782889Z Installing collected packages: scons, PyYAML, pyproject_hooks, pygments, pycparser, pluggy, packaging, iniconfig, scuba, pytest, cffi, build
2025-08-20T22:17:13.2788210Z   Attempting uninstall: scons
2025-08-20T22:17:13.2873156Z     Found existing installation: SCons 4.9.1
2025-08-20T22:17:13.3251289Z     Uninstalling SCons-4.9.1:
2025-08-20T22:17:13.3325198Z       Successfully uninstalled SCons-4.9.1
2025-08-20T22:17:13.9482424Z   Attempting uninstall: PyYAML
2025-08-20T22:17:13.9572038Z     Found existing installation: PyYAML 6.0.2
2025-08-20T22:17:13.9596952Z     Uninstalling PyYAML-6.0.2:
2025-08-20T22:17:13.9606428Z       Successfully uninstalled PyYAML-6.0.2
2025-08-20T22:17:14.0157802Z   Attempting uninstall: pyproject_hooks
2025-08-20T22:17:14.0240118Z     Found existing installation: pyproject_hooks 1.2.0
2025-08-20T22:17:14.0256953Z     Uninstalling pyproject_hooks-1.2.0:
2025-08-20T22:17:14.0264026Z       Successfully uninstalled pyproject_hooks-1.2.0
2025-08-20T22:17:14.0358318Z   Attempting uninstall: pygments
2025-08-20T22:17:14.0435668Z     Found existing installation: Pygments 2.19.2
2025-08-20T22:17:14.0654300Z     Uninstalling Pygments-2.19.2:
2025-08-20T22:17:14.0681166Z       Successfully uninstalled Pygments-2.19.2
2025-08-20T22:17:14.6798609Z   Attempting uninstall: pycparser
2025-08-20T22:17:14.6882568Z     Found existing installation: pycparser 2.22
2025-08-20T22:17:14.6907080Z     Uninstalling pycparser-2.22:
2025-08-20T22:17:14.6923734Z       Successfully uninstalled pycparser-2.22
2025-08-20T22:17:14.8134438Z   Attempting uninstall: pluggy
2025-08-20T22:17:14.8221875Z     Found existing installation: pluggy 1.6.0
2025-08-20T22:17:14.8241880Z     Uninstalling pluggy-1.6.0:
2025-08-20T22:17:14.8248869Z       Successfully uninstalled pluggy-1.6.0
2025-08-20T22:17:14.8438432Z   Attempting uninstall: packaging
2025-08-20T22:17:14.8520262Z     Found existing installation: packaging 25.0
2025-08-20T22:17:14.8545831Z     Uninstalling packaging-25.0:
2025-08-20T22:17:14.8553785Z       Successfully uninstalled packaging-25.0
2025-08-20T22:17:14.8948746Z   Attempting uninstall: iniconfig
2025-08-20T22:17:14.9033282Z     Found existing installation: iniconfig 2.1.0
2025-08-20T22:17:14.9049981Z     Uninstalling iniconfig-2.1.0:
2025-08-20T22:17:14.9057132Z       Successfully uninstalled iniconfig-2.1.0
2025-08-20T22:17:14.9134951Z   Attempting uninstall: scuba
2025-08-20T22:17:14.9214435Z     Found existing installation: scuba 2.14.1
2025-08-20T22:17:14.9236245Z     Uninstalling scuba-2.14.1:
2025-08-20T22:17:14.9245756Z       Successfully uninstalled scuba-2.14.1
2025-08-20T22:17:14.9450072Z   Attempting uninstall: pytest
2025-08-20T22:17:14.9533355Z     Found existing installation: pytest 8.4.1
2025-08-20T22:17:14.9598088Z     Uninstalling pytest-8.4.1:
2025-08-20T22:17:14.9864523Z       Successfully uninstalled pytest-8.4.1
2025-08-20T22:17:15.1997435Z   Attempting uninstall: cffi
2025-08-20T22:17:15.2077644Z     Found existing installation: cffi 1.17.1
2025-08-20T22:17:15.2103503Z     Uninstalling cffi-1.17.1:
2025-08-20T22:17:15.2341665Z       Successfully uninstalled cffi-1.17.1
2025-08-20T22:17:15.3023057Z   Attempting uninstall: build
2025-08-20T22:17:15.3101410Z     Found existing installation: build 1.3.0
2025-08-20T22:17:15.3126447Z     Uninstalling build-1.3.0:
2025-08-20T22:17:15.3138117Z       Successfully uninstalled build-1.3.0
2025-08-20T22:17:15.3323678Z 
2025-08-20T22:17:15.3352325Z Successfully installed PyYAML-6.0.2 build-1.3.0 cffi-1.17.1 iniconfig-2.1.0 packaging-25.0 pluggy-1.6.0 pycparser-2.22 pygments-2.19.2 pyproject_hooks-1.2.0 pytest-8.4.1 scons-4.9.1 scuba-2.14.1
2025-08-20T22:17:15.6516330Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T22:17:15.8168710Z Collecting ansi2txt
2025-08-20T22:17:15.8181187Z   Using cached ansi2txt-0.2.0-py3-none-any.whl.metadata (2.1 kB)
2025-08-20T22:17:15.8348445Z Collecting pipx
2025-08-20T22:17:15.8359331Z   Using cached pipx-1.7.1-py3-none-any.whl.metadata (18 kB)
2025-08-20T22:17:15.8478326Z Collecting scons
2025-08-20T22:17:15.8495101Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T22:17:15.8579064Z Collecting py2static
2025-08-20T22:17:15.8589188Z   Using cached py2static-0.0.1-py3-none-any.whl.metadata (1.2 kB)
2025-08-20T22:17:15.8729435Z Collecting typer
2025-08-20T22:17:15.8739659Z   Using cached typer-0.16.1-py3-none-any.whl.metadata (15 kB)
2025-08-20T22:17:15.8958256Z Collecting argcomplete>=1.9.4 (from pipx)
2025-08-20T22:17:15.8968384Z   Using cached argcomplete-3.6.2-py3-none-any.whl.metadata (16 kB)
2025-08-20T22:17:15.9111894Z Collecting packaging>=20 (from pipx)
2025-08-20T22:17:15.9122930Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T22:17:15.9278502Z Collecting platformdirs>=2.1 (from pipx)
2025-08-20T22:17:15.9289275Z   Using cached platformdirs-4.3.8-py3-none-any.whl.metadata (12 kB)
2025-08-20T22:17:15.9401354Z Collecting userpath!=1.9,>=1.6 (from pipx)
2025-08-20T22:17:15.9412097Z   Using cached userpath-1.9.2-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T22:17:15.9765006Z Collecting pyinstaller (from py2static)
2025-08-20T22:17:15.9776936Z   Using cached pyinstaller-6.15.0-py3-none-manylinux2014_x86_64.whl.metadata (8.4 kB)
2025-08-20T22:17:15.9915978Z Collecting staticx (from py2static)
2025-08-20T22:17:15.9926201Z   Using cached staticx-0.14.1-py3-none-manylinux1_x86_64.whl.metadata (1.9 kB)
2025-08-20T22:17:16.0066400Z Collecting click>=8.0.0 (from typer)
2025-08-20T22:17:16.0077123Z   Using cached click-8.2.1-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T22:17:16.0350517Z Collecting typing-extensions>=3.7.4.3 (from typer)
2025-08-20T22:17:16.0360999Z   Using cached typing_extensions-4.14.1-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T22:17:16.0474661Z Collecting shellingham>=1.3.0 (from typer)
2025-08-20T22:17:16.0484847Z   Using cached shellingham-1.5.4-py2.py3-none-any.whl.metadata (3.5 kB)
2025-08-20T22:17:16.0817399Z Collecting rich>=10.11.0 (from typer)
2025-08-20T22:17:16.0828761Z   Using cached rich-14.1.0-py3-none-any.whl.metadata (18 kB)
2025-08-20T22:17:16.0985828Z Collecting markdown-it-py>=2.2.0 (from rich>=10.11.0->typer)
2025-08-20T22:17:16.0996665Z   Using cached markdown_it_py-4.0.0-py3-none-any.whl.metadata (7.3 kB)
2025-08-20T22:17:16.1193689Z Collecting pygments<3.0.0,>=2.13.0 (from rich>=10.11.0->typer)
2025-08-20T22:17:16.1203644Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T22:17:16.1284436Z Collecting mdurl~=0.1 (from markdown-it-py>=2.2.0->rich>=10.11.0->typer)
2025-08-20T22:17:16.1294559Z   Using cached mdurl-0.1.2-py3-none-any.whl.metadata (1.6 kB)
2025-08-20T22:17:16.2382104Z Collecting setuptools>=42.0.0 (from pyinstaller->py2static)
2025-08-20T22:17:16.2394418Z   Using cached setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-20T22:17:16.2551278Z Collecting altgraph (from pyinstaller->py2static)
2025-08-20T22:17:16.2562069Z   Using cached altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-20T22:17:16.2711589Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller->py2static)
2025-08-20T22:17:16.2722076Z   Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-20T22:17:16.2861985Z Collecting pyelftools (from staticx->py2static)
2025-08-20T22:17:16.2872486Z   Using cached pyelftools-0.32-py3-none-any.whl.metadata (372 bytes)
2025-08-20T22:17:16.2909677Z Using cached ansi2txt-0.2.0-py3-none-any.whl (14 kB)
2025-08-20T22:17:16.2919518Z Using cached pipx-1.7.1-py3-none-any.whl (78 kB)
2025-08-20T22:17:16.2929783Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T22:17:16.2969536Z Using cached py2static-0.0.1-py3-none-any.whl (5.7 kB)
2025-08-20T22:17:16.2979092Z Using cached typer-0.16.1-py3-none-any.whl (46 kB)
2025-08-20T22:17:16.2988804Z Using cached argcomplete-3.6.2-py3-none-any.whl (43 kB)
2025-08-20T22:17:16.2998610Z Using cached click-8.2.1-py3-none-any.whl (102 kB)
2025-08-20T22:17:16.3008701Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T22:17:16.3018517Z Using cached platformdirs-4.3.8-py3-none-any.whl (18 kB)
2025-08-20T22:17:16.3028001Z Using cached rich-14.1.0-py3-none-any.whl (243 kB)
2025-08-20T22:17:16.3039026Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T22:17:16.3057815Z Using cached markdown_it_py-4.0.0-py3-none-any.whl (87 kB)
2025-08-20T22:17:16.3067983Z Using cached mdurl-0.1.2-py3-none-any.whl (10.0 kB)
2025-08-20T22:17:16.3077700Z Using cached shellingham-1.5.4-py2.py3-none-any.whl (9.8 kB)
2025-08-20T22:17:16.3087283Z Using cached typing_extensions-4.14.1-py3-none-any.whl (43 kB)
2025-08-20T22:17:16.3096904Z Using cached userpath-1.9.2-py3-none-any.whl (9.1 kB)
2025-08-20T22:17:16.3106573Z Using cached pyinstaller-6.15.0-py3-none-manylinux2014_x86_64.whl (732 kB)
2025-08-20T22:17:16.3121270Z Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-20T22:17:16.3133684Z Using cached setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-20T22:17:16.3151077Z Using cached altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-20T22:17:16.3160794Z Using cached staticx-0.14.1-py3-none-manylinux1_x86_64.whl (182 kB)
2025-08-20T22:17:16.3171232Z Using cached pyelftools-0.32-py3-none-any.whl (188 kB)
2025-08-20T22:17:16.4665224Z Installing collected packages: pyelftools, altgraph, typing-extensions, staticx, shellingham, setuptools, scons, pygments, platformdirs, packaging, mdurl, click, argcomplete, ansi2txt, userpath, pyinstaller-hooks-contrib, markdown-it-py, rich, pyinstaller, pipx, typer, py2static
2025-08-20T22:17:16.4669684Z   Attempting uninstall: pyelftools
2025-08-20T22:17:16.4749386Z     Found existing installation: pyelftools 0.32
2025-08-20T22:17:16.4800483Z     Uninstalling pyelftools-0.32:
2025-08-20T22:17:16.4816022Z       Successfully uninstalled pyelftools-0.32
2025-08-20T22:17:16.5919204Z   Attempting uninstall: altgraph
2025-08-20T22:17:16.6007660Z     Found existing installation: altgraph 0.17.4
2025-08-20T22:17:16.6027920Z     Uninstalling altgraph-0.17.4:
2025-08-20T22:17:16.6036614Z       Successfully uninstalled altgraph-0.17.4
2025-08-20T22:17:16.6189822Z   Attempting uninstall: typing-extensions
2025-08-20T22:17:16.6277207Z     Found existing installation: typing_extensions 4.14.1
2025-08-20T22:17:16.6292614Z     Uninstalling typing_extensions-4.14.1:
2025-08-20T22:17:16.6538790Z       Successfully uninstalled typing_extensions-4.14.1
2025-08-20T22:17:16.6795672Z   Attempting uninstall: staticx
2025-08-20T22:17:16.6881770Z     Found existing installation: staticx 0.14.1
2025-08-20T22:17:16.6909059Z     Uninstalling staticx-0.14.1:
2025-08-20T22:17:16.6920212Z       Successfully uninstalled staticx-0.14.1
2025-08-20T22:17:16.7127435Z   Attempting uninstall: shellingham
2025-08-20T22:17:16.7210070Z     Found existing installation: shellingham 1.5.4
2025-08-20T22:17:16.7229418Z     Uninstalling shellingham-1.5.4:
2025-08-20T22:17:16.7236469Z       Successfully uninstalled shellingham-1.5.4
2025-08-20T22:17:16.7331101Z   Attempting uninstall: setuptools
2025-08-20T22:17:16.7417266Z     Found existing installation: setuptools 80.9.0
2025-08-20T22:17:16.7700135Z     Uninstalling setuptools-80.9.0:
2025-08-20T22:17:16.7986177Z       Successfully uninstalled setuptools-80.9.0
2025-08-20T22:17:17.4684100Z   Attempting uninstall: scons
2025-08-20T22:17:17.4778852Z     Found existing installation: SCons 4.9.1
2025-08-20T22:17:17.5172953Z     Uninstalling SCons-4.9.1:
2025-08-20T22:17:17.5245006Z       Successfully uninstalled SCons-4.9.1
2025-08-20T22:17:18.1447916Z   Attempting uninstall: pygments
2025-08-20T22:17:18.1539323Z     Found existing installation: Pygments 2.19.2
2025-08-20T22:17:18.1774791Z     Uninstalling Pygments-2.19.2:
2025-08-20T22:17:18.1802557Z       Successfully uninstalled Pygments-2.19.2
2025-08-20T22:17:18.7921031Z   Attempting uninstall: platformdirs
2025-08-20T22:17:18.8011025Z     Found existing installation: platformdirs 4.3.8
2025-08-20T22:17:18.8037535Z     Uninstalling platformdirs-4.3.8:
2025-08-20T22:17:18.8044459Z       Successfully uninstalled platformdirs-4.3.8
2025-08-20T22:17:18.8196242Z   Attempting uninstall: packaging
2025-08-20T22:17:18.8276180Z     Found existing installation: packaging 25.0
2025-08-20T22:17:18.8300241Z     Uninstalling packaging-25.0:
2025-08-20T22:17:18.8307748Z       Successfully uninstalled packaging-25.0
2025-08-20T22:17:18.8691274Z   Attempting uninstall: mdurl
2025-08-20T22:17:18.8772667Z     Found existing installation: mdurl 0.1.2
2025-08-20T22:17:18.8789157Z     Uninstalling mdurl-0.1.2:
2025-08-20T22:17:18.8795807Z       Successfully uninstalled mdurl-0.1.2
2025-08-20T22:17:18.8884218Z   Attempting uninstall: click
2025-08-20T22:17:18.8964786Z     Found existing installation: click 8.2.1
2025-08-20T22:17:18.8987957Z     Uninstalling click-8.2.1:
2025-08-20T22:17:18.8995247Z       Successfully uninstalled click-8.2.1
2025-08-20T22:17:18.9601468Z   Attempting uninstall: argcomplete
2025-08-20T22:17:18.9687386Z     Found existing installation: argcomplete 3.6.2
2025-08-20T22:17:18.9717146Z     Uninstalling argcomplete-3.6.2:
2025-08-20T22:17:18.9728515Z       Successfully uninstalled argcomplete-3.6.2
2025-08-20T22:17:18.9982500Z   Attempting uninstall: ansi2txt
2025-08-20T22:17:19.0066797Z     Found existing installation: ansi2txt 0.2.0
2025-08-20T22:17:19.0082549Z     Uninstalling ansi2txt-0.2.0:
2025-08-20T22:17:19.0333231Z       Successfully uninstalled ansi2txt-0.2.0
2025-08-20T22:17:19.0400450Z   Attempting uninstall: userpath
2025-08-20T22:17:19.0484573Z     Found existing installation: userpath 1.9.2
2025-08-20T22:17:19.0504510Z     Uninstalling userpath-1.9.2:
2025-08-20T22:17:19.0513530Z       Successfully uninstalled userpath-1.9.2
2025-08-20T22:17:19.0626628Z   Attempting uninstall: pyinstaller-hooks-contrib
2025-08-20T22:17:19.0707334Z     Found existing installation: pyinstaller-hooks-contrib 2025.8
2025-08-20T22:17:19.1133812Z     Uninstalling pyinstaller-hooks-contrib-2025.8:
2025-08-20T22:17:19.1177850Z       Successfully uninstalled pyinstaller-hooks-contrib-2025.8
2025-08-20T22:17:19.3955863Z   Attempting uninstall: markdown-it-py
2025-08-20T22:17:19.4039369Z     Found existing installation: markdown-it-py 4.0.0
2025-08-20T22:17:19.4107895Z     Uninstalling markdown-it-py-4.0.0:
2025-08-20T22:17:19.4122880Z       Successfully uninstalled markdown-it-py-4.0.0
2025-08-20T22:17:19.4727635Z   Attempting uninstall: rich
2025-08-20T22:17:19.4813550Z     Found existing installation: rich 14.1.0
2025-08-20T22:17:19.4875630Z     Uninstalling rich-14.1.0:
2025-08-20T22:17:19.4885390Z       Successfully uninstalled rich-14.1.0
2025-08-20T22:17:19.6467534Z   Attempting uninstall: pyinstaller
2025-08-20T22:17:19.6548658Z     Found existing installation: pyinstaller 6.15.0
2025-08-20T22:17:19.6905359Z     Uninstalling pyinstaller-6.15.0:
2025-08-20T22:17:19.6949784Z       Successfully uninstalled pyinstaller-6.15.0
2025-08-20T22:17:20.0229278Z   Attempting uninstall: pipx
2025-08-20T22:17:20.0326590Z     Found existing installation: pipx 1.7.1
2025-08-20T22:17:20.0363992Z     Uninstalling pipx-1.7.1:
2025-08-20T22:17:20.0374262Z       Successfully uninstalled pipx-1.7.1
2025-08-20T22:17:20.0879630Z   Attempting uninstall: typer
2025-08-20T22:17:20.0969695Z     Found existing installation: typer 0.16.1
2025-08-20T22:17:20.0996254Z     Uninstalling typer-0.16.1:
2025-08-20T22:17:20.1005742Z       Successfully uninstalled typer-0.16.1
2025-08-20T22:17:20.1342855Z   Attempting uninstall: py2static
2025-08-20T22:17:20.1422455Z     Found existing installation: py2static 0.0.1
2025-08-20T22:17:20.1441851Z     Uninstalling py2static-0.0.1:
2025-08-20T22:17:20.1452796Z       Successfully uninstalled py2static-0.0.1
2025-08-20T22:17:20.1540991Z 
2025-08-20T22:17:20.1570858Z Successfully installed altgraph-0.17.4 ansi2txt-0.2.0 argcomplete-3.6.2 click-8.2.1 markdown-it-py-4.0.0 mdurl-0.1.2 packaging-25.0 pipx-1.7.1 platformdirs-4.3.8 py2static-0.0.1 pyelftools-0.32 pygments-2.19.2 pyinstaller-6.15.0 pyinstaller-hooks-contrib-2025.8 rich-14.1.0 scons-4.9.1 setuptools-80.9.0 shellingham-1.5.4 staticx-0.14.1 typer-0.16.1 typing-extensions-4.14.1 userpath-1.9.2
2025-08-20T22:17:20.4743453Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T22:17:20.5945846Z Collecting git+https://github.com/pyinstaller/pyinstaller
2025-08-20T22:17:20.5950245Z   Cloning https://github.com/pyinstaller/pyinstaller to /tmp/pip-req-build-ftgo576y
2025-08-20T22:17:20.5975098Z   Running command git clone --filter=blob:none --quiet https://github.com/pyinstaller/pyinstaller /tmp/pip-req-build-ftgo576y
2025-08-20T22:17:21.6531011Z   Resolved https://github.com/pyinstaller/pyinstaller to commit 34508a2cda1072718a81ef1d5a660ce89e62d295
2025-08-20T22:17:21.6574323Z   Installing build dependencies: started
2025-08-20T22:17:22.3662703Z   Installing build dependencies: finished with status 'done'
2025-08-20T22:17:22.3671696Z   Getting requirements to build wheel: started
2025-08-20T22:17:22.6496491Z   Getting requirements to build wheel: finished with status 'done'
2025-08-20T22:17:22.6508940Z   Preparing metadata (pyproject.toml): started
2025-08-20T22:17:22.8427004Z   Preparing metadata (pyproject.toml): finished with status 'done'
2025-08-20T22:17:22.9971972Z Collecting setuptools>=42.0.0 (from pyinstaller==6.15.0)
2025-08-20T22:17:22.9985063Z   Using cached setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-20T22:17:23.0151184Z Collecting altgraph (from pyinstaller==6.15.0)
2025-08-20T22:17:23.0161208Z   Using cached altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-20T22:17:23.0314467Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller==6.15.0)
2025-08-20T22:17:23.0324641Z   Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-20T22:17:23.0469606Z Collecting packaging>=22.0 (from pyinstaller==6.15.0)
2025-08-20T22:17:23.0479975Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T22:17:23.0524509Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T22:17:23.0534817Z Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-20T22:17:23.0548451Z Using cached setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-20T22:17:23.0566814Z Using cached altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-20T22:17:23.0686321Z Building wheels for collected packages: pyinstaller
2025-08-20T22:17:23.0694610Z   Building wheel for pyinstaller (pyproject.toml): started
2025-08-20T22:17:23.7352920Z   Building wheel for pyinstaller (pyproject.toml): finished with status 'done'
2025-08-20T22:17:23.7378156Z   Created wheel for pyinstaller: filename=pyinstaller-6.15.0-py3-none-any.whl size=1772413 sha256=5b830d3d2a9397c959ffbb4a2f3889785a2f34bc1a972ae707d5ee4feac28ff8
2025-08-20T22:17:23.7379728Z   Stored in directory: /tmp/pip-ephem-wheel-cache-74_o4549/wheels/ad/f0/96/ada035be05b1c8fe6a9d81fd24e3d5f767d7ccd2219d68e4e2
2025-08-20T22:17:23.7420923Z Successfully built pyinstaller
2025-08-20T22:17:23.8347245Z Installing collected packages: altgraph, setuptools, packaging, pyinstaller-hooks-contrib, pyinstaller
2025-08-20T22:17:23.8352186Z   Attempting uninstall: altgraph
2025-08-20T22:17:23.8435512Z     Found existing installation: altgraph 0.17.4
2025-08-20T22:17:23.8455963Z     Uninstalling altgraph-0.17.4:
2025-08-20T22:17:23.8463532Z       Successfully uninstalled altgraph-0.17.4
2025-08-20T22:17:23.8617244Z   Attempting uninstall: setuptools
2025-08-20T22:17:23.8705460Z     Found existing installation: setuptools 80.9.0
2025-08-20T22:17:23.8986430Z     Uninstalling setuptools-80.9.0:
2025-08-20T22:17:23.9274828Z       Successfully uninstalled setuptools-80.9.0
2025-08-20T22:17:24.5868549Z   Attempting uninstall: packaging
2025-08-20T22:17:24.5951710Z     Found existing installation: packaging 25.0
2025-08-20T22:17:24.5976353Z     Uninstalling packaging-25.0:
2025-08-20T22:17:24.5994584Z       Successfully uninstalled packaging-25.0
2025-08-20T22:17:24.6393550Z   Attempting uninstall: pyinstaller-hooks-contrib
2025-08-20T22:17:24.6474337Z     Found existing installation: pyinstaller-hooks-contrib 2025.8
2025-08-20T22:17:24.6896339Z     Uninstalling pyinstaller-hooks-contrib-2025.8:
2025-08-20T22:17:24.6938395Z       Successfully uninstalled pyinstaller-hooks-contrib-2025.8
2025-08-20T22:17:24.9702109Z   Attempting uninstall: pyinstaller
2025-08-20T22:17:24.9785605Z     Found existing installation: pyinstaller 6.15.0
2025-08-20T22:17:25.0136566Z     Uninstalling pyinstaller-6.15.0:
2025-08-20T22:17:25.0180415Z       Successfully uninstalled pyinstaller-6.15.0
2025-08-20T22:17:25.3574739Z 
2025-08-20T22:17:25.3609052Z Successfully installed altgraph-0.17.4 packaging-25.0 pyinstaller-6.15.0 pyinstaller-hooks-contrib-2025.8 setuptools-80.9.0
2025-08-20T22:17:25.6579736Z 6.15.0
2025-08-20T22:17:26.2635999Z # Executing docker install script, commit: bedc5d6b3e782a5e50d3d2a870f5e1f1b5a38d5c
2025-08-20T22:17:26.2646688Z Warning: the "docker" command appears to already exist on this system.
2025-08-20T22:17:26.2647131Z 
2025-08-20T22:17:26.2647476Z If you already have Docker installed, this script can cause trouble, which is
2025-08-20T22:17:26.2648254Z why we're displaying this warning and provide the opportunity to cancel the
2025-08-20T22:17:26.2648843Z installation.
2025-08-20T22:17:26.2649038Z 
2025-08-20T22:17:26.2649371Z If you installed the current Docker package using this script and are using it
2025-08-20T22:17:26.2650223Z again to update Docker, you can ignore this message, but be aware that the
2025-08-20T22:17:26.2651280Z script resets any custom changes in the deb and rpm repo configuration
2025-08-20T22:17:26.2651750Z files to match the parameters passed to the script.
2025-08-20T22:17:26.2652000Z 
2025-08-20T22:17:26.2652123Z You may press Ctrl+C now to abort this script.
2025-08-20T22:17:26.2817670Z + sh -c 'apt-get -qq update >/dev/null'
2025-08-20T22:17:27.5222901Z + sh -c 'DEBIAN_FRONTEND=noninteractive apt-get -y -qq install ca-certificates curl >/dev/null'
2025-08-20T22:17:27.8774467Z + sh -c 'install -m 0755 -d /etc/apt/keyrings'
2025-08-20T22:17:27.8802307Z + sh -c 'curl -fsSL "https://download.docker.com/linux/ubuntu/gpg" -o /etc/apt/keyrings/docker.asc'
2025-08-20T22:17:28.0091888Z + sh -c 'chmod a+r /etc/apt/keyrings/docker.asc'
2025-08-20T22:17:28.0110153Z + sh -c 'echo "deb [arch=amd64 signed-by=/etc/apt/keyrings/docker.asc] https://download.docker.com/linux/ubuntu noble stable" > /etc/apt/sources.list.d/docker.list'
2025-08-20T22:17:28.0117957Z + sh -c 'apt-get -qq update >/dev/null'
2025-08-20T22:17:29.2958738Z + sh -c 'DEBIAN_FRONTEND=noninteractive apt-get -y -qq install docker-ce docker-ce-cli containerd.io docker-compose-plugin docker-ce-rootless-extras docker-buildx-plugin docker-model-plugin >/dev/null'
2025-08-20T22:17:40.4411013Z 
2025-08-20T22:17:40.4411425Z Running kernel seems to be up-to-date.
2025-08-20T22:17:40.4411690Z 
2025-08-20T22:17:40.4411787Z Restarting services...
2025-08-20T22:17:40.4478572Z 
2025-08-20T22:17:40.4478953Z Service restarts being deferred:
2025-08-20T22:17:40.4479521Z  systemctl restart hosted-compute-agent.service
2025-08-20T22:17:40.4479879Z 
2025-08-20T22:17:40.4480062Z No containers need to be restarted.
2025-08-20T22:17:40.4480350Z 
2025-08-20T22:17:40.4480485Z No user sessions are running outdated binaries.
2025-08-20T22:17:40.4480811Z 
2025-08-20T22:17:40.4481009Z No VM guests are running outdated hypervisor (qemu) binaries on this host.
2025-08-20T22:17:41.3249160Z + sh -c 'docker version'
2025-08-20T22:17:41.3406672Z Client: Docker Engine - Community
2025-08-20T22:17:41.3407172Z  Version:           28.3.3
2025-08-20T22:17:41.3407550Z  API version:       1.51
2025-08-20T22:17:41.3407910Z  Go version:        go1.24.5
2025-08-20T22:17:41.3408291Z  Git commit:        980b856
2025-08-20T22:17:41.3408671Z  Built:             Fri Jul 25 11:34:09 2025
2025-08-20T22:17:41.3409108Z  OS/Arch:           linux/amd64
2025-08-20T22:17:41.3409481Z  Context:           default
2025-08-20T22:17:41.3409706Z 
2025-08-20T22:17:41.3409864Z Server: Docker Engine - Community
2025-08-20T22:17:41.3410236Z  Engine:
2025-08-20T22:17:41.3410529Z   Version:          28.3.3
2025-08-20T22:17:41.3411070Z   API version:      1.51 (minimum version 1.24)
2025-08-20T22:17:41.3411523Z   Go version:       go1.24.5
2025-08-20T22:17:41.3411885Z   Git commit:       bea959c
2025-08-20T22:17:41.3412266Z   Built:            Fri Jul 25 11:34:09 2025
2025-08-20T22:17:41.3412978Z   OS/Arch:          linux/amd64
2025-08-20T22:17:41.3413227Z   Experimental:     false
2025-08-20T22:17:41.3413447Z  containerd:
2025-08-20T22:17:41.3413629Z   Version:          1.7.27
2025-08-20T22:17:41.3413897Z   GitCommit:        05044ec0a9a75232cad458027ca83437aae3f4da
2025-08-20T22:17:41.3414179Z  runc:
2025-08-20T22:17:41.3414352Z   Version:          1.2.5
2025-08-20T22:17:41.3414563Z   GitCommit:        v1.2.5-0-g59923ef
2025-08-20T22:17:41.3414809Z  docker-init:
2025-08-20T22:17:41.3414990Z   Version:          0.19.0
2025-08-20T22:17:41.3415342Z   GitCommit:        de40ad0
2025-08-20T22:17:41.3425623Z 
2025-08-20T22:17:41.3426125Z ================================================================================
2025-08-20T22:17:41.3426505Z 
2025-08-20T22:17:41.3426791Z To run Docker as a non-privileged user, consider setting up the
2025-08-20T22:17:41.3427260Z Docker daemon in rootless mode for your user:
2025-08-20T22:17:41.3427487Z 
2025-08-20T22:17:41.3427608Z     dockerd-rootless-setuptool.sh install
2025-08-20T22:17:41.3427811Z 
2025-08-20T22:17:41.3428024Z Visit https://docs.docker.com/go/rootless/ to learn about rootless mode.
2025-08-20T22:17:41.3428305Z 
2025-08-20T22:17:41.3428308Z 
2025-08-20T22:17:41.3428490Z To run the Docker daemon as a fully privileged service, but granting non-root
2025-08-20T22:17:41.3428928Z users access, refer to https://docs.docker.com/go/daemon-access/
2025-08-20T22:17:41.3429177Z 
2025-08-20T22:17:41.3429360Z WARNING: Access to the remote API on a privileged Docker daemon is equivalent
2025-08-20T22:17:41.3429843Z          to root access on the host. Refer to the 'Docker daemon attack surface'
2025-08-20T22:17:41.3430566Z          documentation for details: https://docs.docker.com/go/attack-surface/
2025-08-20T22:17:41.3431183Z 
2025-08-20T22:17:41.3431349Z ================================================================================
2025-08-20T22:17:41.3431663Z 
2025-08-20T22:17:52.0762471Z ● docker.service - Docker Application Container Engine
2025-08-20T22:17:52.0763677Z      Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; preset: enabled)
2025-08-20T22:17:52.0764561Z      Active: active (running) since Wed 2025-08-20 22:17:42 UTC; 10s ago
2025-08-20T22:17:52.0765241Z TriggeredBy: ● docker.socket
2025-08-20T22:17:52.0765683Z        Docs: https://docs.docker.com
2025-08-20T22:17:52.0766099Z    Main PID: 19703 (dockerd)
2025-08-20T22:17:52.0766382Z       Tasks: 10
2025-08-20T22:17:52.0766604Z      Memory: 23.5M (peak: 27.5M)
2025-08-20T22:17:52.0766852Z         CPU: 312ms
2025-08-20T22:17:52.0767070Z      CGroup: /system.slice/docker.service
2025-08-20T22:17:52.0769257Z              └─19703 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
2025-08-20T22:17:52.0769588Z 
2025-08-20T22:17:52.0769909Z Aug 20 22:17:41 pkrvmubgrv54qmi dockerd[19703]: time="2025-08-20T22:17:41.471520144Z" level=info msg="Loading containers: start."
2025-08-20T22:17:52.0771555Z Aug 20 22:17:41 pkrvmubgrv54qmi dockerd[19703]: time="2025-08-20T22:17:41.989666266Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint_count 15326df9fde5cb7111947d4f51d2419a193fd706e04977c7bd391d08bd0cbaac], retrying...."
2025-08-20T22:17:52.0772835Z Aug 20 22:17:42 pkrvmubgrv54qmi dockerd[19703]: time="2025-08-20T22:17:42.023420840Z" level=info msg="Loading containers: done."
2025-08-20T22:17:52.0773935Z Aug 20 22:17:42 pkrvmubgrv54qmi dockerd[19703]: time="2025-08-20T22:17:42.032741664Z" level=warning msg="Not using native diff for overlay2, this may cause degraded performance for building images: kernel has CONFIG_OVERLAY_FS_REDIRECT_DIR enabled" storage-driver=overlay2
2025-08-20T22:17:52.0775252Z Aug 20 22:17:42 pkrvmubgrv54qmi dockerd[19703]: time="2025-08-20T22:17:42.032805774Z" level=info msg="Docker daemon" commit=bea959c containerd-snapshotter=false storage-driver=overlay2 version=28.3.3
2025-08-20T22:17:52.0776122Z Aug 20 22:17:42 pkrvmubgrv54qmi dockerd[19703]: time="2025-08-20T22:17:42.032834918Z" level=info msg="Initializing buildkit"
2025-08-20T22:17:52.0777186Z Aug 20 22:17:42 pkrvmubgrv54qmi dockerd[19703]: time="2025-08-20T22:17:42.051867448Z" level=info msg="Completed buildkit initialization"
2025-08-20T22:17:52.0777906Z Aug 20 22:17:42 pkrvmubgrv54qmi dockerd[19703]: time="2025-08-20T22:17:42.056740813Z" level=info msg="Daemon has completed initialization"
2025-08-20T22:17:52.0778614Z Aug 20 22:17:42 pkrvmubgrv54qmi dockerd[19703]: time="2025-08-20T22:17:42.056809392Z" level=info msg="API listen on /run/docker.sock"
2025-08-20T22:17:52.0779265Z Aug 20 22:17:42 pkrvmubgrv54qmi systemd[1]: Started docker.service - Docker Application Container Engine.
2025-08-20T22:17:52.0879888Z ● docker.service - Docker Application Container Engine
2025-08-20T22:17:52.0880836Z      Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; preset: enabled)
2025-08-20T22:17:52.0881646Z      Active: active (running) since Wed 2025-08-20 22:17:42 UTC; 10s ago
2025-08-20T22:17:52.0882287Z TriggeredBy: ● docker.socket
2025-08-20T22:17:52.0882735Z        Docs: https://docs.docker.com
2025-08-20T22:17:52.0883172Z    Main PID: 19703 (dockerd)
2025-08-20T22:17:52.0883549Z       Tasks: 10
2025-08-20T22:17:52.0883874Z      Memory: 23.5M (peak: 27.5M)
2025-08-20T22:17:52.0884277Z         CPU: 312ms
2025-08-20T22:17:52.0884647Z      CGroup: /system.slice/docker.service
2025-08-20T22:17:52.0885497Z              └─19703 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
2025-08-20T22:17:52.0886026Z 
2025-08-20T22:17:52.0886580Z Aug 20 22:17:41 pkrvmubgrv54qmi dockerd[19703]: time="2025-08-20T22:17:41.471520144Z" level=info msg="Loading containers: start."
2025-08-20T22:17:52.0888691Z Aug 20 22:17:41 pkrvmubgrv54qmi dockerd[19703]: time="2025-08-20T22:17:41.989666266Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint_count 15326df9fde5cb7111947d4f51d2419a193fd706e04977c7bd391d08bd0cbaac], retrying...."
2025-08-20T22:17:52.0891237Z Aug 20 22:17:42 pkrvmubgrv54qmi dockerd[19703]: time="2025-08-20T22:17:42.023420840Z" level=info msg="Loading containers: done."
2025-08-20T22:17:52.0892955Z Aug 20 22:17:42 pkrvmubgrv54qmi dockerd[19703]: time="2025-08-20T22:17:42.032741664Z" level=warning msg="Not using native diff for overlay2, this may cause degraded performance for building images: kernel has CONFIG_OVERLAY_FS_REDIRECT_DIR enabled" storage-driver=overlay2
2025-08-20T22:17:52.0894326Z Aug 20 22:17:42 pkrvmubgrv54qmi dockerd[19703]: time="2025-08-20T22:17:42.032805774Z" level=info msg="Docker daemon" commit=bea959c containerd-snapshotter=false storage-driver=overlay2 version=28.3.3
2025-08-20T22:17:52.0895218Z Aug 20 22:17:42 pkrvmubgrv54qmi dockerd[19703]: time="2025-08-20T22:17:42.032834918Z" level=info msg="Initializing buildkit"
2025-08-20T22:17:52.0895924Z Aug 20 22:17:42 pkrvmubgrv54qmi dockerd[19703]: time="2025-08-20T22:17:42.051867448Z" level=info msg="Completed buildkit initialization"
2025-08-20T22:17:52.0896691Z Aug 20 22:17:42 pkrvmubgrv54qmi dockerd[19703]: time="2025-08-20T22:17:42.056740813Z" level=info msg="Daemon has completed initialization"
2025-08-20T22:17:52.0897413Z Aug 20 22:17:42 pkrvmubgrv54qmi dockerd[19703]: time="2025-08-20T22:17:42.056809392Z" level=info msg="API listen on /run/docker.sock"
2025-08-20T22:17:52.0898063Z Aug 20 22:17:42 pkrvmubgrv54qmi systemd[1]: Started docker.service - Docker Application Container Engine.
2025-08-20T22:17:52.1093169Z ● docker.service - Docker Application Container Engine
2025-08-20T22:17:52.1094000Z      Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; preset: enabled)
2025-08-20T22:17:52.1094855Z      Active: active (running) since Wed 2025-08-20 22:17:42 UTC; 10s ago
2025-08-20T22:17:52.1095529Z TriggeredBy: ● docker.socket
2025-08-20T22:17:52.1095968Z        Docs: https://docs.docker.com
2025-08-20T22:17:52.1096408Z    Main PID: 19703 (dockerd)
2025-08-20T22:17:52.1096772Z       Tasks: 10
2025-08-20T22:17:52.1097102Z      Memory: 23.5M (peak: 27.5M)
2025-08-20T22:17:52.1097530Z         CPU: 312ms
2025-08-20T22:17:52.1097754Z      CGroup: /system.slice/docker.service
2025-08-20T22:17:52.1098242Z              └─19703 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
2025-08-20T22:17:52.1098539Z 
2025-08-20T22:17:52.1098860Z Aug 20 22:17:41 pkrvmubgrv54qmi dockerd[19703]: time="2025-08-20T22:17:41.471520144Z" level=info msg="Loading containers: start."
2025-08-20T22:17:52.1100008Z Aug 20 22:17:41 pkrvmubgrv54qmi dockerd[19703]: time="2025-08-20T22:17:41.989666266Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint_count 15326df9fde5cb7111947d4f51d2419a193fd706e04977c7bd391d08bd0cbaac], retrying...."
2025-08-20T22:17:52.1101326Z Aug 20 22:17:42 pkrvmubgrv54qmi dockerd[19703]: time="2025-08-20T22:17:42.023420840Z" level=info msg="Loading containers: done."
2025-08-20T22:17:52.1102423Z Aug 20 22:17:42 pkrvmubgrv54qmi dockerd[19703]: time="2025-08-20T22:17:42.032741664Z" level=warning msg="Not using native diff for overlay2, this may cause degraded performance for building images: kernel has CONFIG_OVERLAY_FS_REDIRECT_DIR enabled" storage-driver=overlay2
2025-08-20T22:17:52.1103726Z Aug 20 22:17:42 pkrvmubgrv54qmi dockerd[19703]: time="2025-08-20T22:17:42.032805774Z" level=info msg="Docker daemon" commit=bea959c containerd-snapshotter=false storage-driver=overlay2 version=28.3.3
2025-08-20T22:17:52.1104602Z Aug 20 22:17:42 pkrvmubgrv54qmi dockerd[19703]: time="2025-08-20T22:17:42.032834918Z" level=info msg="Initializing buildkit"
2025-08-20T22:17:52.1105279Z Aug 20 22:17:42 pkrvmubgrv54qmi dockerd[19703]: time="2025-08-20T22:17:42.051867448Z" level=info msg="Completed buildkit initialization"
2025-08-20T22:17:52.1105990Z Aug 20 22:17:42 pkrvmubgrv54qmi dockerd[19703]: time="2025-08-20T22:17:42.056740813Z" level=info msg="Daemon has completed initialization"
2025-08-20T22:17:52.1106704Z Aug 20 22:17:42 pkrvmubgrv54qmi dockerd[19703]: time="2025-08-20T22:17:42.056809392Z" level=info msg="API listen on /run/docker.sock"
2025-08-20T22:17:52.1107489Z Aug 20 22:17:42 pkrvmubgrv54qmi systemd[1]: Started docker.service - Docker Application Container Engine.
2025-08-20T22:17:52.1204935Z Docker version 28.3.3, build 980b856
2025-08-20T22:17:52.1384577Z Unable to find image 'hello-world:latest' locally
2025-08-20T22:17:52.3244377Z latest: Pulling from library/hello-world
2025-08-20T22:17:52.3864278Z 17eec7bbc9d7: Pulling fs layer
2025-08-20T22:17:52.5269220Z 17eec7bbc9d7: Verifying Checksum
2025-08-20T22:17:52.5269705Z 17eec7bbc9d7: Download complete
2025-08-20T22:17:52.5323546Z 17eec7bbc9d7: Pull complete
2025-08-20T22:17:52.5367022Z Digest: sha256:a0dfb02aac212703bfcb339d77d47ec32c8706ff250850ecc0e19c8737b18567
2025-08-20T22:17:52.5380374Z Status: Downloaded newer image for hello-world:latest
2025-08-20T22:17:52.7271376Z 
2025-08-20T22:17:52.7272051Z Hello from Docker!
2025-08-20T22:17:52.7272675Z This message shows that your installation appears to be working correctly.
2025-08-20T22:17:52.7273028Z 
2025-08-20T22:17:52.7273283Z To generate this message, Docker took the following steps:
2025-08-20T22:17:52.7273911Z  1. The Docker client contacted the Docker daemon.
2025-08-20T22:17:52.7274586Z  2. The Docker daemon pulled the "hello-world" image from the Docker Hub.
2025-08-20T22:17:52.7275062Z     (amd64)
2025-08-20T22:17:52.7275394Z  3. The Docker daemon created a new container from that image which runs the
2025-08-20T22:17:52.7275927Z     executable that produces the output you are currently reading.
2025-08-20T22:17:52.7276688Z  4. The Docker daemon streamed that output to the Docker client, which sent it
2025-08-20T22:17:52.7277320Z     to your terminal.
2025-08-20T22:17:52.7277547Z 
2025-08-20T22:17:52.7277860Z To try something more ambitious, you can run an Ubuntu container with:
2025-08-20T22:17:52.7278220Z  $ docker run -it ubuntu bash
2025-08-20T22:17:52.7278371Z 
2025-08-20T22:17:52.7278650Z Share images, automate workflows, and more with a free Docker ID:
2025-08-20T22:17:52.7279149Z  https://hub.docker.com/
2025-08-20T22:17:52.7279672Z 
2025-08-20T22:17:52.7279784Z For more examples and ideas, visit:
2025-08-20T22:17:52.7280061Z  https://docs.docker.com/get-started/
2025-08-20T22:17:52.7280345Z 
2025-08-20T22:17:52.8233721Z 680 libs found in cache `/etc/ld.so.cache'
2025-08-20T22:17:52.8234434Z 	libz3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so.4
2025-08-20T22:17:52.8235063Z 	libz3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so
2025-08-20T22:17:52.8235721Z 	libzstd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so.1
2025-08-20T22:17:52.8236400Z 	libzstd.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so
2025-08-20T22:17:52.8237069Z 	libzmq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzmq.so.5
2025-08-20T22:17:52.8237734Z 	libzip.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzip.so.4
2025-08-20T22:17:52.8238389Z 	libzen.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzen.so.0
2025-08-20T22:17:52.8239029Z 	libz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so.1
2025-08-20T22:17:52.8239657Z 	libz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so
2025-08-20T22:17:52.8240308Z 	libyaml-0.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyaml-0.so.2
2025-08-20T22:17:52.8241449Z 	libyajl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyajl.so.2
2025-08-20T22:17:52.8242139Z 	libxxhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxxhash.so.0
2025-08-20T22:17:52.8242866Z 	libxtables.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxtables.so.12
2025-08-20T22:17:52.8243571Z 	libxslt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxslt.so.1
2025-08-20T22:17:52.8244276Z 	libxshmfence.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxshmfence.so.1
2025-08-20T22:17:52.8244793Z 	libxml2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so.2
2025-08-20T22:17:52.8245183Z 	libxml2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so
2025-08-20T22:17:52.8245575Z 	libxmlsec1.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1.so.1
2025-08-20T22:17:52.8246044Z 	libxmlsec1-openssl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T22:17:52.8246728Z 	libxmlb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlb.so.2
2025-08-20T22:17:52.8247153Z 	libxkbfile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbfile.so.1
2025-08-20T22:17:52.8247577Z 	libxkbcommon.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbcommon.so.0
2025-08-20T22:17:52.8247975Z 	libxcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so.1
2025-08-20T22:17:52.8248512Z 	libxcb.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so
2025-08-20T22:17:52.8249219Z 	libxcb-xfixes.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T22:17:52.8249969Z 	libxcb-xfixes.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so
2025-08-20T22:17:52.8250931Z 	libxcb-sync.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-sync.so.1
2025-08-20T22:17:52.8251656Z 	libxcb-shm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shm.so.0
2025-08-20T22:17:52.8252386Z 	libxcb-shape.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so.0
2025-08-20T22:17:52.8253167Z 	libxcb-shape.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so
2025-08-20T22:17:52.8253975Z 	libxcb-render.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so.0
2025-08-20T22:17:52.8254806Z 	libxcb-render.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so
2025-08-20T22:17:52.8255571Z 	libxcb-randr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-randr.so.0
2025-08-20T22:17:52.8256374Z 	libxcb-present.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-present.so.0
2025-08-20T22:17:52.8257145Z 	libxcb-glx.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-glx.so.0
2025-08-20T22:17:52.8257875Z 	libxcb-dri3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-dri3.so.0
2025-08-20T22:17:52.8258579Z 	libwrap.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwrap.so.0
2025-08-20T22:17:52.8259344Z 	libwmflite-0.2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T22:17:52.8260145Z 	libwebpmux.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpmux.so.3
2025-08-20T22:17:52.8261378Z 	libwebpdemux.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpdemux.so.2
2025-08-20T22:17:52.8262114Z 	libwebp.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebp.so.7
2025-08-20T22:17:52.8262809Z 	libwbclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwbclient.so.0
2025-08-20T22:17:52.8263624Z 	libwayland-server.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-server.so.0
2025-08-20T22:17:52.8264471Z 	libwayland-egl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-egl.so.1
2025-08-20T22:17:52.8265321Z 	libwayland-cursor.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-cursor.so.0
2025-08-20T22:17:52.8266207Z 	libwayland-client.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-client.so.0
2025-08-20T22:17:52.8267009Z 	libvulkan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvulkan.so.1
2025-08-20T22:17:52.8267763Z 	libvorbisfile.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbisfile.so.3
2025-08-20T22:17:52.8268536Z 	libvorbis.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbis.so.0
2025-08-20T22:17:52.8269265Z 	libvolume_key.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvolume_key.so.1
2025-08-20T22:17:52.8270013Z 	libvmtools.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvmtools.so.0
2025-08-20T22:17:52.8270904Z 	libvgauth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvgauth.so.0
2025-08-20T22:17:52.8271576Z 	libuv.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuv.so.1
2025-08-20T22:17:52.8272207Z 	libuuid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuuid.so.1
2025-08-20T22:17:52.8272863Z 	libutil.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutil.so.1
2025-08-20T22:17:52.8273435Z 	libutil.so.1 (libc6) => /lib32/libutil.so.1
2025-08-20T22:17:52.8274057Z 	libutempter.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutempter.so.0
2025-08-20T22:17:52.8274794Z 	libusb-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libusb-1.0.so.0
2025-08-20T22:17:52.8275482Z 	liburcu.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu.so.8
2025-08-20T22:17:52.8276410Z 	liburcu-signal.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-signal.so.8
2025-08-20T22:17:52.8277210Z 	liburcu-qsbr.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T22:17:52.8277962Z 	liburcu-memb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-memb.so.8
2025-08-20T22:17:52.8278685Z 	liburcu-mb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-mb.so.8
2025-08-20T22:17:52.8279441Z 	liburcu-common.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-common.so.8
2025-08-20T22:17:52.8280219Z 	liburcu-cds.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-cds.so.8
2025-08-20T22:17:52.8281091Z 	liburcu-bp.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-bp.so.8
2025-08-20T22:17:52.8281799Z 	libunwind.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind.so.8
2025-08-20T22:17:52.8282554Z 	libunwind-x86_64.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-x86_64.so.8
2025-08-20T22:17:52.8283405Z 	libunwind-ptrace.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T22:17:52.8284303Z 	libunwind-coredump.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-coredump.so.0
2025-08-20T22:17:52.8285152Z 	libunistring.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunistring.so.5
2025-08-20T22:17:52.8285898Z 	libudisks2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudisks2.so.0
2025-08-20T22:17:52.8286591Z 	libudev.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudev.so.1
2025-08-20T22:17:52.8287281Z 	libuchardet.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuchardet.so.0
2025-08-20T22:17:52.8288002Z 	libubsan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libubsan.so.1
2025-08-20T22:17:52.8288792Z 	libtss2-tcti-swtpm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T22:17:52.8289686Z 	libtss2-tcti-mssim.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T22:17:52.8290438Z 	libtss2-tcti-device.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T22:17:52.8291587Z 	libtss2-tcti-cmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T22:17:52.8292029Z 	libtss2-sys.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-sys.so.1
2025-08-20T22:17:52.8292423Z 	libtss2-rc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-rc.so.0
2025-08-20T22:17:52.8292803Z 	libtss2-mu.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-mu.so.0
2025-08-20T22:17:52.8293198Z 	libtss2-esys.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-esys.so.0
2025-08-20T22:17:52.8293590Z 	libtsan.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtsan.so.2
2025-08-20T22:17:52.8293975Z 	libtracefs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtracefs.so.1
2025-08-20T22:17:52.8294393Z 	libtraceevent.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtraceevent.so.1
2025-08-20T22:17:52.8294824Z 	libtommath.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtommath.so.1
2025-08-20T22:17:52.8295205Z 	libtk8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtk8.6.so
2025-08-20T22:17:52.8295591Z 	libtirpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtirpc.so.3
2025-08-20T22:17:52.8296019Z 	libtinyxml2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinyxml2.so.10
2025-08-20T22:17:52.8296427Z 	libtinfo.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so.6
2025-08-20T22:17:52.8296799Z 	libtinfo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so
2025-08-20T22:17:52.8297166Z 	libtiff.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtiff.so.6
2025-08-20T22:17:52.8297558Z 	libtidy.so.5deb1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtidy.so.5deb1
2025-08-20T22:17:52.8298171Z 	libtic.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so.6
2025-08-20T22:17:52.8298765Z 	libtic.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so
2025-08-20T22:17:52.8299425Z 	libthread_db.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so.1
2025-08-20T22:17:52.8300103Z 	libthread_db.so.1 (libc6) => /lib32/libthread_db.so.1
2025-08-20T22:17:52.8301145Z 	libthread_db.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so
2025-08-20T22:17:52.8301694Z 	libthai.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthai.so.0
2025-08-20T22:17:52.8302071Z 	libtdb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtdb.so.1
2025-08-20T22:17:52.8302437Z 	libtcl8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtcl8.6.so
2025-08-20T22:17:52.8302810Z 	libtasn1.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtasn1.so.6
2025-08-20T22:17:52.8303199Z 	libtalloc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtalloc.so.2
2025-08-20T22:17:52.8303603Z 	libsystemd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsystemd.so.0
2025-08-20T22:17:52.8303994Z 	libsysfs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsysfs.so.2
2025-08-20T22:17:52.8304450Z 	libsybdb.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsybdb.so.5
2025-08-20T22:17:52.8304854Z 	libsubid.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsubid.so.4
2025-08-20T22:17:52.8305247Z 	libstemmer.so.0d (libc6,x86-64) => /lib/x86_64-linux-gnu/libstemmer.so.0d
2025-08-20T22:17:52.8305659Z 	libstdc++.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libstdc++.so.6
2025-08-20T22:17:52.8306013Z 	libstdc++.so.6 (libc6) => /lib32/libstdc++.so.6
2025-08-20T22:17:52.8306427Z 	libssl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl3.so
2025-08-20T22:17:52.8306788Z 	libssl.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so.3
2025-08-20T22:17:52.8307138Z 	libssl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so
2025-08-20T22:17:52.8307488Z 	libssh2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh2.so.1
2025-08-20T22:17:52.8307844Z 	libssh.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh.so.4
2025-08-20T22:17:52.8308189Z 	libss.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libss.so.2
2025-08-20T22:17:52.8308557Z 	libsqlite3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so.0
2025-08-20T22:17:52.8308951Z 	libsqlite3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so
2025-08-20T22:17:52.8309522Z 	libsourcekitdInProc.so (libc6,x86-64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T22:17:52.8309964Z 	libsoftokn3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsoftokn3.so
2025-08-20T22:17:52.8310447Z 	libsodium.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsodium.so.23
2025-08-20T22:17:52.8311075Z 	libsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnmp.so.40
2025-08-20T22:17:52.8311465Z 	libsnappy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnappy.so.1
2025-08-20T22:17:52.8311853Z 	libsmime3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmime3.so
2025-08-20T22:17:52.8312250Z 	libsmartcols.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmartcols.so.1
2025-08-20T22:17:52.8312658Z 	libslirp.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslirp.so.0
2025-08-20T22:17:52.8313029Z 	libslang.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslang.so.2
2025-08-20T22:17:52.8313411Z 	libsigsegv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsigsegv.so.2
2025-08-20T22:17:52.8313814Z 	libsharpyuv.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsharpyuv.so.0
2025-08-20T22:17:52.8314265Z 	libsgutils2-1.46.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T22:17:52.8314686Z 	libsframe.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsframe.so.1
2025-08-20T22:17:52.8315084Z 	libsepol.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsepol.so.2
2025-08-20T22:17:52.8315476Z 	libsensors.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsensors.so.5
2025-08-20T22:17:52.8315879Z 	libsemanage.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsemanage.so.2
2025-08-20T22:17:52.8316283Z 	libselinux.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libselinux.so.1
2025-08-20T22:17:52.8316675Z 	libseccomp.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libseccomp.so.2
2025-08-20T22:17:52.8317056Z 	libsasl2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsasl2.so.2
2025-08-20T22:17:52.8317447Z 	libruby-3.2.so.3.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T22:17:52.8317844Z 	libruby-3.2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so
2025-08-20T22:17:52.8318735Z 	librtmp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librtmp.so.1
2025-08-20T22:17:52.8319103Z 	librt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librt.so.1
2025-08-20T22:17:52.8319407Z 	librt.so.1 (libc6) => /lib32/librt.so.1
2025-08-20T22:17:52.8319728Z 	librpmsign.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmsign.so.9
2025-08-20T22:17:52.8320112Z 	librpmio.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmio.so.9
2025-08-20T22:17:52.8320505Z 	librpmbuild.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmbuild.so.9
2025-08-20T22:17:52.8321106Z 	librpm.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpm.so.9
2025-08-20T22:17:52.8321475Z 	librhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/librhash.so.0
2025-08-20T22:17:52.8321839Z 	libre2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libre2.so.10
2025-08-20T22:17:52.8322207Z 	libresolv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so.2
2025-08-20T22:17:52.8322560Z 	libresolv.so.2 (libc6) => /lib32/libresolv.so.2
2025-08-20T22:17:52.8322897Z 	libresolv.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so
2025-08-20T22:17:52.8323316Z 	libreiserfscore.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreiserfscore.so.0
2025-08-20T22:17:52.8323765Z 	libreadline.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreadline.so.8
2025-08-20T22:17:52.8324159Z 	libraw_r.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw_r.so.23
2025-08-20T22:17:52.8324525Z 	libraw.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw.so.23
2025-08-20T22:17:52.8324907Z 	librabbitmq.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/librabbitmq.so.4
2025-08-20T22:17:52.8325320Z 	libquadmath.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libquadmath.so.0
2025-08-20T22:17:52.8325736Z 	libqrtr-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqrtr-glib.so.0
2025-08-20T22:17:52.8326141Z 	libqmi-glib.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqmi-glib.so.5
2025-08-20T22:17:52.8326624Z 	libqdbm.so.14 (libc6,x86-64) => /lib/libqdbm.so.14
2025-08-20T22:17:52.8326984Z 	libp11-kit.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libp11-kit.so.0
2025-08-20T22:17:52.8327408Z 	libpython3.12.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so.1.0
2025-08-20T22:17:52.8327825Z 	libpython3.12.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so
2025-08-20T22:17:52.8328226Z 	libpthread.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpthread.so.0
2025-08-20T22:17:52.8328582Z 	libpthread.so.0 (libc6) => /lib32/libpthread.so.0
2025-08-20T22:17:52.8328920Z 	libpsx.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsx.so.2
2025-08-20T22:17:52.8329299Z 	libpspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpspell.so.15
2025-08-20T22:17:52.8329674Z 	libpsl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsl.so.5
2025-08-20T22:17:52.8330095Z 	libprotobuf-lite.so.32 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T22:17:52.8330559Z 	libprotobuf-c.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-c.so.1
2025-08-20T22:17:52.8331183Z 	libproc2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libproc2.so.0
2025-08-20T22:17:52.8331546Z 	libpq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so.5
2025-08-20T22:17:52.8331889Z 	libpq.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so
2025-08-20T22:17:52.8332236Z 	libpopt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpopt.so.0
2025-08-20T22:17:52.8332676Z 	libpolkit-gobject-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T22:17:52.8333174Z 	libpolkit-agent-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T22:17:52.8333606Z 	libpng16.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpng16.so.16
2025-08-20T22:17:52.8333975Z 	libply.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply.so.5
2025-08-20T22:17:52.8334434Z 	libply-splash-graphics.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T22:17:52.8334969Z 	libply-splash-core.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-core.so.5
2025-08-20T22:17:52.8335585Z 	libply-boot-client.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-boot-client.so.5
2025-08-20T22:17:52.8336013Z 	libplds4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplds4.so
2025-08-20T22:17:52.8336369Z 	libplc4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplc4.so
2025-08-20T22:17:52.8336743Z 	libpkgconf.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpkgconf.so.3
2025-08-20T22:17:52.8337147Z 	libpixman-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpixman-1.so.0
2025-08-20T22:17:52.8337556Z 	libpipeline.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpipeline.so.1
2025-08-20T22:17:52.8337951Z 	libpgm-5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpgm-5.3.so.0
2025-08-20T22:17:52.8338318Z 	libpfm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpfm.so.4
2025-08-20T22:17:52.8338685Z 	libperl.so.5.38 (libc6,x86-64) => /lib/x86_64-linux-gnu/libperl.so.5.38
2025-08-20T22:17:52.8339073Z 	libpcre2-32.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so.0
2025-08-20T22:17:52.8339476Z 	libpcre2-32.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so
2025-08-20T22:17:52.8339863Z 	libpcre2-16.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so.0
2025-08-20T22:17:52.8340277Z 	libpcre2-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so
2025-08-20T22:17:52.8340803Z 	libpcre2-8.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so.0
2025-08-20T22:17:52.8341337Z 	libpcre2-8.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so
2025-08-20T22:17:52.8341759Z 	libpcre2-posix.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so.3
2025-08-20T22:17:52.8342207Z 	libpcre2-posix.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so
2025-08-20T22:17:52.8342630Z 	libpcprofile.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcprofile.so
2025-08-20T22:17:52.8342994Z 	libpcprofile.so (libc6) => /lib32/libpcprofile.so
2025-08-20T22:17:52.8343360Z 	libpciaccess.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpciaccess.so.0
2025-08-20T22:17:52.8343885Z 	libpci.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpci.so.3
2025-08-20T22:17:52.8344254Z 	libpcap.so.0.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so.0.8
2025-08-20T22:17:52.8344618Z 	libpcap.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so
2025-08-20T22:17:52.8344990Z 	libparted.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libparted.so.2
2025-08-20T22:17:52.8345371Z 	libpaper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpaper.so.1
2025-08-20T22:17:52.8345780Z 	libpangoft2-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T22:17:52.8346238Z 	libpangocairo-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T22:17:52.8346676Z 	libpango-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpango-1.0.so.0
2025-08-20T22:17:52.8347070Z 	libpanelw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so.6
2025-08-20T22:17:52.8347450Z 	libpanelw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so
2025-08-20T22:17:52.8347850Z 	libpanel.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so.6
2025-08-20T22:17:52.8348357Z 	libpanel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so
2025-08-20T22:17:52.8348727Z 	libpamc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpamc.so.0
2025-08-20T22:17:52.8349105Z 	libpam_misc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam_misc.so.0
2025-08-20T22:17:52.8349481Z 	libpam.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam.so.0
2025-08-20T22:17:52.8349925Z 	libpackagekit-glib2.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T22:17:52.8350395Z 	libopenjp2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopenjp2.so.7
2025-08-20T22:17:52.8351066Z 	libopeniscsiusr.so.0.2.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T22:17:52.8351586Z 	libopcodes-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T22:17:52.8352213Z 	libopcodes-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-arm64.so
2025-08-20T22:17:52.8352709Z 	libopcodes-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T22:17:52.8353210Z 	libopcodes-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T22:17:52.8353637Z 	libonig.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libonig.so.5
2025-08-20T22:17:52.8353993Z 	libogg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libogg.so.0
2025-08-20T22:17:52.8354352Z 	libodbc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libodbc.so.2
2025-08-20T22:17:52.8354742Z 	libobjc_gc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc_gc.so.4
2025-08-20T22:17:52.8355130Z 	libobjc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc.so.4
2025-08-20T22:17:52.8355494Z 	libnvme.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme.so.1
2025-08-20T22:17:52.8355869Z 	libnvme-mi.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme-mi.so.1
2025-08-20T22:17:52.8356254Z 	libnuma.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnuma.so.1
2025-08-20T22:17:52.8356642Z 	libntfs-3g.so.89 (libc6,x86-64) => /lib/x86_64-linux-gnu/libntfs-3g.so.89
2025-08-20T22:17:52.8357022Z 	libnss3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss3.so
2025-08-20T22:17:52.8357399Z 	libnssutil3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssutil3.so
2025-08-20T22:17:52.8357796Z 	libnssdbm3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssdbm3.so
2025-08-20T22:17:52.8358182Z 	libnssckbi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssckbi.so
2025-08-20T22:17:52.8358592Z 	libnss_systemd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_systemd.so.2
2025-08-20T22:17:52.8359027Z 	libnss_hesiod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so.2
2025-08-20T22:17:52.8359412Z 	libnss_hesiod.so.2 (libc6) => /lib32/libnss_hesiod.so.2
2025-08-20T22:17:52.8359782Z 	libnss_hesiod.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so
2025-08-20T22:17:52.8360191Z 	libnss_files.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_files.so.2
2025-08-20T22:17:52.8360788Z 	libnss_files.so.2 (libc6) => /lib32/libnss_files.so.2
2025-08-20T22:17:52.8361144Z 	libnss_dns.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_dns.so.2
2025-08-20T22:17:52.8361481Z 	libnss_dns.so.2 (libc6) => /lib32/libnss_dns.so.2
2025-08-20T22:17:52.8361845Z 	libnss_compat.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so.2
2025-08-20T22:17:52.8362226Z 	libnss_compat.so.2 (libc6) => /lib32/libnss_compat.so.2
2025-08-20T22:17:52.8362596Z 	libnss_compat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so
2025-08-20T22:17:52.8362984Z 	libnspr4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnspr4.so
2025-08-20T22:17:52.8363346Z 	libnsl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnsl.so.1
2025-08-20T22:17:52.8363663Z 	libnsl.so.1 (libc6) => /lib32/libnsl.so.1
2025-08-20T22:17:52.8364125Z 	libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:17:52.8364649Z 	libnpth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnpth.so.0
2025-08-20T22:17:52.8365015Z 	libnorm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnorm.so.1
2025-08-20T22:17:52.8365389Z 	libnl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so.200
2025-08-20T22:17:52.8365756Z 	libnl-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so
2025-08-20T22:17:52.8366155Z 	libnl-route-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so.200
2025-08-20T22:17:52.8366587Z 	libnl-route-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so
2025-08-20T22:17:52.8367007Z 	libnl-genl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-genl-3.so.200
2025-08-20T22:17:52.8367443Z 	libnghttp2.so.14 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnghttp2.so.14
2025-08-20T22:17:52.8367846Z 	libnftnl.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftnl.so.11
2025-08-20T22:17:52.8368244Z 	libnftables.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftables.so.1
2025-08-20T22:17:52.8368786Z 	libnfnetlink.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnfnetlink.so.0
2025-08-20T22:17:52.8369197Z 	libnewt.so.0.52 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnewt.so.0.52
2025-08-20T22:17:52.8369581Z 	libnettle.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnettle.so.8
2025-08-20T22:17:52.8370010Z 	libnetsnmpmibs.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T22:17:52.8370507Z 	libnetsnmphelpers.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T22:17:52.8371237Z 	libnetsnmpagent.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T22:17:52.8390564Z 	libnetsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmp.so.40
2025-08-20T22:17:52.8391345Z 	libnetplan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetplan.so.1
2025-08-20T22:17:52.8391796Z 	libnetpbm.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetpbm.so.11
2025-08-20T22:17:52.8392288Z 	libnetfilter_conntrack.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T22:17:52.8392803Z 	libncursesw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncursesw.so.6
2025-08-20T22:17:52.8393216Z 	libncurses.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncurses.so.6
2025-08-20T22:17:52.8393651Z 	libmysqlclient.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so.21
2025-08-20T22:17:52.8394109Z 	libmysqlclient.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so
2025-08-20T22:17:52.8394517Z 	libmvec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so.1
2025-08-20T22:17:52.8394884Z 	libmvec.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so
2025-08-20T22:17:52.8395249Z 	libmultipath.so.0 (libc6,x86-64) => /lib/libmultipath.so.0
2025-08-20T22:17:52.8395634Z 	libmspack.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmspack.so.0
2025-08-20T22:17:52.8396024Z 	libmpfr.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpfr.so.6
2025-08-20T22:17:52.8396393Z 	libmpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpc.so.3
2025-08-20T22:17:52.8396940Z 	libmpathutil.so.0 (libc6,x86-64) => /lib/libmpathutil.so.0
2025-08-20T22:17:52.8397331Z 	libmpathpersist.so.0 (libc6,x86-64) => /lib/libmpathpersist.so.0
2025-08-20T22:17:52.8397706Z 	libmpathcmd.so.0 (libc6,x86-64) => /lib/libmpathcmd.so.0
2025-08-20T22:17:52.8398076Z 	libmount.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmount.so.1
2025-08-20T22:17:52.8398444Z 	libmnl.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmnl.so.0
2025-08-20T22:17:52.8398792Z 	libmms.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmms.so.0
2025-08-20T22:17:52.8399165Z 	libmm-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmm-glib.so.0
2025-08-20T22:17:52.8399555Z 	libmlx5.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so.1
2025-08-20T22:17:52.8399913Z 	libmlx5.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so
2025-08-20T22:17:52.8400268Z 	libmlx4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so.1
2025-08-20T22:17:52.8400616Z 	libmlx4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so
2025-08-20T22:17:52.8401204Z 	libmenuw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so.6
2025-08-20T22:17:52.8401601Z 	libmenuw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so
2025-08-20T22:17:52.8401962Z 	libmenu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so.6
2025-08-20T22:17:52.8402312Z 	libmenu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so
2025-08-20T22:17:52.8402683Z 	libmemusage.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemusage.so
2025-08-20T22:17:52.8403036Z 	libmemusage.so (libc6) => /lib32/libmemusage.so
2025-08-20T22:17:52.8403408Z 	libmemcached.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemcached.so.11
2025-08-20T22:17:52.8403843Z 	libmediainfo.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmediainfo.so.0
2025-08-20T22:17:52.8404251Z 	libmecab.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmecab.so.2
2025-08-20T22:17:52.8404617Z 	libmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmd.so.0
2025-08-20T22:17:52.8405158Z 	libmbim-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmbim-glib.so.4
2025-08-20T22:17:52.8405580Z 	libmaxminddb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmaxminddb.so.0
2025-08-20T22:17:52.8405976Z 	libmana.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so.1
2025-08-20T22:17:52.8406338Z 	libmana.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so
2025-08-20T22:17:52.8406713Z 	libmagic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmagic.so.1
2025-08-20T22:17:52.8407067Z 	libm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libm.so.6
2025-08-20T22:17:52.8407359Z 	libm.so.6 (libc6) => /lib32/libm.so.6
2025-08-20T22:17:52.8407661Z 	liblz4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so.1
2025-08-20T22:17:52.8408009Z 	liblz4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so
2025-08-20T22:17:52.8408360Z 	liblzo2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzo2.so.2
2025-08-20T22:17:52.8408717Z 	liblzma.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so.5
2025-08-20T22:17:52.8409084Z 	liblzma.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so
2025-08-20T22:17:52.8409427Z 	liblz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so.1
2025-08-20T22:17:52.8409758Z 	liblz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so
2025-08-20T22:17:52.8410133Z 	liblvm2cmd.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T22:17:52.8410548Z 	liblua5.4.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4.so.0
2025-08-20T22:17:52.8411240Z 	liblua5.4-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T22:17:52.8411637Z 	liblua5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3.so.0
2025-08-20T22:17:52.8412028Z 	liblua5.3-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T22:17:52.8412433Z 	liblttng-ust.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust.so.1
2025-08-20T22:17:52.8412955Z 	liblttng-ust-tracepoint.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T22:17:52.8413906Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T22:17:52.8414535Z 	liblttng-ust-libc-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T22:17:52.8415070Z 	liblttng-ust-fork.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T22:17:52.8415543Z 	liblttng-ust-fd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T22:17:52.8415992Z 	liblttng-ust-dl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T22:17:52.8416506Z 	liblttng-ust-cyg-profile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T22:17:52.8417128Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T22:17:52.8417705Z 	liblttng-ust-ctl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T22:17:52.8418195Z 	liblttng-ust-common.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T22:17:52.8418642Z 	libltdl.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libltdl.so.7
2025-08-20T22:17:52.8419011Z 	liblsan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblsan.so.0
2025-08-20T22:17:52.8419382Z 	liblqr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblqr-1.so.0
2025-08-20T22:17:52.8419739Z 	liblmdb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblmdb.so.0
2025-08-20T22:17:52.8420115Z 	liblldb-18.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so.1
2025-08-20T22:17:52.8420502Z 	liblldb-18.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so
2025-08-20T22:17:52.8421123Z 	liblldb-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so.1
2025-08-20T22:17:52.8421515Z 	liblldb-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so
2025-08-20T22:17:52.8421896Z 	liblldb-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so.1
2025-08-20T22:17:52.8422268Z 	liblldb-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so
2025-08-20T22:17:52.8422807Z 	libldap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libldap.so.2
2025-08-20T22:17:52.8423181Z 	liblcms2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblcms2.so.2
2025-08-20T22:17:52.8423542Z 	liblber.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblber.so.2
2025-08-20T22:17:52.8423928Z 	libk5crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libk5crypto.so.3
2025-08-20T22:17:52.8424335Z 	libksba.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libksba.so.8
2025-08-20T22:17:52.8424751Z 	libkrb5support.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5support.so.0
2025-08-20T22:17:52.8425165Z 	libkrb5.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5.so.3
2025-08-20T22:17:52.8425523Z 	libkmod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkmod.so.2
2025-08-20T22:17:52.8425908Z 	libkeyutils.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkeyutils.so.1
2025-08-20T22:17:52.8426312Z 	libjxrglue.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjxrglue.so.0
2025-08-20T22:17:52.8426728Z 	libjsoncpp.so.25 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjsoncpp.so.25
2025-08-20T22:17:52.8427165Z 	libjson-glib-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T22:17:52.8427583Z 	libjson-c.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-c.so.5
2025-08-20T22:17:52.8427951Z 	libjq.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjq.so.1
2025-08-20T22:17:52.8428320Z 	libjpegxr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpegxr.so.0
2025-08-20T22:17:52.8428696Z 	libjpeg.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpeg.so.8
2025-08-20T22:17:52.8429059Z 	libjcat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjcat.so.1
2025-08-20T22:17:52.8429445Z 	libjbig2dec.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig2dec.so.0
2025-08-20T22:17:52.8429828Z 	libjbig.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig.so.0
2025-08-20T22:17:52.8430200Z 	libjansson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjansson.so.4
2025-08-20T22:17:52.8430846Z 	libitm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libitm.so.1
2025-08-20T22:17:52.8431209Z 	libisns.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisns.so.0
2025-08-20T22:17:52.8431565Z 	libisl.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisl.so.23
2025-08-20T22:17:52.8432102Z 	libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:17:52.8432811Z 	libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:17:52.8433480Z 	libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:17:52.8434125Z 	libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:17:52.8434633Z 	libip6tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip6tc.so.2
2025-08-20T22:17:52.8435014Z 	libip4tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip4tc.so.2
2025-08-20T22:17:52.8435372Z 	libinih.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libinih.so.1
2025-08-20T22:17:52.8435734Z 	libijs-0.35.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libijs-0.35.so
2025-08-20T22:17:52.8436099Z 	libidn2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn2.so.0
2025-08-20T22:17:52.8436451Z 	libidn.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn.so.12
2025-08-20T22:17:52.8436817Z 	libicuuc.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.74
2025-08-20T22:17:52.8437195Z 	libicuuc.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.70
2025-08-20T22:17:52.8437566Z 	libicuuc.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so
2025-08-20T22:17:52.8437935Z 	libicutu.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.74
2025-08-20T22:17:52.8438309Z 	libicutu.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.70
2025-08-20T22:17:52.8438675Z 	libicutu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so
2025-08-20T22:17:52.8439179Z 	libicutest.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.74
2025-08-20T22:17:52.8439588Z 	libicutest.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.70
2025-08-20T22:17:52.8439977Z 	libicutest.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so
2025-08-20T22:17:52.8440363Z 	libicui18n.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.74
2025-08-20T22:17:52.8440861Z 	libicui18n.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.70
2025-08-20T22:17:52.8441247Z 	libicui18n.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so
2025-08-20T22:17:52.8441625Z 	libicuio.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.74
2025-08-20T22:17:52.8442002Z 	libicuio.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.70
2025-08-20T22:17:52.8442367Z 	libicuio.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so
2025-08-20T22:17:52.8442745Z 	libicudata.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.74
2025-08-20T22:17:52.8443156Z 	libicudata.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.70
2025-08-20T22:17:52.8443542Z 	libicudata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so
2025-08-20T22:17:52.8443931Z 	libibverbs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so.1
2025-08-20T22:17:52.8444319Z 	libibverbs.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so
2025-08-20T22:17:52.8444696Z 	libhwasan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhwasan.so.0
2025-08-20T22:17:52.8445114Z 	libhunspell-1.7.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T22:17:52.8445540Z 	libhogweed.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhogweed.so.6
2025-08-20T22:17:52.8445933Z 	libhistory.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhistory.so.8
2025-08-20T22:17:52.8446367Z 	libhiredis_ssl.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T22:17:52.8446820Z 	libhiredis.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T22:17:52.8447349Z 	libhgfs.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhgfs.so.0
2025-08-20T22:17:52.8447711Z 	libheif.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libheif.so.1
2025-08-20T22:17:52.8448077Z 	libhavege.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhavege.so.2
2025-08-20T22:17:52.8448466Z 	libhashkit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhashkit.so.2
2025-08-20T22:17:52.8448868Z 	libharfbuzz.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libharfbuzz.so.0
2025-08-20T22:17:52.8449263Z 	libhandle.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhandle.so.1
2025-08-20T22:17:52.8449632Z 	libgusb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgusb.so.2
2025-08-20T22:17:52.8450010Z 	libguestlib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestlib.so.0
2025-08-20T22:17:52.8450473Z 	libguestStoreClient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestStoreClient.so.0
2025-08-20T22:17:52.8451177Z 	libgudev-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgudev-1.0.so.0
2025-08-20T22:17:52.8451585Z 	libgtk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgtk-3.so.0
2025-08-20T22:17:52.8451986Z 	libgthread-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgthread-2.0.so.0
2025-08-20T22:17:52.8452431Z 	libgstreamer-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T22:17:52.8452867Z 	libgstnet-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T22:17:52.8453338Z 	libgstcontroller-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T22:17:52.8453815Z 	libgstcheck-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T22:17:52.8454248Z 	libgstbase-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T22:17:52.8454677Z 	libgssapi_krb5.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T22:17:52.8455072Z 	libgs.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgs.so.10
2025-08-20T22:17:52.8455591Z 	libgraphite2.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgraphite2.so.3
2025-08-20T22:17:52.8456008Z 	libgprofng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgprofng.so.0
2025-08-20T22:17:52.8456392Z 	libgpm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpm.so.2
2025-08-20T22:17:52.8456763Z 	libgpgme.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpgme.so.11
2025-08-20T22:17:52.8457156Z 	libgpg-error.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpg-error.so.0
2025-08-20T22:17:52.8457554Z 	libgomp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgomp.so.1
2025-08-20T22:17:52.8457954Z 	libgobject-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgobject-2.0.so.0
2025-08-20T22:17:52.8458369Z 	libgnutls.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgnutls.so.30
2025-08-20T22:17:52.8458754Z 	libgmpxx.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so.4
2025-08-20T22:17:52.8459124Z 	libgmpxx.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so
2025-08-20T22:17:52.8459498Z 	libgmp.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so.10
2025-08-20T22:17:52.8459874Z 	libgmp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so
2025-08-20T22:17:52.8460269Z 	libgmodule-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T22:17:52.8460850Z 	libglib-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libglib-2.0.so.0
2025-08-20T22:17:52.8461375Z 	libgirepository-1.0.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T22:17:52.8461828Z 	libgio-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgio-2.0.so.0
2025-08-20T22:17:52.8462228Z 	libgfortran.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgfortran.so.5
2025-08-20T22:17:52.8462662Z 	libgdk_pixbuf-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T22:17:52.8463084Z 	libgdk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk-3.so.0
2025-08-20T22:17:52.8463493Z 	libgdbm_compat.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm_compat.so.4
2025-08-20T22:17:52.8464032Z 	libgdbm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm.so.6
2025-08-20T22:17:52.8464391Z 	libgd.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgd.so.3
2025-08-20T22:17:52.8464751Z 	libgctba.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgctba.so.1
2025-08-20T22:17:52.8465139Z 	libgcrypt.so.20 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcrypt.so.20
2025-08-20T22:17:52.8465524Z 	libgccpp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgccpp.so.1
2025-08-20T22:17:52.8465891Z 	libgcc_s.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcc_s.so.1
2025-08-20T22:17:52.8466220Z 	libgcc_s.so.1 (libc6) => /lib32/libgcc_s.so.1
2025-08-20T22:17:52.8466530Z 	libgc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgc.so.1
2025-08-20T22:17:52.8466878Z 	libgbm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgbm.so.1
2025-08-20T22:17:52.8467378Z 	libgallium-25.0.7-0ubuntu0.24.04.1.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgallium-25.0.7-0ubuntu0.24.04.1.so
2025-08-20T22:17:52.8467894Z 	libfwupd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfwupd.so.2
2025-08-20T22:17:52.8468273Z 	libfuse3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfuse3.so.3
2025-08-20T22:17:52.8468643Z 	libftdi1.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libftdi1.so.2
2025-08-20T22:17:52.8469028Z 	libfsverity.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfsverity.so.0
2025-08-20T22:17:52.8469433Z 	libfribidi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfribidi.so.0
2025-08-20T22:17:52.8469833Z 	libfreetype.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreetype.so.6
2025-08-20T22:17:52.8470228Z 	libfreebl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreebl3.so
2025-08-20T22:17:52.8470637Z 	libfreeblpriv3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreeblpriv3.so
2025-08-20T22:17:52.8471148Z 	libformw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so.6
2025-08-20T22:17:52.8471511Z 	libformw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so
2025-08-20T22:17:52.8471875Z 	libform.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so.6
2025-08-20T22:17:52.8472353Z 	libform.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so
2025-08-20T22:17:52.8472733Z 	libfontenc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontenc.so.1
2025-08-20T22:17:52.8473150Z 	libfontconfig.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontconfig.so.1
2025-08-20T22:17:52.8473565Z 	libflashrom.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libflashrom.so.1
2025-08-20T22:17:52.8473954Z 	libfido2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfido2.so.1
2025-08-20T22:17:52.8474365Z 	libfftw3_threads.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_threads.so.3
2025-08-20T22:17:52.8474795Z 	libfftw3_omp.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_omp.so.3
2025-08-20T22:17:52.8475183Z 	libfftw3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3.so.3
2025-08-20T22:17:52.8475540Z 	libffi.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so.8
2025-08-20T22:17:52.8475892Z 	libffi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so
2025-08-20T22:17:52.8476261Z 	libfdisk.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfdisk.so.1
2025-08-20T22:17:52.8476625Z 	libfcgi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi.so.0
2025-08-20T22:17:52.8476997Z 	libfcgi++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi++.so.0
2025-08-20T22:17:52.8477390Z 	libfbclient.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfbclient.so.2
2025-08-20T22:17:52.8477795Z 	libfastjson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfastjson.so.4
2025-08-20T22:17:52.8478249Z 	libfakeroot-0.so (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T22:17:52.8478682Z 	libe2p.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libe2p.so.2
2025-08-20T22:17:52.8479053Z 	libext2fs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libext2fs.so.2
2025-08-20T22:17:52.8479430Z 	libexslt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexslt.so.0
2025-08-20T22:17:52.8479807Z 	libexpatw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so.1
2025-08-20T22:17:52.8480309Z 	libexpatw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so
2025-08-20T22:17:52.8480891Z 	libexpat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so.1
2025-08-20T22:17:52.8481262Z 	libexpat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so
2025-08-20T22:17:52.8481699Z 	libevent_pthreads-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T22:17:52.8482183Z 	libevent_core-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T22:17:52.8482595Z 	libevdev.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevdev.so.2
2025-08-20T22:17:52.8482962Z 	libestr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libestr.so.0
2025-08-20T22:17:52.8483324Z 	libepoxy.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libepoxy.so.0
2025-08-20T22:17:52.8483719Z 	libenchant-2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libenchant-2.so.2
2025-08-20T22:17:52.8484107Z 	libelf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libelf.so.1
2025-08-20T22:17:52.8484486Z 	libefivar.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefivar.so.1
2025-08-20T22:17:52.8484877Z 	libefiboot.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefiboot.so.1
2025-08-20T22:17:52.8485250Z 	libefa.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so.1
2025-08-20T22:17:52.8485597Z 	libefa.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so
2025-08-20T22:17:52.8485947Z 	libedit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libedit.so.2
2025-08-20T22:17:52.8486340Z 	libeatmydata.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so.1
2025-08-20T22:17:52.8486756Z 	libeatmydata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so
2025-08-20T22:17:52.8487132Z 	libdw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdw.so.1
2025-08-20T22:17:52.8487514Z 	libduktape.so.207 (libc6,x86-64) => /lib/x86_64-linux-gnu/libduktape.so.207
2025-08-20T22:17:52.8487952Z 	libdrop_ambient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrop_ambient.so.0
2025-08-20T22:17:52.8488502Z 	libdrm_intel.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_intel.so.1
2025-08-20T22:17:52.8488917Z 	libdrm_amdgpu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T22:17:52.8489302Z 	libdrm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm.so.2
2025-08-20T22:17:52.8489812Z 	libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:17:52.8490316Z 	libdl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdl.so.2
2025-08-20T22:17:52.8490620Z 	libdl.so.2 (libc6) => /lib32/libdl.so.2
2025-08-20T22:17:52.8491195Z 	libdjvulibre.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdjvulibre.so.21
2025-08-20T22:17:52.8491603Z 	libde265.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libde265.so.0
2025-08-20T22:17:52.8492028Z 	libdevmapper.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T22:17:52.8492544Z 	libdevmapper-event.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T22:17:52.8493137Z 	libdevmapper-event-lvm2vdo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T22:17:52.8493738Z 	libdevmapper-event-lvm2thin.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T22:17:52.8494376Z 	libdevmapper-event-lvm2snapshot.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T22:17:52.8495008Z 	libdevmapper-event-lvm2raid.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T22:17:52.8495625Z 	libdevmapper-event-lvm2mirror.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T22:17:52.8496243Z 	libdevmapper-event-lvm2.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T22:17:52.8496823Z 	libdevmapper-event-lvm2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T22:17:52.8497299Z 	libdeflate.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdeflate.so.0
2025-08-20T22:17:52.8497869Z 	libdebconfclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdebconfclient.so.0
2025-08-20T22:17:52.8498302Z 	libdconf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdconf.so.1
2025-08-20T22:17:52.8498723Z 	libdbusmenu-gtk3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T22:17:52.8499184Z 	libdbusmenu-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T22:17:52.8499609Z 	libdbus-1.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so.3
2025-08-20T22:17:52.8499983Z 	libdbus-1.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so
2025-08-20T22:17:52.8500344Z 	libdb-5.3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdb-5.3.so
2025-08-20T22:17:52.8500904Z 	libdatrie.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdatrie.so.1
2025-08-20T22:17:52.8501311Z 	libcurl.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl.so.4
2025-08-20T22:17:52.8501745Z 	libcurl-gnutls.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T22:17:52.8502168Z 	libcups.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcups.so.2
2025-08-20T22:17:52.8502529Z 	libctf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf.so.0
2025-08-20T22:17:52.8502917Z 	libctf-nobfd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd.so.0
2025-08-20T22:17:52.8503373Z 	libctf-nobfd-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so.0
2025-08-20T22:17:52.8503853Z 	libctf-nobfd-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so
2025-08-20T22:17:52.8504329Z 	libctf-nobfd-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T22:17:52.8504804Z 	libctf-nobfd-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T22:17:52.8505278Z 	libctf-nobfd-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T22:17:52.8505748Z 	libctf-nobfd-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T22:17:52.8506310Z 	libctf-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so.0
2025-08-20T22:17:52.8506725Z 	libctf-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so
2025-08-20T22:17:52.8507130Z 	libctf-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so.0
2025-08-20T22:17:52.8507537Z 	libctf-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so
2025-08-20T22:17:52.8507940Z 	libctf-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so.0
2025-08-20T22:17:52.8508340Z 	libctf-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so
2025-08-20T22:17:52.8508766Z 	libcryptsetup.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcryptsetup.so.12
2025-08-20T22:17:52.8509188Z 	libcrypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so.3
2025-08-20T22:17:52.8509574Z 	libcrypto.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so
2025-08-20T22:17:52.8509948Z 	libcrypt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so.1
2025-08-20T22:17:52.8510330Z 	libcrypt.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so
2025-08-20T22:17:52.8510804Z 	libcom_err.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcom_err.so.2
2025-08-20T22:17:52.8511237Z 	libcolordprivate.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolordprivate.so.2
2025-08-20T22:17:52.8511666Z 	libcolord.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolord.so.2
2025-08-20T22:17:52.8512062Z 	libclang-18.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-18.so.18
2025-08-20T22:17:52.8512464Z 	libclang-17.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-17.so.17
2025-08-20T22:17:52.8512878Z 	libclang-16.so.16.0.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T22:17:52.8513323Z 	libclang-cpp.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T22:17:52.8513762Z 	libclang-cpp.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.17
2025-08-20T22:17:52.8514185Z 	libclang-cpp.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.16
2025-08-20T22:17:52.8514699Z 	libcc1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcc1.so.0
2025-08-20T22:17:52.8515072Z 	libcbor.so.0.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcbor.so.0.10
2025-08-20T22:17:52.8515452Z 	libcares.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcares.so.2
2025-08-20T22:17:52.8515821Z 	libcap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap.so.2
2025-08-20T22:17:52.8516189Z 	libcap-ng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap-ng.so.0
2025-08-20T22:17:52.8516586Z 	libcanberra.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcanberra.so.0
2025-08-20T22:17:52.8516980Z 	libcairo.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo.so.2
2025-08-20T22:17:52.8517399Z 	libcairo-gobject.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo-gobject.so.2
2025-08-20T22:17:52.8517859Z 	libc_malloc_debug.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T22:17:52.8518275Z 	libc_malloc_debug.so.0 (libc6) => /lib32/libc_malloc_debug.so.0
2025-08-20T22:17:52.8518675Z 	libc_malloc_debug.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so
2025-08-20T22:17:52.8519066Z 	libc.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc.so.6
2025-08-20T22:17:52.8519359Z 	libc.so.6 (libc6) => /lib32/libc.so.6
2025-08-20T22:17:52.8519675Z 	libc-client.so.2007e (libc6,x86-64) => /lib/libc-client.so.2007e
2025-08-20T22:17:52.8520054Z 	libbz2.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbz2.so.1.0
2025-08-20T22:17:52.8520442Z 	libbytesize.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbytesize.so.1
2025-08-20T22:17:52.8520991Z 	libbsd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbsd.so.0
2025-08-20T22:17:52.8521380Z 	libbrotlienc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlienc.so.1
2025-08-20T22:17:52.8521801Z 	libbrotlidec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlidec.so.1
2025-08-20T22:17:52.8522237Z 	libbrotlicommon.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlicommon.so.1
2025-08-20T22:17:52.8522764Z 	libbpf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbpf.so.1
2025-08-20T22:17:52.8523148Z 	libblockdev.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblockdev.so.3
2025-08-20T22:17:52.8523535Z 	libblkid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblkid.so.1
2025-08-20T22:17:52.8524075Z 	libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:17:52.8524642Z 	libbfd-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-system.so
2025-08-20T22:17:52.8525087Z 	libbfd-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-arm64.so
2025-08-20T22:17:52.8525519Z 	libbfd-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T22:17:52.8525943Z 	libbfd-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T22:17:52.8526357Z 	libbd_utils.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_utils.so.3
2025-08-20T22:17:52.8526761Z 	libbd_swap.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_swap.so.3
2025-08-20T22:17:52.8527145Z 	libbd_part.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_part.so.3
2025-08-20T22:17:52.8527521Z 	libbd_nvme.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_nvme.so.3
2025-08-20T22:17:52.8527913Z 	libbd_mdraid.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_mdraid.so.3
2025-08-20T22:17:52.8528301Z 	libbd_loop.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_loop.so.3
2025-08-20T22:17:52.8528665Z 	libbd_fs.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_fs.so.3
2025-08-20T22:17:52.8529045Z 	libbd_crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_crypto.so.3
2025-08-20T22:17:52.8529441Z 	libbcc_bpf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc_bpf.so.0
2025-08-20T22:17:52.8529808Z 	libbcc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc.so.0
2025-08-20T22:17:52.8530211Z 	libavahi-common.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-common.so.3
2025-08-20T22:17:52.8531006Z 	libavahi-client.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-client.so.3
2025-08-20T22:17:52.8531429Z 	libaudit.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaudit.so.1
2025-08-20T22:17:52.8531797Z 	libattr.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libattr.so.1
2025-08-20T22:17:52.8532164Z 	libatspi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatspi.so.0
2025-08-20T22:17:52.8532543Z 	libatomic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatomic.so.1
2025-08-20T22:17:52.8532914Z 	libatm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatm.so.1
2025-08-20T22:17:52.8533280Z 	libatk-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-1.0.so.0
2025-08-20T22:17:52.8533704Z 	libatk-bridge-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T22:17:52.8534145Z 	libatasmart.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatasmart.so.4
2025-08-20T22:17:52.8534543Z 	libassuan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libassuan.so.0
2025-08-20T22:17:52.8534943Z 	libaspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaspell.so.15
2025-08-20T22:17:52.8535330Z 	libasound.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasound.so.2
2025-08-20T22:17:52.8535702Z 	libasan.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasan.so.8
2025-08-20T22:17:52.8536070Z 	libaria2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaria2.so.0
2025-08-20T22:17:52.8536448Z 	libargon2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libargon2.so.1
2025-08-20T22:17:52.8536842Z 	libarchive.so.13 (libc6,x86-64) => /lib/x86_64-linux-gnu/libarchive.so.13
2025-08-20T22:17:52.8537283Z 	libapt-private.so.0.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-private.so.0.0
2025-08-20T22:17:52.8537751Z 	libapt-pkg.so.6.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T22:17:52.8538176Z 	libaprutil-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaprutil-1.so.0
2025-08-20T22:17:52.8538575Z 	libapr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapr-1.so.0
2025-08-20T22:17:52.8539100Z 	libappstream.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libappstream.so.5
2025-08-20T22:17:52.8539520Z 	libapparmor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapparmor.so.1
2025-08-20T22:17:52.8539905Z 	libaom.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaom.so.3
2025-08-20T22:17:52.8540260Z 	libanl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so.1
2025-08-20T22:17:52.8540572Z 	libanl.so.1 (libc6) => /lib32/libanl.so.1
2025-08-20T22:17:52.8541092Z 	libanl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so
2025-08-20T22:17:52.8541458Z 	libaio.so.1t64 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaio.so.1t64
2025-08-20T22:17:52.8541819Z 	libacl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libacl.so.1
2025-08-20T22:17:52.8542165Z 	libX11.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11.so.6
2025-08-20T22:17:52.8542531Z 	libX11-xcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11-xcb.so.1
2025-08-20T22:17:52.8542924Z 	libXxf86vm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXxf86vm.so.1
2025-08-20T22:17:52.8543313Z 	libXtst.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXtst.so.6
2025-08-20T22:17:52.8543668Z 	libXt.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXt.so.6
2025-08-20T22:17:52.8544011Z 	libXss.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXss.so.1
2025-08-20T22:17:52.8544381Z 	libXrender.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrender.so.1
2025-08-20T22:17:52.8544772Z 	libXrandr.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrandr.so.2
2025-08-20T22:17:52.8545141Z 	libXpm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXpm.so.4
2025-08-20T22:17:52.8545500Z 	libXmuu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmuu.so.1
2025-08-20T22:17:52.8545854Z 	libXmu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmu.so.6
2025-08-20T22:17:52.8546231Z 	libXinerama.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXinerama.so.1
2025-08-20T22:17:52.8546609Z 	libXi.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXi.so.6
2025-08-20T22:17:52.8547082Z 	libXft.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXft.so.2
2025-08-20T22:17:52.8547457Z 	libXfont2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfont2.so.2
2025-08-20T22:17:52.8547841Z 	libXfixes.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfixes.so.3
2025-08-20T22:17:52.8548210Z 	libXext.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXext.so.6
2025-08-20T22:17:52.8548578Z 	libXdmcp.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so.6
2025-08-20T22:17:52.8548940Z 	libXdmcp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so
2025-08-20T22:17:52.8549316Z 	libXdamage.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdamage.so.1
2025-08-20T22:17:52.8549708Z 	libXcursor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcursor.so.1
2025-08-20T22:17:52.8550130Z 	libXcomposite.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcomposite.so.1
2025-08-20T22:17:52.8550527Z 	libXaw.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXaw.so.7
2025-08-20T22:17:52.8550978Z 	libXau.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so.6
2025-08-20T22:17:52.8551333Z 	libXau.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so
2025-08-20T22:17:52.8551669Z 	libSM.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libSM.so.6
2025-08-20T22:17:52.8552084Z 	libOpenEXRUtil-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T22:17:52.8552578Z 	libOpenEXRCore-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T22:17:52.8553066Z 	libOpenEXR-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T22:17:52.8553533Z 	libMagickWand-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T22:17:52.8554020Z 	libMagickCore-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T22:17:52.8554449Z 	libLerc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLerc.so.4
2025-08-20T22:17:52.8554825Z 	libLLVM.so.19.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.19.1
2025-08-20T22:17:52.8555361Z 	libLLVM.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.18.1
2025-08-20T22:17:52.8555748Z 	libLLVM-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so.1
2025-08-20T22:17:52.8556132Z 	libLLVM-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so
2025-08-20T22:17:52.8556506Z 	libLLVM-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so.1
2025-08-20T22:17:52.8556881Z 	libLLVM-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so
2025-08-20T22:17:52.8557239Z 	libJudy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libJudy.so.1
2025-08-20T22:17:52.8557624Z 	libImath-3_1.so.29 (libc6,x86-64) => /lib/x86_64-linux-gnu/libImath-3_1.so.29
2025-08-20T22:17:52.8558058Z 	libIlmThread-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T22:17:52.8558481Z 	libIex-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIex-3_1.so.30
2025-08-20T22:17:52.8558852Z 	libICE.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libICE.so.6
2025-08-20T22:17:52.8559257Z 	libGLdispatch.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLdispatch.so.0
2025-08-20T22:17:52.8559674Z 	libGLX_mesa.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX_mesa.so.0
2025-08-20T22:17:52.8560050Z 	libGLX.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX.so.0
2025-08-20T22:17:52.8560395Z 	libGL.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGL.so.1
2025-08-20T22:17:52.8560871Z 	libDeployPkg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libDeployPkg.so.0
2025-08-20T22:17:52.8561317Z 	libBrokenLocale.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so.1
2025-08-20T22:17:52.8561736Z 	libBrokenLocale.so.1 (libc6) => /lib32/libBrokenLocale.so.1
2025-08-20T22:17:52.8562134Z 	libBrokenLocale.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so
2025-08-20T22:17:52.8562532Z 	ld-musl-x86_64.so.1 (libc6,x86-64) => /lib/ld-musl-x86_64.so.1
2025-08-20T22:17:52.8562852Z 	ld-linux.so.2 (libc6) => /lib32/ld-linux.so.2
2025-08-20T22:17:52.8563127Z 	ld-linux.so.2 (libc6) => /lib/ld-linux.so.2
2025-08-20T22:17:52.8563600Z 	ld-linux-x86-64.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
2025-08-20T22:17:52.8564076Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.5) stable release version 2.39
2025-08-20T22:17:52.8644282Z [+] Installing Go for linux-amd64...
2025-08-20T22:17:53.3953563Z [!] Found existing Go installation at: /usr/bin/go
2025-08-20T22:17:53.3954136Z [!] GOROOT: /opt/hostedtoolcache/go/1.24.6/x64
2025-08-20T22:17:53.3955116Z [!] Removing existing GOROOT: /opt/hostedtoolcache/go/1.24.6/x64
2025-08-20T22:17:54.8326095Z [+] Downloading Go go1.25.0...
2025-08-20T22:17:54.8376575Z   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2025-08-20T22:17:54.8377260Z                                  Dload  Upload   Total   Spent    Left  Speed
2025-08-20T22:17:54.8377622Z 
2025-08-20T22:17:54.8990155Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2025-08-20T22:17:54.8991232Z 100    80  100    80    0     0   1301      0 --:--:-- --:--:-- --:--:--  1311
2025-08-20T22:17:54.9597979Z 
2025-08-20T22:17:54.9598568Z 100    75  100    75    0     0    613      0 --:--:-- --:--:-- --:--:--   613
2025-08-20T22:17:55.1928831Z 
2025-08-20T22:17:55.1929471Z 100 56.8M  100 56.8M    0     0   160M      0 --:--:-- --:--:-- --:--:--  160M
2025-08-20T22:17:55.1964228Z (DL) <== https://golang.org/dl/go1.25.0.linux-amd64.tar.gz
2025-08-20T22:17:56.5839782Z [+] Success! Go version: go version go1.25.0 linux/amd64
2025-08-20T22:17:56.5840261Z [+] GOROOT: /home/runner/.go
2025-08-20T22:17:56.5840502Z [+] GOPATH: /home/runner/go
2025-08-20T22:17:56.5841133Z [|] PATH: export PATH="/home/runner/.go/bin:/home/runner/go/bin:${PATH}"
2025-08-20T22:17:56.5997551Z go version go1.25.0 linux/amd64
2025-08-20T22:17:56.6375705Z 680 libs found in cache `/etc/ld.so.cache'
2025-08-20T22:17:56.6376336Z 	libz3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so.4
2025-08-20T22:17:56.6376953Z 	libz3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so
2025-08-20T22:17:56.6377871Z 	libzstd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so.1
2025-08-20T22:17:56.6378509Z 	libzstd.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so
2025-08-20T22:17:56.6379114Z 	libzmq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzmq.so.5
2025-08-20T22:17:56.6379509Z 	libzip.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzip.so.4
2025-08-20T22:17:56.6379901Z 	libzen.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzen.so.0
2025-08-20T22:17:56.6380558Z 	libz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so.1
2025-08-20T22:17:56.6381211Z 	libz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so
2025-08-20T22:17:56.6381742Z 	libyaml-0.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyaml-0.so.2
2025-08-20T22:17:56.6382296Z 	libyajl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyajl.so.2
2025-08-20T22:17:56.6382925Z 	libxxhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxxhash.so.0
2025-08-20T22:17:56.6383419Z 	libxtables.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxtables.so.12
2025-08-20T22:17:56.6383826Z 	libxslt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxslt.so.1
2025-08-20T22:17:56.6384222Z 	libxshmfence.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxshmfence.so.1
2025-08-20T22:17:56.6384880Z 	libxml2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so.2
2025-08-20T22:17:56.6385243Z 	libxml2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so
2025-08-20T22:17:56.6385620Z 	libxmlsec1.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1.so.1
2025-08-20T22:17:56.6386312Z 	libxmlsec1-openssl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T22:17:56.6386753Z 	libxmlb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlb.so.2
2025-08-20T22:17:56.6387134Z 	libxkbfile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbfile.so.1
2025-08-20T22:17:56.6387546Z 	libxkbcommon.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbcommon.so.0
2025-08-20T22:17:56.6388172Z 	libxcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so.1
2025-08-20T22:17:56.6388750Z 	libxcb.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so
2025-08-20T22:17:56.6389400Z 	libxcb-xfixes.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T22:17:56.6389835Z 	libxcb-xfixes.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so
2025-08-20T22:17:56.6390240Z 	libxcb-sync.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-sync.so.1
2025-08-20T22:17:56.6391373Z 	libxcb-shm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shm.so.0
2025-08-20T22:17:56.6391912Z 	libxcb-shape.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so.0
2025-08-20T22:17:56.6392337Z 	libxcb-shape.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so
2025-08-20T22:17:56.6392755Z 	libxcb-render.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so.0
2025-08-20T22:17:56.6393179Z 	libxcb-render.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so
2025-08-20T22:17:56.6393600Z 	libxcb-randr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-randr.so.0
2025-08-20T22:17:56.6394065Z 	libxcb-present.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-present.so.0
2025-08-20T22:17:56.6394496Z 	libxcb-glx.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-glx.so.0
2025-08-20T22:17:56.6394901Z 	libxcb-dri3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-dri3.so.0
2025-08-20T22:17:56.6395735Z 	libwrap.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwrap.so.0
2025-08-20T22:17:56.6396309Z 	libwmflite-0.2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T22:17:56.6396866Z 	libwebpmux.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpmux.so.3
2025-08-20T22:17:56.6397291Z 	libwebpdemux.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpdemux.so.2
2025-08-20T22:17:56.6397965Z 	libwebp.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebp.so.7
2025-08-20T22:17:56.6398365Z 	libwbclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwbclient.so.0
2025-08-20T22:17:56.6398820Z 	libwayland-server.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-server.so.0
2025-08-20T22:17:56.6399741Z 	libwayland-egl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-egl.so.1
2025-08-20T22:17:56.6400239Z 	libwayland-cursor.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-cursor.so.0
2025-08-20T22:17:56.6400989Z 	libwayland-client.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-client.so.0
2025-08-20T22:17:56.6401446Z 	libvulkan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvulkan.so.1
2025-08-20T22:17:56.6401861Z 	libvorbisfile.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbisfile.so.3
2025-08-20T22:17:56.6402273Z 	libvorbis.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbis.so.0
2025-08-20T22:17:56.6402667Z 	libvolume_key.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvolume_key.so.1
2025-08-20T22:17:56.6403355Z 	libvmtools.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvmtools.so.0
2025-08-20T22:17:56.6403760Z 	libvgauth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvgauth.so.0
2025-08-20T22:17:56.6404131Z 	libuv.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuv.so.1
2025-08-20T22:17:56.6404489Z 	libuuid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuuid.so.1
2025-08-20T22:17:56.6405108Z 	libutil.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutil.so.1
2025-08-20T22:17:56.6405484Z 	libutil.so.1 (libc6) => /lib32/libutil.so.1
2025-08-20T22:17:56.6405826Z 	libutempter.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutempter.so.0
2025-08-20T22:17:56.6406228Z 	libusb-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libusb-1.0.so.0
2025-08-20T22:17:56.6406599Z 	liburcu.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu.so.8
2025-08-20T22:17:56.6406998Z 	liburcu-signal.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-signal.so.8
2025-08-20T22:17:56.6407433Z 	liburcu-qsbr.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T22:17:56.6407848Z 	liburcu-memb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-memb.so.8
2025-08-20T22:17:56.6408254Z 	liburcu-mb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-mb.so.8
2025-08-20T22:17:56.6408844Z 	liburcu-common.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-common.so.8
2025-08-20T22:17:56.6409269Z 	liburcu-cds.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-cds.so.8
2025-08-20T22:17:56.6409665Z 	liburcu-bp.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-bp.so.8
2025-08-20T22:17:56.6410061Z 	libunwind.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind.so.8
2025-08-20T22:17:56.6410875Z 	libunwind-x86_64.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-x86_64.so.8
2025-08-20T22:17:56.6411425Z 	libunwind-ptrace.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T22:17:56.6411924Z 	libunwind-coredump.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-coredump.so.0
2025-08-20T22:17:56.6412390Z 	libunistring.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunistring.so.5
2025-08-20T22:17:56.6412804Z 	libudisks2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudisks2.so.0
2025-08-20T22:17:56.6413197Z 	libudev.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudev.so.1
2025-08-20T22:17:56.6413582Z 	libuchardet.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuchardet.so.0
2025-08-20T22:17:56.6413976Z 	libubsan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libubsan.so.1
2025-08-20T22:17:56.6414407Z 	libtss2-tcti-swtpm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T22:17:56.6414893Z 	libtss2-tcti-mssim.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T22:17:56.6415392Z 	libtss2-tcti-device.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T22:17:56.6415883Z 	libtss2-tcti-cmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T22:17:56.6416319Z 	libtss2-sys.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-sys.so.1
2025-08-20T22:17:56.6416713Z 	libtss2-rc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-rc.so.0
2025-08-20T22:17:56.6417098Z 	libtss2-mu.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-mu.so.0
2025-08-20T22:17:56.6417950Z 	libtss2-esys.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-esys.so.0
2025-08-20T22:17:56.6418368Z 	libtsan.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtsan.so.2
2025-08-20T22:17:56.6418750Z 	libtracefs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtracefs.so.1
2025-08-20T22:17:56.6419167Z 	libtraceevent.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtraceevent.so.1
2025-08-20T22:17:56.6419576Z 	libtommath.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtommath.so.1
2025-08-20T22:17:56.6420249Z 	libtk8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtk8.6.so
2025-08-20T22:17:56.6420625Z 	libtirpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtirpc.so.3
2025-08-20T22:17:56.6422448Z 	libtinyxml2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinyxml2.so.10
2025-08-20T22:17:56.6422875Z 	libtinfo.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so.6
2025-08-20T22:17:56.6423271Z 	libtinfo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so
2025-08-20T22:17:56.6423665Z 	libtiff.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtiff.so.6
2025-08-20T22:17:56.6424056Z 	libtidy.so.5deb1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtidy.so.5deb1
2025-08-20T22:17:56.6424440Z 	libtic.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so.6
2025-08-20T22:17:56.6424789Z 	libtic.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so
2025-08-20T22:17:56.6425165Z 	libthread_db.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so.1
2025-08-20T22:17:56.6425538Z 	libthread_db.so.1 (libc6) => /lib32/libthread_db.so.1
2025-08-20T22:17:56.6425900Z 	libthread_db.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so
2025-08-20T22:17:56.6426286Z 	libthai.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthai.so.0
2025-08-20T22:17:56.6426649Z 	libtdb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtdb.so.1
2025-08-20T22:17:56.6427016Z 	libtcl8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtcl8.6.so
2025-08-20T22:17:56.6427388Z 	libtasn1.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtasn1.so.6
2025-08-20T22:17:56.6427989Z 	libtalloc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtalloc.so.2
2025-08-20T22:17:56.6428387Z 	libsystemd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsystemd.so.0
2025-08-20T22:17:56.6428776Z 	libsysfs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsysfs.so.2
2025-08-20T22:17:56.6429144Z 	libsybdb.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsybdb.so.5
2025-08-20T22:17:56.6429511Z 	libsubid.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsubid.so.4
2025-08-20T22:17:56.6429900Z 	libstemmer.so.0d (libc6,x86-64) => /lib/x86_64-linux-gnu/libstemmer.so.0d
2025-08-20T22:17:56.6430296Z 	libstdc++.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libstdc++.so.6
2025-08-20T22:17:56.6430635Z 	libstdc++.so.6 (libc6) => /lib32/libstdc++.so.6
2025-08-20T22:17:56.6431169Z 	libssl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl3.so
2025-08-20T22:17:56.6431522Z 	libssl.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so.3
2025-08-20T22:17:56.6431881Z 	libssl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so
2025-08-20T22:17:56.6432229Z 	libssh2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh2.so.1
2025-08-20T22:17:56.6432579Z 	libssh.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh.so.4
2025-08-20T22:17:56.6433008Z 	libss.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libss.so.2
2025-08-20T22:17:56.6433492Z 	libsqlite3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so.0
2025-08-20T22:17:56.6433883Z 	libsqlite3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so
2025-08-20T22:17:56.6434310Z 	libsourcekitdInProc.so (libc6,x86-64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T22:17:56.6434747Z 	libsoftokn3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsoftokn3.so
2025-08-20T22:17:56.6435140Z 	libsodium.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsodium.so.23
2025-08-20T22:17:56.6435517Z 	libsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnmp.so.40
2025-08-20T22:17:56.6435895Z 	libsnappy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnappy.so.1
2025-08-20T22:17:56.6436425Z 	libsmime3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmime3.so
2025-08-20T22:17:56.6436843Z 	libsmartcols.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmartcols.so.1
2025-08-20T22:17:56.6437252Z 	libslirp.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslirp.so.0
2025-08-20T22:17:56.6437628Z 	libslang.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslang.so.2
2025-08-20T22:17:56.6438188Z 	libsigsegv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsigsegv.so.2
2025-08-20T22:17:56.6438607Z 	libsharpyuv.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsharpyuv.so.0
2025-08-20T22:17:56.6439045Z 	libsgutils2-1.46.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T22:17:56.6439475Z 	libsframe.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsframe.so.1
2025-08-20T22:17:56.6439860Z 	libsepol.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsepol.so.2
2025-08-20T22:17:56.6440249Z 	libsensors.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsensors.so.5
2025-08-20T22:17:56.6440836Z 	libsemanage.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsemanage.so.2
2025-08-20T22:17:56.6441280Z 	libselinux.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libselinux.so.1
2025-08-20T22:17:56.6441679Z 	libseccomp.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libseccomp.so.2
2025-08-20T22:17:56.6442065Z 	libsasl2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsasl2.so.2
2025-08-20T22:17:56.6442457Z 	libruby-3.2.so.3.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T22:17:56.6442851Z 	libruby-3.2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so
2025-08-20T22:17:56.6443224Z 	librtmp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librtmp.so.1
2025-08-20T22:17:56.6443578Z 	librt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librt.so.1
2025-08-20T22:17:56.6443875Z 	librt.so.1 (libc6) => /lib32/librt.so.1
2025-08-20T22:17:56.6444193Z 	librpmsign.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmsign.so.9
2025-08-20T22:17:56.6444825Z 	librpmio.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmio.so.9
2025-08-20T22:17:56.6445368Z 	librpmbuild.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmbuild.so.9
2025-08-20T22:17:56.6446054Z 	librpm.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpm.so.9
2025-08-20T22:17:56.6446580Z 	librhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/librhash.so.0
2025-08-20T22:17:56.6446954Z 	libre2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libre2.so.10
2025-08-20T22:17:56.6447334Z 	libresolv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so.2
2025-08-20T22:17:56.6447689Z 	libresolv.so.2 (libc6) => /lib32/libresolv.so.2
2025-08-20T22:17:56.6448025Z 	libresolv.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so
2025-08-20T22:17:56.6448441Z 	libreiserfscore.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreiserfscore.so.0
2025-08-20T22:17:56.6448882Z 	libreadline.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreadline.so.8
2025-08-20T22:17:56.6449277Z 	libraw_r.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw_r.so.23
2025-08-20T22:17:56.6449650Z 	libraw.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw.so.23
2025-08-20T22:17:56.6450032Z 	librabbitmq.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/librabbitmq.so.4
2025-08-20T22:17:56.6450435Z 	libquadmath.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libquadmath.so.0
2025-08-20T22:17:56.6451107Z 	libqrtr-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqrtr-glib.so.0
2025-08-20T22:17:56.6451520Z 	libqmi-glib.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqmi-glib.so.5
2025-08-20T22:17:56.6451871Z 	libqdbm.so.14 (libc6,x86-64) => /lib/libqdbm.so.14
2025-08-20T22:17:56.6452215Z 	libp11-kit.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libp11-kit.so.0
2025-08-20T22:17:56.6452625Z 	libpython3.12.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so.1.0
2025-08-20T22:17:56.6453050Z 	libpython3.12.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so
2025-08-20T22:17:56.6453669Z 	libpthread.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpthread.so.0
2025-08-20T22:17:56.6454175Z 	libpthread.so.0 (libc6) => /lib32/libpthread.so.0
2025-08-20T22:17:56.6454517Z 	libpsx.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsx.so.2
2025-08-20T22:17:56.6454899Z 	libpspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpspell.so.15
2025-08-20T22:17:56.6455275Z 	libpsl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsl.so.5
2025-08-20T22:17:56.6455694Z 	libprotobuf-lite.so.32 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T22:17:56.6456160Z 	libprotobuf-c.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-c.so.1
2025-08-20T22:17:56.6456568Z 	libproc2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libproc2.so.0
2025-08-20T22:17:56.6456946Z 	libpq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so.5
2025-08-20T22:17:56.6457294Z 	libpq.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so
2025-08-20T22:17:56.6457644Z 	libpopt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpopt.so.0
2025-08-20T22:17:56.6458098Z 	libpolkit-gobject-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T22:17:56.6458634Z 	libpolkit-agent-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T22:17:56.6459070Z 	libpng16.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpng16.so.16
2025-08-20T22:17:56.6459440Z 	libply.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply.so.5
2025-08-20T22:17:56.6459899Z 	libply-splash-graphics.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T22:17:56.6460433Z 	libply-splash-core.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-core.so.5
2025-08-20T22:17:56.6461152Z 	libply-boot-client.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-boot-client.so.5
2025-08-20T22:17:56.6461580Z 	libplds4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplds4.so
2025-08-20T22:17:56.6461940Z 	libplc4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplc4.so
2025-08-20T22:17:56.6462321Z 	libpkgconf.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpkgconf.so.3
2025-08-20T22:17:56.6462866Z 	libpixman-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpixman-1.so.0
2025-08-20T22:17:56.6463281Z 	libpipeline.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpipeline.so.1
2025-08-20T22:17:56.6463676Z 	libpgm-5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpgm-5.3.so.0
2025-08-20T22:17:56.6464042Z 	libpfm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpfm.so.4
2025-08-20T22:17:56.6464408Z 	libperl.so.5.38 (libc6,x86-64) => /lib/x86_64-linux-gnu/libperl.so.5.38
2025-08-20T22:17:56.6464799Z 	libpcre2-32.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so.0
2025-08-20T22:17:56.6465191Z 	libpcre2-32.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so
2025-08-20T22:17:56.6465579Z 	libpcre2-16.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so.0
2025-08-20T22:17:56.6465965Z 	libpcre2-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so
2025-08-20T22:17:56.6466349Z 	libpcre2-8.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so.0
2025-08-20T22:17:56.6466741Z 	libpcre2-8.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so
2025-08-20T22:17:56.6467163Z 	libpcre2-posix.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so.3
2025-08-20T22:17:56.6467613Z 	libpcre2-posix.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so
2025-08-20T22:17:56.6468060Z 	libpcprofile.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcprofile.so
2025-08-20T22:17:56.6468425Z 	libpcprofile.so (libc6) => /lib32/libpcprofile.so
2025-08-20T22:17:56.6468796Z 	libpciaccess.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpciaccess.so.0
2025-08-20T22:17:56.6469182Z 	libpci.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpci.so.3
2025-08-20T22:17:56.6469553Z 	libpcap.so.0.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so.0.8
2025-08-20T22:17:56.6469922Z 	libpcap.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so
2025-08-20T22:17:56.6470293Z 	libparted.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libparted.so.2
2025-08-20T22:17:56.6470983Z 	libpaper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpaper.so.1
2025-08-20T22:17:56.6471440Z 	libpangoft2-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T22:17:56.6471908Z 	libpangocairo-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T22:17:56.6472349Z 	libpango-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpango-1.0.so.0
2025-08-20T22:17:56.6472743Z 	libpanelw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so.6
2025-08-20T22:17:56.6473132Z 	libpanelw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so
2025-08-20T22:17:56.6473510Z 	libpanel.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so.6
2025-08-20T22:17:56.6473877Z 	libpanel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so
2025-08-20T22:17:56.6474240Z 	libpamc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpamc.so.0
2025-08-20T22:17:56.6474617Z 	libpam_misc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam_misc.so.0
2025-08-20T22:17:56.6474998Z 	libpam.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam.so.0
2025-08-20T22:17:56.6475441Z 	libpackagekit-glib2.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T22:17:56.6475914Z 	libopenjp2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopenjp2.so.7
2025-08-20T22:17:56.6476367Z 	libopeniscsiusr.so.0.2.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T22:17:56.6476877Z 	libopcodes-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T22:17:56.6477379Z 	libopcodes-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-arm64.so
2025-08-20T22:17:56.6477872Z 	libopcodes-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T22:17:56.6478356Z 	libopcodes-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T22:17:56.6478781Z 	libonig.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libonig.so.5
2025-08-20T22:17:56.6479298Z 	libogg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libogg.so.0
2025-08-20T22:17:56.6479660Z 	libodbc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libodbc.so.2
2025-08-20T22:17:56.6480036Z 	libobjc_gc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc_gc.so.4
2025-08-20T22:17:56.6488567Z 	libobjc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc.so.4
2025-08-20T22:17:56.6489007Z 	libnvme.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme.so.1
2025-08-20T22:17:56.6489408Z 	libnvme-mi.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme-mi.so.1
2025-08-20T22:17:56.6489815Z 	libnuma.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnuma.so.1
2025-08-20T22:17:56.6490209Z 	libntfs-3g.so.89 (libc6,x86-64) => /lib/x86_64-linux-gnu/libntfs-3g.so.89
2025-08-20T22:17:56.6490593Z 	libnss3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss3.so
2025-08-20T22:17:56.6491111Z 	libnssutil3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssutil3.so
2025-08-20T22:17:56.6491521Z 	libnssdbm3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssdbm3.so
2025-08-20T22:17:56.6491928Z 	libnssckbi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssckbi.so
2025-08-20T22:17:56.6492345Z 	libnss_systemd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_systemd.so.2
2025-08-20T22:17:56.6492784Z 	libnss_hesiod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so.2
2025-08-20T22:17:56.6493173Z 	libnss_hesiod.so.2 (libc6) => /lib32/libnss_hesiod.so.2
2025-08-20T22:17:56.6493540Z 	libnss_hesiod.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so
2025-08-20T22:17:56.6493954Z 	libnss_files.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_files.so.2
2025-08-20T22:17:56.6494325Z 	libnss_files.so.2 (libc6) => /lib32/libnss_files.so.2
2025-08-20T22:17:56.6494682Z 	libnss_dns.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_dns.so.2
2025-08-20T22:17:56.6495030Z 	libnss_dns.so.2 (libc6) => /lib32/libnss_dns.so.2
2025-08-20T22:17:56.6495391Z 	libnss_compat.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so.2
2025-08-20T22:17:56.6495945Z 	libnss_compat.so.2 (libc6) => /lib32/libnss_compat.so.2
2025-08-20T22:17:56.6496326Z 	libnss_compat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so
2025-08-20T22:17:56.6496718Z 	libnspr4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnspr4.so
2025-08-20T22:17:56.6497089Z 	libnsl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnsl.so.1
2025-08-20T22:17:56.6497407Z 	libnsl.so.1 (libc6) => /lib32/libnsl.so.1
2025-08-20T22:17:56.6497874Z 	libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:17:56.6498393Z 	libnpth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnpth.so.0
2025-08-20T22:17:56.6498762Z 	libnorm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnorm.so.1
2025-08-20T22:17:56.6499136Z 	libnl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so.200
2025-08-20T22:17:56.6499512Z 	libnl-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so
2025-08-20T22:17:56.6499919Z 	libnl-route-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so.200
2025-08-20T22:17:56.6500386Z 	libnl-route-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so
2025-08-20T22:17:56.6500927Z 	libnl-genl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-genl-3.so.200
2025-08-20T22:17:56.6501366Z 	libnghttp2.so.14 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnghttp2.so.14
2025-08-20T22:17:56.6501766Z 	libnftnl.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftnl.so.11
2025-08-20T22:17:56.6502164Z 	libnftables.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftables.so.1
2025-08-20T22:17:56.6502588Z 	libnfnetlink.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnfnetlink.so.0
2025-08-20T22:17:56.6503002Z 	libnewt.so.0.52 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnewt.so.0.52
2025-08-20T22:17:56.6503396Z 	libnettle.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnettle.so.8
2025-08-20T22:17:56.6503822Z 	libnetsnmpmibs.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T22:17:56.6504439Z 	libnetsnmphelpers.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T22:17:56.6504934Z 	libnetsnmpagent.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T22:17:56.6505376Z 	libnetsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmp.so.40
2025-08-20T22:17:56.6505779Z 	libnetplan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetplan.so.1
2025-08-20T22:17:56.6506173Z 	libnetpbm.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetpbm.so.11
2025-08-20T22:17:56.6506647Z 	libnetfilter_conntrack.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T22:17:56.6507124Z 	libncursesw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncursesw.so.6
2025-08-20T22:17:56.6507526Z 	libncurses.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncurses.so.6
2025-08-20T22:17:56.6507954Z 	libmysqlclient.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so.21
2025-08-20T22:17:56.6508400Z 	libmysqlclient.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so
2025-08-20T22:17:56.6508813Z 	libmvec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so.1
2025-08-20T22:17:56.6509178Z 	libmvec.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so
2025-08-20T22:17:56.6509539Z 	libmultipath.so.0 (libc6,x86-64) => /lib/libmultipath.so.0
2025-08-20T22:17:56.6509916Z 	libmspack.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmspack.so.0
2025-08-20T22:17:56.6510300Z 	libmpfr.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpfr.so.6
2025-08-20T22:17:56.6510824Z 	libmpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpc.so.3
2025-08-20T22:17:56.6511245Z 	libmpathutil.so.0 (libc6,x86-64) => /lib/libmpathutil.so.0
2025-08-20T22:17:56.6511631Z 	libmpathpersist.so.0 (libc6,x86-64) => /lib/libmpathpersist.so.0
2025-08-20T22:17:56.6512008Z 	libmpathcmd.so.0 (libc6,x86-64) => /lib/libmpathcmd.so.0
2025-08-20T22:17:56.6512373Z 	libmount.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmount.so.1
2025-08-20T22:17:56.6512750Z 	libmnl.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmnl.so.0
2025-08-20T22:17:56.6513220Z 	libmms.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmms.so.0
2025-08-20T22:17:56.6513600Z 	libmm-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmm-glib.so.0
2025-08-20T22:17:56.6513982Z 	libmlx5.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so.1
2025-08-20T22:17:56.6514341Z 	libmlx5.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so
2025-08-20T22:17:56.6514697Z 	libmlx4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so.1
2025-08-20T22:17:56.6515047Z 	libmlx4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so
2025-08-20T22:17:56.6515408Z 	libmenuw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so.6
2025-08-20T22:17:56.6515775Z 	libmenuw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so
2025-08-20T22:17:56.6516134Z 	libmenu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so.6
2025-08-20T22:17:56.6516483Z 	libmenu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so
2025-08-20T22:17:56.6516859Z 	libmemusage.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemusage.so
2025-08-20T22:17:56.6517204Z 	libmemusage.so (libc6) => /lib32/libmemusage.so
2025-08-20T22:17:56.6517571Z 	libmemcached.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemcached.so.11
2025-08-20T22:17:56.6517999Z 	libmediainfo.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmediainfo.so.0
2025-08-20T22:17:56.6518412Z 	libmecab.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmecab.so.2
2025-08-20T22:17:56.6518772Z 	libmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmd.so.0
2025-08-20T22:17:56.6519150Z 	libmbim-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmbim-glib.so.4
2025-08-20T22:17:56.6519568Z 	libmaxminddb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmaxminddb.so.0
2025-08-20T22:17:56.6519962Z 	libmana.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so.1
2025-08-20T22:17:56.6520317Z 	libmana.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so
2025-08-20T22:17:56.6520785Z 	libmagic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmagic.so.1
2025-08-20T22:17:56.6521287Z 	libm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libm.so.6
2025-08-20T22:17:56.6521586Z 	libm.so.6 (libc6) => /lib32/libm.so.6
2025-08-20T22:17:56.6521884Z 	liblz4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so.1
2025-08-20T22:17:56.6522235Z 	liblz4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so
2025-08-20T22:17:56.6522585Z 	liblzo2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzo2.so.2
2025-08-20T22:17:56.6522951Z 	liblzma.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so.5
2025-08-20T22:17:56.6523310Z 	liblzma.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so
2025-08-20T22:17:56.6523651Z 	liblz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so.1
2025-08-20T22:17:56.6523981Z 	liblz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so
2025-08-20T22:17:56.6524370Z 	liblvm2cmd.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T22:17:56.6524777Z 	liblua5.4.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4.so.0
2025-08-20T22:17:56.6525182Z 	liblua5.4-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T22:17:56.6525572Z 	liblua5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3.so.0
2025-08-20T22:17:56.6525953Z 	liblua5.3-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T22:17:56.6526359Z 	liblttng-ust.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust.so.1
2025-08-20T22:17:56.6526857Z 	liblttng-ust-tracepoint.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T22:17:56.6527472Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T22:17:56.6528091Z 	liblttng-ust-libc-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T22:17:56.6528626Z 	liblttng-ust-fork.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T22:17:56.6529094Z 	liblttng-ust-fd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T22:17:56.6529661Z 	liblttng-ust-dl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T22:17:56.6530178Z 	liblttng-ust-cyg-profile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T22:17:56.6531004Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T22:17:56.6531578Z 	liblttng-ust-ctl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T22:17:56.6532066Z 	liblttng-ust-common.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T22:17:56.6532511Z 	libltdl.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libltdl.so.7
2025-08-20T22:17:56.6532875Z 	liblsan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblsan.so.0
2025-08-20T22:17:56.6533243Z 	liblqr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblqr-1.so.0
2025-08-20T22:17:56.6533612Z 	liblmdb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblmdb.so.0
2025-08-20T22:17:56.6533998Z 	liblldb-18.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so.1
2025-08-20T22:17:56.6534385Z 	liblldb-18.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so
2025-08-20T22:17:56.6534766Z 	liblldb-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so.1
2025-08-20T22:17:56.6535147Z 	liblldb-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so
2025-08-20T22:17:56.6535522Z 	liblldb-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so.1
2025-08-20T22:17:56.6535899Z 	liblldb-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so
2025-08-20T22:17:56.6536265Z 	libldap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libldap.so.2
2025-08-20T22:17:56.6536634Z 	liblcms2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblcms2.so.2
2025-08-20T22:17:56.6536999Z 	liblber.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblber.so.2
2025-08-20T22:17:56.6537381Z 	libk5crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libk5crypto.so.3
2025-08-20T22:17:56.6537897Z 	libksba.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libksba.so.8
2025-08-20T22:17:56.6538312Z 	libkrb5support.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5support.so.0
2025-08-20T22:17:56.6538738Z 	libkrb5.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5.so.3
2025-08-20T22:17:56.6539093Z 	libkmod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkmod.so.2
2025-08-20T22:17:56.6539486Z 	libkeyutils.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkeyutils.so.1
2025-08-20T22:17:56.6539894Z 	libjxrglue.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjxrglue.so.0
2025-08-20T22:17:56.6540299Z 	libjsoncpp.so.25 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjsoncpp.so.25
2025-08-20T22:17:56.6540850Z 	libjson-glib-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T22:17:56.6541278Z 	libjson-c.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-c.so.5
2025-08-20T22:17:56.6541646Z 	libjq.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjq.so.1
2025-08-20T22:17:56.6542029Z 	libjpegxr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpegxr.so.0
2025-08-20T22:17:56.6542407Z 	libjpeg.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpeg.so.8
2025-08-20T22:17:56.6542765Z 	libjcat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjcat.so.1
2025-08-20T22:17:56.6543144Z 	libjbig2dec.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig2dec.so.0
2025-08-20T22:17:56.6543530Z 	libjbig.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig.so.0
2025-08-20T22:17:56.6543903Z 	libjansson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjansson.so.4
2025-08-20T22:17:56.6544281Z 	libitm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libitm.so.1
2025-08-20T22:17:56.6544644Z 	libisns.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisns.so.0
2025-08-20T22:17:56.6544995Z 	libisl.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisl.so.23
2025-08-20T22:17:56.6545539Z 	libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:17:56.6546358Z 	libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:17:56.6547037Z 	libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:17:56.6547686Z 	libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:17:56.6548199Z 	libip6tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip6tc.so.2
2025-08-20T22:17:56.6548576Z 	libip4tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip4tc.so.2
2025-08-20T22:17:56.6548941Z 	libinih.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libinih.so.1
2025-08-20T22:17:56.6549309Z 	libijs-0.35.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libijs-0.35.so
2025-08-20T22:17:56.6549677Z 	libidn2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn2.so.0
2025-08-20T22:17:56.6550034Z 	libidn.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn.so.12
2025-08-20T22:17:56.6550405Z 	libicuuc.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.74
2025-08-20T22:17:56.6550983Z 	libicuuc.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.70
2025-08-20T22:17:56.6551360Z 	libicuuc.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so
2025-08-20T22:17:56.6551736Z 	libicutu.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.74
2025-08-20T22:17:56.6552109Z 	libicutu.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.70
2025-08-20T22:17:56.6552476Z 	libicutu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so
2025-08-20T22:17:56.6552859Z 	libicutest.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.74
2025-08-20T22:17:56.6553266Z 	libicutest.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.70
2025-08-20T22:17:56.6553659Z 	libicutest.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so
2025-08-20T22:17:56.6554047Z 	libicui18n.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.74
2025-08-20T22:17:56.6554571Z 	libicui18n.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.70
2025-08-20T22:17:56.6554958Z 	libicui18n.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so
2025-08-20T22:17:56.6555330Z 	libicuio.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.74
2025-08-20T22:17:56.6555704Z 	libicuio.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.70
2025-08-20T22:17:56.6556070Z 	libicuio.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so
2025-08-20T22:17:56.6556450Z 	libicudata.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.74
2025-08-20T22:17:56.6556846Z 	libicudata.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.70
2025-08-20T22:17:56.6557235Z 	libicudata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so
2025-08-20T22:17:56.6557621Z 	libibverbs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so.1
2025-08-20T22:17:56.6558006Z 	libibverbs.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so
2025-08-20T22:17:56.6558426Z 	libhwasan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhwasan.so.0
2025-08-20T22:17:56.6558846Z 	libhunspell-1.7.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T22:17:56.6559277Z 	libhogweed.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhogweed.so.6
2025-08-20T22:17:56.6559671Z 	libhistory.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhistory.so.8
2025-08-20T22:17:56.6560102Z 	libhiredis_ssl.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T22:17:56.6560559Z 	libhiredis.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T22:17:56.6561061Z 	libhgfs.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhgfs.so.0
2025-08-20T22:17:56.6561426Z 	libheif.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libheif.so.1
2025-08-20T22:17:56.6561798Z 	libhavege.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhavege.so.2
2025-08-20T22:17:56.6562187Z 	libhashkit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhashkit.so.2
2025-08-20T22:17:56.6562710Z 	libharfbuzz.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libharfbuzz.so.0
2025-08-20T22:17:56.6563109Z 	libhandle.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhandle.so.1
2025-08-20T22:17:56.6563475Z 	libgusb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgusb.so.2
2025-08-20T22:17:56.6563855Z 	libguestlib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestlib.so.0
2025-08-20T22:17:56.6564319Z 	libguestStoreClient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestStoreClient.so.0
2025-08-20T22:17:56.6564786Z 	libgudev-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgudev-1.0.so.0
2025-08-20T22:17:56.6565179Z 	libgtk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgtk-3.so.0
2025-08-20T22:17:56.6565583Z 	libgthread-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgthread-2.0.so.0
2025-08-20T22:17:56.6566035Z 	libgstreamer-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T22:17:56.6566474Z 	libgstnet-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T22:17:56.6566955Z 	libgstcontroller-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T22:17:56.6567437Z 	libgstcheck-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T22:17:56.6567872Z 	libgstbase-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T22:17:56.6568303Z 	libgssapi_krb5.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T22:17:56.6568694Z 	libgs.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgs.so.10
2025-08-20T22:17:56.6569083Z 	libgraphite2.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgraphite2.so.3
2025-08-20T22:17:56.6569496Z 	libgprofng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgprofng.so.0
2025-08-20T22:17:56.6569876Z 	libgpm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpm.so.2
2025-08-20T22:17:56.6570250Z 	libgpgme.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpgme.so.11
2025-08-20T22:17:56.6570879Z 	libgpg-error.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpg-error.so.0
2025-08-20T22:17:56.6571276Z 	libgomp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgomp.so.1
2025-08-20T22:17:56.6571676Z 	libgobject-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgobject-2.0.so.0
2025-08-20T22:17:56.6572089Z 	libgnutls.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgnutls.so.30
2025-08-20T22:17:56.6572467Z 	libgmpxx.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so.4
2025-08-20T22:17:56.6572836Z 	libgmpxx.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so
2025-08-20T22:17:56.6573198Z 	libgmp.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so.10
2025-08-20T22:17:56.6573550Z 	libgmp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so
2025-08-20T22:17:56.6573936Z 	libgmodule-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T22:17:56.6574351Z 	libglib-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libglib-2.0.so.0
2025-08-20T22:17:56.6574803Z 	libgirepository-1.0.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T22:17:56.6575257Z 	libgio-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgio-2.0.so.0
2025-08-20T22:17:56.6575653Z 	libgfortran.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgfortran.so.5
2025-08-20T22:17:56.6576088Z 	libgdk_pixbuf-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T22:17:56.6576503Z 	libgdk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk-3.so.0
2025-08-20T22:17:56.6576912Z 	libgdbm_compat.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm_compat.so.4
2025-08-20T22:17:56.6577316Z 	libgdbm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm.so.6
2025-08-20T22:17:56.6577669Z 	libgd.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgd.so.3
2025-08-20T22:17:56.6578050Z 	libgctba.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgctba.so.1
2025-08-20T22:17:56.6578454Z 	libgcrypt.so.20 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcrypt.so.20
2025-08-20T22:17:56.6578844Z 	libgccpp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgccpp.so.1
2025-08-20T22:17:56.6579323Z 	libgcc_s.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcc_s.so.1
2025-08-20T22:17:56.6579655Z 	libgcc_s.so.1 (libc6) => /lib32/libgcc_s.so.1
2025-08-20T22:17:56.6579958Z 	libgc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgc.so.1
2025-08-20T22:17:56.6580309Z 	libgbm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgbm.so.1
2025-08-20T22:17:56.6580920Z 	libgallium-25.0.7-0ubuntu0.24.04.1.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgallium-25.0.7-0ubuntu0.24.04.1.so
2025-08-20T22:17:56.6581431Z 	libfwupd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfwupd.so.2
2025-08-20T22:17:56.6581801Z 	libfuse3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfuse3.so.3
2025-08-20T22:17:56.6582166Z 	libftdi1.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libftdi1.so.2
2025-08-20T22:17:56.6582554Z 	libfsverity.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfsverity.so.0
2025-08-20T22:17:56.6582960Z 	libfribidi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfribidi.so.0
2025-08-20T22:17:56.6583371Z 	libfreetype.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreetype.so.6
2025-08-20T22:17:56.6583767Z 	libfreebl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreebl3.so
2025-08-20T22:17:56.6584170Z 	libfreeblpriv3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreeblpriv3.so
2025-08-20T22:17:56.6584572Z 	libformw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so.6
2025-08-20T22:17:56.6584940Z 	libformw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so
2025-08-20T22:17:56.6585306Z 	libform.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so.6
2025-08-20T22:17:56.6585664Z 	libform.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so
2025-08-20T22:17:56.6586037Z 	libfontenc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontenc.so.1
2025-08-20T22:17:56.6586453Z 	libfontconfig.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontconfig.so.1
2025-08-20T22:17:56.6586876Z 	libflashrom.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libflashrom.so.1
2025-08-20T22:17:56.6587391Z 	libfido2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfido2.so.1
2025-08-20T22:17:56.6587805Z 	libfftw3_threads.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_threads.so.3
2025-08-20T22:17:56.6588231Z 	libfftw3_omp.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_omp.so.3
2025-08-20T22:17:56.6588619Z 	libfftw3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3.so.3
2025-08-20T22:17:56.6588977Z 	libffi.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so.8
2025-08-20T22:17:56.6589327Z 	libffi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so
2025-08-20T22:17:56.6589678Z 	libfdisk.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfdisk.so.1
2025-08-20T22:17:56.6590044Z 	libfcgi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi.so.0
2025-08-20T22:17:56.6590414Z 	libfcgi++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi++.so.0
2025-08-20T22:17:56.6591006Z 	libfbclient.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfbclient.so.2
2025-08-20T22:17:56.6591428Z 	libfastjson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfastjson.so.4
2025-08-20T22:17:56.6591879Z 	libfakeroot-0.so (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T22:17:56.6592307Z 	libe2p.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libe2p.so.2
2025-08-20T22:17:56.6592677Z 	libext2fs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libext2fs.so.2
2025-08-20T22:17:56.6593055Z 	libexslt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexslt.so.0
2025-08-20T22:17:56.6593432Z 	libexpatw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so.1
2025-08-20T22:17:56.6593810Z 	libexpatw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so
2025-08-20T22:17:56.6594179Z 	libexpat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so.1
2025-08-20T22:17:56.6594546Z 	libexpat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so
2025-08-20T22:17:56.6594983Z 	libevent_pthreads-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T22:17:56.6595595Z 	libevent_core-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T22:17:56.6596017Z 	libevdev.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevdev.so.2
2025-08-20T22:17:56.6596379Z 	libestr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libestr.so.0
2025-08-20T22:17:56.6596744Z 	libepoxy.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libepoxy.so.0
2025-08-20T22:17:56.6597140Z 	libenchant-2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libenchant-2.so.2
2025-08-20T22:17:56.6597525Z 	libelf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libelf.so.1
2025-08-20T22:17:56.6597889Z 	libefivar.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefivar.so.1
2025-08-20T22:17:56.6598280Z 	libefiboot.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefiboot.so.1
2025-08-20T22:17:56.6598656Z 	libefa.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so.1
2025-08-20T22:17:56.6599003Z 	libefa.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so
2025-08-20T22:17:56.6599356Z 	libedit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libedit.so.2
2025-08-20T22:17:56.6599750Z 	libeatmydata.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so.1
2025-08-20T22:17:56.6600163Z 	libeatmydata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so
2025-08-20T22:17:56.6600541Z 	libdw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdw.so.1
2025-08-20T22:17:56.6601033Z 	libduktape.so.207 (libc6,x86-64) => /lib/x86_64-linux-gnu/libduktape.so.207
2025-08-20T22:17:56.6601469Z 	libdrop_ambient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrop_ambient.so.0
2025-08-20T22:17:56.6601898Z 	libdrm_intel.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_intel.so.1
2025-08-20T22:17:56.6602308Z 	libdrm_amdgpu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T22:17:56.6602693Z 	libdrm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm.so.2
2025-08-20T22:17:56.6603205Z 	libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:17:56.6603883Z 	libdl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdl.so.2
2025-08-20T22:17:56.6604190Z 	libdl.so.2 (libc6) => /lib32/libdl.so.2
2025-08-20T22:17:56.6604575Z 	libdjvulibre.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdjvulibre.so.21
2025-08-20T22:17:56.6604982Z 	libde265.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libde265.so.0
2025-08-20T22:17:56.6605396Z 	libdevmapper.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T22:17:56.6605910Z 	libdevmapper-event.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T22:17:56.6606703Z 	libdevmapper-event-lvm2vdo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T22:17:56.6607320Z 	libdevmapper-event-lvm2thin.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T22:17:56.6607962Z 	libdevmapper-event-lvm2snapshot.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T22:17:56.6608615Z 	libdevmapper-event-lvm2raid.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T22:17:56.6609236Z 	libdevmapper-event-lvm2mirror.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T22:17:56.6609855Z 	libdevmapper-event-lvm2.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T22:17:56.6610432Z 	libdevmapper-event-lvm2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T22:17:56.6611138Z 	libdeflate.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdeflate.so.0
2025-08-20T22:17:56.6611589Z 	libdebconfclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdebconfclient.so.0
2025-08-20T22:17:56.6612024Z 	libdconf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdconf.so.1
2025-08-20T22:17:56.6612446Z 	libdbusmenu-gtk3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T22:17:56.6612909Z 	libdbusmenu-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T22:17:56.6613478Z 	libdbus-1.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so.3
2025-08-20T22:17:56.6613865Z 	libdbus-1.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so
2025-08-20T22:17:56.6614346Z 	libdb-5.3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdb-5.3.so
2025-08-20T22:17:56.6614761Z 	libdatrie.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdatrie.so.1
2025-08-20T22:17:56.6615137Z 	libcurl.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl.so.4
2025-08-20T22:17:56.6615542Z 	libcurl-gnutls.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T22:17:56.6615954Z 	libcups.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcups.so.2
2025-08-20T22:17:56.6616313Z 	libctf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf.so.0
2025-08-20T22:17:56.6616702Z 	libctf-nobfd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd.so.0
2025-08-20T22:17:56.6617333Z 	libctf-nobfd-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so.0
2025-08-20T22:17:56.6617891Z 	libctf-nobfd-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so
2025-08-20T22:17:56.6618371Z 	libctf-nobfd-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T22:17:56.6618847Z 	libctf-nobfd-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T22:17:56.6619322Z 	libctf-nobfd-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T22:17:56.6619794Z 	libctf-nobfd-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T22:17:56.6620236Z 	libctf-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so.0
2025-08-20T22:17:56.6620646Z 	libctf-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so
2025-08-20T22:17:56.6621296Z 	libctf-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so.0
2025-08-20T22:17:56.6621709Z 	libctf-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so
2025-08-20T22:17:56.6622267Z 	libctf-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so.0
2025-08-20T22:17:56.6622680Z 	libctf-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so
2025-08-20T22:17:56.6623110Z 	libcryptsetup.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcryptsetup.so.12
2025-08-20T22:17:56.6623536Z 	libcrypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so.3
2025-08-20T22:17:56.6623923Z 	libcrypto.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so
2025-08-20T22:17:56.6624301Z 	libcrypt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so.1
2025-08-20T22:17:56.6624671Z 	libcrypt.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so
2025-08-20T22:17:56.6625044Z 	libcom_err.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcom_err.so.2
2025-08-20T22:17:56.6625473Z 	libcolordprivate.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolordprivate.so.2
2025-08-20T22:17:56.6625903Z 	libcolord.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolord.so.2
2025-08-20T22:17:56.6626309Z 	libclang-18.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-18.so.18
2025-08-20T22:17:56.6626724Z 	libclang-17.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-17.so.17
2025-08-20T22:17:56.6627153Z 	libclang-16.so.16.0.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T22:17:56.6627605Z 	libclang-cpp.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T22:17:56.6628050Z 	libclang-cpp.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.17
2025-08-20T22:17:56.6628481Z 	libclang-cpp.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.16
2025-08-20T22:17:56.6628879Z 	libcc1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcc1.so.0
2025-08-20T22:17:56.6629262Z 	libcbor.so.0.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcbor.so.0.10
2025-08-20T22:17:56.6629658Z 	libcares.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcares.so.2
2025-08-20T22:17:56.6630032Z 	libcap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap.so.2
2025-08-20T22:17:56.6630529Z 	libcap-ng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap-ng.so.0
2025-08-20T22:17:56.6631150Z 	libcanberra.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcanberra.so.0
2025-08-20T22:17:56.6631551Z 	libcairo.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo.so.2
2025-08-20T22:17:56.6631976Z 	libcairo-gobject.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo-gobject.so.2
2025-08-20T22:17:56.6632443Z 	libc_malloc_debug.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T22:17:56.6632860Z 	libc_malloc_debug.so.0 (libc6) => /lib32/libc_malloc_debug.so.0
2025-08-20T22:17:56.6633262Z 	libc_malloc_debug.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so
2025-08-20T22:17:56.6633655Z 	libc.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc.so.6
2025-08-20T22:17:56.6633957Z 	libc.so.6 (libc6) => /lib32/libc.so.6
2025-08-20T22:17:56.6634281Z 	libc-client.so.2007e (libc6,x86-64) => /lib/libc-client.so.2007e
2025-08-20T22:17:56.6634676Z 	libbz2.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbz2.so.1.0
2025-08-20T22:17:56.6635072Z 	libbytesize.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbytesize.so.1
2025-08-20T22:17:56.6635460Z 	libbsd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbsd.so.0
2025-08-20T22:17:56.6635850Z 	libbrotlienc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlienc.so.1
2025-08-20T22:17:56.6636276Z 	libbrotlidec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlidec.so.1
2025-08-20T22:17:56.6636716Z 	libbrotlicommon.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlicommon.so.1
2025-08-20T22:17:56.6637128Z 	libbpf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbpf.so.1
2025-08-20T22:17:56.6637510Z 	libblockdev.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblockdev.so.3
2025-08-20T22:17:56.6637904Z 	libblkid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblkid.so.1
2025-08-20T22:17:56.6638451Z 	libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:17:56.6639162Z 	libbfd-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-system.so
2025-08-20T22:17:56.6639608Z 	libbfd-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-arm64.so
2025-08-20T22:17:56.6640044Z 	libbfd-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T22:17:56.6640485Z 	libbfd-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T22:17:56.6641105Z 	libbd_utils.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_utils.so.3
2025-08-20T22:17:56.6641504Z 	libbd_swap.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_swap.so.3
2025-08-20T22:17:56.6641892Z 	libbd_part.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_part.so.3
2025-08-20T22:17:56.6642270Z 	libbd_nvme.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_nvme.so.3
2025-08-20T22:17:56.6642662Z 	libbd_mdraid.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_mdraid.so.3
2025-08-20T22:17:56.6643062Z 	libbd_loop.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_loop.so.3
2025-08-20T22:17:56.6643430Z 	libbd_fs.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_fs.so.3
2025-08-20T22:17:56.6643813Z 	libbd_crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_crypto.so.3
2025-08-20T22:17:56.6644208Z 	libbcc_bpf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc_bpf.so.0
2025-08-20T22:17:56.6644578Z 	libbcc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc.so.0
2025-08-20T22:17:56.6644984Z 	libavahi-common.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-common.so.3
2025-08-20T22:17:56.6645439Z 	libavahi-client.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-client.so.3
2025-08-20T22:17:56.6645854Z 	libaudit.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaudit.so.1
2025-08-20T22:17:56.6646230Z 	libattr.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libattr.so.1
2025-08-20T22:17:56.6646601Z 	libatspi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatspi.so.0
2025-08-20T22:17:56.6647113Z 	libatomic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatomic.so.1
2025-08-20T22:17:56.6647491Z 	libatm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatm.so.1
2025-08-20T22:17:56.6647855Z 	libatk-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-1.0.so.0
2025-08-20T22:17:56.6648277Z 	libatk-bridge-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T22:17:56.6648720Z 	libatasmart.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatasmart.so.4
2025-08-20T22:17:56.6649119Z 	libassuan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libassuan.so.0
2025-08-20T22:17:56.6649509Z 	libaspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaspell.so.15
2025-08-20T22:17:56.6649897Z 	libasound.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasound.so.2
2025-08-20T22:17:56.6650271Z 	libasan.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasan.so.8
2025-08-20T22:17:56.6650640Z 	libaria2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaria2.so.0
2025-08-20T22:17:56.6651142Z 	libargon2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libargon2.so.1
2025-08-20T22:17:56.6651538Z 	libarchive.so.13 (libc6,x86-64) => /lib/x86_64-linux-gnu/libarchive.so.13
2025-08-20T22:17:56.6651982Z 	libapt-private.so.0.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-private.so.0.0
2025-08-20T22:17:56.6652434Z 	libapt-pkg.so.6.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T22:17:56.6652859Z 	libaprutil-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaprutil-1.so.0
2025-08-20T22:17:56.6653257Z 	libapr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapr-1.so.0
2025-08-20T22:17:56.6653654Z 	libappstream.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libappstream.so.5
2025-08-20T22:17:56.6654074Z 	libapparmor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapparmor.so.1
2025-08-20T22:17:56.6654459Z 	libaom.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaom.so.3
2025-08-20T22:17:56.6654812Z 	libanl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so.1
2025-08-20T22:17:56.6655249Z 	libanl.so.1 (libc6) => /lib32/libanl.so.1
2025-08-20T22:17:56.6655557Z 	libanl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so
2025-08-20T22:17:56.6655930Z 	libaio.so.1t64 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaio.so.1t64
2025-08-20T22:17:56.6656299Z 	libacl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libacl.so.1
2025-08-20T22:17:56.6656647Z 	libX11.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11.so.6
2025-08-20T22:17:56.6657019Z 	libX11-xcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11-xcb.so.1
2025-08-20T22:17:56.6657412Z 	libXxf86vm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXxf86vm.so.1
2025-08-20T22:17:56.6657790Z 	libXtst.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXtst.so.6
2025-08-20T22:17:56.6658153Z 	libXt.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXt.so.6
2025-08-20T22:17:56.6658536Z 	libXss.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXss.so.1
2025-08-20T22:17:56.6658912Z 	libXrender.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrender.so.1
2025-08-20T22:17:56.6659318Z 	libXrandr.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrandr.so.2
2025-08-20T22:17:56.6659687Z 	libXpm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXpm.so.4
2025-08-20T22:17:56.6660046Z 	libXmuu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmuu.so.1
2025-08-20T22:17:56.6660403Z 	libXmu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmu.so.6
2025-08-20T22:17:56.6660889Z 	libXinerama.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXinerama.so.1
2025-08-20T22:17:56.6661268Z 	libXi.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXi.so.6
2025-08-20T22:17:56.6661612Z 	libXft.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXft.so.2
2025-08-20T22:17:56.6661978Z 	libXfont2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfont2.so.2
2025-08-20T22:17:56.6662365Z 	libXfixes.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfixes.so.3
2025-08-20T22:17:56.6662740Z 	libXext.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXext.so.6
2025-08-20T22:17:56.6663111Z 	libXdmcp.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so.6
2025-08-20T22:17:56.6663601Z 	libXdmcp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so
2025-08-20T22:17:56.6663986Z 	libXdamage.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdamage.so.1
2025-08-20T22:17:56.6664380Z 	libXcursor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcursor.so.1
2025-08-20T22:17:56.6664805Z 	libXcomposite.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcomposite.so.1
2025-08-20T22:17:56.6665202Z 	libXaw.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXaw.so.7
2025-08-20T22:17:56.6665554Z 	libXau.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so.6
2025-08-20T22:17:56.6665902Z 	libXau.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so
2025-08-20T22:17:56.6666243Z 	libSM.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libSM.so.6
2025-08-20T22:17:56.6666663Z 	libOpenEXRUtil-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T22:17:56.6667157Z 	libOpenEXRCore-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T22:17:56.6667631Z 	libOpenEXR-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T22:17:56.6668099Z 	libMagickWand-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T22:17:56.6668593Z 	libMagickCore-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T22:17:56.6669023Z 	libLerc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLerc.so.4
2025-08-20T22:17:56.6669406Z 	libLLVM.so.19.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.19.1
2025-08-20T22:17:56.6669798Z 	libLLVM.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.18.1
2025-08-20T22:17:56.6670182Z 	libLLVM-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so.1
2025-08-20T22:17:56.6670564Z 	libLLVM-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so
2025-08-20T22:17:56.6671148Z 	libLLVM-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so.1
2025-08-20T22:17:56.6671528Z 	libLLVM-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so
2025-08-20T22:17:56.6672035Z 	libJudy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libJudy.so.1
2025-08-20T22:17:56.6672424Z 	libImath-3_1.so.29 (libc6,x86-64) => /lib/x86_64-linux-gnu/libImath-3_1.so.29
2025-08-20T22:17:56.6672861Z 	libIlmThread-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T22:17:56.6673283Z 	libIex-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIex-3_1.so.30
2025-08-20T22:17:56.6673653Z 	libICE.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libICE.so.6
2025-08-20T22:17:56.6674048Z 	libGLdispatch.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLdispatch.so.0
2025-08-20T22:17:56.6674465Z 	libGLX_mesa.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX_mesa.so.0
2025-08-20T22:17:56.6674844Z 	libGLX.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX.so.0
2025-08-20T22:17:56.6675189Z 	libGL.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGL.so.1
2025-08-20T22:17:56.6675575Z 	libDeployPkg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libDeployPkg.so.0
2025-08-20T22:17:56.6676034Z 	libBrokenLocale.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so.1
2025-08-20T22:17:56.6676457Z 	libBrokenLocale.so.1 (libc6) => /lib32/libBrokenLocale.so.1
2025-08-20T22:17:56.6676869Z 	libBrokenLocale.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so
2025-08-20T22:17:56.6677273Z 	ld-musl-x86_64.so.1 (libc6,x86-64) => /lib/ld-musl-x86_64.so.1
2025-08-20T22:17:56.6677596Z 	ld-linux.so.2 (libc6) => /lib32/ld-linux.so.2
2025-08-20T22:17:56.6677876Z 	ld-linux.so.2 (libc6) => /lib/ld-linux.so.2
2025-08-20T22:17:56.6678229Z 	ld-linux-x86-64.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
2025-08-20T22:17:56.6678707Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.5) stable release version 2.39
2025-08-20T22:17:56.8870303Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T22:17:57.0557810Z Collecting meson
2025-08-20T22:17:57.0948833Z   Downloading meson-1.8.4-py3-none-any.whl.metadata (1.8 kB)
2025-08-20T22:17:57.1273298Z Collecting ninja
2025-08-20T22:17:57.1309697Z   Downloading ninja-1.13.0-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.metadata (5.1 kB)
2025-08-20T22:17:57.1393101Z Downloading meson-1.8.4-py3-none-any.whl (1.0 MB)
2025-08-20T22:17:57.1654702Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.0/1.0 MB 75.6 MB/s  0:00:00
2025-08-20T22:17:57.1688305Z Downloading ninja-1.13.0-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (180 kB)
2025-08-20T22:17:57.2575849Z Installing collected packages: ninja, meson
2025-08-20T22:17:57.9887585Z 
2025-08-20T22:17:57.9917174Z Successfully installed meson-1.8.4 ninja-1.13.0
2025-08-20T22:17:58.2762439Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T22:17:58.3832567Z Requirement already satisfied: meson in /home/runner/.local/lib/python3.12/site-packages (1.8.4)
2025-08-20T22:17:58.4385070Z Requirement already satisfied: ninja in /home/runner/.local/lib/python3.12/site-packages (1.13.0)
2025-08-20T22:17:58.8588010Z 1.8.4
2025-08-20T22:17:58.8860273Z 1.13.0.git.kitware.jobserver-pipe-1
2025-08-20T22:17:58.9124114Z 680 libs found in cache `/etc/ld.so.cache'
2025-08-20T22:17:58.9124735Z 	libz3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so.4
2025-08-20T22:17:58.9125372Z 	libz3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so
2025-08-20T22:17:58.9126014Z 	libzstd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so.1
2025-08-20T22:17:58.9126693Z 	libzstd.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so
2025-08-20T22:17:58.9127366Z 	libzmq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzmq.so.5
2025-08-20T22:17:58.9128035Z 	libzip.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzip.so.4
2025-08-20T22:17:58.9128678Z 	libzen.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzen.so.0
2025-08-20T22:17:58.9129301Z 	libz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so.1
2025-08-20T22:17:58.9129884Z 	libz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so
2025-08-20T22:17:58.9131014Z 	libyaml-0.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyaml-0.so.2
2025-08-20T22:17:58.9131704Z 	libyajl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyajl.so.2
2025-08-20T22:17:58.9132384Z 	libxxhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxxhash.so.0
2025-08-20T22:17:58.9133099Z 	libxtables.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxtables.so.12
2025-08-20T22:17:58.9133794Z 	libxslt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxslt.so.1
2025-08-20T22:17:58.9134488Z 	libxshmfence.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxshmfence.so.1
2025-08-20T22:17:58.9135185Z 	libxml2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so.2
2025-08-20T22:17:58.9135810Z 	libxml2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so
2025-08-20T22:17:58.9136494Z 	libxmlsec1.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1.so.1
2025-08-20T22:17:58.9137441Z 	libxmlsec1-openssl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T22:17:58.9138252Z 	libxmlb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlb.so.2
2025-08-20T22:17:58.9138937Z 	libxkbfile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbfile.so.1
2025-08-20T22:17:58.9139649Z 	libxkbcommon.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbcommon.so.0
2025-08-20T22:17:58.9140347Z 	libxcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so.1
2025-08-20T22:17:58.9141158Z 	libxcb.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so
2025-08-20T22:17:58.9141857Z 	libxcb-xfixes.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T22:17:58.9142375Z 	libxcb-xfixes.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so
2025-08-20T22:17:58.9142810Z 	libxcb-sync.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-sync.so.1
2025-08-20T22:17:58.9143226Z 	libxcb-shm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shm.so.0
2025-08-20T22:17:58.9143663Z 	libxcb-shape.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so.0
2025-08-20T22:17:58.9144338Z 	libxcb-shape.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so
2025-08-20T22:17:58.9144782Z 	libxcb-render.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so.0
2025-08-20T22:17:58.9145211Z 	libxcb-render.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so
2025-08-20T22:17:58.9145635Z 	libxcb-randr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-randr.so.0
2025-08-20T22:17:58.9146075Z 	libxcb-present.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-present.so.0
2025-08-20T22:17:58.9146512Z 	libxcb-glx.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-glx.so.0
2025-08-20T22:17:58.9146908Z 	libxcb-dri3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-dri3.so.0
2025-08-20T22:17:58.9147298Z 	libwrap.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwrap.so.0
2025-08-20T22:17:58.9147701Z 	libwmflite-0.2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T22:17:58.9148117Z 	libwebpmux.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpmux.so.3
2025-08-20T22:17:58.9148539Z 	libwebpdemux.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpdemux.so.2
2025-08-20T22:17:58.9148941Z 	libwebp.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebp.so.7
2025-08-20T22:17:58.9149323Z 	libwbclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwbclient.so.0
2025-08-20T22:17:58.9149775Z 	libwayland-server.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-server.so.0
2025-08-20T22:17:58.9150238Z 	libwayland-egl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-egl.so.1
2025-08-20T22:17:58.9150892Z 	libwayland-cursor.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-cursor.so.0
2025-08-20T22:17:58.9151393Z 	libwayland-client.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-client.so.0
2025-08-20T22:17:58.9151827Z 	libvulkan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvulkan.so.1
2025-08-20T22:17:58.9152241Z 	libvorbisfile.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbisfile.so.3
2025-08-20T22:17:58.9152664Z 	libvorbis.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbis.so.0
2025-08-20T22:17:58.9153215Z 	libvolume_key.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvolume_key.so.1
2025-08-20T22:17:58.9153623Z 	libvmtools.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvmtools.so.0
2025-08-20T22:17:58.9154013Z 	libvgauth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvgauth.so.0
2025-08-20T22:17:58.9154375Z 	libuv.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuv.so.1
2025-08-20T22:17:58.9154727Z 	libuuid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuuid.so.1
2025-08-20T22:17:58.9155086Z 	libutil.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutil.so.1
2025-08-20T22:17:58.9155402Z 	libutil.so.1 (libc6) => /lib32/libutil.so.1
2025-08-20T22:17:58.9155743Z 	libutempter.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutempter.so.0
2025-08-20T22:17:58.9156143Z 	libusb-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libusb-1.0.so.0
2025-08-20T22:17:58.9156510Z 	liburcu.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu.so.8
2025-08-20T22:17:58.9156919Z 	liburcu-signal.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-signal.so.8
2025-08-20T22:17:58.9157346Z 	liburcu-qsbr.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T22:17:58.9157753Z 	liburcu-memb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-memb.so.8
2025-08-20T22:17:58.9158146Z 	liburcu-mb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-mb.so.8
2025-08-20T22:17:58.9158557Z 	liburcu-common.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-common.so.8
2025-08-20T22:17:58.9158975Z 	liburcu-cds.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-cds.so.8
2025-08-20T22:17:58.9159365Z 	liburcu-bp.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-bp.so.8
2025-08-20T22:17:58.9159749Z 	libunwind.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind.so.8
2025-08-20T22:17:58.9160162Z 	libunwind-x86_64.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-x86_64.so.8
2025-08-20T22:17:58.9160621Z 	libunwind-ptrace.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T22:17:58.9161429Z 	libunwind-coredump.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-coredump.so.0
2025-08-20T22:17:58.9161900Z 	libunistring.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunistring.so.5
2025-08-20T22:17:58.9162303Z 	libudisks2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudisks2.so.0
2025-08-20T22:17:58.9162681Z 	libudev.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudev.so.1
2025-08-20T22:17:58.9163060Z 	libuchardet.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuchardet.so.0
2025-08-20T22:17:58.9163455Z 	libubsan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libubsan.so.1
2025-08-20T22:17:58.9163886Z 	libtss2-tcti-swtpm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T22:17:58.9164363Z 	libtss2-tcti-mssim.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T22:17:58.9164846Z 	libtss2-tcti-device.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T22:17:58.9165331Z 	libtss2-tcti-cmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T22:17:58.9165756Z 	libtss2-sys.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-sys.so.1
2025-08-20T22:17:58.9166148Z 	libtss2-rc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-rc.so.0
2025-08-20T22:17:58.9166527Z 	libtss2-mu.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-mu.so.0
2025-08-20T22:17:58.9166918Z 	libtss2-esys.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-esys.so.0
2025-08-20T22:17:58.9167298Z 	libtsan.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtsan.so.2
2025-08-20T22:17:58.9167673Z 	libtracefs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtracefs.so.1
2025-08-20T22:17:58.9168087Z 	libtraceevent.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtraceevent.so.1
2025-08-20T22:17:58.9168500Z 	libtommath.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtommath.so.1
2025-08-20T22:17:58.9168876Z 	libtk8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtk8.6.so
2025-08-20T22:17:58.9169365Z 	libtirpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtirpc.so.3
2025-08-20T22:17:58.9169760Z 	libtinyxml2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinyxml2.so.10
2025-08-20T22:17:58.9170155Z 	libtinfo.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so.6
2025-08-20T22:17:58.9170522Z 	libtinfo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so
2025-08-20T22:17:58.9171049Z 	libtiff.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtiff.so.6
2025-08-20T22:17:58.9171432Z 	libtidy.so.5deb1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtidy.so.5deb1
2025-08-20T22:17:58.9171815Z 	libtic.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so.6
2025-08-20T22:17:58.9172164Z 	libtic.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so
2025-08-20T22:17:58.9172531Z 	libthread_db.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so.1
2025-08-20T22:17:58.9172929Z 	libthread_db.so.1 (libc6) => /lib32/libthread_db.so.1
2025-08-20T22:17:58.9173284Z 	libthread_db.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so
2025-08-20T22:17:58.9173670Z 	libthai.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthai.so.0
2025-08-20T22:17:58.9174030Z 	libtdb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtdb.so.1
2025-08-20T22:17:58.9174380Z 	libtcl8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtcl8.6.so
2025-08-20T22:17:58.9174738Z 	libtasn1.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtasn1.so.6
2025-08-20T22:17:58.9175119Z 	libtalloc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtalloc.so.2
2025-08-20T22:17:58.9175513Z 	libsystemd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsystemd.so.0
2025-08-20T22:17:58.9175896Z 	libsysfs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsysfs.so.2
2025-08-20T22:17:58.9176264Z 	libsybdb.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsybdb.so.5
2025-08-20T22:17:58.9176629Z 	libsubid.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsubid.so.4
2025-08-20T22:17:58.9177012Z 	libstemmer.so.0d (libc6,x86-64) => /lib/x86_64-linux-gnu/libstemmer.so.0d
2025-08-20T22:17:58.9177529Z 	libstdc++.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libstdc++.so.6
2025-08-20T22:17:58.9177867Z 	libstdc++.so.6 (libc6) => /lib32/libstdc++.so.6
2025-08-20T22:17:58.9178186Z 	libssl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl3.so
2025-08-20T22:17:58.9178536Z 	libssl.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so.3
2025-08-20T22:17:58.9178880Z 	libssl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so
2025-08-20T22:17:58.9179226Z 	libssh2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh2.so.1
2025-08-20T22:17:58.9179574Z 	libssh.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh.so.4
2025-08-20T22:17:58.9179914Z 	libss.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libss.so.2
2025-08-20T22:17:58.9180276Z 	libsqlite3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so.0
2025-08-20T22:17:58.9182199Z 	libsqlite3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so
2025-08-20T22:17:58.9182676Z 	libsourcekitdInProc.so (libc6,x86-64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T22:17:58.9183134Z 	libsoftokn3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsoftokn3.so
2025-08-20T22:17:58.9183533Z 	libsodium.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsodium.so.23
2025-08-20T22:17:58.9183929Z 	libsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnmp.so.40
2025-08-20T22:17:58.9184337Z 	libsnappy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnappy.so.1
2025-08-20T22:17:58.9184732Z 	libsmime3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmime3.so
2025-08-20T22:17:58.9185133Z 	libsmartcols.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmartcols.so.1
2025-08-20T22:17:58.9185535Z 	libslirp.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslirp.so.0
2025-08-20T22:17:58.9185905Z 	libslang.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslang.so.2
2025-08-20T22:17:58.9186286Z 	libsigsegv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsigsegv.so.2
2025-08-20T22:17:58.9186691Z 	libsharpyuv.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsharpyuv.so.0
2025-08-20T22:17:58.9187274Z 	libsgutils2-1.46.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T22:17:58.9187698Z 	libsframe.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsframe.so.1
2025-08-20T22:17:58.9188077Z 	libsepol.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsepol.so.2
2025-08-20T22:17:58.9188462Z 	libsensors.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsensors.so.5
2025-08-20T22:17:58.9188861Z 	libsemanage.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsemanage.so.2
2025-08-20T22:17:58.9189261Z 	libselinux.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libselinux.so.1
2025-08-20T22:17:58.9189657Z 	libseccomp.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libseccomp.so.2
2025-08-20T22:17:58.9190038Z 	libsasl2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsasl2.so.2
2025-08-20T22:17:58.9190428Z 	libruby-3.2.so.3.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T22:17:58.9191031Z 	libruby-3.2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so
2025-08-20T22:17:58.9191426Z 	librtmp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librtmp.so.1
2025-08-20T22:17:58.9191786Z 	librt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librt.so.1
2025-08-20T22:17:58.9192090Z 	librt.so.1 (libc6) => /lib32/librt.so.1
2025-08-20T22:17:58.9192408Z 	librpmsign.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmsign.so.9
2025-08-20T22:17:58.9192797Z 	librpmio.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmio.so.9
2025-08-20T22:17:58.9193196Z 	librpmbuild.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmbuild.so.9
2025-08-20T22:17:58.9193587Z 	librpm.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpm.so.9
2025-08-20T22:17:58.9193962Z 	librhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/librhash.so.0
2025-08-20T22:17:58.9194348Z 	libre2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libre2.so.10
2025-08-20T22:17:58.9194718Z 	libresolv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so.2
2025-08-20T22:17:58.9195069Z 	libresolv.so.2 (libc6) => /lib32/libresolv.so.2
2025-08-20T22:17:58.9195537Z 	libresolv.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so
2025-08-20T22:17:58.9195966Z 	libreiserfscore.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreiserfscore.so.0
2025-08-20T22:17:58.9196406Z 	libreadline.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreadline.so.8
2025-08-20T22:17:58.9196802Z 	libraw_r.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw_r.so.23
2025-08-20T22:17:58.9197175Z 	libraw.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw.so.23
2025-08-20T22:17:58.9197558Z 	librabbitmq.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/librabbitmq.so.4
2025-08-20T22:17:58.9197961Z 	libquadmath.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libquadmath.so.0
2025-08-20T22:17:58.9198373Z 	libqrtr-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqrtr-glib.so.0
2025-08-20T22:17:58.9198778Z 	libqmi-glib.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqmi-glib.so.5
2025-08-20T22:17:58.9199133Z 	libqdbm.so.14 (libc6,x86-64) => /lib/libqdbm.so.14
2025-08-20T22:17:58.9199494Z 	libp11-kit.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libp11-kit.so.0
2025-08-20T22:17:58.9199907Z 	libpython3.12.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so.1.0
2025-08-20T22:17:58.9200531Z 	libpython3.12.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so
2025-08-20T22:17:58.9201378Z 	libpthread.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpthread.so.0
2025-08-20T22:17:58.9202005Z 	libpthread.so.0 (libc6) => /lib32/libpthread.so.0
2025-08-20T22:17:58.9202618Z 	libpsx.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsx.so.2
2025-08-20T22:17:58.9203262Z 	libpspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpspell.so.15
2025-08-20T22:17:58.9203662Z 	libpsl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsl.so.5
2025-08-20T22:17:58.9204090Z 	libprotobuf-lite.so.32 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T22:17:58.9204564Z 	libprotobuf-c.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-c.so.1
2025-08-20T22:17:58.9205148Z 	libproc2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libproc2.so.0
2025-08-20T22:17:58.9205514Z 	libpq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so.5
2025-08-20T22:17:58.9205854Z 	libpq.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so
2025-08-20T22:17:58.9206203Z 	libpopt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpopt.so.0
2025-08-20T22:17:58.9206734Z 	libpolkit-gobject-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T22:17:58.9207234Z 	libpolkit-agent-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T22:17:58.9207674Z 	libpng16.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpng16.so.16
2025-08-20T22:17:58.9208052Z 	libply.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply.so.5
2025-08-20T22:17:58.9208507Z 	libply-splash-graphics.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T22:17:58.9209036Z 	libply-splash-core.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-core.so.5
2025-08-20T22:17:58.9209534Z 	libply-boot-client.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-boot-client.so.5
2025-08-20T22:17:58.9209962Z 	libplds4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplds4.so
2025-08-20T22:17:58.9210318Z 	libplc4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplc4.so
2025-08-20T22:17:58.9210886Z 	libpkgconf.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpkgconf.so.3
2025-08-20T22:17:58.9211300Z 	libpixman-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpixman-1.so.0
2025-08-20T22:17:58.9211707Z 	libpipeline.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpipeline.so.1
2025-08-20T22:17:58.9212102Z 	libpgm-5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpgm-5.3.so.0
2025-08-20T22:17:58.9212469Z 	libpfm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpfm.so.4
2025-08-20T22:17:58.9219890Z 	libperl.so.5.38 (libc6,x86-64) => /lib/x86_64-linux-gnu/libperl.so.5.38
2025-08-20T22:17:58.9220371Z 	libpcre2-32.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so.0
2025-08-20T22:17:58.9221199Z 	libpcre2-32.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so
2025-08-20T22:17:58.9221627Z 	libpcre2-16.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so.0
2025-08-20T22:17:58.9222033Z 	libpcre2-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so
2025-08-20T22:17:58.9222428Z 	libpcre2-8.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so.0
2025-08-20T22:17:58.9222819Z 	libpcre2-8.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so
2025-08-20T22:17:58.9223253Z 	libpcre2-posix.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so.3
2025-08-20T22:17:58.9223728Z 	libpcre2-posix.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so
2025-08-20T22:17:58.9224176Z 	libpcprofile.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcprofile.so
2025-08-20T22:17:58.9224551Z 	libpcprofile.so (libc6) => /lib32/libpcprofile.so
2025-08-20T22:17:58.9224925Z 	libpciaccess.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpciaccess.so.0
2025-08-20T22:17:58.9225332Z 	libpci.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpci.so.3
2025-08-20T22:17:58.9225714Z 	libpcap.so.0.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so.0.8
2025-08-20T22:17:58.9226089Z 	libpcap.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so
2025-08-20T22:17:58.9226464Z 	libparted.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libparted.so.2
2025-08-20T22:17:58.9226852Z 	libpaper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpaper.so.1
2025-08-20T22:17:58.9227262Z 	libpangoft2-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T22:17:58.9227735Z 	libpangocairo-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T22:17:58.9228179Z 	libpango-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpango-1.0.so.0
2025-08-20T22:17:58.9228577Z 	libpanelw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so.6
2025-08-20T22:17:58.9228960Z 	libpanelw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so
2025-08-20T22:17:58.9229459Z 	libpanel.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so.6
2025-08-20T22:17:58.9229827Z 	libpanel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so
2025-08-20T22:17:58.9230189Z 	libpamc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpamc.so.0
2025-08-20T22:17:58.9230564Z 	libpam_misc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam_misc.so.0
2025-08-20T22:17:58.9231195Z 	libpam.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam.so.0
2025-08-20T22:17:58.9231649Z 	libpackagekit-glib2.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T22:17:58.9232131Z 	libopenjp2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopenjp2.so.7
2025-08-20T22:17:58.9232591Z 	libopeniscsiusr.so.0.2.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T22:17:58.9233099Z 	libopcodes-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T22:17:58.9233597Z 	libopcodes-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-arm64.so
2025-08-20T22:17:58.9234087Z 	libopcodes-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T22:17:58.9234569Z 	libopcodes-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T22:17:58.9234996Z 	libonig.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libonig.so.5
2025-08-20T22:17:58.9235357Z 	libogg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libogg.so.0
2025-08-20T22:17:58.9235715Z 	libodbc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libodbc.so.2
2025-08-20T22:17:58.9236085Z 	libobjc_gc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc_gc.so.4
2025-08-20T22:17:58.9236456Z 	libobjc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc.so.4
2025-08-20T22:17:58.9236810Z 	libnvme.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme.so.1
2025-08-20T22:17:58.9237181Z 	libnvme-mi.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme-mi.so.1
2025-08-20T22:17:58.9237563Z 	libnuma.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnuma.so.1
2025-08-20T22:17:58.9238078Z 	libntfs-3g.so.89 (libc6,x86-64) => /lib/x86_64-linux-gnu/libntfs-3g.so.89
2025-08-20T22:17:58.9238467Z 	libnss3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss3.so
2025-08-20T22:17:58.9238847Z 	libnssutil3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssutil3.so
2025-08-20T22:17:58.9239246Z 	libnssdbm3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssdbm3.so
2025-08-20T22:17:58.9239628Z 	libnssckbi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssckbi.so
2025-08-20T22:17:58.9240036Z 	libnss_systemd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_systemd.so.2
2025-08-20T22:17:58.9240473Z 	libnss_hesiod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so.2
2025-08-20T22:17:58.9241064Z 	libnss_hesiod.so.2 (libc6) => /lib32/libnss_hesiod.so.2
2025-08-20T22:17:58.9241439Z 	libnss_hesiod.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so
2025-08-20T22:17:58.9241850Z 	libnss_files.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_files.so.2
2025-08-20T22:17:58.9242230Z 	libnss_files.so.2 (libc6) => /lib32/libnss_files.so.2
2025-08-20T22:17:58.9242582Z 	libnss_dns.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_dns.so.2
2025-08-20T22:17:58.9242925Z 	libnss_dns.so.2 (libc6) => /lib32/libnss_dns.so.2
2025-08-20T22:17:58.9243284Z 	libnss_compat.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so.2
2025-08-20T22:17:58.9243667Z 	libnss_compat.so.2 (libc6) => /lib32/libnss_compat.so.2
2025-08-20T22:17:58.9244032Z 	libnss_compat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so
2025-08-20T22:17:58.9244418Z 	libnspr4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnspr4.so
2025-08-20T22:17:58.9244776Z 	libnsl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnsl.so.1
2025-08-20T22:17:58.9245088Z 	libnsl.so.1 (libc6) => /lib32/libnsl.so.1
2025-08-20T22:17:58.9245548Z 	libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:17:58.9246188Z 	libnpth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnpth.so.0
2025-08-20T22:17:58.9246560Z 	libnorm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnorm.so.1
2025-08-20T22:17:58.9246933Z 	libnl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so.200
2025-08-20T22:17:58.9247295Z 	libnl-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so
2025-08-20T22:17:58.9247685Z 	libnl-route-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so.200
2025-08-20T22:17:58.9248115Z 	libnl-route-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so
2025-08-20T22:17:58.9248530Z 	libnl-genl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-genl-3.so.200
2025-08-20T22:17:58.9248951Z 	libnghttp2.so.14 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnghttp2.so.14
2025-08-20T22:17:58.9249358Z 	libnftnl.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftnl.so.11
2025-08-20T22:17:58.9249754Z 	libnftables.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftables.so.1
2025-08-20T22:17:58.9250173Z 	libnfnetlink.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnfnetlink.so.0
2025-08-20T22:17:58.9250589Z 	libnewt.so.0.52 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnewt.so.0.52
2025-08-20T22:17:58.9251078Z 	libnettle.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnettle.so.8
2025-08-20T22:17:58.9251502Z 	libnetsnmpmibs.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T22:17:58.9251985Z 	libnetsnmphelpers.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T22:17:58.9252471Z 	libnetsnmpagent.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T22:17:58.9252911Z 	libnetsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmp.so.40
2025-08-20T22:17:58.9253312Z 	libnetplan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetplan.so.1
2025-08-20T22:17:58.9253706Z 	libnetpbm.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetpbm.so.11
2025-08-20T22:17:58.9254174Z 	libnetfilter_conntrack.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T22:17:58.9254819Z 	libncursesw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncursesw.so.6
2025-08-20T22:17:58.9255224Z 	libncurses.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncurses.so.6
2025-08-20T22:17:58.9255647Z 	libmysqlclient.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so.21
2025-08-20T22:17:58.9256090Z 	libmysqlclient.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so
2025-08-20T22:17:58.9256492Z 	libmvec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so.1
2025-08-20T22:17:58.9256852Z 	libmvec.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so
2025-08-20T22:17:58.9257205Z 	libmultipath.so.0 (libc6,x86-64) => /lib/libmultipath.so.0
2025-08-20T22:17:58.9257580Z 	libmspack.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmspack.so.0
2025-08-20T22:17:58.9257956Z 	libmpfr.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpfr.so.6
2025-08-20T22:17:58.9258315Z 	libmpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpc.so.3
2025-08-20T22:17:58.9258678Z 	libmpathutil.so.0 (libc6,x86-64) => /lib/libmpathutil.so.0
2025-08-20T22:17:58.9259059Z 	libmpathpersist.so.0 (libc6,x86-64) => /lib/libmpathpersist.so.0
2025-08-20T22:17:58.9259428Z 	libmpathcmd.so.0 (libc6,x86-64) => /lib/libmpathcmd.so.0
2025-08-20T22:17:58.9259785Z 	libmount.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmount.so.1
2025-08-20T22:17:58.9260149Z 	libmnl.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmnl.so.0
2025-08-20T22:17:58.9260500Z 	libmms.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmms.so.0
2025-08-20T22:17:58.9260969Z 	libmm-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmm-glib.so.0
2025-08-20T22:17:58.9261345Z 	libmlx5.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so.1
2025-08-20T22:17:58.9261706Z 	libmlx5.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so
2025-08-20T22:17:58.9262057Z 	libmlx4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so.1
2025-08-20T22:17:58.9262403Z 	libmlx4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so
2025-08-20T22:17:58.9262880Z 	libmenuw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so.6
2025-08-20T22:17:58.9263247Z 	libmenuw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so
2025-08-20T22:17:58.9263600Z 	libmenu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so.6
2025-08-20T22:17:58.9263946Z 	libmenu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so
2025-08-20T22:17:58.9264317Z 	libmemusage.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemusage.so
2025-08-20T22:17:58.9264665Z 	libmemusage.so (libc6) => /lib32/libmemusage.so
2025-08-20T22:17:58.9265032Z 	libmemcached.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemcached.so.11
2025-08-20T22:17:58.9265461Z 	libmediainfo.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmediainfo.so.0
2025-08-20T22:17:58.9265862Z 	libmecab.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmecab.so.2
2025-08-20T22:17:58.9266215Z 	libmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmd.so.0
2025-08-20T22:17:58.9266594Z 	libmbim-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmbim-glib.so.4
2025-08-20T22:17:58.9267013Z 	libmaxminddb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmaxminddb.so.0
2025-08-20T22:17:58.9267399Z 	libmana.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so.1
2025-08-20T22:17:58.9267755Z 	libmana.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so
2025-08-20T22:17:58.9268114Z 	libmagic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmagic.so.1
2025-08-20T22:17:58.9268464Z 	libm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libm.so.6
2025-08-20T22:17:58.9268758Z 	libm.so.6 (libc6) => /lib32/libm.so.6
2025-08-20T22:17:58.9269054Z 	liblz4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so.1
2025-08-20T22:17:58.9269401Z 	liblz4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so
2025-08-20T22:17:58.9269752Z 	liblzo2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzo2.so.2
2025-08-20T22:17:58.9270110Z 	liblzma.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so.5
2025-08-20T22:17:58.9270462Z 	liblzma.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so
2025-08-20T22:17:58.9271117Z 	liblz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so.1
2025-08-20T22:17:58.9271461Z 	liblz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so
2025-08-20T22:17:58.9271841Z 	liblvm2cmd.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T22:17:58.9272243Z 	liblua5.4.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4.so.0
2025-08-20T22:17:58.9272633Z 	liblua5.4-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T22:17:58.9273050Z 	liblua5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3.so.0
2025-08-20T22:17:58.9273431Z 	liblua5.3-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T22:17:58.9273835Z 	liblttng-ust.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust.so.1
2025-08-20T22:17:58.9274327Z 	liblttng-ust-tracepoint.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T22:17:58.9274941Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T22:17:58.9275574Z 	liblttng-ust-libc-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T22:17:58.9276110Z 	liblttng-ust-fork.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T22:17:58.9276581Z 	liblttng-ust-fd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T22:17:58.9277029Z 	liblttng-ust-dl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T22:17:58.9277541Z 	liblttng-ust-cyg-profile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T22:17:58.9278154Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T22:17:58.9278709Z 	liblttng-ust-ctl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T22:17:58.9279192Z 	liblttng-ust-common.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T22:17:58.9279750Z 	libltdl.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libltdl.so.7
2025-08-20T22:17:58.9280111Z 	liblsan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblsan.so.0
2025-08-20T22:17:58.9280480Z 	liblqr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblqr-1.so.0
2025-08-20T22:17:58.9281190Z 	liblmdb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblmdb.so.0
2025-08-20T22:17:58.9281574Z 	liblldb-18.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so.1
2025-08-20T22:17:58.9281956Z 	liblldb-18.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so
2025-08-20T22:17:58.9282332Z 	liblldb-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so.1
2025-08-20T22:17:58.9282706Z 	liblldb-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so
2025-08-20T22:17:58.9283079Z 	liblldb-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so.1
2025-08-20T22:17:58.9283452Z 	liblldb-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so
2025-08-20T22:17:58.9283818Z 	libldap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libldap.so.2
2025-08-20T22:17:58.9284185Z 	liblcms2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblcms2.so.2
2025-08-20T22:17:58.9284547Z 	liblber.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblber.so.2
2025-08-20T22:17:58.9284937Z 	libk5crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libk5crypto.so.3
2025-08-20T22:17:58.9285326Z 	libksba.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libksba.so.8
2025-08-20T22:17:58.9285730Z 	libkrb5support.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5support.so.0
2025-08-20T22:17:58.9286134Z 	libkrb5.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5.so.3
2025-08-20T22:17:58.9286485Z 	libkmod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkmod.so.2
2025-08-20T22:17:58.9286868Z 	libkeyutils.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkeyutils.so.1
2025-08-20T22:17:58.9287267Z 	libjxrglue.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjxrglue.so.0
2025-08-20T22:17:58.9287799Z 	libjsoncpp.so.25 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjsoncpp.so.25
2025-08-20T22:17:58.9288238Z 	libjson-glib-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T22:17:58.9288664Z 	libjson-c.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-c.so.5
2025-08-20T22:17:58.9289029Z 	libjq.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjq.so.1
2025-08-20T22:17:58.9289393Z 	libjpegxr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpegxr.so.0
2025-08-20T22:17:58.9289766Z 	libjpeg.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpeg.so.8
2025-08-20T22:17:58.9290121Z 	libjcat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjcat.so.1
2025-08-20T22:17:58.9290496Z 	libjbig2dec.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig2dec.so.0
2025-08-20T22:17:58.9290987Z 	libjbig.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig.so.0
2025-08-20T22:17:58.9291359Z 	libjansson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjansson.so.4
2025-08-20T22:17:58.9291734Z 	libitm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libitm.so.1
2025-08-20T22:17:58.9292094Z 	libisns.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisns.so.0
2025-08-20T22:17:58.9292446Z 	libisl.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisl.so.23
2025-08-20T22:17:58.9292988Z 	libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:17:58.9293689Z 	libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:17:58.9294354Z 	libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:17:58.9295000Z 	libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:17:58.9295514Z 	libip6tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip6tc.so.2
2025-08-20T22:17:58.9295884Z 	libip4tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip4tc.so.2
2025-08-20T22:17:58.9296365Z 	libinih.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libinih.so.1
2025-08-20T22:17:58.9296728Z 	libijs-0.35.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libijs-0.35.so
2025-08-20T22:17:58.9297091Z 	libidn2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn2.so.0
2025-08-20T22:17:58.9297442Z 	libidn.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn.so.12
2025-08-20T22:17:58.9297804Z 	libicuuc.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.74
2025-08-20T22:17:58.9298185Z 	libicuuc.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.70
2025-08-20T22:17:58.9298562Z 	libicuuc.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so
2025-08-20T22:17:58.9298931Z 	libicutu.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.74
2025-08-20T22:17:58.9299301Z 	libicutu.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.70
2025-08-20T22:17:58.9299664Z 	libicutu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so
2025-08-20T22:17:58.9300051Z 	libicutest.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.74
2025-08-20T22:17:58.9300450Z 	libicutest.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.70
2025-08-20T22:17:58.9300937Z 	libicutest.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so
2025-08-20T22:17:58.9301320Z 	libicui18n.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.74
2025-08-20T22:17:58.9301712Z 	libicui18n.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.70
2025-08-20T22:17:58.9302097Z 	libicui18n.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so
2025-08-20T22:17:58.9302471Z 	libicuio.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.74
2025-08-20T22:17:58.9302844Z 	libicuio.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.70
2025-08-20T22:17:58.9303207Z 	libicuio.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so
2025-08-20T22:17:58.9303583Z 	libicudata.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.74
2025-08-20T22:17:58.9304094Z 	libicudata.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.70
2025-08-20T22:17:58.9304481Z 	libicudata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so
2025-08-20T22:17:58.9304863Z 	libibverbs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so.1
2025-08-20T22:17:58.9305248Z 	libibverbs.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so
2025-08-20T22:17:58.9305627Z 	libhwasan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhwasan.so.0
2025-08-20T22:17:58.9306041Z 	libhunspell-1.7.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T22:17:58.9306468Z 	libhogweed.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhogweed.so.6
2025-08-20T22:17:58.9306860Z 	libhistory.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhistory.so.8
2025-08-20T22:17:58.9307285Z 	libhiredis_ssl.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T22:17:58.9307735Z 	libhiredis.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T22:17:58.9308141Z 	libhgfs.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhgfs.so.0
2025-08-20T22:17:58.9308501Z 	libheif.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libheif.so.1
2025-08-20T22:17:58.9308872Z 	libhavege.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhavege.so.2
2025-08-20T22:17:58.9309255Z 	libhashkit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhashkit.so.2
2025-08-20T22:17:58.9309651Z 	libharfbuzz.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libharfbuzz.so.0
2025-08-20T22:17:58.9310042Z 	libhandle.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhandle.so.1
2025-08-20T22:17:58.9310408Z 	libgusb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgusb.so.2
2025-08-20T22:17:58.9310880Z 	libguestlib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestlib.so.0
2025-08-20T22:17:58.9311341Z 	libguestStoreClient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestStoreClient.so.0
2025-08-20T22:17:58.9311805Z 	libgudev-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgudev-1.0.so.0
2025-08-20T22:17:58.9312314Z 	libgtk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgtk-3.so.0
2025-08-20T22:17:58.9312714Z 	libgthread-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgthread-2.0.so.0
2025-08-20T22:17:58.9313151Z 	libgstreamer-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T22:17:58.9313584Z 	libgstnet-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T22:17:58.9314049Z 	libgstcontroller-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T22:17:58.9314531Z 	libgstcheck-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T22:17:58.9314967Z 	libgstbase-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T22:17:58.9315395Z 	libgssapi_krb5.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T22:17:58.9315783Z 	libgs.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgs.so.10
2025-08-20T22:17:58.9316170Z 	libgraphite2.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgraphite2.so.3
2025-08-20T22:17:58.9316588Z 	libgprofng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgprofng.so.0
2025-08-20T22:17:58.9316962Z 	libgpm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpm.so.2
2025-08-20T22:17:58.9317331Z 	libgpgme.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpgme.so.11
2025-08-20T22:17:58.9317729Z 	libgpg-error.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpg-error.so.0
2025-08-20T22:17:58.9318116Z 	libgomp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgomp.so.1
2025-08-20T22:17:58.9318513Z 	libgobject-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgobject-2.0.so.0
2025-08-20T22:17:58.9318922Z 	libgnutls.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgnutls.so.30
2025-08-20T22:17:58.9319303Z 	libgmpxx.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so.4
2025-08-20T22:17:58.9319669Z 	libgmpxx.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so
2025-08-20T22:17:58.9320025Z 	libgmp.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so.10
2025-08-20T22:17:58.9320496Z 	libgmp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so
2025-08-20T22:17:58.9320979Z 	libgmodule-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T22:17:58.9321392Z 	libglib-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libglib-2.0.so.0
2025-08-20T22:17:58.9321842Z 	libgirepository-1.0.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T22:17:58.9322283Z 	libgio-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgio-2.0.so.0
2025-08-20T22:17:58.9322673Z 	libgfortran.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgfortran.so.5
2025-08-20T22:17:58.9323113Z 	libgdk_pixbuf-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T22:17:58.9323526Z 	libgdk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk-3.so.0
2025-08-20T22:17:58.9323924Z 	libgdbm_compat.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm_compat.so.4
2025-08-20T22:17:58.9324323Z 	libgdbm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm.so.6
2025-08-20T22:17:58.9324674Z 	libgd.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgd.so.3
2025-08-20T22:17:58.9325027Z 	libgctba.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgctba.so.1
2025-08-20T22:17:58.9325410Z 	libgcrypt.so.20 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcrypt.so.20
2025-08-20T22:17:58.9325792Z 	libgccpp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgccpp.so.1
2025-08-20T22:17:58.9326151Z 	libgcc_s.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcc_s.so.1
2025-08-20T22:17:58.9326475Z 	libgcc_s.so.1 (libc6) => /lib32/libgcc_s.so.1
2025-08-20T22:17:58.9326783Z 	libgc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgc.so.1
2025-08-20T22:17:58.9327129Z 	libgbm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgbm.so.1
2025-08-20T22:17:58.9327623Z 	libgallium-25.0.7-0ubuntu0.24.04.1.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgallium-25.0.7-0ubuntu0.24.04.1.so
2025-08-20T22:17:58.9328128Z 	libfwupd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfwupd.so.2
2025-08-20T22:17:58.9328618Z 	libfuse3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfuse3.so.3
2025-08-20T22:17:58.9328982Z 	libftdi1.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libftdi1.so.2
2025-08-20T22:17:58.9329362Z 	libfsverity.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfsverity.so.0
2025-08-20T22:17:58.9329764Z 	libfribidi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfribidi.so.0
2025-08-20T22:17:58.9330160Z 	libfreetype.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreetype.so.6
2025-08-20T22:17:58.9330554Z 	libfreebl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreebl3.so
2025-08-20T22:17:58.9331055Z 	libfreeblpriv3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreeblpriv3.so
2025-08-20T22:17:58.9331455Z 	libformw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so.6
2025-08-20T22:17:58.9331818Z 	libformw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so
2025-08-20T22:17:58.9332180Z 	libform.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so.6
2025-08-20T22:17:58.9332539Z 	libform.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so
2025-08-20T22:17:58.9332907Z 	libfontenc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontenc.so.1
2025-08-20T22:17:58.9333319Z 	libfontconfig.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontconfig.so.1
2025-08-20T22:17:58.9333735Z 	libflashrom.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libflashrom.so.1
2025-08-20T22:17:58.9334119Z 	libfido2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfido2.so.1
2025-08-20T22:17:58.9334523Z 	libfftw3_threads.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_threads.so.3
2025-08-20T22:17:58.9334950Z 	libfftw3_omp.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_omp.so.3
2025-08-20T22:17:58.9335332Z 	libfftw3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3.so.3
2025-08-20T22:17:58.9335687Z 	libffi.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so.8
2025-08-20T22:17:58.9336030Z 	libffi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so
2025-08-20T22:17:58.9336493Z 	libfdisk.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfdisk.so.1
2025-08-20T22:17:58.9336858Z 	libfcgi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi.so.0
2025-08-20T22:17:58.9337228Z 	libfcgi++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi++.so.0
2025-08-20T22:17:58.9337617Z 	libfbclient.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfbclient.so.2
2025-08-20T22:17:58.9338021Z 	libfastjson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfastjson.so.4
2025-08-20T22:17:58.9338470Z 	libfakeroot-0.so (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T22:17:58.9338894Z 	libe2p.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libe2p.so.2
2025-08-20T22:17:58.9339261Z 	libext2fs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libext2fs.so.2
2025-08-20T22:17:58.9339633Z 	libexslt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexslt.so.0
2025-08-20T22:17:58.9340006Z 	libexpatw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so.1
2025-08-20T22:17:58.9340384Z 	libexpatw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so
2025-08-20T22:17:58.9340844Z 	libexpat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so.1
2025-08-20T22:17:58.9341205Z 	libexpat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so
2025-08-20T22:17:58.9341634Z 	libevent_pthreads-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T22:17:58.9342115Z 	libevent_core-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T22:17:58.9342517Z 	libevdev.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevdev.so.2
2025-08-20T22:17:58.9342879Z 	libestr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libestr.so.0
2025-08-20T22:17:58.9343239Z 	libepoxy.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libepoxy.so.0
2025-08-20T22:17:58.9343628Z 	libenchant-2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libenchant-2.so.2
2025-08-20T22:17:58.9344013Z 	libelf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libelf.so.1
2025-08-20T22:17:58.9344496Z 	libefivar.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefivar.so.1
2025-08-20T22:17:58.9344881Z 	libefiboot.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefiboot.so.1
2025-08-20T22:17:58.9345250Z 	libefa.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so.1
2025-08-20T22:17:58.9345590Z 	libefa.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so
2025-08-20T22:17:58.9345937Z 	libedit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libedit.so.2
2025-08-20T22:17:58.9346326Z 	libeatmydata.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so.1
2025-08-20T22:17:58.9346733Z 	libeatmydata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so
2025-08-20T22:17:58.9347102Z 	libdw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdw.so.1
2025-08-20T22:17:58.9347479Z 	libduktape.so.207 (libc6,x86-64) => /lib/x86_64-linux-gnu/libduktape.so.207
2025-08-20T22:17:58.9347911Z 	libdrop_ambient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrop_ambient.so.0
2025-08-20T22:17:58.9348338Z 	libdrm_intel.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_intel.so.1
2025-08-20T22:17:58.9348753Z 	libdrm_amdgpu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T22:17:58.9349136Z 	libdrm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm.so.2
2025-08-20T22:17:58.9349644Z 	libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:17:58.9350174Z 	libdl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdl.so.2
2025-08-20T22:17:58.9350472Z 	libdl.so.2 (libc6) => /lib32/libdl.so.2
2025-08-20T22:17:58.9350907Z 	libdjvulibre.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdjvulibre.so.21
2025-08-20T22:17:58.9351307Z 	libde265.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libde265.so.0
2025-08-20T22:17:58.9351723Z 	libdevmapper.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T22:17:58.9352233Z 	libdevmapper-event.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T22:17:58.9352937Z 	libdevmapper-event-lvm2vdo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T22:17:58.9353537Z 	libdevmapper-event-lvm2thin.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T22:17:58.9354173Z 	libdevmapper-event-lvm2snapshot.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T22:17:58.9354804Z 	libdevmapper-event-lvm2raid.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T22:17:58.9355417Z 	libdevmapper-event-lvm2mirror.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T22:17:58.9356033Z 	libdevmapper-event-lvm2.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T22:17:58.9356631Z 	libdevmapper-event-lvm2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T22:17:58.9357114Z 	libdeflate.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdeflate.so.0
2025-08-20T22:17:58.9357563Z 	libdebconfclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdebconfclient.so.0
2025-08-20T22:17:58.9358257Z 	libdconf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdconf.so.1
2025-08-20T22:17:58.9359016Z 	libdbusmenu-gtk3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T22:17:58.9359890Z 	libdbusmenu-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T22:17:58.9360346Z 	libdbus-1.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so.3
2025-08-20T22:17:58.9360935Z 	libdbus-1.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so
2025-08-20T22:17:58.9361376Z 	libdb-5.3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdb-5.3.so
2025-08-20T22:17:58.9361751Z 	libdatrie.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdatrie.so.1
2025-08-20T22:17:58.9362126Z 	libcurl.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl.so.4
2025-08-20T22:17:58.9362529Z 	libcurl-gnutls.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T22:17:58.9363105Z 	libcups.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcups.so.2
2025-08-20T22:17:58.9363465Z 	libctf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf.so.0
2025-08-20T22:17:58.9363854Z 	libctf-nobfd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd.so.0
2025-08-20T22:17:58.9364313Z 	libctf-nobfd-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so.0
2025-08-20T22:17:58.9364793Z 	libctf-nobfd-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so
2025-08-20T22:17:58.9365279Z 	libctf-nobfd-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T22:17:58.9365750Z 	libctf-nobfd-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T22:17:58.9366220Z 	libctf-nobfd-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T22:17:58.9366688Z 	libctf-nobfd-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T22:17:58.9367135Z 	libctf-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so.0
2025-08-20T22:17:58.9367544Z 	libctf-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so
2025-08-20T22:17:58.9367948Z 	libctf-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so.0
2025-08-20T22:17:58.9368350Z 	libctf-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so
2025-08-20T22:17:58.9368749Z 	libctf-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so.0
2025-08-20T22:17:58.9369149Z 	libctf-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so
2025-08-20T22:17:58.9369571Z 	libcryptsetup.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcryptsetup.so.12
2025-08-20T22:17:58.9369994Z 	libcrypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so.3
2025-08-20T22:17:58.9370373Z 	libcrypto.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so
2025-08-20T22:17:58.9370923Z 	libcrypt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so.1
2025-08-20T22:17:58.9371421Z 	libcrypt.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so
2025-08-20T22:17:58.9371802Z 	libcom_err.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcom_err.so.2
2025-08-20T22:17:58.9372233Z 	libcolordprivate.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolordprivate.so.2
2025-08-20T22:17:58.9372663Z 	libcolord.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolord.so.2
2025-08-20T22:17:58.9373093Z 	libclang-18.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-18.so.18
2025-08-20T22:17:58.9373493Z 	libclang-17.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-17.so.17
2025-08-20T22:17:58.9373905Z 	libclang-16.so.16.0.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T22:17:58.9374343Z 	libclang-cpp.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T22:17:58.9374785Z 	libclang-cpp.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.17
2025-08-20T22:17:58.9375207Z 	libclang-cpp.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.16
2025-08-20T22:17:58.9375801Z 	libcc1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcc1.so.0
2025-08-20T22:17:58.9376356Z 	libcbor.so.0.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcbor.so.0.10
2025-08-20T22:17:58.9376744Z 	libcares.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcares.so.2
2025-08-20T22:17:58.9377110Z 	libcap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap.so.2
2025-08-20T22:17:58.9377478Z 	libcap-ng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap-ng.so.0
2025-08-20T22:17:58.9377873Z 	libcanberra.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcanberra.so.0
2025-08-20T22:17:58.9378262Z 	libcairo.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo.so.2
2025-08-20T22:17:58.9378673Z 	libcairo-gobject.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo-gobject.so.2
2025-08-20T22:17:58.9379142Z 	libc_malloc_debug.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T22:17:58.9379553Z 	libc_malloc_debug.so.0 (libc6) => /lib32/libc_malloc_debug.so.0
2025-08-20T22:17:58.9380097Z 	libc_malloc_debug.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so
2025-08-20T22:17:58.9380483Z 	libc.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc.so.6
2025-08-20T22:17:58.9380958Z 	libc.so.6 (libc6) => /lib32/libc.so.6
2025-08-20T22:17:58.9381280Z 	libc-client.so.2007e (libc6,x86-64) => /lib/libc-client.so.2007e
2025-08-20T22:17:58.9381655Z 	libbz2.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbz2.so.1.0
2025-08-20T22:17:58.9382044Z 	libbytesize.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbytesize.so.1
2025-08-20T22:17:58.9382426Z 	libbsd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbsd.so.0
2025-08-20T22:17:58.9382814Z 	libbrotlienc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlienc.so.1
2025-08-20T22:17:58.9383233Z 	libbrotlidec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlidec.so.1
2025-08-20T22:17:58.9383670Z 	libbrotlicommon.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlicommon.so.1
2025-08-20T22:17:58.9384084Z 	libbpf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbpf.so.1
2025-08-20T22:17:58.9384461Z 	libblockdev.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblockdev.so.3
2025-08-20T22:17:58.9384849Z 	libblkid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblkid.so.1
2025-08-20T22:17:58.9385386Z 	libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:17:58.9385957Z 	libbfd-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-system.so
2025-08-20T22:17:58.9386423Z 	libbfd-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-arm64.so
2025-08-20T22:17:58.9386853Z 	libbfd-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T22:17:58.9387270Z 	libbfd-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T22:17:58.9387680Z 	libbd_utils.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_utils.so.3
2025-08-20T22:17:58.9388070Z 	libbd_swap.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_swap.so.3
2025-08-20T22:17:58.9388601Z 	libbd_part.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_part.so.3
2025-08-20T22:17:58.9388979Z 	libbd_nvme.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_nvme.so.3
2025-08-20T22:17:58.9389367Z 	libbd_mdraid.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_mdraid.so.3
2025-08-20T22:17:58.9389756Z 	libbd_loop.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_loop.so.3
2025-08-20T22:17:58.9390121Z 	libbd_fs.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_fs.so.3
2025-08-20T22:17:58.9390500Z 	libbd_crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_crypto.so.3
2025-08-20T22:17:58.9391059Z 	libbcc_bpf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc_bpf.so.0
2025-08-20T22:17:58.9391428Z 	libbcc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc.so.0
2025-08-20T22:17:58.9391827Z 	libavahi-common.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-common.so.3
2025-08-20T22:17:58.9392284Z 	libavahi-client.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-client.so.3
2025-08-20T22:17:58.9392695Z 	libaudit.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaudit.so.1
2025-08-20T22:17:58.9393062Z 	libattr.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libattr.so.1
2025-08-20T22:17:58.9393424Z 	libatspi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatspi.so.0
2025-08-20T22:17:58.9393803Z 	libatomic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatomic.so.1
2025-08-20T22:17:58.9394172Z 	libatm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatm.so.1
2025-08-20T22:17:58.9394536Z 	libatk-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-1.0.so.0
2025-08-20T22:17:58.9394954Z 	libatk-bridge-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T22:17:58.9395390Z 	libatasmart.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatasmart.so.4
2025-08-20T22:17:58.9395782Z 	libassuan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libassuan.so.0
2025-08-20T22:17:58.9396289Z 	libaspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaspell.so.15
2025-08-20T22:17:58.9396677Z 	libasound.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasound.so.2
2025-08-20T22:17:58.9397051Z 	libasan.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasan.so.8
2025-08-20T22:17:58.9397417Z 	libaria2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaria2.so.0
2025-08-20T22:17:58.9397787Z 	libargon2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libargon2.so.1
2025-08-20T22:17:58.9398179Z 	libarchive.so.13 (libc6,x86-64) => /lib/x86_64-linux-gnu/libarchive.so.13
2025-08-20T22:17:58.9398620Z 	libapt-private.so.0.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-private.so.0.0
2025-08-20T22:17:58.9399072Z 	libapt-pkg.so.6.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T22:17:58.9399487Z 	libaprutil-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaprutil-1.so.0
2025-08-20T22:17:58.9399880Z 	libapr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapr-1.so.0
2025-08-20T22:17:58.9400279Z 	libappstream.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libappstream.so.5
2025-08-20T22:17:58.9400902Z 	libapparmor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapparmor.so.1
2025-08-20T22:17:58.9401297Z 	libaom.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaom.so.3
2025-08-20T22:17:58.9401646Z 	libanl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so.1
2025-08-20T22:17:58.9401952Z 	libanl.so.1 (libc6) => /lib32/libanl.so.1
2025-08-20T22:17:58.9402245Z 	libanl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so
2025-08-20T22:17:58.9402606Z 	libaio.so.1t64 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaio.so.1t64
2025-08-20T22:17:58.9402974Z 	libacl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libacl.so.1
2025-08-20T22:17:58.9403309Z 	libX11.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11.so.6
2025-08-20T22:17:58.9403670Z 	libX11-xcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11-xcb.so.1
2025-08-20T22:17:58.9404058Z 	libXxf86vm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXxf86vm.so.1
2025-08-20T22:17:58.9404554Z 	libXtst.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXtst.so.6
2025-08-20T22:17:58.9404911Z 	libXt.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXt.so.6
2025-08-20T22:17:58.9405254Z 	libXss.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXss.so.1
2025-08-20T22:17:58.9405621Z 	libXrender.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrender.so.1
2025-08-20T22:17:58.9406008Z 	libXrandr.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrandr.so.2
2025-08-20T22:17:58.9406386Z 	libXpm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXpm.so.4
2025-08-20T22:17:58.9406736Z 	libXmuu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmuu.so.1
2025-08-20T22:17:58.9407083Z 	libXmu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmu.so.6
2025-08-20T22:17:58.9407458Z 	libXinerama.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXinerama.so.1
2025-08-20T22:17:58.9407833Z 	libXi.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXi.so.6
2025-08-20T22:17:58.9408173Z 	libXft.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXft.so.2
2025-08-20T22:17:58.9408548Z 	libXfont2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfont2.so.2
2025-08-20T22:17:58.9408923Z 	libXfixes.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfixes.so.3
2025-08-20T22:17:58.9409288Z 	libXext.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXext.so.6
2025-08-20T22:17:58.9409652Z 	libXdmcp.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so.6
2025-08-20T22:17:58.9410010Z 	libXdmcp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so
2025-08-20T22:17:58.9410385Z 	libXdamage.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdamage.so.1
2025-08-20T22:17:58.9410949Z 	libXcursor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcursor.so.1
2025-08-20T22:17:58.9411373Z 	libXcomposite.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcomposite.so.1
2025-08-20T22:17:58.9411770Z 	libXaw.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXaw.so.7
2025-08-20T22:17:58.9412117Z 	libXau.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so.6
2025-08-20T22:17:58.9412582Z 	libXau.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so
2025-08-20T22:17:58.9412929Z 	libSM.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libSM.so.6
2025-08-20T22:17:58.9413346Z 	libOpenEXRUtil-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T22:17:58.9413836Z 	libOpenEXRCore-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T22:17:58.9414298Z 	libOpenEXR-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T22:17:58.9414767Z 	libMagickWand-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T22:17:58.9415257Z 	libMagickCore-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T22:17:58.9415684Z 	libLerc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLerc.so.4
2025-08-20T22:17:58.9416057Z 	libLLVM.so.19.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.19.1
2025-08-20T22:17:58.9416443Z 	libLLVM.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.18.1
2025-08-20T22:17:58.9416830Z 	libLLVM-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so.1
2025-08-20T22:17:58.9417209Z 	libLLVM-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so
2025-08-20T22:17:58.9417583Z 	libLLVM-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so.1
2025-08-20T22:17:58.9417955Z 	libLLVM-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so
2025-08-20T22:17:58.9418320Z 	libJudy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libJudy.so.1
2025-08-20T22:17:58.9418702Z 	libImath-3_1.so.29 (libc6,x86-64) => /lib/x86_64-linux-gnu/libImath-3_1.so.29
2025-08-20T22:17:58.9419135Z 	libIlmThread-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T22:17:58.9419555Z 	libIex-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIex-3_1.so.30
2025-08-20T22:17:58.9419924Z 	libICE.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libICE.so.6
2025-08-20T22:17:58.9420316Z 	libGLdispatch.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLdispatch.so.0
2025-08-20T22:17:58.9421001Z 	libGLX_mesa.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX_mesa.so.0
2025-08-20T22:17:58.9421391Z 	libGLX.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX.so.0
2025-08-20T22:17:58.9421735Z 	libGL.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGL.so.1
2025-08-20T22:17:58.9422115Z 	libDeployPkg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libDeployPkg.so.0
2025-08-20T22:17:58.9422557Z 	libBrokenLocale.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so.1
2025-08-20T22:17:58.9422976Z 	libBrokenLocale.so.1 (libc6) => /lib32/libBrokenLocale.so.1
2025-08-20T22:17:58.9423374Z 	libBrokenLocale.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so
2025-08-20T22:17:58.9423771Z 	ld-musl-x86_64.so.1 (libc6,x86-64) => /lib/ld-musl-x86_64.so.1
2025-08-20T22:17:58.9424091Z 	ld-linux.so.2 (libc6) => /lib32/ld-linux.so.2
2025-08-20T22:17:58.9424363Z 	ld-linux.so.2 (libc6) => /lib/ld-linux.so.2
2025-08-20T22:17:58.9424719Z 	ld-linux-x86-64.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
2025-08-20T22:17:58.9425197Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.5) stable release version 2.39
2025-08-20T22:17:59.1338485Z info: downloading installer
2025-08-20T22:17:59.3893632Z warn: It looks like you have an existing rustup settings file at:
2025-08-20T22:17:59.3894194Z warn: /home/runner/.rustup/settings.toml
2025-08-20T22:17:59.3894622Z warn: Rustup will install the default toolchain as specified in the settings file,
2025-08-20T22:17:59.3895101Z warn: instead of the one inferred from the default host triple.
2025-08-20T22:17:59.4062636Z info: profile set to 'default'
2025-08-20T22:17:59.4063223Z info: default host triple is x86_64-unknown-linux-gnu
2025-08-20T22:17:59.4063917Z warn: Updating existing toolchain, profile choice will be ignored
2025-08-20T22:17:59.4749331Z info: syncing channel updates for 'stable-x86_64-unknown-linux-gnu'
2025-08-20T22:17:59.4937821Z info: default toolchain set to 'stable-x86_64-unknown-linux-gnu'
2025-08-20T22:17:59.4938592Z 
2025-08-20T22:17:59.5029803Z   stable-x86_64-unknown-linux-gnu unchanged - rustc 1.89.0 (29483883e 2025-08-04)
2025-08-20T22:17:59.5030348Z 
2025-08-20T22:17:59.5030370Z 
2025-08-20T22:17:59.5030519Z Rust is installed now. Great!
2025-08-20T22:17:59.5031014Z 
2025-08-20T22:17:59.5031366Z To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
2025-08-20T22:17:59.5032122Z environment variable. This has not been done automatically.
2025-08-20T22:17:59.5032530Z 
2025-08-20T22:17:59.5032736Z To configure your current shell, you need to source
2025-08-20T22:17:59.5033264Z the corresponding env file under $HOME/.cargo.
2025-08-20T22:17:59.5033598Z 
2025-08-20T22:17:59.5033916Z This is usually done by running one of the following (note the leading DOT):
2025-08-20T22:17:59.5034619Z . "$HOME/.cargo/env"            # For sh/bash/zsh/ash/dash/pdksh
2025-08-20T22:17:59.5034983Z source "$HOME/.cargo/env.fish"  # For fish
2025-08-20T22:17:59.5035327Z source $"($nu.home-path)/.cargo/env.nu"  # For nushell
2025-08-20T22:17:59.5215427Z info: using existing install for 'stable-x86_64-unknown-linux-gnu'
2025-08-20T22:17:59.5545035Z info: default toolchain set to 'stable-x86_64-unknown-linux-gnu'
2025-08-20T22:17:59.5545620Z 
2025-08-20T22:17:59.5639946Z   stable-x86_64-unknown-linux-gnu unchanged - rustc 1.89.0 (29483883e 2025-08-04)
2025-08-20T22:17:59.5640505Z 
2025-08-20T22:17:59.6130980Z rustc 1.89.0 (29483883e 2025-08-04)
2025-08-20T22:18:00.1136001Z cargo 1.89.0 (c24e10642 2025-06-23)
2025-08-20T22:18:00.1452635Z 680 libs found in cache `/etc/ld.so.cache'
2025-08-20T22:18:00.1453633Z 	libz3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so.4
2025-08-20T22:18:00.1454380Z 	libz3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so
2025-08-20T22:18:00.1455070Z 	libzstd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so.1
2025-08-20T22:18:00.1455776Z 	libzstd.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so
2025-08-20T22:18:00.1456492Z 	libzmq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzmq.so.5
2025-08-20T22:18:00.1457461Z 	libzip.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzip.so.4
2025-08-20T22:18:00.1458087Z 	libzen.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzen.so.0
2025-08-20T22:18:00.1458678Z 	libz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so.1
2025-08-20T22:18:00.1459238Z 	libz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so
2025-08-20T22:18:00.1459848Z 	libyaml-0.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyaml-0.so.2
2025-08-20T22:18:00.1460329Z 	libyajl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyajl.so.2
2025-08-20T22:18:00.1461303Z 	libxxhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxxhash.so.0
2025-08-20T22:18:00.1461931Z 	libxtables.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxtables.so.12
2025-08-20T22:18:00.1462608Z 	libxslt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxslt.so.1
2025-08-20T22:18:00.1463310Z 	libxshmfence.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxshmfence.so.1
2025-08-20T22:18:00.1464029Z 	libxml2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so.2
2025-08-20T22:18:00.1464658Z 	libxml2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so
2025-08-20T22:18:00.1465334Z 	libxmlsec1.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1.so.1
2025-08-20T22:18:00.1465983Z 	libxmlsec1-openssl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T22:18:00.1466419Z 	libxmlb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlb.so.2
2025-08-20T22:18:00.1466788Z 	libxkbfile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbfile.so.1
2025-08-20T22:18:00.1467207Z 	libxkbcommon.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbcommon.so.0
2025-08-20T22:18:00.1467598Z 	libxcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so.1
2025-08-20T22:18:00.1467949Z 	libxcb.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so
2025-08-20T22:18:00.1468329Z 	libxcb-xfixes.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T22:18:00.1468951Z 	libxcb-xfixes.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so
2025-08-20T22:18:00.1469354Z 	libxcb-sync.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-sync.so.1
2025-08-20T22:18:00.1469748Z 	libxcb-shm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shm.so.0
2025-08-20T22:18:00.1470152Z 	libxcb-shape.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so.0
2025-08-20T22:18:00.1470557Z 	libxcb-shape.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so
2025-08-20T22:18:00.1471328Z 	libxcb-render.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so.0
2025-08-20T22:18:00.1471746Z 	libxcb-render.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so
2025-08-20T22:18:00.1472163Z 	libxcb-randr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-randr.so.0
2025-08-20T22:18:00.1472604Z 	libxcb-present.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-present.so.0
2025-08-20T22:18:00.1473048Z 	libxcb-glx.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-glx.so.0
2025-08-20T22:18:00.1473477Z 	libxcb-dri3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-dri3.so.0
2025-08-20T22:18:00.1473874Z 	libwrap.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwrap.so.0
2025-08-20T22:18:00.1474279Z 	libwmflite-0.2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T22:18:00.1474694Z 	libwebpmux.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpmux.so.3
2025-08-20T22:18:00.1475181Z 	libwebpdemux.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpdemux.so.2
2025-08-20T22:18:00.1475884Z 	libwebp.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebp.so.7
2025-08-20T22:18:00.1476586Z 	libwbclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwbclient.so.0
2025-08-20T22:18:00.1477407Z 	libwayland-server.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-server.so.0
2025-08-20T22:18:00.1477924Z 	libwayland-egl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-egl.so.1
2025-08-20T22:18:00.1478398Z 	libwayland-cursor.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-cursor.so.0
2025-08-20T22:18:00.1479037Z 	libwayland-client.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-client.so.0
2025-08-20T22:18:00.1479481Z 	libvulkan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvulkan.so.1
2025-08-20T22:18:00.1479900Z 	libvorbisfile.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbisfile.so.3
2025-08-20T22:18:00.1480313Z 	libvorbis.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbis.so.0
2025-08-20T22:18:00.1480900Z 	libvolume_key.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvolume_key.so.1
2025-08-20T22:18:00.1481316Z 	libvmtools.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvmtools.so.0
2025-08-20T22:18:00.1481712Z 	libvgauth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvgauth.so.0
2025-08-20T22:18:00.1482076Z 	libuv.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuv.so.1
2025-08-20T22:18:00.1482436Z 	libuuid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuuid.so.1
2025-08-20T22:18:00.1482802Z 	libutil.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutil.so.1
2025-08-20T22:18:00.1483139Z 	libutil.so.1 (libc6) => /lib32/libutil.so.1
2025-08-20T22:18:00.1483489Z 	libutempter.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutempter.so.0
2025-08-20T22:18:00.1483894Z 	libusb-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libusb-1.0.so.0
2025-08-20T22:18:00.1484271Z 	liburcu.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu.so.8
2025-08-20T22:18:00.1484674Z 	liburcu-signal.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-signal.so.8
2025-08-20T22:18:00.1485105Z 	liburcu-qsbr.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T22:18:00.1485510Z 	liburcu-memb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-memb.so.8
2025-08-20T22:18:00.1485927Z 	liburcu-mb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-mb.so.8
2025-08-20T22:18:00.1486370Z 	liburcu-common.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-common.so.8
2025-08-20T22:18:00.1486801Z 	liburcu-cds.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-cds.so.8
2025-08-20T22:18:00.1487332Z 	liburcu-bp.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-bp.so.8
2025-08-20T22:18:00.1487828Z 	libunwind.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind.so.8
2025-08-20T22:18:00.1488308Z 	libunwind-x86_64.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-x86_64.so.8
2025-08-20T22:18:00.1488854Z 	libunwind-ptrace.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T22:18:00.1489728Z 	libunwind-coredump.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-coredump.so.0
2025-08-20T22:18:00.1490566Z 	libunistring.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunistring.so.5
2025-08-20T22:18:00.1491317Z 	libudisks2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudisks2.so.0
2025-08-20T22:18:00.1491706Z 	libudev.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudev.so.1
2025-08-20T22:18:00.1492096Z 	libuchardet.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuchardet.so.0
2025-08-20T22:18:00.1492499Z 	libubsan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libubsan.so.1
2025-08-20T22:18:00.1492947Z 	libtss2-tcti-swtpm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T22:18:00.1493429Z 	libtss2-tcti-mssim.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T22:18:00.1493937Z 	libtss2-tcti-device.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T22:18:00.1494433Z 	libtss2-tcti-cmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T22:18:00.1494872Z 	libtss2-sys.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-sys.so.1
2025-08-20T22:18:00.1495307Z 	libtss2-rc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-rc.so.0
2025-08-20T22:18:00.1495697Z 	libtss2-mu.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-mu.so.0
2025-08-20T22:18:00.1496092Z 	libtss2-esys.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-esys.so.0
2025-08-20T22:18:00.1496487Z 	libtsan.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtsan.so.2
2025-08-20T22:18:00.1497029Z 	libtracefs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtracefs.so.1
2025-08-20T22:18:00.1497452Z 	libtraceevent.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtraceevent.so.1
2025-08-20T22:18:00.1497866Z 	libtommath.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtommath.so.1
2025-08-20T22:18:00.1498248Z 	libtk8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtk8.6.so
2025-08-20T22:18:00.1498624Z 	libtirpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtirpc.so.3
2025-08-20T22:18:00.1499024Z 	libtinyxml2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinyxml2.so.10
2025-08-20T22:18:00.1499420Z 	libtinfo.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so.6
2025-08-20T22:18:00.1499788Z 	libtinfo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so
2025-08-20T22:18:00.1500153Z 	libtiff.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtiff.so.6
2025-08-20T22:18:00.1500541Z 	libtidy.so.5deb1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtidy.so.5deb1
2025-08-20T22:18:00.1501160Z 	libtic.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so.6
2025-08-20T22:18:00.1501514Z 	libtic.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so
2025-08-20T22:18:00.1502046Z 	libthread_db.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so.1
2025-08-20T22:18:00.1502421Z 	libthread_db.so.1 (libc6) => /lib32/libthread_db.so.1
2025-08-20T22:18:00.1502781Z 	libthread_db.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so
2025-08-20T22:18:00.1503451Z 	libthai.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthai.so.0
2025-08-20T22:18:00.1504072Z 	libtdb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtdb.so.1
2025-08-20T22:18:00.1504678Z 	libtcl8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtcl8.6.so
2025-08-20T22:18:00.1505353Z 	libtasn1.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtasn1.so.6
2025-08-20T22:18:00.1506043Z 	libtalloc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtalloc.so.2
2025-08-20T22:18:00.1506740Z 	libsystemd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsystemd.so.0
2025-08-20T22:18:00.1507304Z 	libsysfs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsysfs.so.2
2025-08-20T22:18:00.1507677Z 	libsybdb.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsybdb.so.5
2025-08-20T22:18:00.1508043Z 	libsubid.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsubid.so.4
2025-08-20T22:18:00.1508431Z 	libstemmer.so.0d (libc6,x86-64) => /lib/x86_64-linux-gnu/libstemmer.so.0d
2025-08-20T22:18:00.1508831Z 	libstdc++.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libstdc++.so.6
2025-08-20T22:18:00.1509170Z 	libstdc++.so.6 (libc6) => /lib32/libstdc++.so.6
2025-08-20T22:18:00.1509498Z 	libssl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl3.so
2025-08-20T22:18:00.1509857Z 	libssl.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so.3
2025-08-20T22:18:00.1510206Z 	libssl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so
2025-08-20T22:18:00.1510557Z 	libssh2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh2.so.1
2025-08-20T22:18:00.1511111Z 	libssh.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh.so.4
2025-08-20T22:18:00.1511473Z 	libss.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libss.so.2
2025-08-20T22:18:00.1511844Z 	libsqlite3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so.0
2025-08-20T22:18:00.1512235Z 	libsqlite3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so
2025-08-20T22:18:00.1512665Z 	libsourcekitdInProc.so (libc6,x86-64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T22:18:00.1513100Z 	libsoftokn3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsoftokn3.so
2025-08-20T22:18:00.1513496Z 	libsodium.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsodium.so.23
2025-08-20T22:18:00.1513879Z 	libsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnmp.so.40
2025-08-20T22:18:00.1514264Z 	libsnappy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnappy.so.1
2025-08-20T22:18:00.1514664Z 	libsmime3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmime3.so
2025-08-20T22:18:00.1515063Z 	libsmartcols.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmartcols.so.1
2025-08-20T22:18:00.1515589Z 	libslirp.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslirp.so.0
2025-08-20T22:18:00.1515968Z 	libslang.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslang.so.2
2025-08-20T22:18:00.1516349Z 	libsigsegv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsigsegv.so.2
2025-08-20T22:18:00.1516755Z 	libsharpyuv.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsharpyuv.so.0
2025-08-20T22:18:00.1517194Z 	libsgutils2-1.46.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T22:18:00.1517793Z 	libsframe.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsframe.so.1
2025-08-20T22:18:00.1518182Z 	libsepol.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsepol.so.2
2025-08-20T22:18:00.1518761Z 	libsensors.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsensors.so.5
2025-08-20T22:18:00.1519485Z 	libsemanage.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsemanage.so.2
2025-08-20T22:18:00.1520218Z 	libselinux.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libselinux.so.1
2025-08-20T22:18:00.1520957Z 	libseccomp.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libseccomp.so.2
2025-08-20T22:18:00.1521348Z 	libsasl2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsasl2.so.2
2025-08-20T22:18:00.1521736Z 	libruby-3.2.so.3.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T22:18:00.1522137Z 	libruby-3.2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so
2025-08-20T22:18:00.1522507Z 	librtmp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librtmp.so.1
2025-08-20T22:18:00.1522861Z 	librt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librt.so.1
2025-08-20T22:18:00.1523164Z 	librt.so.1 (libc6) => /lib32/librt.so.1
2025-08-20T22:18:00.1523483Z 	librpmsign.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmsign.so.9
2025-08-20T22:18:00.1523874Z 	librpmio.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmio.so.9
2025-08-20T22:18:00.1533265Z 	librpmbuild.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmbuild.so.9
2025-08-20T22:18:00.1534264Z 	librpm.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpm.so.9
2025-08-20T22:18:00.1534838Z 	librhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/librhash.so.0
2025-08-20T22:18:00.1535242Z 	libre2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libre2.so.10
2025-08-20T22:18:00.1535630Z 	libresolv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so.2
2025-08-20T22:18:00.1535989Z 	libresolv.so.2 (libc6) => /lib32/libresolv.so.2
2025-08-20T22:18:00.1536562Z 	libresolv.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so
2025-08-20T22:18:00.1537334Z 	libreiserfscore.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreiserfscore.so.0
2025-08-20T22:18:00.1538140Z 	libreadline.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreadline.so.8
2025-08-20T22:18:00.1538750Z 	libraw_r.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw_r.so.23
2025-08-20T22:18:00.1539128Z 	libraw.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw.so.23
2025-08-20T22:18:00.1539514Z 	librabbitmq.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/librabbitmq.so.4
2025-08-20T22:18:00.1540053Z 	libquadmath.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libquadmath.so.0
2025-08-20T22:18:00.1540473Z 	libqrtr-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqrtr-glib.so.0
2025-08-20T22:18:00.1541095Z 	libqmi-glib.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqmi-glib.so.5
2025-08-20T22:18:00.1541460Z 	libqdbm.so.14 (libc6,x86-64) => /lib/libqdbm.so.14
2025-08-20T22:18:00.1542089Z 	libp11-kit.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libp11-kit.so.0
2025-08-20T22:18:00.1542855Z 	libpython3.12.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so.1.0
2025-08-20T22:18:00.1543634Z 	libpython3.12.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so
2025-08-20T22:18:00.1544124Z 	libpthread.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpthread.so.0
2025-08-20T22:18:00.1544489Z 	libpthread.so.0 (libc6) => /lib32/libpthread.so.0
2025-08-20T22:18:00.1544825Z 	libpsx.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsx.so.2
2025-08-20T22:18:00.1545378Z 	libpspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpspell.so.15
2025-08-20T22:18:00.1545775Z 	libpsl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsl.so.5
2025-08-20T22:18:00.1546202Z 	libprotobuf-lite.so.32 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T22:18:00.1546670Z 	libprotobuf-c.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-c.so.1
2025-08-20T22:18:00.1547085Z 	libproc2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libproc2.so.0
2025-08-20T22:18:00.1547451Z 	libpq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so.5
2025-08-20T22:18:00.1547791Z 	libpq.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so
2025-08-20T22:18:00.1548145Z 	libpopt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpopt.so.0
2025-08-20T22:18:00.1548591Z 	libpolkit-gobject-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T22:18:00.1549096Z 	libpolkit-agent-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T22:18:00.1549551Z 	libpng16.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpng16.so.16
2025-08-20T22:18:00.1549923Z 	libply.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply.so.5
2025-08-20T22:18:00.1550388Z 	libply-splash-graphics.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T22:18:00.1551195Z 	libply-splash-core.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-core.so.5
2025-08-20T22:18:00.1551695Z 	libply-boot-client.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-boot-client.so.5
2025-08-20T22:18:00.1552125Z 	libplds4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplds4.so
2025-08-20T22:18:00.1552487Z 	libplc4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplc4.so
2025-08-20T22:18:00.1552873Z 	libpkgconf.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpkgconf.so.3
2025-08-20T22:18:00.1553281Z 	libpixman-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpixman-1.so.0
2025-08-20T22:18:00.1553704Z 	libpipeline.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpipeline.so.1
2025-08-20T22:18:00.1554244Z 	libpgm-5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpgm-5.3.so.0
2025-08-20T22:18:00.1554619Z 	libpfm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpfm.so.4
2025-08-20T22:18:00.1554991Z 	libperl.so.5.38 (libc6,x86-64) => /lib/x86_64-linux-gnu/libperl.so.5.38
2025-08-20T22:18:00.1555386Z 	libpcre2-32.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so.0
2025-08-20T22:18:00.1555853Z 	libpcre2-32.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so
2025-08-20T22:18:00.1556408Z 	libpcre2-16.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so.0
2025-08-20T22:18:00.1556804Z 	libpcre2-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so
2025-08-20T22:18:00.1557387Z 	libpcre2-8.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so.0
2025-08-20T22:18:00.1558099Z 	libpcre2-8.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so
2025-08-20T22:18:00.1558857Z 	libpcre2-posix.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so.3
2025-08-20T22:18:00.1559592Z 	libpcre2-posix.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so
2025-08-20T22:18:00.1560024Z 	libpcprofile.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcprofile.so
2025-08-20T22:18:00.1560388Z 	libpcprofile.so (libc6) => /lib32/libpcprofile.so
2025-08-20T22:18:00.1561022Z 	libpciaccess.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpciaccess.so.0
2025-08-20T22:18:00.1561427Z 	libpci.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpci.so.3
2025-08-20T22:18:00.1561808Z 	libpcap.so.0.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so.0.8
2025-08-20T22:18:00.1562184Z 	libpcap.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so
2025-08-20T22:18:00.1562756Z 	libparted.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libparted.so.2
2025-08-20T22:18:00.1563453Z 	libpaper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpaper.so.1
2025-08-20T22:18:00.1564189Z 	libpangoft2-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T22:18:00.1565207Z 	libpangocairo-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T22:18:00.1566031Z 	libpango-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpango-1.0.so.0
2025-08-20T22:18:00.1566757Z 	libpanelw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so.6
2025-08-20T22:18:00.1567348Z 	libpanelw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so
2025-08-20T22:18:00.1567749Z 	libpanel.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so.6
2025-08-20T22:18:00.1568141Z 	libpanel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so
2025-08-20T22:18:00.1568586Z 	libpamc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpamc.so.0
2025-08-20T22:18:00.1568967Z 	libpam_misc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam_misc.so.0
2025-08-20T22:18:00.1569346Z 	libpam.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam.so.0
2025-08-20T22:18:00.1569797Z 	libpackagekit-glib2.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T22:18:00.1570288Z 	libopenjp2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopenjp2.so.7
2025-08-20T22:18:00.1570944Z 	libopeniscsiusr.so.0.2.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T22:18:00.1571462Z 	libopcodes-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T22:18:00.1571958Z 	libopcodes-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-arm64.so
2025-08-20T22:18:00.1572445Z 	libopcodes-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T22:18:00.1572928Z 	libopcodes-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T22:18:00.1573361Z 	libonig.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libonig.so.5
2025-08-20T22:18:00.1573726Z 	libogg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libogg.so.0
2025-08-20T22:18:00.1574084Z 	libodbc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libodbc.so.2
2025-08-20T22:18:00.1574454Z 	libobjc_gc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc_gc.so.4
2025-08-20T22:18:00.1575021Z 	libobjc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc.so.4
2025-08-20T22:18:00.1575376Z 	libnvme.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme.so.1
2025-08-20T22:18:00.1575753Z 	libnvme-mi.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme-mi.so.1
2025-08-20T22:18:00.1576124Z 	libnuma.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnuma.so.1
2025-08-20T22:18:00.1576501Z 	libntfs-3g.so.89 (libc6,x86-64) => /lib/x86_64-linux-gnu/libntfs-3g.so.89
2025-08-20T22:18:00.1576883Z 	libnss3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss3.so
2025-08-20T22:18:00.1577260Z 	libnssutil3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssutil3.so
2025-08-20T22:18:00.1577657Z 	libnssdbm3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssdbm3.so
2025-08-20T22:18:00.1578039Z 	libnssckbi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssckbi.so
2025-08-20T22:18:00.1578454Z 	libnss_systemd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_systemd.so.2
2025-08-20T22:18:00.1578897Z 	libnss_hesiod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so.2
2025-08-20T22:18:00.1579282Z 	libnss_hesiod.so.2 (libc6) => /lib32/libnss_hesiod.so.2
2025-08-20T22:18:00.1579653Z 	libnss_hesiod.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so
2025-08-20T22:18:00.1580056Z 	libnss_files.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_files.so.2
2025-08-20T22:18:00.1580425Z 	libnss_files.so.2 (libc6) => /lib32/libnss_files.so.2
2025-08-20T22:18:00.1580960Z 	libnss_dns.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_dns.so.2
2025-08-20T22:18:00.1581314Z 	libnss_dns.so.2 (libc6) => /lib32/libnss_dns.so.2
2025-08-20T22:18:00.1581679Z 	libnss_compat.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so.2
2025-08-20T22:18:00.1582063Z 	libnss_compat.so.2 (libc6) => /lib32/libnss_compat.so.2
2025-08-20T22:18:00.1582430Z 	libnss_compat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so
2025-08-20T22:18:00.1582826Z 	libnspr4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnspr4.so
2025-08-20T22:18:00.1583306Z 	libnsl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnsl.so.1
2025-08-20T22:18:00.1583624Z 	libnsl.so.1 (libc6) => /lib32/libnsl.so.1
2025-08-20T22:18:00.1584083Z 	libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:18:00.1584591Z 	libnpth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnpth.so.0
2025-08-20T22:18:00.1584956Z 	libnorm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnorm.so.1
2025-08-20T22:18:00.1585328Z 	libnl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so.200
2025-08-20T22:18:00.1585694Z 	libnl-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so
2025-08-20T22:18:00.1586098Z 	libnl-route-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so.200
2025-08-20T22:18:00.1586531Z 	libnl-route-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so
2025-08-20T22:18:00.1586956Z 	libnl-genl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-genl-3.so.200
2025-08-20T22:18:00.1587393Z 	libnghttp2.so.14 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnghttp2.so.14
2025-08-20T22:18:00.1587793Z 	libnftnl.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftnl.so.11
2025-08-20T22:18:00.1588206Z 	libnftables.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftables.so.1
2025-08-20T22:18:00.1588628Z 	libnfnetlink.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnfnetlink.so.0
2025-08-20T22:18:00.1589039Z 	libnewt.so.0.52 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnewt.so.0.52
2025-08-20T22:18:00.1589431Z 	libnettle.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnettle.so.8
2025-08-20T22:18:00.1589858Z 	libnetsnmpmibs.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T22:18:00.1590348Z 	libnetsnmphelpers.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T22:18:00.1591049Z 	libnetsnmpagent.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T22:18:00.1591619Z 	libnetsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmp.so.40
2025-08-20T22:18:00.1592025Z 	libnetplan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetplan.so.1
2025-08-20T22:18:00.1592419Z 	libnetpbm.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetpbm.so.11
2025-08-20T22:18:00.1592888Z 	libnetfilter_conntrack.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T22:18:00.1593364Z 	libncursesw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncursesw.so.6
2025-08-20T22:18:00.1593766Z 	libncurses.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncurses.so.6
2025-08-20T22:18:00.1594193Z 	libmysqlclient.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so.21
2025-08-20T22:18:00.1594638Z 	libmysqlclient.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so
2025-08-20T22:18:00.1595039Z 	libmvec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so.1
2025-08-20T22:18:00.1595438Z 	libmvec.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so
2025-08-20T22:18:00.1595809Z 	libmultipath.so.0 (libc6,x86-64) => /lib/libmultipath.so.0
2025-08-20T22:18:00.1596185Z 	libmspack.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmspack.so.0
2025-08-20T22:18:00.1596561Z 	libmpfr.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpfr.so.6
2025-08-20T22:18:00.1596923Z 	libmpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpc.so.3
2025-08-20T22:18:00.1597284Z 	libmpathutil.so.0 (libc6,x86-64) => /lib/libmpathutil.so.0
2025-08-20T22:18:00.1597669Z 	libmpathpersist.so.0 (libc6,x86-64) => /lib/libmpathpersist.so.0
2025-08-20T22:18:00.1598043Z 	libmpathcmd.so.0 (libc6,x86-64) => /lib/libmpathcmd.so.0
2025-08-20T22:18:00.1598406Z 	libmount.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmount.so.1
2025-08-20T22:18:00.1598776Z 	libmnl.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmnl.so.0
2025-08-20T22:18:00.1599123Z 	libmms.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmms.so.0
2025-08-20T22:18:00.1599499Z 	libmm-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmm-glib.so.0
2025-08-20T22:18:00.1600002Z 	libmlx5.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so.1
2025-08-20T22:18:00.1600365Z 	libmlx5.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so
2025-08-20T22:18:00.1600878Z 	libmlx4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so.1
2025-08-20T22:18:00.1601236Z 	libmlx4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so
2025-08-20T22:18:00.1601599Z 	libmenuw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so.6
2025-08-20T22:18:00.1601970Z 	libmenuw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so
2025-08-20T22:18:00.1602328Z 	libmenu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so.6
2025-08-20T22:18:00.1602681Z 	libmenu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so
2025-08-20T22:18:00.1603051Z 	libmemusage.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemusage.so
2025-08-20T22:18:00.1603403Z 	libmemusage.so (libc6) => /lib32/libmemusage.so
2025-08-20T22:18:00.1603770Z 	libmemcached.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemcached.so.11
2025-08-20T22:18:00.1604213Z 	libmediainfo.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmediainfo.so.0
2025-08-20T22:18:00.1604621Z 	libmecab.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmecab.so.2
2025-08-20T22:18:00.1604984Z 	libmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmd.so.0
2025-08-20T22:18:00.1605359Z 	libmbim-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmbim-glib.so.4
2025-08-20T22:18:00.1605774Z 	libmaxminddb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmaxminddb.so.0
2025-08-20T22:18:00.1606167Z 	libmana.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so.1
2025-08-20T22:18:00.1606519Z 	libmana.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so
2025-08-20T22:18:00.1606884Z 	libmagic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmagic.so.1
2025-08-20T22:18:00.1607239Z 	libm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libm.so.6
2025-08-20T22:18:00.1607536Z 	libm.so.6 (libc6) => /lib32/libm.so.6
2025-08-20T22:18:00.1607975Z 	liblz4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so.1
2025-08-20T22:18:00.1608327Z 	liblz4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so
2025-08-20T22:18:00.1608682Z 	liblzo2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzo2.so.2
2025-08-20T22:18:00.1609047Z 	liblzma.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so.5
2025-08-20T22:18:00.1609404Z 	liblzma.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so
2025-08-20T22:18:00.1609748Z 	liblz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so.1
2025-08-20T22:18:00.1610081Z 	liblz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so
2025-08-20T22:18:00.1610459Z 	liblvm2cmd.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T22:18:00.1611030Z 	liblua5.4.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4.so.0
2025-08-20T22:18:00.1611424Z 	liblua5.4-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T22:18:00.1611814Z 	liblua5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3.so.0
2025-08-20T22:18:00.1612205Z 	liblua5.3-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T22:18:00.1612610Z 	liblttng-ust.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust.so.1
2025-08-20T22:18:00.1613102Z 	liblttng-ust-tracepoint.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T22:18:00.1613725Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T22:18:00.1614344Z 	liblttng-ust-libc-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T22:18:00.1614890Z 	liblttng-ust-fork.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T22:18:00.1615362Z 	liblttng-ust-fd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T22:18:00.1615815Z 	liblttng-ust-dl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T22:18:00.1616478Z 	liblttng-ust-cyg-profile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T22:18:00.1617504Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T22:18:00.1618485Z 	liblttng-ust-ctl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T22:18:00.1619372Z 	liblttng-ust-common.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T22:18:00.1620124Z 	libltdl.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libltdl.so.7
2025-08-20T22:18:00.1620499Z 	liblsan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblsan.so.0
2025-08-20T22:18:00.1621072Z 	liblqr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblqr-1.so.0
2025-08-20T22:18:00.1621457Z 	liblmdb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblmdb.so.0
2025-08-20T22:18:00.1621843Z 	liblldb-18.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so.1
2025-08-20T22:18:00.1622235Z 	liblldb-18.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so
2025-08-20T22:18:00.1622629Z 	liblldb-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so.1
2025-08-20T22:18:00.1623007Z 	liblldb-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so
2025-08-20T22:18:00.1623380Z 	liblldb-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so.1
2025-08-20T22:18:00.1623755Z 	liblldb-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so
2025-08-20T22:18:00.1624124Z 	libldap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libldap.so.2
2025-08-20T22:18:00.1624496Z 	liblcms2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblcms2.so.2
2025-08-20T22:18:00.1624860Z 	liblber.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblber.so.2
2025-08-20T22:18:00.1625252Z 	libk5crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libk5crypto.so.3
2025-08-20T22:18:00.1625645Z 	libksba.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libksba.so.8
2025-08-20T22:18:00.1626065Z 	libkrb5support.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5support.so.0
2025-08-20T22:18:00.1626651Z 	libkrb5.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5.so.3
2025-08-20T22:18:00.1627014Z 	libkmod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkmod.so.2
2025-08-20T22:18:00.1627403Z 	libkeyutils.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkeyutils.so.1
2025-08-20T22:18:00.1627813Z 	libjxrglue.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjxrglue.so.0
2025-08-20T22:18:00.1628220Z 	libjsoncpp.so.25 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjsoncpp.so.25
2025-08-20T22:18:00.1628653Z 	libjson-glib-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T22:18:00.1629087Z 	libjson-c.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-c.so.5
2025-08-20T22:18:00.1629458Z 	libjq.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjq.so.1
2025-08-20T22:18:00.1629827Z 	libjpegxr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpegxr.so.0
2025-08-20T22:18:00.1630205Z 	libjpeg.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpeg.so.8
2025-08-20T22:18:00.1630576Z 	libjcat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjcat.so.1
2025-08-20T22:18:00.1631311Z 	libjbig2dec.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig2dec.so.0
2025-08-20T22:18:00.1631702Z 	libjbig.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig.so.0
2025-08-20T22:18:00.1632084Z 	libjansson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjansson.so.4
2025-08-20T22:18:00.1632470Z 	libitm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libitm.so.1
2025-08-20T22:18:00.1632830Z 	libisns.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisns.so.0
2025-08-20T22:18:00.1633189Z 	libisl.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisl.so.23
2025-08-20T22:18:00.1633739Z 	libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:18:00.1634438Z 	libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:18:00.1635231Z 	libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:18:00.1635892Z 	libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:18:00.1636414Z 	libip6tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip6tc.so.2
2025-08-20T22:18:00.1636795Z 	libip4tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip4tc.so.2
2025-08-20T22:18:00.1637161Z 	libinih.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libinih.so.1
2025-08-20T22:18:00.1637530Z 	libijs-0.35.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libijs-0.35.so
2025-08-20T22:18:00.1637900Z 	libidn2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn2.so.0
2025-08-20T22:18:00.1638256Z 	libidn.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn.so.12
2025-08-20T22:18:00.1638625Z 	libicuuc.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.74
2025-08-20T22:18:00.1639004Z 	libicuuc.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.70
2025-08-20T22:18:00.1639384Z 	libicuuc.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so
2025-08-20T22:18:00.1639761Z 	libicutu.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.74
2025-08-20T22:18:00.1640137Z 	libicutu.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.70
2025-08-20T22:18:00.1640508Z 	libicutu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so
2025-08-20T22:18:00.1641061Z 	libicutest.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.74
2025-08-20T22:18:00.1641470Z 	libicutest.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.70
2025-08-20T22:18:00.1641862Z 	libicutest.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so
2025-08-20T22:18:00.1642252Z 	libicui18n.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.74
2025-08-20T22:18:00.1642643Z 	libicui18n.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.70
2025-08-20T22:18:00.1643028Z 	libicui18n.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so
2025-08-20T22:18:00.1643553Z 	libicuio.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.74
2025-08-20T22:18:00.1643923Z 	libicuio.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.70
2025-08-20T22:18:00.1644293Z 	libicuio.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so
2025-08-20T22:18:00.1644670Z 	libicudata.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.74
2025-08-20T22:18:00.1645067Z 	libicudata.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.70
2025-08-20T22:18:00.1645457Z 	libicudata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so
2025-08-20T22:18:00.1645849Z 	libibverbs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so.1
2025-08-20T22:18:00.1646236Z 	libibverbs.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so
2025-08-20T22:18:00.1646616Z 	libhwasan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhwasan.so.0
2025-08-20T22:18:00.1647039Z 	libhunspell-1.7.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T22:18:00.1647474Z 	libhogweed.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhogweed.so.6
2025-08-20T22:18:00.1647870Z 	libhistory.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhistory.so.8
2025-08-20T22:18:00.1648302Z 	libhiredis_ssl.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T22:18:00.1648759Z 	libhiredis.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T22:18:00.1649166Z 	libhgfs.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhgfs.so.0
2025-08-20T22:18:00.1649530Z 	libheif.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libheif.so.1
2025-08-20T22:18:00.1649907Z 	libhavege.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhavege.so.2
2025-08-20T22:18:00.1650297Z 	libhashkit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhashkit.so.2
2025-08-20T22:18:00.1650889Z 	libharfbuzz.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libharfbuzz.so.0
2025-08-20T22:18:00.1651297Z 	libhandle.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhandle.so.1
2025-08-20T22:18:00.1651875Z 	libgusb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgusb.so.2
2025-08-20T22:18:00.1652264Z 	libguestlib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestlib.so.0
2025-08-20T22:18:00.1652732Z 	libguestStoreClient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestStoreClient.so.0
2025-08-20T22:18:00.1653199Z 	libgudev-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgudev-1.0.so.0
2025-08-20T22:18:00.1653595Z 	libgtk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgtk-3.so.0
2025-08-20T22:18:00.1653994Z 	libgthread-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgthread-2.0.so.0
2025-08-20T22:18:00.1654438Z 	libgstreamer-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T22:18:00.1654878Z 	libgstnet-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T22:18:00.1655348Z 	libgstcontroller-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T22:18:00.1655832Z 	libgstcheck-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T22:18:00.1656279Z 	libgstbase-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T22:18:00.1656711Z 	libgssapi_krb5.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T22:18:00.1657105Z 	libgs.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgs.so.10
2025-08-20T22:18:00.1657496Z 	libgraphite2.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgraphite2.so.3
2025-08-20T22:18:00.1657910Z 	libgprofng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgprofng.so.0
2025-08-20T22:18:00.1658291Z 	libgpm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpm.so.2
2025-08-20T22:18:00.1658663Z 	libgpgme.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpgme.so.11
2025-08-20T22:18:00.1659069Z 	libgpg-error.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpg-error.so.0
2025-08-20T22:18:00.1659465Z 	libgomp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgomp.so.1
2025-08-20T22:18:00.1659865Z 	libgobject-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgobject-2.0.so.0
2025-08-20T22:18:00.1660404Z 	libgnutls.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgnutls.so.30
2025-08-20T22:18:00.1661017Z 	libgmpxx.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so.4
2025-08-20T22:18:00.1661409Z 	libgmpxx.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so
2025-08-20T22:18:00.1661771Z 	libgmp.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so.10
2025-08-20T22:18:00.1662126Z 	libgmp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so
2025-08-20T22:18:00.1662511Z 	libgmodule-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T22:18:00.1662920Z 	libglib-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libglib-2.0.so.0
2025-08-20T22:18:00.1663370Z 	libgirepository-1.0.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T22:18:00.1663818Z 	libgio-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgio-2.0.so.0
2025-08-20T22:18:00.1664216Z 	libgfortran.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgfortran.so.5
2025-08-20T22:18:00.1664652Z 	libgdk_pixbuf-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T22:18:00.1665067Z 	libgdk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk-3.so.0
2025-08-20T22:18:00.1665469Z 	libgdbm_compat.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm_compat.so.4
2025-08-20T22:18:00.1665872Z 	libgdbm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm.so.6
2025-08-20T22:18:00.1666229Z 	libgd.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgd.so.3
2025-08-20T22:18:00.1666586Z 	libgctba.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgctba.so.1
2025-08-20T22:18:00.1666972Z 	libgcrypt.so.20 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcrypt.so.20
2025-08-20T22:18:00.1667360Z 	libgccpp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgccpp.so.1
2025-08-20T22:18:00.1667730Z 	libgcc_s.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcc_s.so.1
2025-08-20T22:18:00.1668128Z 	libgcc_s.so.1 (libc6) => /lib32/libgcc_s.so.1
2025-08-20T22:18:00.1668572Z 	libgc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgc.so.1
2025-08-20T22:18:00.1668932Z 	libgbm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgbm.so.1
2025-08-20T22:18:00.1669433Z 	libgallium-25.0.7-0ubuntu0.24.04.1.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgallium-25.0.7-0ubuntu0.24.04.1.so
2025-08-20T22:18:00.1669943Z 	libfwupd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfwupd.so.2
2025-08-20T22:18:00.1670319Z 	libfuse3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfuse3.so.3
2025-08-20T22:18:00.1670950Z 	libftdi1.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libftdi1.so.2
2025-08-20T22:18:00.1671396Z 	libfsverity.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfsverity.so.0
2025-08-20T22:18:00.1671802Z 	libfribidi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfribidi.so.0
2025-08-20T22:18:00.1672204Z 	libfreetype.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreetype.so.6
2025-08-20T22:18:00.1672592Z 	libfreebl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreebl3.so
2025-08-20T22:18:00.1673013Z 	libfreeblpriv3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreeblpriv3.so
2025-08-20T22:18:00.1673415Z 	libformw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so.6
2025-08-20T22:18:00.1673783Z 	libformw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so
2025-08-20T22:18:00.1674148Z 	libform.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so.6
2025-08-20T22:18:00.1674507Z 	libform.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so
2025-08-20T22:18:00.1674881Z 	libfontenc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontenc.so.1
2025-08-20T22:18:00.1675300Z 	libfontconfig.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontconfig.so.1
2025-08-20T22:18:00.1675722Z 	libflashrom.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libflashrom.so.1
2025-08-20T22:18:00.1676110Z 	libfido2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfido2.so.1
2025-08-20T22:18:00.1676524Z 	libfftw3_threads.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_threads.so.3
2025-08-20T22:18:00.1677093Z 	libfftw3_omp.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_omp.so.3
2025-08-20T22:18:00.1677483Z 	libfftw3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3.so.3
2025-08-20T22:18:00.1677845Z 	libffi.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so.8
2025-08-20T22:18:00.1678197Z 	libffi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so
2025-08-20T22:18:00.1678552Z 	libfdisk.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfdisk.so.1
2025-08-20T22:18:00.1678922Z 	libfcgi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi.so.0
2025-08-20T22:18:00.1679295Z 	libfcgi++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi++.so.0
2025-08-20T22:18:00.1679686Z 	libfbclient.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfbclient.so.2
2025-08-20T22:18:00.1680095Z 	libfastjson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfastjson.so.4
2025-08-20T22:18:00.1680543Z 	libfakeroot-0.so (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T22:18:00.1681210Z 	libe2p.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libe2p.so.2
2025-08-20T22:18:00.1681583Z 	libext2fs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libext2fs.so.2
2025-08-20T22:18:00.1681963Z 	libexslt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexslt.so.0
2025-08-20T22:18:00.1682338Z 	libexpatw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so.1
2025-08-20T22:18:00.1682719Z 	libexpatw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so
2025-08-20T22:18:00.1683091Z 	libexpat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so.1
2025-08-20T22:18:00.1683456Z 	libexpat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so
2025-08-20T22:18:00.1683909Z 	libevent_pthreads-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T22:18:00.1684394Z 	libevent_core-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T22:18:00.1684809Z 	libevdev.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevdev.so.2
2025-08-20T22:18:00.1685380Z 	libestr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libestr.so.0
2025-08-20T22:18:00.1685759Z 	libepoxy.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libepoxy.so.0
2025-08-20T22:18:00.1686161Z 	libenchant-2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libenchant-2.so.2
2025-08-20T22:18:00.1686550Z 	libelf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libelf.so.1
2025-08-20T22:18:00.1686923Z 	libefivar.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefivar.so.1
2025-08-20T22:18:00.1687315Z 	libefiboot.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefiboot.so.1
2025-08-20T22:18:00.1687690Z 	libefa.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so.1
2025-08-20T22:18:00.1688037Z 	libefa.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so
2025-08-20T22:18:00.1688392Z 	libedit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libedit.so.2
2025-08-20T22:18:00.1688787Z 	libeatmydata.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so.1
2025-08-20T22:18:00.1689201Z 	libeatmydata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so
2025-08-20T22:18:00.1689586Z 	libdw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdw.so.1
2025-08-20T22:18:00.1689966Z 	libduktape.so.207 (libc6,x86-64) => /lib/x86_64-linux-gnu/libduktape.so.207
2025-08-20T22:18:00.1690403Z 	libdrop_ambient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrop_ambient.so.0
2025-08-20T22:18:00.1691033Z 	libdrm_intel.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_intel.so.1
2025-08-20T22:18:00.1691457Z 	libdrm_amdgpu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T22:18:00.1691849Z 	libdrm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm.so.2
2025-08-20T22:18:00.1692358Z 	libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:18:00.1692863Z 	libdl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdl.so.2
2025-08-20T22:18:00.1693167Z 	libdl.so.2 (libc6) => /lib32/libdl.so.2
2025-08-20T22:18:00.1693644Z 	libdjvulibre.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdjvulibre.so.21
2025-08-20T22:18:00.1694048Z 	libde265.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libde265.so.0
2025-08-20T22:18:00.1694471Z 	libdevmapper.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T22:18:00.1694984Z 	libdevmapper-event.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T22:18:00.1695596Z 	libdevmapper-event-lvm2vdo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T22:18:00.1696199Z 	libdevmapper-event-lvm2thin.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T22:18:00.1696842Z 	libdevmapper-event-lvm2snapshot.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T22:18:00.1697479Z 	libdevmapper-event-lvm2raid.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T22:18:00.1698104Z 	libdevmapper-event-lvm2mirror.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T22:18:00.1698729Z 	libdevmapper-event-lvm2.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T22:18:00.1699305Z 	libdevmapper-event-lvm2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T22:18:00.1699789Z 	libdeflate.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdeflate.so.0
2025-08-20T22:18:00.1700228Z 	libdebconfclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdebconfclient.so.0
2025-08-20T22:18:00.1700658Z 	libdconf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdconf.so.1
2025-08-20T22:18:00.1701304Z 	libdbusmenu-gtk3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T22:18:00.1701771Z 	libdbusmenu-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T22:18:00.1702201Z 	libdbus-1.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so.3
2025-08-20T22:18:00.1702582Z 	libdbus-1.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so
2025-08-20T22:18:00.1703113Z 	libdb-5.3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdb-5.3.so
2025-08-20T22:18:00.1703491Z 	libdatrie.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdatrie.so.1
2025-08-20T22:18:00.1703870Z 	libcurl.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl.so.4
2025-08-20T22:18:00.1704279Z 	libcurl-gnutls.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T22:18:00.1704689Z 	libcups.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcups.so.2
2025-08-20T22:18:00.1705050Z 	libctf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf.so.0
2025-08-20T22:18:00.1705438Z 	libctf-nobfd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd.so.0
2025-08-20T22:18:00.1705897Z 	libctf-nobfd-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so.0
2025-08-20T22:18:00.1706380Z 	libctf-nobfd-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so
2025-08-20T22:18:00.1706854Z 	libctf-nobfd-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T22:18:00.1707339Z 	libctf-nobfd-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T22:18:00.1707816Z 	libctf-nobfd-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T22:18:00.1708297Z 	libctf-nobfd-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T22:18:00.1708740Z 	libctf-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so.0
2025-08-20T22:18:00.1709149Z 	libctf-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so
2025-08-20T22:18:00.1709557Z 	libctf-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so.0
2025-08-20T22:18:00.1709963Z 	libctf-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so
2025-08-20T22:18:00.1710369Z 	libctf-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so.0
2025-08-20T22:18:00.1710971Z 	libctf-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so
2025-08-20T22:18:00.1711534Z 	libcryptsetup.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcryptsetup.so.12
2025-08-20T22:18:00.1711961Z 	libcrypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so.3
2025-08-20T22:18:00.1712347Z 	libcrypto.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so
2025-08-20T22:18:00.1712724Z 	libcrypt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so.1
2025-08-20T22:18:00.1713098Z 	libcrypt.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so
2025-08-20T22:18:00.1713474Z 	libcom_err.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcom_err.so.2
2025-08-20T22:18:00.1713904Z 	libcolordprivate.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolordprivate.so.2
2025-08-20T22:18:00.1714339Z 	libcolord.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolord.so.2
2025-08-20T22:18:00.1714736Z 	libclang-18.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-18.so.18
2025-08-20T22:18:00.1715140Z 	libclang-17.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-17.so.17
2025-08-20T22:18:00.1715570Z 	libclang-16.so.16.0.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T22:18:00.1716012Z 	libclang-cpp.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T22:18:00.1716452Z 	libclang-cpp.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.17
2025-08-20T22:18:00.1716968Z 	libclang-cpp.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.16
2025-08-20T22:18:00.1717404Z 	libcc1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcc1.so.0
2025-08-20T22:18:00.1717780Z 	libcbor.so.0.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcbor.so.0.10
2025-08-20T22:18:00.1718164Z 	libcares.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcares.so.2
2025-08-20T22:18:00.1718535Z 	libcap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap.so.2
2025-08-20T22:18:00.1718904Z 	libcap-ng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap-ng.so.0
2025-08-20T22:18:00.1719301Z 	libcanberra.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcanberra.so.0
2025-08-20T22:18:00.1719817Z 	libcairo.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo.so.2
2025-08-20T22:18:00.1720244Z 	libcairo-gobject.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo-gobject.so.2
2025-08-20T22:18:00.1720858Z 	libc_malloc_debug.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T22:18:00.1721298Z 	libc_malloc_debug.so.0 (libc6) => /lib32/libc_malloc_debug.so.0
2025-08-20T22:18:00.1721711Z 	libc_malloc_debug.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so
2025-08-20T22:18:00.1722109Z 	libc.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc.so.6
2025-08-20T22:18:00.1722410Z 	libc.so.6 (libc6) => /lib32/libc.so.6
2025-08-20T22:18:00.1722734Z 	libc-client.so.2007e (libc6,x86-64) => /lib/libc-client.so.2007e
2025-08-20T22:18:00.1723122Z 	libbz2.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbz2.so.1.0
2025-08-20T22:18:00.1723518Z 	libbytesize.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbytesize.so.1
2025-08-20T22:18:00.1723918Z 	libbsd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbsd.so.0
2025-08-20T22:18:00.1724311Z 	libbrotlienc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlienc.so.1
2025-08-20T22:18:00.1724737Z 	libbrotlidec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlidec.so.1
2025-08-20T22:18:00.1725182Z 	libbrotlicommon.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlicommon.so.1
2025-08-20T22:18:00.1725594Z 	libbpf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbpf.so.1
2025-08-20T22:18:00.1725978Z 	libblockdev.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblockdev.so.3
2025-08-20T22:18:00.1726377Z 	libblkid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblkid.so.1
2025-08-20T22:18:00.1726917Z 	libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:18:00.1727495Z 	libbfd-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-system.so
2025-08-20T22:18:00.1727943Z 	libbfd-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-arm64.so
2025-08-20T22:18:00.1728509Z 	libbfd-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T22:18:00.1728941Z 	libbfd-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T22:18:00.1729357Z 	libbd_utils.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_utils.so.3
2025-08-20T22:18:00.1729749Z 	libbd_swap.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_swap.so.3
2025-08-20T22:18:00.1730133Z 	libbd_part.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_part.so.3
2025-08-20T22:18:00.1730512Z 	libbd_nvme.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_nvme.so.3
2025-08-20T22:18:00.1731073Z 	libbd_mdraid.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_mdraid.so.3
2025-08-20T22:18:00.1731468Z 	libbd_loop.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_loop.so.3
2025-08-20T22:18:00.1731838Z 	libbd_fs.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_fs.so.3
2025-08-20T22:18:00.1732231Z 	libbd_crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_crypto.so.3
2025-08-20T22:18:00.1732628Z 	libbcc_bpf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc_bpf.so.0
2025-08-20T22:18:00.1732997Z 	libbcc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc.so.0
2025-08-20T22:18:00.1733400Z 	libavahi-common.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-common.so.3
2025-08-20T22:18:00.1733861Z 	libavahi-client.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-client.so.3
2025-08-20T22:18:00.1734278Z 	libaudit.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaudit.so.1
2025-08-20T22:18:00.1734648Z 	libattr.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libattr.so.1
2025-08-20T22:18:00.1735019Z 	libatspi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatspi.so.0
2025-08-20T22:18:00.1735399Z 	libatomic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatomic.so.1
2025-08-20T22:18:00.1735771Z 	libatm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatm.so.1
2025-08-20T22:18:00.1736135Z 	libatk-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-1.0.so.0
2025-08-20T22:18:00.1736683Z 	libatk-bridge-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T22:18:00.1737134Z 	libatasmart.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatasmart.so.4
2025-08-20T22:18:00.1737535Z 	libassuan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libassuan.so.0
2025-08-20T22:18:00.1737925Z 	libaspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaspell.so.15
2025-08-20T22:18:00.1738317Z 	libasound.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasound.so.2
2025-08-20T22:18:00.1738696Z 	libasan.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasan.so.8
2025-08-20T22:18:00.1739069Z 	libaria2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaria2.so.0
2025-08-20T22:18:00.1739447Z 	libargon2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libargon2.so.1
2025-08-20T22:18:00.1739844Z 	libarchive.so.13 (libc6,x86-64) => /lib/x86_64-linux-gnu/libarchive.so.13
2025-08-20T22:18:00.1740288Z 	libapt-private.so.0.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-private.so.0.0
2025-08-20T22:18:00.1740939Z 	libapt-pkg.so.6.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T22:18:00.1741376Z 	libaprutil-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaprutil-1.so.0
2025-08-20T22:18:00.1741772Z 	libapr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapr-1.so.0
2025-08-20T22:18:00.1742173Z 	libappstream.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libappstream.so.5
2025-08-20T22:18:00.1742587Z 	libapparmor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapparmor.so.1
2025-08-20T22:18:00.1742971Z 	libaom.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaom.so.3
2025-08-20T22:18:00.1743330Z 	libanl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so.1
2025-08-20T22:18:00.1743644Z 	libanl.so.1 (libc6) => /lib32/libanl.so.1
2025-08-20T22:18:00.1743946Z 	libanl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so
2025-08-20T22:18:00.1744312Z 	libaio.so.1t64 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaio.so.1t64
2025-08-20T22:18:00.1744808Z 	libacl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libacl.so.1
2025-08-20T22:18:00.1745155Z 	libX11.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11.so.6
2025-08-20T22:18:00.1745527Z 	libX11-xcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11-xcb.so.1
2025-08-20T22:18:00.1745918Z 	libXxf86vm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXxf86vm.so.1
2025-08-20T22:18:00.1746303Z 	libXtst.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXtst.so.6
2025-08-20T22:18:00.1746659Z 	libXt.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXt.so.6
2025-08-20T22:18:00.1747004Z 	libXss.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXss.so.1
2025-08-20T22:18:00.1747375Z 	libXrender.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrender.so.1
2025-08-20T22:18:00.1747766Z 	libXrandr.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrandr.so.2
2025-08-20T22:18:00.1748135Z 	libXpm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXpm.so.4
2025-08-20T22:18:00.1748488Z 	libXmuu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmuu.so.1
2025-08-20T22:18:00.1748853Z 	libXmu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmu.so.6
2025-08-20T22:18:00.1749231Z 	libXinerama.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXinerama.so.1
2025-08-20T22:18:00.1749609Z 	libXi.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXi.so.6
2025-08-20T22:18:00.1749956Z 	libXft.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXft.so.2
2025-08-20T22:18:00.1750326Z 	libXfont2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfont2.so.2
2025-08-20T22:18:00.1750901Z 	libXfixes.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfixes.so.3
2025-08-20T22:18:00.1751292Z 	libXext.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXext.so.6
2025-08-20T22:18:00.1751666Z 	libXdmcp.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so.6
2025-08-20T22:18:00.1752036Z 	libXdmcp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so
2025-08-20T22:18:00.1752417Z 	libXdamage.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdamage.so.1
2025-08-20T22:18:00.1752937Z 	libXcursor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcursor.so.1
2025-08-20T22:18:00.1753360Z 	libXcomposite.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcomposite.so.1
2025-08-20T22:18:00.1753760Z 	libXaw.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXaw.so.7
2025-08-20T22:18:00.1754108Z 	libXau.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so.6
2025-08-20T22:18:00.1754453Z 	libXau.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so
2025-08-20T22:18:00.1754793Z 	libSM.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libSM.so.6
2025-08-20T22:18:00.1755215Z 	libOpenEXRUtil-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T22:18:00.1755708Z 	libOpenEXRCore-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T22:18:00.1756170Z 	libOpenEXR-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T22:18:00.1756645Z 	libMagickWand-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T22:18:00.1757150Z 	libMagickCore-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T22:18:00.1757582Z 	libLerc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLerc.so.4
2025-08-20T22:18:00.1757969Z 	libLLVM.so.19.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.19.1
2025-08-20T22:18:00.1758353Z 	libLLVM.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.18.1
2025-08-20T22:18:00.1758734Z 	libLLVM-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so.1
2025-08-20T22:18:00.1759115Z 	libLLVM-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so
2025-08-20T22:18:00.1759492Z 	libLLVM-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so.1
2025-08-20T22:18:00.1759872Z 	libLLVM-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so
2025-08-20T22:18:00.1760240Z 	libJudy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libJudy.so.1
2025-08-20T22:18:00.1760632Z 	libImath-3_1.so.29 (libc6,x86-64) => /lib/x86_64-linux-gnu/libImath-3_1.so.29
2025-08-20T22:18:00.1761367Z 	libIlmThread-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T22:18:00.1761791Z 	libIex-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIex-3_1.so.30
2025-08-20T22:18:00.1762166Z 	libICE.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libICE.so.6
2025-08-20T22:18:00.1762562Z 	libGLdispatch.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLdispatch.so.0
2025-08-20T22:18:00.1762979Z 	libGLX_mesa.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX_mesa.so.0
2025-08-20T22:18:00.1763354Z 	libGLX.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX.so.0
2025-08-20T22:18:00.1763703Z 	libGL.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGL.so.1
2025-08-20T22:18:00.1764086Z 	libDeployPkg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libDeployPkg.so.0
2025-08-20T22:18:00.1764535Z 	libBrokenLocale.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so.1
2025-08-20T22:18:00.1764952Z 	libBrokenLocale.so.1 (libc6) => /lib32/libBrokenLocale.so.1
2025-08-20T22:18:00.1765366Z 	libBrokenLocale.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so
2025-08-20T22:18:00.1765770Z 	ld-musl-x86_64.so.1 (libc6,x86-64) => /lib/ld-musl-x86_64.so.1
2025-08-20T22:18:00.1766092Z 	ld-linux.so.2 (libc6) => /lib32/ld-linux.so.2
2025-08-20T22:18:00.1766369Z 	ld-linux.so.2 (libc6) => /lib/ld-linux.so.2
2025-08-20T22:18:00.1766723Z 	ld-linux-x86-64.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
2025-08-20T22:18:00.1767200Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.5) stable release version 2.39
2025-08-20T22:18:00.1767507Z 
2025-08-20T22:18:00.1767511Z 
2025-08-20T22:18:00.1767885Z  [+] Finished Initializing Linux pkrvmubgrv54qmi 6.11.0-1018-azure x86_64 :: at Wednesday, 2025-08-20 (10:18:00 PM)
2025-08-20T22:18:00.1768267Z 
2025-08-20T22:18:00.1768270Z 
2025-08-20T22:18:00.1768274Z 
2025-08-20T22:18:00.1768350Z [+] Continue : YES
2025-08-20T22:18:00.1768471Z 
2025-08-20T22:18:00.1768823Z [+] ulimit -n (open file descriptors) :: [Soft --> 65536] [Hard --> 65536] [Total --> 9223372036854775807]
2025-08-20T22:18:00.2086107Z 
2025-08-20T22:18:00.2086700Z ==> [+] Started Building at :: Wednesday, 2025-08-20 (10:18:00 PM) UTC
2025-08-20T22:18:00.2086990Z 
2025-08-20T22:18:00.2104387Z 
2025-08-20T22:18:00.2104593Z [+] Total RECIPES :: 1
2025-08-20T22:18:00.2104821Z 
2025-08-20T22:18:00.2181370Z 
2025-08-20T22:18:00.2181992Z [+] Fetching : https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/ripgen/static.official.source.yaml (1/1)
2025-08-20T22:18:00.2182533Z 
2025-08-20T22:18:00.2683567Z ==> https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/ripgen/static.official.source.yaml
2025-08-20T22:18:00.2694434Z mode of '/tmp/pkgforge/FhvGLQ9Th_build.yaml' changed from 0600 (rw-------) to 0755 (rwxr-xr-x)
2025-08-20T22:18:00.2742732Z [+] Setting '.ghcr_pkg' --> ghcr.io/pkgforge/bincache/ripgen/official [Provided]
2025-08-20T22:18:00.2743427Z [+] Setting '.pkg_family' --> ripgen [Provided]
2025-08-20T22:18:00.2756471Z [00:00:00.000]➜  [+] SBUILD Functions Version: 1.7.1
2025-08-20T22:18:00.2762784Z [00:00:00.000]➜  [+] HOST: Linux pkrvmubgrv54qmi 6.11.0-1018-azure #18~24.04.1-Ubuntu SMP Sat Jun 28 04:46:03 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux
2025-08-20T22:18:00.2792455Z [00:00:00.003]➜  
2025-08-20T22:18:00.2793026Z [00:00:00.003]➜  [+] INFO: Adding --platform="linux/amd64" to 'docker run' ==> /tmp/pkgforge/FhvGLQ9Th_build.yaml
2025-08-20T22:18:00.2793476Z [00:00:00.003]➜  
2025-08-20T22:18:00.2834252Z [00:00:00.007]➜  
2025-08-20T22:18:00.2834891Z [00:00:00.007]➜  [+] INFO: Fixing Docker Tag ':$(uname -m)' to ':x86_64' ==> /tmp/pkgforge/FhvGLQ9Th_build.yaml
2025-08-20T22:18:00.2835333Z [00:00:00.007]➜  
2025-08-20T22:18:00.2914122Z [00:00:00.015]➜  
2025-08-20T22:18:00.2915177Z [00:00:00.015]➜  [+] Building (https://github.com/pkgforge/soarpkgs/blob/main/binaries/ripgen/static.official.source.yaml) --> /tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR [Wednesday, 2025-08-20 (10:18:00 PM) UTC]
2025-08-20T22:18:00.2916419Z [00:00:00.015]➜  
2025-08-20T22:18:00.2916629Z [00:00:00.015]➜  
2025-08-20T22:18:00.2916833Z [00:00:00.015]➜  
2025-08-20T22:18:00.2917125Z [00:00:00.015]➜  ###################################################################
2025-08-20T22:18:00.2925037Z [00:00:00.016]➜  #!/SBUILD ver @v1.0.0
2025-08-20T22:18:00.2926246Z [00:00:00.016]➜  #SELF: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/ripgen/static.official.source.yaml
2025-08-20T22:18:00.2927342Z [00:00:00.016]➜  _disabled: false
2025-08-20T22:18:00.2927796Z [00:00:00.016]➜  
2025-08-20T22:18:00.2928193Z [00:00:00.016]➜  pkg: "ripgen"
2025-08-20T22:18:00.2928753Z [00:00:00.016]➜  pkg_id: "github.com.resyncgg.ripgen"
2025-08-20T22:18:00.2929337Z [00:00:00.016]➜  pkg_type: "static"
2025-08-20T22:18:00.2929811Z [00:00:00.016]➜  category:
2025-08-20T22:18:00.2930626Z [00:00:00.016]➜    - "ConsoleOnly"
2025-08-20T22:18:00.2931320Z [00:00:00.016]➜    - "Utility"
2025-08-20T22:18:00.2932097Z [00:00:00.016]➜  description: "Rust-based high performance domain permutation generator"
2025-08-20T22:18:00.2932790Z [00:00:00.016]➜  homepage:
2025-08-20T22:18:00.2933319Z [00:00:00.016]➜    - "https://github.com/resyncgg/ripgen"
2025-08-20T22:18:00.2933875Z [00:00:00.016]➜  maintainer:
2025-08-20T22:18:00.2934476Z [00:00:00.016]➜    - "Azathothas (https://github.com/Azathothas)"
2025-08-20T22:18:00.2935040Z [00:00:00.016]➜  note:
2025-08-20T22:18:00.2935662Z [00:00:00.016]➜    - "[DO NOT RUN] (Meant for pkgforge CI Only)"
2025-08-20T22:18:00.2936659Z [00:00:00.016]➜    - "Built From Source (Latest Git HEAD). Check/Report @ https://github.com/resyncgg/ripgen"
2025-08-20T22:18:00.2937468Z [00:00:00.016]➜  src_url:
2025-08-20T22:18:00.2938017Z [00:00:00.016]➜    - "https://github.com/resyncgg/ripgen"
2025-08-20T22:18:00.2938684Z [00:00:00.016]➜  tag:
2025-08-20T22:18:00.2939133Z [00:00:00.016]➜    - "permutation"
2025-08-20T22:18:00.2939604Z [00:00:00.017]➜    - "wordlist"
2025-08-20T22:18:00.2940055Z [00:00:00.017]➜  x_exec:
2025-08-20T22:18:00.2941016Z [00:00:00.017]➜    bsys: "docker://rust"
2025-08-20T22:18:00.2941640Z [00:00:00.017]➜    host:
2025-08-20T22:18:00.2942098Z [00:00:00.017]➜      - "aarch64-Linux"
2025-08-20T22:18:00.2942619Z [00:00:00.017]➜      - "x86_64-Linux"
2025-08-20T22:18:00.2943139Z [00:00:00.017]➜    shell: "bash"
2025-08-20T22:18:00.2943597Z [00:00:00.017]➜    pkgver: |
2025-08-20T22:18:00.2944140Z [00:00:00.017]➜      pushd "$(mktemp -d)" &>/dev/null && \
2025-08-20T22:18:00.2945460Z [00:00:00.017]➜      git clone --depth="1" --filter="blob:none" --no-checkout --single-branch --quiet "https://github.com/resyncgg/ripgen" "./TEMPREPO" &>/dev/null && \
2025-08-20T22:18:00.2947097Z [00:00:00.017]➜      git --git-dir="./TEMPREPO/.git" --no-pager log -1 --pretty=format:'HEAD-%h-%cd' --date=format:'%y%m%dT%H%M%S' && \
2025-08-20T22:18:00.2948040Z [00:00:00.017]➜      [ -d "$(realpath .)/TEMPREPO" ] && rm -rf "$(realpath .)" &>/dev/null && popd &>/dev/null
2025-08-20T22:18:00.2948456Z [00:00:00.017]➜    run: |
2025-08-20T22:18:00.2948701Z [00:00:00.017]➜      #Build
2025-08-20T22:18:00.2949351Z [00:00:00.017]➜       mkdir -pv "${SBUILD_TMPDIR}/tmp" && docker run --platform="linux/amd64" --privileged --net="host" --name "alpine-builder" --pull="always" \
2025-08-20T22:18:00.2950119Z [00:00:00.017]➜       -e "PKG=${PKG}" -e "PKG_ID=${PKG_ID}" -e "PKG_TYPE=${PKG_TYPE}" -e "PKG_VER=${PKG_VER}" \
2025-08-20T22:18:00.2950916Z [00:00:00.017]➜       -e "PKGVER=${PKGVER}" -e "SBUILD_PKG=${SBUILD_PKG}" -e "SBUILD_PKGVER=${SBUILD_PKGVER}" \
2025-08-20T22:18:00.2951473Z [00:00:00.017]➜       --volume "${SBUILD_TMPDIR}/tmp:/tmp:rw" \
2025-08-20T22:18:00.2951909Z [00:00:00.017]➜       "ghcr.io/pkgforge/devscripts/alpine-builder:x86_64" \
2025-08-20T22:18:00.2952266Z [00:00:00.017]➜        bash -l -c '
2025-08-20T22:18:00.2952528Z [00:00:00.017]➜        #Setup ENV
2025-08-20T22:18:00.2952913Z [00:00:00.017]➜         set -x ; mkdir -p "/build-bins" && pushd "$(mktemp -d)" &>/dev/null
2025-08-20T22:18:00.2953606Z [00:00:00.017]➜         [[ -s "${HOME}/.cargo/env" ]] && source "${HOME}/.cargo/env"
2025-08-20T22:18:00.2954042Z [00:00:00.017]➜         if [[ "$(uname -m | tr -d '[:space:]')" == "riscv64" ]]; then
2025-08-20T22:18:00.2954705Z [00:00:00.017]➜           RUST_TARGET="$(rustc -Vv 2>/dev/null | sed -n "s/^[[:space:]]*host[[:space:]]*:[[:space:]]*//p" | grep -i "riscv" | tr -d "[:space:]")"
2025-08-20T22:18:00.2955275Z [00:00:00.017]➜           if [[ -n "${RUST_TARGET//[[:space:]]/}" ]]; then
2025-08-20T22:18:00.2955626Z [00:00:00.017]➜             export RUST_TARGET
2025-08-20T22:18:00.2956089Z [00:00:00.017]➜           else
2025-08-20T22:18:00.2956564Z [00:00:00.017]➜             rustc -Vv ; exit 1
2025-08-20T22:18:00.2957054Z [00:00:00.017]➜           fi
2025-08-20T22:18:00.2957469Z [00:00:00.017]➜         else
2025-08-20T22:18:00.2958067Z [00:00:00.017]➜           export RUST_TARGET="$(uname -m)-unknown-linux-musl"
2025-08-20T22:18:00.2958799Z [00:00:00.017]➜           rustup target add "${RUST_TARGET}"
2025-08-20T22:18:00.2959381Z [00:00:00.017]➜         fi
2025-08-20T22:18:00.2959805Z [00:00:00.017]➜         RUST_FLAGS=()
2025-08-20T22:18:00.2960388Z [00:00:00.017]➜         RUST_FLAGS+=("-C target-feature=+crt-static")
2025-08-20T22:18:00.2961492Z [00:00:00.017]➜         RUST_FLAGS+=("-C default-linker-libraries=yes")
2025-08-20T22:18:00.2962268Z [00:00:00.017]➜         if echo "${RUST_TARGET}" | grep -Eqiv "alpine|gnu"; then
2025-08-20T22:18:00.2963012Z [00:00:00.017]➜           RUST_FLAGS+=("-C link-self-contained=yes")
2025-08-20T22:18:00.2963585Z [00:00:00.017]➜         fi
2025-08-20T22:18:00.2964095Z [00:00:00.017]➜         RUST_FLAGS+=("-C prefer-dynamic=no")
2025-08-20T22:18:00.2964731Z [00:00:00.017]➜         RUST_FLAGS+=("-C embed-bitcode=yes")
2025-08-20T22:18:00.2965330Z [00:00:00.017]➜         RUST_FLAGS+=("-C lto=yes")
2025-08-20T22:18:00.2965948Z [00:00:00.017]➜         RUST_FLAGS+=("-C opt-level=z")
2025-08-20T22:18:00.2966558Z [00:00:00.017]➜         RUST_FLAGS+=("-C debuginfo=none")
2025-08-20T22:18:00.2967424Z [00:00:00.017]➜         RUST_FLAGS+=("-C strip=symbols")
2025-08-20T22:18:00.2968098Z [00:00:00.017]➜         RUST_FLAGS+=("-C linker=clang")
2025-08-20T22:18:00.2968816Z [00:00:00.017]➜         RUST_FLAGS+=("-C link-arg=-fuse-ld=$(which mold)")
2025-08-20T22:18:00.2969553Z [00:00:00.017]➜         RUST_FLAGS+=("-C link-arg=-Wl,--Bstatic")
2025-08-20T22:18:00.2970254Z [00:00:00.017]➜         RUST_FLAGS+=("-C link-arg=-Wl,--static")
2025-08-20T22:18:00.2971229Z [00:00:00.017]➜         RUST_FLAGS+=("-C link-arg=-Wl,-S")
2025-08-20T22:18:00.2971954Z [00:00:00.017]➜         RUST_FLAGS+=("-C link-arg=-Wl,--build-id=none")
2025-08-20T22:18:00.2972667Z [00:00:00.017]➜         export RUSTFLAGS="${RUST_FLAGS[*]}"
2025-08-20T22:18:00.2973222Z [00:00:00.017]➜        #Build
2025-08-20T22:18:00.2974218Z [00:00:00.017]➜         git clone --filter "blob:none" --quiet "https://github.com/resyncgg/ripgen" "./TEMPREPO" && cd "./TEMPREPO/"
2025-08-20T22:18:00.2975247Z [00:00:00.017]➜         echo -e "\n[+] Target: ${RUST_TARGET}"
2025-08-20T22:18:00.2975941Z [00:00:00.017]➜         echo -e "[+] Flags: ${RUSTFLAGS}\n"
2025-08-20T22:18:00.2977170Z [00:00:00.017]➜         sed "/^\[profile\.release\]/,/^$/d" -i "./Cargo.toml" ; echo -e "\n[profile.release]\nstrip = true\nopt-level = 3\nlto = true" >> "./Cargo.toml"
2025-08-20T22:18:00.2978312Z [00:00:00.017]➜         rm -rvf "./.cargo" rust-toolchain* 2>/dev/null
2025-08-20T22:18:00.2979330Z [00:00:00.017]➜         cargo build --target "${RUST_TARGET}" --release --jobs="$(($(nproc)+1))" --keep-going --verbose
2025-08-20T22:18:00.2980447Z [00:00:00.017]➜         find -L "./target/${RUST_TARGET}/release" -maxdepth 1 -type f 2>/dev/null
2025-08-20T22:18:00.2981347Z [00:00:00.017]➜        #Copy
2025-08-20T22:18:00.2983172Z [00:00:00.017]➜         find "./target/${RUST_TARGET}/release" -maxdepth 1 -type f -exec file -i "{}" \; | grep -Ei "application/.*executable|inode/symlink|text/x-perl|text/.*script" | cut -d":" -f1 | xargs realpath --no-symlinks | xargs -I "{}" rsync -achvL "{}" "/build-bins/"
2025-08-20T22:18:00.2985941Z [00:00:00.017]➜         ( askalono --format "json" crawl --follow "$(realpath .)" | jq -r ".. | objects | .path? // empty" | head -n 1 | xargs -I "{}" cp -fv "{}" "/build-bins/LICENSE" ) 2>/dev/null
2025-08-20T22:18:00.2987043Z [00:00:00.017]➜        #Strip 
2025-08-20T22:18:00.2987982Z [00:00:00.017]➜         find "/build-bins/" -type f -exec objcopy --remove-section=".comment" --remove-section=".note.*" "{}" \;
2025-08-20T22:18:00.2989292Z [00:00:00.017]➜         find "/build-bins/" -type f ! -name "*.no_strip" -exec strip --strip-all --verbose "{}" 2>/dev/null \;
2025-08-20T22:18:00.2990606Z [00:00:00.017]➜         find "/build-bins/" -type f -exec bash -c "echo && realpath {} && readelf --section-headers {} 2>/dev/null" \;
2025-08-20T22:18:00.2992047Z [00:00:00.017]➜         file "/build-bins/"* && stat -c "%n:         %s Bytes" "/build-bins/"* && \
2025-08-20T22:18:00.2993127Z [00:00:00.017]➜         du "/build-bins/"* --bytes --human-readable --time --time-style="full-iso" --summarize
2025-08-20T22:18:00.2993959Z [00:00:00.017]➜         popd &>/dev/null
2025-08-20T22:18:00.2994448Z [00:00:00.017]➜        '
2025-08-20T22:18:00.2994872Z [00:00:00.017]➜      #Copy & Meta
2025-08-20T22:18:00.2995554Z [00:00:00.017]➜       docker cp "alpine-builder:/build-bins/." "${SBUILD_TMPDIR}/"
2025-08-20T22:18:00.2996590Z [00:00:00.017]➜       [ -s "${SBUILD_TMPDIR}/LICENSE" ] && cp -fv "${SBUILD_TMPDIR}/LICENSE" "${SBUILD_OUTDIR}/LICENSE"
2025-08-20T22:18:00.2998626Z [00:00:00.017]➜       find "${SBUILD_TMPDIR}" -maxdepth 1 -type f -exec file -i "{}" \; | grep -Ei "application/.*executable|inode/symlink|text/x-perl|text/.*script" | cut -d":" -f1 | xargs realpath --no-symlinks | xargs -I "{}" rsync -achvL "{}" "${SBUILD_OUTDIR}"
2025-08-20T22:18:00.3000101Z [00:00:00.017]➜  
2025-08-20T22:18:00.3000464Z [00:00:00.017]➜  
2025-08-20T22:18:00.3001294Z [00:00:00.017]➜  ###################################################################
2025-08-20T22:18:00.3001869Z [00:00:00.017]➜  
2025-08-20T22:18:00.3002425Z [00:00:00.017]➜  
2025-08-20T22:18:00.3002784Z [00:00:00.017]➜  
2025-08-20T22:18:00.3003702Z [00:00:00.019]➜  '/tmp/pkgforge/FhvGLQ9Th_build.yaml' -> '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD'
2025-08-20T22:18:01.5438623Z [00:00:01.267]➜  '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/ripgen.static.version' -> '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/ripgen.version'
2025-08-20T22:18:01.5488645Z [00:00:01.273]➜  [+] Version: HEAD-38ac6ba-231202T145645 ('.x_exec.pkgver') [/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/ripgen.static.version]
2025-08-20T22:18:01.5658366Z [00:00:01.290]➜  [+] Progs: ripgen
2025-08-20T22:18:01.7082824Z [00:00:01.432]➜  
2025-08-20T22:18:01.7083253Z [00:00:01.432]➜  [-] Missing packages. Found: 
2025-08-20T22:18:01.7083599Z [00:00:01.432]➜  [+] Expected: ripgen
2025-08-20T22:18:01.7083917Z [00:00:01.432]➜  [+] Continuing with build...
2025-08-20T22:18:01.7084223Z [00:00:01.432]➜  
2025-08-20T22:18:02.0891622Z [00:00:01.813]➜  
2025-08-20T22:18:02.0891996Z [00:00:01.813]➜  
2025-08-20T22:18:02.0986728Z [00:00:01.822]➜  + mkdir -pv /tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp
2025-08-20T22:18:02.1009906Z [00:00:01.825]➜  + docker run --platform=linux/amd64 --privileged --net=host --name alpine-builder --pull=always -e PKG=ripgen -e PKG_ID=github.com.resyncgg.ripgen -e PKG_TYPE=static -e PKG_VER=HEAD-38ac6ba-231202T145645 -e PKGVER=HEAD-38ac6ba-231202T145645 -e SBUILD_PKG=ripgen.static -e SBUILD_PKGVER=HEAD-38ac6ba-231202T145645 --volume /tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp:/tmp:rw ghcr.io/pkgforge/devscripts/alpine-builder:x86_64 bash -l -c '
2025-08-20T22:18:02.1012150Z [00:00:01.825]➜    #Setup ENV
2025-08-20T22:18:02.1012599Z [00:00:01.825]➜     set -x ; mkdir -p "/build-bins" && pushd "$(mktemp -d)" &>/dev/null
2025-08-20T22:18:02.1013129Z [00:00:01.825]➜     [[ -s "${HOME}/.cargo/env" ]] && source "${HOME}/.cargo/env"
2025-08-20T22:18:02.1013893Z [00:00:01.825]➜     if [[ "$(uname -m | tr -d [:space:])" == "riscv64" ]]; then
2025-08-20T22:18:02.1014642Z [00:00:01.825]➜       RUST_TARGET="$(rustc -Vv 2>/dev/null | sed -n "s/^[[:space:]]*host[[:space:]]*:[[:space:]]*//p" | grep -i "riscv" | tr -d "[:space:]")"
2025-08-20T22:18:02.1015288Z [00:00:01.825]➜       if [[ -n "${RUST_TARGET//[[:space:]]/}" ]]; then
2025-08-20T22:18:02.1015663Z [00:00:01.825]➜         export RUST_TARGET
2025-08-20T22:18:02.1015965Z [00:00:01.825]➜       else
2025-08-20T22:18:02.1016246Z [00:00:01.825]➜         rustc -Vv ; exit 1
2025-08-20T22:18:02.1016540Z [00:00:01.825]➜       fi
2025-08-20T22:18:02.1016787Z [00:00:01.825]➜     else
2025-08-20T22:18:02.1017147Z [00:00:01.825]➜       export RUST_TARGET="$(uname -m)-unknown-linux-musl"
2025-08-20T22:18:02.1017582Z [00:00:01.825]➜       rustup target add "${RUST_TARGET}"
2025-08-20T22:18:02.1017905Z [00:00:01.825]➜     fi
2025-08-20T22:18:02.1018160Z [00:00:01.825]➜     RUST_FLAGS=()
2025-08-20T22:18:02.1018551Z [00:00:01.825]➜     RUST_FLAGS+=("-C target-feature=+crt-static")
2025-08-20T22:18:02.1019004Z [00:00:01.825]➜     RUST_FLAGS+=("-C default-linker-libraries=yes")
2025-08-20T22:18:02.1019483Z [00:00:01.825]➜     if echo "${RUST_TARGET}" | grep -Eqiv "alpine|gnu"; then
2025-08-20T22:18:02.1019938Z [00:00:01.825]➜       RUST_FLAGS+=("-C link-self-contained=yes")
2025-08-20T22:18:02.1020281Z [00:00:01.825]➜     fi
2025-08-20T22:18:02.1020591Z [00:00:01.825]➜     RUST_FLAGS+=("-C prefer-dynamic=no")
2025-08-20T22:18:02.1021248Z [00:00:01.825]➜     RUST_FLAGS+=("-C embed-bitcode=yes")
2025-08-20T22:18:02.1021616Z [00:00:01.825]➜     RUST_FLAGS+=("-C lto=yes")
2025-08-20T22:18:02.1021973Z [00:00:01.825]➜     RUST_FLAGS+=("-C opt-level=z")
2025-08-20T22:18:02.1022347Z [00:00:01.825]➜     RUST_FLAGS+=("-C debuginfo=none")
2025-08-20T22:18:02.1022723Z [00:00:01.825]➜     RUST_FLAGS+=("-C strip=symbols")
2025-08-20T22:18:02.1023090Z [00:00:01.825]➜     RUST_FLAGS+=("-C linker=clang")
2025-08-20T22:18:02.1023713Z [00:00:01.825]➜     RUST_FLAGS+=("-C link-arg=-fuse-ld=$(which mold)")
2025-08-20T22:18:02.1024155Z [00:00:01.825]➜     RUST_FLAGS+=("-C link-arg=-Wl,--Bstatic")
2025-08-20T22:18:02.1024570Z [00:00:01.825]➜     RUST_FLAGS+=("-C link-arg=-Wl,--static")
2025-08-20T22:18:02.1024958Z [00:00:01.825]➜     RUST_FLAGS+=("-C link-arg=-Wl,-S")
2025-08-20T22:18:02.1025328Z [00:00:01.825]➜     RUST_FLAGS+=("-C link-arg=-Wl,--build-id=none")
2025-08-20T22:18:02.1025687Z [00:00:01.825]➜     export RUSTFLAGS="${RUST_FLAGS[*]}"
2025-08-20T22:18:02.1025978Z [00:00:01.825]➜    #Build
2025-08-20T22:18:02.1026508Z [00:00:01.825]➜     git clone --filter "blob:none" --quiet "https://github.com/resyncgg/ripgen" "./TEMPREPO" && cd "./TEMPREPO/"
2025-08-20T22:18:02.1027062Z [00:00:01.825]➜     echo -e "\n[+] Target: ${RUST_TARGET}"
2025-08-20T22:18:02.1027411Z [00:00:01.825]➜     echo -e "[+] Flags: ${RUSTFLAGS}\n"
2025-08-20T22:18:02.1028079Z [00:00:01.825]➜     sed "/^\[profile\.release\]/,/^$/d" -i "./Cargo.toml" ; echo -e "\n[profile.release]\nstrip = true\nopt-level = 3\nlto = true" >> "./Cargo.toml"
2025-08-20T22:18:02.1028712Z [00:00:01.825]➜     rm -rvf "./.cargo" rust-toolchain* 2>/dev/null
2025-08-20T22:18:02.1029256Z [00:00:01.825]➜     cargo build --target "${RUST_TARGET}" --release --jobs="$(($(nproc)+1))" --keep-going --verbose
2025-08-20T22:18:02.1029846Z [00:00:01.825]➜     find -L "./target/${RUST_TARGET}/release" -maxdepth 1 -type f 2>/dev/null
2025-08-20T22:18:02.1030226Z [00:00:01.825]➜    #Copy
2025-08-20T22:18:02.1031478Z [00:00:01.825]➜     find "./target/${RUST_TARGET}/release" -maxdepth 1 -type f -exec file -i "{}" \; | grep -Ei "application/.*executable|inode/symlink|text/x-perl|text/.*script" | cut -d":" -f1 | xargs realpath --no-symlinks | xargs -I "{}" rsync -achvL "{}" "/build-bins/"
2025-08-20T22:18:02.1032782Z [00:00:01.825]➜     ( askalono --format "json" crawl --follow "$(realpath .)" | jq -r ".. | objects | .path? // empty" | head -n 1 | xargs -I "{}" cp -fv "{}" "/build-bins/LICENSE" ) 2>/dev/null
2025-08-20T22:18:02.1033533Z [00:00:01.825]➜    #Strip 
2025-08-20T22:18:02.1034050Z [00:00:01.825]➜     find "/build-bins/" -type f -exec objcopy --remove-section=".comment" --remove-section=".note.*" "{}" \;
2025-08-20T22:18:02.1034751Z [00:00:01.825]➜     find "/build-bins/" -type f ! -name "*.no_strip" -exec strip --strip-all --verbose "{}" 2>/dev/null \;
2025-08-20T22:18:02.1035439Z [00:00:01.825]➜     find "/build-bins/" -type f -exec bash -c "echo && realpath {} && readelf --section-headers {} 2>/dev/null" \;
2025-08-20T22:18:02.1036038Z [00:00:01.825]➜     file "/build-bins/"* && stat -c "%n:         %s Bytes" "/build-bins/"* && \
2025-08-20T22:18:02.1036603Z [00:00:01.825]➜     du "/build-bins/"* --bytes --human-readable --time --time-style="full-iso" --summarize
2025-08-20T22:18:02.1037033Z [00:00:01.825]➜     popd &>/dev/null
2025-08-20T22:18:02.1037289Z [00:00:01.825]➜    '
2025-08-20T22:18:02.2961358Z [00:00:02.020]➜  x86_64: Pulling from pkgforge/devscripts/alpine-builder
2025-08-20T22:18:02.3531342Z [00:00:02.077]➜  d62bb7eb03b5: Pulling fs layer
2025-08-20T22:18:02.3532060Z [00:00:02.077]➜  74f0d3ee81d8: Pulling fs layer
2025-08-20T22:18:02.3532628Z [00:00:02.077]➜  bffca73cb30c: Pulling fs layer
2025-08-20T22:18:02.3533058Z [00:00:02.077]➜  73d19b2d2e73: Pulling fs layer
2025-08-20T22:18:02.3533419Z [00:00:02.077]➜  eb4a15147d73: Pulling fs layer
2025-08-20T22:18:02.3533765Z [00:00:02.077]➜  1eff1cf6af24: Pulling fs layer
2025-08-20T22:18:02.3534091Z [00:00:02.077]➜  73d19b2d2e73: Waiting
2025-08-20T22:18:02.3534382Z [00:00:02.077]➜  eb4a15147d73: Waiting
2025-08-20T22:18:02.3534668Z [00:00:02.077]➜  1eff1cf6af24: Waiting
2025-08-20T22:18:02.4036533Z [00:00:02.127]➜  bffca73cb30c: Verifying Checksum
2025-08-20T22:18:02.4037250Z [00:00:02.127]➜  bffca73cb30c: Download complete
2025-08-20T22:18:02.4177718Z [00:00:02.142]➜  74f0d3ee81d8: Verifying Checksum
2025-08-20T22:18:02.4178405Z [00:00:02.142]➜  74f0d3ee81d8: Download complete
2025-08-20T22:18:02.4240307Z [00:00:02.148]➜  d62bb7eb03b5: Verifying Checksum
2025-08-20T22:18:02.4241477Z [00:00:02.148]➜  d62bb7eb03b5: Download complete
2025-08-20T22:18:02.4673333Z [00:00:02.191]➜  1eff1cf6af24: Verifying Checksum
2025-08-20T22:18:02.4674378Z [00:00:02.191]➜  1eff1cf6af24: Download complete
2025-08-20T22:18:02.5778188Z [00:00:02.301]➜  d62bb7eb03b5: Pull complete
2025-08-20T22:18:02.6739174Z [00:00:02.398]➜  eb4a15147d73: Verifying Checksum
2025-08-20T22:18:02.6741640Z [00:00:02.398]➜  eb4a15147d73: Download complete
2025-08-20T22:18:04.4202198Z [00:00:04.144]➜  74f0d3ee81d8: Pull complete
2025-08-20T22:18:05.7285683Z [00:00:05.452]➜  bffca73cb30c: Pull complete
2025-08-20T22:18:09.5176822Z [00:00:09.241]➜  73d19b2d2e73: Verifying Checksum
2025-08-20T22:18:09.5179034Z [00:00:09.241]➜  73d19b2d2e73: Download complete
2025-08-20T22:19:20.6177554Z [00:01:20.342]➜  73d19b2d2e73: Pull complete
2025-08-20T22:19:25.9650353Z [00:01:25.689]➜  eb4a15147d73: Pull complete
2025-08-20T22:19:25.9802974Z [00:01:25.704]➜  1eff1cf6af24: Pull complete
2025-08-20T22:19:25.9871214Z [00:01:25.711]➜  Digest: sha256:275f0d74757c41d7d8c67ff66bbd1327d906f1cc180818b350613ea49d8459ac
2025-08-20T22:19:25.9894459Z [00:01:25.713]➜  Status: Downloaded newer image for ghcr.io/pkgforge/devscripts/alpine-builder:x86_64
2025-08-20T22:19:26.1914662Z [00:01:25.915]➜  + mkdir -p /build-bins
2025-08-20T22:19:26.1931908Z [00:01:25.917]➜  ++ mktemp -d
2025-08-20T22:19:26.1948367Z [00:01:25.919]➜  + pushd /tmp/tmp.CWFersDzL8
2025-08-20T22:19:26.1950984Z [00:01:25.919]➜  + [[ -s /root/.cargo/env ]]
2025-08-20T22:19:26.1951600Z [00:01:25.919]➜  + source /root/.cargo/env
2025-08-20T22:19:26.1952123Z [00:01:25.919]➜  ++ case ":${PATH}:" in
2025-08-20T22:19:26.1955324Z [00:01:25.919]➜  ++ uname -m
2025-08-20T22:19:26.1958699Z [00:01:25.920]➜  ++ tr -d '[:space:]'
2025-08-20T22:19:26.1975005Z [00:01:25.921]➜  + [[ x86_64 == riscv64 ]]
2025-08-20T22:19:26.1977386Z [00:01:25.922]➜  ++ uname -m
2025-08-20T22:19:26.1994675Z [00:01:25.923]➜  + export RUST_TARGET=x86_64-unknown-linux-musl
2025-08-20T22:19:26.1995438Z [00:01:25.923]➜  + RUST_TARGET=x86_64-unknown-linux-musl
2025-08-20T22:19:26.1995945Z [00:01:25.923]➜  + rustup target add x86_64-unknown-linux-musl
2025-08-20T22:19:26.4335764Z [00:01:26.157]➜  info: component 'rust-std' for target 'x86_64-unknown-linux-musl' is up to date
2025-08-20T22:19:26.4367156Z [00:01:26.161]➜  + RUST_FLAGS=()
2025-08-20T22:19:26.4367866Z [00:01:26.161]➜  + RUST_FLAGS+=("-C target-feature=+crt-static")
2025-08-20T22:19:26.4368661Z [00:01:26.161]➜  + RUST_FLAGS+=("-C default-linker-libraries=yes")
2025-08-20T22:19:26.4372537Z [00:01:26.161]➜  + echo x86_64-unknown-linux-musl
2025-08-20T22:19:26.4373084Z [00:01:26.161]➜  + grep -Eqiv 'alpine|gnu'
2025-08-20T22:19:26.4383366Z [00:01:26.162]➜  + RUST_FLAGS+=("-C link-self-contained=yes")
2025-08-20T22:19:26.4384117Z [00:01:26.162]➜  + RUST_FLAGS+=("-C prefer-dynamic=no")
2025-08-20T22:19:26.4385401Z [00:01:26.162]➜  + RUST_FLAGS+=("-C embed-bitcode=yes")
2025-08-20T22:19:26.4386040Z [00:01:26.162]➜  + RUST_FLAGS+=("-C lto=yes")
2025-08-20T22:19:26.4386898Z [00:01:26.162]➜  + RUST_FLAGS+=("-C opt-level=z")
2025-08-20T22:19:26.4387545Z [00:01:26.162]➜  + RUST_FLAGS+=("-C debuginfo=none")
2025-08-20T22:19:26.4388127Z [00:01:26.162]➜  + RUST_FLAGS+=("-C strip=symbols")
2025-08-20T22:19:26.4388730Z [00:01:26.162]➜  + RUST_FLAGS+=("-C linker=clang")
2025-08-20T22:19:26.4389403Z [00:01:26.162]➜  + RUST_FLAGS+=("-C link-arg=-fuse-ld=$(which mold)")
2025-08-20T22:19:26.4391786Z [00:01:26.163]➜  ++ which mold
2025-08-20T22:19:26.4415553Z [00:01:26.165]➜  + RUST_FLAGS+=("-C link-arg=-Wl,--Bstatic")
2025-08-20T22:19:26.4416258Z [00:01:26.165]➜  + RUST_FLAGS+=("-C link-arg=-Wl,--static")
2025-08-20T22:19:26.4416886Z [00:01:26.165]➜  + RUST_FLAGS+=("-C link-arg=-Wl,-S")
2025-08-20T22:19:26.4421101Z [00:01:26.166]➜  + RUST_FLAGS+=("-C link-arg=-Wl,--build-id=none")
2025-08-20T22:19:26.4423883Z [00:01:26.166]➜  + export 'RUSTFLAGS=-C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none'
2025-08-20T22:19:26.4428084Z [00:01:26.166]➜  + RUSTFLAGS='-C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none'
2025-08-20T22:19:26.4430564Z [00:01:26.166]➜  + git clone --filter blob:none --quiet https://github.com/resyncgg/ripgen ./TEMPREPO
2025-08-20T22:19:26.6690443Z [00:01:26.393]➜  
2025-08-20T22:19:26.6691203Z [00:01:26.393]➜  [+] Target: x86_64-unknown-linux-musl
2025-08-20T22:19:26.6691761Z [00:01:26.393]➜  + cd ./TEMPREPO/
2025-08-20T22:19:26.6692370Z [00:01:26.393]➜  + echo -e '\n[+] Target: x86_64-unknown-linux-musl'
2025-08-20T22:19:26.6694363Z [00:01:26.393]➜  + echo -e '[+] Flags: -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none\n'
2025-08-20T22:19:26.6695670Z [00:01:26.393]➜  + sed '/^\[profile\.release\]/,/^$/d' -i ./Cargo.toml
2025-08-20T22:19:26.6697063Z [00:01:26.393]➜  [+] Flags: -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none
2025-08-20T22:19:26.6699271Z [00:01:26.393]➜  
2025-08-20T22:19:26.6700134Z [00:01:26.394]➜  + echo -e '\n[profile.release]\nstrip = true\nopt-level = 3\nlto = true'
2025-08-20T22:19:26.6701667Z [00:01:26.394]➜  + rm -rvf ./.cargo 'rust-toolchain*'
2025-08-20T22:19:26.6722265Z [00:01:26.396]➜  ++ nproc
2025-08-20T22:19:26.6739190Z [00:01:26.398]➜  + cargo build --target x86_64-unknown-linux-musl --release --jobs=5 --keep-going --verbose
2025-08-20T22:19:26.8288584Z [00:01:26.553]➜  warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"`
2025-08-20T22:19:26.8289714Z [00:01:26.553]➜  note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest
2025-08-20T22:19:26.8290573Z [00:01:26.553]➜  note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest
2025-08-20T22:19:26.8291696Z [00:01:26.553]➜  note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions
2025-08-20T22:19:27.1810217Z [00:01:26.905]➜      Updating crates.io index
2025-08-20T22:19:27.4487652Z [00:01:27.173]➜       Locking 53 packages to latest compatible versions
2025-08-20T22:19:27.4510397Z [00:01:27.175]➜        Adding clap v3.2.25 (available: v4.5.45)
2025-08-20T22:19:27.4583192Z [00:01:27.182]➜        Adding thiserror v1.0.69 (available: v2.0.16)
2025-08-20T22:19:27.4608039Z [00:01:27.185]➜   Downloading crates ...
2025-08-20T22:19:27.6665271Z [00:01:27.390]➜    Downloaded atty v0.2.14
2025-08-20T22:19:27.6698273Z [00:01:27.394]➜    Downloaded proc-macro-error v1.0.4
2025-08-20T22:19:27.6760437Z [00:01:27.400]➜    Downloaded hashbrown v0.12.3
2025-08-20T22:19:27.6813065Z [00:01:27.405]➜    Downloaded regex v1.11.1
2025-08-20T22:19:27.7005276Z [00:01:27.424]➜    Downloaded quote v1.0.40
2025-08-20T22:19:27.7056209Z [00:01:27.429]➜    Downloaded termcolor v1.4.1
2025-08-20T22:19:27.7088612Z [00:01:27.433]➜    Downloaded version_check v0.9.5
2025-08-20T22:19:27.7118225Z [00:01:27.436]➜    Downloaded heck v0.4.1
2025-08-20T22:19:27.7142369Z [00:01:27.438]➜    Downloaded unicode-ident v1.0.18
2025-08-20T22:19:27.7185822Z [00:01:27.442]➜    Downloaded proc-macro2 v1.0.101
2025-08-20T22:19:27.7230461Z [00:01:27.447]➜    Downloaded indexmap v1.9.3
2025-08-20T22:19:27.7280061Z [00:01:27.452]➜    Downloaded memchr v2.7.5
2025-08-20T22:19:27.7357867Z [00:01:27.460]➜    Downloaded aho-corasick v1.1.3
2025-08-20T22:19:27.7436118Z [00:01:27.467]➜    Downloaded anyhow v1.0.99
2025-08-20T22:19:27.7493693Z [00:01:27.473]➜    Downloaded textwrap v0.16.2
2025-08-20T22:19:27.7528732Z [00:01:27.477]➜    Downloaded syn v1.0.109
2025-08-20T22:19:27.7651830Z [00:01:27.489]➜    Downloaded once_cell v1.21.3
2025-08-20T22:19:27.7688549Z [00:01:27.493]➜    Downloaded addr v0.15.6
2025-08-20T22:19:27.7723959Z [00:01:27.496]➜    Downloaded psl v2.1.134
2025-08-20T22:19:27.7786093Z [00:01:27.502]➜    Downloaded clap v3.2.25
2025-08-20T22:19:27.7961281Z [00:01:27.520]➜    Downloaded syn v2.0.106
2025-08-20T22:19:27.8097078Z [00:01:27.534]➜    Downloaded byteorder v1.5.0
2025-08-20T22:19:27.8119302Z [00:01:27.536]➜    Downloaded bitflags v1.3.2
2025-08-20T22:19:27.8165369Z [00:01:27.540]➜    Downloaded autocfg v1.5.0
2025-08-20T22:19:27.8191897Z [00:01:27.543]➜    Downloaded thiserror-impl v1.0.69
2025-08-20T22:19:27.8210549Z [00:01:27.545]➜    Downloaded regex-syntax v0.8.5
2025-08-20T22:19:27.8294252Z [00:01:27.553]➜    Downloaded thiserror v1.0.69
2025-08-20T22:19:27.8372196Z [00:01:27.561]➜    Downloaded strsim v0.10.0
2025-08-20T22:19:27.8391723Z [00:01:27.563]➜    Downloaded psl-types v2.0.11
2025-08-20T22:19:27.8405899Z [00:01:27.564]➜    Downloaded proc-macro-error-attr v1.0.4
2025-08-20T22:19:27.8420223Z [00:01:27.566]➜    Downloaded lazy_static v1.5.0
2025-08-20T22:19:27.8444720Z [00:01:27.568]➜    Downloaded os_str_bytes v6.6.1
2025-08-20T22:19:27.8474201Z [00:01:27.571]➜    Downloaded fxhash v0.2.1
2025-08-20T22:19:27.8484630Z [00:01:27.572]➜    Downloaded clap_derive v3.2.25
2025-08-20T22:19:27.8511735Z [00:01:27.575]➜    Downloaded clap_lex v0.2.4
2025-08-20T22:19:27.8526280Z [00:01:27.577]➜    Downloaded regex-automata v0.4.9
2025-08-20T22:19:27.8713950Z [00:01:27.595]➜    Downloaded libc v0.2.175
2025-08-20T22:19:27.9393475Z [00:01:27.663]➜     Compiling proc-macro2 v1.0.101
2025-08-20T22:19:27.9394245Z [00:01:27.663]➜     Compiling unicode-ident v1.0.18
2025-08-20T22:19:27.9394917Z [00:01:27.663]➜     Compiling version_check v0.9.5
2025-08-20T22:19:27.9395520Z [00:01:27.663]➜     Compiling syn v1.0.109
2025-08-20T22:19:27.9396151Z [00:01:27.663]➜     Compiling autocfg v1.5.0
2025-08-20T22:19:27.9402178Z [00:01:27.663]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.101/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=0629b3cb9b5cf7e0 -C extra-filename=-5dcc07db4808e558 --out-dir /tmp/tmp.CWFersDzL8/TEMPREPO/target/release/build/proc-macro2-5dcc07db4808e558 -C strip=symbols -L dependency=/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T22:19:27.9414097Z [00:01:27.663]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name version_check --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/version_check-0.9.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=6fc95318945c36ea -C extra-filename=-b345fafeaee8454c --out-dir /tmp/tmp.CWFersDzL8/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T22:19:27.9424843Z [00:01:27.663]➜       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/syn-1.0.109/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="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "quote", "test", "visit", "visit-mut"))' -C metadata=b352960d6d4c2705 -C extra-filename=-84c0709de8943111 --out-dir /tmp/tmp.CWFersDzL8/TEMPREPO/target/release/build/syn-84c0709de8943111 -C strip=symbols -L dependency=/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T22:19:27.9435685Z [00:01:27.663]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name unicode_ident --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-ident-1.0.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=cecc13813391610d -C extra-filename=-8322841390b1e4cb --out-dir /tmp/tmp.CWFersDzL8/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T22:19:27.9451524Z [00:01:27.665]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name autocfg --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/autocfg-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d0f609182549ad2c -C extra-filename=-3ed48474b7f2b023 --out-dir /tmp/tmp.CWFersDzL8/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T22:19:28.2333898Z [00:01:27.957]➜     Compiling memchr v2.7.5
2025-08-20T22:19:28.2353660Z [00:01:27.958]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name memchr --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "core", "default", "libc", "logging", "rustc-dep-of-std", "std", "use_std"))' -C metadata=145bc3db5d0bd3c6 -C extra-filename=-f2862d2f4f02bb92 --out-dir /tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:19:28.4852352Z [00:01:28.209]➜     Compiling proc-macro-error-attr v1.0.4
2025-08-20T22:19:28.4860916Z [00:01:28.209]➜       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/proc-macro-error-attr-1.0.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=89ceff13a06c6bd1 -C extra-filename=-e4a16f44f3080db6 --out-dir /tmp/tmp.CWFersDzL8/TEMPREPO/target/release/build/proc-macro-error-attr-e4a16f44f3080db6 -C strip=symbols -L dependency=/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/deps --extern version_check=/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/deps/libversion_check-b345fafeaee8454c.rlib --cap-lints allow`
2025-08-20T22:19:28.7136315Z [00:01:28.437]➜       Running `/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/build/syn-84c0709de8943111/build-script-build`
2025-08-20T22:19:28.7293989Z [00:01:28.453]➜       Running `/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/build/proc-macro2-5dcc07db4808e558/build-script-build`
2025-08-20T22:19:28.7489437Z [00:01:28.473]➜       Running `/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/build/proc-macro-error-attr-e4a16f44f3080db6/build-script-build`
2025-08-20T22:19:28.7671522Z [00:01:28.491]➜     Compiling proc-macro-error v1.0.4
2025-08-20T22:19:28.7691017Z [00:01:28.492]➜       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/proc-macro-error-1.0.4/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="syn"' --cfg 'feature="syn-error"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "syn", "syn-error"))' -C metadata=5434c37e8469227c -C extra-filename=-9abf6fbe1f6d7c09 --out-dir /tmp/tmp.CWFersDzL8/TEMPREPO/target/release/build/proc-macro-error-9abf6fbe1f6d7c09 -C strip=symbols -L dependency=/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/deps --extern version_check=/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/deps/libversion_check-b345fafeaee8454c.rlib --cap-lints allow`
2025-08-20T22:19:28.7786542Z [00:01:28.502]➜     Compiling libc v0.2.175
2025-08-20T22:19:28.7802655Z [00:01:28.503]➜       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.175/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no '--allow=clippy::used_underscore_binding' --allow=unused_qualifications '--warn=clippy::unnecessary_semicolon' '--allow=clippy::unnecessary_cast' '--allow=clippy::uninlined_format_args' '--warn=clippy::ptr_as_ptr' '--allow=clippy::non_minimal_cfg' '--allow=clippy::missing_safety_doc' '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--allow=clippy::identity_op' '--warn=clippy::explicit_iter_loop' '--allow=clippy::expl_impl_clone_on_copy' -C debug-assertions=off --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=6b61dbaaa3eb20bd -C extra-filename=-e2da6113513ca104 --out-dir /tmp/tmp.CWFersDzL8/TEMPREPO/target/release/build/libc-e2da6113513ca104 -C strip=symbols -L dependency=/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T22:19:28.8092246Z [00:01:28.531]➜     Compiling indexmap v1.9.3
2025-08-20T22:19:28.8110461Z [00:01:28.534]➜       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/indexmap-1.9.3/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="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "quickcheck", "rayon", "rustc-rayon", "serde", "serde-1", "std", "test_debug", "test_low_transition_point"))' -C metadata=8194084267a4fa34 -C extra-filename=-75a821e473651baa --out-dir /tmp/tmp.CWFersDzL8/TEMPREPO/target/release/build/indexmap-75a821e473651baa -C strip=symbols -L dependency=/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/deps --extern autocfg=/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/deps/libautocfg-3ed48474b7f2b023.rlib --cap-lints allow`
2025-08-20T22:19:29.0566894Z [00:01:28.779]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name proc_macro2 --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.101/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=50c0b28fd04cf9ad -C extra-filename=-5300d356431b4441 --out-dir /tmp/tmp.CWFersDzL8/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/deps --extern unicode_ident=/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/deps/libunicode_ident-8322841390b1e4cb.rmeta --cap-lints allow --cfg wrap_proc_macro --cfg proc_macro_span_location --cfg proc_macro_span_file --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(no_is_available)' --check-cfg 'cfg(no_literal_byte_character)' --check-cfg 'cfg(no_literal_c_string)' --check-cfg 'cfg(no_source_text)' --check-cfg 'cfg(proc_macro_span)' --check-cfg 'cfg(proc_macro_span_file)' --check-cfg 'cfg(proc_macro_span_location)' --check-cfg 'cfg(procmacro2_backtrace)' --check-cfg 'cfg(procmacro2_build_probe)' --check-cfg 'cfg(procmacro2_nightly_testing)' --check-cfg 'cfg(procmacro2_semver_exempt)' --check-cfg 'cfg(randomize_layout)' --check-cfg 'cfg(span_locations)' --check-cfg 'cfg(super_unstable)' --check-cfg 'cfg(wrap_proc_macro)'`
2025-08-20T22:19:29.0777205Z [00:01:28.801]➜       Running `/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/build/proc-macro-error-9abf6fbe1f6d7c09/build-script-build`
2025-08-20T22:19:29.1177421Z [00:01:28.841]➜     Compiling thiserror v1.0.69
2025-08-20T22:19:29.1185706Z [00:01:28.842]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-1.0.69/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8840714f510f6a49 -C extra-filename=-a7f5c40c20340476 --out-dir /tmp/tmp.CWFersDzL8/TEMPREPO/target/release/build/thiserror-a7f5c40c20340476 -C strip=symbols -L dependency=/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T22:19:29.2194972Z [00:01:28.943]➜     Compiling psl-types v2.0.11
2025-08-20T22:19:29.2205009Z [00:01:28.944]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name psl_types --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/psl-types-2.0.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=6bc9a88f8ba223e9 -C extra-filename=-aa988e30ec3a3a32 --out-dir /tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:19:29.3840555Z [00:01:29.108]➜       Running `/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/build/libc-e2da6113513ca104/build-script-build`
2025-08-20T22:19:29.4219166Z [00:01:29.145]➜     Compiling aho-corasick v1.1.3
2025-08-20T22:19:29.4245837Z [00:01:29.147]➜       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=6e37c2af8cf34c9c -C extra-filename=-de5e72fe52dd243f --out-dir /tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/deps --extern memchr=/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmemchr-f2862d2f4f02bb92.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:19:29.4578064Z [00:01:29.181]➜     Compiling regex-syntax v0.8.5
2025-08-20T22:19:29.4588808Z [00:01:29.181]➜       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.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:19:29.5943525Z [00:01:29.318]➜       Running `/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/build/thiserror-a7f5c40c20340476/build-script-build`
2025-08-20T22:19:29.7178869Z [00:01:29.440]➜       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.175/src/lib.rs --error-format=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::used_underscore_binding' --allow=unused_qualifications '--warn=clippy::unnecessary_semicolon' '--allow=clippy::unnecessary_cast' '--allow=clippy::uninlined_format_args' '--warn=clippy::ptr_as_ptr' '--allow=clippy::non_minimal_cfg' '--allow=clippy::missing_safety_doc' '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--allow=clippy::identity_op' '--warn=clippy::explicit_iter_loop' '--allow=clippy::expl_impl_clone_on_copy' --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=aaaa656c5d46961c -C extra-filename=-a59e8cf31ac709f9 --out-dir /tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none --cfg freebsd11 --cfg libc_const_extern_fn --check-cfg 'cfg(emscripten_old_stat_abi)' --check-cfg 'cfg(espidf_time32)' --check-cfg 'cfg(freebsd10)' --check-cfg 'cfg(freebsd11)' --check-cfg 'cfg(freebsd12)' --check-cfg 'cfg(freebsd13)' --check-cfg 'cfg(freebsd14)' --check-cfg 'cfg(freebsd15)' --check-cfg 'cfg(gnu_file_offset_bits64)' --check-cfg 'cfg(gnu_time_bits64)' --check-cfg 'cfg(libc_const_extern_fn)' --check-cfg 'cfg(libc_deny_warnings)' --check-cfg 'cfg(libc_thread_local)' --check-cfg 'cfg(libc_ctest)' --check-cfg 'cfg(linux_time_bits64)' --check-cfg 'cfg(musl_v1_2_3)' --check-cfg 'cfg(target_os,values("switch","aix","ohos","hurd","rtems","visionos","nuttx","cygwin"))' --check-cfg 'cfg(target_env,values("illumos","wasi","aix","ohos","nto71_iosock","nto80"))' --check-cfg 'cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky"))'`
2025-08-20T22:19:30.5374704Z [00:01:30.261]➜     Compiling quote v1.0.40
2025-08-20T22:19:30.5382279Z [00:01:30.261]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name quote --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.40/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=acc1458d7c8e6bf5 -C extra-filename=-d1f324c45602a433 --out-dir /tmp/tmp.CWFersDzL8/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/deps/libproc_macro2-5300d356431b4441.rmeta --cap-lints allow`
2025-08-20T22:19:30.8216737Z [00:01:30.545]➜     Compiling psl v2.1.134
2025-08-20T22:19:30.8228594Z [00:01:30.546]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name psl --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/psl-2.1.134/src/lib.rs --error-format=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="helpers"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "helpers"))' -C metadata=850094548a848492 -C extra-filename=-13ebf268faa9634f --out-dir /tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/deps --extern psl_types=/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpsl_types-aa988e30ec3a3a32.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:19:31.3172748Z [00:01:31.040]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name proc_macro_error_attr --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro-error-attr-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=4f6f4b94387b9adb -C extra-filename=-3b257dded328a92c --out-dir /tmp/tmp.CWFersDzL8/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/deps/libproc_macro2-5300d356431b4441.rlib --extern quote=/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/deps/libquote-d1f324c45602a433.rlib --extern proc_macro --cap-lints allow`
2025-08-20T22:19:31.9874369Z [00:01:31.710]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name syn --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-1.0.109/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "quote", "test", "visit", "visit-mut"))' -C metadata=ba602c7efd0d0303 -C extra-filename=-888499363ccfcdf1 --out-dir /tmp/tmp.CWFersDzL8/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/deps/libproc_macro2-5300d356431b4441.rmeta --extern quote=/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/deps/libquote-d1f324c45602a433.rmeta --extern unicode_ident=/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/deps/libunicode_ident-8322841390b1e4cb.rmeta --cap-lints allow --cfg syn_disable_nightly_tests`
2025-08-20T22:19:32.1105573Z [00:01:31.834]➜     Compiling syn v2.0.106
2025-08-20T22:19:32.1131065Z [00:01:31.834]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name syn --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.106/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "test", "visit", "visit-mut"))' -C metadata=85e58972ef8adfee -C extra-filename=-57ea9ecbafdab663 --out-dir /tmp/tmp.CWFersDzL8/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/deps/libproc_macro2-5300d356431b4441.rmeta --extern quote=/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/deps/libquote-d1f324c45602a433.rmeta --extern unicode_ident=/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/deps/libunicode_ident-8322841390b1e4cb.rmeta --cap-lints allow`
2025-08-20T22:19:37.4408693Z [00:01:37.165]➜     Compiling regex-automata v0.4.9
2025-08-20T22:19:37.4431959Z [00:01:37.165]➜       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=e09b66a9876dd610 -C extra-filename=-8e36e4fb4e301fc5 --out-dir /tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/deps --extern aho_corasick=/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libaho_corasick-de5e72fe52dd243f.rmeta --extern memchr=/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmemchr-f2862d2f4f02bb92.rmeta --extern regex_syntax=/tmp/tmp.CWFersDzL8/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-20T22:19:39.4759211Z [00:01:39.200]➜     Compiling thiserror-impl v1.0.69
2025-08-20T22:19:39.4796952Z [00:01:39.203]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name thiserror_impl --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-impl-1.0.69/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=382374f57d362d26 -C extra-filename=-4e2a343c24c093cd --out-dir /tmp/tmp.CWFersDzL8/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/deps/libproc_macro2-5300d356431b4441.rlib --extern quote=/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/deps/libquote-d1f324c45602a433.rlib --extern syn=/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/deps/libsyn-57ea9ecbafdab663.rlib --extern proc_macro --cap-lints allow`
2025-08-20T22:19:40.4217550Z [00:01:40.145]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name proc_macro_error --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro-error-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="syn"' --cfg 'feature="syn-error"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "syn", "syn-error"))' -C metadata=347d305622c14115 -C extra-filename=-3e11656cd50b63f0 --out-dir /tmp/tmp.CWFersDzL8/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/deps --extern proc_macro_error_attr=/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/deps/libproc_macro_error_attr-3b257dded328a92c.so --extern proc_macro2=/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/deps/libproc_macro2-5300d356431b4441.rmeta --extern quote=/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/deps/libquote-d1f324c45602a433.rmeta --extern syn=/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/deps/libsyn-888499363ccfcdf1.rmeta --cap-lints allow --cfg use_fallback`
2025-08-20T22:19:41.0224762Z [00:01:40.746]➜       Running `/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/build/indexmap-75a821e473651baa/build-script-build`
2025-08-20T22:19:41.0282167Z [00:01:40.752]➜     Compiling anyhow v1.0.99
2025-08-20T22:19:41.0290298Z [00:01:40.752]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.99/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "default", "std"))' -C metadata=167184f3eb412221 -C extra-filename=-97abb6991338ccc4 --out-dir /tmp/tmp.CWFersDzL8/TEMPREPO/target/release/build/anyhow-97abb6991338ccc4 -C strip=symbols -L dependency=/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T22:19:41.7207607Z [00:01:41.445]➜     Compiling heck v0.4.1
2025-08-20T22:19:41.7216558Z [00:01:41.445]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name heck --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/heck-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "unicode", "unicode-segmentation"))' -C metadata=ef328454b9db8cc8 -C extra-filename=-b306c7cd1477ab57 --out-dir /tmp/tmp.CWFersDzL8/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T22:19:41.8876872Z [00:01:41.611]➜     Compiling os_str_bytes v6.6.1
2025-08-20T22:19:41.8916689Z [00:01:41.615]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name os_str_bytes --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/os_str_bytes-6.6.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="raw_os_str"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("checked_conversions", "conversions", "default", "memchr", "nightly", "print_bytes", "raw_os_str", "uniquote"))' -C metadata=a98525b6a97acada -C extra-filename=-7cecb83a15851a71 --out-dir /tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:19:42.0639648Z [00:01:41.788]➜     Compiling hashbrown v0.12.3
2025-08-20T22:19:42.0659671Z [00:01:41.789]➜       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.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="raw"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ahash", "ahash-compile-time-rng", "alloc", "bumpalo", "compiler_builtins", "core", "default", "inline-more", "nightly", "raw", "rayon", "rustc-dep-of-std", "rustc-internal-api", "serde"))' -C metadata=abc7d278e4f8dc64 -C extra-filename=-b23c306817921463 --out-dir /tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:19:42.3797565Z [00:01:42.103]➜     Compiling byteorder v1.5.0
2025-08-20T22:19:42.3816742Z [00:01:42.105]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name byteorder --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/byteorder-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 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "i128", "std"))' -C metadata=9168f21e057d5151 -C extra-filename=-0786838a65bbe90a --out-dir /tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:19:42.5157220Z [00:01:42.239]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name thiserror --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-1.0.69/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8d00b80af76045b0 -C extra-filename=-9a3799453c09f19d --out-dir /tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/deps --extern thiserror_impl=/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/deps/libthiserror_impl-4e2a343c24c093cd.so --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(thiserror_nightly_testing)'`
2025-08-20T22:19:42.6723649Z [00:01:42.396]➜     Compiling clap_lex v0.2.4
2025-08-20T22:19:42.6755349Z [00:01:42.398]➜       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.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=8c62e879cec09f06 -C extra-filename=-3685b32fa68eb5a7 --out-dir /tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/deps --extern os_str_bytes=/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libos_str_bytes-7cecb83a15851a71.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:19:42.9206864Z [00:01:42.644]➜     Compiling fxhash v0.2.1
2025-08-20T22:19:42.9227352Z [00:01:42.645]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name fxhash --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fxhash-0.2.1/lib.rs --error-format=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=c3e98fd6f28d7442 -C extra-filename=-56b14f0ed1ba6935 --out-dir /tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/deps --extern byteorder=/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbyteorder-0786838a65bbe90a.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:19:43.1292137Z [00:01:42.853]➜     Compiling clap_derive v3.2.25
2025-08-20T22:19:43.1306266Z [00:01:42.853]➜       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-3.2.25/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("debug", "default", "deprecated", "raw-deprecated", "unstable-v4"))' -C metadata=aa341a39fcb16f60 -C extra-filename=-3a0ba0f31492963e --out-dir /tmp/tmp.CWFersDzL8/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/deps --extern heck=/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/deps/libheck-b306c7cd1477ab57.rlib --extern proc_macro_error=/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/deps/libproc_macro_error-3e11656cd50b63f0.rlib --extern proc_macro2=/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/deps/libproc_macro2-5300d356431b4441.rlib --extern quote=/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/deps/libquote-d1f324c45602a433.rlib --extern syn=/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/deps/libsyn-888499363ccfcdf1.rlib --extern proc_macro --cap-lints allow`
2025-08-20T22:19:43.3722126Z [00:01:43.095]➜       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-1.9.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="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "quickcheck", "rayon", "rustc-rayon", "serde", "serde-1", "std", "test_debug", "test_low_transition_point"))' -C metadata=2e08b2f4ce8cd569 -C extra-filename=-63f8ee330b2436f8 --out-dir /tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/deps --extern hashbrown=/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhashbrown-b23c306817921463.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/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_std`
2025-08-20T22:19:43.4474995Z [00:01:43.171]➜     Compiling addr v0.15.6
2025-08-20T22:19:43.4491502Z [00:01:43.172]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name addr --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/addr-0.15.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --cfg 'feature="psl"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "idna", "net", "no-std-net", "psl", "publicsuffix", "serde", "std"))' -C metadata=dc31e255d4ff6b7c -C extra-filename=-8b25c774043df3a3 --out-dir /tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/deps --extern psl=/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpsl-13ebf268faa9634f.rmeta --extern psl_types=/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpsl_types-aa988e30ec3a3a32.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:19:43.5756974Z [00:01:43.299]➜     Compiling regex v1.11.1
2025-08-20T22:19:43.5785024Z [00:01:43.301]➜       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=e36e9861c041c68b -C extra-filename=-31efd2602b20a4f9 --out-dir /tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/deps --extern aho_corasick=/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libaho_corasick-de5e72fe52dd243f.rmeta --extern memchr=/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmemchr-f2862d2f4f02bb92.rmeta --extern regex_automata=/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex_automata-8e36e4fb4e301fc5.rmeta --extern regex_syntax=/tmp/tmp.CWFersDzL8/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-20T22:19:44.4642387Z [00:01:44.188]➜       Running `/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/build/anyhow-97abb6991338ccc4/build-script-build`
2025-08-20T22:19:44.6216943Z [00:01:44.345]➜     Compiling atty v0.2.14
2025-08-20T22:19:44.6242599Z [00:01:44.347]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name atty --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/atty-0.2.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=fb2546665510ed62 -C extra-filename=-07eeabd8f3b2d93d --out-dir /tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/deps --extern libc=/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibc-a59e8cf31ac709f9.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:19:44.7581556Z [00:01:44.482]➜     Compiling strsim v0.10.0
2025-08-20T22:19:44.7589653Z [00:01:44.482]➜       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.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=5662a4acb8cb35db -C extra-filename=-dd220a501f9ce637 --out-dir /tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:19:45.3559444Z [00:01:45.080]➜     Compiling termcolor v1.4.1
2025-08-20T22:19:45.3571667Z [00:01:45.080]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name termcolor --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/termcolor-1.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=dd33d7bc27f502da -C extra-filename=-4917630bb7378cbb --out-dir /tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:19:45.8767292Z [00:01:45.600]➜     Compiling bitflags v1.3.2
2025-08-20T22:19:45.8779636Z [00:01:45.601]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name bitflags --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-1.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "default", "example_generated", "rustc-dep-of-std"))' -C metadata=cb9b28714061ea88 -C extra-filename=-e4638d9ba5deda4a --out-dir /tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:19:45.9919957Z [00:01:45.716]➜     Compiling once_cell v1.21.3
2025-08-20T22:19:45.9941080Z [00:01:45.716]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name once_cell --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/once_cell-1.21.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="alloc"' --cfg 'feature="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=bce33c01a6cb76d5 -C extra-filename=-dd9ea91bb2029276 --out-dir /tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:19:46.1371466Z [00:01:45.861]➜     Compiling textwrap v0.16.2
2025-08-20T22:19:46.1389818Z [00:01:45.862]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name textwrap --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/textwrap-0.16.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "hyphenation", "smawk", "terminal_size", "unicode-linebreak", "unicode-width"))' -C metadata=70cb215258c55d9f -C extra-filename=-ca20c8620888c482 --out-dir /tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:19:46.4461102Z [00:01:46.170]➜     Compiling lazy_static v1.5.0
2025-08-20T22:19:46.4495338Z [00:01:46.173]➜       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.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:19:46.5862992Z [00:01:46.310]➜     Compiling ripgen_lib v0.1.4 (/tmp/tmp.CWFersDzL8/TEMPREPO/ripgen_lib)
2025-08-20T22:19:46.5882392Z [00:01:46.311]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name ripgen_lib --edition=2021 ripgen_lib/src/lib.rs --error-format=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="dnsgen"' --cfg 'feature="lazy_static"' --cfg 'feature="regex"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "dnsgen", "lazy_static", "regex"))' -C metadata=078730f6d5359cfb -C extra-filename=-3631532d66f8366d --out-dir /tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/deps --extern addr=/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libaddr-8b25c774043df3a3.rmeta --extern fxhash=/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfxhash-56b14f0ed1ba6935.rmeta --extern lazy_static=/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblazy_static-99879f58e510182a.rmeta --extern regex=/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex-31efd2602b20a4f9.rmeta --extern thiserror=/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libthiserror-9a3799453c09f19d.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-20T22:19:46.8824827Z [00:01:46.606]➜  error: hiding a lifetime that's named elsewhere is confusing
2025-08-20T22:19:46.8831506Z [00:01:46.607]➜    --> ripgen_lib/src/manager.rs:47:39
2025-08-20T22:19:46.8835269Z [00:01:46.607]➜     |
2025-08-20T22:19:46.8839431Z [00:01:46.607]➜  47 | ...>(&'manager self, transform: F) -> RipGenTransform<'manager, 'domain, F, SliceIter<DomainComponents<'domain>>, HashSetIter<'manager, &...
2025-08-20T22:19:46.8841903Z [00:01:46.607]➜     |       ^^^^^^^^                                        --------              ------------------------------------              -------- the same lifetime is named here
2025-08-20T22:19:46.8845088Z [00:01:46.607]➜     |       |                                               |                     |
2025-08-20T22:19:46.8847913Z [00:01:46.607]➜     |       |                                               |                     the same lifetime is hidden here
2025-08-20T22:19:46.8852959Z [00:01:46.607]➜     |       the lifetime is named here                      the same lifetime is named here
2025-08-20T22:19:46.8853726Z [00:01:46.607]➜     |
2025-08-20T22:19:46.8854596Z [00:01:46.607]➜     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T22:19:46.8855539Z [00:01:46.607]➜  note: the lint level is defined here
2025-08-20T22:19:46.8856214Z [00:01:46.607]➜    --> ripgen_lib/src/lib.rs:1:9
2025-08-20T22:19:46.8856768Z [00:01:46.607]➜     |
2025-08-20T22:19:46.8857236Z [00:01:46.607]➜  1  | #![deny(warnings)]
2025-08-20T22:19:46.8857782Z [00:01:46.607]➜     |         ^^^^^^^^
2025-08-20T22:19:46.8858636Z [00:01:46.607]➜     = note: `#[deny(mismatched_lifetime_syntaxes)]` implied by `#[deny(warnings)]`
2025-08-20T22:19:46.8859521Z [00:01:46.607]➜  help: consistently use `'manager`
2025-08-20T22:19:46.8860111Z [00:01:46.607]➜     |
2025-08-20T22:19:46.8861844Z [00:01:46.607]➜  47 |     pub fn transform<'manager, F, O>(&'manager self, transform: F) -> RipGenTransform<'manager, 'domain, F, SliceIter<'manager, DomainComponents<'domain>>, HashSetIter<'manager, &'domain str>, O>
2025-08-20T22:19:46.8863523Z [00:01:46.607]➜     |                                                                                                                       +++++++++
2025-08-20T22:19:46.8864139Z [00:01:46.607]➜  
2025-08-20T22:19:46.9626220Z [00:01:46.686]➜  error: could not compile `ripgen_lib` (lib) due to 1 previous error
2025-08-20T22:19:46.9631159Z [00:01:46.687]➜  
2025-08-20T22:19:46.9635483Z [00:01:46.687]➜  Caused by:
2025-08-20T22:19:46.9649559Z [00:01:46.687]➜    process didn't exit successfully: `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name ripgen_lib --edition=2021 ripgen_lib/src/lib.rs --error-format=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="dnsgen"' --cfg 'feature="lazy_static"' --cfg 'feature="regex"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "dnsgen", "lazy_static", "regex"))' -C metadata=078730f6d5359cfb -C extra-filename=-3631532d66f8366d --out-dir /tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/deps --extern addr=/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libaddr-8b25c774043df3a3.rmeta --extern fxhash=/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfxhash-56b14f0ed1ba6935.rmeta --extern lazy_static=/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblazy_static-99879f58e510182a.rmeta --extern regex=/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex-31efd2602b20a4f9.rmeta --extern thiserror=/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libthiserror-9a3799453c09f19d.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` (exit status: 1)
2025-08-20T22:19:46.9666623Z [00:01:46.687]➜  warning: build failed, waiting for other jobs to finish...
2025-08-20T22:19:46.9678656Z [00:01:46.687]➜       Running `/root/.rustup/toolchains/stable-x86_64-unknown-linux-musl/bin/rustc --crate-name anyhow --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.99/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "default", "std"))' -C metadata=904f15117c1734de -C extra-filename=-25b990e15e0f8fae --out-dir /tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none --cfg std_backtrace --check-cfg 'cfg(anyhow_build_probe)' --check-cfg 'cfg(anyhow_nightly_testing)' --check-cfg 'cfg(anyhow_no_core_error)' --check-cfg 'cfg(anyhow_no_core_unwind_safe)' --check-cfg 'cfg(anyhow_no_fmt_arguments_as_str)' --check-cfg 'cfg(anyhow_no_ptr_addr_of)' --check-cfg 'cfg(anyhow_no_unsafe_op_in_unsafe_fn_lint)' --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(std_backtrace)'`
2025-08-20T22:19:48.0803970Z [00:01:47.804]➜     Compiling clap v3.2.25
2025-08-20T22:19:48.0830579Z [00:01:47.805]➜       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-3.2.25/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="atty"' --cfg 'feature="clap_derive"' --cfg 'feature="color"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="once_cell"' --cfg 'feature="std"' --cfg 'feature="strsim"' --cfg 'feature="suggestions"' --cfg 'feature="termcolor"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("atty", "backtrace", "cargo", "clap_derive", "color", "debug", "default", "deprecated", "derive", "env", "once_cell", "regex", "std", "strsim", "suggestions", "termcolor", "terminal_size", "unicase", "unicode", "unstable-doc", "unstable-grouped", "unstable-replace", "unstable-v4", "wrap_help", "yaml", "yaml-rust"))' -C metadata=7fcdee564919748b -C extra-filename=-dd0ed0eccceb6145 --out-dir /tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/deps --extern atty=/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libatty-07eeabd8f3b2d93d.rmeta --extern bitflags=/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbitflags-e4638d9ba5deda4a.rmeta --extern clap_derive=/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/deps/libclap_derive-3a0ba0f31492963e.so --extern clap_lex=/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap_lex-3685b32fa68eb5a7.rmeta --extern indexmap=/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libindexmap-63f8ee330b2436f8.rmeta --extern once_cell=/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libonce_cell-dd9ea91bb2029276.rmeta --extern strsim=/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libstrsim-dd220a501f9ce637.rmeta --extern termcolor=/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtermcolor-4917630bb7378cbb.rmeta --extern textwrap=/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtextwrap-ca20c8620888c482.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:20:02.9094570Z [00:02:02.633]➜  + find -L ./target/x86_64-unknown-linux-musl/release -maxdepth 1 -type f
2025-08-20T22:20:02.9103550Z [00:02:02.634]➜  ./target/x86_64-unknown-linux-musl/release/.cargo-lock
2025-08-20T22:20:02.9116805Z [00:02:02.635]➜  + find ./target/x86_64-unknown-linux-musl/release -maxdepth 1 -type f -exec file -i '{}' ';'
2025-08-20T22:20:02.9120207Z [00:02:02.635]➜  + grep -Ei 'application/.*executable|inode/symlink|text/x-perl|text/.*script'
2025-08-20T22:20:02.9121558Z [00:02:02.635]➜  + cut -d: -f1
2025-08-20T22:20:02.9123010Z [00:02:02.636]➜  + xargs realpath --no-symlinks
2025-08-20T22:20:02.9132521Z [00:02:02.637]➜  + xargs -I '{}' rsync -achvL '{}' /build-bins/
2025-08-20T22:20:02.9150928Z [00:02:02.639]➜  realpath: missing operand
2025-08-20T22:20:02.9151650Z [00:02:02.639]➜  Try 'realpath --help' for more information.
2025-08-20T22:20:03.0631971Z [00:02:02.787]➜  + find /build-bins/ -type f -exec objcopy --remove-section=.comment '--remove-section=.note.*' '{}' ';'
2025-08-20T22:20:03.0639676Z [00:02:02.788]➜  + find /build-bins/ -type f '!' -name '*.no_strip' -exec strip --strip-all --verbose '{}' ';'
2025-08-20T22:20:03.0650847Z [00:02:02.789]➜  + find /build-bins/ -type f -exec bash -c 'echo && realpath {} && readelf --section-headers {} 2>/dev/null' ';'
2025-08-20T22:20:03.0658236Z [00:02:02.790]➜  + file '/build-bins/*'
2025-08-20T22:20:03.0666306Z [00:02:02.790]➜  /build-bins/*: cannot open `/build-bins/*' (No such file or directory)
2025-08-20T22:20:03.0668669Z [00:02:02.791]➜  + stat -c '%n:         %s Bytes' '/build-bins/*'
2025-08-20T22:20:03.0687764Z [00:02:02.793]➜  stat: cannot statx '/build-bins/*': No such file or directory
2025-08-20T22:20:03.0690429Z [00:02:02.793]➜  + popd
2025-08-20T22:20:03.1321881Z [00:02:02.856]➜  + docker cp alpine-builder:/build-bins/. /tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/
2025-08-20T22:20:03.1512836Z [00:02:02.875]➜  + '[' -s /tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE ']'
2025-08-20T22:20:03.1516088Z [00:02:02.875]➜  + find /tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP -maxdepth 1 -type f -exec file -i '{}' ';'
2025-08-20T22:20:03.1517496Z [00:02:02.876]➜  + grep -Ei 'application/.*executable|inode/symlink|text/x-perl|text/.*script'
2025-08-20T22:20:03.1519158Z [00:02:02.876]➜  + cut -d: -f1
2025-08-20T22:20:03.1521996Z [00:02:02.876]➜  + xargs realpath --no-symlinks
2025-08-20T22:20:03.1523950Z [00:02:02.876]➜  + xargs -I '{}' rsync -achvL '{}' /tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR
2025-08-20T22:20:03.1579364Z [00:02:02.882]➜  realpath: missing operand
2025-08-20T22:20:03.1580008Z [00:02:02.882]➜  Try 'realpath --help' for more information.
2025-08-20T22:20:03.1589520Z [00:02:02.883]➜  
2025-08-20T22:20:03.6254697Z [00:02:03.349]➜  
2025-08-20T22:20:03.6371628Z [00:02:03.361]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/ripgen.static.version' from runner:docker to runner:runner
2025-08-20T22:20:03.6373618Z [00:02:03.361]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/Cargo.toml' from root:root to runner:runner
2025-08-20T22:20:03.6375135Z [00:02:03.361]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/.gitignore' from root:root to runner:runner
2025-08-20T22:20:03.6377157Z [00:02:03.361]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/README.md' from root:root to runner:runner
2025-08-20T22:20:03.6378610Z [00:02:03.361]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/.idea/.gitignore' from root:root to runner:runner
2025-08-20T22:20:03.6380122Z [00:02:03.361]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/.idea/modules.xml' from root:root to runner:runner
2025-08-20T22:20:03.6382618Z [00:02:03.361]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/.idea/vcs.xml' from root:root to runner:runner
2025-08-20T22:20:03.6384194Z [00:02:03.361]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/.idea/ripgen.iml' from root:root to runner:runner
2025-08-20T22:20:03.6386203Z [00:02:03.361]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/.idea' from root:root to runner:runner
2025-08-20T22:20:03.6387465Z [00:02:03.361]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/ripgen/Cargo.toml' from root:root to runner:runner
2025-08-20T22:20:03.6388698Z [00:02:03.361]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/ripgen/README.md' from root:root to runner:runner
2025-08-20T22:20:03.6389922Z [00:02:03.361]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/ripgen/src/main.rs' from root:root to runner:runner
2025-08-20T22:20:03.6392249Z [00:02:03.361]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/ripgen/src/args.rs' from root:root to runner:runner
2025-08-20T22:20:03.6394013Z [00:02:03.361]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/ripgen/src' from root:root to runner:runner
2025-08-20T22:20:03.6395192Z [00:02:03.361]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/ripgen' from root:root to runner:runner
2025-08-20T22:20:03.6396838Z [00:02:03.361]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/Cargo.lock' from root:root to runner:runner
2025-08-20T22:20:03.6399162Z [00:02:03.361]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/ripgen_lib/Cargo.toml' from root:root to runner:runner
2025-08-20T22:20:03.6400486Z [00:02:03.361]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/ripgen_lib/README.md' from root:root to runner:runner
2025-08-20T22:20:03.6401962Z [00:02:03.361]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/ripgen_lib/src/transform.rs' from root:root to runner:runner
2025-08-20T22:20:03.6404312Z [00:02:03.361]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/ripgen_lib/src/error.rs' from root:root to runner:runner
2025-08-20T22:20:03.6406118Z [00:02:03.361]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/ripgen_lib/src/manager.rs' from root:root to runner:runner
2025-08-20T22:20:03.6407390Z [00:02:03.361]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/ripgen_lib/src/words.rs' from root:root to runner:runner
2025-08-20T22:20:03.6409515Z [00:02:03.361]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/ripgen_lib/src/chain.rs' from root:root to runner:runner
2025-08-20T22:20:03.6411868Z [00:02:03.361]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/ripgen_lib/src/dnsgen/swap.rs' from root:root to runner:runner
2025-08-20T22:20:03.6413389Z [00:02:03.362]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/ripgen_lib/src/dnsgen/numbers.rs' from root:root to runner:runner
2025-08-20T22:20:03.6415871Z [00:02:03.362]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/ripgen_lib/src/dnsgen/dash.rs' from root:root to runner:runner
2025-08-20T22:20:03.6417284Z [00:02:03.362]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/ripgen_lib/src/dnsgen/permute.rs' from root:root to runner:runner
2025-08-20T22:20:03.6418587Z [00:02:03.362]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/ripgen_lib/src/dnsgen/mod.rs' from root:root to runner:runner
2025-08-20T22:20:03.6421125Z [00:02:03.362]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/ripgen_lib/src/dnsgen' from root:root to runner:runner
2025-08-20T22:20:03.6422476Z [00:02:03.362]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/ripgen_lib/src/lib.rs' from root:root to runner:runner
2025-08-20T22:20:03.6423734Z [00:02:03.362]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/ripgen_lib/src/domain.rs' from root:root to runner:runner
2025-08-20T22:20:03.6425819Z [00:02:03.362]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/ripgen_lib/src' from root:root to runner:runner
2025-08-20T22:20:03.6428012Z [00:02:03.362]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/ripgen_lib' from root:root to runner:runner
2025-08-20T22:20:03.6429493Z [00:02:03.362]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/.git/hooks/push-to-checkout.sample' from root:root to runner:runner
2025-08-20T22:20:03.6431323Z [00:02:03.362]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/.git/hooks/post-update.sample' from root:root to runner:runner
2025-08-20T22:20:03.6433684Z [00:02:03.362]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/.git/hooks/prepare-commit-msg.sample' from root:root to runner:runner
2025-08-20T22:20:03.6435030Z [00:02:03.362]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/.git/hooks/update.sample' from root:root to runner:runner
2025-08-20T22:20:03.6437263Z [00:02:03.362]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/.git/hooks/pre-receive.sample' from root:root to runner:runner
2025-08-20T22:20:03.6439295Z [00:02:03.362]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/.git/hooks/sendemail-validate.sample' from root:root to runner:runner
2025-08-20T22:20:03.6440638Z [00:02:03.362]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/.git/hooks/pre-commit.sample' from root:root to runner:runner
2025-08-20T22:20:03.6443027Z [00:02:03.362]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/.git/hooks/commit-msg.sample' from root:root to runner:runner
2025-08-20T22:20:03.6445595Z [00:02:03.362]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/.git/hooks/pre-applypatch.sample' from root:root to runner:runner
2025-08-20T22:20:03.6447345Z [00:02:03.362]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/.git/hooks/pre-rebase.sample' from root:root to runner:runner
2025-08-20T22:20:03.6449874Z [00:02:03.362]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/.git/hooks/pre-push.sample' from root:root to runner:runner
2025-08-20T22:20:03.6451588Z [00:02:03.362]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/.git/hooks/applypatch-msg.sample' from root:root to runner:runner
2025-08-20T22:20:03.6452937Z [00:02:03.362]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/.git/hooks/pre-merge-commit.sample' from root:root to runner:runner
2025-08-20T22:20:03.6454668Z [00:02:03.362]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/.git/hooks/fsmonitor-watchman.sample' from root:root to runner:runner
2025-08-20T22:20:03.6457138Z [00:02:03.362]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/.git/hooks' from root:root to runner:runner
2025-08-20T22:20:03.6458406Z [00:02:03.362]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/.git/logs/refs/heads/main' from root:root to runner:runner
2025-08-20T22:20:03.6459659Z [00:02:03.362]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/.git/logs/refs/heads' from root:root to runner:runner
2025-08-20T22:20:03.6461972Z [00:02:03.362]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/.git/logs/refs/remotes/origin/HEAD' from root:root to runner:runner
2025-08-20T22:20:03.6464142Z [00:02:03.362]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/.git/logs/refs/remotes/origin' from root:root to runner:runner
2025-08-20T22:20:03.6465452Z [00:02:03.362]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/.git/logs/refs/remotes' from root:root to runner:runner
2025-08-20T22:20:03.6466829Z [00:02:03.362]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/.git/logs/refs' from root:root to runner:runner
2025-08-20T22:20:03.6469131Z [00:02:03.362]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/.git/logs/HEAD' from root:root to runner:runner
2025-08-20T22:20:03.6471246Z [00:02:03.362]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/.git/logs' from root:root to runner:runner
2025-08-20T22:20:03.6473028Z [00:02:03.362]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/.git/refs/heads/main' from root:root to runner:runner
2025-08-20T22:20:03.6475410Z [00:02:03.362]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/.git/refs/heads' from root:root to runner:runner
2025-08-20T22:20:03.6476865Z [00:02:03.362]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/.git/refs/remotes/origin/HEAD' from root:root to runner:runner
2025-08-20T22:20:03.6479057Z [00:02:03.362]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/.git/refs/remotes/origin' from root:root to runner:runner
2025-08-20T22:20:03.6481678Z [00:02:03.362]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/.git/refs/remotes' from root:root to runner:runner
2025-08-20T22:20:03.6483777Z [00:02:03.362]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/.git/refs/tags' from root:root to runner:runner
2025-08-20T22:20:03.6486035Z [00:02:03.362]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/.git/refs' from root:root to runner:runner
2025-08-20T22:20:03.6487739Z [00:02:03.362]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/.git/config' from root:root to runner:runner
2025-08-20T22:20:03.6490011Z [00:02:03.362]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/.git/packed-refs' from root:root to runner:runner
2025-08-20T22:20:03.6492183Z [00:02:03.362]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/.git/description' from root:root to runner:runner
2025-08-20T22:20:03.6494452Z [00:02:03.362]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/.git/HEAD' from root:root to runner:runner
2025-08-20T22:20:03.6497149Z [00:02:03.362]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/.git/objects/pack/pack-f11d98ce84bbf3dd68e36f9218a139fb36bdb0f8.rev' from root:root to runner:runner
2025-08-20T22:20:03.6500227Z [00:02:03.362]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/.git/objects/pack/pack-5ed5d20c96eff95b12ffdc4ea9f62de8753c743a.idx' from root:root to runner:runner
2025-08-20T22:20:03.6502416Z [00:02:03.362]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/.git/objects/pack/pack-5ed5d20c96eff95b12ffdc4ea9f62de8753c743a.promisor' from root:root to runner:runner
2025-08-20T22:20:03.6505707Z [00:02:03.363]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/.git/objects/pack/pack-5ed5d20c96eff95b12ffdc4ea9f62de8753c743a.pack' from root:root to runner:runner
2025-08-20T22:20:03.6508150Z [00:02:03.363]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/.git/objects/pack/pack-f11d98ce84bbf3dd68e36f9218a139fb36bdb0f8.idx' from root:root to runner:runner
2025-08-20T22:20:03.6511363Z [00:02:03.363]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/.git/objects/pack/pack-f11d98ce84bbf3dd68e36f9218a139fb36bdb0f8.pack' from root:root to runner:runner
2025-08-20T22:20:03.6513321Z [00:02:03.363]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/.git/objects/pack/pack-f11d98ce84bbf3dd68e36f9218a139fb36bdb0f8.promisor' from root:root to runner:runner
2025-08-20T22:20:03.6514993Z [00:02:03.363]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/.git/objects/pack/pack-5ed5d20c96eff95b12ffdc4ea9f62de8753c743a.rev' from root:root to runner:runner
2025-08-20T22:20:03.6517429Z [00:02:03.363]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/.git/objects/pack' from root:root to runner:runner
2025-08-20T22:20:03.6519250Z [00:02:03.363]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/.git/objects/info' from root:root to runner:runner
2025-08-20T22:20:03.6520621Z [00:02:03.363]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/.git/objects' from root:root to runner:runner
2025-08-20T22:20:03.6522926Z [00:02:03.363]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/.git/info/exclude' from root:root to runner:runner
2025-08-20T22:20:03.6524849Z [00:02:03.363]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/.git/info' from root:root to runner:runner
2025-08-20T22:20:03.6526014Z [00:02:03.363]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/.git/index' from root:root to runner:runner
2025-08-20T22:20:03.6527494Z [00:02:03.363]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/.git' from root:root to runner:runner
2025-08-20T22:20:03.6529703Z [00:02:03.363]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/.rustc_info.json' from root:root to runner:runner
2025-08-20T22:20:03.6531473Z [00:02:03.363]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/examples' from root:root to runner:runner
2025-08-20T22:20:03.6533528Z [00:02:03.363]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/incremental' from root:root to runner:runner
2025-08-20T22:20:03.6535907Z [00:02:03.363]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/.cargo-lock' from root:root to runner:runner
2025-08-20T22:20:03.6538645Z [00:02:03.363]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/build/proc-macro2-5dcc07db4808e558/build-script-build' from root:root to runner:runner
2025-08-20T22:20:03.6542254Z [00:02:03.363]➜  ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/build/proc-macro2-5dcc07db4808e558/build_script_build-5dcc07db4808e558' retained as runner:runner
2025-08-20T22:20:03.6545561Z [00:02:03.363]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/build/proc-macro2-5dcc07db4808e558/build_script_build-5dcc07db4808e558.d' from root:root to runner:runner
2025-08-20T22:20:03.6548619Z [00:02:03.363]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/build/proc-macro2-5dcc07db4808e558' from root:root to runner:runner
2025-08-20T22:20:03.6550257Z [00:02:03.363]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/build/anyhow-97abb6991338ccc4/build-script-build' from root:root to runner:runner
2025-08-20T22:20:03.6553170Z [00:02:03.364]➜  ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/build/anyhow-97abb6991338ccc4/build_script_build-97abb6991338ccc4' retained as runner:runner
2025-08-20T22:20:03.6555363Z [00:02:03.364]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/build/anyhow-97abb6991338ccc4/build_script_build-97abb6991338ccc4.d' from root:root to runner:runner
2025-08-20T22:20:03.6556947Z [00:02:03.364]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/build/anyhow-97abb6991338ccc4' from root:root to runner:runner
2025-08-20T22:20:03.6558560Z [00:02:03.364]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/build/syn-0e10e3ca2d597036/out' from root:root to runner:runner
2025-08-20T22:20:03.6560057Z [00:02:03.364]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/build/syn-0e10e3ca2d597036/output' from root:root to runner:runner
2025-08-20T22:20:03.6561886Z [00:02:03.364]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/build/syn-0e10e3ca2d597036/root-output' from root:root to runner:runner
2025-08-20T22:20:03.6563423Z [00:02:03.364]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/build/syn-0e10e3ca2d597036/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:20:03.6564931Z [00:02:03.364]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/build/syn-0e10e3ca2d597036/stderr' from root:root to runner:runner
2025-08-20T22:20:03.6566371Z [00:02:03.364]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/build/syn-0e10e3ca2d597036' from root:root to runner:runner
2025-08-20T22:20:03.6567836Z [00:02:03.364]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/build/proc-macro2-d6f1bc0d5bcb64e4/out' from root:root to runner:runner
2025-08-20T22:20:03.6569364Z [00:02:03.364]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/build/proc-macro2-d6f1bc0d5bcb64e4/output' from root:root to runner:runner
2025-08-20T22:20:03.6571129Z [00:02:03.364]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/build/proc-macro2-d6f1bc0d5bcb64e4/root-output' from root:root to runner:runner
2025-08-20T22:20:03.6572981Z [00:02:03.364]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/build/proc-macro2-d6f1bc0d5bcb64e4/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:20:03.6574567Z [00:02:03.364]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/build/proc-macro2-d6f1bc0d5bcb64e4/stderr' from root:root to runner:runner
2025-08-20T22:20:03.6576128Z [00:02:03.364]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/build/proc-macro2-d6f1bc0d5bcb64e4' from root:root to runner:runner
2025-08-20T22:20:03.6577751Z [00:02:03.364]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/build/proc-macro-error-9abf6fbe1f6d7c09/build-script-build' from root:root to runner:runner
2025-08-20T22:20:03.6579460Z [00:02:03.364]➜  ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/build/proc-macro-error-9abf6fbe1f6d7c09/build_script_build-9abf6fbe1f6d7c09' retained as runner:runner
2025-08-20T22:20:03.6581500Z [00:02:03.364]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/build/proc-macro-error-9abf6fbe1f6d7c09/build_script_build-9abf6fbe1f6d7c09.d' from root:root to runner:runner
2025-08-20T22:20:03.6583173Z [00:02:03.364]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/build/proc-macro-error-9abf6fbe1f6d7c09' from root:root to runner:runner
2025-08-20T22:20:03.6584913Z [00:02:03.364]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/build/libc-e2da6113513ca104/build-script-build' from root:root to runner:runner
2025-08-20T22:20:03.6586583Z [00:02:03.364]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/build/libc-e2da6113513ca104/build_script_build-e2da6113513ca104.d' from root:root to runner:runner
2025-08-20T22:20:03.6588229Z [00:02:03.364]➜  ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/build/libc-e2da6113513ca104/build_script_build-e2da6113513ca104' retained as runner:runner
2025-08-20T22:20:03.6589723Z [00:02:03.364]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/build/libc-e2da6113513ca104' from root:root to runner:runner
2025-08-20T22:20:03.6591696Z [00:02:03.364]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/build/proc-macro-error-attr-c66c9206b44347aa/out' from root:root to runner:runner
2025-08-20T22:20:03.6593348Z [00:02:03.364]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/build/proc-macro-error-attr-c66c9206b44347aa/output' from root:root to runner:runner
2025-08-20T22:20:03.6595000Z [00:02:03.364]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/build/proc-macro-error-attr-c66c9206b44347aa/root-output' from root:root to runner:runner
2025-08-20T22:20:03.6596692Z [00:02:03.364]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/build/proc-macro-error-attr-c66c9206b44347aa/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:20:03.6598559Z [00:02:03.364]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/build/proc-macro-error-attr-c66c9206b44347aa/stderr' from root:root to runner:runner
2025-08-20T22:20:03.6600165Z [00:02:03.364]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/build/proc-macro-error-attr-c66c9206b44347aa' from root:root to runner:runner
2025-08-20T22:20:03.6602163Z [00:02:03.364]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/build/thiserror-a7f5c40c20340476/build_script_build-a7f5c40c20340476.d' from root:root to runner:runner
2025-08-20T22:20:03.6603854Z [00:02:03.364]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/build/thiserror-a7f5c40c20340476/build-script-build' from root:root to runner:runner
2025-08-20T22:20:03.6605514Z [00:02:03.364]➜  ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/build/thiserror-a7f5c40c20340476/build_script_build-a7f5c40c20340476' retained as runner:runner
2025-08-20T22:20:03.6607067Z [00:02:03.364]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/build/thiserror-a7f5c40c20340476' from root:root to runner:runner
2025-08-20T22:20:03.6608705Z [00:02:03.364]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/build/syn-84c0709de8943111/build-script-build' from root:root to runner:runner
2025-08-20T22:20:03.6610399Z [00:02:03.364]➜  ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/build/syn-84c0709de8943111/build_script_build-84c0709de8943111' retained as runner:runner
2025-08-20T22:20:03.6612376Z [00:02:03.364]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/build/syn-84c0709de8943111/build_script_build-84c0709de8943111.d' from root:root to runner:runner
2025-08-20T22:20:03.6614014Z [00:02:03.364]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/build/syn-84c0709de8943111' from root:root to runner:runner
2025-08-20T22:20:03.6615635Z [00:02:03.364]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/build/indexmap-75a821e473651baa/build-script-build' from root:root to runner:runner
2025-08-20T22:20:03.6617265Z [00:02:03.365]➜  ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/build/indexmap-75a821e473651baa/build_script_build-75a821e473651baa' retained as runner:runner
2025-08-20T22:20:03.6618971Z [00:02:03.365]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/build/indexmap-75a821e473651baa/build_script_build-75a821e473651baa.d' from root:root to runner:runner
2025-08-20T22:20:03.6620561Z [00:02:03.365]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/build/indexmap-75a821e473651baa' from root:root to runner:runner
2025-08-20T22:20:03.6622278Z [00:02:03.365]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/build/proc-macro-error-b2f1555fa2b2a1c2/out' from root:root to runner:runner
2025-08-20T22:20:03.6623865Z [00:02:03.365]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/build/proc-macro-error-b2f1555fa2b2a1c2/output' from root:root to runner:runner
2025-08-20T22:20:03.6625613Z [00:02:03.365]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/build/proc-macro-error-b2f1555fa2b2a1c2/root-output' from root:root to runner:runner
2025-08-20T22:20:03.6627731Z [00:02:03.365]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/build/proc-macro-error-b2f1555fa2b2a1c2/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:20:03.6630598Z [00:02:03.365]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/build/proc-macro-error-b2f1555fa2b2a1c2/stderr' from root:root to runner:runner
2025-08-20T22:20:03.6633780Z [00:02:03.365]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/build/proc-macro-error-b2f1555fa2b2a1c2' from root:root to runner:runner
2025-08-20T22:20:03.6636900Z [00:02:03.365]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/build/proc-macro-error-attr-e4a16f44f3080db6/build-script-build' from root:root to runner:runner
2025-08-20T22:20:03.6639184Z [00:02:03.365]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/build/proc-macro-error-attr-e4a16f44f3080db6/build_script_build-e4a16f44f3080db6.d' from root:root to runner:runner
2025-08-20T22:20:03.6641211Z [00:02:03.365]➜  ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/build/proc-macro-error-attr-e4a16f44f3080db6/build_script_build-e4a16f44f3080db6' retained as runner:runner
2025-08-20T22:20:03.6643054Z [00:02:03.365]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/build/proc-macro-error-attr-e4a16f44f3080db6' from root:root to runner:runner
2025-08-20T22:20:03.6644475Z [00:02:03.365]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/build' from root:root to runner:runner
2025-08-20T22:20:03.6645854Z [00:02:03.365]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/deps/proc_macro2-5300d356431b4441.d' from root:root to runner:runner
2025-08-20T22:20:03.6647291Z [00:02:03.365]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/deps/syn-888499363ccfcdf1.d' from root:root to runner:runner
2025-08-20T22:20:03.6648773Z [00:02:03.365]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/deps/unicode_ident-8322841390b1e4cb.d' from root:root to runner:runner
2025-08-20T22:20:03.6650296Z [00:02:03.365]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/deps/libquote-d1f324c45602a433.rlib' from root:root to runner:runner
2025-08-20T22:20:03.6652049Z [00:02:03.365]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/deps/libautocfg-3ed48474b7f2b023.rlib' from root:root to runner:runner
2025-08-20T22:20:03.6653579Z [00:02:03.365]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/deps/syn-57ea9ecbafdab663.d' from root:root to runner:runner
2025-08-20T22:20:03.6655057Z [00:02:03.365]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/deps/thiserror_impl-4e2a343c24c093cd.d' from root:root to runner:runner
2025-08-20T22:20:03.6656729Z [00:02:03.365]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/deps/libunicode_ident-8322841390b1e4cb.rmeta' from root:root to runner:runner
2025-08-20T22:20:03.6658287Z [00:02:03.365]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/deps/libproc_macro2-5300d356431b4441.rlib' from root:root to runner:runner
2025-08-20T22:20:03.6659787Z [00:02:03.365]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/deps/libsyn-57ea9ecbafdab663.rlib' from root:root to runner:runner
2025-08-20T22:20:03.6661600Z [00:02:03.365]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/deps/libproc_macro_error-3e11656cd50b63f0.rmeta' from root:root to runner:runner
2025-08-20T22:20:03.6663185Z [00:02:03.365]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/deps/libautocfg-3ed48474b7f2b023.rmeta' from root:root to runner:runner
2025-08-20T22:20:03.6664712Z [00:02:03.365]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/deps/libproc_macro2-5300d356431b4441.rmeta' from root:root to runner:runner
2025-08-20T22:20:03.6666230Z [00:02:03.365]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/deps/libheck-b306c7cd1477ab57.rmeta' from root:root to runner:runner
2025-08-20T22:20:03.6667845Z [00:02:03.365]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/deps/libheck-b306c7cd1477ab57.rlib' from root:root to runner:runner
2025-08-20T22:20:03.6669388Z [00:02:03.365]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/deps/libversion_check-b345fafeaee8454c.rmeta' from root:root to runner:runner
2025-08-20T22:20:03.6671110Z [00:02:03.365]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/deps/libsyn-888499363ccfcdf1.rlib' from root:root to runner:runner
2025-08-20T22:20:03.6672597Z [00:02:03.365]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/deps/libsyn-888499363ccfcdf1.rmeta' from root:root to runner:runner
2025-08-20T22:20:03.6674111Z [00:02:03.365]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/deps/libunicode_ident-8322841390b1e4cb.rlib' from root:root to runner:runner
2025-08-20T22:20:03.6675686Z [00:02:03.365]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/deps/libsyn-57ea9ecbafdab663.rmeta' from root:root to runner:runner
2025-08-20T22:20:03.6677159Z [00:02:03.365]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/deps/autocfg-3ed48474b7f2b023.d' from root:root to runner:runner
2025-08-20T22:20:03.6678606Z [00:02:03.365]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/deps/quote-d1f324c45602a433.d' from root:root to runner:runner
2025-08-20T22:20:03.6680034Z [00:02:03.365]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/deps/heck-b306c7cd1477ab57.d' from root:root to runner:runner
2025-08-20T22:20:03.6681851Z [00:02:03.365]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/deps/proc_macro_error-3e11656cd50b63f0.d' from root:root to runner:runner
2025-08-20T22:20:03.6683380Z [00:02:03.365]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/deps/proc_macro_error_attr-3b257dded328a92c.d' from root:root to runner:runner
2025-08-20T22:20:03.6685130Z [00:02:03.366]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/deps/libclap_derive-3a0ba0f31492963e.so' from root:root to runner:runner
2025-08-20T22:20:03.6686702Z [00:02:03.366]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/deps/libproc_macro_error_attr-3b257dded328a92c.so' from root:root to runner:runner
2025-08-20T22:20:03.6688299Z [00:02:03.366]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/deps/libproc_macro_error-3e11656cd50b63f0.rlib' from root:root to runner:runner
2025-08-20T22:20:03.6690033Z [00:02:03.366]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/deps/libthiserror_impl-4e2a343c24c093cd.so' from root:root to runner:runner
2025-08-20T22:20:03.6691969Z [00:02:03.366]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/deps/version_check-b345fafeaee8454c.d' from root:root to runner:runner
2025-08-20T22:20:03.6693463Z [00:02:03.366]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/deps/clap_derive-3a0ba0f31492963e.d' from root:root to runner:runner
2025-08-20T22:20:03.6695116Z [00:02:03.366]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/deps/libquote-d1f324c45602a433.rmeta' from root:root to runner:runner
2025-08-20T22:20:03.6696691Z [00:02:03.366]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/deps/libversion_check-b345fafeaee8454c.rlib' from root:root to runner:runner
2025-08-20T22:20:03.6698095Z [00:02:03.366]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/deps' from root:root to runner:runner
2025-08-20T22:20:03.6699552Z [00:02:03.366]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/.fingerprint/autocfg-3ed48474b7f2b023/lib-autocfg.json' from root:root to runner:runner
2025-08-20T22:20:03.6701404Z [00:02:03.366]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/.fingerprint/autocfg-3ed48474b7f2b023/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:20:03.6703951Z [00:02:03.366]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/.fingerprint/autocfg-3ed48474b7f2b023/lib-autocfg' from root:root to runner:runner
2025-08-20T22:20:03.6706240Z [00:02:03.366]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/.fingerprint/autocfg-3ed48474b7f2b023/dep-lib-autocfg' from root:root to runner:runner
2025-08-20T22:20:03.6707831Z [00:02:03.366]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/.fingerprint/autocfg-3ed48474b7f2b023' from root:root to runner:runner
2025-08-20T22:20:03.6709543Z [00:02:03.366]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/.fingerprint/syn-57ea9ecbafdab663/dep-lib-syn' from root:root to runner:runner
2025-08-20T22:20:03.6711397Z [00:02:03.366]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/.fingerprint/syn-57ea9ecbafdab663/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:20:03.6713034Z [00:02:03.366]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/.fingerprint/syn-57ea9ecbafdab663/lib-syn' from root:root to runner:runner
2025-08-20T22:20:03.6714581Z [00:02:03.366]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/.fingerprint/syn-57ea9ecbafdab663/lib-syn.json' from root:root to runner:runner
2025-08-20T22:20:03.6716111Z [00:02:03.366]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/.fingerprint/syn-57ea9ecbafdab663' from root:root to runner:runner
2025-08-20T22:20:03.6717746Z [00:02:03.366]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/.fingerprint/proc-macro2-5dcc07db4808e558/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:20:03.6719545Z [00:02:03.366]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/.fingerprint/proc-macro2-5dcc07db4808e558/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:20:03.6721596Z [00:02:03.366]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/.fingerprint/proc-macro2-5dcc07db4808e558/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:20:03.6723387Z [00:02:03.366]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/.fingerprint/proc-macro2-5dcc07db4808e558/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:20:03.6725048Z [00:02:03.366]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/.fingerprint/proc-macro2-5dcc07db4808e558' from root:root to runner:runner
2025-08-20T22:20:03.6726691Z [00:02:03.366]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/.fingerprint/anyhow-97abb6991338ccc4/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:20:03.6728499Z [00:02:03.367]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/.fingerprint/anyhow-97abb6991338ccc4/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:20:03.6730201Z [00:02:03.367]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/.fingerprint/anyhow-97abb6991338ccc4/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:20:03.6732170Z [00:02:03.367]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/.fingerprint/anyhow-97abb6991338ccc4/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:20:03.6733799Z [00:02:03.367]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/.fingerprint/anyhow-97abb6991338ccc4' from root:root to runner:runner
2025-08-20T22:20:03.6735593Z [00:02:03.367]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/.fingerprint/syn-0e10e3ca2d597036/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:20:03.6737374Z [00:02:03.367]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/.fingerprint/syn-0e10e3ca2d597036/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:20:03.6738967Z [00:02:03.367]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/.fingerprint/syn-0e10e3ca2d597036' from root:root to runner:runner
2025-08-20T22:20:03.6740630Z [00:02:03.367]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/.fingerprint/proc-macro2-d6f1bc0d5bcb64e4/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:20:03.6742719Z [00:02:03.367]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/.fingerprint/proc-macro2-d6f1bc0d5bcb64e4/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:20:03.6744414Z [00:02:03.367]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/.fingerprint/proc-macro2-d6f1bc0d5bcb64e4' from root:root to runner:runner
2025-08-20T22:20:03.6746097Z [00:02:03.367]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/.fingerprint/proc-macro-error-9abf6fbe1f6d7c09/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:20:03.6748089Z [00:02:03.367]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/.fingerprint/proc-macro-error-9abf6fbe1f6d7c09/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:20:03.6749891Z [00:02:03.367]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/.fingerprint/proc-macro-error-9abf6fbe1f6d7c09/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:20:03.6752008Z [00:02:03.367]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/.fingerprint/proc-macro-error-9abf6fbe1f6d7c09/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:20:03.6753745Z [00:02:03.367]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/.fingerprint/proc-macro-error-9abf6fbe1f6d7c09' from root:root to runner:runner
2025-08-20T22:20:03.6763576Z [00:02:03.367]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/.fingerprint/quote-d1f324c45602a433/lib-quote.json' from root:root to runner:runner
2025-08-20T22:20:03.6765261Z [00:02:03.367]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/.fingerprint/quote-d1f324c45602a433/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:20:03.6766883Z [00:02:03.367]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/.fingerprint/quote-d1f324c45602a433/lib-quote' from root:root to runner:runner
2025-08-20T22:20:03.6768502Z [00:02:03.367]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/.fingerprint/quote-d1f324c45602a433/dep-lib-quote' from root:root to runner:runner
2025-08-20T22:20:03.6770230Z [00:02:03.367]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/.fingerprint/quote-d1f324c45602a433' from root:root to runner:runner
2025-08-20T22:20:03.6771956Z [00:02:03.367]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/.fingerprint/proc-macro2-5300d356431b4441/dep-lib-proc_macro2' from root:root to runner:runner
2025-08-20T22:20:03.6773617Z [00:02:03.367]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/.fingerprint/proc-macro2-5300d356431b4441/lib-proc_macro2' from root:root to runner:runner
2025-08-20T22:20:03.6775477Z [00:02:03.367]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/.fingerprint/proc-macro2-5300d356431b4441/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:20:03.6778664Z [00:02:03.367]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/.fingerprint/proc-macro2-5300d356431b4441/lib-proc_macro2.json' from root:root to runner:runner
2025-08-20T22:20:03.6781916Z [00:02:03.367]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/.fingerprint/proc-macro2-5300d356431b4441' from root:root to runner:runner
2025-08-20T22:20:03.6784934Z [00:02:03.367]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/.fingerprint/heck-b306c7cd1477ab57/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:20:03.6787345Z [00:02:03.367]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/.fingerprint/heck-b306c7cd1477ab57/dep-lib-heck' from root:root to runner:runner
2025-08-20T22:20:03.6788977Z [00:02:03.367]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/.fingerprint/heck-b306c7cd1477ab57/lib-heck.json' from root:root to runner:runner
2025-08-20T22:20:03.6790543Z [00:02:03.367]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/.fingerprint/heck-b306c7cd1477ab57/lib-heck' from root:root to runner:runner
2025-08-20T22:20:03.6792337Z [00:02:03.367]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/.fingerprint/heck-b306c7cd1477ab57' from root:root to runner:runner
2025-08-20T22:20:03.6793957Z [00:02:03.367]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/.fingerprint/libc-e2da6113513ca104/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:20:03.6795707Z [00:02:03.368]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/.fingerprint/libc-e2da6113513ca104/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:20:03.6797395Z [00:02:03.368]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/.fingerprint/libc-e2da6113513ca104/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:20:03.6799084Z [00:02:03.368]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/.fingerprint/libc-e2da6113513ca104/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:20:03.6800862Z [00:02:03.368]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/.fingerprint/libc-e2da6113513ca104' from root:root to runner:runner
2025-08-20T22:20:03.6802762Z [00:02:03.368]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/.fingerprint/proc-macro-error-attr-c66c9206b44347aa/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:20:03.6804683Z [00:02:03.368]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/.fingerprint/proc-macro-error-attr-c66c9206b44347aa/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:20:03.6806419Z [00:02:03.368]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/.fingerprint/proc-macro-error-attr-c66c9206b44347aa' from root:root to runner:runner
2025-08-20T22:20:03.6808076Z [00:02:03.368]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/.fingerprint/unicode-ident-8322841390b1e4cb/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:20:03.6809767Z [00:02:03.368]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/.fingerprint/unicode-ident-8322841390b1e4cb/lib-unicode_ident.json' from root:root to runner:runner
2025-08-20T22:20:03.6811725Z [00:02:03.368]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/.fingerprint/unicode-ident-8322841390b1e4cb/dep-lib-unicode_ident' from root:root to runner:runner
2025-08-20T22:20:03.6813597Z [00:02:03.368]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/.fingerprint/unicode-ident-8322841390b1e4cb/lib-unicode_ident' from root:root to runner:runner
2025-08-20T22:20:03.6815211Z [00:02:03.368]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/.fingerprint/unicode-ident-8322841390b1e4cb' from root:root to runner:runner
2025-08-20T22:20:03.6816809Z [00:02:03.368]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/.fingerprint/clap_derive-3a0ba0f31492963e/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:20:03.6818456Z [00:02:03.368]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/.fingerprint/clap_derive-3a0ba0f31492963e/lib-clap_derive' from root:root to runner:runner
2025-08-20T22:20:03.6820120Z [00:02:03.368]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/.fingerprint/clap_derive-3a0ba0f31492963e/lib-clap_derive.json' from root:root to runner:runner
2025-08-20T22:20:03.6822259Z [00:02:03.368]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/.fingerprint/clap_derive-3a0ba0f31492963e/dep-lib-clap_derive' from root:root to runner:runner
2025-08-20T22:20:03.6823868Z [00:02:03.368]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/.fingerprint/clap_derive-3a0ba0f31492963e' from root:root to runner:runner
2025-08-20T22:20:03.6825495Z [00:02:03.368]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/.fingerprint/thiserror-impl-4e2a343c24c093cd/dep-lib-thiserror_impl' from root:root to runner:runner
2025-08-20T22:20:03.6827212Z [00:02:03.368]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/.fingerprint/thiserror-impl-4e2a343c24c093cd/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:20:03.6829079Z [00:02:03.368]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/.fingerprint/thiserror-impl-4e2a343c24c093cd/lib-thiserror_impl' from root:root to runner:runner
2025-08-20T22:20:03.6831026Z [00:02:03.368]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/.fingerprint/thiserror-impl-4e2a343c24c093cd/lib-thiserror_impl.json' from root:root to runner:runner
2025-08-20T22:20:03.6832915Z [00:02:03.368]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/.fingerprint/thiserror-impl-4e2a343c24c093cd' from root:root to runner:runner
2025-08-20T22:20:03.6834605Z [00:02:03.368]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/.fingerprint/thiserror-a7f5c40c20340476/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:20:03.6836538Z [00:02:03.368]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/.fingerprint/thiserror-a7f5c40c20340476/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:20:03.6838284Z [00:02:03.368]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/.fingerprint/thiserror-a7f5c40c20340476/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:20:03.6840157Z [00:02:03.368]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/.fingerprint/thiserror-a7f5c40c20340476/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:20:03.6842039Z [00:02:03.368]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/.fingerprint/thiserror-a7f5c40c20340476' from root:root to runner:runner
2025-08-20T22:20:03.6843739Z [00:02:03.368]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/.fingerprint/proc-macro-error-attr-3b257dded328a92c/lib-proc_macro_error_attr.json' from root:root to runner:runner
2025-08-20T22:20:03.6845550Z [00:02:03.368]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/.fingerprint/proc-macro-error-attr-3b257dded328a92c/lib-proc_macro_error_attr' from root:root to runner:runner
2025-08-20T22:20:03.6847330Z [00:02:03.368]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/.fingerprint/proc-macro-error-attr-3b257dded328a92c/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:20:03.6849522Z [00:02:03.368]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/.fingerprint/proc-macro-error-attr-3b257dded328a92c/dep-lib-proc_macro_error_attr' from root:root to runner:runner
2025-08-20T22:20:03.6852686Z [00:02:03.368]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/.fingerprint/proc-macro-error-attr-3b257dded328a92c' from root:root to runner:runner
2025-08-20T22:20:03.6855916Z [00:02:03.368]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/.fingerprint/syn-84c0709de8943111/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:20:03.6859446Z [00:02:03.368]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/.fingerprint/syn-84c0709de8943111/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:20:03.6861808Z [00:02:03.368]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/.fingerprint/syn-84c0709de8943111/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:20:03.6864450Z [00:02:03.369]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/.fingerprint/syn-84c0709de8943111/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:20:03.6866070Z [00:02:03.369]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/.fingerprint/syn-84c0709de8943111' from root:root to runner:runner
2025-08-20T22:20:03.6867585Z [00:02:03.369]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/.fingerprint/syn-888499363ccfcdf1/dep-lib-syn' from root:root to runner:runner
2025-08-20T22:20:03.6869156Z [00:02:03.369]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/.fingerprint/syn-888499363ccfcdf1/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:20:03.6870924Z [00:02:03.369]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/.fingerprint/syn-888499363ccfcdf1/lib-syn' from root:root to runner:runner
2025-08-20T22:20:03.6872663Z [00:02:03.369]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/.fingerprint/syn-888499363ccfcdf1/lib-syn.json' from root:root to runner:runner
2025-08-20T22:20:03.6874181Z [00:02:03.369]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/.fingerprint/syn-888499363ccfcdf1' from root:root to runner:runner
2025-08-20T22:20:03.6875831Z [00:02:03.369]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/.fingerprint/indexmap-75a821e473651baa/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:20:03.6877609Z [00:02:03.369]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/.fingerprint/indexmap-75a821e473651baa/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:20:03.6879333Z [00:02:03.369]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/.fingerprint/indexmap-75a821e473651baa/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:20:03.6881362Z [00:02:03.369]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/.fingerprint/indexmap-75a821e473651baa/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:20:03.6883023Z [00:02:03.369]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/.fingerprint/indexmap-75a821e473651baa' from root:root to runner:runner
2025-08-20T22:20:03.6884613Z [00:02:03.369]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/.fingerprint/version_check-b345fafeaee8454c/lib-version_check' from root:root to runner:runner
2025-08-20T22:20:03.6886300Z [00:02:03.369]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/.fingerprint/version_check-b345fafeaee8454c/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:20:03.6887983Z [00:02:03.369]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/.fingerprint/version_check-b345fafeaee8454c/lib-version_check.json' from root:root to runner:runner
2025-08-20T22:20:03.6889676Z [00:02:03.369]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/.fingerprint/version_check-b345fafeaee8454c/dep-lib-version_check' from root:root to runner:runner
2025-08-20T22:20:03.6891471Z [00:02:03.369]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/.fingerprint/version_check-b345fafeaee8454c' from root:root to runner:runner
2025-08-20T22:20:03.6893358Z [00:02:03.369]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/.fingerprint/proc-macro-error-b2f1555fa2b2a1c2/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:20:03.6895253Z [00:02:03.369]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/.fingerprint/proc-macro-error-b2f1555fa2b2a1c2/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:20:03.6896951Z [00:02:03.369]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/.fingerprint/proc-macro-error-b2f1555fa2b2a1c2' from root:root to runner:runner
2025-08-20T22:20:03.6898678Z [00:02:03.369]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/.fingerprint/proc-macro-error-attr-e4a16f44f3080db6/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:20:03.6900562Z [00:02:03.369]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/.fingerprint/proc-macro-error-attr-e4a16f44f3080db6/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:20:03.6902608Z [00:02:03.369]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/.fingerprint/proc-macro-error-attr-e4a16f44f3080db6/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:20:03.6904443Z [00:02:03.369]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/.fingerprint/proc-macro-error-attr-e4a16f44f3080db6/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:20:03.6906339Z [00:02:03.369]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/.fingerprint/proc-macro-error-attr-e4a16f44f3080db6' from root:root to runner:runner
2025-08-20T22:20:03.6908025Z [00:02:03.370]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/.fingerprint/proc-macro-error-3e11656cd50b63f0/lib-proc_macro_error' from root:root to runner:runner
2025-08-20T22:20:03.6909740Z [00:02:03.370]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/.fingerprint/proc-macro-error-3e11656cd50b63f0/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:20:03.6911689Z [00:02:03.370]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/.fingerprint/proc-macro-error-3e11656cd50b63f0/lib-proc_macro_error.json' from root:root to runner:runner
2025-08-20T22:20:03.6913449Z [00:02:03.370]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/.fingerprint/proc-macro-error-3e11656cd50b63f0/dep-lib-proc_macro_error' from root:root to runner:runner
2025-08-20T22:20:03.6915098Z [00:02:03.370]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/.fingerprint/proc-macro-error-3e11656cd50b63f0' from root:root to runner:runner
2025-08-20T22:20:03.6916517Z [00:02:03.370]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/.fingerprint' from root:root to runner:runner
2025-08-20T22:20:03.6917773Z [00:02:03.370]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release' from root:root to runner:runner
2025-08-20T22:20:03.6919249Z [00:02:03.370]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/examples' from root:root to runner:runner
2025-08-20T22:20:03.6920902Z [00:02:03.370]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/incremental' from root:root to runner:runner
2025-08-20T22:20:03.6922872Z [00:02:03.370]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/.cargo-lock' from root:root to runner:runner
2025-08-20T22:20:03.6925598Z [00:02:03.370]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/anyhow-b9f338d7e1074f47/out' from root:root to runner:runner
2025-08-20T22:20:03.6928822Z [00:02:03.370]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/anyhow-b9f338d7e1074f47/output' from root:root to runner:runner
2025-08-20T22:20:03.6932249Z [00:02:03.370]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/anyhow-b9f338d7e1074f47/root-output' from root:root to runner:runner
2025-08-20T22:20:03.6934605Z [00:02:03.370]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/anyhow-b9f338d7e1074f47/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:20:03.6936329Z [00:02:03.370]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/anyhow-b9f338d7e1074f47/stderr' from root:root to runner:runner
2025-08-20T22:20:03.6938143Z [00:02:03.370]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/anyhow-b9f338d7e1074f47' from root:root to runner:runner
2025-08-20T22:20:03.6939757Z [00:02:03.370]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libc-1e3a2a66683ba8f2/out' from root:root to runner:runner
2025-08-20T22:20:03.6941641Z [00:02:03.370]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libc-1e3a2a66683ba8f2/output' from root:root to runner:runner
2025-08-20T22:20:03.6943320Z [00:02:03.370]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libc-1e3a2a66683ba8f2/root-output' from root:root to runner:runner
2025-08-20T22:20:03.6945044Z [00:02:03.370]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libc-1e3a2a66683ba8f2/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:20:03.6946725Z [00:02:03.370]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libc-1e3a2a66683ba8f2/stderr' from root:root to runner:runner
2025-08-20T22:20:03.6948336Z [00:02:03.370]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libc-1e3a2a66683ba8f2' from root:root to runner:runner
2025-08-20T22:20:03.6950099Z [00:02:03.370]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/indexmap-c9c8906aac26240b/out' from root:root to runner:runner
2025-08-20T22:20:03.6952008Z [00:02:03.370]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/indexmap-c9c8906aac26240b/output' from root:root to runner:runner
2025-08-20T22:20:03.6953710Z [00:02:03.370]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/indexmap-c9c8906aac26240b/root-output' from root:root to runner:runner
2025-08-20T22:20:03.6955472Z [00:02:03.370]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/indexmap-c9c8906aac26240b/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:20:03.6957223Z [00:02:03.370]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/indexmap-c9c8906aac26240b/stderr' from root:root to runner:runner
2025-08-20T22:20:03.6958881Z [00:02:03.370]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/indexmap-c9c8906aac26240b' from root:root to runner:runner
2025-08-20T22:20:03.6960535Z [00:02:03.370]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/thiserror-412ea1f03334a160/out' from root:root to runner:runner
2025-08-20T22:20:03.6962408Z [00:02:03.371]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/thiserror-412ea1f03334a160/output' from root:root to runner:runner
2025-08-20T22:20:03.6964262Z [00:02:03.371]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/thiserror-412ea1f03334a160/root-output' from root:root to runner:runner
2025-08-20T22:20:03.6966018Z [00:02:03.371]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/thiserror-412ea1f03334a160/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:20:03.6967746Z [00:02:03.371]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/thiserror-412ea1f03334a160/stderr' from root:root to runner:runner
2025-08-20T22:20:03.6969425Z [00:02:03.371]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/thiserror-412ea1f03334a160' from root:root to runner:runner
2025-08-20T22:20:03.6971188Z [00:02:03.371]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/build' from root:root to runner:runner
2025-08-20T22:20:03.6972753Z [00:02:03.371]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/os_str_bytes-7cecb83a15851a71.d' from root:root to runner:runner
2025-08-20T22:20:03.6974531Z [00:02:03.371]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/textwrap-ca20c8620888c482.d' from root:root to runner:runner
2025-08-20T22:20:03.6976199Z [00:02:03.371]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/atty-07eeabd8f3b2d93d.d' from root:root to runner:runner
2025-08-20T22:20:03.6978075Z [00:02:03.371]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libthiserror-9a3799453c09f19d.rlib' from root:root to runner:runner
2025-08-20T22:20:03.6979794Z [00:02:03.371]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpsl_types-aa988e30ec3a3a32.rmeta' from root:root to runner:runner
2025-08-20T22:20:03.6981638Z [00:02:03.371]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/regex-31efd2602b20a4f9.d' from root:root to runner:runner
2025-08-20T22:20:03.6983474Z [00:02:03.371]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap-dd0ed0eccceb6145.rmeta' from root:root to runner:runner
2025-08-20T22:20:03.6985146Z [00:02:03.371]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/termcolor-4917630bb7378cbb.d' from root:root to runner:runner
2025-08-20T22:20:03.6986826Z [00:02:03.371]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtermcolor-4917630bb7378cbb.rmeta' from root:root to runner:runner
2025-08-20T22:20:03.6988549Z [00:02:03.371]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanyhow-25b990e15e0f8fae.rlib' from root:root to runner:runner
2025-08-20T22:20:03.6990361Z [00:02:03.371]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/aho_corasick-de5e72fe52dd243f.d' from root:root to runner:runner
2025-08-20T22:20:03.6992471Z [00:02:03.371]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfxhash-56b14f0ed1ba6935.rlib' from root:root to runner:runner
2025-08-20T22:20:03.6994157Z [00:02:03.371]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfxhash-56b14f0ed1ba6935.rmeta' from root:root to runner:runner
2025-08-20T22:20:03.6996393Z [00:02:03.371]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/thiserror-9a3799453c09f19d.d' from root:root to runner:runner
2025-08-20T22:20:03.6999676Z [00:02:03.371]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libindexmap-63f8ee330b2436f8.rlib' from root:root to runner:runner
2025-08-20T22:20:03.7003148Z [00:02:03.371]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbitflags-e4638d9ba5deda4a.rmeta' from root:root to runner:runner
2025-08-20T22:20:03.7006214Z [00:02:03.371]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libstrsim-dd220a501f9ce637.rmeta' from root:root to runner:runner
2025-08-20T22:20:03.7007989Z [00:02:03.371]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblazy_static-99879f58e510182a.rlib' from root:root to runner:runner
2025-08-20T22:20:03.7009672Z [00:02:03.371]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/regex_syntax-a6e8118dff480c24.d' from root:root to runner:runner
2025-08-20T22:20:03.7011563Z [00:02:03.371]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpsl-13ebf268faa9634f.rmeta' from root:root to runner:runner
2025-08-20T22:20:03.7013236Z [00:02:03.371]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/addr-8b25c774043df3a3.d' from root:root to runner:runner
2025-08-20T22:20:03.7014893Z [00:02:03.371]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex-31efd2602b20a4f9.rmeta' from root:root to runner:runner
2025-08-20T22:20:03.7016625Z [00:02:03.371]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex_automata-8e36e4fb4e301fc5.rlib' from root:root to runner:runner
2025-08-20T22:20:03.7018348Z [00:02:03.371]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhashbrown-b23c306817921463.rmeta' from root:root to runner:runner
2025-08-20T22:20:03.7020257Z [00:02:03.371]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libaho_corasick-de5e72fe52dd243f.rmeta' from root:root to runner:runner
2025-08-20T22:20:03.7022147Z [00:02:03.371]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/bitflags-e4638d9ba5deda4a.d' from root:root to runner:runner
2025-08-20T22:20:03.7023815Z [00:02:03.371]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libonce_cell-dd9ea91bb2029276.rmeta' from root:root to runner:runner
2025-08-20T22:20:03.7025519Z [00:02:03.371]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libos_str_bytes-7cecb83a15851a71.rmeta' from root:root to runner:runner
2025-08-20T22:20:03.7027215Z [00:02:03.371]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/regex_automata-8e36e4fb4e301fc5.d' from root:root to runner:runner
2025-08-20T22:20:03.7028907Z [00:02:03.371]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex_syntax-a6e8118dff480c24.rmeta' from root:root to runner:runner
2025-08-20T22:20:03.7030586Z [00:02:03.372]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/lazy_static-99879f58e510182a.d' from root:root to runner:runner
2025-08-20T22:20:03.7032611Z [00:02:03.372]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibc-a59e8cf31ac709f9.rmeta' from root:root to runner:runner
2025-08-20T22:20:03.7034316Z [00:02:03.372]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmemchr-f2862d2f4f02bb92.rmeta' from root:root to runner:runner
2025-08-20T22:20:03.7036013Z [00:02:03.372]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libaho_corasick-de5e72fe52dd243f.rlib' from root:root to runner:runner
2025-08-20T22:20:03.7037683Z [00:02:03.372]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/ripgen_lib-3631532d66f8366d.d' from root:root to runner:runner
2025-08-20T22:20:03.7039336Z [00:02:03.372]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpsl-13ebf268faa9634f.rlib' from root:root to runner:runner
2025-08-20T22:20:03.7041330Z [00:02:03.372]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtextwrap-ca20c8620888c482.rmeta' from root:root to runner:runner
2025-08-20T22:20:03.7043050Z [00:02:03.372]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtermcolor-4917630bb7378cbb.rlib' from root:root to runner:runner
2025-08-20T22:20:03.7044701Z [00:02:03.372]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libc-a59e8cf31ac709f9.d' from root:root to runner:runner
2025-08-20T22:20:03.7046534Z [00:02:03.372]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libatty-07eeabd8f3b2d93d.rmeta' from root:root to runner:runner
2025-08-20T22:20:03.7048201Z [00:02:03.372]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libaddr-8b25c774043df3a3.rmeta' from root:root to runner:runner
2025-08-20T22:20:03.7049995Z [00:02:03.372]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/psl_types-aa988e30ec3a3a32.d' from root:root to runner:runner
2025-08-20T22:20:03.7051951Z [00:02:03.372]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/once_cell-dd9ea91bb2029276.d' from root:root to runner:runner
2025-08-20T22:20:03.7053619Z [00:02:03.372]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmemchr-f2862d2f4f02bb92.rlib' from root:root to runner:runner
2025-08-20T22:20:03.7055483Z [00:02:03.372]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex_syntax-a6e8118dff480c24.rlib' from root:root to runner:runner
2025-08-20T22:20:03.7057200Z [00:02:03.372]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/indexmap-63f8ee330b2436f8.d' from root:root to runner:runner
2025-08-20T22:20:03.7059003Z [00:02:03.372]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libstrsim-dd220a501f9ce637.rlib' from root:root to runner:runner
2025-08-20T22:20:03.7060833Z [00:02:03.372]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/memchr-f2862d2f4f02bb92.d' from root:root to runner:runner
2025-08-20T22:20:03.7062526Z [00:02:03.372]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtextwrap-ca20c8620888c482.rlib' from root:root to runner:runner
2025-08-20T22:20:03.7064221Z [00:02:03.372]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbyteorder-0786838a65bbe90a.rlib' from root:root to runner:runner
2025-08-20T22:20:03.7065918Z [00:02:03.372]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libaddr-8b25c774043df3a3.rlib' from root:root to runner:runner
2025-08-20T22:20:03.7067879Z [00:02:03.372]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libos_str_bytes-7cecb83a15851a71.rlib' from root:root to runner:runner
2025-08-20T22:20:03.7070876Z [00:02:03.372]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/strsim-dd220a501f9ce637.d' from root:root to runner:runner
2025-08-20T22:20:03.7074010Z [00:02:03.372]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/psl-13ebf268faa9634f.d' from root:root to runner:runner
2025-08-20T22:20:03.7077463Z [00:02:03.372]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhashbrown-b23c306817921463.rlib' from root:root to runner:runner
2025-08-20T22:20:03.7079724Z [00:02:03.372]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/anyhow-25b990e15e0f8fae.d' from root:root to runner:runner
2025-08-20T22:20:03.7081678Z [00:02:03.372]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libthiserror-9a3799453c09f19d.rmeta' from root:root to runner:runner
2025-08-20T22:20:03.7083392Z [00:02:03.372]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap-dd0ed0eccceb6145.rlib' from root:root to runner:runner
2025-08-20T22:20:03.7085098Z [00:02:03.372]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblazy_static-99879f58e510182a.rmeta' from root:root to runner:runner
2025-08-20T22:20:03.7086809Z [00:02:03.372]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpsl_types-aa988e30ec3a3a32.rlib' from root:root to runner:runner
2025-08-20T22:20:03.7088455Z [00:02:03.372]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/fxhash-56b14f0ed1ba6935.d' from root:root to runner:runner
2025-08-20T22:20:03.7090272Z [00:02:03.372]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex-31efd2602b20a4f9.rlib' from root:root to runner:runner
2025-08-20T22:20:03.7092310Z [00:02:03.372]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libatty-07eeabd8f3b2d93d.rlib' from root:root to runner:runner
2025-08-20T22:20:03.7093988Z [00:02:03.372]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap_lex-3685b32fa68eb5a7.rmeta' from root:root to runner:runner
2025-08-20T22:20:03.7095628Z [00:02:03.372]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/clap-dd0ed0eccceb6145.d' from root:root to runner:runner
2025-08-20T22:20:03.7097285Z [00:02:03.372]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap_lex-3685b32fa68eb5a7.rlib' from root:root to runner:runner
2025-08-20T22:20:03.7098967Z [00:02:03.373]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libonce_cell-dd9ea91bb2029276.rlib' from root:root to runner:runner
2025-08-20T22:20:03.7100616Z [00:02:03.373]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/clap_lex-3685b32fa68eb5a7.d' from root:root to runner:runner
2025-08-20T22:20:03.7102556Z [00:02:03.373]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/byteorder-0786838a65bbe90a.d' from root:root to runner:runner
2025-08-20T22:20:03.7104357Z [00:02:03.373]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibc-a59e8cf31ac709f9.rlib' from root:root to runner:runner
2025-08-20T22:20:03.7106058Z [00:02:03.373]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex_automata-8e36e4fb4e301fc5.rmeta' from root:root to runner:runner
2025-08-20T22:20:03.7107784Z [00:02:03.373]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libindexmap-63f8ee330b2436f8.rmeta' from root:root to runner:runner
2025-08-20T22:20:03.7109493Z [00:02:03.373]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbitflags-e4638d9ba5deda4a.rlib' from root:root to runner:runner
2025-08-20T22:20:03.7111564Z [00:02:03.373]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/hashbrown-b23c306817921463.d' from root:root to runner:runner
2025-08-20T22:20:03.7113260Z [00:02:03.373]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbyteorder-0786838a65bbe90a.rmeta' from root:root to runner:runner
2025-08-20T22:20:03.7114954Z [00:02:03.373]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanyhow-25b990e15e0f8fae.rmeta' from root:root to runner:runner
2025-08-20T22:20:03.7116638Z [00:02:03.373]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps' from root:root to runner:runner
2025-08-20T22:20:03.7118259Z [00:02:03.373]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap-dd0ed0eccceb6145/dep-lib-clap' from root:root to runner:runner
2025-08-20T22:20:03.7120049Z [00:02:03.373]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap-dd0ed0eccceb6145/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:20:03.7122053Z [00:02:03.373]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap-dd0ed0eccceb6145/lib-clap.json' from root:root to runner:runner
2025-08-20T22:20:03.7124024Z [00:02:03.373]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap-dd0ed0eccceb6145/lib-clap' from root:root to runner:runner
2025-08-20T22:20:03.7125707Z [00:02:03.373]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap-dd0ed0eccceb6145' from root:root to runner:runner
2025-08-20T22:20:03.7127562Z [00:02:03.373]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_lex-3685b32fa68eb5a7/lib-clap_lex.json' from root:root to runner:runner
2025-08-20T22:20:03.7129425Z [00:02:03.373]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_lex-3685b32fa68eb5a7/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:20:03.7131577Z [00:02:03.373]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_lex-3685b32fa68eb5a7/dep-lib-clap_lex' from root:root to runner:runner
2025-08-20T22:20:03.7133354Z [00:02:03.373]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_lex-3685b32fa68eb5a7/lib-clap_lex' from root:root to runner:runner
2025-08-20T22:20:03.7135065Z [00:02:03.373]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_lex-3685b32fa68eb5a7' from root:root to runner:runner
2025-08-20T22:20:03.7136797Z [00:02:03.373]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hashbrown-b23c306817921463/lib-hashbrown' from root:root to runner:runner
2025-08-20T22:20:03.7138600Z [00:02:03.373]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hashbrown-b23c306817921463/lib-hashbrown.json' from root:root to runner:runner
2025-08-20T22:20:03.7141120Z [00:02:03.373]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hashbrown-b23c306817921463/dep-lib-hashbrown' from root:root to runner:runner
2025-08-20T22:20:03.7144894Z [00:02:03.373]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hashbrown-b23c306817921463/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:20:03.7148326Z [00:02:03.373]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hashbrown-b23c306817921463' from root:root to runner:runner
2025-08-20T22:20:03.7151383Z [00:02:03.373]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anyhow-b9f338d7e1074f47/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:20:03.7153423Z [00:02:03.373]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anyhow-b9f338d7e1074f47/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:20:03.7155248Z [00:02:03.373]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anyhow-b9f338d7e1074f47' from root:root to runner:runner
2025-08-20T22:20:03.7156978Z [00:02:03.373]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/fxhash-56b14f0ed1ba6935/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:20:03.7158763Z [00:02:03.373]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/fxhash-56b14f0ed1ba6935/lib-fxhash' from root:root to runner:runner
2025-08-20T22:20:03.7160924Z [00:02:03.373]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/fxhash-56b14f0ed1ba6935/dep-lib-fxhash' from root:root to runner:runner
2025-08-20T22:20:03.7162799Z [00:02:03.373]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/fxhash-56b14f0ed1ba6935/lib-fxhash.json' from root:root to runner:runner
2025-08-20T22:20:03.7164510Z [00:02:03.373]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/fxhash-56b14f0ed1ba6935' from root:root to runner:runner
2025-08-20T22:20:03.7166266Z [00:02:03.374]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thiserror-9a3799453c09f19d/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:20:03.7168098Z [00:02:03.374]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thiserror-9a3799453c09f19d/lib-thiserror.json' from root:root to runner:runner
2025-08-20T22:20:03.7169904Z [00:02:03.374]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thiserror-9a3799453c09f19d/lib-thiserror' from root:root to runner:runner
2025-08-20T22:20:03.7171894Z [00:02:03.374]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thiserror-9a3799453c09f19d/dep-lib-thiserror' from root:root to runner:runner
2025-08-20T22:20:03.7173791Z [00:02:03.374]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thiserror-9a3799453c09f19d' from root:root to runner:runner
2025-08-20T22:20:03.7175566Z [00:02:03.374]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/memchr-f2862d2f4f02bb92/dep-lib-memchr' from root:root to runner:runner
2025-08-20T22:20:03.7177349Z [00:02:03.374]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/memchr-f2862d2f4f02bb92/lib-memchr.json' from root:root to runner:runner
2025-08-20T22:20:03.7179159Z [00:02:03.374]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/memchr-f2862d2f4f02bb92/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:20:03.7181196Z [00:02:03.374]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/memchr-f2862d2f4f02bb92/lib-memchr' from root:root to runner:runner
2025-08-20T22:20:03.7182913Z [00:02:03.374]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/memchr-f2862d2f4f02bb92' from root:root to runner:runner
2025-08-20T22:20:03.7184742Z [00:02:03.374]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libc-1e3a2a66683ba8f2/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:20:03.7186701Z [00:02:03.374]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libc-1e3a2a66683ba8f2/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:20:03.7188623Z [00:02:03.374]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libc-1e3a2a66683ba8f2' from root:root to runner:runner
2025-08-20T22:20:03.7190334Z [00:02:03.374]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/psl-13ebf268faa9634f/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:20:03.7192564Z [00:02:03.374]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/psl-13ebf268faa9634f/dep-lib-psl' from root:root to runner:runner
2025-08-20T22:20:03.7194325Z [00:02:03.374]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/psl-13ebf268faa9634f/lib-psl.json' from root:root to runner:runner
2025-08-20T22:20:03.7196269Z [00:02:03.374]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/psl-13ebf268faa9634f/lib-psl' from root:root to runner:runner
2025-08-20T22:20:03.7197943Z [00:02:03.374]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/psl-13ebf268faa9634f' from root:root to runner:runner
2025-08-20T22:20:03.7199962Z [00:02:03.374]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/psl-types-aa988e30ec3a3a32/lib-psl_types.json' from root:root to runner:runner
2025-08-20T22:20:03.7202050Z [00:02:03.374]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/psl-types-aa988e30ec3a3a32/lib-psl_types' from root:root to runner:runner
2025-08-20T22:20:03.7203854Z [00:02:03.374]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/psl-types-aa988e30ec3a3a32/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:20:03.7205672Z [00:02:03.374]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/psl-types-aa988e30ec3a3a32/dep-lib-psl_types' from root:root to runner:runner
2025-08-20T22:20:03.7207433Z [00:02:03.374]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/psl-types-aa988e30ec3a3a32' from root:root to runner:runner
2025-08-20T22:20:03.7209225Z [00:02:03.374]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/aho-corasick-de5e72fe52dd243f/lib-aho_corasick.json' from root:root to runner:runner
2025-08-20T22:20:03.7211352Z [00:02:03.374]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/aho-corasick-de5e72fe52dd243f/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:20:03.7213898Z [00:02:03.374]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/aho-corasick-de5e72fe52dd243f/lib-aho_corasick' from root:root to runner:runner
2025-08-20T22:20:03.7217721Z [00:02:03.374]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/aho-corasick-de5e72fe52dd243f/dep-lib-aho_corasick' from root:root to runner:runner
2025-08-20T22:20:03.7221382Z [00:02:03.374]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/aho-corasick-de5e72fe52dd243f' from root:root to runner:runner
2025-08-20T22:20:03.7223965Z [00:02:03.374]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libc-a59e8cf31ac709f9/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:20:03.7225741Z [00:02:03.374]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libc-a59e8cf31ac709f9/lib-libc' from root:root to runner:runner
2025-08-20T22:20:03.7227469Z [00:02:03.374]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libc-a59e8cf31ac709f9/dep-lib-libc' from root:root to runner:runner
2025-08-20T22:20:03.7229215Z [00:02:03.374]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libc-a59e8cf31ac709f9/lib-libc.json' from root:root to runner:runner
2025-08-20T22:20:03.7231265Z [00:02:03.374]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libc-a59e8cf31ac709f9' from root:root to runner:runner
2025-08-20T22:20:03.7233052Z [00:02:03.375]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ripgen_lib-3631532d66f8366d/output-lib-ripgen_lib' from root:root to runner:runner
2025-08-20T22:20:03.7234884Z [00:02:03.375]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ripgen_lib-3631532d66f8366d/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:20:03.7236624Z [00:02:03.375]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ripgen_lib-3631532d66f8366d' from root:root to runner:runner
2025-08-20T22:20:03.7238337Z [00:02:03.375]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/atty-07eeabd8f3b2d93d/lib-atty' from root:root to runner:runner
2025-08-20T22:20:03.7240063Z [00:02:03.375]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/atty-07eeabd8f3b2d93d/dep-lib-atty' from root:root to runner:runner
2025-08-20T22:20:03.7242125Z [00:02:03.375]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/atty-07eeabd8f3b2d93d/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:20:03.7243899Z [00:02:03.375]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/atty-07eeabd8f3b2d93d/lib-atty.json' from root:root to runner:runner
2025-08-20T22:20:03.7245782Z [00:02:03.375]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/atty-07eeabd8f3b2d93d' from root:root to runner:runner
2025-08-20T22:20:03.7247519Z [00:02:03.375]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/byteorder-0786838a65bbe90a/dep-lib-byteorder' from root:root to runner:runner
2025-08-20T22:20:03.7249349Z [00:02:03.375]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/byteorder-0786838a65bbe90a/lib-byteorder.json' from root:root to runner:runner
2025-08-20T22:20:03.7251421Z [00:02:03.375]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/byteorder-0786838a65bbe90a/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:20:03.7253265Z [00:02:03.375]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/byteorder-0786838a65bbe90a/lib-byteorder' from root:root to runner:runner
2025-08-20T22:20:03.7255000Z [00:02:03.375]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/byteorder-0786838a65bbe90a' from root:root to runner:runner
2025-08-20T22:20:03.7256901Z [00:02:03.375]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lazy_static-99879f58e510182a/lib-lazy_static.json' from root:root to runner:runner
2025-08-20T22:20:03.7258740Z [00:02:03.375]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lazy_static-99879f58e510182a/lib-lazy_static' from root:root to runner:runner
2025-08-20T22:20:03.7260550Z [00:02:03.375]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lazy_static-99879f58e510182a/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:20:03.7262584Z [00:02:03.375]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lazy_static-99879f58e510182a/dep-lib-lazy_static' from root:root to runner:runner
2025-08-20T22:20:03.7264351Z [00:02:03.375]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lazy_static-99879f58e510182a' from root:root to runner:runner
2025-08-20T22:20:03.7266124Z [00:02:03.375]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-syntax-a6e8118dff480c24/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:20:03.7268262Z [00:02:03.375]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-syntax-a6e8118dff480c24/dep-lib-regex_syntax' from root:root to runner:runner
2025-08-20T22:20:03.7270119Z [00:02:03.375]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-syntax-a6e8118dff480c24/lib-regex_syntax' from root:root to runner:runner
2025-08-20T22:20:03.7272618Z [00:02:03.375]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-syntax-a6e8118dff480c24/lib-regex_syntax.json' from root:root to runner:runner
2025-08-20T22:20:03.7274412Z [00:02:03.375]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-syntax-a6e8118dff480c24' from root:root to runner:runner
2025-08-20T22:20:03.7276161Z [00:02:03.375]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-31efd2602b20a4f9/lib-regex' from root:root to runner:runner
2025-08-20T22:20:03.7277943Z [00:02:03.375]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-31efd2602b20a4f9/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:20:03.7279737Z [00:02:03.375]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-31efd2602b20a4f9/dep-lib-regex' from root:root to runner:runner
2025-08-20T22:20:03.7281951Z [00:02:03.375]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-31efd2602b20a4f9/lib-regex.json' from root:root to runner:runner
2025-08-20T22:20:03.7283809Z [00:02:03.375]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-31efd2602b20a4f9' from root:root to runner:runner
2025-08-20T22:20:03.7286127Z [00:02:03.375]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/textwrap-ca20c8620888c482/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:20:03.7289671Z [00:02:03.375]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/textwrap-ca20c8620888c482/dep-lib-textwrap' from root:root to runner:runner
2025-08-20T22:20:03.7293398Z [00:02:03.375]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/textwrap-ca20c8620888c482/lib-textwrap' from root:root to runner:runner
2025-08-20T22:20:03.7296184Z [00:02:03.375]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/textwrap-ca20c8620888c482/lib-textwrap.json' from root:root to runner:runner
2025-08-20T22:20:03.7297951Z [00:02:03.375]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/textwrap-ca20c8620888c482' from root:root to runner:runner
2025-08-20T22:20:03.7299731Z [00:02:03.375]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/termcolor-4917630bb7378cbb/dep-lib-termcolor' from root:root to runner:runner
2025-08-20T22:20:03.7301809Z [00:02:03.376]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/termcolor-4917630bb7378cbb/lib-termcolor.json' from root:root to runner:runner
2025-08-20T22:20:03.7303827Z [00:02:03.376]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/termcolor-4917630bb7378cbb/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:20:03.7305633Z [00:02:03.376]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/termcolor-4917630bb7378cbb/lib-termcolor' from root:root to runner:runner
2025-08-20T22:20:03.7307363Z [00:02:03.376]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/termcolor-4917630bb7378cbb' from root:root to runner:runner
2025-08-20T22:20:03.7309252Z [00:02:03.376]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/indexmap-c9c8906aac26240b/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:20:03.7311429Z [00:02:03.376]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/indexmap-c9c8906aac26240b/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:20:03.7313249Z [00:02:03.376]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/indexmap-c9c8906aac26240b' from root:root to runner:runner
2025-08-20T22:20:03.7315174Z [00:02:03.376]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-automata-8e36e4fb4e301fc5/dep-lib-regex_automata' from root:root to runner:runner
2025-08-20T22:20:03.7317071Z [00:02:03.376]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-automata-8e36e4fb4e301fc5/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:20:03.7318985Z [00:02:03.376]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-automata-8e36e4fb4e301fc5/lib-regex_automata.json' from root:root to runner:runner
2025-08-20T22:20:03.7321115Z [00:02:03.376]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-automata-8e36e4fb4e301fc5/lib-regex_automata' from root:root to runner:runner
2025-08-20T22:20:03.7322937Z [00:02:03.376]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-automata-8e36e4fb4e301fc5' from root:root to runner:runner
2025-08-20T22:20:03.7324833Z [00:02:03.376]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thiserror-412ea1f03334a160/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:20:03.7326837Z [00:02:03.376]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thiserror-412ea1f03334a160/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:20:03.7328815Z [00:02:03.376]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thiserror-412ea1f03334a160' from root:root to runner:runner
2025-08-20T22:20:03.7330576Z [00:02:03.376]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/indexmap-63f8ee330b2436f8/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:20:03.7332700Z [00:02:03.376]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/indexmap-63f8ee330b2436f8/lib-indexmap.json' from root:root to runner:runner
2025-08-20T22:20:03.7334523Z [00:02:03.376]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/indexmap-63f8ee330b2436f8/dep-lib-indexmap' from root:root to runner:runner
2025-08-20T22:20:03.7336324Z [00:02:03.376]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/indexmap-63f8ee330b2436f8/lib-indexmap' from root:root to runner:runner
2025-08-20T22:20:03.7338055Z [00:02:03.376]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/indexmap-63f8ee330b2436f8' from root:root to runner:runner
2025-08-20T22:20:03.7339739Z [00:02:03.376]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ripgen-667bb9afaffa6f89' from root:root to runner:runner
2025-08-20T22:20:03.7342040Z [00:02:03.376]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/strsim-dd220a501f9ce637/lib-strsim.json' from root:root to runner:runner
2025-08-20T22:20:03.7343874Z [00:02:03.376]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/strsim-dd220a501f9ce637/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:20:03.7345646Z [00:02:03.376]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/strsim-dd220a501f9ce637/lib-strsim' from root:root to runner:runner
2025-08-20T22:20:03.7347409Z [00:02:03.376]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/strsim-dd220a501f9ce637/dep-lib-strsim' from root:root to runner:runner
2025-08-20T22:20:03.7349127Z [00:02:03.376]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/strsim-dd220a501f9ce637' from root:root to runner:runner
2025-08-20T22:20:03.7351038Z [00:02:03.376]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anyhow-25b990e15e0f8fae/lib-anyhow' from root:root to runner:runner
2025-08-20T22:20:03.7352821Z [00:02:03.377]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anyhow-25b990e15e0f8fae/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:20:03.7354614Z [00:02:03.377]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anyhow-25b990e15e0f8fae/lib-anyhow.json' from root:root to runner:runner
2025-08-20T22:20:03.7356531Z [00:02:03.377]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anyhow-25b990e15e0f8fae/dep-lib-anyhow' from root:root to runner:runner
2025-08-20T22:20:03.7358240Z [00:02:03.377]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anyhow-25b990e15e0f8fae' from root:root to runner:runner
2025-08-20T22:20:03.7361147Z [00:02:03.377]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bitflags-e4638d9ba5deda4a/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:20:03.7364737Z [00:02:03.377]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bitflags-e4638d9ba5deda4a/lib-bitflags.json' from root:root to runner:runner
2025-08-20T22:20:03.7368192Z [00:02:03.377]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bitflags-e4638d9ba5deda4a/lib-bitflags' from root:root to runner:runner
2025-08-20T22:20:03.7370601Z [00:02:03.377]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bitflags-e4638d9ba5deda4a/dep-lib-bitflags' from root:root to runner:runner
2025-08-20T22:20:03.7372779Z [00:02:03.377]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bitflags-e4638d9ba5deda4a' from root:root to runner:runner
2025-08-20T22:20:03.7374560Z [00:02:03.377]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/once_cell-dd9ea91bb2029276/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:20:03.7376428Z [00:02:03.377]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/once_cell-dd9ea91bb2029276/dep-lib-once_cell' from root:root to runner:runner
2025-08-20T22:20:03.7378215Z [00:02:03.377]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/once_cell-dd9ea91bb2029276/lib-once_cell' from root:root to runner:runner
2025-08-20T22:20:03.7380048Z [00:02:03.377]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/once_cell-dd9ea91bb2029276/lib-once_cell.json' from root:root to runner:runner
2025-08-20T22:20:03.7382007Z [00:02:03.377]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/once_cell-dd9ea91bb2029276' from root:root to runner:runner
2025-08-20T22:20:03.7383727Z [00:02:03.377]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/addr-8b25c774043df3a3/lib-addr.json' from root:root to runner:runner
2025-08-20T22:20:03.7385496Z [00:02:03.377]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/addr-8b25c774043df3a3/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:20:03.7387380Z [00:02:03.377]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/addr-8b25c774043df3a3/lib-addr' from root:root to runner:runner
2025-08-20T22:20:03.7389105Z [00:02:03.377]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/addr-8b25c774043df3a3/dep-lib-addr' from root:root to runner:runner
2025-08-20T22:20:03.7390994Z [00:02:03.377]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/addr-8b25c774043df3a3' from root:root to runner:runner
2025-08-20T22:20:03.7392768Z [00:02:03.377]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/os_str_bytes-7cecb83a15851a71/lib-os_str_bytes' from root:root to runner:runner
2025-08-20T22:20:03.7394580Z [00:02:03.377]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/os_str_bytes-7cecb83a15851a71/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:20:03.7396415Z [00:02:03.377]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/os_str_bytes-7cecb83a15851a71/lib-os_str_bytes.json' from root:root to runner:runner
2025-08-20T22:20:03.7398369Z [00:02:03.377]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/os_str_bytes-7cecb83a15851a71/dep-lib-os_str_bytes' from root:root to runner:runner
2025-08-20T22:20:03.7400135Z [00:02:03.377]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/os_str_bytes-7cecb83a15851a71' from root:root to runner:runner
2025-08-20T22:20:03.7401901Z [00:02:03.377]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint' from root:root to runner:runner
2025-08-20T22:20:03.7403329Z [00:02:03.377]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release' from root:root to runner:runner
2025-08-20T22:20:03.7404747Z [00:02:03.377]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/CACHEDIR.TAG' from root:root to runner:runner
2025-08-20T22:20:03.7406123Z [00:02:03.377]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl' from root:root to runner:runner
2025-08-20T22:20:03.7407429Z [00:02:03.377]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/CACHEDIR.TAG' from root:root to runner:runner
2025-08-20T22:20:03.7408640Z [00:02:03.377]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target' from root:root to runner:runner
2025-08-20T22:20:03.7409762Z [00:02:03.377]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO' from root:root to runner:runner
2025-08-20T22:20:03.7411147Z [00:02:03.377]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8' from root:root to runner:runner
2025-08-20T22:20:03.7412138Z [00:02:03.377]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp' from runner:docker to runner:runner
2025-08-20T22:20:03.7413329Z [00:02:03.377]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/MANIFEST.json' from runner:docker to runner:runner
2025-08-20T22:20:03.7414317Z [00:02:03.377]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP' from runner:docker to runner:runner
2025-08-20T22:20:03.7415241Z [00:02:03.377]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/ripgen.version' from runner:docker to runner:runner
2025-08-20T22:20:03.7416148Z [00:02:03.377]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD' from runner:docker to runner:runner
2025-08-20T22:20:03.7417022Z [00:02:03.377]➜  changed ownership of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR' from runner:docker to runner:runner
2025-08-20T22:20:03.7418088Z [00:02:03.387]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/ripgen.static.version' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:03.7419250Z [00:02:03.394]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:03.7420434Z [00:02:03.402]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/.gitignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:03.7421806Z [00:02:03.409]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:03.7423159Z [00:02:03.416]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/.idea/.gitignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:03.7424412Z [00:02:03.423]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/.idea/modules.xml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:03.7425614Z [00:02:03.431]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/.idea/vcs.xml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:03.7426824Z [00:02:03.438]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/.idea/ripgen.iml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:03.7428063Z [00:02:03.445]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/ripgen/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:03.7429314Z [00:02:03.452]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/ripgen/src/main.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:03.7431102Z [00:02:03.460]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/ripgen/src/args.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:03.7433229Z [00:02:03.467]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/Cargo.lock' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:03.7502817Z [00:02:03.474]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/ripgen_lib/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:03.7572186Z [00:02:03.481]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/ripgen_lib/src/transform.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:03.7643269Z [00:02:03.488]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/ripgen_lib/src/error.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:03.7713851Z [00:02:03.495]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/ripgen_lib/src/manager.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:03.7799311Z [00:02:03.504]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/ripgen_lib/src/words.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:03.7880001Z [00:02:03.512]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/ripgen_lib/src/chain.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:03.7961599Z [00:02:03.520]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/ripgen_lib/src/dnsgen/swap.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:03.8042848Z [00:02:03.528]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/ripgen_lib/src/dnsgen/numbers.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:03.8124523Z [00:02:03.536]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/ripgen_lib/src/dnsgen/dash.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:03.8202311Z [00:02:03.544]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/ripgen_lib/src/dnsgen/permute.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:03.8280510Z [00:02:03.552]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/ripgen_lib/src/dnsgen/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:03.8362934Z [00:02:03.560]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/ripgen_lib/src/lib.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:03.8450169Z [00:02:03.569]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/ripgen_lib/src/domain.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:03.8527308Z [00:02:03.576]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/.git/hooks/push-to-checkout.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:20:03.8609711Z [00:02:03.585]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/.git/hooks/post-update.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:20:03.8693847Z [00:02:03.593]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/.git/hooks/prepare-commit-msg.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:20:03.8766706Z [00:02:03.600]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/.git/hooks/update.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:20:03.8847919Z [00:02:03.609]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/.git/hooks/pre-receive.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:20:03.8920233Z [00:02:03.616]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/.git/hooks/sendemail-validate.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:20:03.8989418Z [00:02:03.623]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/.git/hooks/pre-commit.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:20:03.9058758Z [00:02:03.630]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/.git/hooks/commit-msg.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:20:03.9128982Z [00:02:03.637]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/.git/hooks/pre-applypatch.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:20:03.9199774Z [00:02:03.644]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/.git/hooks/pre-rebase.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:20:03.9267669Z [00:02:03.651]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/.git/hooks/pre-push.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:20:03.9337167Z [00:02:03.657]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/.git/hooks/applypatch-msg.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:20:03.9407435Z [00:02:03.665]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/.git/hooks/pre-merge-commit.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:20:03.9478150Z [00:02:03.672]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/.git/hooks/fsmonitor-watchman.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:20:03.9552547Z [00:02:03.679]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/.git/logs/refs/heads/main' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:03.9624694Z [00:02:03.686]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/.git/logs/refs/remotes/origin/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:03.9694373Z [00:02:03.693]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/.git/logs/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:03.9766768Z [00:02:03.700]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/.git/refs/heads/main' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:03.9840364Z [00:02:03.708]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/.git/refs/remotes/origin/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:03.9921167Z [00:02:03.716]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/.git/config' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:03.9997648Z [00:02:03.724]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/.git/packed-refs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:04.0072495Z [00:02:03.731]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/.git/description' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:04.0144650Z [00:02:03.738]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/.git/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:04.0219270Z [00:02:03.746]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/.git/objects/pack/pack-f11d98ce84bbf3dd68e36f9218a139fb36bdb0f8.rev' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:04.0291073Z [00:02:03.753]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/.git/objects/pack/pack-5ed5d20c96eff95b12ffdc4ea9f62de8753c743a.idx' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:04.0363622Z [00:02:03.760]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/.git/objects/pack/pack-5ed5d20c96eff95b12ffdc4ea9f62de8753c743a.promisor' changed from 0600 (rw-------) to 0755 (rwxr-xr-x)
2025-08-20T22:20:04.0435116Z [00:02:03.767]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/.git/objects/pack/pack-5ed5d20c96eff95b12ffdc4ea9f62de8753c743a.pack' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:04.0506895Z [00:02:03.774]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/.git/objects/pack/pack-f11d98ce84bbf3dd68e36f9218a139fb36bdb0f8.idx' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:04.0578329Z [00:02:03.782]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/.git/objects/pack/pack-f11d98ce84bbf3dd68e36f9218a139fb36bdb0f8.pack' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:04.0649410Z [00:02:03.789]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/.git/objects/pack/pack-f11d98ce84bbf3dd68e36f9218a139fb36bdb0f8.promisor' changed from 0600 (rw-------) to 0755 (rwxr-xr-x)
2025-08-20T22:20:04.0723951Z [00:02:03.796]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/.git/objects/pack/pack-5ed5d20c96eff95b12ffdc4ea9f62de8753c743a.rev' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:04.0795842Z [00:02:03.803]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/.git/info/exclude' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:04.0868195Z [00:02:03.811]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/.git/index' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:04.0940161Z [00:02:03.818]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/.rustc_info.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:04.1011737Z [00:02:03.825]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/.cargo-lock' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:04.1084631Z [00:02:03.832]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/build/proc-macro2-5dcc07db4808e558/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:20:04.1155306Z [00:02:03.839]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/build/proc-macro2-5dcc07db4808e558/build_script_build-5dcc07db4808e558' retained as 0755 (rwxr-xr-x)
2025-08-20T22:20:04.1227073Z [00:02:03.846]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/build/proc-macro2-5dcc07db4808e558/build_script_build-5dcc07db4808e558.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:04.1296429Z [00:02:03.853]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/build/anyhow-97abb6991338ccc4/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:20:04.1365272Z [00:02:03.860]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/build/anyhow-97abb6991338ccc4/build_script_build-97abb6991338ccc4' retained as 0755 (rwxr-xr-x)
2025-08-20T22:20:04.1436428Z [00:02:03.867]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/build/anyhow-97abb6991338ccc4/build_script_build-97abb6991338ccc4.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:04.1506699Z [00:02:03.874]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/build/syn-0e10e3ca2d597036/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:04.1577157Z [00:02:03.881]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/build/syn-0e10e3ca2d597036/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:04.1647170Z [00:02:03.888]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/build/syn-0e10e3ca2d597036/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:04.1717549Z [00:02:03.896]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/build/syn-0e10e3ca2d597036/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:04.1787688Z [00:02:03.903]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/build/proc-macro2-d6f1bc0d5bcb64e4/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:04.1856689Z [00:02:03.909]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/build/proc-macro2-d6f1bc0d5bcb64e4/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:04.1926441Z [00:02:03.916]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/build/proc-macro2-d6f1bc0d5bcb64e4/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:04.1995753Z [00:02:03.923]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/build/proc-macro2-d6f1bc0d5bcb64e4/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:04.2065484Z [00:02:03.930]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/build/proc-macro-error-9abf6fbe1f6d7c09/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:20:04.2134584Z [00:02:03.937]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/build/proc-macro-error-9abf6fbe1f6d7c09/build_script_build-9abf6fbe1f6d7c09' retained as 0755 (rwxr-xr-x)
2025-08-20T22:20:04.2203820Z [00:02:03.944]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/build/proc-macro-error-9abf6fbe1f6d7c09/build_script_build-9abf6fbe1f6d7c09.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:04.2274685Z [00:02:03.951]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/build/libc-e2da6113513ca104/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:20:04.2344360Z [00:02:03.958]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/build/libc-e2da6113513ca104/build_script_build-e2da6113513ca104.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:04.2413845Z [00:02:03.965]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/build/libc-e2da6113513ca104/build_script_build-e2da6113513ca104' retained as 0755 (rwxr-xr-x)
2025-08-20T22:20:04.2484438Z [00:02:03.972]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/build/proc-macro-error-attr-c66c9206b44347aa/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:04.2554039Z [00:02:03.979]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/build/proc-macro-error-attr-c66c9206b44347aa/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:04.2623038Z [00:02:03.986]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/build/proc-macro-error-attr-c66c9206b44347aa/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:04.2692262Z [00:02:03.993]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/build/proc-macro-error-attr-c66c9206b44347aa/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:04.2763058Z [00:02:04.000]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/build/thiserror-a7f5c40c20340476/build_script_build-a7f5c40c20340476.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:04.2832235Z [00:02:04.007]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/build/thiserror-a7f5c40c20340476/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:20:04.2902287Z [00:02:04.014]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/build/thiserror-a7f5c40c20340476/build_script_build-a7f5c40c20340476' retained as 0755 (rwxr-xr-x)
2025-08-20T22:20:04.2972112Z [00:02:04.021]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/build/syn-84c0709de8943111/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:20:04.3040946Z [00:02:04.028]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/build/syn-84c0709de8943111/build_script_build-84c0709de8943111' retained as 0755 (rwxr-xr-x)
2025-08-20T22:20:04.3111042Z [00:02:04.035]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/build/syn-84c0709de8943111/build_script_build-84c0709de8943111.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:04.3181227Z [00:02:04.042]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/build/indexmap-75a821e473651baa/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:20:04.3251590Z [00:02:04.049]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/build/indexmap-75a821e473651baa/build_script_build-75a821e473651baa' retained as 0755 (rwxr-xr-x)
2025-08-20T22:20:04.3322494Z [00:02:04.056]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/build/indexmap-75a821e473651baa/build_script_build-75a821e473651baa.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:04.3394204Z [00:02:04.063]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/build/proc-macro-error-b2f1555fa2b2a1c2/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:04.3463217Z [00:02:04.070]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/build/proc-macro-error-b2f1555fa2b2a1c2/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:04.3535298Z [00:02:04.077]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/build/proc-macro-error-b2f1555fa2b2a1c2/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:04.3605790Z [00:02:04.084]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/build/proc-macro-error-b2f1555fa2b2a1c2/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:04.3676475Z [00:02:04.091]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/build/proc-macro-error-attr-e4a16f44f3080db6/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:20:04.3745863Z [00:02:04.098]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/build/proc-macro-error-attr-e4a16f44f3080db6/build_script_build-e4a16f44f3080db6.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:04.3816519Z [00:02:04.105]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/build/proc-macro-error-attr-e4a16f44f3080db6/build_script_build-e4a16f44f3080db6' retained as 0755 (rwxr-xr-x)
2025-08-20T22:20:04.3886393Z [00:02:04.112]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/deps/proc_macro2-5300d356431b4441.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:04.3956112Z [00:02:04.119]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/deps/syn-888499363ccfcdf1.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:04.4025186Z [00:02:04.126]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/deps/unicode_ident-8322841390b1e4cb.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:04.4094465Z [00:02:04.133]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/deps/libquote-d1f324c45602a433.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:04.4164774Z [00:02:04.140]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/deps/libautocfg-3ed48474b7f2b023.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:04.4232912Z [00:02:04.147]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/deps/syn-57ea9ecbafdab663.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:04.4301660Z [00:02:04.154]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/deps/thiserror_impl-4e2a343c24c093cd.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:04.4371444Z [00:02:04.161]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/deps/libunicode_ident-8322841390b1e4cb.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:04.4441579Z [00:02:04.168]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/deps/libproc_macro2-5300d356431b4441.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:04.4512018Z [00:02:04.175]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/deps/libsyn-57ea9ecbafdab663.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:04.4582125Z [00:02:04.182]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/deps/libproc_macro_error-3e11656cd50b63f0.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:04.4650921Z [00:02:04.189]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/deps/libautocfg-3ed48474b7f2b023.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:04.4719169Z [00:02:04.196]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/deps/libproc_macro2-5300d356431b4441.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:04.4789289Z [00:02:04.203]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/deps/libheck-b306c7cd1477ab57.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:04.4857158Z [00:02:04.209]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/deps/libheck-b306c7cd1477ab57.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:04.4925560Z [00:02:04.216]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/deps/libversion_check-b345fafeaee8454c.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:04.4994281Z [00:02:04.223]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/deps/libsyn-888499363ccfcdf1.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:04.5062308Z [00:02:04.230]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/deps/libsyn-888499363ccfcdf1.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:04.5130070Z [00:02:04.237]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/deps/libunicode_ident-8322841390b1e4cb.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:04.5197446Z [00:02:04.244]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/deps/libsyn-57ea9ecbafdab663.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:04.5264913Z [00:02:04.250]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/deps/autocfg-3ed48474b7f2b023.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:04.5331957Z [00:02:04.257]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/deps/quote-d1f324c45602a433.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:04.5400433Z [00:02:04.264]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/deps/heck-b306c7cd1477ab57.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:04.5470068Z [00:02:04.271]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/deps/proc_macro_error-3e11656cd50b63f0.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:04.5537928Z [00:02:04.278]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/deps/proc_macro_error_attr-3b257dded328a92c.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:04.5605897Z [00:02:04.284]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/deps/libclap_derive-3a0ba0f31492963e.so' retained as 0755 (rwxr-xr-x)
2025-08-20T22:20:04.5672968Z [00:02:04.291]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/deps/libproc_macro_error_attr-3b257dded328a92c.so' retained as 0755 (rwxr-xr-x)
2025-08-20T22:20:04.5740881Z [00:02:04.298]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/deps/libproc_macro_error-3e11656cd50b63f0.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:04.5808581Z [00:02:04.305]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/deps/libthiserror_impl-4e2a343c24c093cd.so' retained as 0755 (rwxr-xr-x)
2025-08-20T22:20:04.5877387Z [00:02:04.311]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/deps/version_check-b345fafeaee8454c.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:04.5945844Z [00:02:04.318]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/deps/clap_derive-3a0ba0f31492963e.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:04.6013178Z [00:02:04.325]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/deps/libquote-d1f324c45602a433.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:04.6080359Z [00:02:04.332]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/deps/libversion_check-b345fafeaee8454c.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:04.6149376Z [00:02:04.339]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/.fingerprint/autocfg-3ed48474b7f2b023/lib-autocfg.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:04.6216497Z [00:02:04.345]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/.fingerprint/autocfg-3ed48474b7f2b023/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:04.6284469Z [00:02:04.352]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/.fingerprint/autocfg-3ed48474b7f2b023/lib-autocfg' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:04.6351919Z [00:02:04.359]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/.fingerprint/autocfg-3ed48474b7f2b023/dep-lib-autocfg' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:04.6419683Z [00:02:04.366]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/.fingerprint/syn-57ea9ecbafdab663/dep-lib-syn' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:04.6488447Z [00:02:04.373]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/.fingerprint/syn-57ea9ecbafdab663/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:04.6556581Z [00:02:04.379]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/.fingerprint/syn-57ea9ecbafdab663/lib-syn' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:04.6624871Z [00:02:04.386]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/.fingerprint/syn-57ea9ecbafdab663/lib-syn.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:04.6693708Z [00:02:04.393]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/.fingerprint/proc-macro2-5dcc07db4808e558/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:04.6761097Z [00:02:04.400]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/.fingerprint/proc-macro2-5dcc07db4808e558/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:04.6828026Z [00:02:04.407]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/.fingerprint/proc-macro2-5dcc07db4808e558/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:04.6896159Z [00:02:04.413]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/.fingerprint/proc-macro2-5dcc07db4808e558/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:04.6964114Z [00:02:04.420]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/.fingerprint/anyhow-97abb6991338ccc4/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:04.7032488Z [00:02:04.427]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/.fingerprint/anyhow-97abb6991338ccc4/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:04.7101796Z [00:02:04.434]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/.fingerprint/anyhow-97abb6991338ccc4/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:04.7169883Z [00:02:04.441]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/.fingerprint/anyhow-97abb6991338ccc4/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:04.7239261Z [00:02:04.448]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/.fingerprint/syn-0e10e3ca2d597036/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:04.7309406Z [00:02:04.455]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/.fingerprint/syn-0e10e3ca2d597036/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:04.7382572Z [00:02:04.462]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/.fingerprint/proc-macro2-d6f1bc0d5bcb64e4/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:04.7453255Z [00:02:04.469]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/.fingerprint/proc-macro2-d6f1bc0d5bcb64e4/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:04.7523587Z [00:02:04.476]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/.fingerprint/proc-macro-error-9abf6fbe1f6d7c09/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:04.7594601Z [00:02:04.483]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/.fingerprint/proc-macro-error-9abf6fbe1f6d7c09/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:04.7663584Z [00:02:04.490]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/.fingerprint/proc-macro-error-9abf6fbe1f6d7c09/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:04.7733710Z [00:02:04.497]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/.fingerprint/proc-macro-error-9abf6fbe1f6d7c09/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:04.7802913Z [00:02:04.504]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/.fingerprint/quote-d1f324c45602a433/lib-quote.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:04.7870518Z [00:02:04.511]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/.fingerprint/quote-d1f324c45602a433/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:04.7940612Z [00:02:04.518]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/.fingerprint/quote-d1f324c45602a433/lib-quote' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:04.8010246Z [00:02:04.525]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/.fingerprint/quote-d1f324c45602a433/dep-lib-quote' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:04.8080319Z [00:02:04.532]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/.fingerprint/proc-macro2-5300d356431b4441/dep-lib-proc_macro2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:04.8149029Z [00:02:04.539]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/.fingerprint/proc-macro2-5300d356431b4441/lib-proc_macro2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:04.8217837Z [00:02:04.546]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/.fingerprint/proc-macro2-5300d356431b4441/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:04.8286352Z [00:02:04.552]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/.fingerprint/proc-macro2-5300d356431b4441/lib-proc_macro2.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:04.8356017Z [00:02:04.559]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/.fingerprint/heck-b306c7cd1477ab57/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:04.8424579Z [00:02:04.566]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/.fingerprint/heck-b306c7cd1477ab57/dep-lib-heck' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:04.8492694Z [00:02:04.573]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/.fingerprint/heck-b306c7cd1477ab57/lib-heck.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:04.8560562Z [00:02:04.580]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/.fingerprint/heck-b306c7cd1477ab57/lib-heck' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:04.8629470Z [00:02:04.587]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/.fingerprint/libc-e2da6113513ca104/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:04.8697396Z [00:02:04.593]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/.fingerprint/libc-e2da6113513ca104/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:04.8766442Z [00:02:04.600]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/.fingerprint/libc-e2da6113513ca104/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:04.8835666Z [00:02:04.607]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/.fingerprint/libc-e2da6113513ca104/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:04.8904447Z [00:02:04.614]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/.fingerprint/proc-macro-error-attr-c66c9206b44347aa/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:04.8973235Z [00:02:04.621]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/.fingerprint/proc-macro-error-attr-c66c9206b44347aa/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:04.9041359Z [00:02:04.628]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/.fingerprint/unicode-ident-8322841390b1e4cb/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:04.9110652Z [00:02:04.635]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/.fingerprint/unicode-ident-8322841390b1e4cb/lib-unicode_ident.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:04.9178260Z [00:02:04.642]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/.fingerprint/unicode-ident-8322841390b1e4cb/dep-lib-unicode_ident' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:04.9246637Z [00:02:04.648]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/.fingerprint/unicode-ident-8322841390b1e4cb/lib-unicode_ident' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:04.9316417Z [00:02:04.655]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/.fingerprint/clap_derive-3a0ba0f31492963e/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:04.9385141Z [00:02:04.662]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/.fingerprint/clap_derive-3a0ba0f31492963e/lib-clap_derive' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:04.9453839Z [00:02:04.669]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/.fingerprint/clap_derive-3a0ba0f31492963e/lib-clap_derive.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:04.9524505Z [00:02:04.676]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/.fingerprint/clap_derive-3a0ba0f31492963e/dep-lib-clap_derive' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:04.9593163Z [00:02:04.683]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/.fingerprint/thiserror-impl-4e2a343c24c093cd/dep-lib-thiserror_impl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:04.9661087Z [00:02:04.690]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/.fingerprint/thiserror-impl-4e2a343c24c093cd/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:04.9730587Z [00:02:04.697]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/.fingerprint/thiserror-impl-4e2a343c24c093cd/lib-thiserror_impl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:04.9798716Z [00:02:04.704]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/.fingerprint/thiserror-impl-4e2a343c24c093cd/lib-thiserror_impl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:04.9869219Z [00:02:04.711]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/.fingerprint/thiserror-a7f5c40c20340476/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:04.9938716Z [00:02:04.718]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/.fingerprint/thiserror-a7f5c40c20340476/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:05.0008350Z [00:02:04.725]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/.fingerprint/thiserror-a7f5c40c20340476/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:05.0079833Z [00:02:04.732]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/.fingerprint/thiserror-a7f5c40c20340476/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:05.0151847Z [00:02:04.739]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/.fingerprint/proc-macro-error-attr-3b257dded328a92c/lib-proc_macro_error_attr.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:05.0223319Z [00:02:04.746]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/.fingerprint/proc-macro-error-attr-3b257dded328a92c/lib-proc_macro_error_attr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:05.0298887Z [00:02:04.754]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/.fingerprint/proc-macro-error-attr-3b257dded328a92c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:05.0371212Z [00:02:04.761]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/.fingerprint/proc-macro-error-attr-3b257dded328a92c/dep-lib-proc_macro_error_attr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:05.0443116Z [00:02:04.768]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/.fingerprint/syn-84c0709de8943111/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:05.0512881Z [00:02:04.775]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/.fingerprint/syn-84c0709de8943111/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:05.0583061Z [00:02:04.782]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/.fingerprint/syn-84c0709de8943111/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:05.0652395Z [00:02:04.789]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/.fingerprint/syn-84c0709de8943111/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:05.0722081Z [00:02:04.796]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/.fingerprint/syn-888499363ccfcdf1/dep-lib-syn' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:05.0791203Z [00:02:04.803]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/.fingerprint/syn-888499363ccfcdf1/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:05.0860458Z [00:02:04.810]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/.fingerprint/syn-888499363ccfcdf1/lib-syn' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:05.0929679Z [00:02:04.817]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/.fingerprint/syn-888499363ccfcdf1/lib-syn.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:05.1000285Z [00:02:04.824]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/.fingerprint/indexmap-75a821e473651baa/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:05.1069872Z [00:02:04.831]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/.fingerprint/indexmap-75a821e473651baa/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:05.1138434Z [00:02:04.838]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/.fingerprint/indexmap-75a821e473651baa/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:05.1206913Z [00:02:04.844]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/.fingerprint/indexmap-75a821e473651baa/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:05.1276366Z [00:02:04.851]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/.fingerprint/version_check-b345fafeaee8454c/lib-version_check' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:05.1345040Z [00:02:04.858]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/.fingerprint/version_check-b345fafeaee8454c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:05.1413638Z [00:02:04.865]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/.fingerprint/version_check-b345fafeaee8454c/lib-version_check.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:05.1484718Z [00:02:04.872]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/.fingerprint/version_check-b345fafeaee8454c/dep-lib-version_check' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:05.1556465Z [00:02:04.879]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/.fingerprint/proc-macro-error-b2f1555fa2b2a1c2/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:05.1627463Z [00:02:04.886]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/.fingerprint/proc-macro-error-b2f1555fa2b2a1c2/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:05.1697939Z [00:02:04.893]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/.fingerprint/proc-macro-error-attr-e4a16f44f3080db6/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:05.1768627Z [00:02:04.901]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/.fingerprint/proc-macro-error-attr-e4a16f44f3080db6/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:05.1839634Z [00:02:04.908]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/.fingerprint/proc-macro-error-attr-e4a16f44f3080db6/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:05.1911934Z [00:02:04.915]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/.fingerprint/proc-macro-error-attr-e4a16f44f3080db6/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:05.1981750Z [00:02:04.922]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/.fingerprint/proc-macro-error-3e11656cd50b63f0/lib-proc_macro_error' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:05.2051247Z [00:02:04.929]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/.fingerprint/proc-macro-error-3e11656cd50b63f0/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:05.2121120Z [00:02:04.936]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/.fingerprint/proc-macro-error-3e11656cd50b63f0/lib-proc_macro_error.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:05.2190941Z [00:02:04.943]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/release/.fingerprint/proc-macro-error-3e11656cd50b63f0/dep-lib-proc_macro_error' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:05.2261440Z [00:02:04.950]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/.cargo-lock' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:05.2332884Z [00:02:04.957]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/anyhow-b9f338d7e1074f47/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:05.2404306Z [00:02:04.964]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/anyhow-b9f338d7e1074f47/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:05.2474646Z [00:02:04.971]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/anyhow-b9f338d7e1074f47/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:05.2545892Z [00:02:04.978]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/anyhow-b9f338d7e1074f47/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:05.2617671Z [00:02:04.985]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libc-1e3a2a66683ba8f2/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:05.2688223Z [00:02:04.993]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libc-1e3a2a66683ba8f2/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:05.2757425Z [00:02:04.999]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libc-1e3a2a66683ba8f2/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:05.2827094Z [00:02:05.006]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libc-1e3a2a66683ba8f2/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:05.2897834Z [00:02:05.013]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/indexmap-c9c8906aac26240b/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:05.2967671Z [00:02:05.020]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/indexmap-c9c8906aac26240b/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:05.3037674Z [00:02:05.027]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/indexmap-c9c8906aac26240b/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:05.3107097Z [00:02:05.034]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/indexmap-c9c8906aac26240b/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:05.3177595Z [00:02:05.041]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/thiserror-412ea1f03334a160/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:05.3247513Z [00:02:05.048]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/thiserror-412ea1f03334a160/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:05.3317047Z [00:02:05.055]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/thiserror-412ea1f03334a160/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:05.3391174Z [00:02:05.063]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/thiserror-412ea1f03334a160/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:05.3463619Z [00:02:05.070]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/os_str_bytes-7cecb83a15851a71.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:05.3534778Z [00:02:05.077]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/textwrap-ca20c8620888c482.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:05.3605037Z [00:02:05.084]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/atty-07eeabd8f3b2d93d.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:05.3676196Z [00:02:05.091]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libthiserror-9a3799453c09f19d.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:05.3746445Z [00:02:05.098]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpsl_types-aa988e30ec3a3a32.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:05.3816279Z [00:02:05.105]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/regex-31efd2602b20a4f9.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:05.3885805Z [00:02:05.112]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap-dd0ed0eccceb6145.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:05.3956242Z [00:02:05.119]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/termcolor-4917630bb7378cbb.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:05.4027737Z [00:02:05.126]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtermcolor-4917630bb7378cbb.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:05.4097525Z [00:02:05.133]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanyhow-25b990e15e0f8fae.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:05.4168460Z [00:02:05.141]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/aho_corasick-de5e72fe52dd243f.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:05.4240114Z [00:02:05.148]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfxhash-56b14f0ed1ba6935.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:05.4309521Z [00:02:05.155]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfxhash-56b14f0ed1ba6935.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:05.4378335Z [00:02:05.162]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/thiserror-9a3799453c09f19d.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:05.4448453Z [00:02:05.169]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libindexmap-63f8ee330b2436f8.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:05.4519332Z [00:02:05.176]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbitflags-e4638d9ba5deda4a.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:05.4590470Z [00:02:05.183]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libstrsim-dd220a501f9ce637.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:05.4661578Z [00:02:05.190]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/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-20T22:20:05.4732193Z [00:02:05.197]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/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-20T22:20:05.4801389Z [00:02:05.204]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpsl-13ebf268faa9634f.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:05.4870176Z [00:02:05.211]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/addr-8b25c774043df3a3.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:05.4939283Z [00:02:05.218]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex-31efd2602b20a4f9.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:05.5008614Z [00:02:05.225]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex_automata-8e36e4fb4e301fc5.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:05.5079481Z [00:02:05.232]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhashbrown-b23c306817921463.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:05.5150422Z [00:02:05.239]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libaho_corasick-de5e72fe52dd243f.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:05.5221451Z [00:02:05.246]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/bitflags-e4638d9ba5deda4a.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:05.5291910Z [00:02:05.253]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libonce_cell-dd9ea91bb2029276.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:05.5361172Z [00:02:05.260]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libos_str_bytes-7cecb83a15851a71.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:05.5433318Z [00:02:05.267]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/regex_automata-8e36e4fb4e301fc5.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:05.5502964Z [00:02:05.274]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/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-20T22:20:05.5575630Z [00:02:05.281]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/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-20T22:20:05.5642876Z [00:02:05.288]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibc-a59e8cf31ac709f9.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:05.5712327Z [00:02:05.295]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmemchr-f2862d2f4f02bb92.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:05.5782776Z [00:02:05.302]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libaho_corasick-de5e72fe52dd243f.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:05.5852799Z [00:02:05.309]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/ripgen_lib-3631532d66f8366d.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:05.5922440Z [00:02:05.316]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpsl-13ebf268faa9634f.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:05.5991659Z [00:02:05.323]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtextwrap-ca20c8620888c482.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:05.6061511Z [00:02:05.330]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtermcolor-4917630bb7378cbb.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:05.6130036Z [00:02:05.337]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libc-a59e8cf31ac709f9.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:05.6199530Z [00:02:05.344]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libatty-07eeabd8f3b2d93d.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:05.6268748Z [00:02:05.351]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libaddr-8b25c774043df3a3.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:05.6337848Z [00:02:05.358]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/psl_types-aa988e30ec3a3a32.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:05.6408276Z [00:02:05.365]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/once_cell-dd9ea91bb2029276.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:05.6477935Z [00:02:05.372]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmemchr-f2862d2f4f02bb92.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:05.6548175Z [00:02:05.379]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/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-20T22:20:05.6618262Z [00:02:05.386]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/indexmap-63f8ee330b2436f8.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:05.6689598Z [00:02:05.393]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libstrsim-dd220a501f9ce637.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:05.6760552Z [00:02:05.400]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/memchr-f2862d2f4f02bb92.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:05.6832009Z [00:02:05.407]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtextwrap-ca20c8620888c482.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:05.6901932Z [00:02:05.414]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbyteorder-0786838a65bbe90a.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:05.6973199Z [00:02:05.421]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libaddr-8b25c774043df3a3.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:05.7042924Z [00:02:05.428]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libos_str_bytes-7cecb83a15851a71.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:05.7111811Z [00:02:05.435]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/strsim-dd220a501f9ce637.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:05.7180236Z [00:02:05.442]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/psl-13ebf268faa9634f.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:05.7249166Z [00:02:05.449]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhashbrown-b23c306817921463.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:05.7318396Z [00:02:05.456]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/anyhow-25b990e15e0f8fae.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:05.7388231Z [00:02:05.463]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libthiserror-9a3799453c09f19d.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:05.7458163Z [00:02:05.470]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap-dd0ed0eccceb6145.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:05.7527004Z [00:02:05.476]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/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-20T22:20:05.7595757Z [00:02:05.483]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpsl_types-aa988e30ec3a3a32.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:05.7664866Z [00:02:05.490]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/fxhash-56b14f0ed1ba6935.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:05.7734720Z [00:02:05.497]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex-31efd2602b20a4f9.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:05.7803599Z [00:02:05.504]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libatty-07eeabd8f3b2d93d.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:05.7873285Z [00:02:05.511]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap_lex-3685b32fa68eb5a7.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:05.7943010Z [00:02:05.518]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/clap-dd0ed0eccceb6145.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:05.8013088Z [00:02:05.525]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap_lex-3685b32fa68eb5a7.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:05.8083810Z [00:02:05.532]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libonce_cell-dd9ea91bb2029276.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:05.8152973Z [00:02:05.539]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/clap_lex-3685b32fa68eb5a7.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:05.8222239Z [00:02:05.546]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/byteorder-0786838a65bbe90a.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:05.8292287Z [00:02:05.553]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibc-a59e8cf31ac709f9.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:05.8362363Z [00:02:05.560]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex_automata-8e36e4fb4e301fc5.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:05.8430802Z [00:02:05.567]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libindexmap-63f8ee330b2436f8.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:05.8498962Z [00:02:05.574]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbitflags-e4638d9ba5deda4a.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:05.8567897Z [00:02:05.581]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/hashbrown-b23c306817921463.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:05.8636918Z [00:02:05.587]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbyteorder-0786838a65bbe90a.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:05.8706303Z [00:02:05.594]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanyhow-25b990e15e0f8fae.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:05.8775862Z [00:02:05.601]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap-dd0ed0eccceb6145/dep-lib-clap' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:05.8844740Z [00:02:05.608]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap-dd0ed0eccceb6145/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:05.8912880Z [00:02:05.615]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap-dd0ed0eccceb6145/lib-clap.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:05.8981960Z [00:02:05.622]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap-dd0ed0eccceb6145/lib-clap' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:05.9052328Z [00:02:05.629]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_lex-3685b32fa68eb5a7/lib-clap_lex.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:05.9119941Z [00:02:05.636]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_lex-3685b32fa68eb5a7/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:05.9189142Z [00:02:05.643]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_lex-3685b32fa68eb5a7/dep-lib-clap_lex' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:05.9256925Z [00:02:05.649]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap_lex-3685b32fa68eb5a7/lib-clap_lex' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:05.9324394Z [00:02:05.656]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hashbrown-b23c306817921463/lib-hashbrown' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:05.9390526Z [00:02:05.663]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hashbrown-b23c306817921463/lib-hashbrown.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:05.9458534Z [00:02:05.670]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hashbrown-b23c306817921463/dep-lib-hashbrown' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:05.9526821Z [00:02:05.676]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/hashbrown-b23c306817921463/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:05.9595452Z [00:02:05.683]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anyhow-b9f338d7e1074f47/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:05.9663809Z [00:02:05.690]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anyhow-b9f338d7e1074f47/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:05.9731951Z [00:02:05.697]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/fxhash-56b14f0ed1ba6935/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:05.9799861Z [00:02:05.704]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/fxhash-56b14f0ed1ba6935/lib-fxhash' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:05.9868427Z [00:02:05.711]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/fxhash-56b14f0ed1ba6935/dep-lib-fxhash' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:05.9937151Z [00:02:05.717]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/fxhash-56b14f0ed1ba6935/lib-fxhash.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:06.0006083Z [00:02:05.724]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thiserror-9a3799453c09f19d/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:06.0075847Z [00:02:05.731]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thiserror-9a3799453c09f19d/lib-thiserror.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:06.0144618Z [00:02:05.738]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thiserror-9a3799453c09f19d/lib-thiserror' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:06.0212737Z [00:02:05.745]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thiserror-9a3799453c09f19d/dep-lib-thiserror' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:06.0280930Z [00:02:05.752]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/memchr-f2862d2f4f02bb92/dep-lib-memchr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:06.0349760Z [00:02:05.759]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/memchr-f2862d2f4f02bb92/lib-memchr.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:06.0418186Z [00:02:05.766]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/memchr-f2862d2f4f02bb92/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:06.0485229Z [00:02:05.772]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/memchr-f2862d2f4f02bb92/lib-memchr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:06.0554710Z [00:02:05.779]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libc-1e3a2a66683ba8f2/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:06.0622951Z [00:02:05.786]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libc-1e3a2a66683ba8f2/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:06.0693916Z [00:02:05.793]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/psl-13ebf268faa9634f/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:06.0762367Z [00:02:05.800]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/psl-13ebf268faa9634f/dep-lib-psl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:06.0829749Z [00:02:05.807]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/psl-13ebf268faa9634f/lib-psl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:06.0896982Z [00:02:05.813]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/psl-13ebf268faa9634f/lib-psl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:06.0963278Z [00:02:05.820]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/psl-types-aa988e30ec3a3a32/lib-psl_types.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:06.1031654Z [00:02:05.827]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/psl-types-aa988e30ec3a3a32/lib-psl_types' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:06.1098014Z [00:02:05.834]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/psl-types-aa988e30ec3a3a32/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:06.1166804Z [00:02:05.840]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/psl-types-aa988e30ec3a3a32/dep-lib-psl_types' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:06.1234150Z [00:02:05.847]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/aho-corasick-de5e72fe52dd243f/lib-aho_corasick.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:06.1301187Z [00:02:05.854]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/aho-corasick-de5e72fe52dd243f/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:06.1369811Z [00:02:05.861]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/aho-corasick-de5e72fe52dd243f/lib-aho_corasick' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:06.1436168Z [00:02:05.867]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/aho-corasick-de5e72fe52dd243f/dep-lib-aho_corasick' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:06.1503633Z [00:02:05.874]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libc-a59e8cf31ac709f9/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:06.1570117Z [00:02:05.881]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libc-a59e8cf31ac709f9/lib-libc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:06.1638669Z [00:02:05.888]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libc-a59e8cf31ac709f9/dep-lib-libc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:06.1705273Z [00:02:05.894]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libc-a59e8cf31ac709f9/lib-libc.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:06.1772321Z [00:02:05.901]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ripgen_lib-3631532d66f8366d/output-lib-ripgen_lib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:06.1841574Z [00:02:05.908]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ripgen_lib-3631532d66f8366d/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:06.1907944Z [00:02:05.915]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/atty-07eeabd8f3b2d93d/lib-atty' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:06.1974385Z [00:02:05.921]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/atty-07eeabd8f3b2d93d/dep-lib-atty' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:06.2040436Z [00:02:05.928]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/atty-07eeabd8f3b2d93d/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:06.2107841Z [00:02:05.935]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/atty-07eeabd8f3b2d93d/lib-atty.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:06.2175718Z [00:02:05.941]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/byteorder-0786838a65bbe90a/dep-lib-byteorder' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:06.2243267Z [00:02:05.948]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/byteorder-0786838a65bbe90a/lib-byteorder.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:06.2310244Z [00:02:05.955]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/byteorder-0786838a65bbe90a/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:06.2377480Z [00:02:05.961]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/byteorder-0786838a65bbe90a/lib-byteorder' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:06.2444732Z [00:02:05.968]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/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-20T22:20:06.2510477Z [00:02:05.975]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/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-20T22:20:06.2578240Z [00:02:05.982]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/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-20T22:20:06.2646975Z [00:02:05.988]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/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-20T22:20:06.2715500Z [00:02:05.995]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/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-20T22:20:06.2784086Z [00:02:06.002]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/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-20T22:20:06.2855914Z [00:02:06.009]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/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-20T22:20:06.2929288Z [00:02:06.017]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/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-20T22:20:06.3002582Z [00:02:06.024]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-31efd2602b20a4f9/lib-regex' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:06.3075610Z [00:02:06.031]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-31efd2602b20a4f9/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:06.3148294Z [00:02:06.039]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-31efd2602b20a4f9/dep-lib-regex' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:06.3218605Z [00:02:06.046]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-31efd2602b20a4f9/lib-regex.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:06.3287883Z [00:02:06.053]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/textwrap-ca20c8620888c482/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:06.3356976Z [00:02:06.059]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/textwrap-ca20c8620888c482/dep-lib-textwrap' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:06.3424937Z [00:02:06.066]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/textwrap-ca20c8620888c482/lib-textwrap' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:06.3493092Z [00:02:06.073]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/textwrap-ca20c8620888c482/lib-textwrap.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:06.3561078Z [00:02:06.080]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/termcolor-4917630bb7378cbb/dep-lib-termcolor' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:06.3628882Z [00:02:06.087]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/termcolor-4917630bb7378cbb/lib-termcolor.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:06.3697596Z [00:02:06.093]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/termcolor-4917630bb7378cbb/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:06.3766474Z [00:02:06.100]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/termcolor-4917630bb7378cbb/lib-termcolor' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:06.3835083Z [00:02:06.107]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/indexmap-c9c8906aac26240b/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:06.3902522Z [00:02:06.114]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/indexmap-c9c8906aac26240b/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:06.3971715Z [00:02:06.121]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-automata-8e36e4fb4e301fc5/dep-lib-regex_automata' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:06.4039686Z [00:02:06.128]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-automata-8e36e4fb4e301fc5/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:06.4108226Z [00:02:06.135]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-automata-8e36e4fb4e301fc5/lib-regex_automata.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:06.4176215Z [00:02:06.141]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-automata-8e36e4fb4e301fc5/lib-regex_automata' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:06.4245184Z [00:02:06.148]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thiserror-412ea1f03334a160/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:06.4313291Z [00:02:06.155]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thiserror-412ea1f03334a160/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:06.4381292Z [00:02:06.162]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/indexmap-63f8ee330b2436f8/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:06.4448015Z [00:02:06.169]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/indexmap-63f8ee330b2436f8/lib-indexmap.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:06.4516071Z [00:02:06.175]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/indexmap-63f8ee330b2436f8/dep-lib-indexmap' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:06.4584709Z [00:02:06.182]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/indexmap-63f8ee330b2436f8/lib-indexmap' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:06.4652646Z [00:02:06.189]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/strsim-dd220a501f9ce637/lib-strsim.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:06.4718837Z [00:02:06.196]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/strsim-dd220a501f9ce637/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:06.4786748Z [00:02:06.202]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/strsim-dd220a501f9ce637/lib-strsim' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:06.4854195Z [00:02:06.209]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/strsim-dd220a501f9ce637/dep-lib-strsim' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:06.4921097Z [00:02:06.216]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anyhow-25b990e15e0f8fae/lib-anyhow' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:06.4987491Z [00:02:06.222]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anyhow-25b990e15e0f8fae/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:06.5054421Z [00:02:06.229]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anyhow-25b990e15e0f8fae/lib-anyhow.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:06.5121685Z [00:02:06.236]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anyhow-25b990e15e0f8fae/dep-lib-anyhow' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:06.5189251Z [00:02:06.243]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bitflags-e4638d9ba5deda4a/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:06.5257354Z [00:02:06.249]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bitflags-e4638d9ba5deda4a/lib-bitflags.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:06.5325078Z [00:02:06.256]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bitflags-e4638d9ba5deda4a/lib-bitflags' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:06.5392165Z [00:02:06.263]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bitflags-e4638d9ba5deda4a/dep-lib-bitflags' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:06.5459500Z [00:02:06.270]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/once_cell-dd9ea91bb2029276/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:06.5526646Z [00:02:06.276]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/once_cell-dd9ea91bb2029276/dep-lib-once_cell' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:06.5593979Z [00:02:06.283]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/once_cell-dd9ea91bb2029276/lib-once_cell' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:06.5660331Z [00:02:06.290]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/once_cell-dd9ea91bb2029276/lib-once_cell.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:06.5727963Z [00:02:06.297]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/addr-8b25c774043df3a3/lib-addr.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:06.5795658Z [00:02:06.303]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/addr-8b25c774043df3a3/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:06.5862598Z [00:02:06.310]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/addr-8b25c774043df3a3/lib-addr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:06.5929115Z [00:02:06.317]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/addr-8b25c774043df3a3/dep-lib-addr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:06.5996757Z [00:02:06.323]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/os_str_bytes-7cecb83a15851a71/lib-os_str_bytes' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:06.6064452Z [00:02:06.330]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/os_str_bytes-7cecb83a15851a71/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:06.6131604Z [00:02:06.337]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/os_str_bytes-7cecb83a15851a71/lib-os_str_bytes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:06.6198618Z [00:02:06.344]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/os_str_bytes-7cecb83a15851a71/dep-lib-os_str_bytes' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:06.6265017Z [00:02:06.350]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/x86_64-unknown-linux-musl/CACHEDIR.TAG' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:06.6332648Z [00:02:06.357]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CWFersDzL8/TEMPREPO/target/CACHEDIR.TAG' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:06.6399619Z [00:02:06.364]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/MANIFEST.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:06.6466546Z [00:02:06.370]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/ripgen.version' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:06.6535352Z [00:02:06.377]➜  mode of '/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:20:06.7725181Z [00:02:06.496]➜  realpath: missing operand
2025-08-20T22:20:06.7725937Z [00:02:06.496]➜  Try 'realpath --help' for more information.
2025-08-20T22:20:06.7809939Z [00:02:06.505]➜  
2025-08-20T22:20:06.7810528Z [00:02:06.505]➜  [+] Fetching LICENSE ==> [/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/LICENSE]
2025-08-20T22:20:06.7861309Z [00:02:06.510]➜  [-] WARNING: No Valid LICENSE Exists at /tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/LICENSE
2025-08-20T22:20:07.2767611Z [00:02:07.001]➜  
2025-08-20T22:20:07.2768076Z [00:02:07.001]➜  File: SBUILD
2025-08-20T22:20:07.2768733Z [00:02:07.001]➜    Type: a /SBUILD ver @v1.0.0 script, ASCII text executable
2025-08-20T22:20:07.2769311Z [00:02:07.001]➜    B3sum: 65e4a4a98df4d4f930fd4332e27d9a52bfda1587ad61913ecc3dd18b52042699
2025-08-20T22:20:07.2769930Z [00:02:07.001]➜    SHA256sum: dd2adbdcb17bff12df84a8135638ea203e4c4402a14cdac66a802f3018f32e5d
2025-08-20T22:20:07.2770355Z [00:02:07.001]➜    Size: 8.0K
2025-08-20T22:20:07.2881820Z [00:02:07.012]➜  
2025-08-20T22:20:07.2882334Z [00:02:07.012]➜  File: ripgen.static.version
2025-08-20T22:20:07.2882876Z [00:02:07.012]➜    Type: ASCII text, with no line terminators
2025-08-20T22:20:07.2883400Z [00:02:07.012]➜    B3sum: 663c091e5181f7b62e93b36051e4dff1099b4fbe32ed5f593d0d36780a00029a
2025-08-20T22:20:07.2883995Z [00:02:07.012]➜    SHA256sum: e87bc787f4c13c6251811fce0f394c2bea13902bb1198645b06b5cb986b48642
2025-08-20T22:20:07.2884408Z [00:02:07.012]➜    Size: 4.0K
2025-08-20T22:20:07.2993832Z [00:02:07.023]➜  
2025-08-20T22:20:07.2994344Z [00:02:07.023]➜  File: ripgen.version
2025-08-20T22:20:07.2994967Z [00:02:07.023]➜    Type: ASCII text, with no line terminators
2025-08-20T22:20:07.2995732Z [00:02:07.023]➜    B3sum: 663c091e5181f7b62e93b36051e4dff1099b4fbe32ed5f593d0d36780a00029a
2025-08-20T22:20:07.2996351Z [00:02:07.023]➜    SHA256sum: e87bc787f4c13c6251811fce0f394c2bea13902bb1198645b06b5cb986b48642
2025-08-20T22:20:07.2997020Z [00:02:07.023]➜    Size: 4.0K
2025-08-20T22:20:07.2997562Z [00:02:07.024]➜  
2025-08-20T22:20:07.2998363Z [00:02:07.024]➜  [+] Generating (b3sum) Checksums ==> [/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/CHECKSUM]
2025-08-20T22:20:07.3037296Z [00:02:07.028]➜  ripgen.static.version:663c091e5181f7b62e93b36051e4dff1099b4fbe32ed5f593d0d36780a00029a
2025-08-20T22:20:07.3058675Z [00:02:07.028]➜  ripgen.version:663c091e5181f7b62e93b36051e4dff1099b4fbe32ed5f593d0d36780a00029a
2025-08-20T22:20:07.3059463Z [00:02:07.028]➜  SBUILD:65e4a4a98df4d4f930fd4332e27d9a52bfda1587ad61913ecc3dd18b52042699
2025-08-20T22:20:07.3060103Z [00:02:07.030]➜  
2025-08-20T22:20:07.3061196Z [00:02:07.030]➜  [+] Signing ripgen.static (Verify: https://docs.pkgforge.dev/repositories/pkgforge-stable/security#trust-but-verify)
2025-08-20T22:20:07.3158314Z [00:02:07.040]➜  
2025-08-20T22:20:07.3159445Z [00:02:07.040]➜  [✓] SuccessFully Built ripgen.static using https://github.com/pkgforge/soarpkgs/blob/main/binaries/ripgen/static.official.source.yaml [Wednesday, 2025-08-20 (10:20:07 PM) UTC]
2025-08-20T22:20:07.3160993Z [00:02:07.040]➜  
2025-08-20T22:20:07.3202222Z [00:02:07.044]➜  [+] Total Size: 103M (Includes DUPES+TMPFILES)
2025-08-20T22:20:07.3202839Z [00:02:07.044]➜  [+] LOGPATH='/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/ripgen.static.log'
2025-08-20T22:20:07.3216582Z [00:02:07.046]➜  [+] ENVPATH=/tmp/pkgforge/7vG1GywWn_SBUILD/ENVPATH
2025-08-20T22:20:07.3336217Z 
2025-08-20T22:20:07.3336890Z [+] Sanitizing /tmp/pkgforge/7vG1GywWn_SBUILD/BUILD.log ==> /tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/ripgen.static.log
2025-08-20T22:20:10.9479793Z 
2025-08-20T22:20:10.9481054Z [✗] FATAL: Failed to Push Artifacts ==> [ghcr.io/pkgforge/bincache/ripgen/official]
2025-08-20T22:20:10.9481705Z [+] LOGS (Build Dir): /tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR
2025-08-20T22:20:10.9482026Z 
2025-08-20T22:20:11.0644466Z *** Zstandard CLI (64-bit) v1.5.7, by Yann Collet ***
2025-08-20T22:20:11.5174010Z ./BUILD_ARTIFACTS.tar : 30.83%   (   102 MiB =>   31.5 MiB, /tmp/BUILD_ARTIFACTS.zstd) 
2025-08-20T22:20:11.5418732Z removed './BUILD_ARTIFACTS.tar'
2025-08-20T22:20:11.5458595Z 
2025-08-20T22:20:11.5459812Z [+] Completed (Building|Fetching) https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/ripgen/static.official.source.yaml :: 00(Hr):02(Min):11(Sec)
2025-08-20T22:20:11.5460501Z 
2025-08-20T22:20:11.5475170Z 
2025-08-20T22:20:11.5475553Z ==> [+] Finished Building at :: Wednesday, 2025-08-20 (10:20:11 PM) UTC
2025-08-20T22:20:11.5475985Z 
2025-08-20T22:20:11.7503464Z renamed '/tmp/BUILD.gh.log.txt' -> '/tmp/BUILD.log'
2025-08-20T22:20:11.7555038Z ##[group]Run ##Presets
2025-08-20T22:20:11.7555380Z [36;1m##Presets[0m
2025-08-20T22:20:11.7555586Z [36;1mset +x ; set +e[0m
2025-08-20T22:20:11.7555801Z [36;1m#-------------#[0m
2025-08-20T22:20:11.7555999Z [36;1m##Debug?[0m
2025-08-20T22:20:11.7556246Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T22:20:11.7556531Z [36;1m  set -x[0m
2025-08-20T22:20:11.7556716Z [36;1mfi[0m
2025-08-20T22:20:11.7556894Z [36;1m#-------------#[0m
2025-08-20T22:20:11.7557095Z [36;1m##Set ENV[0m
2025-08-20T22:20:11.7557333Z [36;1m if [[ "${SKIP_SRCBUILD_UPLOAD}" != "YES" ]]; then[0m
2025-08-20T22:20:11.7557770Z [36;1m    #GHCRPKG_TAG_SRCBUILD="srcbuild.$(date --utc +"%y%m%dT%H%M%S" | tr -d '[:space:]')-"[0m
2025-08-20T22:20:11.7558181Z [36;1m    GHCRPKG_TAG_SRCBUILD=""[0m
2025-08-20T22:20:11.7558598Z [36;1m    GHCRPKG_URL_SRCBUILD="ghcr.io/pkgforge/bincache/ripgen/official/ripgen-srcbuild-"[0m
2025-08-20T22:20:11.7559117Z [36;1m    export GHCRPKG_TAG_SRCBUILD GHCRPKG_URL_SRCBUILD[0m
2025-08-20T22:20:11.7559542Z [36;1m    echo "GHCRPKG_TAG_SRCBUILD=${GHCRPKG_TAG_SRCBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:20:11.7559996Z [36;1m    echo "GHCRPKG_URL_SRCBUILD=${GHCRPKG_URL_SRCBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:20:11.7560327Z [36;1m fi[0m
2025-08-20T22:20:11.7560503Z [36;1m##Push[0m
2025-08-20T22:20:11.7560973Z [36;1m if [[ -n "${GHCRPKG_TAG_SRCBUILD+x}" ]]; then[0m
2025-08-20T22:20:11.7561318Z [36;1m  pushd "/tmp" &>/dev/null[0m
2025-08-20T22:20:11.7561720Z [36;1m   if [[ -s "./BUILD_ARTIFACTS.zstd" && $(stat -c%s "./BUILD_ARTIFACTS.zstd") -gt 1000 ]]; then[0m
2025-08-20T22:20:11.7562202Z [36;1m     realpath "./BUILD_ARTIFACTS.zstd" && du -sh "./BUILD_ARTIFACTS.zstd"[0m
2025-08-20T22:20:11.7562652Z [36;1m     ls -sh "/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR"[0m
2025-08-20T22:20:11.7562997Z [36;1m     ghcr_push_cmd()[0m
2025-08-20T22:20:11.7563402Z [36;1m       {[0m
2025-08-20T22:20:11.7563596Z [36;1m        for i in {1..10}; do[0m
2025-08-20T22:20:11.7563943Z [36;1m          unset ghcr_push ; ghcr_push=(oras push --disable-path-validation)[0m
2025-08-20T22:20:11.7564392Z [36;1m          ghcr_push+=(--config "/dev/null:application/vnd.oci.empty.v1+json")[0m
2025-08-20T22:20:11.7564829Z [36;1m          ghcr_push+=(--annotation "com.github.package.type=container")[0m
2025-08-20T22:20:11.7565254Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_ghcrpkg-tag=")[0m
2025-08-20T22:20:11.7565667Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_gha=")[0m
2025-08-20T22:20:11.7566060Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_id=")[0m
2025-08-20T22:20:11.7566439Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.ghcr_pkg=:")[0m
2025-08-20T22:20:11.7566815Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.push_date=")[0m
2025-08-20T22:20:11.7567198Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.version=")[0m
2025-08-20T22:20:11.7567605Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.created=")[0m
2025-08-20T22:20:11.7568082Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.description=SRCBUILD for ")[0m
2025-08-20T22:20:11.7568593Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.licenses=blessing")[0m
2025-08-20T22:20:11.7569051Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.ref.name=")[0m
2025-08-20T22:20:11.7569476Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.revision=")[0m
2025-08-20T22:20:11.7569897Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.source=")[0m
2025-08-20T22:20:11.7570369Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.title=SRCBUILD-ripgen")[0m
2025-08-20T22:20:11.7571259Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.url=")[0m
2025-08-20T22:20:11.7571908Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.vendor=pkgforge")[0m
2025-08-20T22:20:11.7572366Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.version=")[0m
2025-08-20T22:20:11.7572772Z [36;1m          ghcr_push+=("${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}")[0m
2025-08-20T22:20:11.7573268Z [36;1m          [[ -f "./BUILD_ARTIFACTS.zstd" && -s "./BUILD_ARTIFACTS.zstd" ]] && ghcr_push+=("./BUILD_ARTIFACTS.zstd")[0m
2025-08-20T22:20:11.7573703Z [36;1m          "${ghcr_push[@]}" ; sleep 5[0m
2025-08-20T22:20:11.7573956Z [36;1m         #Check[0m
2025-08-20T22:20:11.7574515Z [36;1m          if [[ "$(oras manifest fetch "${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}" | jq -r '.annotations["dev.pkgforge.soar.push_date"]' | tr -d '[:space:]')" == "" ]]; then[0m
2025-08-20T22:20:11.7575221Z [36;1m            echo -e "\n[+] (ARTIFACTS) Registry --> https://${GHCRPKG_URL_SRCBUILD}\n"[0m
2025-08-20T22:20:11.7575573Z [36;1m            break[0m
2025-08-20T22:20:11.7575785Z [36;1m          else[0m
2025-08-20T22:20:11.7576192Z [36;1m            echo -e "\n[-] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD} (Retrying ${i}/10)\n"[0m
2025-08-20T22:20:11.7576623Z [36;1m          fi[0m
2025-08-20T22:20:11.7576844Z [36;1m          sleep "$(shuf -i 500-4500 -n 1)e-3"[0m
2025-08-20T22:20:11.7577097Z [36;1m        done[0m
2025-08-20T22:20:11.7577285Z [36;1m       }[0m
2025-08-20T22:20:11.7577488Z [36;1m       export -f ghcr_push_cmd[0m
2025-08-20T22:20:11.7577739Z [36;1m       ghcr_push_cmd[0m
2025-08-20T22:20:11.7578305Z [36;1m       if [[ "$(oras manifest fetch "${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}" | jq -r '.annotations["dev.pkgforge.soar.push_date"]' | tr -d '[:space:]')" != "" ]]; then[0m
2025-08-20T22:20:11.7579053Z [36;1m         echo -e "\n[✗] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}\n"[0m
2025-08-20T22:20:11.7579469Z [36;1m          echo -e "\n[-] Retrying ...\n"[0m
2025-08-20T22:20:11.7579860Z [36;1m          ghcr_push_cmd[0m
2025-08-20T22:20:11.7580444Z [36;1m           if [[ "$(oras manifest fetch "${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}" | jq -r '.annotations["dev.pkgforge.soar.push_date"]' | tr -d '[:space:]')" != "" ]]; then[0m
2025-08-20T22:20:11.7581313Z [36;1m             oras manifest fetch "${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}" | jq .[0m
2025-08-20T22:20:11.7581824Z [36;1m             echo -e "\n[✗] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}\n"[0m
2025-08-20T22:20:11.7582225Z [36;1m             return 1 || exit 1[0m
2025-08-20T22:20:11.7582460Z [36;1m           fi[0m
2025-08-20T22:20:11.7582650Z [36;1m       fi[0m
2025-08-20T22:20:11.7582831Z [36;1m   fi[0m
2025-08-20T22:20:11.7583006Z [36;1m fi[0m
2025-08-20T22:20:11.7583192Z [36;1mpopd >/dev/null 2>&1[0m
2025-08-20T22:20:11.7859969Z shell: /usr/bin/bash -e {0}
2025-08-20T22:20:11.7860230Z env:
2025-08-20T22:20:11.7860456Z   CROSS_COMPILING: NO
2025-08-20T22:20:11.7860887Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T22:20:11.7861138Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T22:20:11.7861353Z   ON_QEMU: NO
2025-08-20T22:20:11.7861527Z   DEBUG: 0
2025-08-20T22:20:11.7861703Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T22:20:11.7861935Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T22:20:11.7862238Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/ripgen/official
2025-08-20T22:20:11.7862555Z   KEEP_LOGS: YES
2025-08-20T22:20:11.7862754Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:20:11.7862973Z   PKG_FAMILY_LOCAL: ripgen
2025-08-20T22:20:11.7863187Z   SBUILD_REBUILD: false
2025-08-20T22:20:11.7863738Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/ripgen/static.official.source.yaml
2025-08-20T22:20:11.7864324Z   BUILD_SYS: docker://rust
2025-08-20T22:20:11.7864538Z   BUILD_ON_HOST: FALSE
2025-08-20T22:20:11.7864735Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:20:11.7864924Z   SYSTMP: /tmp
2025-08-20T22:20:11.7865105Z   GHA_MODE: MATRIX
2025-08-20T22:20:11.7865741Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T22:20:11.7866298Z   INPUT_SBUILD: /tmp/pkgforge/FhvGLQ9Th_build.yaml
2025-08-20T22:20:11.7866645Z   BUILD_DIR: /tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml
2025-08-20T22:20:11.7867045Z   SBUILD_OUTDIR: /tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR
2025-08-20T22:20:11.7867533Z   SBUILD_TMPDIR: /tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:20:11.7867917Z   PKG_TYPE: static
2025-08-20T22:20:11.7868113Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:20:11.7868323Z   PUSH_SUCCESSFUL: NO
2025-08-20T22:20:11.7869167Z   GHCR_TOKEN: ***
2025-08-20T22:20:11.7869480Z   GITHUB_TOKEN: ***
2025-08-20T22:20:11.7869715Z   GITLAB_TOKEN: ***
2025-08-20T22:20:11.7871038Z   MINISIGN_KEY: ***
2025-08-20T22:20:11.7871231Z ##[endgroup]
2025-08-20T22:20:11.7967644Z /tmp/BUILD_ARTIFACTS.zstd
2025-08-20T22:20:11.7978296Z 32M	./BUILD_ARTIFACTS.zstd
2025-08-20T22:20:11.7991359Z total 368K
2025-08-20T22:20:11.7991689Z 4.0K CHECKSUM
2025-08-20T22:20:11.7991997Z 4.0K CHECKSUM.sig
2025-08-20T22:20:11.7992317Z 8.0K SBUILD
2025-08-20T22:20:11.7992606Z 4.0K SBUILD.sig
2025-08-20T22:20:11.7992796Z 4.0K SBUILD_TEMP
2025-08-20T22:20:11.7992992Z 328K ripgen.static.log
2025-08-20T22:20:11.7993210Z 4.0K ripgen.static.version
2025-08-20T22:20:11.7993449Z 4.0K ripgen.static.version.sig
2025-08-20T22:20:11.7993673Z 4.0K ripgen.version
2025-08-20T22:20:11.7993869Z 4.0K ripgen.version.sig
2025-08-20T22:20:11.8271133Z Error: "ghcr.io/pkgforge/bincache/ripgen/official/ripgen-srcbuild-:": invalid reference: invalid repository "pkgforge/bincache/ripgen/official/ripgen-srcbuild-"
2025-08-20T22:20:11.8272149Z Please make sure the provided reference is in the form of <registry>/<repo>[:tag|@digest]
2025-08-20T22:20:16.8333830Z Error: "ghcr.io/pkgforge/bincache/ripgen/official/ripgen-srcbuild-:": invalid reference: invalid repository "pkgforge/bincache/ripgen/official/ripgen-srcbuild-"
2025-08-20T22:20:16.8336141Z Please make sure the provided reference is in the form of <registry>/<repo>[:tag|@digest]
2025-08-20T22:20:16.8347091Z 
2025-08-20T22:20:16.8347620Z [+] (ARTIFACTS) Registry --> https://ghcr.io/pkgforge/bincache/ripgen/official/ripgen-srcbuild-
2025-08-20T22:20:16.8348253Z 
2025-08-20T22:20:16.8386315Z Error: "ghcr.io/pkgforge/bincache/ripgen/official/ripgen-srcbuild-:": invalid reference: invalid repository "pkgforge/bincache/ripgen/official/ripgen-srcbuild-"
2025-08-20T22:20:16.8387786Z Please make sure the provided reference is in the form of <registry>/<repo>[:tag|@digest]
2025-08-20T22:20:16.8429331Z ##[group]Run ##Presets
2025-08-20T22:20:16.8429591Z [36;1m##Presets[0m
2025-08-20T22:20:16.8429792Z [36;1mset +x ; set +e[0m
2025-08-20T22:20:16.8429996Z [36;1m#-------------#[0m
2025-08-20T22:20:16.8430202Z [36;1m##Debug?[0m
2025-08-20T22:20:16.8430450Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T22:20:16.8431192Z [36;1m  set -x[0m
2025-08-20T22:20:16.8431381Z [36;1mfi[0m
2025-08-20T22:20:16.8431556Z [36;1m#-------------#[0m
2025-08-20T22:20:16.8431811Z [36;1mUTC_TIME="$(TZ='UTC' date +'%Y_%m_%dT%I_%M_%S_%p')"[0m
2025-08-20T22:20:16.8432153Z [36;1mecho "UTC_TIME=${UTC_TIME}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:20:16.8481331Z shell: /usr/bin/bash -e {0}
2025-08-20T22:20:16.8481563Z env:
2025-08-20T22:20:16.8481739Z   CROSS_COMPILING: NO
2025-08-20T22:20:16.8481955Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T22:20:16.8482171Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T22:20:16.8482378Z   ON_QEMU: NO
2025-08-20T22:20:16.8482587Z   DEBUG: 0
2025-08-20T22:20:16.8482768Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T22:20:16.8482986Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T22:20:16.8483265Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/ripgen/official
2025-08-20T22:20:16.8483552Z   KEEP_LOGS: YES
2025-08-20T22:20:16.8483743Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:20:16.8483953Z   PKG_FAMILY_LOCAL: ripgen
2025-08-20T22:20:16.8484169Z   SBUILD_REBUILD: false
2025-08-20T22:20:16.8484695Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/ripgen/static.official.source.yaml
2025-08-20T22:20:16.8485255Z   BUILD_SYS: docker://rust
2025-08-20T22:20:16.8485470Z   BUILD_ON_HOST: FALSE
2025-08-20T22:20:16.8485664Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:20:16.8485853Z   SYSTMP: /tmp
2025-08-20T22:20:16.8486032Z   GHA_MODE: MATRIX
2025-08-20T22:20:16.8486455Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T22:20:16.8486966Z   INPUT_SBUILD: /tmp/pkgforge/FhvGLQ9Th_build.yaml
2025-08-20T22:20:16.8487285Z   BUILD_DIR: /tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml
2025-08-20T22:20:16.8487668Z   SBUILD_OUTDIR: /tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR
2025-08-20T22:20:16.8488144Z   SBUILD_TMPDIR: /tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:20:16.8488525Z   PKG_TYPE: static
2025-08-20T22:20:16.8488716Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:20:16.8488916Z   PUSH_SUCCESSFUL: NO
2025-08-20T22:20:16.8489116Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T22:20:16.8489454Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/ripgen/official/ripgen-srcbuild-
2025-08-20T22:20:16.8489819Z ##[endgroup]
2025-08-20T22:20:16.8649326Z ##[group]Run actions/upload-artifact@v4
2025-08-20T22:20:16.8649625Z with:
2025-08-20T22:20:16.8649831Z   name: Bincache_ripgen_x86_64-Linux
2025-08-20T22:20:16.8650133Z   path: /tmp/BUILD.log
/tmp/BUILD_ARTIFACTS.zstd

2025-08-20T22:20:16.8650434Z   compression-level: 0
2025-08-20T22:20:16.8650645Z   retention-days: 30
2025-08-20T22:20:16.8651124Z   overwrite: true
2025-08-20T22:20:16.8651324Z   if-no-files-found: warn
2025-08-20T22:20:16.8651548Z   include-hidden-files: false
2025-08-20T22:20:16.8651789Z env:
2025-08-20T22:20:16.8651957Z   CROSS_COMPILING: NO
2025-08-20T22:20:16.8652162Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T22:20:16.8652584Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T22:20:16.8652794Z   ON_QEMU: NO
2025-08-20T22:20:16.8652964Z   DEBUG: 0
2025-08-20T22:20:16.8653139Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T22:20:16.8653352Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T22:20:16.8653632Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/ripgen/official
2025-08-20T22:20:16.8653958Z   KEEP_LOGS: YES
2025-08-20T22:20:16.8654147Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:20:16.8654357Z   PKG_FAMILY_LOCAL: ripgen
2025-08-20T22:20:16.8654564Z   SBUILD_REBUILD: false
2025-08-20T22:20:16.8655094Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/ripgen/static.official.source.yaml
2025-08-20T22:20:16.8655676Z   BUILD_SYS: docker://rust
2025-08-20T22:20:16.8655887Z   BUILD_ON_HOST: FALSE
2025-08-20T22:20:16.8656083Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:20:16.8656271Z   SYSTMP: /tmp
2025-08-20T22:20:16.8656446Z   GHA_MODE: MATRIX
2025-08-20T22:20:16.8656873Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T22:20:16.8657380Z   INPUT_SBUILD: /tmp/pkgforge/FhvGLQ9Th_build.yaml
2025-08-20T22:20:16.8657701Z   BUILD_DIR: /tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml
2025-08-20T22:20:16.8658091Z   SBUILD_OUTDIR: /tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR
2025-08-20T22:20:16.8658577Z   SBUILD_TMPDIR: /tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:20:16.8658951Z   PKG_TYPE: static
2025-08-20T22:20:16.8659141Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:20:16.8659349Z   PUSH_SUCCESSFUL: NO
2025-08-20T22:20:16.8659546Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T22:20:16.8659883Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/ripgen/official/ripgen-srcbuild-
2025-08-20T22:20:16.8660265Z   UTC_TIME: 2025_08_20T10_20_16_PM
2025-08-20T22:20:16.8660493Z ##[endgroup]
2025-08-20T22:20:17.0875194Z Multiple search paths detected. Calculating the least common ancestor of all paths
2025-08-20T22:20:17.0878340Z The least common ancestor is /tmp. This will be the root directory of the artifact
2025-08-20T22:20:17.0879637Z With the provided path, there will be 2 files uploaded
2025-08-20T22:20:17.1774448Z Artifact name is valid!
2025-08-20T22:20:17.1775746Z Root directory input is valid!
2025-08-20T22:20:17.2147194Z Beginning upload of artifact content to blob storage
2025-08-20T22:20:17.5701248Z Uploaded bytes 8388608
2025-08-20T22:20:17.5709167Z Uploaded bytes 16777216
2025-08-20T22:20:17.5715341Z Uploaded bytes 25165824
2025-08-20T22:20:17.6271217Z Uploaded bytes 33554432
2025-08-20T22:20:17.6391140Z Uploaded bytes 33688147
2025-08-20T22:20:17.6541042Z Finished uploading artifact content to blob storage!
2025-08-20T22:20:17.6544468Z SHA256 digest of uploaded artifact zip is fe546bd624111c5b241ec036ddc82894a13feeb9e6c605b2116c126fe6345465
2025-08-20T22:20:17.6545170Z Finalizing artifact upload
2025-08-20T22:20:17.7484284Z Artifact Bincache_ripgen_x86_64-Linux.zip successfully finalized. Artifact ID 3813751301
2025-08-20T22:20:17.7485234Z Artifact Bincache_ripgen_x86_64-Linux has been successfully uploaded! Final size is 33688147 bytes. Artifact ID is 3813751301
2025-08-20T22:20:17.7492217Z Artifact download URL: https://github.com/pkgforge/bincache/actions/runs/17109159993/artifacts/3813751301
2025-08-20T22:20:17.7685667Z ##[group]Run actions/attest-build-provenance@v2.4.0
2025-08-20T22:20:17.7685999Z with:
2025-08-20T22:20:17.7686202Z   subject-name: ripgen--
2025-08-20T22:20:17.7686926Z   subject-path: "/tmp/BUILD.log"
"/tmp/BUILD_ARTIFACTS.zstd"
/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/**
!/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/**

2025-08-20T22:20:17.7687660Z   show-summary: true
2025-08-20T22:20:17.7687883Z   push-to-registry: false
2025-08-20T22:20:17.7688254Z   github-token: ***
2025-08-20T22:20:17.7688458Z env:
2025-08-20T22:20:17.7688637Z   CROSS_COMPILING: NO
2025-08-20T22:20:17.7688856Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T22:20:17.7689086Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T22:20:17.7689525Z   ON_QEMU: NO
2025-08-20T22:20:17.7689709Z   DEBUG: 0
2025-08-20T22:20:17.7689899Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T22:20:17.7690130Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T22:20:17.7690450Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/ripgen/official
2025-08-20T22:20:17.7690910Z   KEEP_LOGS: YES
2025-08-20T22:20:17.7691113Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:20:17.7691334Z   PKG_FAMILY_LOCAL: ripgen
2025-08-20T22:20:17.7691554Z   SBUILD_REBUILD: false
2025-08-20T22:20:17.7692104Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/ripgen/static.official.source.yaml
2025-08-20T22:20:17.7692685Z   BUILD_SYS: docker://rust
2025-08-20T22:20:17.7692909Z   BUILD_ON_HOST: FALSE
2025-08-20T22:20:17.7693114Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:20:17.7693315Z   SYSTMP: /tmp
2025-08-20T22:20:17.7693503Z   GHA_MODE: MATRIX
2025-08-20T22:20:17.7693943Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T22:20:17.7694497Z   INPUT_SBUILD: /tmp/pkgforge/FhvGLQ9Th_build.yaml
2025-08-20T22:20:17.7694827Z   BUILD_DIR: /tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml
2025-08-20T22:20:17.7695229Z   SBUILD_OUTDIR: /tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR
2025-08-20T22:20:17.7695724Z   SBUILD_TMPDIR: /tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:20:17.7696110Z   PKG_TYPE: static
2025-08-20T22:20:17.7696315Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:20:17.7696534Z   PUSH_SUCCESSFUL: NO
2025-08-20T22:20:17.7696744Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T22:20:17.7697096Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/ripgen/official/ripgen-srcbuild-
2025-08-20T22:20:17.7697485Z   UTC_TIME: 2025_08_20T10_20_16_PM
2025-08-20T22:20:17.7697723Z ##[endgroup]
2025-08-20T22:20:17.7769218Z ##[group]Run actions/attest-build-provenance/predicate@1176ef556905f349f669722abf30bce1a6e16e01
2025-08-20T22:20:17.7769675Z env:
2025-08-20T22:20:17.7769860Z   CROSS_COMPILING: NO
2025-08-20T22:20:17.7770079Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T22:20:17.7770310Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T22:20:17.7770531Z   ON_QEMU: NO
2025-08-20T22:20:17.7770955Z   DEBUG: 0
2025-08-20T22:20:17.7771180Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T22:20:17.7771413Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T22:20:17.7771709Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/ripgen/official
2025-08-20T22:20:17.7772018Z   KEEP_LOGS: YES
2025-08-20T22:20:17.7772214Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:20:17.7772432Z   PKG_FAMILY_LOCAL: ripgen
2025-08-20T22:20:17.7772650Z   SBUILD_REBUILD: false
2025-08-20T22:20:17.7773191Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/ripgen/static.official.source.yaml
2025-08-20T22:20:17.7773775Z   BUILD_SYS: docker://rust
2025-08-20T22:20:17.7773995Z   BUILD_ON_HOST: FALSE
2025-08-20T22:20:17.7774200Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:20:17.7774400Z   SYSTMP: /tmp
2025-08-20T22:20:17.7774586Z   GHA_MODE: MATRIX
2025-08-20T22:20:17.7775032Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T22:20:17.7775748Z   INPUT_SBUILD: /tmp/pkgforge/FhvGLQ9Th_build.yaml
2025-08-20T22:20:17.7776217Z   BUILD_DIR: /tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml
2025-08-20T22:20:17.7776657Z   SBUILD_OUTDIR: /tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR
2025-08-20T22:20:17.7777157Z   SBUILD_TMPDIR: /tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:20:17.7777547Z   PKG_TYPE: static
2025-08-20T22:20:17.7777746Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:20:17.7777961Z   PUSH_SUCCESSFUL: NO
2025-08-20T22:20:17.7778172Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T22:20:17.7778523Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/ripgen/official/ripgen-srcbuild-
2025-08-20T22:20:17.7778910Z   UTC_TIME: 2025_08_20T10_20_16_PM
2025-08-20T22:20:17.7779144Z ##[endgroup]
2025-08-20T22:20:18.0822302Z ##[group]Run actions/attest@ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc
2025-08-20T22:20:18.0822646Z with:
2025-08-20T22:20:18.0823352Z   subject-path: "/tmp/BUILD.log"
"/tmp/BUILD_ARTIFACTS.zstd"
/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/**
!/tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/**

2025-08-20T22:20:18.0824095Z   subject-name: ripgen--
2025-08-20T22:20:18.0824375Z   predicate-type: https://slsa.dev/provenance/v1
2025-08-20T22:20:18.0827019Z   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/17109159993/attempts/1"}}}
2025-08-20T22:20:18.0829610Z   push-to-registry: false
2025-08-20T22:20:18.0829838Z   show-summary: true
2025-08-20T22:20:18.0830293Z   github-token: ***
2025-08-20T22:20:18.0830500Z env:
2025-08-20T22:20:18.0831014Z   CROSS_COMPILING: NO
2025-08-20T22:20:18.0831241Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T22:20:18.0831479Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T22:20:18.0831706Z   ON_QEMU: NO
2025-08-20T22:20:18.0831890Z   DEBUG: 0
2025-08-20T22:20:18.0832084Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T22:20:18.0832323Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T22:20:18.0832620Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/ripgen/official
2025-08-20T22:20:18.0832929Z   KEEP_LOGS: YES
2025-08-20T22:20:18.0833140Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:20:18.0833361Z   PKG_FAMILY_LOCAL: ripgen
2025-08-20T22:20:18.0833581Z   SBUILD_REBUILD: false
2025-08-20T22:20:18.0834133Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/ripgen/static.official.source.yaml
2025-08-20T22:20:18.0834698Z   BUILD_SYS: docker://rust
2025-08-20T22:20:18.0834918Z   BUILD_ON_HOST: FALSE
2025-08-20T22:20:18.0835127Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:20:18.0835336Z   SYSTMP: /tmp
2025-08-20T22:20:18.0835549Z   GHA_MODE: MATRIX
2025-08-20T22:20:18.0836211Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T22:20:18.0836751Z   INPUT_SBUILD: /tmp/pkgforge/FhvGLQ9Th_build.yaml
2025-08-20T22:20:18.0837085Z   BUILD_DIR: /tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml
2025-08-20T22:20:18.0837484Z   SBUILD_OUTDIR: /tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR
2025-08-20T22:20:18.0837976Z   SBUILD_TMPDIR: /tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:20:18.0838376Z   PKG_TYPE: static
2025-08-20T22:20:18.0838576Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:20:18.0838793Z   PUSH_SUCCESSFUL: NO
2025-08-20T22:20:18.0839009Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T22:20:18.0839544Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/ripgen/official/ripgen-srcbuild-
2025-08-20T22:20:18.0839950Z   UTC_TIME: 2025_08_20T10_20_16_PM
2025-08-20T22:20:18.0840183Z ##[endgroup]
2025-08-20T22:20:19.1682494Z Attestation created for 10 subjects
2025-08-20T22:20:19.1686469Z ##[group][36mAttestation signed using certificate from Public Good Sigstore instance[39m
2025-08-20T22:20:19.1687342Z -----BEGIN CERTIFICATE-----
2025-08-20T22:20:19.1688033Z MIIG7zCCBnWgAwIBAgIUbs7hRhu0I4+gVdZvYlb/MUHWBcYwCgYIKoZIzj0EAwMw
2025-08-20T22:20:19.1688970Z NzEVMBMGA1UEChMMc2lnc3RvcmUuZGV2MR4wHAYDVQQDExVzaWdzdG9yZS1pbnRl
2025-08-20T22:20:19.1689888Z cm1lZGlhdGUwHhcNMjUwODIwMjIyMDE4WhcNMjUwODIwMjIzMDE4WjAAMFkwEwYH
2025-08-20T22:20:19.1691347Z KoZIzj0CAQYIKoZIzj0DAQcDQgAES91Vkd1fRLxUG14fSY+htVmP+DJQpa0oqobY
2025-08-20T22:20:19.1692236Z YnewhbKlb7MB/qY6MqDaRJZ+F2aHcxQ0oc7qDqwsCsP8w4ovXqOCBZQwggWQMA4G
2025-08-20T22:20:19.1693121Z A1UdDwEB/wQEAwIHgDATBgNVHSUEDDAKBggrBgEFBQcDAzAdBgNVHQ4EFgQUp1uB
2025-08-20T22:20:19.1694021Z DILLNsCSFcnPjWWD/4/fUggwHwYDVR0jBBgwFoAU39Ppz1YkEZb5qNjpKFWixi4Y
2025-08-20T22:20:19.1694873Z ZD8wZwYDVR0RAQH/BF0wW4ZZaHR0cHM6Ly9naXRodWIuY29tL3BrZ2ZvcmdlL2Jp
2025-08-20T22:20:19.1695731Z bmNhY2hlLy5naXRodWIvd29ya2Zsb3dzL21hdHJpeF9idWlsZHMueWFtbEByZWZz
2025-08-20T22:20:19.1696611Z L2hlYWRzL21haW4wOQYKKwYBBAGDvzABAQQraHR0cHM6Ly90b2tlbi5hY3Rpb25z
2025-08-20T22:20:19.1697477Z LmdpdGh1YnVzZXJjb250ZW50LmNvbTAfBgorBgEEAYO/MAECBBF3b3JrZmxvd19k
2025-08-20T22:20:19.1698320Z aXNwYXRjaDA2BgorBgEEAYO/MAEDBCgzMzhhM2JhZTFiYWIwNWFiYTBhZDRiZmU1
2025-08-20T22:20:19.1699164Z NTgwZDgyZWVhYjNmMjFkMDAGCisGAQQBg78wAQQEIvCfp7Dwn5ug77iPIEJ1aWxk
2025-08-20T22:20:19.1700042Z IFBhY2thZ2Ug8J+TpvCfk4AwHwYKKwYBBAGDvzABBQQRcGtnZm9yZ2UvYmluY2Fj
2025-08-20T22:20:19.1701130Z aGUwHQYKKwYBBAGDvzABBgQPcmVmcy9oZWFkcy9tYWluMDsGCisGAQQBg78wAQgE
2025-08-20T22:20:19.1702017Z LQwraHR0cHM6Ly90b2tlbi5hY3Rpb25zLmdpdGh1YnVzZXJjb250ZW50LmNvbTBp
2025-08-20T22:20:19.1702883Z BgorBgEEAYO/MAEJBFsMWWh0dHBzOi8vZ2l0aHViLmNvbS9wa2dmb3JnZS9iaW5j
2025-08-20T22:20:19.1703752Z YWNoZS8uZ2l0aHViL3dvcmtmbG93cy9tYXRyaXhfYnVpbGRzLnlhbWxAcmVmcy9o
2025-08-20T22:20:19.1704655Z ZWFkcy9tYWluMDgGCisGAQQBg78wAQoEKgwoMzM4YTNiYWUxYmFiMDVhYmEwYWQ0
2025-08-20T22:20:19.1705524Z YmZlNTU4MGQ4MmVlYWIzZjIxZDAdBgorBgEEAYO/MAELBA8MDWdpdGh1Yi1ob3N0
2025-08-20T22:20:19.1706407Z ZWQwNAYKKwYBBAGDvzABDAQmDCRodHRwczovL2dpdGh1Yi5jb20vcGtnZm9yZ2Uv
2025-08-20T22:20:19.1707324Z YmluY2FjaGUwOAYKKwYBBAGDvzABDQQqDCgzMzhhM2JhZTFiYWIwNWFiYTBhZDRi
2025-08-20T22:20:19.1708221Z ZmU1NTgwZDgyZWVhYjNmMjFkMB8GCisGAQQBg78wAQ4EEQwPcmVmcy9oZWFkcy9t
2025-08-20T22:20:19.1709125Z YWluMBkGCisGAQQBg78wAQ8ECwwJODgzNjU1MjMwMCsGCisGAQQBg78wARAEHQwb
2025-08-20T22:20:19.1710010Z aHR0cHM6Ly9naXRodWIuY29tL3BrZ2ZvcmdlMBkGCisGAQQBg78wAREECwwJMTg3
2025-08-20T22:20:19.1711094Z Mjc1MzQzMGkGCisGAQQBg78wARIEWwxZaHR0cHM6Ly9naXRodWIuY29tL3BrZ2Zv
2025-08-20T22:20:19.1712011Z cmdlL2JpbmNhY2hlLy5naXRodWIvd29ya2Zsb3dzL21hdHJpeF9idWlsZHMueWFt
2025-08-20T22:20:19.1712926Z bEByZWZzL2hlYWRzL21haW4wOAYKKwYBBAGDvzABEwQqDCgzMzhhM2JhZTFiYWIw
2025-08-20T22:20:19.1713892Z NWFiYTBhZDRiZmU1NTgwZDgyZWVhYjNmMjFkMCEGCisGAQQBg78wARQEEwwRd29y
2025-08-20T22:20:19.1714801Z a2Zsb3dfZGlzcGF0Y2gwWAYKKwYBBAGDvzABFQRKDEhodHRwczovL2dpdGh1Yi5j
2025-08-20T22:20:19.1715689Z b20vcGtnZm9yZ2UvYmluY2FjaGUvYWN0aW9ucy9ydW5zLzE3MTA5MTU5OTkzL2F0
2025-08-20T22:20:19.1716616Z dGVtcHRzLzEwFgYKKwYBBAGDvzABFgQIDAZwdWJsaWMwgYoGCisGAQQB1nkCBAIE
2025-08-20T22:20:19.1717549Z fAR6AHgAdgDdPTBqxscRMmMZHhyZZzcCokpeuN48rf+HinKALynujgAAAZjJkZcQ
2025-08-20T22:20:19.1718469Z AAAEAwBHMEUCIGjGN8dO1LVfohnfudu0byiXlKK4gfvpGkmkPsfgkh8CAiEAo1Bt
2025-08-20T22:20:19.1719382Z L1deRsXHVXX1bUELS959yQeAF4fmb3Qy7yVh3OowCgYIKoZIzj0EAwMDaAAwZQIx
2025-08-20T22:20:19.1720246Z AM1lq5kKs/whxBbhfzS2+0Os+54rxn7Jxa1Jlkv5vE5iH1Z4i71zLmpjhcwhP0FS
2025-08-20T22:20:19.1721301Z SQIwW4pZtaNI+5u5+6iUfQ3YlhDS6CbXkjEqfXIeRvlgnY/knXRkBvuvtz+/TGgg
2025-08-20T22:20:19.1721947Z vOo3
2025-08-20T22:20:19.1722265Z -----END CERTIFICATE-----
2025-08-20T22:20:19.1722527Z 
2025-08-20T22:20:19.1723097Z ##[endgroup]
2025-08-20T22:20:19.1723968Z [36mAttestation signature uploaded to Rekor transparency log[39m
2025-08-20T22:20:19.1724684Z https://search.sigstore.dev?logIndex=414509768
2025-08-20T22:20:19.1725308Z [36mAttestation uploaded to repository[39m
2025-08-20T22:20:19.1725892Z https://github.com/pkgforge/bincache/attestations/9875603
2025-08-20T22:20:19.2489256Z ##[group]Run ##Presets
2025-08-20T22:20:19.2489537Z [36;1m##Presets[0m
2025-08-20T22:20:19.2489750Z [36;1mset +x ; set +e[0m
2025-08-20T22:20:19.2489968Z [36;1m#-------------#[0m
2025-08-20T22:20:19.2490180Z [36;1m##Debug?[0m
2025-08-20T22:20:19.2490430Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T22:20:19.2490945Z [36;1m  set -x[0m
2025-08-20T22:20:19.2491335Z [36;1mfi[0m
2025-08-20T22:20:19.2491522Z [36;1m#-------------#[0m
2025-08-20T22:20:19.2491837Z [36;1mif [[ "${GHA_BUILD_FAILED}" == "YES" || "${SBUILD_SUCCESSFUL}" == "NO" ]]; then[0m
2025-08-20T22:20:19.2492381Z [36;1m  echo -e "\n[-] FATAL: Failed to Successfully Build ghcr.io/pkgforge/bincache/ripgen/official"[0m
2025-08-20T22:20:19.2492790Z [36;1m exit 1[0m
2025-08-20T22:20:19.2492980Z [36;1mfi[0m
2025-08-20T22:20:19.2541094Z shell: /usr/bin/bash -e {0}
2025-08-20T22:20:19.2541339Z env:
2025-08-20T22:20:19.2541532Z   CROSS_COMPILING: NO
2025-08-20T22:20:19.2541786Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T22:20:19.2542026Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T22:20:19.2542245Z   ON_QEMU: NO
2025-08-20T22:20:19.2542423Z   DEBUG: 0
2025-08-20T22:20:19.2542609Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T22:20:19.2542840Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T22:20:19.2543138Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/ripgen/official
2025-08-20T22:20:19.2543459Z   KEEP_LOGS: YES
2025-08-20T22:20:19.2543654Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:20:19.2543878Z   PKG_FAMILY_LOCAL: ripgen
2025-08-20T22:20:19.2544096Z   SBUILD_REBUILD: false
2025-08-20T22:20:19.2544641Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/ripgen/static.official.source.yaml
2025-08-20T22:20:19.2545212Z   BUILD_SYS: docker://rust
2025-08-20T22:20:19.2545435Z   BUILD_ON_HOST: FALSE
2025-08-20T22:20:19.2545653Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:20:19.2545853Z   SYSTMP: /tmp
2025-08-20T22:20:19.2546054Z   GHA_MODE: MATRIX
2025-08-20T22:20:19.2546504Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T22:20:19.2547023Z   INPUT_SBUILD: /tmp/pkgforge/FhvGLQ9Th_build.yaml
2025-08-20T22:20:19.2547372Z   BUILD_DIR: /tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml
2025-08-20T22:20:19.2547771Z   SBUILD_OUTDIR: /tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR
2025-08-20T22:20:19.2548268Z   SBUILD_TMPDIR: /tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:20:19.2548672Z   PKG_TYPE: static
2025-08-20T22:20:19.2548872Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:20:19.2549087Z   PUSH_SUCCESSFUL: NO
2025-08-20T22:20:19.2549297Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T22:20:19.2549651Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/ripgen/official/ripgen-srcbuild-
2025-08-20T22:20:19.2550107Z   UTC_TIME: 2025_08_20T10_20_16_PM
2025-08-20T22:20:19.2550441Z ##[endgroup]
2025-08-20T22:20:19.2657201Z ##[group]Run ##Presets
2025-08-20T22:20:19.2657476Z [36;1m##Presets[0m
2025-08-20T22:20:19.2657690Z [36;1mset +x ; set +e[0m
2025-08-20T22:20:19.2657913Z [36;1m#-------------#[0m
2025-08-20T22:20:19.2658121Z [36;1m##Debug?[0m
2025-08-20T22:20:19.2658371Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T22:20:19.2658671Z [36;1m  set -x[0m
2025-08-20T22:20:19.2658866Z [36;1mfi[0m
2025-08-20T22:20:19.2659058Z [36;1m#-------------#[0m
2025-08-20T22:20:19.2659302Z [36;1mif [[ "${PUSH_SUCCESSFUL}" == "NO" ]]; then[0m
2025-08-20T22:20:19.2659756Z [36;1m  echo -e "\n[-] FATAL: Failed to Successfully Push ==> ghcr.io/pkgforge/bincache/ripgen/official"[0m
2025-08-20T22:20:19.2660168Z [36;1m exit 1[0m
2025-08-20T22:20:19.2660356Z [36;1mfi[0m
2025-08-20T22:20:19.2707441Z shell: /usr/bin/bash -e {0}
2025-08-20T22:20:19.2707708Z env:
2025-08-20T22:20:19.2707897Z   CROSS_COMPILING: NO
2025-08-20T22:20:19.2708126Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T22:20:19.2708383Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T22:20:19.2708608Z   ON_QEMU: NO
2025-08-20T22:20:19.2708789Z   DEBUG: 0
2025-08-20T22:20:19.2708972Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T22:20:19.2709201Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T22:20:19.2709494Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/ripgen/official
2025-08-20T22:20:19.2709802Z   KEEP_LOGS: YES
2025-08-20T22:20:19.2710001Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:20:19.2710403Z   PKG_FAMILY_LOCAL: ripgen
2025-08-20T22:20:19.2710630Z   SBUILD_REBUILD: false
2025-08-20T22:20:19.2711381Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/ripgen/static.official.source.yaml
2025-08-20T22:20:19.2711964Z   BUILD_SYS: docker://rust
2025-08-20T22:20:19.2712194Z   BUILD_ON_HOST: FALSE
2025-08-20T22:20:19.2712398Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:20:19.2712597Z   SYSTMP: /tmp
2025-08-20T22:20:19.2712784Z   GHA_MODE: MATRIX
2025-08-20T22:20:19.2713235Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T22:20:19.2713753Z   INPUT_SBUILD: /tmp/pkgforge/FhvGLQ9Th_build.yaml
2025-08-20T22:20:19.2714089Z   BUILD_DIR: /tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml
2025-08-20T22:20:19.2714484Z   SBUILD_OUTDIR: /tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR
2025-08-20T22:20:19.2714974Z   SBUILD_TMPDIR: /tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:20:19.2715366Z   PKG_TYPE: static
2025-08-20T22:20:19.2715569Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:20:19.2715785Z   PUSH_SUCCESSFUL: NO
2025-08-20T22:20:19.2715994Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T22:20:19.2716354Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/ripgen/official/ripgen-srcbuild-
2025-08-20T22:20:19.2716748Z   UTC_TIME: 2025_08_20T10_20_16_PM
2025-08-20T22:20:19.2716987Z ##[endgroup]
2025-08-20T22:20:19.2779506Z 
2025-08-20T22:20:19.2779868Z [-] FATAL: Failed to Successfully Push ==> ghcr.io/pkgforge/bincache/ripgen/official
2025-08-20T22:20:19.2791682Z ##[error]Process completed with exit code 1.
2025-08-20T22:20:19.2832005Z ##[group]Run ##Presets
2025-08-20T22:20:19.2832273Z [36;1m##Presets[0m
2025-08-20T22:20:19.2832482Z [36;1mset +x ; set +e[0m
2025-08-20T22:20:19.2832700Z [36;1m#-------------#[0m
2025-08-20T22:20:19.2832916Z [36;1m##Debug?[0m
2025-08-20T22:20:19.2833174Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T22:20:19.2833494Z [36;1m  set -x[0m
2025-08-20T22:20:19.2833688Z [36;1mfi[0m
2025-08-20T22:20:19.2833873Z [36;1m#-------------#[0m
2025-08-20T22:20:19.2834233Z [36;1m[[ -f "/tmp/GHA_CI_STATUS" && -w "/tmp/GHA_CI_STATUS" ]] && echo "" > "/tmp/GHA_CI_STATUS"[0m
2025-08-20T22:20:19.2834640Z [36;1mif [[ -d "/tmp" && -w "/tmp" ]]; then[0m
2025-08-20T22:20:19.2834947Z [36;1m  echo "EXITED" | tee "/tmp/GHA_CI_STATUS"[0m
2025-08-20T22:20:19.2835214Z [36;1mfi[0m
2025-08-20T22:20:19.2879487Z shell: /usr/bin/bash -e {0}
2025-08-20T22:20:19.2879728Z env:
2025-08-20T22:20:19.2879923Z   CROSS_COMPILING: NO
2025-08-20T22:20:19.2880195Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T22:20:19.2880436Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T22:20:19.2880659Z   ON_QEMU: NO
2025-08-20T22:20:19.2881075Z   DEBUG: 0
2025-08-20T22:20:19.2881264Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T22:20:19.2881497Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T22:20:19.2881791Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/ripgen/official
2025-08-20T22:20:19.2882123Z   KEEP_LOGS: YES
2025-08-20T22:20:19.2882325Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:20:19.2882550Z   PKG_FAMILY_LOCAL: ripgen
2025-08-20T22:20:19.2882775Z   SBUILD_REBUILD: false
2025-08-20T22:20:19.2883328Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/ripgen/static.official.source.yaml
2025-08-20T22:20:19.2883907Z   BUILD_SYS: docker://rust
2025-08-20T22:20:19.2884131Z   BUILD_ON_HOST: FALSE
2025-08-20T22:20:19.2884347Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:20:19.2884549Z   SYSTMP: /tmp
2025-08-20T22:20:19.2884737Z   GHA_MODE: MATRIX
2025-08-20T22:20:19.2885187Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T22:20:19.2885721Z   INPUT_SBUILD: /tmp/pkgforge/FhvGLQ9Th_build.yaml
2025-08-20T22:20:19.2886056Z   BUILD_DIR: /tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml
2025-08-20T22:20:19.2886464Z   SBUILD_OUTDIR: /tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR
2025-08-20T22:20:19.2887159Z   SBUILD_TMPDIR: /tmp/pkgforge/yg6PHpm_FhvGLQ9Th_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:20:19.2887553Z   PKG_TYPE: static
2025-08-20T22:20:19.2887753Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:20:19.2887969Z   PUSH_SUCCESSFUL: NO
2025-08-20T22:20:19.2888180Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T22:20:19.2888536Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/ripgen/official/ripgen-srcbuild-
2025-08-20T22:20:19.2888936Z   UTC_TIME: 2025_08_20T10_20_16_PM
2025-08-20T22:20:19.2889173Z ##[endgroup]
2025-08-20T22:20:19.2963448Z EXITED
2025-08-20T22:20:19.3006921Z Cleaning up orphan processes
