﻿2025-08-20T22:04:59.4611480Z Current runner version: '2.328.0'
2025-08-20T22:04:59.4636090Z ##[group]Runner Image Provisioner
2025-08-20T22:04:59.4637523Z Hosted Compute Agent
2025-08-20T22:04:59.4638194Z Version: 20250818.377
2025-08-20T22:04:59.4638863Z Commit: 3c593e9f75fe0b87e893bca80d6e12ba089c61fc
2025-08-20T22:04:59.4639723Z Build Date: 2025-08-18T14:52:18Z
2025-08-20T22:04:59.4640421Z ##[endgroup]
2025-08-20T22:04:59.4641060Z ##[group]Operating System
2025-08-20T22:04:59.4642265Z Ubuntu
2025-08-20T22:04:59.4642900Z 24.04.2
2025-08-20T22:04:59.4643541Z LTS
2025-08-20T22:04:59.4644140Z ##[endgroup]
2025-08-20T22:04:59.4644793Z ##[group]Runner Image
2025-08-20T22:04:59.4645493Z Image: ubuntu-24.04
2025-08-20T22:04:59.4646121Z Version: 20250818.1.0
2025-08-20T22:04:59.4647242Z Included Software: https://github.com/actions/runner-images/blob/ubuntu24/20250818.1/images/ubuntu/Ubuntu2404-Readme.md
2025-08-20T22:04:59.4649150Z Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu24%2F20250818.1
2025-08-20T22:04:59.4650398Z ##[endgroup]
2025-08-20T22:04:59.4652225Z ##[group]GITHUB_TOKEN Permissions
2025-08-20T22:04:59.4654559Z Attestations: write
2025-08-20T22:04:59.4655282Z Contents: write
2025-08-20T22:04:59.4655904Z Metadata: read
2025-08-20T22:04:59.4656575Z Packages: write
2025-08-20T22:04:59.4657213Z ##[endgroup]
2025-08-20T22:04:59.4659349Z Secret source: Actions
2025-08-20T22:04:59.4660646Z Prepare workflow directory
2025-08-20T22:04:59.4987534Z Prepare all required actions
2025-08-20T22:04:59.5025277Z Getting action download info
2025-08-20T22:04:59.8422583Z Download action repository 'docker/setup-qemu-action@v3' (SHA:29109295f81e9208d7d86ff1c6c12d2833863392)
2025-08-20T22:05:00.4423730Z Download action repository 'docker/setup-buildx-action@v3' (SHA:e468171a9de216ec08956ac3ada2f0791b6bd435)
2025-08-20T22:05:00.9071153Z Download action repository 'actions/upload-artifact@v4' (SHA:ea165f8d65b6e75b540449e92b4886f43607fa02)
2025-08-20T22:05:01.0204120Z Download action repository 'actions/attest-build-provenance@v2.4.0' (SHA:e8998f949152b193b063cb0ec769d69d929409be)
2025-08-20T22:05:01.4575896Z Getting action download info
2025-08-20T22:05:01.6318258Z Download action repository 'actions/attest-build-provenance@1176ef556905f349f669722abf30bce1a6e16e01' (SHA:1176ef556905f349f669722abf30bce1a6e16e01)
2025-08-20T22:05:01.9670163Z Download action repository 'actions/attest@ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc' (SHA:ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc)
2025-08-20T22:05:02.3724427Z Complete job name: x86_64-Linux ==> (ghcr.io/pkgforge/bincache/pv/official)
2025-08-20T22:05:02.4460516Z ##[group]Run ##Presets
2025-08-20T22:05:02.4461953Z [36;1m##Presets[0m
2025-08-20T22:05:02.4462834Z [36;1mset +x ; set +e[0m
2025-08-20T22:05:02.4463733Z [36;1m#-------------#[0m
2025-08-20T22:05:02.4464879Z [36;1mif [[ "$(uname -m | tr -d '[:space:]')" == "aarch64" ]]; then[0m
2025-08-20T22:05:02.4466287Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "aarch64-Linux" ]]; then[0m
2025-08-20T22:05:02.4467637Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T22:05:02.4468823Z [36;1m  fi[0m
2025-08-20T22:05:02.4469873Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "loongarch64" ]]; then[0m
2025-08-20T22:05:02.4471352Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "loongarch64-Linux" ]]; then[0m
2025-08-20T22:05:02.4472863Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T22:05:02.4474016Z [36;1m  fi[0m
2025-08-20T22:05:02.4475029Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "riscv64" ]]; then[0m
2025-08-20T22:05:02.4476490Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "riscv64-Linux" ]]; then[0m
2025-08-20T22:05:02.4477819Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T22:05:02.4478961Z [36;1m  fi[0m
2025-08-20T22:05:02.4479969Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "x86_64" ]]; then[0m
2025-08-20T22:05:02.4481358Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "x86_64-Linux" ]]; then[0m
2025-08-20T22:05:02.4483075Z [36;1m     if [[ "ALL" == "riscv64-Linux" ||\[0m
2025-08-20T22:05:02.4484317Z [36;1m           "ALL" == "loongarch64-Linux" ]]; then[0m
2025-08-20T22:05:02.4485789Z [36;1m       echo "CONTINUE_GHRUN=TRUE" >> "${GITHUB_ENV}"[0m
2025-08-20T22:05:02.4487046Z [36;1m     else[0m
2025-08-20T22:05:02.4488164Z [36;1m       echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T22:05:02.4489486Z [36;1m     fi[0m
2025-08-20T22:05:02.4490354Z [36;1m  fi[0m
2025-08-20T22:05:02.4491233Z [36;1mfi[0m
2025-08-20T22:05:02.4571147Z shell: /usr/bin/bash -e {0}
2025-08-20T22:05:02.4572986Z env:
2025-08-20T22:05:02.4574226Z   GH_TOKEN: ***
2025-08-20T22:05:02.4575101Z ##[endgroup]
2025-08-20T22:05:02.4908898Z ##[group]Run ##Presets
2025-08-20T22:05:02.4909934Z [36;1m##Presets[0m
2025-08-20T22:05:02.4910973Z [36;1mset +x ; set +e[0m
2025-08-20T22:05:02.4912435Z [36;1m#-------------#[0m
2025-08-20T22:05:02.4913640Z [36;1m# Check if any of the required secrets are missing[0m
2025-08-20T22:05:02.4915674Z [36;1mif [ -z "${RO_GHTOKEN##*[[:space:]]}" ] || [ -z "${RO_GLTOKEN##*[[:space:]]}" ] || [ -z "${MINISIGN_KEY##*[[:space:]]}" ]; then[0m
2025-08-20T22:05:02.4917658Z [36;1m  echo "::error::One or more required secrets are missing:"[0m
2025-08-20T22:05:02.4919331Z [36;1m  [ -z "${RO_GHTOKEN##*[[:space:]]}" ] && echo "- RO_GHTOKEN is missing"[0m
2025-08-20T22:05:02.4920976Z [36;1m  [ -z "${RO_GLTOKEN##*[[:space:]]}" ] && echo "- RO_GLTOKEN is missing"[0m
2025-08-20T22:05:02.4922812Z [36;1m  [ -z "${MINISIGN_KEY##*[[:space:]]}" ] && echo "- MINISIGN_KEY is missing"[0m
2025-08-20T22:05:02.4987991Z [36;1m  exit 1[0m
2025-08-20T22:05:02.4988819Z [36;1mfi[0m
2025-08-20T22:05:02.5029602Z shell: /usr/bin/bash -e {0}
2025-08-20T22:05:02.5030514Z env:
2025-08-20T22:05:02.5031668Z   RO_GHTOKEN: ***
2025-08-20T22:05:02.5032744Z   RO_GLTOKEN: ***
2025-08-20T22:05:02.5037024Z   MINISIGN_KEY: ***
2025-08-20T22:05:02.5037842Z ##[endgroup]
2025-08-20T22:05:02.5217311Z ##[group]Run ##Presets
2025-08-20T22:05:02.5218369Z [36;1m##Presets[0m
2025-08-20T22:05:02.5219228Z [36;1mset +x ; set +e[0m
2025-08-20T22:05:02.5220140Z [36;1m#-------------#[0m
2025-08-20T22:05:02.5221096Z [36;1m##Host Triplet[0m
2025-08-20T22:05:02.5222393Z [36;1m if [[ "x86_64-Linux" != "$(uname -m)-$(uname -s)" ]] ; then[0m
2025-08-20T22:05:02.5223686Z [36;1m   export CROSS_COMPILING="YES"[0m
2025-08-20T22:05:02.5224927Z [36;1m   export HOST_TRIPLET_R="$(uname -m)-$(uname -s)"[0m
2025-08-20T22:05:02.5226162Z [36;1m   export ON_QEMU="YES"[0m
2025-08-20T22:05:02.5227316Z [36;1m   if [[ "x86_64-Linux" == "loongarch64-Linux" ]] ; then[0m
2025-08-20T22:05:02.5228638Z [36;1m     export HOST_TRIPLET="loongarch64-Linux"[0m
2025-08-20T22:05:02.5229964Z [36;1m   elif [[ "x86_64-Linux" == "riscv64-Linux" ]] ; then[0m
2025-08-20T22:05:02.5231255Z [36;1m     export HOST_TRIPLET="riscv64-Linux"[0m
2025-08-20T22:05:02.5232528Z [36;1m   fi[0m
2025-08-20T22:05:02.5233618Z [36;1m elif [[ "x86_64-Linux" == "$(uname -m)-$(uname -s)" ]] ; then[0m
2025-08-20T22:05:02.5234940Z [36;1m   export CROSS_COMPILING="NO"[0m
2025-08-20T22:05:02.5236158Z [36;1m   export HOST_TRIPLET="$(uname -m)-$(uname -s)"[0m
2025-08-20T22:05:02.5237447Z [36;1m   export HOST_TRIPLET_R="${HOST_TRIPLET}"[0m
2025-08-20T22:05:02.5238610Z [36;1m   export ON_QEMU="NO"[0m
2025-08-20T22:05:02.5239593Z [36;1m fi[0m
2025-08-20T22:05:02.5240687Z [36;1m echo "CROSS_COMPILING=${CROSS_COMPILING}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:05:02.5242447Z [36;1m echo "HOST_TRIPLET=${HOST_TRIPLET}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:05:02.5243956Z [36;1m echo "HOST_TRIPLET_R=${HOST_TRIPLET_R}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:05:02.5245358Z [36;1m echo "ON_QEMU=${ON_QEMU}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:05:02.5246474Z [36;1m##Debug[0m
2025-08-20T22:05:02.5247352Z [36;1m if [[ "false" == "true" ]] ; then[0m
2025-08-20T22:05:02.5248454Z [36;1m   export DEBUG="1"[0m
2025-08-20T22:05:02.5249396Z [36;1m else[0m
2025-08-20T22:05:02.5250227Z [36;1m   export DEBUG="0"[0m
2025-08-20T22:05:02.5251358Z [36;1m fi[0m
2025-08-20T22:05:02.5252853Z [36;1m echo "DEBUG=${DEBUG}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:05:02.5254789Z [36;1m##Docker Platform[0m
2025-08-20T22:05:02.5256698Z [36;1m if echo "${HOST_TRIPLET}" | grep -qiE "aarch64"; then[0m
2025-08-20T22:05:02.5258927Z [36;1m   DOCKER_PLATFORM="linux/arm64"[0m
2025-08-20T22:05:02.5261154Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "loongarch64"; then[0m
2025-08-20T22:05:02.5263681Z [36;1m   DOCKER_PLATFORM="linux/loong64"[0m
2025-08-20T22:05:02.5265889Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "riscv64"; then[0m
2025-08-20T22:05:02.5268161Z [36;1m   DOCKER_PLATFORM="linux/riscv64"[0m
2025-08-20T22:05:02.5270401Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "x86_64"; then[0m
2025-08-20T22:05:02.5272742Z [36;1m   DOCKER_PLATFORM="linux/amd64"[0m
2025-08-20T22:05:02.5274502Z [36;1m fi[0m
2025-08-20T22:05:02.5276456Z [36;1m echo "DOCKER_PLATFORM_ARCH=${HOST_TRIPLET%%-*}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:05:02.5279322Z [36;1m echo "DOCKER_PLATFORM=${DOCKER_PLATFORM}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:05:02.5281842Z [36;1m##GHCRPKG_URL[0m
2025-08-20T22:05:02.5284818Z [36;1m GHCRPKG_LOCAL="$(echo "ghcr.io/pkgforge/bincache/pv/official" | tr '[:upper:]' '[:lower:]' | tr -d '[:space:]')"[0m
2025-08-20T22:05:02.5288105Z [36;1m export GHCRPKG_LOCAL[0m
2025-08-20T22:05:02.5290201Z [36;1m echo "GHCRPKG_LOCAL=${GHCRPKG_LOCAL}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:05:02.5292504Z [36;1m##Logs[0m
2025-08-20T22:05:02.5293990Z [36;1m if [[ "true" == "false" ]] ; then[0m
2025-08-20T22:05:02.5295852Z [36;1m   export KEEP_LOGS="NO"[0m
2025-08-20T22:05:02.5297478Z [36;1m else[0m
2025-08-20T22:05:02.5298919Z [36;1m   export KEEP_LOGS="YES"[0m
2025-08-20T22:05:02.5300603Z [36;1m   export GITHUB_TEST_BUILD="YES"[0m
2025-08-20T22:05:02.5302429Z [36;1m fi[0m
2025-08-20T22:05:02.5303980Z [36;1m echo "KEEP_LOGS=${KEEP_LOGS}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:05:02.5305492Z [36;1m echo "GITHUB_TEST_BUILD=${GITHUB_TEST_BUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:05:02.5306856Z [36;1m##PKG_FAMILY_LOCAL[0m
2025-08-20T22:05:02.5308182Z [36;1m PKG_FAMILY_LOCAL="$(echo "pv" | tr '[:upper:]' '[:lower:]' | tr -d '[:space:]')"[0m
2025-08-20T22:05:02.5309646Z [36;1m export PKG_FAMILY_LOCAL[0m
2025-08-20T22:05:02.5310941Z [36;1m echo "PKG_FAMILY_LOCAL=${PKG_FAMILY_LOCAL}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:05:02.5312487Z [36;1m##Rebuild[0m
2025-08-20T22:05:02.5313420Z [36;1m if [[ "false" == "false" ]] ; then[0m
2025-08-20T22:05:02.5314538Z [36;1m   export SBUILD_REBUILD="false"[0m
2025-08-20T22:05:02.5315580Z [36;1m else[0m
2025-08-20T22:05:02.5316454Z [36;1m   export SBUILD_REBUILD="true"[0m
2025-08-20T22:05:02.5317479Z [36;1m fi[0m
2025-08-20T22:05:02.5318541Z [36;1m echo "SBUILD_REBUILD=${SBUILD_REBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:05:02.5319814Z [36;1m ##SBUILD_URL[0m
2025-08-20T22:05:02.5321341Z [36;1m sudo curl -qfsSL "https://bin.pkgforge.dev/${HOST_TRIPLET_R}/yq" -o "/usr/local/bin/yq" && \[0m
2025-08-20T22:05:02.5323542Z [36;1m   sudo chmod 'a+x' "/usr/local/bin/yq" && command -v yq >/dev/null || exit 1[0m
2025-08-20T22:05:02.5326455Z [36;1m SBUILD_FILE_URL="$(echo "https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/pv/static.official.source.yaml" | tr -d '[:space:]')"[0m
2025-08-20T22:05:02.5329076Z [36;1m pushd "$(mktemp -d)" >/dev/null 2>&1[0m
2025-08-20T22:05:02.5330474Z [36;1m   curl -w "(SBUILD) <== %{url}\n" -fL "${SBUILD_FILE_URL}" -o "./SBUILD_INPUT"[0m
2025-08-20T22:05:02.5332277Z [36;1m   if [[ ! -s "./SBUILD_INPUT" || $(stat -c%s "./SBUILD_INPUT") -le 10 ]]; then[0m
2025-08-20T22:05:02.5333860Z [36;1m     echo -e "\n[✗] FATAL: Failed to Fetch ${SBUILD_FILE_URL}\n"[0m
2025-08-20T22:05:02.5335268Z [36;1m     echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T22:05:02.5336439Z [36;1m    exit 1[0m
2025-08-20T22:05:02.5337298Z [36;1m   else[0m
2025-08-20T22:05:02.5338166Z [36;1m     export SBUILD_FILE_URL[0m
2025-08-20T22:05:02.5339641Z [36;1m     echo "SBUILD_FILE_URL=${SBUILD_FILE_URL}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:05:02.5340983Z [36;1m    #Check for x_exec.host[0m
2025-08-20T22:05:02.5342517Z [36;1m     if yq e '.x_exec.host != null' "./SBUILD_INPUT" | grep -qi 'true'; then[0m
2025-08-20T22:05:02.5343898Z [36;1m      #check if supported[0m
2025-08-20T22:05:02.5345379Z [36;1m       if ! yq '.x_exec.host[]' "./SBUILD_INPUT" | grep -v '^#' | grep -qi "${HOST_TRIPLET,,}"; then[0m
2025-08-20T22:05:02.5347336Z [36;1m          echo -e "\n[✗] WARNING: SBUILD (./SBUILD_INPUT) is NOT Supported on ${HOST_TRIPLET}\n"[0m
2025-08-20T22:05:02.5348948Z [36;1m          yq '.x_exec.host[]' "./SBUILD_INPUT"[0m
2025-08-20T22:05:02.5350266Z [36;1m          echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T22:05:02.5351450Z [36;1m         exit 1[0m
2025-08-20T22:05:02.5352533Z [36;1m       fi[0m
2025-08-20T22:05:02.5353471Z [36;1m      #get build system[0m
2025-08-20T22:05:02.5354988Z [36;1m       BUILD_SYS="$(yq '.x_exec.bsys' "./SBUILD_INPUT" | grep -v '^#' | tr -d '"'\''[:space:]')"[0m
2025-08-20T22:05:02.5356519Z [36;1m       export BUILD_SYS[0m
2025-08-20T22:05:02.5357691Z [36;1m       echo "BUILD_SYS=${BUILD_SYS}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:05:02.5359053Z [36;1m       if echo "${BUILD_SYS}" | grep -qi "docker://"; then[0m
2025-08-20T22:05:02.5360396Z [36;1m          echo "BUILD_ON_HOST=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T22:05:02.5361956Z [36;1m          echo "BUILD_SYSTEM=DOCKER" >> "${GITHUB_ENV}"[0m
2025-08-20T22:05:02.5363329Z [36;1m       elif echo "${BUILD_SYS}" | grep -qi "host://"; then[0m
2025-08-20T22:05:02.5364684Z [36;1m          echo "BUILD_ON_HOST=TRUE" >> "${GITHUB_ENV}"[0m
2025-08-20T22:05:02.5365988Z [36;1m          echo "BUILD_SYSTEM=HOST" >> "${GITHUB_ENV}"[0m
2025-08-20T22:05:02.5367116Z [36;1m       fi[0m
2025-08-20T22:05:02.5367939Z [36;1m     fi[0m
2025-08-20T22:05:02.5368895Z [36;1m   fi[0m
2025-08-20T22:05:02.5369788Z [36;1m popd >/dev/null 2>&1[0m
2025-08-20T22:05:02.5412837Z shell: /usr/bin/bash -e {0}
2025-08-20T22:05:02.5414377Z ##[endgroup]
2025-08-20T22:05:03.0280823Z   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2025-08-20T22:05:03.0283354Z                                  Dload  Upload   Total   Spent    Left  Speed
2025-08-20T22:05:03.0284224Z 
2025-08-20T22:05:03.0875969Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2025-08-20T22:05:03.0877443Z 100  4779  100  4779    0     0  78382      0 --:--:-- --:--:-- --:--:-- 79650
2025-08-20T22:05:03.0887309Z (SBUILD) <== https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/pv/static.official.source.yaml
2025-08-20T22:05:03.1131964Z ##[group]Run ##Presets
2025-08-20T22:05:03.1132905Z [36;1m##Presets[0m
2025-08-20T22:05:03.1133669Z [36;1mset +x ; set +e[0m
2025-08-20T22:05:03.1134469Z [36;1m#-------------#[0m
2025-08-20T22:05:03.1135244Z [36;1m##Debug?[0m
2025-08-20T22:05:03.1136163Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T22:05:03.1137229Z [36;1m  set -x[0m
2025-08-20T22:05:03.1137921Z [36;1mfi[0m
2025-08-20T22:05:03.1138608Z [36;1m#-------------#[0m
2025-08-20T22:05:03.1139395Z [36;1m##CoreUtils[0m
2025-08-20T22:05:03.1140183Z [36;1msudo apt update -y[0m
2025-08-20T22:05:03.1141445Z [36;1msudo apt install bc coreutils curl dos2unix fdupes jq moreutils wget -y[0m
2025-08-20T22:05:03.1145307Z [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:05:03.1148438Z [36;1m##tmp[0m
2025-08-20T22:05:03.1149443Z [36;1mSYSTMP="$(dirname $(mktemp -u))" && export SYSTMP="${SYSTMP}"[0m
2025-08-20T22:05:03.1150628Z [36;1m#GH ENV[0m
2025-08-20T22:05:03.1151463Z [36;1mecho "SYSTMP=${SYSTMP}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:05:03.1153175Z [36;1mecho "GHA_MODE=MATRIX" >> "${GITHUB_ENV}"[0m
2025-08-20T22:05:03.1154191Z [36;1m#-------------#[0m
2025-08-20T22:05:03.1155021Z [36;1mmkdir -p "${HOME}/bin"[0m
2025-08-20T22:05:03.1155933Z [36;1msudo apt update -y[0m
2025-08-20T22:05:03.1156822Z [36;1msudo apt install dos2unix -y[0m
2025-08-20T22:05:03.1157763Z [36;1m##Setup Minisign[0m
2025-08-20T22:05:03.1158632Z [36;1mmkdir -pv "${HOME}/.minisign"[0m
2025-08-20T22:05:03.1160000Z [36;1mecho "***[0m
2025-08-20T22:05:03.1164736Z [36;1m***" > "${HOME}/.minisign/pkgforge.key"[0m
2025-08-20T22:05:03.1165748Z [36;1m##User-Agent[0m
2025-08-20T22:05:03.1168275Z [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:05:03.1171098Z [36;1mecho "USER_AGENT=${USER_AGENT}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:05:03.1216820Z shell: /usr/bin/bash -e {0}
2025-08-20T22:05:03.1217694Z env:
2025-08-20T22:05:03.1218356Z   CROSS_COMPILING: NO
2025-08-20T22:05:03.1219138Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T22:05:03.1219994Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T22:05:03.1220824Z   ON_QEMU: NO
2025-08-20T22:05:03.1221500Z   DEBUG: 0
2025-08-20T22:05:03.1222420Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T22:05:03.1223293Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T22:05:03.1224309Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/pv/official
2025-08-20T22:05:03.1225357Z   KEEP_LOGS: YES
2025-08-20T22:05:03.1226074Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:05:03.1226861Z   PKG_FAMILY_LOCAL: pv
2025-08-20T22:05:03.1227639Z   SBUILD_REBUILD: false
2025-08-20T22:05:03.1229495Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/pv/static.official.source.yaml
2025-08-20T22:05:03.1231531Z   BUILD_SYS: docker://clang+make
2025-08-20T22:05:03.1232508Z   BUILD_ON_HOST: FALSE
2025-08-20T22:05:03.1233271Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:05:03.1234004Z ##[endgroup]
2025-08-20T22:05:03.1623272Z 
2025-08-20T22:05:03.1624558Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T22:05:03.1625776Z 
2025-08-20T22:05:03.3549438Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T22:05:03.4144076Z Hit:6 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T22:05:03.4147687Z Hit:2 http://azure.archive.ubuntu.com/ubuntu noble InRelease
2025-08-20T22:05:03.4154673Z Get:7 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease [3600 B]
2025-08-20T22:05:03.4255719Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble-updates InRelease [126 kB]
2025-08-20T22:05:03.4388803Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble-backports InRelease [126 kB]
2025-08-20T22:05:03.4498833Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble-security InRelease [126 kB]
2025-08-20T22:05:03.7359005Z Get:8 https://packages.microsoft.com/ubuntu/24.04/prod noble/main amd64 Packages [48.0 kB]
2025-08-20T22:05:03.7543354Z Get:9 https://packages.microsoft.com/ubuntu/24.04/prod noble/main armhf Packages [9870 B]
2025-08-20T22:05:03.7591102Z Get:10 https://packages.microsoft.com/ubuntu/24.04/prod noble/main arm64 Packages [33.2 kB]
2025-08-20T22:05:03.7830762Z Get:11 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 Packages [1349 kB]
2025-08-20T22:05:03.7923892Z Get:12 http://azure.archive.ubuntu.com/ubuntu noble-updates/main Translation-en [268 kB]
2025-08-20T22:05:03.7956749Z Get:13 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 Components [175 kB]
2025-08-20T22:05:03.8012755Z Get:14 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 Packages [1124 kB]
2025-08-20T22:05:03.8080210Z Get:15 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe Translation-en [288 kB]
2025-08-20T22:05:03.8106572Z Get:16 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 Components [377 kB]
2025-08-20T22:05:03.8139626Z Get:17 http://azure.archive.ubuntu.com/ubuntu noble-updates/restricted amd64 Packages [1728 kB]
2025-08-20T22:05:03.8231885Z Get:18 http://azure.archive.ubuntu.com/ubuntu noble-updates/restricted Translation-en [382 kB]
2025-08-20T22:05:03.8262564Z Get:19 http://azure.archive.ubuntu.com/ubuntu noble-updates/restricted amd64 Components [212 B]
2025-08-20T22:05:03.8273083Z Get:20 http://azure.archive.ubuntu.com/ubuntu noble-updates/multiverse amd64 Components [940 B]
2025-08-20T22:05:03.8855235Z Get:21 http://azure.archive.ubuntu.com/ubuntu noble-backports/main amd64 Components [7060 B]
2025-08-20T22:05:03.8873772Z Get:22 http://azure.archive.ubuntu.com/ubuntu noble-backports/universe amd64 Components [19.2 kB]
2025-08-20T22:05:03.8917429Z Get:23 http://azure.archive.ubuntu.com/ubuntu noble-backports/restricted amd64 Components [216 B]
2025-08-20T22:05:03.8919655Z Get:24 http://azure.archive.ubuntu.com/ubuntu noble-backports/multiverse amd64 Components [212 B]
2025-08-20T22:05:03.8940239Z Get:25 http://azure.archive.ubuntu.com/ubuntu noble-security/main amd64 Packages [1081 kB]
2025-08-20T22:05:03.9004778Z Get:26 http://azure.archive.ubuntu.com/ubuntu noble-security/main Translation-en [187 kB]
2025-08-20T22:05:03.9030157Z Get:27 http://azure.archive.ubuntu.com/ubuntu noble-security/main amd64 Components [21.6 kB]
2025-08-20T22:05:03.9046851Z Get:28 http://azure.archive.ubuntu.com/ubuntu noble-security/universe amd64 Packages [881 kB]
2025-08-20T22:05:03.9162791Z Get:29 http://azure.archive.ubuntu.com/ubuntu noble-security/universe Translation-en [195 kB]
2025-08-20T22:05:03.9177024Z Get:30 http://azure.archive.ubuntu.com/ubuntu noble-security/universe amd64 Components [52.2 kB]
2025-08-20T22:05:03.9197730Z Get:31 http://azure.archive.ubuntu.com/ubuntu noble-security/restricted amd64 Packages [1625 kB]
2025-08-20T22:05:03.9285365Z Get:32 http://azure.archive.ubuntu.com/ubuntu noble-security/restricted Translation-en [359 kB]
2025-08-20T22:05:03.9322069Z Get:33 http://azure.archive.ubuntu.com/ubuntu noble-security/restricted amd64 Components [212 B]
2025-08-20T22:05:03.9333429Z Get:34 http://azure.archive.ubuntu.com/ubuntu noble-security/multiverse amd64 Components [208 B]
2025-08-20T22:05:18.2532860Z Fetched 10.6 MB in 2s (6923 kB/s)
2025-08-20T22:05:18.9360671Z Reading package lists...
2025-08-20T22:05:19.0846594Z Building dependency tree...
2025-08-20T22:05:19.0852985Z Reading state information...
2025-08-20T22:05:19.0995548Z 21 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-20T22:05:19.1106587Z 
2025-08-20T22:05:19.1107208Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T22:05:19.1107825Z 
2025-08-20T22:05:19.1236504Z Reading package lists...
2025-08-20T22:05:19.2767524Z Building dependency tree...
2025-08-20T22:05:19.2775168Z Reading state information...
2025-08-20T22:05:19.4160604Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-20T22:05:19.4161409Z bc set to manually installed.
2025-08-20T22:05:19.4162132Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-20T22:05:19.4162770Z curl is already the newest version (8.5.0-2ubuntu10.6).
2025-08-20T22:05:19.4163483Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T22:05:19.4164089Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T22:05:19.4164764Z The following additional packages will be installed:
2025-08-20T22:05:19.4165367Z   libtime-duration-perl
2025-08-20T22:05:19.5132196Z The following NEW packages will be installed:
2025-08-20T22:05:19.5139565Z   dos2unix fdupes libtime-duration-perl moreutils
2025-08-20T22:05:19.5307791Z 0 upgraded, 4 newly installed, 0 to remove and 21 not upgraded.
2025-08-20T22:05:19.5539948Z Need to get 616 kB of archives.
2025-08-20T22:05:19.5540684Z After this operation, 2255 kB of additional disk space will be used.
2025-08-20T22:05:19.5541196Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T22:05:19.6020194Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 fdupes amd64 1:2.3.0-1build1 [46.4 kB]
2025-08-20T22:05:19.6332021Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libtime-duration-perl all 1.21-2 [12.3 kB]
2025-08-20T22:05:19.6639060Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 moreutils amd64 0.69-1 [56.4 kB]
2025-08-20T22:05:19.6951056Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 dos2unix amd64 7.5.1-1 [501 kB]
2025-08-20T22:05:19.9863950Z Fetched 616 kB in 0s (3430 kB/s)
2025-08-20T22:05:20.0376595Z Selecting previously unselected package fdupes.
2025-08-20T22:05:20.2618144Z (Reading database ... 
2025-08-20T22:05:20.2618678Z (Reading database ... 5%
2025-08-20T22:05:20.2619144Z (Reading database ... 10%
2025-08-20T22:05:20.2619611Z (Reading database ... 15%
2025-08-20T22:05:20.2620132Z (Reading database ... 20%
2025-08-20T22:05:20.2620522Z (Reading database ... 25%
2025-08-20T22:05:20.2620954Z (Reading database ... 30%
2025-08-20T22:05:20.2621344Z (Reading database ... 35%
2025-08-20T22:05:20.2621930Z (Reading database ... 40%
2025-08-20T22:05:20.2622327Z (Reading database ... 45%
2025-08-20T22:05:20.2622725Z (Reading database ... 50%
2025-08-20T22:05:20.5368244Z (Reading database ... 55%
2025-08-20T22:05:21.7730841Z (Reading database ... 60%
2025-08-20T22:05:23.0505948Z (Reading database ... 65%
2025-08-20T22:05:24.4877677Z (Reading database ... 70%
2025-08-20T22:05:25.8085254Z (Reading database ... 75%
2025-08-20T22:05:27.2177592Z (Reading database ... 80%
2025-08-20T22:05:28.6716474Z (Reading database ... 85%
2025-08-20T22:05:30.2847247Z (Reading database ... 90%
2025-08-20T22:05:31.9113988Z (Reading database ... 95%
2025-08-20T22:05:31.9114563Z (Reading database ... 100%
2025-08-20T22:05:31.9115275Z (Reading database ... 219830 files and directories currently installed.)
2025-08-20T22:05:31.9162158Z Preparing to unpack .../fdupes_1%3a2.3.0-1build1_amd64.deb ...
2025-08-20T22:05:31.9187487Z Unpacking fdupes (1:2.3.0-1build1) ...
2025-08-20T22:05:31.9606159Z Selecting previously unselected package libtime-duration-perl.
2025-08-20T22:05:31.9744237Z Preparing to unpack .../libtime-duration-perl_1.21-2_all.deb ...
2025-08-20T22:05:31.9755143Z Unpacking libtime-duration-perl (1.21-2) ...
2025-08-20T22:05:32.0248883Z Selecting previously unselected package moreutils.
2025-08-20T22:05:32.0385768Z Preparing to unpack .../moreutils_0.69-1_amd64.deb ...
2025-08-20T22:05:32.0395266Z Unpacking moreutils (0.69-1) ...
2025-08-20T22:05:32.1154779Z Selecting previously unselected package dos2unix.
2025-08-20T22:05:32.1289805Z Preparing to unpack .../dos2unix_7.5.1-1_amd64.deb ...
2025-08-20T22:05:32.1298852Z Unpacking dos2unix (7.5.1-1) ...
2025-08-20T22:05:32.4784458Z Setting up fdupes (1:2.3.0-1build1) ...
2025-08-20T22:05:32.4810711Z Setting up libtime-duration-perl (1.21-2) ...
2025-08-20T22:05:32.4845759Z Setting up dos2unix (7.5.1-1) ...
2025-08-20T22:05:32.4872417Z Setting up moreutils (0.69-1) ...
2025-08-20T22:05:32.4901334Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:08:49.3334493Z 
2025-08-20T22:08:49.3334978Z Running kernel seems to be up-to-date.
2025-08-20T22:08:49.3335658Z 
2025-08-20T22:08:49.3335987Z Restarting services...
2025-08-20T22:08:49.3405458Z 
2025-08-20T22:08:49.3405843Z Service restarts being deferred:
2025-08-20T22:08:49.3408457Z  systemctl restart hosted-compute-agent.service
2025-08-20T22:08:49.3408841Z 
2025-08-20T22:08:49.3409149Z No containers need to be restarted.
2025-08-20T22:08:49.3409485Z 
2025-08-20T22:08:49.3409682Z No user sessions are running outdated binaries.
2025-08-20T22:08:49.3410009Z 
2025-08-20T22:08:49.3410319Z No VM guests are running outdated hypervisor (qemu) binaries on this host.
2025-08-20T22:08:50.1899308Z Reading package lists...
2025-08-20T22:08:50.3486424Z Building dependency tree...
2025-08-20T22:08:50.3493761Z Reading state information...
2025-08-20T22:08:50.4974210Z apt-transport-https is already the newest version (2.8.3).
2025-08-20T22:08:50.4975028Z apt-utils is already the newest version (2.8.3).
2025-08-20T22:08:50.4975617Z apt-utils set to manually installed.
2025-08-20T22:08:50.4976076Z ca-certificates is already the newest version (20240203).
2025-08-20T22:08:50.4977047Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-20T22:08:50.4977525Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T22:08:50.4977926Z gnupg2 is already the newest version (2.4.4-2ubuntu17.3).
2025-08-20T22:08:50.4978351Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T22:08:50.4978743Z moreutils is already the newest version (0.69-1).
2025-08-20T22:08:50.4979172Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-20T22:08:50.4979614Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-20T22:08:50.4980147Z texinfo is already the newest version (7.1-3build2).
2025-08-20T22:08:50.4980648Z tmux is already the newest version (3.4-1ubuntu0.1).
2025-08-20T22:08:50.4980991Z tmux set to manually installed.
2025-08-20T22:08:50.4981352Z util-linux is already the newest version (2.39.3-9ubuntu6.3).
2025-08-20T22:08:50.4981991Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T22:08:50.4982391Z The following additional packages will be installed:
2025-08-20T22:08:50.4982768Z   python3-software-properties
2025-08-20T22:08:50.4983049Z Recommended packages:
2025-08-20T22:08:50.4983289Z   unattended-upgrades
2025-08-20T22:08:50.5322206Z The following NEW packages will be installed:
2025-08-20T22:08:50.5322543Z   rename
2025-08-20T22:08:50.5329839Z The following packages will be upgraded:
2025-08-20T22:08:50.5330464Z   python3-software-properties software-properties-common
2025-08-20T22:08:50.5484688Z 2 upgraded, 1 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T22:08:50.5712891Z Need to get 64.7 kB of archives.
2025-08-20T22:08:50.5713629Z After this operation, 63.5 kB of additional disk space will be used.
2025-08-20T22:08:50.5714269Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T22:08:50.6467725Z 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:08:50.7018183Z 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:08:50.7372198Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 rename all 2.02-1 [20.3 kB]
2025-08-20T22:08:50.9888429Z Fetched 64.7 kB in 0s (365 kB/s)
2025-08-20T22:08:51.0136569Z (Reading database ... 
2025-08-20T22:08:51.0137155Z (Reading database ... 5%
2025-08-20T22:08:51.0137745Z (Reading database ... 10%
2025-08-20T22:08:51.0138129Z (Reading database ... 15%
2025-08-20T22:08:51.0138485Z (Reading database ... 20%
2025-08-20T22:08:51.0138858Z (Reading database ... 25%
2025-08-20T22:08:51.0139219Z (Reading database ... 30%
2025-08-20T22:08:51.0139873Z (Reading database ... 35%
2025-08-20T22:08:51.0140248Z (Reading database ... 40%
2025-08-20T22:08:51.0140610Z (Reading database ... 45%
2025-08-20T22:08:51.0140953Z (Reading database ... 50%
2025-08-20T22:08:51.0219914Z (Reading database ... 55%
2025-08-20T22:08:51.0252373Z (Reading database ... 60%
2025-08-20T22:08:51.0272902Z (Reading database ... 65%
2025-08-20T22:08:51.0304829Z (Reading database ... 70%
2025-08-20T22:08:51.0328499Z (Reading database ... 75%
2025-08-20T22:08:51.0355877Z (Reading database ... 80%
2025-08-20T22:08:51.0487447Z (Reading database ... 85%
2025-08-20T22:08:51.0601732Z (Reading database ... 90%
2025-08-20T22:08:51.0883984Z (Reading database ... 95%
2025-08-20T22:08:51.0884329Z (Reading database ... 100%
2025-08-20T22:08:51.0884723Z (Reading database ... 219999 files and directories currently installed.)
2025-08-20T22:08:51.0924900Z Preparing to unpack .../software-properties-common_0.99.49.3_all.deb ...
2025-08-20T22:08:51.2165641Z Unpacking software-properties-common (0.99.49.3) over (0.99.49.2) ...
2025-08-20T22:08:51.2873427Z Preparing to unpack .../python3-software-properties_0.99.49.3_all.deb ...
2025-08-20T22:08:51.3561753Z Unpacking python3-software-properties (0.99.49.3) over (0.99.49.2) ...
2025-08-20T22:08:51.3816026Z Selecting previously unselected package rename.
2025-08-20T22:08:51.3953096Z Preparing to unpack .../archives/rename_2.02-1_all.deb ...
2025-08-20T22:08:51.3965815Z Unpacking rename (2.02-1) ...
2025-08-20T22:08:51.4373653Z Setting up rename (2.02-1) ...
2025-08-20T22:08:51.4436248Z update-alternatives: using /usr/bin/file-rename to provide /usr/bin/rename (rename) in auto mode
2025-08-20T22:08:51.4457037Z Setting up python3-software-properties (0.99.49.3) ...
2025-08-20T22:08:51.5855602Z Setting up software-properties-common (0.99.49.3) ...
2025-08-20T22:08:51.6840440Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:08:55.7269172Z Processing triggers for dbus (1.14.10-4ubuntu4.1) ...
2025-08-20T22:08:57.1752451Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T22:08:57.2038946Z Hit:2 http://azure.archive.ubuntu.com/ubuntu noble InRelease
2025-08-20T22:08:57.2057430Z Hit:3 http://azure.archive.ubuntu.com/ubuntu noble-updates InRelease
2025-08-20T22:08:57.2067491Z Hit:4 http://azure.archive.ubuntu.com/ubuntu noble-backports InRelease
2025-08-20T22:08:57.2077377Z Hit:5 http://azure.archive.ubuntu.com/ubuntu noble-security InRelease
2025-08-20T22:08:57.2158694Z Hit:6 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T22:08:57.2209859Z Hit:7 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T22:08:58.3199517Z Reading package lists...
2025-08-20T22:08:58.4644323Z Building dependency tree...
2025-08-20T22:08:58.4651415Z Reading state information...
2025-08-20T22:08:58.4782263Z 19 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-20T22:08:58.4929931Z 
2025-08-20T22:08:58.4930373Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T22:08:58.4930930Z 
2025-08-20T22:08:58.5468921Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T22:08:58.5767134Z Hit:2 http://azure.archive.ubuntu.com/ubuntu noble InRelease
2025-08-20T22:08:58.5783806Z Hit:3 http://azure.archive.ubuntu.com/ubuntu noble-updates InRelease
2025-08-20T22:08:58.5793330Z Hit:4 http://azure.archive.ubuntu.com/ubuntu noble-backports InRelease
2025-08-20T22:08:58.5802242Z Hit:5 http://azure.archive.ubuntu.com/ubuntu noble-security InRelease
2025-08-20T22:08:58.5876522Z Hit:6 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T22:08:58.5957312Z Hit:7 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T22:08:59.7133143Z Reading package lists...
2025-08-20T22:08:59.8544621Z Building dependency tree...
2025-08-20T22:08:59.8551043Z Reading state information...
2025-08-20T22:08:59.8683348Z 19 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-20T22:08:59.8794403Z 
2025-08-20T22:08:59.8795146Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T22:08:59.8795603Z 
2025-08-20T22:08:59.8919875Z Reading package lists...
2025-08-20T22:09:00.0457396Z Building dependency tree...
2025-08-20T22:09:00.0465217Z Reading state information...
2025-08-20T22:09:00.2007989Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T22:09:00.2381283Z 0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T22:09:00.2673722Z mkdir: created directory '/home/runner/.minisign'
2025-08-20T22:09:00.3153857Z ##[group]Run ##Presets
2025-08-20T22:09:00.3154130Z [36;1m##Presets[0m
2025-08-20T22:09:00.3154330Z [36;1mset +x ; set +e[0m
2025-08-20T22:09:00.3154541Z [36;1m#-------------#[0m
2025-08-20T22:09:00.3154742Z [36;1m##Debug?[0m
2025-08-20T22:09:00.3154981Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T22:09:00.3155263Z [36;1m  set -x[0m
2025-08-20T22:09:00.3155439Z [36;1mfi[0m
2025-08-20T22:09:00.3155612Z [36;1m#-------------#[0m
2025-08-20T22:09:00.3156057Z [36;1mecho "kernel.apparmor_restrict_unprivileged_userns=0" | sudo tee "/etc/sysctl.d/98-apparmor-unuserns.conf"[0m
2025-08-20T22:09:00.3156669Z [36;1mecho "0" | sudo tee "/proc/sys/kernel/apparmor_restrict_unprivileged_userns"[0m
2025-08-20T22:09:00.3157215Z [36;1msudo service procps restart[0m
2025-08-20T22:09:00.3157484Z [36;1msudo sysctl -p "/etc/sysctl.conf"[0m
2025-08-20T22:09:00.3197502Z shell: /usr/bin/bash -e {0}
2025-08-20T22:09:00.3197734Z env:
2025-08-20T22:09:00.3197938Z   CROSS_COMPILING: NO
2025-08-20T22:09:00.3198145Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T22:09:00.3198365Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T22:09:00.3198576Z   ON_QEMU: NO
2025-08-20T22:09:00.3198749Z   DEBUG: 0
2025-08-20T22:09:00.3198921Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T22:09:00.3199139Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T22:09:00.3199405Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/pv/official
2025-08-20T22:09:00.3199698Z   KEEP_LOGS: YES
2025-08-20T22:09:00.3199891Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:09:00.3200098Z   PKG_FAMILY_LOCAL: pv
2025-08-20T22:09:00.3200313Z   SBUILD_REBUILD: false
2025-08-20T22:09:00.3200849Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/pv/static.official.source.yaml
2025-08-20T22:09:00.3201420Z   BUILD_SYS: docker://clang+make
2025-08-20T22:09:00.3201876Z   BUILD_ON_HOST: FALSE
2025-08-20T22:09:00.3202080Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:09:00.3202267Z   SYSTMP: /tmp
2025-08-20T22:09:00.3202448Z   GHA_MODE: MATRIX
2025-08-20T22:09:00.3202876Z   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:09:00.3203350Z ##[endgroup]
2025-08-20T22:09:00.3324242Z kernel.apparmor_restrict_unprivileged_userns=0
2025-08-20T22:09:00.3393873Z 0
2025-08-20T22:09:00.3859149Z vm.max_map_count = 262144
2025-08-20T22:09:00.3859663Z fs.inotify.max_user_watches = 655360
2025-08-20T22:09:00.3860124Z fs.inotify.max_user_instances = 1280
2025-08-20T22:09:00.3860568Z vm.mmap_rnd_bits = 28
2025-08-20T22:09:00.3965351Z ##[group]Run ##Presets
2025-08-20T22:09:00.3965841Z [36;1m##Presets[0m
2025-08-20T22:09:00.3966184Z [36;1mset +x ; set +e[0m
2025-08-20T22:09:00.3966519Z [36;1m#-------------#[0m
2025-08-20T22:09:00.3966883Z [36;1m##Debug?[0m
2025-08-20T22:09:00.3967288Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T22:09:00.3967797Z [36;1m  set -x[0m
2025-08-20T22:09:00.3968112Z [36;1mfi[0m
2025-08-20T22:09:00.3968417Z [36;1m#-------------#[0m
2025-08-20T22:09:00.3968751Z [36;1m##Main[0m
2025-08-20T22:09:00.3969117Z [36;1mpushd "$(mktemp -d)" >/dev/null 2>&1[0m
2025-08-20T22:09:00.3970257Z [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:09:00.3971777Z [36;1m dos2unix --quiet "${SYSTMP}/BUILDER.sh" ; chmod +xwr "${SYSTMP}/BUILDER.sh"[0m
2025-08-20T22:09:00.3972424Z [36;1m ##Run with STDOUT + LOGS[0m
2025-08-20T22:09:00.3972863Z [36;1m  export DEBUG="${DEBUG}"[0m
2025-08-20T22:09:00.3973301Z [36;1m  export KEEP_LOGS="${KEEP_LOGS}"[0m
2025-08-20T22:09:00.3973816Z [36;1m  export PKG_FAMILY_LOCAL="${PKG_FAMILY_LOCAL}"[0m
2025-08-20T22:09:00.3974391Z [36;1m  export GHCRPKG_LOCAL="${GHCRPKG_LOCAL}"[0m
2025-08-20T22:09:00.3974923Z [36;1m  export SBUILD_REBUILD="${SBUILD_REBUILD}"[0m
2025-08-20T22:09:00.3975474Z [36;1m  export GITHUB_TEST_BUILD="${GITHUB_TEST_BUILD}"[0m
2025-08-20T22:09:00.3975979Z [36;1m if [[ "" == "TRUE" ]]; then[0m
2025-08-20T22:09:00.3976552Z [36;1m   sudo podman cp "${SYSTMP}/BUILDER.sh" "${POD_ID}:/tmp/BUILDER.sh"[0m
2025-08-20T22:09:00.3977184Z [36;1m   sudo podman exec -u "runner" -w "/tmp" \[0m
2025-08-20T22:09:00.3977645Z [36;1m     -e DEBUG="${DEBUG}" \[0m
2025-08-20T22:09:00.3978055Z [36;1m     -e GHCR_TOKEN="${GHCR_TOKEN}" \[0m
2025-08-20T22:09:00.3978490Z [36;1m     -e GITHUB_TOKEN="${GITHUB_TOKEN}" \[0m
2025-08-20T22:09:00.3978938Z [36;1m     -e GITLAB_TOKEN="${GITLAB_TOKEN}" \[0m
2025-08-20T22:09:00.3979393Z [36;1m     -e MINISIGN_KEY="${MINISIGN_KEY}" \[0m
2025-08-20T22:09:00.3979833Z [36;1m     -e KEEP_LOGS="${KEEP_LOGS}" \[0m
2025-08-20T22:09:00.3980310Z [36;1m     -e PKG_FAMILY_LOCAL="${PKG_FAMILY_LOCAL}" \[0m
2025-08-20T22:09:00.3981100Z [36;1m     -e GHCRPKG_LOCAL="${GHCRPKG_LOCAL}" \[0m
2025-08-20T22:09:00.3981846Z [36;1m     -e SBUILD_REBUILD="${SBUILD_REBUILD}" \[0m
2025-08-20T22:09:00.3982354Z [36;1m     -e GITHUB_TEST_BUILD="${GITHUB_TEST_BUILD}" \[0m
2025-08-20T22:09:00.3982855Z [36;1m     -e INSIDE_PODMAN="${INSIDE_PODMAN}" \[0m
2025-08-20T22:09:00.3983349Z [36;1m     -e CROSS_COMPILING="${CROSS_COMPILING}" \[0m
2025-08-20T22:09:00.3983871Z [36;1m     -e SBUILD_FILE_URL="${SBUILD_FILE_URL}" \[0m
2025-08-20T22:09:00.3984336Z [36;1m     "${POD_ID}" \[0m
2025-08-20T22:09:00.3984921Z [36;1m     bash -c 'bash "/tmp/BUILDER.sh" "${SBUILD_FILE_URL}" | tee "/tmp/BUILD.log" 2>&1'[0m
2025-08-20T22:09:00.3985719Z [36;1m   sudo podman cp "${POD_ID}:/tmp/BUILD.log" "${SYSTMP}/BUILD.log"[0m
2025-08-20T22:09:00.3986532Z [36;1m   sudo podman cp "${POD_ID}:/tmp/BUILD_ARTIFACTS.zstd" "${SYSTMP}/BUILD_ARTIFACTS.zstd"[0m
2025-08-20T22:09:00.3987357Z [36;1m   sudo podman cp "${POD_ID}:/tmp/GITHUB_ENV" "${SYSTMP}/GITHUB_ENV"[0m
2025-08-20T22:09:00.3987971Z [36;1m   mkdir -p "${SYSTMP}/_POD_BRIDGE"[0m
2025-08-20T22:09:00.3988568Z [36;1m   sudo podman cp "${POD_ID}:/tmp/_POD_BRIDGE/." "${SYSTMP}/_POD_BRIDGE"[0m
2025-08-20T22:09:00.3989712Z [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:09:00.3991129Z [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:09:00.3992239Z [36;1m   cat "${SYSTMP}/GITHUB_ENV" >> "${GITHUB_ENV}"[0m
2025-08-20T22:09:00.3992695Z [36;1m else[0m
2025-08-20T22:09:00.3993443Z [36;1m   bash "${SYSTMP}/BUILDER.sh" "${SBUILD_FILE_URL}" | tee "${SYSTMP}/BUILD.log" 2>&1[0m
2025-08-20T22:09:00.3994087Z [36;1m fi[0m
2025-08-20T22:09:00.3994503Z [36;1m ##Purge Tokens (in case set -x & gh didn't redact)[0m
2025-08-20T22:09:00.3995188Z [36;1m cat "${SYSTMP}/BUILD.log" | ansi2txt > "${SYSTMP}/BUILD.gh.log.txt"[0m
2025-08-20T22:09:00.3995921Z [36;1m sed -i '/.*github_pat.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T22:09:00.3996587Z [36;1m sed -i '/.*ghp_.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T22:09:00.3997312Z [36;1m sed -i '/.*access_key_id.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T22:09:00.3997991Z [36;1m sed -i '/.*token.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T22:09:00.3998692Z [36;1m sed -i '/.*secret_access_key.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T22:09:00.3999416Z [36;1m sed -i '/.*token.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T22:09:00.4000166Z [36;1m sed -i '/.*cloudflarestorage.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T22:09:00.4000908Z [36;1m mv -fv "${SYSTMP}/BUILD.gh.log.txt" "${SYSTMP}/BUILD.log"[0m
2025-08-20T22:09:00.4001443Z [36;1mpopd >/dev/null 2>&1[0m
2025-08-20T22:09:00.4057302Z shell: /usr/bin/bash -e {0}
2025-08-20T22:09:00.4057688Z env:
2025-08-20T22:09:00.4057974Z   CROSS_COMPILING: NO
2025-08-20T22:09:00.4058336Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T22:09:00.4058731Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T22:09:00.4059103Z   ON_QEMU: NO
2025-08-20T22:09:00.4059401Z   DEBUG: 0
2025-08-20T22:09:00.4059718Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T22:09:00.4060115Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T22:09:00.4060582Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/pv/official
2025-08-20T22:09:00.4061085Z   KEEP_LOGS: YES
2025-08-20T22:09:00.4061403Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:09:00.4061949Z   PKG_FAMILY_LOCAL: pv
2025-08-20T22:09:00.4062306Z   SBUILD_REBUILD: false
2025-08-20T22:09:00.4063286Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/pv/static.official.source.yaml
2025-08-20T22:09:00.4064362Z   BUILD_SYS: docker://clang+make
2025-08-20T22:09:00.4064760Z   BUILD_ON_HOST: FALSE
2025-08-20T22:09:00.4065323Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:09:00.4065657Z   SYSTMP: /tmp
2025-08-20T22:09:00.4065957Z   GHA_MODE: MATRIX
2025-08-20T22:09:00.4066699Z   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:09:00.4068157Z   GHCR_TOKEN: ***
2025-08-20T22:09:00.4068668Z   GITHUB_TOKEN: ***
2025-08-20T22:09:00.4069105Z   GITLAB_TOKEN: ***
2025-08-20T22:09:00.4071316Z   MINISIGN_KEY: ***
2025-08-20T22:09:00.4071931Z ##[endgroup]
2025-08-20T22:09:00.4940744Z [+] SBUILD Builder Version: 0.2.2
2025-08-20T22:09:00.6016339Z   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2025-08-20T22:09:00.6017384Z                                  Dload  Upload   Total   Spent    Left  Speed
2025-08-20T22:09:00.6018545Z 
2025-08-20T22:09:00.6308735Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2025-08-20T22:09:00.6309213Z 100  4779  100  4779    0     0   158k      0 --:--:-- --:--:-- --:--:--  160k
2025-08-20T22:09:00.6319050Z (SBUILD) <== https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/pv/static.official.source.yaml
2025-08-20T22:09:00.6401416Z 
2025-08-20T22:09:00.6401862Z [+] Building [/tmp/tmp.x5vTKcikSK/SBUILD_INPUT] Locally
2025-08-20T22:09:00.6402299Z 
2025-08-20T22:09:00.6414688Z '/tmp/tmp.x5vTKcikSK/SBUILD_INPUT' -> '/tmp/pkgforge/1BHGHDzYd_build.yaml'
2025-08-20T22:09:00.7387353Z 
2025-08-20T22:09:00.7387654Z [+] Passwordless sudo is Configured
2025-08-20T22:09:00.7989229Z 
2025-08-20T22:09:00.8001269Z [+] Setting Install Dir (ROOT) :: /usr/local/bin
2025-08-20T22:09:00.8001743Z 
2025-08-20T22:09:00.8466627Z 
2025-08-20T22:09:00.8467624Z [+] Fetching Bins from (Default) :: https://bin.pkgforge.dev/x86_64-Linux
2025-08-20T22:09:00.8468419Z 
2025-08-20T22:09:00.8468443Z 
2025-08-20T22:09:00.8468820Z [+] Installing in Sequential (Slow) Mode [Re Run : export PARALLEL=1 for Speed]
2025-08-20T22:09:00.8469338Z 
2025-08-20T22:09:00.8944607Z [+] Installing: 7z -> 7z
2025-08-20T22:09:01.2894971Z [+] Installing: actionlint -> actionlint
2025-08-20T22:09:01.4185436Z [+] Installing: anew -> anew
2025-08-20T22:09:01.8300876Z [+] Installing: anew-rs -> anew-rs
2025-08-20T22:09:02.2000296Z [+] Installing: ansi2html -> ansi2html
2025-08-20T22:09:02.6071256Z [+] Installing: ansi2txt -> ansi2txt
2025-08-20T22:09:03.0060714Z [+] Installing: archey -> archey
2025-08-20T22:09:03.1484644Z [+] Installing: aria2 -> aria2c
2025-08-20T22:09:03.5802891Z [+] Installing: askalono -> askalono
2025-08-20T22:09:03.9971038Z [+] Installing: bsdtar -> bsdtar
2025-08-20T22:09:04.4170508Z [+] Installing: b3sum -> b3sum
2025-08-20T22:09:04.5601958Z [+] Installing: bita -> bita
2025-08-20T22:09:04.9878228Z [+] Installing: btop -> btop
2025-08-20T22:09:05.4181100Z [+] Installing: chafa -> chafa
2025-08-20T22:09:05.8396874Z [+] Installing: cloudflared -> cloudflared
2025-08-20T22:09:06.3264935Z [+] Installing: croc -> croc
2025-08-20T22:09:06.7738783Z [+] Installing: csvtk -> csvtk
2025-08-20T22:09:07.2443747Z [+] Installing: cutlines -> cutlines
2025-08-20T22:09:07.6018052Z curl: (22) The requested URL returned error: 404
2025-08-20T22:09:07.6055980Z [-] Failed to install cutlines to /usr/local/bin/cutlines
2025-08-20T22:09:07.6057029Z [+] Installing: dbin -> dbin
2025-08-20T22:09:08.0414338Z [+] Installing: dasel -> dasel
2025-08-20T22:09:08.2468745Z [+] Installing: delta -> delta
2025-08-20T22:09:08.3890863Z [+] Installing: ds -> ds
2025-08-20T22:09:08.7982946Z curl: (22) The requested URL returned error: 404
2025-08-20T22:09:08.8023352Z [-] Failed to install ds to /usr/local/bin/ds
2025-08-20T22:09:08.8024524Z [+] Installing: dos2unix -> dos2unix
2025-08-20T22:09:09.1916069Z [+] Installing: duf -> duf
2025-08-20T22:09:09.5637136Z [+] Installing: duplicut -> duplicut
2025-08-20T22:09:09.9426854Z [+] Installing: dust -> dust
2025-08-20T22:09:10.3289853Z [+] Installing: dwarfs-tools -> dwarfs
2025-08-20T22:09:10.7600018Z [+] Installing: dwarfs-tools -> mkdwarfs
2025-08-20T22:09:11.1547856Z [+] Installing: dysk -> dysk
2025-08-20T22:09:11.2756619Z [+] Installing: eget -> eget
2025-08-20T22:09:11.6949319Z [+] Installing: epoch -> epoch
2025-08-20T22:09:12.0873373Z [+] Installing: faketty -> faketty
2025-08-20T22:09:12.4922320Z [+] Installing: fastfetch -> fastfetch
2025-08-20T22:09:12.9338229Z [+] Installing: freeze -> freeze
2025-08-20T22:09:13.3824292Z [+] Installing: fusermount3 -> fusermount
2025-08-20T22:09:13.7700392Z [+] Installing: gdu -> gdu
2025-08-20T22:09:14.2386586Z [+] Installing: gh -> gh
2025-08-20T22:09:14.8060366Z [+] Installing: gitleaks -> gitleaks
2025-08-20T22:09:15.2821368Z [+] Installing: git-sizer -> git-sizer
2025-08-20T22:09:15.6794386Z [+] Installing: glab -> glab
2025-08-20T22:09:16.2448460Z [+] Installing: glow -> glow
2025-08-20T22:09:16.6959809Z [+] Installing: httpx -> httpx
2025-08-20T22:09:17.2713095Z [+] Installing: huggingface-cli -> huggingface-cli
2025-08-20T22:09:17.7893995Z [+] Installing: husarnet -> husarnet
2025-08-20T22:09:18.1423087Z curl: (22) The requested URL returned error: 404
2025-08-20T22:09:18.1462324Z [-] Failed to install husarnet to /usr/local/bin/husarnet
2025-08-20T22:09:18.1463618Z [+] Installing: husarnet-daemon -> husarnet-daemon
2025-08-20T22:09:18.5142647Z curl: (22) The requested URL returned error: 404
2025-08-20T22:09:18.5180520Z [-] Failed to install husarnet-daemon to /usr/local/bin/husarnet-daemon
2025-08-20T22:09:18.5181196Z [+] Installing: imgcat -> imgcat
2025-08-20T22:09:18.9569869Z [+] Installing: jc -> jc
2025-08-20T22:09:19.4167131Z [+] Installing: jq -> jq
2025-08-20T22:09:19.8019305Z [+] Installing: logdy -> logdy
2025-08-20T22:09:20.3064025Z [+] Installing: micro -> micro
2025-08-20T22:09:20.7648727Z [+] Installing: miniserve -> miniserve
2025-08-20T22:09:20.9217807Z [+] Installing: minisign -> minisign
2025-08-20T22:09:21.4006243Z [+] Installing: ncdu -> ncdu
2025-08-20T22:09:21.7977381Z [+] Installing: notify -> notify
2025-08-20T22:09:21.9800542Z [+] Installing: ouch -> ouch
2025-08-20T22:09:22.3939600Z [+] Installing: oras -> oras
2025-08-20T22:09:22.8292357Z [+] Installing: pipetty -> pipetty
2025-08-20T22:09:23.2437076Z [+] Installing: pixterm -> pixterm
2025-08-20T22:09:23.6571719Z [+] Installing: qsv -> qsv
2025-08-20T22:09:24.1410212Z [+] Installing: rclone -> rclone
2025-08-20T22:09:24.7120863Z [+] Installing: ripgrep -> rg
2025-08-20T22:09:25.1116724Z [+] Installing: rga -> rga
2025-08-20T22:09:25.5229076Z [+] Installing: rsync -> rsync
2025-08-20T22:09:25.9485196Z [+] Installing: script -> script
2025-08-20T22:09:26.0720487Z [+] Installing: shellcheck -> shellcheck
2025-08-20T22:09:26.5218589Z [+] Installing: soar -> soar
2025-08-20T22:09:26.6845321Z [+] Installing: speedtest-go -> speedtest-go
2025-08-20T22:09:27.1239294Z [+] Installing: sstrip -> sstrip
2025-08-20T22:09:27.5402300Z [+] Installing: strace -> strace
2025-08-20T22:09:27.9303906Z [+] Installing: sttr -> sttr
2025-08-20T22:09:28.3516410Z [+] Installing: tailscale -> tailscale
2025-08-20T22:09:28.8015668Z [+] Installing: tailscaled -> tailscaled
2025-08-20T22:09:29.3276425Z [+] Installing: taplo -> taplo
2025-08-20T22:09:29.7433356Z [+] Installing: tldr -> tldr
2025-08-20T22:09:30.1606889Z [+] Installing: tldr -> tealdeer
2025-08-20T22:09:30.5783774Z [+] Installing: tmux -> tmux
2025-08-20T22:09:30.9756003Z [+] Installing: tok -> tok
2025-08-20T22:09:31.3729708Z [+] Installing: trufflehog -> trufflehog
2025-08-20T22:09:31.8932623Z [+] Installing: trurl -> trurl
2025-08-20T22:09:32.3082733Z [+] Installing: tss -> tss
2025-08-20T22:09:32.6973360Z [+] Installing: ulexec -> ulexec
2025-08-20T22:09:33.1130185Z [+] Installing: unfurl -> unfurl
2025-08-20T22:09:33.5267593Z [+] Installing: upx -> upx
2025-08-20T22:09:33.9382183Z [+] Installing: validtoml -> validtoml
2025-08-20T22:09:34.3539821Z [+] Installing: wget -> wget
2025-08-20T22:09:34.7721218Z [+] Installing: wget2 -> wget2
2025-08-20T22:09:34.9463867Z [+] Installing: wormhole-rs -> wormhole-rs
2025-08-20T22:09:35.3628764Z [+] Installing: xq -> xq
2025-08-20T22:09:35.7757123Z [+] Installing: xz -> xz
2025-08-20T22:09:36.1913805Z [+] Installing: unxz -> unxz
2025-08-20T22:09:36.6028142Z [+] Installing: yq -> yq
2025-08-20T22:09:37.0318559Z [+] Installing: yj -> yj
2025-08-20T22:09:37.4648847Z [+] Installing: zapper -> zapper
2025-08-20T22:09:37.8576182Z [+] Installing: zapper-stealth -> zproccer
2025-08-20T22:09:38.2585453Z [+] Installing: zerotier-cli -> zerotier-cli
2025-08-20T22:09:38.6267526Z curl: (22) The requested URL returned error: 404
2025-08-20T22:09:38.6303758Z [-] Failed to install zerotier-cli to /usr/local/bin/zerotier-cli
2025-08-20T22:09:38.6305027Z [+] Installing: zerotier-idtool -> zerotier-idtool
2025-08-20T22:09:39.0731276Z curl: (22) The requested URL returned error: 404
2025-08-20T22:09:39.0772116Z [-] Failed to install zerotier-idtool to /usr/local/bin/zerotier-idtool
2025-08-20T22:09:39.0773353Z [+] Installing: zerotier-one -> zerotier-one
2025-08-20T22:09:39.4387693Z curl: (22) The requested URL returned error: 404
2025-08-20T22:09:39.4425318Z [-] Failed to install zerotier-one to /usr/local/bin/zerotier-one
2025-08-20T22:09:39.4426552Z [+] Installing: zstd -> zstd
2025-08-20T22:09:39.8501829Z [+] Creating symlinks...
2025-08-20T22:09:39.8590267Z '/usr/bin/7z' -> '/usr/local/bin/7z'
2025-08-20T22:09:39.8686712Z '/usr/bin/actionlint' -> '/usr/local/bin/actionlint'
2025-08-20T22:09:39.8783985Z '/usr/bin/anew' -> '/usr/local/bin/anew'
2025-08-20T22:09:39.8879477Z '/usr/bin/anew-rs' -> '/usr/local/bin/anew-rs'
2025-08-20T22:09:39.8975272Z '/usr/bin/ansi2html' -> '/usr/local/bin/ansi2html'
2025-08-20T22:09:39.9073239Z '/usr/bin/ansi2txt' -> '/usr/local/bin/ansi2txt'
2025-08-20T22:09:39.9168190Z '/usr/bin/archey' -> '/usr/local/bin/archey'
2025-08-20T22:09:39.9266272Z '/usr/bin/aria2c' -> '/usr/local/bin/aria2c'
2025-08-20T22:09:39.9365424Z '/usr/bin/askalono' -> '/usr/local/bin/askalono'
2025-08-20T22:09:39.9461264Z '/usr/bin/bsdtar' -> '/usr/local/bin/bsdtar'
2025-08-20T22:09:39.9557136Z '/usr/bin/b3sum' -> '/usr/local/bin/b3sum'
2025-08-20T22:09:39.9653940Z '/usr/bin/bita' -> '/usr/local/bin/bita'
2025-08-20T22:09:39.9749513Z '/usr/bin/btop' -> '/usr/local/bin/btop'
2025-08-20T22:09:39.9847865Z '/usr/bin/chafa' -> '/usr/local/bin/chafa'
2025-08-20T22:09:39.9944741Z '/usr/bin/cloudflared' -> '/usr/local/bin/cloudflared'
2025-08-20T22:09:40.0039603Z '/usr/bin/croc' -> '/usr/local/bin/croc'
2025-08-20T22:09:40.0135236Z '/usr/bin/csvtk' -> '/usr/local/bin/csvtk'
2025-08-20T22:09:40.0173239Z [-] Warning: Target /usr/local/bin/cutlines does not exist for symlink cutlines
2025-08-20T22:09:40.0263182Z '/usr/bin/dbin' -> '/usr/local/bin/dbin'
2025-08-20T22:09:40.0359367Z '/usr/bin/dasel' -> '/usr/local/bin/dasel'
2025-08-20T22:09:40.0457100Z '/usr/bin/delta' -> '/usr/local/bin/delta'
2025-08-20T22:09:40.0495614Z [-] Warning: Target /usr/local/bin/ds does not exist for symlink ds
2025-08-20T22:09:40.0588650Z '/usr/bin/dos2unix' -> '/usr/local/bin/dos2unix'
2025-08-20T22:09:40.0688311Z '/usr/bin/duf' -> '/usr/local/bin/duf'
2025-08-20T22:09:40.0785864Z '/usr/bin/duplicut' -> '/usr/local/bin/duplicut'
2025-08-20T22:09:40.0883782Z '/usr/bin/dust' -> '/usr/local/bin/dust'
2025-08-20T22:09:40.0981125Z '/usr/bin/dwarfs' -> '/usr/local/bin/dwarfs'
2025-08-20T22:09:40.1078374Z '/usr/bin/mkdwarfs' -> '/usr/local/bin/mkdwarfs'
2025-08-20T22:09:40.1173898Z '/usr/bin/dysk' -> '/usr/local/bin/dysk'
2025-08-20T22:09:40.1273881Z '/usr/bin/eget' -> '/usr/local/bin/eget'
2025-08-20T22:09:40.1369311Z '/usr/bin/epoch' -> '/usr/local/bin/epoch'
2025-08-20T22:09:40.1465622Z '/usr/bin/faketty' -> '/usr/local/bin/faketty'
2025-08-20T22:09:40.1561050Z '/usr/bin/fastfetch' -> '/usr/local/bin/fastfetch'
2025-08-20T22:09:40.1656239Z '/usr/bin/freeze' -> '/usr/local/bin/freeze'
2025-08-20T22:09:40.1753700Z '/usr/bin/fusermount' -> '/usr/local/bin/fusermount'
2025-08-20T22:09:40.1849452Z '/usr/bin/gdu' -> '/usr/local/bin/gdu'
2025-08-20T22:09:40.1947535Z '/usr/bin/gh' -> '/usr/local/bin/gh'
2025-08-20T22:09:40.2050267Z '/usr/bin/gitleaks' -> '/usr/local/bin/gitleaks'
2025-08-20T22:09:40.2147159Z '/usr/bin/git-sizer' -> '/usr/local/bin/git-sizer'
2025-08-20T22:09:40.2243782Z '/usr/bin/glab' -> '/usr/local/bin/glab'
2025-08-20T22:09:40.2339064Z '/usr/bin/glow' -> '/usr/local/bin/glow'
2025-08-20T22:09:40.2437077Z '/usr/bin/httpx' -> '/usr/local/bin/httpx'
2025-08-20T22:09:40.2532176Z '/home/runner/.local/bin/httpx' -> '/usr/local/bin/httpx'
2025-08-20T22:09:40.2630193Z '/usr/bin/huggingface-cli' -> '/usr/local/bin/huggingface-cli'
2025-08-20T22:09:40.2667984Z [-] Warning: Target /usr/local/bin/husarnet does not exist for symlink husarnet
2025-08-20T22:09:40.2696402Z [-] Warning: Target /usr/local/bin/husarnet-daemon does not exist for symlink husarnet-daemon
2025-08-20T22:09:40.2784091Z '/usr/bin/imgcat' -> '/usr/local/bin/imgcat'
2025-08-20T22:09:40.2881296Z '/usr/bin/jc' -> '/usr/local/bin/jc'
2025-08-20T22:09:40.2979377Z '/usr/bin/jq' -> '/usr/local/bin/jq'
2025-08-20T22:09:40.3076864Z '/usr/bin/logdy' -> '/usr/local/bin/logdy'
2025-08-20T22:09:40.3174628Z '/usr/bin/micro' -> '/usr/local/bin/micro'
2025-08-20T22:09:40.3274696Z '/usr/bin/miniserve' -> '/usr/local/bin/miniserve'
2025-08-20T22:09:40.3372249Z '/usr/bin/minisign' -> '/usr/local/bin/minisign'
2025-08-20T22:09:40.3468264Z '/usr/bin/ncdu' -> '/usr/local/bin/ncdu'
2025-08-20T22:09:40.3565410Z '/usr/bin/notify' -> '/usr/local/bin/notify'
2025-08-20T22:09:40.3661032Z '/usr/bin/ouch' -> '/usr/local/bin/ouch'
2025-08-20T22:09:40.3756604Z '/usr/bin/oras' -> '/usr/local/bin/oras'
2025-08-20T22:09:40.3852825Z '/usr/bin/pipetty' -> '/usr/local/bin/pipetty'
2025-08-20T22:09:40.3950692Z '/usr/bin/pixterm' -> '/usr/local/bin/pixterm'
2025-08-20T22:09:40.4046535Z '/usr/bin/qsv' -> '/usr/local/bin/qsv'
2025-08-20T22:09:40.4141826Z '/usr/bin/rclone' -> '/usr/local/bin/rclone'
2025-08-20T22:09:40.4239761Z '/usr/bin/rg' -> '/usr/local/bin/rg'
2025-08-20T22:09:40.4338760Z '/usr/bin/rga' -> '/usr/local/bin/rga'
2025-08-20T22:09:40.4435669Z '/usr/bin/rsync' -> '/usr/local/bin/rsync'
2025-08-20T22:09:40.4532951Z '/usr/bin/script' -> '/usr/local/bin/script'
2025-08-20T22:09:40.4630752Z '/usr/bin/shellcheck' -> '/usr/local/bin/shellcheck'
2025-08-20T22:09:40.4727217Z '/usr/bin/soar' -> '/usr/local/bin/soar'
2025-08-20T22:09:40.4822938Z '/usr/bin/speedtest-go' -> '/usr/local/bin/speedtest-go'
2025-08-20T22:09:40.4917946Z '/usr/bin/sstrip' -> '/usr/local/bin/sstrip'
2025-08-20T22:09:40.5015167Z '/usr/bin/strace' -> '/usr/local/bin/strace'
2025-08-20T22:09:40.5110811Z '/usr/bin/sttr' -> '/usr/local/bin/sttr'
2025-08-20T22:09:40.5208059Z '/usr/bin/tailscale' -> '/usr/local/bin/tailscale'
2025-08-20T22:09:40.5307611Z '/usr/bin/tailscaled' -> '/usr/local/bin/tailscaled'
2025-08-20T22:09:40.5404116Z '/usr/bin/taplo' -> '/usr/local/bin/taplo'
2025-08-20T22:09:40.5500065Z '/usr/bin/tldr' -> '/usr/local/bin/tldr'
2025-08-20T22:09:40.5597437Z '/usr/bin/tealdeer' -> '/usr/local/bin/tealdeer'
2025-08-20T22:09:40.5694915Z '/usr/bin/tmux' -> '/usr/local/bin/tmux'
2025-08-20T22:09:40.5789769Z '/usr/bin/tok' -> '/usr/local/bin/tok'
2025-08-20T22:09:40.5888206Z '/usr/bin/trufflehog' -> '/usr/local/bin/trufflehog'
2025-08-20T22:09:40.5985401Z '/usr/bin/trurl' -> '/usr/local/bin/trurl'
2025-08-20T22:09:40.6081904Z '/usr/bin/tss' -> '/usr/local/bin/tss'
2025-08-20T22:09:40.6177528Z '/usr/bin/ulexec' -> '/usr/local/bin/ulexec'
2025-08-20T22:09:40.6275102Z '/usr/bin/unfurl' -> '/usr/local/bin/unfurl'
2025-08-20T22:09:40.6371535Z '/usr/bin/upx' -> '/usr/local/bin/upx'
2025-08-20T22:09:40.6468443Z '/usr/bin/validtoml' -> '/usr/local/bin/validtoml'
2025-08-20T22:09:40.6565274Z '/usr/bin/wget' -> '/usr/local/bin/wget'
2025-08-20T22:09:40.6663639Z '/usr/bin/wget2' -> '/usr/local/bin/wget2'
2025-08-20T22:09:40.6759417Z '/usr/bin/wormhole-rs' -> '/usr/local/bin/wormhole-rs'
2025-08-20T22:09:40.6857450Z '/usr/bin/xq' -> '/usr/local/bin/xq'
2025-08-20T22:09:40.6953715Z '/usr/bin/xz' -> '/usr/local/bin/xz'
2025-08-20T22:09:40.7049979Z '/usr/bin/unxz' -> '/usr/local/bin/unxz'
2025-08-20T22:09:40.7146848Z '/usr/bin/yq' -> '/usr/local/bin/yq'
2025-08-20T22:09:40.7242844Z '/usr/bin/yj' -> '/usr/local/bin/yj'
2025-08-20T22:09:40.7339809Z '/usr/bin/zapper' -> '/usr/local/bin/zapper'
2025-08-20T22:09:40.7437737Z '/usr/bin/zproccer' -> '/usr/local/bin/zproccer'
2025-08-20T22:09:40.7475396Z [-] Warning: Target /usr/local/bin/zerotier-cli does not exist for symlink zerotier-cli
2025-08-20T22:09:40.7503529Z [-] Warning: Target /usr/local/bin/zerotier-idtool does not exist for symlink zerotier-idtool
2025-08-20T22:09:40.7532345Z [-] Warning: Target /usr/local/bin/zerotier-one does not exist for symlink zerotier-one
2025-08-20T22:09:40.7620239Z '/usr/bin/zstd' -> '/usr/local/bin/zstd'
2025-08-20T22:09:40.7646590Z 
2025-08-20T22:09:40.7647108Z [!] Failed to install: husarnet cutlines ds zerotier-one zerotier-idtool zerotier-cli husarnet-daemon
2025-08-20T22:09:40.7647732Z 
2025-08-20T22:09:40.7665869Z 
2025-08-20T22:09:40.7757838Z 
2025-08-20T22:09:40.7758196Z [+] Disk Size (/usr/local/bin) :: 931M --> 1.9G
2025-08-20T22:09:40.7758541Z 
2025-08-20T22:09:40.7758688Z [+] Installation completed!
2025-08-20T22:09:40.7830757Z 
2025-08-20T22:09:40.7831017Z [+] GITHUB_TOKEN is Exported
2025-08-20T22:09:41.0378957Z github.com
2025-08-20T22:09:41.0379677Z   ✓ Logged in to github.com account Azathothas (GITHUB_TOKEN)
2025-08-20T22:09:41.0380161Z   - Active account: true
2025-08-20T22:09:41.0380506Z   - Git operations protocol: https
2025-08-20T22:09:41.0380861Z   - Token: ghp_************************************
2025-08-20T22:09:41.0382098Z   - 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:09:41.0383007Z   ! Missing required token scopes: 'repo', 'read:org'
2025-08-20T22:09:41.0383471Z   - To request missing scopes, run: gh auth refresh -h github.com
2025-08-20T22:09:41.1766323Z Limit: 5000, Remaining: 4925, Reset: 2025-08-20 22:27:57 +0000 UTC (18m16s)
2025-08-20T22:09:41.1775020Z 
2025-08-20T22:09:41.1775186Z [+] GHCR_TOKEN is Exported
2025-08-20T22:09:41.1815405Z WARNING! Using --password via the CLI is insecure. Use --password-stdin.
2025-08-20T22:09:41.3590817Z Login Succeeded
2025-08-20T22:09:41.3601719Z 
2025-08-20T22:09:41.3601859Z [+] GITLAB is Exported
2025-08-20T22:09:41.3927450Z [git remote -v]
2025-08-20T22:09:41.6219457Z gitlab.com
2025-08-20T22:09:41.6220198Z   ✓ Logged in to gitlab.com as Ajamx101 (GITLAB_TOKEN)
2025-08-20T22:09:41.6221089Z   ✓ Git operations for gitlab.com configured to use ssh protocol.
2025-08-20T22:09:41.6222083Z   ✓ API calls for gitlab.com are made over https protocol.
2025-08-20T22:09:41.6222801Z   ✓ REST API Endpoint: https://gitlab.com/api/v4/
2025-08-20T22:09:41.6223491Z   ✓ GraphQL Endpoint: https://gitlab.com/api/graphql/
2025-08-20T22:09:41.6224109Z   ✓ Token found: **************************
2025-08-20T22:09:41.6224420Z 
2025-08-20T22:09:41.6225064Z ! One of GITLAB_TOKEN, GITLAB_ACCESS_TOKEN, OAUTH_TOKEN environment variables is set. It will be used for all authentication.
2025-08-20T22:09:41.6225986Z [git remote -v]
2025-08-20T22:09:41.6241780Z 2025/08/20 22:09:41 [Could not determine base repo in telemetry hook:  fatal: not a git repository (or any of the parent directories): .git
2025-08-20T22:09:41.6243045Z git: exit status 128]
2025-08-20T22:09:41.8581780Z 
2025-08-20T22:09:41.8581817Z 
2025-08-20T22:09:41.8582795Z  [+] Started Initializing Linux pkrvmqc4gcfdwos 6.11.0-1018-azure x86_64 :: at Wednesday, 2025-08-20 (10:09:41 PM)
2025-08-20T22:09:41.8583293Z 
2025-08-20T22:09:41.8583296Z 
2025-08-20T22:09:41.8583561Z [+] USER = runner
2025-08-20T22:09:41.8583817Z [+] HOME = /home/runner
2025-08-20T22:09:41.8586196Z [+] 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:09:41.8588869Z 
2025-08-20T22:09:41.9466436Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T22:09:41.9814185Z Hit:2 http://azure.archive.ubuntu.com/ubuntu noble InRelease
2025-08-20T22:09:41.9832477Z Hit:3 http://azure.archive.ubuntu.com/ubuntu noble-updates InRelease
2025-08-20T22:09:41.9843153Z Hit:4 http://azure.archive.ubuntu.com/ubuntu noble-backports InRelease
2025-08-20T22:09:41.9873608Z Hit:5 http://azure.archive.ubuntu.com/ubuntu noble-security InRelease
2025-08-20T22:09:41.9958611Z Hit:6 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T22:09:42.0022622Z Hit:7 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T22:09:43.1113322Z Reading package lists...
2025-08-20T22:09:43.1424295Z Reading package lists...
2025-08-20T22:09:43.3002365Z Building dependency tree...
2025-08-20T22:09:43.3010282Z Reading state information...
2025-08-20T22:09:43.4707429Z apt-transport-https is already the newest version (2.8.3).
2025-08-20T22:09:43.4708096Z apt-utils is already the newest version (2.8.3).
2025-08-20T22:09:43.4708642Z ca-certificates is already the newest version (20240203).
2025-08-20T22:09:43.4709233Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-20T22:09:43.4709813Z gnupg2 is already the newest version (2.4.4-2ubuntu17.3).
2025-08-20T22:09:43.4710367Z moreutils is already the newest version (0.69-1).
2025-08-20T22:09:43.4711011Z software-properties-common is already the newest version (0.99.49.3).
2025-08-20T22:09:43.4711918Z util-linux is already the newest version (2.39.3-9ubuntu6.3).
2025-08-20T22:09:43.4712922Z 0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T22:09:43.5282072Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T22:09:43.5588759Z Hit:2 http://azure.archive.ubuntu.com/ubuntu noble InRelease
2025-08-20T22:09:43.5605351Z Hit:3 http://azure.archive.ubuntu.com/ubuntu noble-updates InRelease
2025-08-20T22:09:43.5618909Z Hit:4 http://azure.archive.ubuntu.com/ubuntu noble-backports InRelease
2025-08-20T22:09:43.5630405Z Hit:5 http://azure.archive.ubuntu.com/ubuntu noble-security InRelease
2025-08-20T22:09:43.5636891Z Hit:6 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T22:09:43.5676941Z Hit:7 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T22:09:44.6867468Z Reading package lists...
2025-08-20T22:09:44.7179307Z Reading package lists...
2025-08-20T22:09:44.8629665Z Building dependency tree...
2025-08-20T22:09:44.8637368Z Reading state information...
2025-08-20T22:09:45.0055920Z aria2 is already the newest version (1.37.0+debian-1build3).
2025-08-20T22:09:45.0056817Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T22:09:45.0057550Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-20T22:09:45.0058150Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T22:09:45.0058665Z ca-certificates is already the newest version (20240203).
2025-08-20T22:09:45.0059167Z diffutils is already the newest version (1:3.10-1build1).
2025-08-20T22:09:45.0059651Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T22:09:45.0060382Z gawk is already the newest version (1:5.2.1-2build3).
2025-08-20T22:09:45.0060791Z gawk set to manually installed.
2025-08-20T22:09:45.0061150Z git-lfs is already the newest version (3.7.0).
2025-08-20T22:09:45.0062011Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T22:09:45.0062615Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T22:09:45.0063059Z make is already the newest version (4.3-4.1build2).
2025-08-20T22:09:45.0063568Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-20T22:09:45.0064051Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-20T22:09:45.0064417Z texinfo is already the newest version (7.1-3build2).
2025-08-20T22:09:45.0065114Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T22:09:45.0065495Z The following additional packages will be installed:
2025-08-20T22:09:45.0065944Z   fonts-droid-fallback fonts-noto-mono fonts-urw-base35 ghostscript
2025-08-20T22:09:45.0066425Z   imagemagick-6.q16 libdjvulibre-text libdjvulibre21 libgs-common libgs10
2025-08-20T22:09:45.0066920Z   libgs10-common libhiredis1.1.0 libidn12 libijs-0.35 libimath-3-1-29t64
2025-08-20T22:09:45.0067391Z   libjbig2dec0 libjxr-tools libjxr0t64 libmagickcore-6.q16-7-extra
2025-08-20T22:09:45.0068089Z   libnetpbm11t64 libopenexr-3-1-30 libpaper-utils libpaper1 libwmflite-0.2-7
2025-08-20T22:09:45.0068536Z   netpbm poppler-data xfonts-encodings xfonts-utils
2025-08-20T22:09:45.0068863Z Suggested packages:
2025-08-20T22:09:45.0069330Z   distcc | icecc fonts-noto fonts-freefont-otf | fonts-freefont-ttf
2025-08-20T22:09:45.0070102Z   fonts-texgyre texlive-binaries imagemagick-6-doc autotrace cups-bsd | lpr
2025-08-20T22:09:45.0070956Z   | lprng enscript ffmpeg gimp gnuplot grads graphviz hp2xx html2ps libwmf-bin
2025-08-20T22:09:45.0071965Z   mplayer povray radiance sane-utils texlive-base-bin transfig libraw-bin
2025-08-20T22:09:45.0072755Z   inkscape poppler-utils fonts-japanese-mincho | fonts-ipafont-mincho
2025-08-20T22:09:45.0073505Z   fonts-japanese-gothic | fonts-ipafont-gothic fonts-arphic-ukai
2025-08-20T22:09:45.0074091Z   fonts-arphic-uming fonts-nanum
2025-08-20T22:09:45.0980609Z The following NEW packages will be installed:
2025-08-20T22:09:45.0981195Z   b3sum build-essential ccache fonts-droid-fallback fonts-noto-mono
2025-08-20T22:09:45.0982515Z   fonts-urw-base35 ghostscript imagemagick imagemagick-6.q16 libdjvulibre-text
2025-08-20T22:09:45.0983922Z   libdjvulibre21 libgs-common libgs10 libgs10-common libhiredis1.1.0 libidn12
2025-08-20T22:09:45.0984667Z   libijs-0.35 libimath-3-1-29t64 libjbig2dec0 libjxr-tools libjxr0t64
2025-08-20T22:09:45.0985240Z   libmagickcore-6.q16-7-extra libnetpbm11t64 libopenexr-3-1-30 libpaper-utils
2025-08-20T22:09:45.0988508Z   libpaper1 libtool-bin libwmflite-0.2-7 lzip musl musl-dev musl-tools netpbm
2025-08-20T22:09:45.0989807Z   poppler-data xfonts-encodings xfonts-utils
2025-08-20T22:09:45.1166843Z 0 upgraded, 36 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T22:09:45.1167432Z Need to get 27.5 MB of archives.
2025-08-20T22:09:45.1167827Z After this operation, 93.0 MB of additional disk space will be used.
2025-08-20T22:09:45.1168230Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T22:09:45.1622594Z 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:09:45.2715215Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 poppler-data all 0.4.12-1 [2060 kB]
2025-08-20T22:09:45.3784683Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 b3sum amd64 1.2.0-1 [388 kB]
2025-08-20T22:09:45.4250110Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 build-essential amd64 12.10ubuntu1 [4928 B]
2025-08-20T22:09:45.4551162Z 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:09:45.4843764Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 ccache amd64 4.9.1-1 [592 kB]
2025-08-20T22:09:45.5457028Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 fonts-noto-mono all 20201225-2 [435 kB]
2025-08-20T22:09:45.6031848Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 xfonts-encodings all 1:1.0.5-0ubuntu2 [578 kB]
2025-08-20T22:09:45.6748617Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 xfonts-utils amd64 1:7.7+6build3 [94.4 kB]
2025-08-20T22:09:45.7174143Z Get:11 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 fonts-urw-base35 all 20200910-8 [11.0 MB]
2025-08-20T22:09:45.9758516Z 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:09:46.0072366Z 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:09:46.0643116Z Get:14 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libidn12 amd64 1.42-1build1 [55.9 kB]
2025-08-20T22:09:46.0941750Z 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:09:46.1241004Z Get:16 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libjbig2dec0 amd64 0.20-1build3 [65.0 kB]
2025-08-20T22:09:46.1562557Z Get:17 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libpaper1 amd64 1.1.29build1 [13.4 kB]
2025-08-20T22:09:46.1852338Z 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:09:46.3223234Z 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:09:46.3974181Z 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:09:46.4307044Z 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:09:46.4627911Z 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:09:46.4953382Z 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:09:46.5536325Z 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:09:46.5837661Z Get:25 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libjxr0t64 amd64 1.2~git20170615.f752187-5.1ubuntu2 [181 kB]
2025-08-20T22:09:46.6172354Z 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:09:46.6513586Z 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:09:46.7204701Z 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:09:46.7571009Z 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:09:46.7984011Z Get:30 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libnetpbm11t64 amd64 2:11.05.02-1.1build1 [114 kB]
2025-08-20T22:09:46.8303177Z Get:31 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libpaper-utils amd64 1.1.29build1 [8650 B]
2025-08-20T22:09:46.8622512Z Get:32 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libtool-bin amd64 2.4.7-7build1 [84.1 kB]
2025-08-20T22:09:46.8924382Z Get:33 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 lzip amd64 1.24.1-1build1 [83.1 kB]
2025-08-20T22:09:46.9233549Z Get:34 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 netpbm amd64 2:11.05.02-1.1build1 [2054 kB]
2025-08-20T22:09:47.0154357Z Get:35 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 musl amd64 1.2.4-2 [416 kB]
2025-08-20T22:09:47.0707339Z Get:36 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 musl-dev amd64 1.2.4-2 [616 kB]
2025-08-20T22:09:47.1286192Z Get:37 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 musl-tools amd64 1.2.4-2 [5540 B]
2025-08-20T22:09:47.3748436Z Preconfiguring packages ...
2025-08-20T22:09:47.4330828Z Fetched 27.5 MB in 2s (13.6 MB/s)
2025-08-20T22:09:47.4533691Z Selecting previously unselected package fonts-droid-fallback.
2025-08-20T22:09:47.4585485Z (Reading database ... 
2025-08-20T22:09:47.4585956Z (Reading database ... 5%
2025-08-20T22:09:47.4586309Z (Reading database ... 10%
2025-08-20T22:09:47.4586691Z (Reading database ... 15%
2025-08-20T22:09:47.4586990Z (Reading database ... 20%
2025-08-20T22:09:47.4587483Z (Reading database ... 25%
2025-08-20T22:09:47.4587734Z (Reading database ... 30%
2025-08-20T22:09:47.4587979Z (Reading database ... 35%
2025-08-20T22:09:47.4588220Z (Reading database ... 40%
2025-08-20T22:09:47.4588462Z (Reading database ... 45%
2025-08-20T22:09:47.4588707Z (Reading database ... 50%
2025-08-20T22:09:47.4609412Z (Reading database ... 55%
2025-08-20T22:09:47.4699623Z (Reading database ... 60%
2025-08-20T22:09:47.4720082Z (Reading database ... 65%
2025-08-20T22:09:47.4752219Z (Reading database ... 70%
2025-08-20T22:09:47.4775818Z (Reading database ... 75%
2025-08-20T22:09:47.4803262Z (Reading database ... 80%
2025-08-20T22:09:47.4934123Z (Reading database ... 85%
2025-08-20T22:09:47.5020974Z (Reading database ... 90%
2025-08-20T22:09:47.5274367Z (Reading database ... 95%
2025-08-20T22:09:47.5274811Z (Reading database ... 100%
2025-08-20T22:09:47.5275231Z (Reading database ... 220021 files and directories currently installed.)
2025-08-20T22:09:47.5315426Z Preparing to unpack .../00-fonts-droid-fallback_1%3a6.0.1r16-1.1build1_all.deb ...
2025-08-20T22:09:47.5743037Z Unpacking fonts-droid-fallback (1:6.0.1r16-1.1build1) ...
2025-08-20T22:09:47.7276248Z Selecting previously unselected package poppler-data.
2025-08-20T22:09:47.7410582Z Preparing to unpack .../01-poppler-data_0.4.12-1_all.deb ...
2025-08-20T22:09:47.7421453Z Unpacking poppler-data (0.4.12-1) ...
2025-08-20T22:09:47.8674758Z Selecting previously unselected package b3sum.
2025-08-20T22:09:47.8810418Z Preparing to unpack .../02-b3sum_1.2.0-1_amd64.deb ...
2025-08-20T22:09:47.8822542Z Unpacking b3sum (1.2.0-1) ...
2025-08-20T22:09:47.9167616Z Selecting previously unselected package build-essential.
2025-08-20T22:09:47.9302352Z Preparing to unpack .../03-build-essential_12.10ubuntu1_amd64.deb ...
2025-08-20T22:09:47.9312711Z Unpacking build-essential (12.10ubuntu1) ...
2025-08-20T22:09:47.9528383Z Selecting previously unselected package libhiredis1.1.0:amd64.
2025-08-20T22:09:47.9662584Z Preparing to unpack .../04-libhiredis1.1.0_1.2.0-6ubuntu3_amd64.deb ...
2025-08-20T22:09:47.9685063Z Unpacking libhiredis1.1.0:amd64 (1.2.0-6ubuntu3) ...
2025-08-20T22:09:47.9908206Z Selecting previously unselected package ccache.
2025-08-20T22:09:48.0042595Z Preparing to unpack .../05-ccache_4.9.1-1_amd64.deb ...
2025-08-20T22:09:48.0054588Z Unpacking ccache (4.9.1-1) ...
2025-08-20T22:09:48.0650206Z Selecting previously unselected package fonts-noto-mono.
2025-08-20T22:09:48.0786046Z Preparing to unpack .../06-fonts-noto-mono_20201225-2_all.deb ...
2025-08-20T22:09:48.0797196Z Unpacking fonts-noto-mono (20201225-2) ...
2025-08-20T22:09:48.1157955Z Selecting previously unselected package xfonts-encodings.
2025-08-20T22:09:48.1292590Z Preparing to unpack .../07-xfonts-encodings_1%3a1.0.5-0ubuntu2_all.deb ...
2025-08-20T22:09:48.1301751Z Unpacking xfonts-encodings (1:1.0.5-0ubuntu2) ...
2025-08-20T22:09:48.1607775Z Selecting previously unselected package xfonts-utils.
2025-08-20T22:09:48.1742597Z Preparing to unpack .../08-xfonts-utils_1%3a7.7+6build3_amd64.deb ...
2025-08-20T22:09:48.1753689Z Unpacking xfonts-utils (1:7.7+6build3) ...
2025-08-20T22:09:48.2217320Z Selecting previously unselected package fonts-urw-base35.
2025-08-20T22:09:48.2351452Z Preparing to unpack .../09-fonts-urw-base35_20200910-8_all.deb ...
2025-08-20T22:09:48.2993532Z Unpacking fonts-urw-base35 (20200910-8) ...
2025-08-20T22:09:48.4095411Z Selecting previously unselected package libgs-common.
2025-08-20T22:09:48.4230796Z Preparing to unpack .../10-libgs-common_10.02.1~dfsg1-0ubuntu7.7_all.deb ...
2025-08-20T22:09:48.4240885Z Unpacking libgs-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T22:09:48.4495263Z Selecting previously unselected package libgs10-common.
2025-08-20T22:09:48.4630619Z Preparing to unpack .../11-libgs10-common_10.02.1~dfsg1-0ubuntu7.7_all.deb ...
2025-08-20T22:09:48.4640558Z Unpacking libgs10-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T22:09:48.5332322Z Selecting previously unselected package libidn12:amd64.
2025-08-20T22:09:48.5467214Z Preparing to unpack .../12-libidn12_1.42-1build1_amd64.deb ...
2025-08-20T22:09:48.5476637Z Unpacking libidn12:amd64 (1.42-1build1) ...
2025-08-20T22:09:48.5705573Z Selecting previously unselected package libijs-0.35:amd64.
2025-08-20T22:09:48.5840932Z Preparing to unpack .../13-libijs-0.35_0.35-15.1build1_amd64.deb ...
2025-08-20T22:09:48.5852500Z Unpacking libijs-0.35:amd64 (0.35-15.1build1) ...
2025-08-20T22:09:48.6070232Z Selecting previously unselected package libjbig2dec0:amd64.
2025-08-20T22:09:48.6205150Z Preparing to unpack .../14-libjbig2dec0_0.20-1build3_amd64.deb ...
2025-08-20T22:09:48.6218043Z Unpacking libjbig2dec0:amd64 (0.20-1build3) ...
2025-08-20T22:09:48.6463283Z Selecting previously unselected package libpaper1:amd64.
2025-08-20T22:09:48.6597810Z Preparing to unpack .../15-libpaper1_1.1.29build1_amd64.deb ...
2025-08-20T22:09:48.6610816Z Unpacking libpaper1:amd64 (1.1.29build1) ...
2025-08-20T22:09:48.6857035Z Selecting previously unselected package libgs10:amd64.
2025-08-20T22:09:48.6990594Z Preparing to unpack .../16-libgs10_10.02.1~dfsg1-0ubuntu7.7_amd64.deb ...
2025-08-20T22:09:48.7001165Z Unpacking libgs10:amd64 (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T22:09:48.8038524Z Selecting previously unselected package ghostscript.
2025-08-20T22:09:48.8173516Z Preparing to unpack .../17-ghostscript_10.02.1~dfsg1-0ubuntu7.7_amd64.deb ...
2025-08-20T22:09:48.8184986Z Unpacking ghostscript (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T22:09:48.8490926Z Selecting previously unselected package imagemagick-6.q16.
2025-08-20T22:09:48.8627163Z Preparing to unpack .../18-imagemagick-6.q16_8%3a6.9.12.98+dfsg1-5.2build2_amd64.deb ...
2025-08-20T22:09:48.8635776Z Unpacking imagemagick-6.q16 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T22:09:49.0535040Z Selecting previously unselected package imagemagick.
2025-08-20T22:09:49.0671092Z Preparing to unpack .../19-imagemagick_8%3a6.9.12.98+dfsg1-5.2build2_amd64.deb ...
2025-08-20T22:09:49.0683733Z Unpacking imagemagick (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T22:09:49.0895222Z Selecting previously unselected package libdjvulibre-text.
2025-08-20T22:09:49.1030739Z Preparing to unpack .../20-libdjvulibre-text_3.5.28-2ubuntu0.24.04.1_all.deb ...
2025-08-20T22:09:49.1040883Z Unpacking libdjvulibre-text (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T22:09:49.1282225Z Selecting previously unselected package libdjvulibre21:amd64.
2025-08-20T22:09:49.1416790Z Preparing to unpack .../21-libdjvulibre21_3.5.28-2ubuntu0.24.04.1_amd64.deb ...
2025-08-20T22:09:49.1425211Z Unpacking libdjvulibre21:amd64 (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T22:09:49.1705521Z Selecting previously unselected package libimath-3-1-29t64:amd64.
2025-08-20T22:09:49.1841193Z Preparing to unpack .../22-libimath-3-1-29t64_3.1.9-3.1ubuntu2_amd64.deb ...
2025-08-20T22:09:49.1853675Z Unpacking libimath-3-1-29t64:amd64 (3.1.9-3.1ubuntu2) ...
2025-08-20T22:09:49.2082709Z Selecting previously unselected package libjxr0t64:amd64.
2025-08-20T22:09:49.2216669Z Preparing to unpack .../23-libjxr0t64_1.2~git20170615.f752187-5.1ubuntu2_amd64.deb ...
2025-08-20T22:09:49.2228708Z Unpacking libjxr0t64:amd64 (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T22:09:49.2455434Z Selecting previously unselected package libjxr-tools.
2025-08-20T22:09:49.2591525Z Preparing to unpack .../24-libjxr-tools_1.2~git20170615.f752187-5.1ubuntu2_amd64.deb ...
2025-08-20T22:09:49.2598996Z Unpacking libjxr-tools (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T22:09:49.2809704Z Selecting previously unselected package libopenexr-3-1-30:amd64.
2025-08-20T22:09:49.2941892Z Preparing to unpack .../25-libopenexr-3-1-30_3.1.5-5.1build3_amd64.deb ...
2025-08-20T22:09:49.2995754Z Unpacking libopenexr-3-1-30:amd64 (3.1.5-5.1build3) ...
2025-08-20T22:09:49.3373844Z Selecting previously unselected package libwmflite-0.2-7:amd64.
2025-08-20T22:09:49.3508824Z Preparing to unpack .../26-libwmflite-0.2-7_0.2.13-1.1build3_amd64.deb ...
2025-08-20T22:09:49.3517468Z Unpacking libwmflite-0.2-7:amd64 (0.2.13-1.1build3) ...
2025-08-20T22:09:49.3724234Z Selecting previously unselected package libmagickcore-6.q16-7-extra:amd64.
2025-08-20T22:09:49.3855085Z Preparing to unpack .../27-libmagickcore-6.q16-7-extra_8%3a6.9.12.98+dfsg1-5.2build2_amd64.deb ...
2025-08-20T22:09:49.3862820Z Unpacking libmagickcore-6.q16-7-extra:amd64 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T22:09:49.4457868Z Selecting previously unselected package libnetpbm11t64:amd64.
2025-08-20T22:09:49.4589447Z Preparing to unpack .../28-libnetpbm11t64_2%3a11.05.02-1.1build1_amd64.deb ...
2025-08-20T22:09:49.4601286Z Unpacking libnetpbm11t64:amd64 (2:11.05.02-1.1build1) ...
2025-08-20T22:09:49.4834918Z Selecting previously unselected package libpaper-utils.
2025-08-20T22:09:49.4968315Z Preparing to unpack .../29-libpaper-utils_1.1.29build1_amd64.deb ...
2025-08-20T22:09:49.4976735Z Unpacking libpaper-utils (1.1.29build1) ...
2025-08-20T22:09:49.5175936Z Selecting previously unselected package libtool-bin.
2025-08-20T22:09:49.5308181Z Preparing to unpack .../30-libtool-bin_2.4.7-7build1_amd64.deb ...
2025-08-20T22:09:49.5316461Z Unpacking libtool-bin (2.4.7-7build1) ...
2025-08-20T22:09:49.5534582Z Selecting previously unselected package lzip.
2025-08-20T22:09:49.5665904Z Preparing to unpack .../31-lzip_1.24.1-1build1_amd64.deb ...
2025-08-20T22:09:49.5673283Z Unpacking lzip (1.24.1-1build1) ...
2025-08-20T22:09:49.5977067Z Selecting previously unselected package netpbm.
2025-08-20T22:09:49.6107920Z Preparing to unpack .../32-netpbm_2%3a11.05.02-1.1build1_amd64.deb ...
2025-08-20T22:09:49.6116514Z Unpacking netpbm (2:11.05.02-1.1build1) ...
2025-08-20T22:09:49.7776648Z Selecting previously unselected package musl:amd64.
2025-08-20T22:09:49.7914589Z Preparing to unpack .../33-musl_1.2.4-2_amd64.deb ...
2025-08-20T22:09:49.7923704Z Unpacking musl:amd64 (1.2.4-2) ...
2025-08-20T22:09:49.8185516Z Selecting previously unselected package musl-dev:amd64.
2025-08-20T22:09:49.8322345Z Preparing to unpack .../34-musl-dev_1.2.4-2_amd64.deb ...
2025-08-20T22:09:49.8333100Z Unpacking musl-dev:amd64 (1.2.4-2) ...
2025-08-20T22:09:49.8958143Z Selecting previously unselected package musl-tools.
2025-08-20T22:09:49.9093748Z Preparing to unpack .../35-musl-tools_1.2.4-2_amd64.deb ...
2025-08-20T22:09:49.9102961Z Unpacking musl-tools (1.2.4-2) ...
2025-08-20T22:09:49.9509304Z Setting up libpaper1:amd64 (1.1.29build1) ...
2025-08-20T22:09:50.1090218Z 
2025-08-20T22:09:50.1090685Z Creating config file /etc/papersize with new version
2025-08-20T22:09:50.2250742Z Setting up libtool-bin (2.4.7-7build1) ...
2025-08-20T22:09:50.2273761Z Setting up fonts-noto-mono (20201225-2) ...
2025-08-20T22:09:50.2304201Z Setting up libwmflite-0.2-7:amd64 (0.2.13-1.1build3) ...
2025-08-20T22:09:50.2328649Z Setting up libijs-0.35:amd64 (0.35-15.1build1) ...
2025-08-20T22:09:50.2350721Z Setting up libgs-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T22:09:50.2373709Z Setting up libpaper-utils (1.1.29build1) ...
2025-08-20T22:09:50.2396447Z Setting up libnetpbm11t64:amd64 (2:11.05.02-1.1build1) ...
2025-08-20T22:09:50.2419944Z Setting up poppler-data (0.4.12-1) ...
2025-08-20T22:09:50.2532413Z Setting up libjxr0t64:amd64 (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T22:09:50.2557368Z Setting up libjbig2dec0:amd64 (0.20-1build3) ...
2025-08-20T22:09:50.2577775Z Setting up lzip (1.24.1-1build1) ...
2025-08-20T22:09:50.2636032Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip (lzip) in auto mode
2025-08-20T22:09:50.2682618Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip-compressor (lzip-compressor) in auto mode
2025-08-20T22:09:50.2727436Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip-decompressor (lzip-decompressor) in auto mode
2025-08-20T22:09:50.2747027Z Setting up xfonts-encodings (1:1.0.5-0ubuntu2) ...
2025-08-20T22:09:50.2765760Z Setting up libimath-3-1-29t64:amd64 (3.1.9-3.1ubuntu2) ...
2025-08-20T22:09:50.2785704Z Setting up libidn12:amd64 (1.42-1build1) ...
2025-08-20T22:09:50.2804534Z Setting up netpbm (2:11.05.02-1.1build1) ...
2025-08-20T22:09:50.2823941Z Setting up imagemagick-6.q16 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T22:09:50.2896274Z update-alternatives: using /usr/bin/compare-im6.q16 to provide /usr/bin/compare (compare) in auto mode
2025-08-20T22:09:50.2942867Z update-alternatives: using /usr/bin/compare-im6.q16 to provide /usr/bin/compare-im6 (compare-im6) in auto mode
2025-08-20T22:09:50.2998606Z update-alternatives: using /usr/bin/animate-im6.q16 to provide /usr/bin/animate (animate) in auto mode
2025-08-20T22:09:50.3044050Z update-alternatives: using /usr/bin/animate-im6.q16 to provide /usr/bin/animate-im6 (animate-im6) in auto mode
2025-08-20T22:09:50.3101327Z update-alternatives: using /usr/bin/convert-im6.q16 to provide /usr/bin/convert (convert) in auto mode
2025-08-20T22:09:50.3147576Z update-alternatives: using /usr/bin/convert-im6.q16 to provide /usr/bin/convert-im6 (convert-im6) in auto mode
2025-08-20T22:09:50.3202714Z update-alternatives: using /usr/bin/composite-im6.q16 to provide /usr/bin/composite (composite) in auto mode
2025-08-20T22:09:50.3247775Z update-alternatives: using /usr/bin/composite-im6.q16 to provide /usr/bin/composite-im6 (composite-im6) in auto mode
2025-08-20T22:09:50.3305350Z update-alternatives: using /usr/bin/conjure-im6.q16 to provide /usr/bin/conjure (conjure) in auto mode
2025-08-20T22:09:50.3350705Z update-alternatives: using /usr/bin/conjure-im6.q16 to provide /usr/bin/conjure-im6 (conjure-im6) in auto mode
2025-08-20T22:09:50.3406463Z update-alternatives: using /usr/bin/import-im6.q16 to provide /usr/bin/import (import) in auto mode
2025-08-20T22:09:50.3453574Z update-alternatives: using /usr/bin/import-im6.q16 to provide /usr/bin/import-im6 (import-im6) in auto mode
2025-08-20T22:09:50.3510133Z update-alternatives: using /usr/bin/identify-im6.q16 to provide /usr/bin/identify (identify) in auto mode
2025-08-20T22:09:50.3556463Z update-alternatives: using /usr/bin/identify-im6.q16 to provide /usr/bin/identify-im6 (identify-im6) in auto mode
2025-08-20T22:09:50.3613250Z update-alternatives: using /usr/bin/stream-im6.q16 to provide /usr/bin/stream (stream) in auto mode
2025-08-20T22:09:50.3659555Z update-alternatives: using /usr/bin/stream-im6.q16 to provide /usr/bin/stream-im6 (stream-im6) in auto mode
2025-08-20T22:09:50.3716591Z update-alternatives: using /usr/bin/display-im6.q16 to provide /usr/bin/display (display) in auto mode
2025-08-20T22:09:50.3763388Z update-alternatives: using /usr/bin/display-im6.q16 to provide /usr/bin/display-im6 (display-im6) in auto mode
2025-08-20T22:09:50.3823041Z update-alternatives: using /usr/bin/montage-im6.q16 to provide /usr/bin/montage (montage) in auto mode
2025-08-20T22:09:50.3870360Z update-alternatives: using /usr/bin/montage-im6.q16 to provide /usr/bin/montage-im6 (montage-im6) in auto mode
2025-08-20T22:09:50.3930471Z update-alternatives: using /usr/bin/mogrify-im6.q16 to provide /usr/bin/mogrify (mogrify) in auto mode
2025-08-20T22:09:50.3976941Z update-alternatives: using /usr/bin/mogrify-im6.q16 to provide /usr/bin/mogrify-im6 (mogrify-im6) in auto mode
2025-08-20T22:09:50.3995490Z Setting up b3sum (1.2.0-1) ...
2025-08-20T22:09:50.4016991Z Setting up musl:amd64 (1.2.4-2) ...
2025-08-20T22:09:50.4054222Z Setting up build-essential (12.10ubuntu1) ...
2025-08-20T22:09:50.4079801Z Setting up fonts-droid-fallback (1:6.0.1r16-1.1build1) ...
2025-08-20T22:09:50.4279074Z Setting up libdjvulibre-text (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T22:09:50.4308829Z Setting up libhiredis1.1.0:amd64 (1.2.0-6ubuntu3) ...
2025-08-20T22:09:50.4332959Z Setting up libjxr-tools (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T22:09:50.4357544Z Setting up ccache (4.9.1-1) ...
2025-08-20T22:09:50.4383437Z Updating symlinks in /usr/lib/ccache ...
2025-08-20T22:09:50.4569768Z Setting up libdjvulibre21:amd64 (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T22:09:50.4592555Z Setting up xfonts-utils (1:7.7+6build3) ...
2025-08-20T22:09:50.4639434Z Setting up musl-dev:amd64 (1.2.4-2) ...
2025-08-20T22:09:50.4675094Z Setting up libopenexr-3-1-30:amd64 (3.1.5-5.1build3) ...
2025-08-20T22:09:50.4701498Z Setting up imagemagick (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T22:09:50.4725663Z Setting up libmagickcore-6.q16-7-extra:amd64 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T22:09:50.4745936Z Setting up fonts-urw-base35 (20200910-8) ...
2025-08-20T22:09:50.6575964Z Setting up musl-tools (1.2.4-2) ...
2025-08-20T22:09:50.6608199Z Setting up libgs10-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T22:09:50.6628051Z Setting up libgs10:amd64 (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T22:09:50.6654592Z Setting up ghostscript (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T22:09:50.6731091Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T22:09:51.1687647Z Processing triggers for fontconfig (2.15.0-1.1ubuntu2) ...
2025-08-20T22:09:51.9859998Z Processing triggers for hicolor-icon-theme (0.17-2) ...
2025-08-20T22:09:55.1278626Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T22:09:58.5244705Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:10:20.1859285Z Reading package lists...
2025-08-20T22:10:20.3468751Z Building dependency tree...
2025-08-20T22:10:20.3476164Z Reading state information...
2025-08-20T22:10:20.5008674Z autoconf is already the newest version (2.71-3).
2025-08-20T22:10:20.5009470Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T22:10:20.5010218Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T22:10:20.5010927Z bison is already the newest version (2:3.8.2+dfsg-1build2).
2025-08-20T22:10:20.5011934Z build-essential is already the newest version (12.10ubuntu1).
2025-08-20T22:10:20.5012705Z ca-certificates is already the newest version (20240203).
2025-08-20T22:10:20.5013383Z flex is already the newest version (2.6.4-8.2build1).
2025-08-20T22:10:20.5014084Z file is already the newest version (1:5.45-3build1).
2025-08-20T22:10:20.5014981Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T22:10:20.5015585Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T22:10:20.5016178Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-20T22:10:20.5016731Z patch is already the newest version (2.7.6-7build3).
2025-08-20T22:10:20.5017072Z patch set to manually installed.
2025-08-20T22:10:20.5017414Z patchelf is already the newest version (0.18.0-1.1build1).
2025-08-20T22:10:20.5017817Z pkg-config is already the newest version (1.8.1-2build1).
2025-08-20T22:10:20.5018192Z tree is already the newest version (2.1.1-2ubuntu3).
2025-08-20T22:10:20.5018560Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T22:10:20.5018878Z Suggested packages:
2025-08-20T22:10:20.5019086Z   scons-doc
2025-08-20T22:10:20.5142128Z The following NEW packages will be installed:
2025-08-20T22:10:20.5148176Z   autopoint byacc clang qemu-user-static scons
2025-08-20T22:10:20.5313416Z 0 upgraded, 5 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T22:10:20.5314001Z Need to get 15.8 MB of archives.
2025-08-20T22:10:20.5314477Z After this operation, 140 MB of additional disk space will be used.
2025-08-20T22:10:20.5315164Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T22:10:20.5793556Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 autopoint all 0.21-14ubuntu2 [422 kB]
2025-08-20T22:10:20.6512180Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 clang amd64 1:18.0-59~exp2 [5846 B]
2025-08-20T22:10:20.6865901Z 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:10:21.3142794Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 scons all 4.5.2+dfsg-1 [577 kB]
2025-08-20T22:10:21.3780554Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 byacc amd64 1:2.0.20221106-1 [85.5 kB]
2025-08-20T22:10:21.6265825Z Fetched 15.8 MB in 1s (18.3 MB/s)
2025-08-20T22:10:21.6448081Z Selecting previously unselected package autopoint.
2025-08-20T22:10:21.6502058Z (Reading database ... 
2025-08-20T22:10:21.6502475Z (Reading database ... 5%
2025-08-20T22:10:21.6502844Z (Reading database ... 10%
2025-08-20T22:10:21.6503495Z (Reading database ... 15%
2025-08-20T22:10:21.6503850Z (Reading database ... 20%
2025-08-20T22:10:21.6504203Z (Reading database ... 25%
2025-08-20T22:10:21.6505076Z (Reading database ... 30%
2025-08-20T22:10:21.6505440Z (Reading database ... 35%
2025-08-20T22:10:21.6505791Z (Reading database ... 40%
2025-08-20T22:10:21.6506135Z (Reading database ... 45%
2025-08-20T22:10:21.6506479Z (Reading database ... 50%
2025-08-20T22:10:21.6526521Z (Reading database ... 55%
2025-08-20T22:10:21.6616624Z (Reading database ... 60%
2025-08-20T22:10:21.6637728Z (Reading database ... 65%
2025-08-20T22:10:21.6671198Z (Reading database ... 70%
2025-08-20T22:10:21.6695412Z (Reading database ... 75%
2025-08-20T22:10:21.6725267Z (Reading database ... 80%
2025-08-20T22:10:21.6858061Z (Reading database ... 85%
2025-08-20T22:10:21.6946038Z (Reading database ... 90%
2025-08-20T22:10:21.7201268Z (Reading database ... 95%
2025-08-20T22:10:21.7201862Z (Reading database ... 100%
2025-08-20T22:10:21.7202415Z (Reading database ... 222514 files and directories currently installed.)
2025-08-20T22:10:21.7243353Z Preparing to unpack .../autopoint_0.21-14ubuntu2_all.deb ...
2025-08-20T22:10:21.7252156Z Unpacking autopoint (0.21-14ubuntu2) ...
2025-08-20T22:10:21.7578206Z Selecting previously unselected package clang.
2025-08-20T22:10:21.7712602Z Preparing to unpack .../clang_1%3a18.0-59~exp2_amd64.deb ...
2025-08-20T22:10:21.7720542Z Unpacking clang (1:18.0-59~exp2) ...
2025-08-20T22:10:21.7920675Z Selecting previously unselected package qemu-user-static.
2025-08-20T22:10:21.8055866Z Preparing to unpack .../qemu-user-static_1%3a8.2.2+ds-0ubuntu1.9_amd64.deb ...
2025-08-20T22:10:21.8063120Z Unpacking qemu-user-static (1:8.2.2+ds-0ubuntu1.9) ...
2025-08-20T22:10:22.2332920Z Selecting previously unselected package scons.
2025-08-20T22:10:22.2468656Z Preparing to unpack .../scons_4.5.2+dfsg-1_all.deb ...
2025-08-20T22:10:22.2476628Z Unpacking scons (4.5.2+dfsg-1) ...
2025-08-20T22:10:22.3151326Z Selecting previously unselected package byacc.
2025-08-20T22:10:22.3288793Z Preparing to unpack .../byacc_1%3a2.0.20221106-1_amd64.deb ...
2025-08-20T22:10:22.3297600Z Unpacking byacc (1:2.0.20221106-1) ...
2025-08-20T22:10:22.3690173Z Setting up qemu-user-static (1:8.2.2+ds-0ubuntu1.9) ...
2025-08-20T22:10:22.3731125Z Setting up byacc (1:2.0.20221106-1) ...
2025-08-20T22:10:22.3805413Z Setting up clang (1:18.0-59~exp2) ...
2025-08-20T22:10:22.4027794Z Setting up scons (4.5.2+dfsg-1) ...
2025-08-20T22:10:22.7998956Z Setting up autopoint (0.21-14ubuntu2) ...
2025-08-20T22:10:22.8026395Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:10:26.8283500Z Processing triggers for systemd (255.4-1ubuntu8.10) ...
2025-08-20T22:10:28.2391223Z Reading package lists...
2025-08-20T22:10:28.3899694Z Building dependency tree...
2025-08-20T22:10:28.3907123Z Reading state information...
2025-08-20T22:10:28.5309763Z The following additional packages will be installed:
2025-08-20T22:10:28.5310444Z   libb-hooks-op-check-perl libclass-method-modifiers-perl
2025-08-20T22:10:28.5311040Z   libclass-xsaccessor-perl libdevel-callchecker-perl
2025-08-20T22:10:28.5313521Z   libdynaloader-functions-perl libfile-dirlist-perl libfile-homedir-perl
2025-08-20T22:10:28.5314505Z   libfile-listing-perl libfile-touch-perl libfile-which-perl libhtml-tree-perl
2025-08-20T22:10:28.5315281Z   libhttp-cookies-perl libhttp-negotiate-perl libimport-into-perl
2025-08-20T22:10:28.5315979Z   libio-socket-ssl-perl liblwp-protocol-https-perl libmodule-runtime-perl
2025-08-20T22:10:28.5316702Z   libmoo-perl libnet-http-perl libnet-ssleay-perl libparams-classify-perl
2025-08-20T22:10:28.5317245Z   librole-tiny-perl libsub-quote-perl libtry-tiny-perl libwww-perl
2025-08-20T22:10:28.5317759Z   libwww-robotrules-perl patchutils perl-openssl-defaults wdiff
2025-08-20T22:10:28.5321165Z Suggested packages:
2025-08-20T22:10:28.5323777Z   adequate at autopkgtest bls-standalone bsd-mailx | mailx
2025-08-20T22:10:28.5325599Z   check-all-the-things cvs-buildpackage debhelper diffoscope disorderfs
2025-08-20T22:10:28.5326758Z   dose-extra duck elpa-devscripts faketime gnuplot how-can-i-help
2025-08-20T22:10:28.5327679Z   libauthen-sasl-perl libdbd-pg-perl libfile-desktopentry-perl
2025-08-20T22:10:28.5328514Z   libterm-size-perl libyaml-syck-perl mmdebstrap mutt piuparts pristine-lfs
2025-08-20T22:10:28.5329304Z   quilt ratt reprotest svn-buildpackage w3m debian-keyring equivs
2025-08-20T22:10:28.5330085Z   libgitlab-api-v4-perl libsoap-lite-perl pristine-tar libcrypt-ssleay-perl
2025-08-20T22:10:28.5330961Z   libscalar-number-perl libxstring-perl libsub-name-perl libauthen-ntlm-perl
2025-08-20T22:10:28.5331811Z   wdiff-doc
2025-08-20T22:10:28.5332138Z Recommended packages:
2025-08-20T22:10:28.5332669Z   dctrl-tools dput | dupload libdistro-info-perl libgit-wrapper-perl
2025-08-20T22:10:28.5333466Z   liblist-compare-perl libstring-shellquote-perl licensecheck lintian
2025-08-20T22:10:28.5334277Z   python3-unidiff python3-xdg libhtml-format-perl libnamespace-clean-perl
2025-08-20T22:10:28.5335130Z   libdata-dump-perl libhtml-form-perl libhttp-daemon-perl libmailtools-perl
2025-08-20T22:10:28.5498309Z The following NEW packages will be installed:
2025-08-20T22:10:28.5499044Z   devscripts libb-hooks-op-check-perl libclass-method-modifiers-perl
2025-08-20T22:10:28.5499802Z   libclass-xsaccessor-perl libdevel-callchecker-perl
2025-08-20T22:10:28.5500603Z   libdynaloader-functions-perl libfile-dirlist-perl libfile-homedir-perl
2025-08-20T22:10:28.5501719Z   libfile-listing-perl libfile-touch-perl libfile-which-perl libhtml-tree-perl
2025-08-20T22:10:28.5502615Z   libhttp-cookies-perl libhttp-negotiate-perl libimport-into-perl
2025-08-20T22:10:28.5503517Z   libio-socket-ssl-perl liblwp-protocol-https-perl libmodule-runtime-perl
2025-08-20T22:10:28.5504694Z   libmoo-perl libnet-http-perl libnet-ssleay-perl libparams-classify-perl
2025-08-20T22:10:28.5505547Z   librole-tiny-perl libsub-quote-perl libtry-tiny-perl libwww-perl
2025-08-20T22:10:28.5506301Z   libwww-robotrules-perl patchutils perl-openssl-defaults wdiff
2025-08-20T22:10:28.5681202Z 0 upgraded, 30 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T22:10:28.5682015Z Need to get 2417 kB of archives.
2025-08-20T22:10:28.5682585Z After this operation, 7084 kB of additional disk space will be used.
2025-08-20T22:10:28.5683252Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T22:10:28.6122135Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libfile-dirlist-perl all 0.05-3 [7286 B]
2025-08-20T22:10:28.6416670Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libfile-which-perl all 1.27-2 [12.5 kB]
2025-08-20T22:10:28.6712448Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libfile-homedir-perl all 1.006-2 [37.0 kB]
2025-08-20T22:10:28.7156702Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libfile-touch-perl all 0.12-2 [7498 B]
2025-08-20T22:10:28.7455985Z 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:10:28.7754140Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libclass-xsaccessor-perl amd64 1.19-4build4 [33.1 kB]
2025-08-20T22:10:28.8051273Z 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:10:28.8337570Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libdynaloader-functions-perl all 0.003-3 [12.1 kB]
2025-08-20T22:10:28.8635704Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libdevel-callchecker-perl amd64 0.008-2build3 [13.2 kB]
2025-08-20T22:10:28.8967666Z Get:11 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libparams-classify-perl amd64 0.015-2build5 [20.1 kB]
2025-08-20T22:10:28.9285632Z Get:12 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libmodule-runtime-perl all 0.016-2 [16.4 kB]
2025-08-20T22:10:28.9574974Z Get:13 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libimport-into-perl all 1.002005-2 [10.7 kB]
2025-08-20T22:10:28.9866394Z Get:14 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 librole-tiny-perl all 2.002004-1 [16.3 kB]
2025-08-20T22:10:29.0155905Z Get:15 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libsub-quote-perl all 2.006008-1ubuntu1 [20.7 kB]
2025-08-20T22:10:29.0463871Z Get:16 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libmoo-perl all 2.005005-1 [47.4 kB]
2025-08-20T22:10:29.0774846Z Get:17 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libfile-listing-perl all 6.16-1 [11.3 kB]
2025-08-20T22:10:29.1068175Z Get:18 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libhtml-tree-perl all 5.07-3 [200 kB]
2025-08-20T22:10:29.1890252Z Get:19 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libhttp-cookies-perl all 6.11-1 [18.2 kB]
2025-08-20T22:10:29.2203546Z Get:20 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libhttp-negotiate-perl all 6.01-2 [12.4 kB]
2025-08-20T22:10:29.2506483Z Get:21 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 perl-openssl-defaults amd64 7build3 [6626 B]
2025-08-20T22:10:29.2842123Z Get:22 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libnet-ssleay-perl amd64 1.94-1build4 [316 kB]
2025-08-20T22:10:29.3396945Z Get:23 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libio-socket-ssl-perl all 2.085-1 [195 kB]
2025-08-20T22:10:29.3746688Z Get:24 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libnet-http-perl all 6.23-1 [22.3 kB]
2025-08-20T22:10:29.4088141Z Get:25 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 liblwp-protocol-https-perl all 6.13-1 [9006 B]
2025-08-20T22:10:29.4375617Z Get:26 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libtry-tiny-perl all 0.31-2 [20.8 kB]
2025-08-20T22:10:29.4680990Z Get:27 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libwww-robotrules-perl all 6.02-1 [12.6 kB]
2025-08-20T22:10:29.4974635Z Get:28 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libwww-perl all 6.76-1 [138 kB]
2025-08-20T22:10:29.5325734Z Get:29 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 patchutils amd64 0.4.2-1build3 [77.0 kB]
2025-08-20T22:10:29.5633032Z Get:30 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 wdiff amd64 1.2.2-6build1 [29.1 kB]
2025-08-20T22:10:29.5927691Z Get:31 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 devscripts all 2.23.7 [1069 kB]
2025-08-20T22:10:29.8998025Z Fetched 2417 kB in 1s (2225 kB/s)
2025-08-20T22:10:29.9182694Z Selecting previously unselected package libfile-dirlist-perl.
2025-08-20T22:10:29.9237542Z (Reading database ... 
2025-08-20T22:10:29.9237992Z (Reading database ... 5%
2025-08-20T22:10:29.9238520Z (Reading database ... 10%
2025-08-20T22:10:29.9238996Z (Reading database ... 15%
2025-08-20T22:10:29.9239384Z (Reading database ... 20%
2025-08-20T22:10:29.9239768Z (Reading database ... 25%
2025-08-20T22:10:29.9240185Z (Reading database ... 30%
2025-08-20T22:10:29.9240572Z (Reading database ... 35%
2025-08-20T22:10:29.9240948Z (Reading database ... 40%
2025-08-20T22:10:29.9241332Z (Reading database ... 45%
2025-08-20T22:10:29.9241875Z (Reading database ... 50%
2025-08-20T22:10:29.9264406Z (Reading database ... 55%
2025-08-20T22:10:29.9362028Z (Reading database ... 60%
2025-08-20T22:10:29.9383524Z (Reading database ... 65%
2025-08-20T22:10:29.9417391Z (Reading database ... 70%
2025-08-20T22:10:29.9441539Z (Reading database ... 75%
2025-08-20T22:10:29.9471390Z (Reading database ... 80%
2025-08-20T22:10:29.9606805Z (Reading database ... 85%
2025-08-20T22:10:29.9696530Z (Reading database ... 90%
2025-08-20T22:10:29.9951914Z (Reading database ... 95%
2025-08-20T22:10:29.9952404Z (Reading database ... 100%
2025-08-20T22:10:29.9953079Z (Reading database ... 222962 files and directories currently installed.)
2025-08-20T22:10:29.9993293Z Preparing to unpack .../00-libfile-dirlist-perl_0.05-3_all.deb ...
2025-08-20T22:10:30.0003944Z Unpacking libfile-dirlist-perl (0.05-3) ...
2025-08-20T22:10:30.0209712Z Selecting previously unselected package libfile-which-perl.
2025-08-20T22:10:30.0343648Z Preparing to unpack .../01-libfile-which-perl_1.27-2_all.deb ...
2025-08-20T22:10:30.0352103Z Unpacking libfile-which-perl (1.27-2) ...
2025-08-20T22:10:30.0556785Z Selecting previously unselected package libfile-homedir-perl.
2025-08-20T22:10:30.0696405Z Preparing to unpack .../02-libfile-homedir-perl_1.006-2_all.deb ...
2025-08-20T22:10:30.0704933Z Unpacking libfile-homedir-perl (1.006-2) ...
2025-08-20T22:10:30.0943406Z Selecting previously unselected package libfile-touch-perl.
2025-08-20T22:10:30.1079763Z Preparing to unpack .../03-libfile-touch-perl_0.12-2_all.deb ...
2025-08-20T22:10:30.1088208Z Unpacking libfile-touch-perl (0.12-2) ...
2025-08-20T22:10:30.1284667Z Selecting previously unselected package libclass-method-modifiers-perl.
2025-08-20T22:10:30.1421390Z Preparing to unpack .../04-libclass-method-modifiers-perl_2.15-1_all.deb ...
2025-08-20T22:10:30.1429967Z Unpacking libclass-method-modifiers-perl (2.15-1) ...
2025-08-20T22:10:30.1636084Z Selecting previously unselected package libclass-xsaccessor-perl.
2025-08-20T22:10:30.1772470Z Preparing to unpack .../05-libclass-xsaccessor-perl_1.19-4build4_amd64.deb ...
2025-08-20T22:10:30.1781957Z Unpacking libclass-xsaccessor-perl (1.19-4build4) ...
2025-08-20T22:10:30.2001352Z Selecting previously unselected package libb-hooks-op-check-perl:amd64.
2025-08-20T22:10:30.2137423Z Preparing to unpack .../06-libb-hooks-op-check-perl_0.22-3build1_amd64.deb ...
2025-08-20T22:10:30.2147219Z Unpacking libb-hooks-op-check-perl:amd64 (0.22-3build1) ...
2025-08-20T22:10:30.2360251Z Selecting previously unselected package libdynaloader-functions-perl.
2025-08-20T22:10:30.2497391Z Preparing to unpack .../07-libdynaloader-functions-perl_0.003-3_all.deb ...
2025-08-20T22:10:30.2504519Z Unpacking libdynaloader-functions-perl (0.003-3) ...
2025-08-20T22:10:30.2703927Z Selecting previously unselected package libdevel-callchecker-perl:amd64.
2025-08-20T22:10:30.2842087Z Preparing to unpack .../08-libdevel-callchecker-perl_0.008-2build3_amd64.deb ...
2025-08-20T22:10:30.2851888Z Unpacking libdevel-callchecker-perl:amd64 (0.008-2build3) ...
2025-08-20T22:10:30.3056775Z Selecting previously unselected package libparams-classify-perl:amd64.
2025-08-20T22:10:30.3192989Z Preparing to unpack .../09-libparams-classify-perl_0.015-2build5_amd64.deb ...
2025-08-20T22:10:30.3202323Z Unpacking libparams-classify-perl:amd64 (0.015-2build5) ...
2025-08-20T22:10:30.3404564Z Selecting previously unselected package libmodule-runtime-perl.
2025-08-20T22:10:30.3540495Z Preparing to unpack .../10-libmodule-runtime-perl_0.016-2_all.deb ...
2025-08-20T22:10:30.3549343Z Unpacking libmodule-runtime-perl (0.016-2) ...
2025-08-20T22:10:30.3754845Z Selecting previously unselected package libimport-into-perl.
2025-08-20T22:10:30.3891547Z Preparing to unpack .../11-libimport-into-perl_1.002005-2_all.deb ...
2025-08-20T22:10:30.3899146Z Unpacking libimport-into-perl (1.002005-2) ...
2025-08-20T22:10:30.4097165Z Selecting previously unselected package librole-tiny-perl.
2025-08-20T22:10:30.4235431Z Preparing to unpack .../12-librole-tiny-perl_2.002004-1_all.deb ...
2025-08-20T22:10:30.4243845Z Unpacking librole-tiny-perl (2.002004-1) ...
2025-08-20T22:10:30.4479437Z Selecting previously unselected package libsub-quote-perl.
2025-08-20T22:10:30.4615671Z Preparing to unpack .../13-libsub-quote-perl_2.006008-1ubuntu1_all.deb ...
2025-08-20T22:10:30.4625369Z Unpacking libsub-quote-perl (2.006008-1ubuntu1) ...
2025-08-20T22:10:30.4823666Z Selecting previously unselected package libmoo-perl.
2025-08-20T22:10:30.4957346Z Preparing to unpack .../14-libmoo-perl_2.005005-1_all.deb ...
2025-08-20T22:10:30.4965339Z Unpacking libmoo-perl (2.005005-1) ...
2025-08-20T22:10:30.5183327Z Selecting previously unselected package libfile-listing-perl.
2025-08-20T22:10:30.5316595Z Preparing to unpack .../15-libfile-listing-perl_6.16-1_all.deb ...
2025-08-20T22:10:30.5325138Z Unpacking libfile-listing-perl (6.16-1) ...
2025-08-20T22:10:30.5634481Z Selecting previously unselected package libhtml-tree-perl.
2025-08-20T22:10:30.5768189Z Preparing to unpack .../16-libhtml-tree-perl_5.07-3_all.deb ...
2025-08-20T22:10:30.5776001Z Unpacking libhtml-tree-perl (5.07-3) ...
2025-08-20T22:10:30.6096000Z Selecting previously unselected package libhttp-cookies-perl.
2025-08-20T22:10:30.6232028Z Preparing to unpack .../17-libhttp-cookies-perl_6.11-1_all.deb ...
2025-08-20T22:10:30.6239547Z Unpacking libhttp-cookies-perl (6.11-1) ...
2025-08-20T22:10:30.6671297Z Selecting previously unselected package libhttp-negotiate-perl.
2025-08-20T22:10:30.6806403Z Preparing to unpack .../18-libhttp-negotiate-perl_6.01-2_all.deb ...
2025-08-20T22:10:30.6814483Z Unpacking libhttp-negotiate-perl (6.01-2) ...
2025-08-20T22:10:30.7018871Z Selecting previously unselected package perl-openssl-defaults:amd64.
2025-08-20T22:10:30.7152722Z Preparing to unpack .../19-perl-openssl-defaults_7build3_amd64.deb ...
2025-08-20T22:10:30.7160362Z Unpacking perl-openssl-defaults:amd64 (7build3) ...
2025-08-20T22:10:30.7372046Z Selecting previously unselected package libnet-ssleay-perl:amd64.
2025-08-20T22:10:30.7505353Z Preparing to unpack .../20-libnet-ssleay-perl_1.94-1build4_amd64.deb ...
2025-08-20T22:10:30.7513973Z Unpacking libnet-ssleay-perl:amd64 (1.94-1build4) ...
2025-08-20T22:10:30.7924168Z Selecting previously unselected package libio-socket-ssl-perl.
2025-08-20T22:10:30.8058265Z Preparing to unpack .../21-libio-socket-ssl-perl_2.085-1_all.deb ...
2025-08-20T22:10:30.8065776Z Unpacking libio-socket-ssl-perl (2.085-1) ...
2025-08-20T22:10:30.8315223Z Selecting previously unselected package libnet-http-perl.
2025-08-20T22:10:30.8449922Z Preparing to unpack .../22-libnet-http-perl_6.23-1_all.deb ...
2025-08-20T22:10:30.8499292Z Unpacking libnet-http-perl (6.23-1) ...
2025-08-20T22:10:30.8710494Z Selecting previously unselected package liblwp-protocol-https-perl.
2025-08-20T22:10:30.8845178Z Preparing to unpack .../23-liblwp-protocol-https-perl_6.13-1_all.deb ...
2025-08-20T22:10:30.8853264Z Unpacking liblwp-protocol-https-perl (6.13-1) ...
2025-08-20T22:10:30.9143937Z Selecting previously unselected package libtry-tiny-perl.
2025-08-20T22:10:30.9277628Z Preparing to unpack .../24-libtry-tiny-perl_0.31-2_all.deb ...
2025-08-20T22:10:30.9287469Z Unpacking libtry-tiny-perl (0.31-2) ...
2025-08-20T22:10:30.9484120Z Selecting previously unselected package libwww-robotrules-perl.
2025-08-20T22:10:30.9619652Z Preparing to unpack .../25-libwww-robotrules-perl_6.02-1_all.deb ...
2025-08-20T22:10:30.9627986Z Unpacking libwww-robotrules-perl (6.02-1) ...
2025-08-20T22:10:30.9835297Z Selecting previously unselected package libwww-perl.
2025-08-20T22:10:30.9968680Z Preparing to unpack .../26-libwww-perl_6.76-1_all.deb ...
2025-08-20T22:10:30.9977060Z Unpacking libwww-perl (6.76-1) ...
2025-08-20T22:10:31.0258673Z Selecting previously unselected package patchutils.
2025-08-20T22:10:31.0393716Z Preparing to unpack .../27-patchutils_0.4.2-1build3_amd64.deb ...
2025-08-20T22:10:31.0401220Z Unpacking patchutils (0.4.2-1build3) ...
2025-08-20T22:10:31.0675399Z Selecting previously unselected package wdiff.
2025-08-20T22:10:31.0810433Z Preparing to unpack .../28-wdiff_1.2.2-6build1_amd64.deb ...
2025-08-20T22:10:31.0818361Z Unpacking wdiff (1.2.2-6build1) ...
2025-08-20T22:10:31.1052337Z Selecting previously unselected package devscripts.
2025-08-20T22:10:31.1188490Z Preparing to unpack .../29-devscripts_2.23.7_all.deb ...
2025-08-20T22:10:31.1378330Z Unpacking devscripts (2.23.7) ...
2025-08-20T22:10:31.2543402Z Setting up wdiff (1.2.2-6build1) ...
2025-08-20T22:10:31.2563809Z Setting up libhttp-negotiate-perl (6.01-2) ...
2025-08-20T22:10:31.2585357Z Setting up libfile-which-perl (1.27-2) ...
2025-08-20T22:10:31.2615694Z Setting up libfile-listing-perl (6.16-1) ...
2025-08-20T22:10:31.2648590Z Setting up libdynaloader-functions-perl (0.003-3) ...
2025-08-20T22:10:31.2674179Z Setting up libclass-method-modifiers-perl (2.15-1) ...
2025-08-20T22:10:31.2697946Z Setting up libhttp-cookies-perl (6.11-1) ...
2025-08-20T22:10:31.2724209Z Setting up libhtml-tree-perl (5.07-3) ...
2025-08-20T22:10:31.2749559Z Setting up libtry-tiny-perl (0.31-2) ...
2025-08-20T22:10:31.2770627Z Setting up perl-openssl-defaults:amd64 (7build3) ...
2025-08-20T22:10:31.2792105Z Setting up libnet-http-perl (6.23-1) ...
2025-08-20T22:10:31.2813880Z Setting up patchutils (0.4.2-1build3) ...
2025-08-20T22:10:31.2840852Z Setting up libb-hooks-op-check-perl:amd64 (0.22-3build1) ...
2025-08-20T22:10:31.2872498Z Setting up libwww-robotrules-perl (6.02-1) ...
2025-08-20T22:10:31.2896314Z Setting up librole-tiny-perl (2.002004-1) ...
2025-08-20T22:10:31.2918652Z Setting up libsub-quote-perl (2.006008-1ubuntu1) ...
2025-08-20T22:10:31.2945392Z Setting up libclass-xsaccessor-perl (1.19-4build4) ...
2025-08-20T22:10:31.2973246Z Setting up libfile-dirlist-perl (0.05-3) ...
2025-08-20T22:10:31.2995044Z Setting up libfile-homedir-perl (1.006-2) ...
2025-08-20T22:10:31.3023582Z Setting up libfile-touch-perl (0.12-2) ...
2025-08-20T22:10:31.3045691Z Setting up libnet-ssleay-perl:amd64 (1.94-1build4) ...
2025-08-20T22:10:31.3065705Z Setting up libdevel-callchecker-perl:amd64 (0.008-2build3) ...
2025-08-20T22:10:31.3089576Z Setting up libio-socket-ssl-perl (2.085-1) ...
2025-08-20T22:10:31.3112100Z Setting up libparams-classify-perl:amd64 (0.015-2build5) ...
2025-08-20T22:10:31.3133437Z Setting up libmodule-runtime-perl (0.016-2) ...
2025-08-20T22:10:31.3154203Z Setting up libimport-into-perl (1.002005-2) ...
2025-08-20T22:10:31.3174611Z Setting up libmoo-perl (2.005005-1) ...
2025-08-20T22:10:31.3211115Z Setting up libwww-perl (6.76-1) ...
2025-08-20T22:10:31.3240864Z Setting up devscripts (2.23.7) ...
2025-08-20T22:10:31.4427013Z Setting up liblwp-protocol-https-perl (6.13-1) ...
2025-08-20T22:10:31.4453724Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:10:36.6115114Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T22:10:38.0952183Z Reading package lists...
2025-08-20T22:10:38.2536377Z Building dependency tree...
2025-08-20T22:10:38.2544594Z Reading state information...
2025-08-20T22:10:38.4031343Z The following additional packages will be installed:
2025-08-20T22:10:38.4038139Z   cmake-data libjsoncpp25 librhash0
2025-08-20T22:10:38.4044076Z Suggested packages:
2025-08-20T22:10:38.4044535Z   cmake-doc cmake-format elpa-cmake-mode ninja-build
2025-08-20T22:10:38.4173748Z The following NEW packages will be installed:
2025-08-20T22:10:38.4180425Z   cmake cmake-data libjsoncpp25 librhash0
2025-08-20T22:10:38.4349468Z 0 upgraded, 4 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T22:10:38.4349885Z Need to get 13.6 MB of archives.
2025-08-20T22:10:38.4350231Z After this operation, 49.1 MB of additional disk space will be used.
2025-08-20T22:10:38.4350724Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T22:10:38.4919477Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libjsoncpp25 amd64 1.9.5-6build1 [82.8 kB]
2025-08-20T22:10:38.5275736Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 librhash0 amd64 1.4.3-3build1 [129 kB]
2025-08-20T22:10:38.5632024Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 cmake-data all 3.28.3-1build7 [2155 kB]
2025-08-20T22:10:38.7413568Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 cmake amd64 3.28.3-1build7 [11.2 MB]
2025-08-20T22:10:39.9761445Z Fetched 13.6 MB in 1s (10.5 MB/s)
2025-08-20T22:10:39.9950246Z Selecting previously unselected package libjsoncpp25:amd64.
2025-08-20T22:10:40.0007865Z (Reading database ... 
2025-08-20T22:10:40.0008412Z (Reading database ... 5%
2025-08-20T22:10:40.0018162Z (Reading database ... 10%
2025-08-20T22:10:40.0018658Z (Reading database ... 15%
2025-08-20T22:10:40.0018903Z (Reading database ... 20%
2025-08-20T22:10:40.0019127Z (Reading database ... 25%
2025-08-20T22:10:40.0019342Z (Reading database ... 30%
2025-08-20T22:10:40.0019551Z (Reading database ... 35%
2025-08-20T22:10:40.0019783Z (Reading database ... 40%
2025-08-20T22:10:40.0019995Z (Reading database ... 45%
2025-08-20T22:10:40.0020203Z (Reading database ... 50%
2025-08-20T22:10:40.0030703Z (Reading database ... 55%
2025-08-20T22:10:40.0123125Z (Reading database ... 60%
2025-08-20T22:10:40.0144556Z (Reading database ... 65%
2025-08-20T22:10:40.0178938Z (Reading database ... 70%
2025-08-20T22:10:40.0202525Z (Reading database ... 75%
2025-08-20T22:10:40.0233300Z (Reading database ... 80%
2025-08-20T22:10:40.0371350Z (Reading database ... 85%
2025-08-20T22:10:40.0466198Z (Reading database ... 90%
2025-08-20T22:10:40.0758322Z (Reading database ... 95%
2025-08-20T22:10:40.0758683Z (Reading database ... 100%
2025-08-20T22:10:40.0759094Z (Reading database ... 223897 files and directories currently installed.)
2025-08-20T22:10:40.0802759Z Preparing to unpack .../libjsoncpp25_1.9.5-6build1_amd64.deb ...
2025-08-20T22:10:40.0819436Z Unpacking libjsoncpp25:amd64 (1.9.5-6build1) ...
2025-08-20T22:10:40.1046578Z Selecting previously unselected package librhash0:amd64.
2025-08-20T22:10:40.1180323Z Preparing to unpack .../librhash0_1.4.3-3build1_amd64.deb ...
2025-08-20T22:10:40.1188296Z Unpacking librhash0:amd64 (1.4.3-3build1) ...
2025-08-20T22:10:40.1418887Z Selecting previously unselected package cmake-data.
2025-08-20T22:10:40.1555530Z Preparing to unpack .../cmake-data_3.28.3-1build7_all.deb ...
2025-08-20T22:10:40.1618246Z Unpacking cmake-data (3.28.3-1build7) ...
2025-08-20T22:10:40.7278194Z Selecting previously unselected package cmake.
2025-08-20T22:10:40.7428115Z Preparing to unpack .../cmake_3.28.3-1build7_amd64.deb ...
2025-08-20T22:10:40.7435545Z Unpacking cmake (3.28.3-1build7) ...
2025-08-20T22:10:40.9403227Z Setting up libjsoncpp25:amd64 (1.9.5-6build1) ...
2025-08-20T22:10:40.9432107Z Setting up librhash0:amd64 (1.4.3-3build1) ...
2025-08-20T22:10:40.9458177Z Setting up cmake-data (3.28.3-1build7) ...
2025-08-20T22:10:40.9526669Z Setting up cmake (3.28.3-1build7) ...
2025-08-20T22:10:40.9554207Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:10:45.1770818Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T22:10:45.7339079Z 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:10:45.7340444Z Running kernel seems to be up-to-date.
2025-08-20T22:10:45.7340684Z 
2025-08-20T22:10:45.7340794Z Restarting services...
2025-08-20T22:10:45.7397647Z 
2025-08-20T22:10:45.7398138Z Service restarts being deferred:
2025-08-20T22:10:45.7398617Z  systemctl restart hosted-compute-agent.service
2025-08-20T22:10:45.7398898Z 
2025-08-20T22:10:45.7399229Z No containers need to be restarted.
2025-08-20T22:10:45.7399562Z 
2025-08-20T22:10:45.7399773Z No user sessions are running outdated binaries.
2025-08-20T22:10:45.7400107Z 
2025-08-20T22:10:45.7400423Z No VM guests are running outdated hypervisor (qemu) binaries on this host.
2025-08-20T22:10:46.5839438Z Reading package lists...
2025-08-20T22:10:46.7386734Z Building dependency tree...
2025-08-20T22:10:46.7394782Z Reading state information...
2025-08-20T22:10:46.9082805Z aria2 is already the newest version (1.37.0+debian-1build3).
2025-08-20T22:10:46.9083492Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T22:10:46.9083883Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-20T22:10:46.9084269Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T22:10:46.9084634Z b3sum is already the newest version (1.2.0-1).
2025-08-20T22:10:46.9085015Z build-essential is already the newest version (12.10ubuntu1).
2025-08-20T22:10:46.9085455Z ca-certificates is already the newest version (20240203).
2025-08-20T22:10:46.9085854Z ccache is already the newest version (4.9.1-1).
2025-08-20T22:10:46.9086253Z diffutils is already the newest version (1:3.10-1build1).
2025-08-20T22:10:46.9086645Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T22:10:46.9087034Z gawk is already the newest version (1:5.2.1-2build3).
2025-08-20T22:10:46.9087404Z git-lfs is already the newest version (3.7.0).
2025-08-20T22:10:46.9087843Z imagemagick is already the newest version (8:6.9.12.98+dfsg1-5.2build2).
2025-08-20T22:10:46.9088537Z lzip is already the newest version (1.24.1-1build1).
2025-08-20T22:10:46.9088930Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T22:10:46.9089328Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T22:10:46.9089729Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-20T22:10:46.9090118Z make is already the newest version (4.3-4.1build2).
2025-08-20T22:10:46.9090471Z musl is already the newest version (1.2.4-2).
2025-08-20T22:10:46.9090870Z musl-dev is already the newest version (1.2.4-2).
2025-08-20T22:10:46.9091364Z musl-tools is already the newest version (1.2.4-2).
2025-08-20T22:10:46.9092150Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-20T22:10:46.9092606Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-20T22:10:46.9092993Z texinfo is already the newest version (7.1-3build2).
2025-08-20T22:10:46.9093374Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T22:10:46.9093801Z 0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T22:10:46.9313882Z Reading package lists...
2025-08-20T22:10:47.0832550Z Building dependency tree...
2025-08-20T22:10:47.0840072Z Reading state information...
2025-08-20T22:10:47.2514752Z autoconf is already the newest version (2.71-3).
2025-08-20T22:10:47.2515222Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T22:10:47.2515605Z autopoint is already the newest version (0.21-14ubuntu2).
2025-08-20T22:10:47.2515955Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T22:10:47.2516312Z bison is already the newest version (2:3.8.2+dfsg-1build2).
2025-08-20T22:10:47.2516692Z build-essential is already the newest version (12.10ubuntu1).
2025-08-20T22:10:47.2517286Z byacc is already the newest version (1:2.0.20221106-1).
2025-08-20T22:10:47.2517652Z ca-certificates is already the newest version (20240203).
2025-08-20T22:10:47.2518003Z clang is already the newest version (1:18.0-59~exp2).
2025-08-20T22:10:47.2518322Z flex is already the newest version (2.6.4-8.2build1).
2025-08-20T22:10:47.2518633Z file is already the newest version (1:5.45-3build1).
2025-08-20T22:10:47.2518953Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T22:10:47.2519281Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T22:10:47.2519608Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-20T22:10:47.2519937Z patch is already the newest version (2.7.6-7build3).
2025-08-20T22:10:47.2520267Z patchelf is already the newest version (0.18.0-1.1build1).
2025-08-20T22:10:47.2520650Z pkg-config is already the newest version (1.8.1-2build1).
2025-08-20T22:10:47.2521304Z qemu-user-static is already the newest version (1:8.2.2+ds-0ubuntu1.9).
2025-08-20T22:10:47.2522155Z scons is already the newest version (4.5.2+dfsg-1).
2025-08-20T22:10:47.2522686Z tree is already the newest version (2.1.1-2ubuntu3).
2025-08-20T22:10:47.2523227Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T22:10:47.2523839Z 0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T22:10:47.2749340Z Reading package lists...
2025-08-20T22:10:47.4370576Z Building dependency tree...
2025-08-20T22:10:47.4378155Z Reading state information...
2025-08-20T22:10:47.6053939Z devscripts is already the newest version (2.23.7).
2025-08-20T22:10:47.6054537Z 0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T22:10:47.6285971Z Reading package lists...
2025-08-20T22:10:47.7817615Z Building dependency tree...
2025-08-20T22:10:47.7825475Z Reading state information...
2025-08-20T22:10:47.9507276Z cmake is already the newest version (3.28.3-1build7).
2025-08-20T22:10:47.9508009Z 0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T22:10:47.9745286Z Reading package lists...
2025-08-20T22:10:48.1375784Z Building dependency tree...
2025-08-20T22:10:48.1384092Z Reading state information...
2025-08-20T22:10:48.2863832Z Suggested packages:
2025-08-20T22:10:48.2864522Z   binutils-doc
2025-08-20T22:10:48.3116806Z The following NEW packages will be installed:
2025-08-20T22:10:48.3123151Z   binutils-aarch64-linux-gnu
2025-08-20T22:10:48.3283613Z 0 upgraded, 1 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T22:10:48.3515483Z Need to get 3711 kB of archives.
2025-08-20T22:10:48.3516162Z After this operation, 21.0 MB of additional disk space will be used.
2025-08-20T22:10:48.3516706Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T22:10:48.4047407Z 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:10:49.0673340Z Fetched 3711 kB in 0s (7802 kB/s)
2025-08-20T22:10:49.0857854Z Selecting previously unselected package binutils-aarch64-linux-gnu.
2025-08-20T22:10:49.0914027Z (Reading database ... 
2025-08-20T22:10:49.0914416Z (Reading database ... 5%
2025-08-20T22:10:49.0914793Z (Reading database ... 10%
2025-08-20T22:10:49.0915180Z (Reading database ... 15%
2025-08-20T22:10:49.0915538Z (Reading database ... 20%
2025-08-20T22:10:49.0916055Z (Reading database ... 25%
2025-08-20T22:10:49.0916516Z (Reading database ... 30%
2025-08-20T22:10:49.0916954Z (Reading database ... 35%
2025-08-20T22:10:49.0917468Z (Reading database ... 40%
2025-08-20T22:10:49.0917894Z (Reading database ... 45%
2025-08-20T22:10:49.0918320Z (Reading database ... 50%
2025-08-20T22:10:49.0938135Z (Reading database ... 55%
2025-08-20T22:10:49.1029742Z (Reading database ... 60%
2025-08-20T22:10:49.1051404Z (Reading database ... 65%
2025-08-20T22:10:49.1086146Z (Reading database ... 70%
2025-08-20T22:10:49.1109610Z (Reading database ... 75%
2025-08-20T22:10:49.1140483Z (Reading database ... 80%
2025-08-20T22:10:49.1278322Z (Reading database ... 85%
2025-08-20T22:10:49.1368184Z (Reading database ... 90%
2025-08-20T22:10:49.1633763Z (Reading database ... 95%
2025-08-20T22:10:49.1634298Z (Reading database ... 100%
2025-08-20T22:10:49.1634922Z (Reading database ... 227306 files and directories currently installed.)
2025-08-20T22:10:49.1674066Z Preparing to unpack .../binutils-aarch64-linux-gnu_2.42-4ubuntu2.5_amd64.deb ...
2025-08-20T22:10:49.1694231Z Unpacking binutils-aarch64-linux-gnu (2.42-4ubuntu2.5) ...
2025-08-20T22:10:49.3232666Z Setting up binutils-aarch64-linux-gnu (2.42-4ubuntu2.5) ...
2025-08-20T22:10:49.3254001Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T22:10:49.3387019Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:10:54.7944955Z Reading package lists...
2025-08-20T22:10:54.9483867Z Building dependency tree...
2025-08-20T22:10:54.9491429Z Reading state information...
2025-08-20T22:10:55.0997775Z qemu-user-static is already the newest version (1:8.2.2+ds-0ubuntu1.9).
2025-08-20T22:10:55.0998465Z The following additional packages will be installed:
2025-08-20T22:10:55.0999188Z   binutils-arm-linux-gnueabi binutils-arm-linux-gnueabihf
2025-08-20T22:10:55.0999940Z   cpp-13-aarch64-linux-gnu cpp-13-arm-linux-gnueabi cpp-13-arm-linux-gnueabihf
2025-08-20T22:10:55.1000622Z   cpp-aarch64-linux-gnu cpp-arm-linux-gnueabi cpp-arm-linux-gnueabihf
2025-08-20T22:10:55.1001368Z   g++-13-aarch64-linux-gnu g++-13-arm-linux-gnueabi g++-13-arm-linux-gnueabihf
2025-08-20T22:10:55.1002249Z   gcc-13-aarch64-linux-gnu gcc-13-aarch64-linux-gnu-base
2025-08-20T22:10:55.1002646Z   gcc-13-arm-linux-gnueabi gcc-13-arm-linux-gnueabi-base
2025-08-20T22:10:55.1003106Z   gcc-13-arm-linux-gnueabihf gcc-13-arm-linux-gnueabihf-base gcc-13-cross-base
2025-08-20T22:10:55.1003633Z   gcc-13-cross-base-ports gcc-14-cross-base gcc-14-cross-base-ports
2025-08-20T22:10:55.1004136Z   gcc-aarch64-linux-gnu gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf
2025-08-20T22:10:55.1004746Z   libasan8-arm64-cross libasan8-armel-cross libasan8-armhf-cross
2025-08-20T22:10:55.1005518Z   libatomic1-arm64-cross libatomic1-armel-cross libatomic1-armhf-cross
2025-08-20T22:10:55.1006161Z   libc6-arm64-cross libc6-armel-cross libc6-armhf-cross libc6-dev-arm64-cross
2025-08-20T22:10:55.1006975Z   libc6-dev-armel-cross libc6-dev-armhf-cross libgcc-13-dev-arm64-cross
2025-08-20T22:10:55.1007496Z   libgcc-13-dev-armel-cross libgcc-13-dev-armhf-cross libgcc-s1-arm64-cross
2025-08-20T22:10:55.1008002Z   libgcc-s1-armel-cross libgcc-s1-armhf-cross libgomp1-arm64-cross
2025-08-20T22:10:55.1008473Z   libgomp1-armel-cross libgomp1-armhf-cross libhwasan0-arm64-cross
2025-08-20T22:10:55.1008962Z   libitm1-arm64-cross liblsan0-arm64-cross libstdc++-13-dev-arm64-cross
2025-08-20T22:10:55.1009422Z   libstdc++-13-dev-armel-cross libstdc++-13-dev-armhf-cross
2025-08-20T22:10:55.1009875Z   libstdc++6-arm64-cross libstdc++6-armel-cross libstdc++6-armhf-cross
2025-08-20T22:10:55.1010350Z   libtsan2-arm64-cross libubsan1-arm64-cross libubsan1-armel-cross
2025-08-20T22:10:55.1011073Z   libubsan1-armhf-cross linux-libc-dev-arm64-cross linux-libc-dev-armel-cross
2025-08-20T22:10:55.1011840Z   linux-libc-dev-armhf-cross
2025-08-20T22:10:55.1012098Z Suggested packages:
2025-08-20T22:10:55.1012406Z   binutils-doc gcc-13-locales cpp-13-doc cpp-doc gcc-13-doc manpages-dev
2025-08-20T22:10:55.1012888Z   gdb-aarch64-linux-gnu gcc-doc gdb-arm-linux-gnueabi gdb-arm-linux-gnueabihf
2025-08-20T22:10:55.1544706Z The following NEW packages will be installed:
2025-08-20T22:10:55.1545414Z   binutils-arm-linux-gnueabi binutils-arm-linux-gnueabihf
2025-08-20T22:10:55.1546224Z   cpp-13-aarch64-linux-gnu cpp-13-arm-linux-gnueabi cpp-13-arm-linux-gnueabihf
2025-08-20T22:10:55.1547096Z   cpp-aarch64-linux-gnu cpp-arm-linux-gnueabi cpp-arm-linux-gnueabihf
2025-08-20T22:10:55.1549431Z   g++-13-aarch64-linux-gnu g++-13-arm-linux-gnueabi g++-13-arm-linux-gnueabihf
2025-08-20T22:10:55.1550191Z   g++-aarch64-linux-gnu g++-arm-linux-gnueabi g++-arm-linux-gnueabihf
2025-08-20T22:10:55.1551179Z   gcc-13-aarch64-linux-gnu gcc-13-aarch64-linux-gnu-base
2025-08-20T22:10:55.1552181Z   gcc-13-arm-linux-gnueabi gcc-13-arm-linux-gnueabi-base
2025-08-20T22:10:55.1552785Z   gcc-13-arm-linux-gnueabihf gcc-13-arm-linux-gnueabihf-base gcc-13-cross-base
2025-08-20T22:10:55.1553363Z   gcc-13-cross-base-ports gcc-14-cross-base gcc-14-cross-base-ports
2025-08-20T22:10:55.1553905Z   gcc-aarch64-linux-gnu gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf
2025-08-20T22:10:55.1554519Z   libasan8-arm64-cross libasan8-armel-cross libasan8-armhf-cross
2025-08-20T22:10:55.1555126Z   libatomic1-arm64-cross libatomic1-armel-cross libatomic1-armhf-cross
2025-08-20T22:10:55.1555934Z   libc6-arm64-cross libc6-armel-cross libc6-armhf-cross libc6-dev-arm64-cross
2025-08-20T22:10:55.1556756Z   libc6-dev-armel-cross libc6-dev-armhf-cross libgcc-13-dev-arm64-cross
2025-08-20T22:10:55.1557317Z   libgcc-13-dev-armel-cross libgcc-13-dev-armhf-cross libgcc-s1-arm64-cross
2025-08-20T22:10:55.1557861Z   libgcc-s1-armel-cross libgcc-s1-armhf-cross libgomp1-arm64-cross
2025-08-20T22:10:55.1558370Z   libgomp1-armel-cross libgomp1-armhf-cross libhwasan0-arm64-cross
2025-08-20T22:10:55.1558889Z   libitm1-arm64-cross liblsan0-arm64-cross libstdc++-13-dev-arm64-cross
2025-08-20T22:10:55.1559390Z   libstdc++-13-dev-armel-cross libstdc++-13-dev-armhf-cross
2025-08-20T22:10:55.1559879Z   libstdc++6-arm64-cross libstdc++6-armel-cross libstdc++6-armhf-cross
2025-08-20T22:10:55.1560393Z   libtsan2-arm64-cross libubsan1-arm64-cross libubsan1-armel-cross
2025-08-20T22:10:55.1560947Z   libubsan1-armhf-cross linux-libc-dev-arm64-cross linux-libc-dev-armel-cross
2025-08-20T22:10:55.1561411Z   linux-libc-dev-armhf-cross
2025-08-20T22:10:55.1746047Z 0 upgraded, 64 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T22:10:55.1746632Z Need to get 171 MB of archives.
2025-08-20T22:10:55.1747004Z After this operation, 599 MB of additional disk space will be used.
2025-08-20T22:10:55.1747622Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T22:10:55.2206884Z 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:10:55.2573354Z 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:10:56.2776573Z 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:10:56.3128527Z 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:10:57.2949351Z 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:10:57.3306760Z 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:10:58.1944880Z 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:10:58.2246641Z 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:10:58.2549596Z 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:10:58.2849244Z 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:10:58.3185526Z 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:10:58.3525611Z Get:13 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libc6-arm64-cross all 2.39-0ubuntu8cross1 [1197 kB]
2025-08-20T22:10:58.4792679Z 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:10:58.5174851Z 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:10:58.5591926Z 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:10:59.0776863Z 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:10:59.1477363Z 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:10:59.2303403Z 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:10:59.2900080Z 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:10:59.3628844Z 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:10:59.4597768Z 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:10:59.5181899Z 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:10:59.5848345Z 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:10:59.8158794Z 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:11:01.3271823Z 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:11:01.4689585Z Get:27 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libc6-dev-arm64-cross all 2.39-0ubuntu8cross1 [1629 kB]
2025-08-20T22:11:01.6273774Z 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:11:01.8359882Z 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:11:02.4572748Z 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:11:02.6977993Z 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:11:02.7294616Z 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:11:02.7602573Z Get:33 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libc6-armel-cross all 2.39-0ubuntu8cross1 [1046 kB]
2025-08-20T22:11:02.8481128Z 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:11:02.9249942Z 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:11:02.9608593Z 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:11:02.9903802Z 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:11:03.2025050Z 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:11:03.2845849Z 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:11:03.3936390Z 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:11:03.4867138Z 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:11:04.9541444Z 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:11:05.1119443Z Get:43 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libc6-dev-armel-cross all 2.39-0ubuntu8cross1 [1459 kB]
2025-08-20T22:11:05.2729782Z 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:11:05.5069840Z 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:11:06.3633211Z 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:11:06.6012530Z Get:47 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libc6-armhf-cross all 2.39-0ubuntu8cross1 [1320 kB]
2025-08-20T22:11:06.7127080Z 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:11:06.7431026Z 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:11:06.7750787Z 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:11:06.8034468Z 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:11:07.0232656Z 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:11:07.0975737Z 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:11:07.2014842Z 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:11:07.2873605Z 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:11:08.6009172Z 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:11:08.7765430Z Get:57 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libc6-dev-armhf-cross all 2.39-0ubuntu8cross1 [1387 kB]
2025-08-20T22:11:09.0101763Z 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:11:09.8067303Z 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:11:11.6002626Z 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:11:11.6310001Z 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:11:11.6634847Z 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:11:11.6998351Z 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:11:11.7394558Z 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:11:11.7724084Z 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:11:12.0914929Z Fetched 171 MB in 17s (10.3 MB/s)
2025-08-20T22:11:12.1111296Z Selecting previously unselected package gcc-13-aarch64-linux-gnu-base:amd64.
2025-08-20T22:11:12.1167599Z (Reading database ... 
2025-08-20T22:11:12.1168025Z (Reading database ... 5%
2025-08-20T22:11:12.1168411Z (Reading database ... 10%
2025-08-20T22:11:12.1168780Z (Reading database ... 15%
2025-08-20T22:11:12.1169147Z (Reading database ... 20%
2025-08-20T22:11:12.1169506Z (Reading database ... 25%
2025-08-20T22:11:12.1169867Z (Reading database ... 30%
2025-08-20T22:11:12.1170226Z (Reading database ... 35%
2025-08-20T22:11:12.1170587Z (Reading database ... 40%
2025-08-20T22:11:12.1171799Z (Reading database ... 45%
2025-08-20T22:11:12.1172188Z (Reading database ... 50%
2025-08-20T22:11:12.1191339Z (Reading database ... 55%
2025-08-20T22:11:12.1283339Z (Reading database ... 60%
2025-08-20T22:11:12.1304654Z (Reading database ... 65%
2025-08-20T22:11:12.1339210Z (Reading database ... 70%
2025-08-20T22:11:12.1363008Z (Reading database ... 75%
2025-08-20T22:11:12.1395134Z (Reading database ... 80%
2025-08-20T22:11:12.1529413Z (Reading database ... 85%
2025-08-20T22:11:12.1616923Z (Reading database ... 90%
2025-08-20T22:11:12.1878859Z (Reading database ... 95%
2025-08-20T22:11:12.1879365Z (Reading database ... 100%
2025-08-20T22:11:12.1880029Z (Reading database ... 227650 files and directories currently installed.)
2025-08-20T22:11:12.1919850Z Preparing to unpack .../00-gcc-13-aarch64-linux-gnu-base_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T22:11:12.1930617Z Unpacking gcc-13-aarch64-linux-gnu-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:11:12.2138211Z Selecting previously unselected package cpp-13-aarch64-linux-gnu.
2025-08-20T22:11:12.2272942Z Preparing to unpack .../01-cpp-13-aarch64-linux-gnu_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T22:11:12.2305417Z Unpacking cpp-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:11:12.3754882Z Selecting previously unselected package gcc-13-arm-linux-gnueabi-base:amd64.
2025-08-20T22:11:12.3893331Z Preparing to unpack .../02-gcc-13-arm-linux-gnueabi-base_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T22:11:12.3901269Z Unpacking gcc-13-arm-linux-gnueabi-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:11:12.4107384Z Selecting previously unselected package cpp-13-arm-linux-gnueabi.
2025-08-20T22:11:12.4245518Z Preparing to unpack .../03-cpp-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T22:11:12.4275044Z Unpacking cpp-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:11:12.5608164Z Selecting previously unselected package gcc-13-arm-linux-gnueabihf-base:amd64.
2025-08-20T22:11:12.5747460Z Preparing to unpack .../04-gcc-13-arm-linux-gnueabihf-base_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T22:11:12.5757376Z Unpacking gcc-13-arm-linux-gnueabihf-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:11:12.5962546Z Selecting previously unselected package cpp-13-arm-linux-gnueabihf.
2025-08-20T22:11:12.6101109Z Preparing to unpack .../05-cpp-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T22:11:12.6132404Z Unpacking cpp-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:11:12.7515618Z Selecting previously unselected package cpp-aarch64-linux-gnu.
2025-08-20T22:11:12.7654066Z Preparing to unpack .../06-cpp-aarch64-linux-gnu_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-20T22:11:12.7661973Z Unpacking cpp-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-20T22:11:12.7859561Z Selecting previously unselected package cpp-arm-linux-gnueabi.
2025-08-20T22:11:12.7997507Z Preparing to unpack .../07-cpp-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_amd64.deb ...
2025-08-20T22:11:12.8006706Z Unpacking cpp-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T22:11:12.8209628Z Selecting previously unselected package cpp-arm-linux-gnueabihf.
2025-08-20T22:11:12.8348277Z Preparing to unpack .../08-cpp-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-20T22:11:12.8356376Z Unpacking cpp-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T22:11:12.8550142Z Selecting previously unselected package gcc-13-cross-base.
2025-08-20T22:11:12.8687096Z Preparing to unpack .../09-gcc-13-cross-base_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:11:12.8695328Z Unpacking gcc-13-cross-base (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:11:12.8895684Z Selecting previously unselected package gcc-14-cross-base.
2025-08-20T22:11:12.9031731Z Preparing to unpack .../10-gcc-14-cross-base_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:11:12.9040361Z Unpacking gcc-14-cross-base (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:11:12.9238896Z Selecting previously unselected package libc6-arm64-cross.
2025-08-20T22:11:12.9375718Z Preparing to unpack .../11-libc6-arm64-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T22:11:12.9383550Z Unpacking libc6-arm64-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:11:12.9769018Z Selecting previously unselected package libgcc-s1-arm64-cross.
2025-08-20T22:11:12.9906513Z Preparing to unpack .../12-libgcc-s1-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:11:12.9913711Z Unpacking libgcc-s1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:11:13.0118775Z Selecting previously unselected package libgomp1-arm64-cross.
2025-08-20T22:11:13.0256288Z Preparing to unpack .../13-libgomp1-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:11:13.0263787Z Unpacking libgomp1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:11:13.0479987Z Selecting previously unselected package libitm1-arm64-cross.
2025-08-20T22:11:13.0618066Z Preparing to unpack .../14-libitm1-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:11:13.0625257Z Unpacking libitm1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:11:13.0825163Z Selecting previously unselected package libatomic1-arm64-cross.
2025-08-20T22:11:13.0963361Z Preparing to unpack .../15-libatomic1-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:11:13.0971219Z Unpacking libatomic1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:11:13.1166873Z Selecting previously unselected package libasan8-arm64-cross.
2025-08-20T22:11:13.1303414Z Preparing to unpack .../16-libasan8-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:11:13.1310448Z Unpacking libasan8-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:11:13.1622450Z Selecting previously unselected package liblsan0-arm64-cross.
2025-08-20T22:11:13.1759952Z Preparing to unpack .../17-liblsan0-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:11:13.1769646Z Unpacking liblsan0-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:11:13.2006775Z Selecting previously unselected package libtsan2-arm64-cross.
2025-08-20T22:11:13.2144364Z Preparing to unpack .../18-libtsan2-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:11:13.2154390Z Unpacking libtsan2-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:11:13.2470938Z Selecting previously unselected package libstdc++6-arm64-cross.
2025-08-20T22:11:13.2609247Z Preparing to unpack .../19-libstdc++6-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:11:13.2618662Z Unpacking libstdc++6-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:11:13.2962980Z Selecting previously unselected package libubsan1-arm64-cross.
2025-08-20T22:11:13.3102802Z Preparing to unpack .../20-libubsan1-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:11:13.3111525Z Unpacking libubsan1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:11:13.3360770Z Selecting previously unselected package libhwasan0-arm64-cross.
2025-08-20T22:11:13.3498728Z Preparing to unpack .../21-libhwasan0-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:11:13.3508759Z Unpacking libhwasan0-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:11:13.3773896Z Selecting previously unselected package libgcc-13-dev-arm64-cross.
2025-08-20T22:11:13.3911302Z Preparing to unpack .../22-libgcc-13-dev-arm64-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:11:13.3920266Z Unpacking libgcc-13-dev-arm64-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:11:13.4900801Z Selecting previously unselected package gcc-13-aarch64-linux-gnu.
2025-08-20T22:11:13.5039106Z Preparing to unpack .../23-gcc-13-aarch64-linux-gnu_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T22:11:13.5071027Z Unpacking gcc-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:11:13.7694700Z Selecting previously unselected package linux-libc-dev-arm64-cross.
2025-08-20T22:11:13.7834381Z Preparing to unpack .../24-linux-libc-dev-arm64-cross_6.8.0-25.25cross1_all.deb ...
2025-08-20T22:11:13.7842255Z Unpacking linux-libc-dev-arm64-cross (6.8.0-25.25cross1) ...
2025-08-20T22:11:13.9661312Z Selecting previously unselected package libc6-dev-arm64-cross.
2025-08-20T22:11:13.9803624Z Preparing to unpack .../25-libc6-dev-arm64-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T22:11:13.9811106Z Unpacking libc6-dev-arm64-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:11:14.1017975Z Selecting previously unselected package libstdc++-13-dev-arm64-cross.
2025-08-20T22:11:14.1158882Z Preparing to unpack .../26-libstdc++-13-dev-arm64-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:11:14.1166422Z Unpacking libstdc++-13-dev-arm64-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:11:14.3408511Z Selecting previously unselected package g++-13-aarch64-linux-gnu.
2025-08-20T22:11:14.3551173Z Preparing to unpack .../27-g++-13-aarch64-linux-gnu_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T22:11:14.3580830Z Unpacking g++-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:11:14.5094634Z Selecting previously unselected package binutils-arm-linux-gnueabi.
2025-08-20T22:11:14.5234027Z Preparing to unpack .../28-binutils-arm-linux-gnueabi_2.42-4ubuntu2.5_amd64.deb ...
2025-08-20T22:11:14.5250217Z Unpacking binutils-arm-linux-gnueabi (2.42-4ubuntu2.5) ...
2025-08-20T22:11:14.6162383Z Selecting previously unselected package gcc-13-cross-base-ports.
2025-08-20T22:11:14.6301918Z Preparing to unpack .../29-gcc-13-cross-base-ports_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:11:14.6309129Z Unpacking gcc-13-cross-base-ports (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:11:14.6509665Z Selecting previously unselected package gcc-14-cross-base-ports.
2025-08-20T22:11:14.6648794Z Preparing to unpack .../30-gcc-14-cross-base-ports_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:11:14.6657085Z Unpacking gcc-14-cross-base-ports (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:11:14.6855867Z Selecting previously unselected package libc6-armel-cross.
2025-08-20T22:11:14.7011225Z Preparing to unpack .../31-libc6-armel-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T22:11:14.7018731Z Unpacking libc6-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:11:14.7368995Z Selecting previously unselected package libgcc-s1-armel-cross.
2025-08-20T22:11:14.7494711Z Preparing to unpack .../32-libgcc-s1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:11:14.7503659Z Unpacking libgcc-s1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:11:14.7696189Z Selecting previously unselected package libgomp1-armel-cross.
2025-08-20T22:11:14.7819761Z Preparing to unpack .../33-libgomp1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:11:14.7827490Z Unpacking libgomp1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:11:14.8037791Z Selecting previously unselected package libatomic1-armel-cross.
2025-08-20T22:11:14.8162332Z Preparing to unpack .../34-libatomic1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:11:14.8170808Z Unpacking libatomic1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:11:14.8361307Z Selecting previously unselected package libasan8-armel-cross.
2025-08-20T22:11:14.8486101Z Preparing to unpack .../35-libasan8-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:11:14.8493691Z Unpacking libasan8-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:11:14.9135564Z Selecting previously unselected package libstdc++6-armel-cross.
2025-08-20T22:11:14.9261049Z Preparing to unpack .../36-libstdc++6-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:11:14.9268863Z Unpacking libstdc++6-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:11:14.9554400Z Selecting previously unselected package libubsan1-armel-cross.
2025-08-20T22:11:14.9679161Z Preparing to unpack .../37-libubsan1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:11:14.9688450Z Unpacking libubsan1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:11:15.0034098Z Selecting previously unselected package libgcc-13-dev-armel-cross.
2025-08-20T22:11:15.0158812Z Preparing to unpack .../38-libgcc-13-dev-armel-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:11:15.0170831Z Unpacking libgcc-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:11:15.0682062Z Selecting previously unselected package gcc-13-arm-linux-gnueabi.
2025-08-20T22:11:15.0806761Z Preparing to unpack .../39-gcc-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T22:11:15.0835297Z Unpacking gcc-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:11:15.3276321Z Selecting previously unselected package linux-libc-dev-armel-cross.
2025-08-20T22:11:15.3401409Z Preparing to unpack .../40-linux-libc-dev-armel-cross_6.8.0-25.25cross1_all.deb ...
2025-08-20T22:11:15.3409549Z Unpacking linux-libc-dev-armel-cross (6.8.0-25.25cross1) ...
2025-08-20T22:11:15.5186480Z Selecting previously unselected package libc6-dev-armel-cross.
2025-08-20T22:11:15.5318837Z Preparing to unpack .../41-libc6-dev-armel-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T22:11:15.5326669Z Unpacking libc6-dev-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:11:15.6467425Z Selecting previously unselected package libstdc++-13-dev-armel-cross.
2025-08-20T22:11:15.6594149Z Preparing to unpack .../42-libstdc++-13-dev-armel-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:11:15.6602118Z Unpacking libstdc++-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:11:15.8557540Z Selecting previously unselected package g++-13-arm-linux-gnueabi.
2025-08-20T22:11:15.8687211Z Preparing to unpack .../43-g++-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T22:11:15.8716702Z Unpacking g++-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:11:16.0157421Z Selecting previously unselected package binutils-arm-linux-gnueabihf.
2025-08-20T22:11:16.0283876Z Preparing to unpack .../44-binutils-arm-linux-gnueabihf_2.42-4ubuntu2.5_amd64.deb ...
2025-08-20T22:11:16.0293618Z Unpacking binutils-arm-linux-gnueabihf (2.42-4ubuntu2.5) ...
2025-08-20T22:11:16.1179147Z Selecting previously unselected package libc6-armhf-cross.
2025-08-20T22:11:16.1305224Z Preparing to unpack .../45-libc6-armhf-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T22:11:16.1312728Z Unpacking libc6-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:11:16.1660960Z Selecting previously unselected package libgcc-s1-armhf-cross.
2025-08-20T22:11:16.1787090Z Preparing to unpack .../46-libgcc-s1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:11:16.1795209Z Unpacking libgcc-s1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:11:16.1997599Z Selecting previously unselected package libgomp1-armhf-cross.
2025-08-20T22:11:16.2123410Z Preparing to unpack .../47-libgomp1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:11:16.2132104Z Unpacking libgomp1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:11:16.2338206Z Selecting previously unselected package libatomic1-armhf-cross.
2025-08-20T22:11:16.2463375Z Preparing to unpack .../48-libatomic1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:11:16.2474031Z Unpacking libatomic1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:11:16.2668501Z Selecting previously unselected package libasan8-armhf-cross.
2025-08-20T22:11:16.2793559Z Preparing to unpack .../49-libasan8-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:11:16.2801846Z Unpacking libasan8-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:11:16.3437976Z Selecting previously unselected package libstdc++6-armhf-cross.
2025-08-20T22:11:16.3564327Z Preparing to unpack .../50-libstdc++6-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:11:16.3571171Z Unpacking libstdc++6-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:11:16.3845720Z Selecting previously unselected package libubsan1-armhf-cross.
2025-08-20T22:11:16.3971797Z Preparing to unpack .../51-libubsan1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:11:16.3979047Z Unpacking libubsan1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:11:16.4305736Z Selecting previously unselected package libgcc-13-dev-armhf-cross.
2025-08-20T22:11:16.4432008Z Preparing to unpack .../52-libgcc-13-dev-armhf-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:11:16.4442024Z Unpacking libgcc-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:11:16.4968081Z Selecting previously unselected package gcc-13-arm-linux-gnueabihf.
2025-08-20T22:11:16.5095407Z Preparing to unpack .../53-gcc-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T22:11:16.5124865Z Unpacking gcc-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:11:16.7560412Z Selecting previously unselected package linux-libc-dev-armhf-cross.
2025-08-20T22:11:16.7687006Z Preparing to unpack .../54-linux-libc-dev-armhf-cross_6.8.0-25.25cross1_all.deb ...
2025-08-20T22:11:16.7694350Z Unpacking linux-libc-dev-armhf-cross (6.8.0-25.25cross1) ...
2025-08-20T22:11:16.9615761Z Selecting previously unselected package libc6-dev-armhf-cross.
2025-08-20T22:11:16.9746710Z Preparing to unpack .../55-libc6-dev-armhf-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T22:11:16.9753675Z Unpacking libc6-dev-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:11:17.0932051Z Selecting previously unselected package libstdc++-13-dev-armhf-cross.
2025-08-20T22:11:17.1060132Z Preparing to unpack .../56-libstdc++-13-dev-armhf-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:11:17.1068011Z Unpacking libstdc++-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:11:17.3128112Z Selecting previously unselected package g++-13-arm-linux-gnueabihf.
2025-08-20T22:11:17.3258775Z Preparing to unpack .../57-g++-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T22:11:17.3288139Z Unpacking g++-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:11:17.4827779Z Selecting previously unselected package gcc-aarch64-linux-gnu.
2025-08-20T22:11:17.4955854Z Preparing to unpack .../58-gcc-aarch64-linux-gnu_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-20T22:11:17.4966071Z Unpacking gcc-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-20T22:11:17.5164381Z Selecting previously unselected package g++-aarch64-linux-gnu.
2025-08-20T22:11:17.5292131Z Preparing to unpack .../59-g++-aarch64-linux-gnu_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-20T22:11:17.5300178Z Unpacking g++-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-20T22:11:17.5477963Z Selecting previously unselected package gcc-arm-linux-gnueabi.
2025-08-20T22:11:17.5602360Z Preparing to unpack .../60-gcc-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_amd64.deb ...
2025-08-20T22:11:17.5610407Z Unpacking gcc-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T22:11:17.5801187Z Selecting previously unselected package g++-arm-linux-gnueabi.
2025-08-20T22:11:17.5922677Z Preparing to unpack .../61-g++-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_amd64.deb ...
2025-08-20T22:11:17.5934155Z Unpacking g++-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T22:11:17.6109698Z Selecting previously unselected package gcc-arm-linux-gnueabihf.
2025-08-20T22:11:17.6231935Z Preparing to unpack .../62-gcc-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-20T22:11:17.6240511Z Unpacking gcc-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T22:11:17.6437732Z Selecting previously unselected package g++-arm-linux-gnueabihf.
2025-08-20T22:11:17.6560590Z Preparing to unpack .../63-g++-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-20T22:11:17.6568543Z Unpacking g++-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T22:11:17.6985786Z Setting up binutils-arm-linux-gnueabi (2.42-4ubuntu2.5) ...
2025-08-20T22:11:17.7010548Z Setting up libc6-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:11:17.7033602Z Setting up gcc-13-arm-linux-gnueabi-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:11:17.7055417Z Setting up gcc-14-cross-base (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:11:17.7077405Z Setting up libatomic1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:11:17.7097256Z Setting up linux-libc-dev-armel-cross (6.8.0-25.25cross1) ...
2025-08-20T22:11:17.7119660Z Setting up gcc-13-cross-base (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:11:17.7139582Z Setting up libc6-arm64-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:11:17.7164048Z Setting up linux-libc-dev-armhf-cross (6.8.0-25.25cross1) ...
2025-08-20T22:11:17.7183765Z Setting up libitm1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:11:17.7216388Z Setting up linux-libc-dev-arm64-cross (6.8.0-25.25cross1) ...
2025-08-20T22:11:17.7236171Z Setting up libc6-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:11:17.7258057Z Setting up gcc-13-arm-linux-gnueabihf-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:11:17.7286446Z Setting up gcc-14-cross-base-ports (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:11:17.7308760Z Setting up gcc-13-aarch64-linux-gnu-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:11:17.7328819Z Setting up libc6-dev-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:11:17.7348539Z Setting up binutils-arm-linux-gnueabihf (2.42-4ubuntu2.5) ...
2025-08-20T22:11:17.7371779Z Setting up gcc-13-cross-base-ports (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:11:17.7399154Z Setting up libgcc-s1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:11:17.7420459Z Setting up libatomic1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:11:17.7443459Z Setting up libgomp1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:11:17.7464018Z Setting up liblsan0-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:11:17.7485420Z Setting up libgomp1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:11:17.7505779Z Setting up cpp-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:11:17.7528822Z Setting up libgomp1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:11:17.7551833Z Setting up cpp-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:11:17.7581114Z Setting up cpp-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:11:17.7603490Z Setting up libgcc-s1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:11:17.7622946Z Setting up libgcc-s1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:11:17.7644267Z Setting up libc6-dev-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:11:17.7669588Z Setting up libhwasan0-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:11:17.7694779Z Setting up libc6-dev-arm64-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:11:17.7724508Z Setting up libstdc++6-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:11:17.7747239Z Setting up libatomic1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:11:17.7771360Z Setting up libstdc++6-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:11:17.7791550Z Setting up cpp-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-20T22:11:17.7815690Z Setting up cpp-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T22:11:17.7837995Z Setting up libstdc++6-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:11:17.7859047Z Setting up libubsan1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:11:17.7883589Z Setting up libubsan1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:11:17.7903702Z Setting up libasan8-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:11:17.7942111Z Setting up libtsan2-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:11:17.7973518Z Setting up cpp-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T22:11:17.7998224Z Setting up libasan8-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:11:17.8025381Z Setting up libasan8-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:11:17.8046248Z Setting up libubsan1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:11:17.8065630Z Setting up libgcc-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:11:17.8099349Z Setting up gcc-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:11:17.8131395Z Setting up libstdc++-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:11:17.8156536Z Setting up libgcc-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:11:17.8182317Z Setting up libgcc-13-dev-arm64-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:11:17.8206906Z Setting up gcc-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T22:11:17.8227715Z Setting up g++-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:11:17.8248980Z Setting up libstdc++-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:11:17.8271510Z Setting up gcc-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:11:17.8294808Z Setting up gcc-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:11:17.8320795Z Setting up libstdc++-13-dev-arm64-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:11:17.8345973Z Setting up g++-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T22:11:17.8369512Z Setting up gcc-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T22:11:17.8392897Z Setting up g++-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:11:17.8414794Z Setting up g++-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:11:17.8435830Z Setting up g++-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T22:11:17.8457780Z Setting up gcc-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-20T22:11:17.8482307Z Setting up g++-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-20T22:11:17.8504838Z Processing triggers for ccache (4.9.1-1) ...
2025-08-20T22:11:17.8521264Z Updating symlinks in /usr/lib/ccache ...
2025-08-20T22:11:17.8609566Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:11:22.1472279Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T22:11:23.6207062Z Reading package lists...
2025-08-20T22:11:23.7935628Z Building dependency tree...
2025-08-20T22:11:23.7944711Z Reading state information...
2025-08-20T22:11:23.9449549Z The following additional packages will be installed:
2025-08-20T22:11:23.9450227Z   libdbus-1-dev libibverbs-dev libjudydebian1 libnl-3-dev libnl-route-3-dev
2025-08-20T22:11:23.9455069Z   libpcap0.8-dev
2025-08-20T22:11:23.9715758Z The following NEW packages will be installed:
2025-08-20T22:11:23.9716389Z   libdbus-1-dev libibverbs-dev libjudydebian1 libnl-3-dev libnl-route-3-dev
2025-08-20T22:11:23.9720640Z   libpcap-dev libpcap0.8-dev pcaputils
2025-08-20T22:11:23.9883324Z 0 upgraded, 8 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T22:11:24.0117765Z Need to get 1613 kB of archives.
2025-08-20T22:11:24.0118333Z After this operation, 6802 kB of additional disk space will be used.
2025-08-20T22:11:24.0119048Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T22:11:24.0657411Z 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:11:24.1720737Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libjudydebian1 amd64 1.0.5-5.1build1 [107 kB]
2025-08-20T22:11:24.2303196Z 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:11:24.2776488Z 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:11:24.3497135Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libibverbs-dev amd64 50.0-2ubuntu0.2 [686 kB]
2025-08-20T22:11:24.5258860Z 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:11:24.6593858Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libpcap-dev amd64 1.10.4-4.1ubuntu3 [3324 B]
2025-08-20T22:11:24.6918045Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 pcaputils amd64 0.8-1.1build2 [43.8 kB]
2025-08-20T22:11:24.9632728Z Fetched 1613 kB in 1s (2304 kB/s)
2025-08-20T22:11:24.9836582Z Selecting previously unselected package libdbus-1-dev:amd64.
2025-08-20T22:11:24.9897165Z (Reading database ... 
2025-08-20T22:11:24.9897796Z (Reading database ... 5%
2025-08-20T22:11:24.9898213Z (Reading database ... 10%
2025-08-20T22:11:24.9898588Z (Reading database ... 15%
2025-08-20T22:11:24.9898947Z (Reading database ... 20%
2025-08-20T22:11:24.9899324Z (Reading database ... 25%
2025-08-20T22:11:24.9899709Z (Reading database ... 30%
2025-08-20T22:11:24.9900076Z (Reading database ... 35%
2025-08-20T22:11:24.9900430Z (Reading database ... 40%
2025-08-20T22:11:24.9900787Z (Reading database ... 45%
2025-08-20T22:11:24.9901145Z (Reading database ... 50%
2025-08-20T22:11:24.9996401Z (Reading database ... 55%
2025-08-20T22:11:25.0015928Z (Reading database ... 60%
2025-08-20T22:11:25.0037343Z (Reading database ... 65%
2025-08-20T22:11:25.0076897Z (Reading database ... 70%
2025-08-20T22:11:25.0104052Z (Reading database ... 75%
2025-08-20T22:11:25.0136137Z (Reading database ... 80%
2025-08-20T22:11:25.0288925Z (Reading database ... 85%
2025-08-20T22:11:25.0558333Z (Reading database ... 90%
2025-08-20T22:11:25.0654684Z (Reading database ... 95%
2025-08-20T22:11:25.0655282Z (Reading database ... 100%
2025-08-20T22:11:25.0655958Z (Reading database ... 235709 files and directories currently installed.)
2025-08-20T22:11:25.0699323Z Preparing to unpack .../0-libdbus-1-dev_1.14.10-4ubuntu4.1_amd64.deb ...
2025-08-20T22:11:25.0713004Z Unpacking libdbus-1-dev:amd64 (1.14.10-4ubuntu4.1) ...
2025-08-20T22:11:25.1440721Z Selecting previously unselected package libjudydebian1.
2025-08-20T22:11:25.1585061Z Preparing to unpack .../1-libjudydebian1_1.0.5-5.1build1_amd64.deb ...
2025-08-20T22:11:25.1606684Z Unpacking libjudydebian1 (1.0.5-5.1build1) ...
2025-08-20T22:11:25.1825738Z Selecting previously unselected package libnl-3-dev:amd64.
2025-08-20T22:11:25.1967627Z Preparing to unpack .../2-libnl-3-dev_3.7.0-0.3build1.1_amd64.deb ...
2025-08-20T22:11:25.1976273Z Unpacking libnl-3-dev:amd64 (3.7.0-0.3build1.1) ...
2025-08-20T22:11:25.2402637Z Selecting previously unselected package libnl-route-3-dev:amd64.
2025-08-20T22:11:25.2547204Z Preparing to unpack .../3-libnl-route-3-dev_3.7.0-0.3build1.1_amd64.deb ...
2025-08-20T22:11:25.2556812Z Unpacking libnl-route-3-dev:amd64 (3.7.0-0.3build1.1) ...
2025-08-20T22:11:25.2816661Z Selecting previously unselected package libibverbs-dev:amd64.
2025-08-20T22:11:25.2961356Z Preparing to unpack .../4-libibverbs-dev_50.0-2ubuntu0.2_amd64.deb ...
2025-08-20T22:11:25.2970839Z Unpacking libibverbs-dev:amd64 (50.0-2ubuntu0.2) ...
2025-08-20T22:11:25.3695594Z Selecting previously unselected package libpcap0.8-dev:amd64.
2025-08-20T22:11:25.3839384Z Preparing to unpack .../5-libpcap0.8-dev_1.10.4-4.1ubuntu3_amd64.deb ...
2025-08-20T22:11:25.3876773Z Unpacking libpcap0.8-dev:amd64 (1.10.4-4.1ubuntu3) ...
2025-08-20T22:11:25.4245011Z Selecting previously unselected package libpcap-dev:amd64.
2025-08-20T22:11:25.4399635Z Preparing to unpack .../6-libpcap-dev_1.10.4-4.1ubuntu3_amd64.deb ...
2025-08-20T22:11:25.4400598Z Unpacking libpcap-dev:amd64 (1.10.4-4.1ubuntu3) ...
2025-08-20T22:11:25.4635395Z Selecting previously unselected package pcaputils.
2025-08-20T22:11:25.4776099Z Preparing to unpack .../7-pcaputils_0.8-1.1build2_amd64.deb ...
2025-08-20T22:11:25.4807707Z Unpacking pcaputils (0.8-1.1build2) ...
2025-08-20T22:11:25.5232794Z Setting up libjudydebian1 (1.0.5-5.1build1) ...
2025-08-20T22:11:25.5263159Z Setting up libdbus-1-dev:amd64 (1.14.10-4ubuntu4.1) ...
2025-08-20T22:11:25.6925708Z Setting up libnl-3-dev:amd64 (3.7.0-0.3build1.1) ...
2025-08-20T22:11:25.6952408Z Setting up pcaputils (0.8-1.1build2) ...
2025-08-20T22:11:25.7049151Z update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults
2025-08-20T22:11:25.9997089Z Setting up libnl-route-3-dev:amd64 (3.7.0-0.3build1.1) ...
2025-08-20T22:11:26.0027325Z Setting up libibverbs-dev:amd64 (50.0-2ubuntu0.2) ...
2025-08-20T22:11:26.0077955Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T22:11:26.0286405Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:11:30.6723042Z Processing triggers for sgml-base (1.31) ...
2025-08-20T22:11:30.7528484Z Setting up libpcap0.8-dev:amd64 (1.10.4-4.1ubuntu3) ...
2025-08-20T22:11:30.7555072Z Setting up libpcap-dev:amd64 (1.10.4-4.1ubuntu3) ...
2025-08-20T22:11:32.1585199Z Reading package lists...
2025-08-20T22:11:32.3098633Z Building dependency tree...
2025-08-20T22:11:32.3107092Z Reading state information...
2025-08-20T22:11:32.3502945Z Reading package lists...
2025-08-20T22:11:32.5069274Z Building dependency tree...
2025-08-20T22:11:32.5078585Z Reading state information...
2025-08-20T22:11:32.6544400Z The following additional packages will be installed:
2025-08-20T22:11:32.6550933Z   liblz1 liblzma-dev librust-cc-dev librust-libc-dev librust-pkg-config-dev
2025-08-20T22:11:32.6556533Z Suggested packages:
2025-08-20T22:11:32.6557084Z   liblzma-doc librust-cc+jobserver-dev librust-libc+rustc-dep-of-std-dev
2025-08-20T22:11:32.6557769Z   librust-libc+rustc-std-workspace-core-dev
2025-08-20T22:11:32.6708515Z The following NEW packages will be installed:
2025-08-20T22:11:32.6709252Z   liblz-dev liblz1 liblzma-dev librust-cc-dev librust-libc-dev
2025-08-20T22:11:32.6713571Z   librust-lzma-sys-dev librust-pkg-config-dev lzma lzma-dev
2025-08-20T22:11:32.6882300Z 0 upgraded, 9 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T22:11:32.6883241Z Need to get 800 kB of archives.
2025-08-20T22:11:32.6883832Z After this operation, 6245 kB of additional disk space will be used.
2025-08-20T22:11:32.6884507Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T22:11:32.7503530Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 liblz1 amd64 1.14-1 [36.4 kB]
2025-08-20T22:11:32.7842932Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 liblz-dev amd64 1.14-1 [51.7 kB]
2025-08-20T22:11:32.8222524Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 librust-libc-dev amd64 0.2.152-1 [353 kB]
2025-08-20T22:11:32.9031209Z 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:11:32.9382036Z 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:11:32.9713384Z 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:11:33.0123158Z 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:11:33.0475494Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 lzma amd64 9.22-2.2 [47.3 kB]
2025-08-20T22:11:33.0840363Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 lzma-dev all 9.22-2.2 [41.6 kB]
2025-08-20T22:11:33.3459200Z Fetched 800 kB in 0s (1950 kB/s)
2025-08-20T22:11:33.3661355Z Selecting previously unselected package liblz1:amd64.
2025-08-20T22:11:33.3720317Z (Reading database ... 
2025-08-20T22:11:33.3720753Z (Reading database ... 5%
2025-08-20T22:11:33.3721465Z (Reading database ... 10%
2025-08-20T22:11:33.3722057Z (Reading database ... 15%
2025-08-20T22:11:33.3722735Z (Reading database ... 20%
2025-08-20T22:11:33.3723159Z (Reading database ... 25%
2025-08-20T22:11:33.3723531Z (Reading database ... 30%
2025-08-20T22:11:33.3723890Z (Reading database ... 35%
2025-08-20T22:11:33.3724269Z (Reading database ... 40%
2025-08-20T22:11:33.3724626Z (Reading database ... 45%
2025-08-20T22:11:33.3724983Z (Reading database ... 50%
2025-08-20T22:11:33.3818103Z (Reading database ... 55%
2025-08-20T22:11:33.3838173Z (Reading database ... 60%
2025-08-20T22:11:33.3859710Z (Reading database ... 65%
2025-08-20T22:11:33.3899372Z (Reading database ... 70%
2025-08-20T22:11:33.3927384Z (Reading database ... 75%
2025-08-20T22:11:33.3959375Z (Reading database ... 80%
2025-08-20T22:11:33.4109753Z (Reading database ... 85%
2025-08-20T22:11:33.4381305Z (Reading database ... 90%
2025-08-20T22:11:33.4472876Z (Reading database ... 95%
2025-08-20T22:11:33.4473279Z (Reading database ... 100%
2025-08-20T22:11:33.4473803Z (Reading database ... 236365 files and directories currently installed.)
2025-08-20T22:11:33.4517326Z Preparing to unpack .../0-liblz1_1.14-1_amd64.deb ...
2025-08-20T22:11:33.4536038Z Unpacking liblz1:amd64 (1.14-1) ...
2025-08-20T22:11:33.4754105Z Selecting previously unselected package liblz-dev:amd64.
2025-08-20T22:11:33.4894201Z Preparing to unpack .../1-liblz-dev_1.14-1_amd64.deb ...
2025-08-20T22:11:33.4903651Z Unpacking liblz-dev:amd64 (1.14-1) ...
2025-08-20T22:11:33.5136215Z Selecting previously unselected package librust-libc-dev:amd64.
2025-08-20T22:11:33.5276321Z Preparing to unpack .../2-librust-libc-dev_0.2.152-1_amd64.deb ...
2025-08-20T22:11:33.5284376Z Unpacking librust-libc-dev:amd64 (0.2.152-1) ...
2025-08-20T22:11:33.6056594Z Selecting previously unselected package librust-cc-dev:amd64.
2025-08-20T22:11:33.6199388Z Preparing to unpack .../3-librust-cc-dev_1.0.83-1_amd64.deb ...
2025-08-20T22:11:33.6210902Z Unpacking librust-cc-dev:amd64 (1.0.83-1) ...
2025-08-20T22:11:33.6466357Z Selecting previously unselected package librust-pkg-config-dev:amd64.
2025-08-20T22:11:33.6609843Z Preparing to unpack .../4-librust-pkg-config-dev_0.3.27-1_amd64.deb ...
2025-08-20T22:11:33.6624578Z Unpacking librust-pkg-config-dev:amd64 (0.3.27-1) ...
2025-08-20T22:11:33.6865054Z Selecting previously unselected package liblzma-dev:amd64.
2025-08-20T22:11:33.7006074Z Preparing to unpack .../5-liblzma-dev_5.6.1+really5.4.5-1ubuntu0.2_amd64.deb ...
2025-08-20T22:11:33.7014740Z Unpacking liblzma-dev:amd64 (5.6.1+really5.4.5-1ubuntu0.2) ...
2025-08-20T22:11:33.7284451Z Selecting previously unselected package librust-lzma-sys-dev:amd64.
2025-08-20T22:11:33.7425540Z Preparing to unpack .../6-librust-lzma-sys-dev_0.1.20-1_amd64.deb ...
2025-08-20T22:11:33.7433672Z Unpacking librust-lzma-sys-dev:amd64 (0.1.20-1) ...
2025-08-20T22:11:33.7650161Z Selecting previously unselected package lzma.
2025-08-20T22:11:33.7790028Z Preparing to unpack .../7-lzma_9.22-2.2_amd64.deb ...
2025-08-20T22:11:33.7798743Z Unpacking lzma (9.22-2.2) ...
2025-08-20T22:11:33.8066055Z Selecting previously unselected package lzma-dev.
2025-08-20T22:11:33.8206005Z Preparing to unpack .../8-lzma-dev_9.22-2.2_all.deb ...
2025-08-20T22:11:33.8215798Z Unpacking lzma-dev (9.22-2.2) ...
2025-08-20T22:11:33.8650417Z Setting up liblz1:amd64 (1.14-1) ...
2025-08-20T22:11:33.8676516Z Setting up librust-libc-dev:amd64 (0.2.152-1) ...
2025-08-20T22:11:33.8697992Z Setting up librust-cc-dev:amd64 (1.0.83-1) ...
2025-08-20T22:11:33.8717799Z Setting up liblz-dev:amd64 (1.14-1) ...
2025-08-20T22:11:33.8740646Z Setting up lzma (9.22-2.2) ...
2025-08-20T22:11:33.8806680Z update-alternatives: using /usr/bin/lzmp to provide /usr/bin/lzma (lzma) in auto mode
2025-08-20T22:11:33.8836334Z Setting up lzma-dev (9.22-2.2) ...
2025-08-20T22:11:33.8862943Z Setting up liblzma-dev:amd64 (5.6.1+really5.4.5-1ubuntu0.2) ...
2025-08-20T22:11:33.8889618Z Setting up librust-pkg-config-dev:amd64 (0.3.27-1) ...
2025-08-20T22:11:33.8916321Z Setting up librust-lzma-sys-dev:amd64 (0.1.20-1) ...
2025-08-20T22:11:33.8940091Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T22:11:33.9081886Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:11:38.2108829Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T22:11:38.8402038Z 
2025-08-20T22:11:38.8402647Z Running kernel seems to be up-to-date.
2025-08-20T22:11:38.8402976Z 
2025-08-20T22:11:38.8403090Z Restarting services...
2025-08-20T22:11:38.8463359Z 
2025-08-20T22:11:38.8463714Z Service restarts being deferred:
2025-08-20T22:11:38.8465614Z  systemctl restart hosted-compute-agent.service
2025-08-20T22:11:38.8466013Z 
2025-08-20T22:11:38.8466167Z No containers need to be restarted.
2025-08-20T22:11:38.8466457Z 
2025-08-20T22:11:38.8466646Z No user sessions are running outdated binaries.
2025-08-20T22:11:38.8466981Z 
2025-08-20T22:11:38.8467286Z No VM guests are running outdated hypervisor (qemu) binaries on this host.
2025-08-20T22:11:39.7010493Z Reading package lists...
2025-08-20T22:11:39.8629325Z Building dependency tree...
2025-08-20T22:11:39.8637894Z Reading state information...
2025-08-20T22:11:40.0598309Z dnsutils is already the newest version (1:9.18.30-0ubuntu0.24.04.2).
2025-08-20T22:11:40.0599751Z inetutils-telnet is already the newest version (2:2.5-3ubuntu4).
2025-08-20T22:11:40.0600847Z inetutils-telnet set to manually installed.
2025-08-20T22:11:40.0602140Z net-tools is already the newest version (2.10-0.1ubuntu4.4).
2025-08-20T22:11:40.0603284Z The following additional packages will be installed:
2025-08-20T22:11:40.0604030Z   tcpd update-inetd
2025-08-20T22:11:40.0767383Z The following packages will be REMOVED:
2025-08-20T22:11:40.0778592Z   iputils-ping rsyslog ubuntu-minimal
2025-08-20T22:11:40.0780131Z The following NEW packages will be installed:
2025-08-20T22:11:40.0780746Z   inetutils-ftp inetutils-ftpd inetutils-inetd inetutils-ping
2025-08-20T22:11:40.0781274Z   inetutils-syslogd inetutils-talk inetutils-talkd inetutils-telnetd
2025-08-20T22:11:40.0787650Z   inetutils-tools inetutils-traceroute netcat-traditional tcpd update-inetd
2025-08-20T22:11:40.0958770Z 0 upgraded, 13 newly installed, 3 to remove and 19 not upgraded.
2025-08-20T22:11:40.0959336Z Need to get 698 kB of archives.
2025-08-20T22:11:40.0959673Z After this operation, 196 kB of additional disk space will be used.
2025-08-20T22:11:40.0960306Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T22:11:40.1689727Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-syslogd amd64 2:2.5-3ubuntu4 [62.6 kB]
2025-08-20T22:11:40.2099570Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 tcpd amd64 7.6.q-33 [24.3 kB]
2025-08-20T22:11:40.2462171Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 update-inetd all 4.53 [24.0 kB]
2025-08-20T22:11:40.2785326Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-inetd amd64 2:2.5-3ubuntu4 [45.5 kB]
2025-08-20T22:11:40.3172867Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-ftp amd64 2:2.5-3ubuntu4 [84.3 kB]
2025-08-20T22:11:40.3609812Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-ftpd amd64 2:2.5-3ubuntu4 [73.3 kB]
2025-08-20T22:11:40.4022481Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-ping amd64 2:2.5-3ubuntu4 [62.4 kB]
2025-08-20T22:11:40.4402381Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-talk amd64 2:2.5-3ubuntu4 [45.8 kB]
2025-08-20T22:11:40.4763012Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-talkd amd64 2:2.5-3ubuntu4 [35.7 kB]
2025-08-20T22:11:40.5110904Z Get:11 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-telnetd amd64 2:2.5-3ubuntu4 [60.0 kB]
2025-08-20T22:11:40.5458564Z Get:12 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-tools amd64 2:2.5-3ubuntu4 [76.9 kB]
2025-08-20T22:11:40.5803435Z Get:13 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 netcat-traditional amd64 1.10-48 [61.3 kB]
2025-08-20T22:11:40.6150943Z Get:14 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-traceroute amd64 2:2.5-3ubuntu4 [42.2 kB]
2025-08-20T22:11:40.8441939Z Preconfiguring packages ...
2025-08-20T22:11:40.9323801Z Fetched 698 kB in 1s (1308 kB/s)
2025-08-20T22:11:40.9506148Z (Reading database ... 
2025-08-20T22:11:40.9506733Z (Reading database ... 5%
2025-08-20T22:11:40.9507222Z (Reading database ... 10%
2025-08-20T22:11:40.9507680Z (Reading database ... 15%
2025-08-20T22:11:40.9508137Z (Reading database ... 20%
2025-08-20T22:11:40.9508583Z (Reading database ... 25%
2025-08-20T22:11:40.9509023Z (Reading database ... 30%
2025-08-20T22:11:40.9509467Z (Reading database ... 35%
2025-08-20T22:11:40.9509918Z (Reading database ... 40%
2025-08-20T22:11:40.9510352Z (Reading database ... 45%
2025-08-20T22:11:40.9510781Z (Reading database ... 50%
2025-08-20T22:11:40.9531714Z (Reading database ... 55%
2025-08-20T22:11:40.9624806Z (Reading database ... 60%
2025-08-20T22:11:40.9646488Z (Reading database ... 65%
2025-08-20T22:11:40.9686615Z (Reading database ... 70%
2025-08-20T22:11:40.9714211Z (Reading database ... 75%
2025-08-20T22:11:40.9748213Z (Reading database ... 80%
2025-08-20T22:11:40.9894032Z (Reading database ... 85%
2025-08-20T22:11:40.9986164Z (Reading database ... 90%
2025-08-20T22:11:41.0263322Z (Reading database ... 95%
2025-08-20T22:11:41.0263823Z (Reading database ... 100%
2025-08-20T22:11:41.0264319Z (Reading database ... 236857 files and directories currently installed.)
2025-08-20T22:11:41.0305176Z Removing ubuntu-minimal (1.539.2) ...
2025-08-20T22:11:41.0576434Z Removing iputils-ping (3:20240117-1ubuntu0.1) ...
2025-08-20T22:11:41.0746310Z Removing rsyslog (8.2312.0-3ubuntu9.1) ...
2025-08-20T22:11:41.4986326Z Selecting previously unselected package inetutils-syslogd.
2025-08-20T22:11:41.5045342Z (Reading database ... 
2025-08-20T22:11:41.5045864Z (Reading database ... 5%
2025-08-20T22:11:41.5046264Z (Reading database ... 10%
2025-08-20T22:11:41.5046637Z (Reading database ... 15%
2025-08-20T22:11:41.5046975Z (Reading database ... 20%
2025-08-20T22:11:41.5047265Z (Reading database ... 25%
2025-08-20T22:11:41.5047519Z (Reading database ... 30%
2025-08-20T22:11:41.5047757Z (Reading database ... 35%
2025-08-20T22:11:41.5047991Z (Reading database ... 40%
2025-08-20T22:11:41.5048451Z (Reading database ... 45%
2025-08-20T22:11:41.5048679Z (Reading database ... 50%
2025-08-20T22:11:41.5068181Z (Reading database ... 55%
2025-08-20T22:11:41.5163126Z (Reading database ... 60%
2025-08-20T22:11:41.5185061Z (Reading database ... 65%
2025-08-20T22:11:41.5225113Z (Reading database ... 70%
2025-08-20T22:11:41.5252437Z (Reading database ... 75%
2025-08-20T22:11:41.5286866Z (Reading database ... 80%
2025-08-20T22:11:41.5431528Z (Reading database ... 85%
2025-08-20T22:11:41.5522872Z (Reading database ... 90%
2025-08-20T22:11:41.5796907Z (Reading database ... 95%
2025-08-20T22:11:41.5797365Z (Reading database ... 100%
2025-08-20T22:11:41.5797782Z (Reading database ... 236785 files and directories currently installed.)
2025-08-20T22:11:41.5840042Z Preparing to unpack .../00-inetutils-syslogd_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T22:11:41.5878913Z Unpacking inetutils-syslogd (2:2.5-3ubuntu4) ...
2025-08-20T22:11:41.6112746Z Selecting previously unselected package tcpd.
2025-08-20T22:11:41.6255308Z Preparing to unpack .../01-tcpd_7.6.q-33_amd64.deb ...
2025-08-20T22:11:41.6270519Z Unpacking tcpd (7.6.q-33) ...
2025-08-20T22:11:41.6510296Z Selecting previously unselected package update-inetd.
2025-08-20T22:11:41.6652383Z Preparing to unpack .../02-update-inetd_4.53_all.deb ...
2025-08-20T22:11:41.6659773Z Unpacking update-inetd (4.53) ...
2025-08-20T22:11:41.6902139Z Selecting previously unselected package inetutils-inetd.
2025-08-20T22:11:41.7041880Z Preparing to unpack .../03-inetutils-inetd_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T22:11:41.7088300Z Unpacking inetutils-inetd (2:2.5-3ubuntu4) ...
2025-08-20T22:11:41.7319146Z Selecting previously unselected package inetutils-ftp.
2025-08-20T22:11:41.7461367Z Preparing to unpack .../04-inetutils-ftp_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T22:11:41.7469300Z Unpacking inetutils-ftp (2:2.5-3ubuntu4) ...
2025-08-20T22:11:41.7707285Z Selecting previously unselected package inetutils-ftpd.
2025-08-20T22:11:41.7849721Z Preparing to unpack .../05-inetutils-ftpd_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T22:11:41.7859977Z Unpacking inetutils-ftpd (2:2.5-3ubuntu4) ...
2025-08-20T22:11:41.8091321Z Selecting previously unselected package inetutils-ping.
2025-08-20T22:11:41.8232753Z Preparing to unpack .../06-inetutils-ping_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T22:11:41.8240557Z Unpacking inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-20T22:11:41.8474416Z Selecting previously unselected package inetutils-talk.
2025-08-20T22:11:41.8614387Z Preparing to unpack .../07-inetutils-talk_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T22:11:41.8627108Z Unpacking inetutils-talk (2:2.5-3ubuntu4) ...
2025-08-20T22:11:41.8844414Z Selecting previously unselected package inetutils-talkd.
2025-08-20T22:11:41.8983808Z Preparing to unpack .../08-inetutils-talkd_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T22:11:41.8993738Z Unpacking inetutils-talkd (2:2.5-3ubuntu4) ...
2025-08-20T22:11:41.9215029Z Selecting previously unselected package inetutils-telnetd.
2025-08-20T22:11:41.9354714Z Preparing to unpack .../09-inetutils-telnetd_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T22:11:41.9362085Z Unpacking inetutils-telnetd (2:2.5-3ubuntu4) ...
2025-08-20T22:11:41.9569243Z Selecting previously unselected package inetutils-tools.
2025-08-20T22:11:41.9709069Z Preparing to unpack .../10-inetutils-tools_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T22:11:41.9717054Z Unpacking inetutils-tools (2:2.5-3ubuntu4) ...
2025-08-20T22:11:41.9951265Z Selecting previously unselected package netcat-traditional.
2025-08-20T22:11:42.0091516Z Preparing to unpack .../11-netcat-traditional_1.10-48_amd64.deb ...
2025-08-20T22:11:42.0099835Z Unpacking netcat-traditional (1.10-48) ...
2025-08-20T22:11:42.0349010Z Selecting previously unselected package inetutils-traceroute.
2025-08-20T22:11:42.0491989Z Preparing to unpack .../12-inetutils-traceroute_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T22:11:42.0501151Z Unpacking inetutils-traceroute (2:2.5-3ubuntu4) ...
2025-08-20T22:11:42.0935427Z Setting up netcat-traditional (1.10-48) ...
2025-08-20T22:11:42.1015353Z Setting up update-inetd (4.53) ...
2025-08-20T22:11:42.1884661Z Setting up inetutils-traceroute (2:2.5-3ubuntu4) ...
2025-08-20T22:11:42.1948729Z update-alternatives: using /usr/bin/inetutils-traceroute to provide /usr/bin/traceroute (traceroute) in auto mode
2025-08-20T22:11:42.1967490Z Setting up inetutils-syslogd (2:2.5-3ubuntu4) ...
2025-08-20T22:11:42.6248959Z Created symlink /etc/systemd/system/syslogd.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-20T22:11:42.6249404Z 
2025-08-20T22:11:42.6249532Z Removed "/etc/systemd/system/syslog.service".
2025-08-20T22:11:42.6249744Z 
2025-08-20T22:11:42.6250131Z Created symlink /etc/systemd/system/syslog.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-20T22:11:42.6250512Z 
2025-08-20T22:11:42.6251285Z Created symlink /etc/systemd/system/multi-user.target.wants/inetutils-syslogd.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-20T22:11:42.6252435Z 
2025-08-20T22:11:42.9358270Z Setting up inetutils-ftp (2:2.5-3ubuntu4) ...
2025-08-20T22:11:42.9437210Z Setting up inetutils-talk (2:2.5-3ubuntu4) ...
2025-08-20T22:11:42.9502849Z update-alternatives: using /usr/bin/inetutils-talk to provide /usr/bin/talk (talk) in auto mode
2025-08-20T22:11:42.9520856Z Setting up inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-20T22:11:42.9550528Z Setting up inetutils-tools (2:2.5-3ubuntu4) ...
2025-08-20T22:11:42.9574784Z Setting up tcpd (7.6.q-33) ...
2025-08-20T22:11:42.9593915Z Setting up inetutils-inetd (2:2.5-3ubuntu4) ...
2025-08-20T22:11:43.3595674Z Created symlink /etc/systemd/system/inetd.service → /usr/lib/systemd/system/inetutils-inetd.service.
2025-08-20T22:11:43.3596120Z 
2025-08-20T22:11:43.3596939Z Created symlink /etc/systemd/system/multi-user.target.wants/inetutils-inetd.service → /usr/lib/systemd/system/inetutils-inetd.service.
2025-08-20T22:11:43.3597865Z 
2025-08-20T22:11:43.6640552Z Setting up inetutils-talkd (2:2.5-3ubuntu4) ...
2025-08-20T22:11:43.7755468Z Setting up inetutils-ftpd (2:2.5-3ubuntu4) ...
2025-08-20T22:11:43.8447461Z Setting up inetutils-telnetd (2:2.5-3ubuntu4) ...
2025-08-20T22:11:43.9105889Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:11:50.2049202Z Reading package lists...
2025-08-20T22:11:50.3615067Z Building dependency tree...
2025-08-20T22:11:50.3623499Z Reading state information...
2025-08-20T22:11:50.5722583Z iputils-tracepath is already the newest version (3:20240117-1ubuntu0.1).
2025-08-20T22:11:50.5723096Z iputils-tracepath set to manually installed.
2025-08-20T22:11:50.5723448Z The following packages will be REMOVED:
2025-08-20T22:11:50.5729459Z   inetutils-ping
2025-08-20T22:11:50.5730277Z The following NEW packages will be installed:
2025-08-20T22:11:50.5736907Z   iputils-arping iputils-clockdiff iputils-ping
2025-08-20T22:11:50.5902384Z 0 upgraded, 3 newly installed, 1 to remove and 19 not upgraded.
2025-08-20T22:11:50.5903010Z Need to get 71.5 kB of archives.
2025-08-20T22:11:50.5903578Z After this operation, 16.4 kB of additional disk space will be used.
2025-08-20T22:11:50.5904268Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T22:11:50.6370574Z 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:11:50.6757224Z 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:11:50.7051154Z 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:11:50.9845608Z Fetched 71.5 kB in 0s (568 kB/s)
2025-08-20T22:11:51.0030598Z (Reading database ... 
2025-08-20T22:11:51.0031405Z (Reading database ... 5%
2025-08-20T22:11:51.0032098Z (Reading database ... 10%
2025-08-20T22:11:51.0032483Z (Reading database ... 15%
2025-08-20T22:11:51.0032887Z (Reading database ... 20%
2025-08-20T22:11:51.0033292Z (Reading database ... 25%
2025-08-20T22:11:51.0033675Z (Reading database ... 30%
2025-08-20T22:11:51.0034220Z (Reading database ... 35%
2025-08-20T22:11:51.0034469Z (Reading database ... 40%
2025-08-20T22:11:51.0034722Z (Reading database ... 45%
2025-08-20T22:11:51.0034972Z (Reading database ... 50%
2025-08-20T22:11:51.0115016Z (Reading database ... 55%
2025-08-20T22:11:51.0149391Z (Reading database ... 60%
2025-08-20T22:11:51.0171052Z (Reading database ... 65%
2025-08-20T22:11:51.0211234Z (Reading database ... 70%
2025-08-20T22:11:51.0240149Z (Reading database ... 75%
2025-08-20T22:11:51.0273776Z (Reading database ... 80%
2025-08-20T22:11:51.0420605Z (Reading database ... 85%
2025-08-20T22:11:51.0513586Z (Reading database ... 90%
2025-08-20T22:11:51.0791500Z (Reading database ... 95%
2025-08-20T22:11:51.0792148Z (Reading database ... 100%
2025-08-20T22:11:51.0792657Z (Reading database ... 236946 files and directories currently installed.)
2025-08-20T22:11:51.0832745Z Removing inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-20T22:11:51.1282460Z Selecting previously unselected package iputils-ping.
2025-08-20T22:11:51.1342645Z (Reading database ... 
2025-08-20T22:11:51.1343058Z (Reading database ... 5%
2025-08-20T22:11:51.1343442Z (Reading database ... 10%
2025-08-20T22:11:51.1343803Z (Reading database ... 15%
2025-08-20T22:11:51.1344252Z (Reading database ... 20%
2025-08-20T22:11:51.1344691Z (Reading database ... 25%
2025-08-20T22:11:51.1345152Z (Reading database ... 30%
2025-08-20T22:11:51.1345539Z (Reading database ... 35%
2025-08-20T22:11:51.1345922Z (Reading database ... 40%
2025-08-20T22:11:51.1346219Z (Reading database ... 45%
2025-08-20T22:11:51.1346461Z (Reading database ... 50%
2025-08-20T22:11:51.1423785Z (Reading database ... 55%
2025-08-20T22:11:51.1459011Z (Reading database ... 60%
2025-08-20T22:11:51.1481501Z (Reading database ... 65%
2025-08-20T22:11:51.1522249Z (Reading database ... 70%
2025-08-20T22:11:51.1550698Z (Reading database ... 75%
2025-08-20T22:11:51.1583876Z (Reading database ... 80%
2025-08-20T22:11:51.1729834Z (Reading database ... 85%
2025-08-20T22:11:51.1825319Z (Reading database ... 90%
2025-08-20T22:11:51.2109975Z (Reading database ... 95%
2025-08-20T22:11:51.2110414Z (Reading database ... 100%
2025-08-20T22:11:51.2110951Z (Reading database ... 236937 files and directories currently installed.)
2025-08-20T22:11:51.2155410Z Preparing to unpack .../iputils-ping_3%3a20240117-1ubuntu0.1_amd64.deb ...
2025-08-20T22:11:51.2166715Z Unpacking iputils-ping (3:20240117-1ubuntu0.1) ...
2025-08-20T22:11:51.2394185Z Selecting previously unselected package iputils-arping.
2025-08-20T22:11:51.2536460Z Preparing to unpack .../iputils-arping_3%3a20240117-1ubuntu0.1_amd64.deb ...
2025-08-20T22:11:51.2544383Z Unpacking iputils-arping (3:20240117-1ubuntu0.1) ...
2025-08-20T22:11:51.2747840Z Selecting previously unselected package iputils-clockdiff.
2025-08-20T22:11:51.2887521Z Preparing to unpack .../iputils-clockdiff_3%3a20240117-1ubuntu0.1_amd64.deb ...
2025-08-20T22:11:51.2895706Z Unpacking iputils-clockdiff (3:20240117-1ubuntu0.1) ...
2025-08-20T22:11:51.3283124Z Setting up iputils-arping (3:20240117-1ubuntu0.1) ...
2025-08-20T22:11:51.3439077Z Setting up iputils-ping (3:20240117-1ubuntu0.1) ...
2025-08-20T22:11:51.3589682Z Setting up iputils-clockdiff (3:20240117-1ubuntu0.1) ...
2025-08-20T22:11:51.3743890Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:11:57.2897853Z Reading package lists...
2025-08-20T22:11:57.4538483Z Building dependency tree...
2025-08-20T22:11:57.4547095Z Reading state information...
2025-08-20T22:11:57.6075198Z python3-pip is already the newest version (24.0+dfsg-1ubuntu1.2).
2025-08-20T22:11:57.6075790Z python3-venv is already the newest version (3.12.3-0ubuntu2).
2025-08-20T22:11:57.6460174Z 0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T22:12:01.1924770Z pip 24.0 from /usr/lib/python3/dist-packages/pip (python 3.12)
2025-08-20T22:12:02.8323558Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T22:12:04.2425030Z Requirement already satisfied: pip in /usr/lib/python3/dist-packages (24.0)
2025-08-20T22:12:04.3435526Z Collecting pip
2025-08-20T22:12:04.3773373Z   Downloading pip-25.2-py3-none-any.whl.metadata (4.7 kB)
2025-08-20T22:12:04.3850991Z Downloading pip-25.2-py3-none-any.whl (1.8 MB)
2025-08-20T22:12:04.4178737Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 57.2 MB/s eta 0:00:00
2025-08-20T22:12:04.8083281Z Installing collected packages: pip
2025-08-20T22:12:05.5488550Z Successfully installed pip-25.2
2025-08-20T22:12:05.7947854Z pip 25.2 from /home/runner/.local/lib/python3.12/site-packages/pip (python 3.12)
2025-08-20T22:12:05.8374637Z Reading package lists...
2025-08-20T22:12:05.9959813Z Building dependency tree...
2025-08-20T22:12:05.9968203Z Reading state information...
2025-08-20T22:12:06.1540801Z pciutils is already the newest version (1:3.10.0-2build1).
2025-08-20T22:12:06.1541484Z pciutils set to manually installed.
2025-08-20T22:12:06.1542256Z procps is already the newest version (2:4.0.4-4ubuntu3.2).
2025-08-20T22:12:06.1542870Z python3-distro is already the newest version (1.9.0-1).
2025-08-20T22:12:06.1543496Z python3-distro set to manually installed.
2025-08-20T22:12:06.1544108Z python3-netifaces is already the newest version (0.11.0-2build3).
2025-08-20T22:12:06.1544804Z python3-netifaces set to manually installed.
2025-08-20T22:12:06.1545385Z The following additional packages will be installed:
2025-08-20T22:12:06.1545875Z   libsysfs2
2025-08-20T22:12:06.1548603Z Suggested packages:
2025-08-20T22:12:06.1548976Z   fancontrol read-edid i2c-tools
2025-08-20T22:12:06.1802502Z The following NEW packages will be installed:
2025-08-20T22:12:06.1804770Z   libsysfs2 lm-sensors sysfsutils virt-what
2025-08-20T22:12:06.1971191Z 0 upgraded, 4 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T22:12:06.2195740Z Need to get 142 kB of archives.
2025-08-20T22:12:06.2196704Z After this operation, 577 kB of additional disk space will be used.
2025-08-20T22:12:06.2197309Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T22:12:06.2713130Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libsysfs2 amd64 2.1.1-6build1 [20.0 kB]
2025-08-20T22:12:06.3011323Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 sysfsutils amd64 2.1.1-6build1 [15.5 kB]
2025-08-20T22:12:06.3303052Z 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:12:06.3619532Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 virt-what amd64 1.25-2 [15.9 kB]
2025-08-20T22:12:06.6235028Z Fetched 142 kB in 0s (922 kB/s)
2025-08-20T22:12:06.6434191Z Selecting previously unselected package libsysfs2:amd64.
2025-08-20T22:12:06.6494503Z (Reading database ... 
2025-08-20T22:12:06.6494935Z (Reading database ... 5%
2025-08-20T22:12:06.6495343Z (Reading database ... 10%
2025-08-20T22:12:06.6495766Z (Reading database ... 15%
2025-08-20T22:12:06.6496116Z (Reading database ... 20%
2025-08-20T22:12:06.6496481Z (Reading database ... 25%
2025-08-20T22:12:06.6496859Z (Reading database ... 30%
2025-08-20T22:12:06.6497262Z (Reading database ... 35%
2025-08-20T22:12:06.6497606Z (Reading database ... 40%
2025-08-20T22:12:06.6497853Z (Reading database ... 45%
2025-08-20T22:12:06.6498102Z (Reading database ... 50%
2025-08-20T22:12:06.6579988Z (Reading database ... 55%
2025-08-20T22:12:06.6615895Z (Reading database ... 60%
2025-08-20T22:12:06.6638617Z (Reading database ... 65%
2025-08-20T22:12:06.6680674Z (Reading database ... 70%
2025-08-20T22:12:06.6711430Z (Reading database ... 75%
2025-08-20T22:12:06.6747042Z (Reading database ... 80%
2025-08-20T22:12:06.6901046Z (Reading database ... 85%
2025-08-20T22:12:06.6996712Z (Reading database ... 90%
2025-08-20T22:12:06.7280671Z (Reading database ... 95%
2025-08-20T22:12:06.7281090Z (Reading database ... 100%
2025-08-20T22:12:06.7281824Z (Reading database ... 236956 files and directories currently installed.)
2025-08-20T22:12:06.7325731Z Preparing to unpack .../libsysfs2_2.1.1-6build1_amd64.deb ...
2025-08-20T22:12:06.7344131Z Unpacking libsysfs2:amd64 (2.1.1-6build1) ...
2025-08-20T22:12:06.7578762Z Selecting previously unselected package sysfsutils.
2025-08-20T22:12:06.7718541Z Preparing to unpack .../sysfsutils_2.1.1-6build1_amd64.deb ...
2025-08-20T22:12:06.7750528Z Unpacking sysfsutils (2.1.1-6build1) ...
2025-08-20T22:12:06.7994480Z Selecting previously unselected package lm-sensors.
2025-08-20T22:12:06.8135944Z Preparing to unpack .../lm-sensors_1%3a3.6.0-9build1_amd64.deb ...
2025-08-20T22:12:06.8331097Z Unpacking lm-sensors (1:3.6.0-9build1) ...
2025-08-20T22:12:06.8586261Z Selecting previously unselected package virt-what.
2025-08-20T22:12:06.8731009Z Preparing to unpack .../virt-what_1.25-2_amd64.deb ...
2025-08-20T22:12:06.8739343Z Unpacking virt-what (1.25-2) ...
2025-08-20T22:12:06.9144593Z Setting up virt-what (1.25-2) ...
2025-08-20T22:12:06.9169204Z Setting up libsysfs2:amd64 (2.1.1-6build1) ...
2025-08-20T22:12:06.9188874Z Setting up sysfsutils (2.1.1-6build1) ...
2025-08-20T22:12:07.3152905Z Created symlink /etc/systemd/system/sysfs.service → /usr/lib/systemd/system/sysfsutils.service.
2025-08-20T22:12:07.3153380Z 
2025-08-20T22:12:07.3153894Z Created symlink /etc/systemd/system/multi-user.target.wants/sysfsutils.service → /usr/lib/systemd/system/sysfsutils.service.
2025-08-20T22:12:07.3154673Z 
2025-08-20T22:12:07.6395820Z Setting up lm-sensors (1:3.6.0-9build1) ...
2025-08-20T22:12:08.0368007Z Created symlink /etc/systemd/system/multi-user.target.wants/lm-sensors.service → /usr/lib/systemd/system/lm-sensors.service.
2025-08-20T22:12:08.0368892Z 
2025-08-20T22:12:08.0402921Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:12:12.6510973Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T22:12:14.0917867Z Reading package lists...
2025-08-20T22:12:14.2508843Z Building dependency tree...
2025-08-20T22:12:14.2517954Z Reading state information...
2025-08-20T22:12:14.4018866Z scons is already the newest version (4.5.2+dfsg-1).
2025-08-20T22:12:14.4019402Z The following additional packages will be installed:
2025-08-20T22:12:14.4022208Z   libpthread-stubs0-dev libxau-dev libxcb-shape0 libxdmcp-dev x11proto-dev
2025-08-20T22:12:14.4022946Z   xorg-sgml-doctools
2025-08-20T22:12:14.4028198Z Suggested packages:
2025-08-20T22:12:14.4028542Z   libxcb-doc
2025-08-20T22:12:14.4172930Z The following NEW packages will be installed:
2025-08-20T22:12:14.4174728Z   libpthread-stubs0-dev libxau-dev libxcb-render0-dev libxcb-shape0
2025-08-20T22:12:14.4177348Z   libxcb-shape0-dev libxcb-xfixes0-dev libxcb1-dev libxdmcp-dev x11proto-dev
2025-08-20T22:12:14.4177758Z   xcb xorg-sgml-doctools
2025-08-20T22:12:14.4345290Z 0 upgraded, 11 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T22:12:14.4345823Z Need to get 807 kB of archives.
2025-08-20T22:12:14.4346390Z After this operation, 3089 kB of additional disk space will be used.
2025-08-20T22:12:14.4347094Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T22:12:14.4805593Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libpthread-stubs0-dev amd64 0.4-1build3 [4746 B]
2025-08-20T22:12:14.5102193Z 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:12:14.5428397Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 x11proto-dev all 2023.2-1 [602 kB]
2025-08-20T22:12:14.6012391Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxau-dev amd64 1:1.0.9-1build6 [9570 B]
2025-08-20T22:12:14.6300172Z 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:12:14.6588203Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxcb1-dev amd64 1.15-1ubuntu2 [85.8 kB]
2025-08-20T22:12:14.6903231Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxcb-render0-dev amd64 1.15-1ubuntu2 [19.6 kB]
2025-08-20T22:12:14.7198410Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxcb-shape0 amd64 1.15-1ubuntu2 [6100 B]
2025-08-20T22:12:14.7487926Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxcb-shape0-dev amd64 1.15-1ubuntu2 [7310 B]
2025-08-20T22:12:14.7783640Z Get:11 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxcb-xfixes0-dev amd64 1.15-1ubuntu2 [12.6 kB]
2025-08-20T22:12:14.8074262Z Get:12 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 xcb amd64 2.4-8build2 [21.3 kB]
2025-08-20T22:12:15.0670023Z Fetched 807 kB in 0s (2105 kB/s)
2025-08-20T22:12:15.0860898Z Selecting previously unselected package libpthread-stubs0-dev:amd64.
2025-08-20T22:12:15.0921166Z (Reading database ... 
2025-08-20T22:12:15.0921761Z (Reading database ... 5%
2025-08-20T22:12:15.0922195Z (Reading database ... 10%
2025-08-20T22:12:15.0922619Z (Reading database ... 15%
2025-08-20T22:12:15.0923051Z (Reading database ... 20%
2025-08-20T22:12:15.0923498Z (Reading database ... 25%
2025-08-20T22:12:15.0923825Z (Reading database ... 30%
2025-08-20T22:12:15.0924090Z (Reading database ... 35%
2025-08-20T22:12:15.0924353Z (Reading database ... 40%
2025-08-20T22:12:15.0924613Z (Reading database ... 45%
2025-08-20T22:12:15.0924889Z (Reading database ... 50%
2025-08-20T22:12:15.1018305Z (Reading database ... 55%
2025-08-20T22:12:15.1038833Z (Reading database ... 60%
2025-08-20T22:12:15.1061304Z (Reading database ... 65%
2025-08-20T22:12:15.1102279Z (Reading database ... 70%
2025-08-20T22:12:15.1130492Z (Reading database ... 75%
2025-08-20T22:12:15.1164115Z (Reading database ... 80%
2025-08-20T22:12:15.1311071Z (Reading database ... 85%
2025-08-20T22:12:15.1406004Z (Reading database ... 90%
2025-08-20T22:12:15.1684337Z (Reading database ... 95%
2025-08-20T22:12:15.1684867Z (Reading database ... 100%
2025-08-20T22:12:15.1685589Z (Reading database ... 237013 files and directories currently installed.)
2025-08-20T22:12:15.1729265Z Preparing to unpack .../00-libpthread-stubs0-dev_0.4-1build3_amd64.deb ...
2025-08-20T22:12:15.1750260Z Unpacking libpthread-stubs0-dev:amd64 (0.4-1build3) ...
2025-08-20T22:12:15.1966294Z Selecting previously unselected package xorg-sgml-doctools.
2025-08-20T22:12:15.2109931Z Preparing to unpack .../01-xorg-sgml-doctools_1%3a1.11-1.1_all.deb ...
2025-08-20T22:12:15.2118219Z Unpacking xorg-sgml-doctools (1:1.11-1.1) ...
2025-08-20T22:12:15.2363955Z Selecting previously unselected package x11proto-dev.
2025-08-20T22:12:15.2509287Z Preparing to unpack .../02-x11proto-dev_2023.2-1_all.deb ...
2025-08-20T22:12:15.2518090Z Unpacking x11proto-dev (2023.2-1) ...
2025-08-20T22:12:15.3125823Z Selecting previously unselected package libxau-dev:amd64.
2025-08-20T22:12:15.3270427Z Preparing to unpack .../03-libxau-dev_1%3a1.0.9-1build6_amd64.deb ...
2025-08-20T22:12:15.3280538Z Unpacking libxau-dev:amd64 (1:1.0.9-1build6) ...
2025-08-20T22:12:15.3506160Z Selecting previously unselected package libxdmcp-dev:amd64.
2025-08-20T22:12:15.3651029Z Preparing to unpack .../04-libxdmcp-dev_1%3a1.1.3-0ubuntu6_amd64.deb ...
2025-08-20T22:12:15.3660506Z Unpacking libxdmcp-dev:amd64 (1:1.1.3-0ubuntu6) ...
2025-08-20T22:12:15.3873612Z Selecting previously unselected package libxcb1-dev:amd64.
2025-08-20T22:12:15.4018320Z Preparing to unpack .../05-libxcb1-dev_1.15-1ubuntu2_amd64.deb ...
2025-08-20T22:12:15.4026482Z Unpacking libxcb1-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T22:12:15.4259125Z Selecting previously unselected package libxcb-render0-dev:amd64.
2025-08-20T22:12:15.4402678Z Preparing to unpack .../06-libxcb-render0-dev_1.15-1ubuntu2_amd64.deb ...
2025-08-20T22:12:15.4410946Z Unpacking libxcb-render0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T22:12:15.4638220Z Selecting previously unselected package libxcb-shape0:amd64.
2025-08-20T22:12:15.4782195Z Preparing to unpack .../07-libxcb-shape0_1.15-1ubuntu2_amd64.deb ...
2025-08-20T22:12:15.4798207Z Unpacking libxcb-shape0:amd64 (1.15-1ubuntu2) ...
2025-08-20T22:12:15.5007478Z Selecting previously unselected package libxcb-shape0-dev:amd64.
2025-08-20T22:12:15.5154287Z Preparing to unpack .../08-libxcb-shape0-dev_1.15-1ubuntu2_amd64.deb ...
2025-08-20T22:12:15.5165465Z Unpacking libxcb-shape0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T22:12:15.5371530Z Selecting previously unselected package libxcb-xfixes0-dev:amd64.
2025-08-20T22:12:15.5515101Z Preparing to unpack .../09-libxcb-xfixes0-dev_1.15-1ubuntu2_amd64.deb ...
2025-08-20T22:12:15.5523628Z Unpacking libxcb-xfixes0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T22:12:15.5738824Z Selecting previously unselected package xcb.
2025-08-20T22:12:15.5883106Z Preparing to unpack .../10-xcb_2.4-8build2_amd64.deb ...
2025-08-20T22:12:15.5891262Z Unpacking xcb (2.4-8build2) ...
2025-08-20T22:12:15.6385702Z Setting up libxcb-shape0:amd64 (1.15-1ubuntu2) ...
2025-08-20T22:12:15.6411767Z Setting up libpthread-stubs0-dev:amd64 (0.4-1build3) ...
2025-08-20T22:12:15.6432329Z Setting up xcb (2.4-8build2) ...
2025-08-20T22:12:15.6475256Z Setting up xorg-sgml-doctools (1:1.11-1.1) ...
2025-08-20T22:12:15.6522751Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T22:12:15.6665744Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:12:20.1334324Z Processing triggers for sgml-base (1.31) ...
2025-08-20T22:12:20.1425885Z Setting up x11proto-dev (2023.2-1) ...
2025-08-20T22:12:20.1451089Z Setting up libxau-dev:amd64 (1:1.0.9-1build6) ...
2025-08-20T22:12:20.1472496Z Setting up libxdmcp-dev:amd64 (1:1.1.3-0ubuntu6) ...
2025-08-20T22:12:20.1499605Z Setting up libxcb1-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T22:12:20.1521396Z Setting up libxcb-render0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T22:12:20.1545417Z Setting up libxcb-shape0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T22:12:20.1567967Z Setting up libxcb-xfixes0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T22:12:21.7956722Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T22:12:21.9647466Z Collecting build
2025-08-20T22:12:22.0307493Z   Downloading build-1.3.0-py3-none-any.whl.metadata (5.6 kB)
2025-08-20T22:12:22.1334917Z Collecting cffi
2025-08-20T22:12:22.1480602Z   Downloading cffi-1.17.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (1.5 kB)
2025-08-20T22:12:22.1620860Z Collecting scons
2025-08-20T22:12:22.1765092Z   Downloading scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T22:12:22.1913482Z Collecting scuba
2025-08-20T22:12:22.2220197Z   Downloading scuba-2.14.1-py3-none-any.whl.metadata (3.4 kB)
2025-08-20T22:12:22.2682072Z Collecting pytest
2025-08-20T22:12:22.2829132Z   Downloading pytest-8.4.1-py3-none-any.whl.metadata (7.7 kB)
2025-08-20T22:12:22.3031022Z Collecting packaging>=19.1 (from build)
2025-08-20T22:12:22.3173204Z   Downloading packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T22:12:22.3267285Z Collecting pyproject_hooks (from build)
2025-08-20T22:12:22.3406550Z   Downloading pyproject_hooks-1.2.0-py3-none-any.whl.metadata (1.3 kB)
2025-08-20T22:12:22.3505191Z Collecting pycparser (from cffi)
2025-08-20T22:12:22.3650567Z   Downloading pycparser-2.22-py3-none-any.whl.metadata (943 bytes)
2025-08-20T22:12:22.3955640Z Collecting PyYAML (from scuba)
2025-08-20T22:12:22.4099602Z   Downloading PyYAML-6.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.1 kB)
2025-08-20T22:12:22.4207140Z Collecting iniconfig>=1 (from pytest)
2025-08-20T22:12:22.4355857Z   Downloading iniconfig-2.1.0-py3-none-any.whl.metadata (2.7 kB)
2025-08-20T22:12:22.4515800Z Collecting pluggy<2,>=1.5 (from pytest)
2025-08-20T22:12:22.4654412Z   Downloading pluggy-1.6.0-py3-none-any.whl.metadata (4.8 kB)
2025-08-20T22:12:22.4837929Z Collecting pygments>=2.7.2 (from pytest)
2025-08-20T22:12:22.4976328Z   Downloading pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T22:12:22.5180626Z Downloading build-1.3.0-py3-none-any.whl (23 kB)
2025-08-20T22:12:22.5363368Z Downloading cffi-1.17.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (479 kB)
2025-08-20T22:12:22.5907595Z Downloading scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T22:12:22.6636194Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.1/4.1 MB 56.3 MB/s  0:00:00
2025-08-20T22:12:22.6780913Z Downloading scuba-2.14.1-py3-none-any.whl (292 kB)
2025-08-20T22:12:22.6958616Z Downloading pytest-8.4.1-py3-none-any.whl (365 kB)
2025-08-20T22:12:22.7136476Z Downloading pluggy-1.6.0-py3-none-any.whl (20 kB)
2025-08-20T22:12:22.7292631Z Downloading iniconfig-2.1.0-py3-none-any.whl (6.0 kB)
2025-08-20T22:12:22.7450408Z Downloading packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T22:12:22.7610153Z Downloading pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T22:12:22.7698632Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 155.0 MB/s  0:00:00
2025-08-20T22:12:22.7844011Z Downloading pycparser-2.22-py3-none-any.whl (117 kB)
2025-08-20T22:12:22.8003815Z Downloading pyproject_hooks-1.2.0-py3-none-any.whl (10 kB)
2025-08-20T22:12:22.8172768Z Downloading PyYAML-6.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (767 kB)
2025-08-20T22:12:22.8241370Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 767.5/767.5 kB 122.6 MB/s  0:00:00
2025-08-20T22:12:22.9396462Z Installing collected packages: scons, PyYAML, pyproject_hooks, pygments, pycparser, pluggy, packaging, iniconfig, scuba, pytest, cffi, build
2025-08-20T22:12:24.6564774Z 
2025-08-20T22:12:24.6582241Z 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:12:24.9778685Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T22:12:25.1442189Z Collecting ansi2txt
2025-08-20T22:12:25.2244524Z   Downloading ansi2txt-0.2.0-py3-none-any.whl.metadata (2.1 kB)
2025-08-20T22:12:25.2464124Z Collecting pipx
2025-08-20T22:12:25.2659985Z   Downloading pipx-1.7.1-py3-none-any.whl.metadata (18 kB)
2025-08-20T22:12:25.2905691Z Collecting scons
2025-08-20T22:12:25.2922447Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T22:12:25.3009059Z Collecting py2static
2025-08-20T22:12:25.3208837Z   Downloading py2static-0.0.1-py3-none-any.whl.metadata (1.2 kB)
2025-08-20T22:12:25.3380596Z Collecting typer
2025-08-20T22:12:25.3576147Z   Downloading typer-0.16.1-py3-none-any.whl.metadata (15 kB)
2025-08-20T22:12:25.3862032Z Collecting argcomplete>=1.9.4 (from pipx)
2025-08-20T22:12:25.4057911Z   Downloading argcomplete-3.6.2-py3-none-any.whl.metadata (16 kB)
2025-08-20T22:12:25.4245180Z Collecting packaging>=20 (from pipx)
2025-08-20T22:12:25.4255254Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T22:12:25.4417127Z Collecting platformdirs>=2.1 (from pipx)
2025-08-20T22:12:25.4613842Z   Downloading platformdirs-4.3.8-py3-none-any.whl.metadata (12 kB)
2025-08-20T22:12:25.4753488Z Collecting userpath!=1.9,>=1.6 (from pipx)
2025-08-20T22:12:25.4948697Z   Downloading userpath-1.9.2-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T22:12:25.5343142Z Collecting pyinstaller (from py2static)
2025-08-20T22:12:25.5538523Z   Downloading pyinstaller-6.15.0-py3-none-manylinux2014_x86_64.whl.metadata (8.4 kB)
2025-08-20T22:12:25.5695732Z Collecting staticx (from py2static)
2025-08-20T22:12:25.5888469Z   Downloading staticx-0.14.1-py3-none-manylinux1_x86_64.whl.metadata (1.9 kB)
2025-08-20T22:12:25.6051292Z Collecting click>=8.0.0 (from typer)
2025-08-20T22:12:25.6447254Z   Downloading click-8.2.1-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T22:12:25.6713591Z Collecting typing-extensions>=3.7.4.3 (from typer)
2025-08-20T22:12:25.6908480Z   Downloading typing_extensions-4.14.1-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T22:12:25.7028273Z Collecting shellingham>=1.3.0 (from typer)
2025-08-20T22:12:25.7247148Z   Downloading shellingham-1.5.4-py2.py3-none-any.whl.metadata (3.5 kB)
2025-08-20T22:12:25.7603321Z Collecting rich>=10.11.0 (from typer)
2025-08-20T22:12:25.7797928Z   Downloading rich-14.1.0-py3-none-any.whl.metadata (18 kB)
2025-08-20T22:12:25.8010131Z Collecting markdown-it-py>=2.2.0 (from rich>=10.11.0->typer)
2025-08-20T22:12:25.8204122Z   Downloading markdown_it_py-4.0.0-py3-none-any.whl.metadata (7.3 kB)
2025-08-20T22:12:25.8410363Z Collecting pygments<3.0.0,>=2.13.0 (from rich>=10.11.0->typer)
2025-08-20T22:12:25.8420288Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T22:12:25.8507478Z Collecting mdurl~=0.1 (from markdown-it-py>=2.2.0->rich>=10.11.0->typer)
2025-08-20T22:12:25.8701448Z   Downloading mdurl-0.1.2-py3-none-any.whl.metadata (1.6 kB)
2025-08-20T22:12:25.9822676Z Collecting setuptools>=42.0.0 (from pyinstaller->py2static)
2025-08-20T22:12:26.0022748Z   Downloading setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-20T22:12:26.0210985Z Collecting altgraph (from pyinstaller->py2static)
2025-08-20T22:12:26.0404717Z   Downloading altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-20T22:12:26.0592632Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller->py2static)
2025-08-20T22:12:26.0792128Z   Downloading pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-20T22:12:26.0987266Z Collecting pyelftools (from staticx->py2static)
2025-08-20T22:12:26.1184147Z   Downloading pyelftools-0.32-py3-none-any.whl.metadata (372 bytes)
2025-08-20T22:12:26.1420240Z Downloading ansi2txt-0.2.0-py3-none-any.whl (14 kB)
2025-08-20T22:12:26.1653790Z Downloading pipx-1.7.1-py3-none-any.whl (78 kB)
2025-08-20T22:12:26.1906777Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T22:12:26.2131924Z Downloading py2static-0.0.1-py3-none-any.whl (5.7 kB)
2025-08-20T22:12:26.2347809Z Downloading typer-0.16.1-py3-none-any.whl (46 kB)
2025-08-20T22:12:26.2579632Z Downloading argcomplete-3.6.2-py3-none-any.whl (43 kB)
2025-08-20T22:12:26.2808423Z Downloading click-8.2.1-py3-none-any.whl (102 kB)
2025-08-20T22:12:26.2890201Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T22:12:26.3085018Z Downloading platformdirs-4.3.8-py3-none-any.whl (18 kB)
2025-08-20T22:12:26.3296830Z Downloading rich-14.1.0-py3-none-any.whl (243 kB)
2025-08-20T22:12:26.3502571Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T22:12:26.3704203Z Downloading markdown_it_py-4.0.0-py3-none-any.whl (87 kB)
2025-08-20T22:12:26.3922159Z Downloading mdurl-0.1.2-py3-none-any.whl (10.0 kB)
2025-08-20T22:12:26.4134325Z Downloading shellingham-1.5.4-py2.py3-none-any.whl (9.8 kB)
2025-08-20T22:12:26.4346112Z Downloading typing_extensions-4.14.1-py3-none-any.whl (43 kB)
2025-08-20T22:12:26.4561419Z Downloading userpath-1.9.2-py3-none-any.whl (9.1 kB)
2025-08-20T22:12:26.4775225Z Downloading pyinstaller-6.15.0-py3-none-manylinux2014_x86_64.whl (732 kB)
2025-08-20T22:12:26.5017556Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 732.2/732.2 kB 24.8 MB/s  0:00:00
2025-08-20T22:12:26.5214721Z Downloading pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-20T22:12:26.5457404Z Downloading setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-20T22:12:26.5672950Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 50.0 MB/s  0:00:00
2025-08-20T22:12:26.5883521Z Downloading altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-20T22:12:26.6094272Z Downloading staticx-0.14.1-py3-none-manylinux1_x86_64.whl (182 kB)
2025-08-20T22:12:26.6319137Z Downloading pyelftools-0.32-py3-none-any.whl (188 kB)
2025-08-20T22:12:26.7845272Z 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:12:27.6561282Z   Attempting uninstall: scons
2025-08-20T22:12:27.6645979Z     Found existing installation: SCons 4.9.1
2025-08-20T22:12:27.7028490Z     Uninstalling SCons-4.9.1:
2025-08-20T22:12:27.7100336Z       Successfully uninstalled SCons-4.9.1
2025-08-20T22:12:28.3229698Z   Attempting uninstall: pygments
2025-08-20T22:12:28.3311538Z     Found existing installation: Pygments 2.19.2
2025-08-20T22:12:28.3541150Z     Uninstalling Pygments-2.19.2:
2025-08-20T22:12:28.3567874Z       Successfully uninstalled Pygments-2.19.2
2025-08-20T22:12:28.9716660Z   Attempting uninstall: packaging
2025-08-20T22:12:28.9797091Z     Found existing installation: packaging 25.0
2025-08-20T22:12:28.9824089Z     Uninstalling packaging-25.0:
2025-08-20T22:12:28.9832165Z       Successfully uninstalled packaging-25.0
2025-08-20T22:12:29.9746190Z 
2025-08-20T22:12:29.9776620Z 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:12:30.2915687Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T22:12:30.4616464Z Collecting build
2025-08-20T22:12:30.4627711Z   Using cached build-1.3.0-py3-none-any.whl.metadata (5.6 kB)
2025-08-20T22:12:30.5506193Z Collecting cffi
2025-08-20T22:12:30.5517999Z   Using cached cffi-1.17.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (1.5 kB)
2025-08-20T22:12:30.5640035Z Collecting scons
2025-08-20T22:12:30.5650255Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T22:12:30.5970956Z Collecting scuba
2025-08-20T22:12:30.5980753Z   Using cached scuba-2.14.1-py3-none-any.whl.metadata (3.4 kB)
2025-08-20T22:12:30.6419176Z Collecting pytest
2025-08-20T22:12:30.6429810Z   Using cached pytest-8.4.1-py3-none-any.whl.metadata (7.7 kB)
2025-08-20T22:12:30.6589103Z Collecting packaging>=19.1 (from build)
2025-08-20T22:12:30.6599458Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T22:12:30.6676111Z Collecting pyproject_hooks (from build)
2025-08-20T22:12:30.6686282Z   Using cached pyproject_hooks-1.2.0-py3-none-any.whl.metadata (1.3 kB)
2025-08-20T22:12:30.6769074Z Collecting pycparser (from cffi)
2025-08-20T22:12:30.6779576Z   Using cached pycparser-2.22-py3-none-any.whl.metadata (943 bytes)
2025-08-20T22:12:30.7062607Z Collecting PyYAML (from scuba)
2025-08-20T22:12:30.7073868Z   Using cached PyYAML-6.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.1 kB)
2025-08-20T22:12:30.7171942Z Collecting iniconfig>=1 (from pytest)
2025-08-20T22:12:30.7181977Z   Using cached iniconfig-2.1.0-py3-none-any.whl.metadata (2.7 kB)
2025-08-20T22:12:30.7352586Z Collecting pluggy<2,>=1.5 (from pytest)
2025-08-20T22:12:30.7362990Z   Using cached pluggy-1.6.0-py3-none-any.whl.metadata (4.8 kB)
2025-08-20T22:12:30.7528061Z Collecting pygments>=2.7.2 (from pytest)
2025-08-20T22:12:30.7538203Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T22:12:30.7595520Z Using cached build-1.3.0-py3-none-any.whl (23 kB)
2025-08-20T22:12:30.7605667Z Using cached cffi-1.17.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (479 kB)
2025-08-20T22:12:30.7618786Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T22:12:30.7657533Z Using cached scuba-2.14.1-py3-none-any.whl (292 kB)
2025-08-20T22:12:30.7669090Z Using cached pytest-8.4.1-py3-none-any.whl (365 kB)
2025-08-20T22:12:30.7681280Z Using cached pluggy-1.6.0-py3-none-any.whl (20 kB)
2025-08-20T22:12:30.7691059Z Using cached iniconfig-2.1.0-py3-none-any.whl (6.0 kB)
2025-08-20T22:12:30.7700527Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T22:12:30.7710684Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T22:12:30.7728963Z Using cached pycparser-2.22-py3-none-any.whl (117 kB)
2025-08-20T22:12:30.7739348Z Using cached pyproject_hooks-1.2.0-py3-none-any.whl (10 kB)
2025-08-20T22:12:30.7748957Z Using cached PyYAML-6.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (767 kB)
2025-08-20T22:12:30.8986684Z Installing collected packages: scons, PyYAML, pyproject_hooks, pygments, pycparser, pluggy, packaging, iniconfig, scuba, pytest, cffi, build
2025-08-20T22:12:30.8992305Z   Attempting uninstall: scons
2025-08-20T22:12:30.9076132Z     Found existing installation: SCons 4.9.1
2025-08-20T22:12:30.9454708Z     Uninstalling SCons-4.9.1:
2025-08-20T22:12:30.9527741Z       Successfully uninstalled SCons-4.9.1
2025-08-20T22:12:31.5642116Z   Attempting uninstall: PyYAML
2025-08-20T22:12:31.5742249Z     Found existing installation: PyYAML 6.0.2
2025-08-20T22:12:31.5766859Z     Uninstalling PyYAML-6.0.2:
2025-08-20T22:12:31.5775997Z       Successfully uninstalled PyYAML-6.0.2
2025-08-20T22:12:31.6291407Z   Attempting uninstall: pyproject_hooks
2025-08-20T22:12:31.6376015Z     Found existing installation: pyproject_hooks 1.2.0
2025-08-20T22:12:31.6391925Z     Uninstalling pyproject_hooks-1.2.0:
2025-08-20T22:12:31.6398246Z       Successfully uninstalled pyproject_hooks-1.2.0
2025-08-20T22:12:31.6484370Z   Attempting uninstall: pygments
2025-08-20T22:12:31.6562530Z     Found existing installation: Pygments 2.19.2
2025-08-20T22:12:31.6784511Z     Uninstalling Pygments-2.19.2:
2025-08-20T22:12:31.6811045Z       Successfully uninstalled Pygments-2.19.2
2025-08-20T22:12:32.2810440Z   Attempting uninstall: pycparser
2025-08-20T22:12:32.2892845Z     Found existing installation: pycparser 2.22
2025-08-20T22:12:32.2917368Z     Uninstalling pycparser-2.22:
2025-08-20T22:12:32.2930521Z       Successfully uninstalled pycparser-2.22
2025-08-20T22:12:32.4117122Z   Attempting uninstall: pluggy
2025-08-20T22:12:32.4209214Z     Found existing installation: pluggy 1.6.0
2025-08-20T22:12:32.4228613Z     Uninstalling pluggy-1.6.0:
2025-08-20T22:12:32.4235213Z       Successfully uninstalled pluggy-1.6.0
2025-08-20T22:12:32.4386368Z   Attempting uninstall: packaging
2025-08-20T22:12:32.4466833Z     Found existing installation: packaging 25.0
2025-08-20T22:12:32.4490419Z     Uninstalling packaging-25.0:
2025-08-20T22:12:32.4497919Z       Successfully uninstalled packaging-25.0
2025-08-20T22:12:32.4869216Z   Attempting uninstall: iniconfig
2025-08-20T22:12:32.4953401Z     Found existing installation: iniconfig 2.1.0
2025-08-20T22:12:32.4969246Z     Uninstalling iniconfig-2.1.0:
2025-08-20T22:12:32.4975887Z       Successfully uninstalled iniconfig-2.1.0
2025-08-20T22:12:32.5045028Z   Attempting uninstall: scuba
2025-08-20T22:12:32.5124823Z     Found existing installation: scuba 2.14.1
2025-08-20T22:12:32.5145830Z     Uninstalling scuba-2.14.1:
2025-08-20T22:12:32.5155300Z       Successfully uninstalled scuba-2.14.1
2025-08-20T22:12:32.5341964Z   Attempting uninstall: pytest
2025-08-20T22:12:32.5424069Z     Found existing installation: pytest 8.4.1
2025-08-20T22:12:32.5487716Z     Uninstalling pytest-8.4.1:
2025-08-20T22:12:32.5743536Z       Successfully uninstalled pytest-8.4.1
2025-08-20T22:12:32.7838378Z   Attempting uninstall: cffi
2025-08-20T22:12:32.7918194Z     Found existing installation: cffi 1.17.1
2025-08-20T22:12:32.7944066Z     Uninstalling cffi-1.17.1:
2025-08-20T22:12:32.8183852Z       Successfully uninstalled cffi-1.17.1
2025-08-20T22:12:32.8846494Z   Attempting uninstall: build
2025-08-20T22:12:32.8924965Z     Found existing installation: build 1.3.0
2025-08-20T22:12:32.8948797Z     Uninstalling build-1.3.0:
2025-08-20T22:12:32.8958158Z       Successfully uninstalled build-1.3.0
2025-08-20T22:12:32.9135613Z 
2025-08-20T22:12:32.9163375Z 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:12:33.2270020Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T22:12:33.3933630Z Collecting ansi2txt
2025-08-20T22:12:33.3945999Z   Using cached ansi2txt-0.2.0-py3-none-any.whl.metadata (2.1 kB)
2025-08-20T22:12:33.4119803Z Collecting pipx
2025-08-20T22:12:33.4130598Z   Using cached pipx-1.7.1-py3-none-any.whl.metadata (18 kB)
2025-08-20T22:12:33.4272210Z Collecting scons
2025-08-20T22:12:33.4288285Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T22:12:33.4368596Z Collecting py2static
2025-08-20T22:12:33.4379059Z   Using cached py2static-0.0.1-py3-none-any.whl.metadata (1.2 kB)
2025-08-20T22:12:33.4536115Z Collecting typer
2025-08-20T22:12:33.4546529Z   Using cached typer-0.16.1-py3-none-any.whl.metadata (15 kB)
2025-08-20T22:12:33.4763551Z Collecting argcomplete>=1.9.4 (from pipx)
2025-08-20T22:12:33.4774282Z   Using cached argcomplete-3.6.2-py3-none-any.whl.metadata (16 kB)
2025-08-20T22:12:33.4919680Z Collecting packaging>=20 (from pipx)
2025-08-20T22:12:33.4929598Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T22:12:33.5082495Z Collecting platformdirs>=2.1 (from pipx)
2025-08-20T22:12:33.5092431Z   Using cached platformdirs-4.3.8-py3-none-any.whl.metadata (12 kB)
2025-08-20T22:12:33.5200002Z Collecting userpath!=1.9,>=1.6 (from pipx)
2025-08-20T22:12:33.5209970Z   Using cached userpath-1.9.2-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T22:12:33.5567121Z Collecting pyinstaller (from py2static)
2025-08-20T22:12:33.5578038Z   Using cached pyinstaller-6.15.0-py3-none-manylinux2014_x86_64.whl.metadata (8.4 kB)
2025-08-20T22:12:33.5719757Z Collecting staticx (from py2static)
2025-08-20T22:12:33.5729776Z   Using cached staticx-0.14.1-py3-none-manylinux1_x86_64.whl.metadata (1.9 kB)
2025-08-20T22:12:33.5877827Z Collecting click>=8.0.0 (from typer)
2025-08-20T22:12:33.5887988Z   Using cached click-8.2.1-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T22:12:33.6143284Z Collecting typing-extensions>=3.7.4.3 (from typer)
2025-08-20T22:12:33.6153592Z   Using cached typing_extensions-4.14.1-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T22:12:33.6262529Z Collecting shellingham>=1.3.0 (from typer)
2025-08-20T22:12:33.6272440Z   Using cached shellingham-1.5.4-py2.py3-none-any.whl.metadata (3.5 kB)
2025-08-20T22:12:33.6604093Z Collecting rich>=10.11.0 (from typer)
2025-08-20T22:12:33.6614155Z   Using cached rich-14.1.0-py3-none-any.whl.metadata (18 kB)
2025-08-20T22:12:33.6761541Z Collecting markdown-it-py>=2.2.0 (from rich>=10.11.0->typer)
2025-08-20T22:12:33.6772436Z   Using cached markdown_it_py-4.0.0-py3-none-any.whl.metadata (7.3 kB)
2025-08-20T22:12:33.6960677Z Collecting pygments<3.0.0,>=2.13.0 (from rich>=10.11.0->typer)
2025-08-20T22:12:33.6970418Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T22:12:33.7054620Z Collecting mdurl~=0.1 (from markdown-it-py>=2.2.0->rich>=10.11.0->typer)
2025-08-20T22:12:33.7064494Z   Using cached mdurl-0.1.2-py3-none-any.whl.metadata (1.6 kB)
2025-08-20T22:12:33.8124200Z Collecting setuptools>=42.0.0 (from pyinstaller->py2static)
2025-08-20T22:12:33.8134871Z   Using cached setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-20T22:12:33.8343314Z Collecting altgraph (from pyinstaller->py2static)
2025-08-20T22:12:33.8353476Z   Using cached altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-20T22:12:33.8527968Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller->py2static)
2025-08-20T22:12:33.8538079Z   Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-20T22:12:33.8678155Z Collecting pyelftools (from staticx->py2static)
2025-08-20T22:12:33.8688100Z   Using cached pyelftools-0.32-py3-none-any.whl.metadata (372 bytes)
2025-08-20T22:12:33.8725560Z Using cached ansi2txt-0.2.0-py3-none-any.whl (14 kB)
2025-08-20T22:12:33.8735137Z Using cached pipx-1.7.1-py3-none-any.whl (78 kB)
2025-08-20T22:12:33.8745320Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T22:12:33.8784736Z Using cached py2static-0.0.1-py3-none-any.whl (5.7 kB)
2025-08-20T22:12:33.8794099Z Using cached typer-0.16.1-py3-none-any.whl (46 kB)
2025-08-20T22:12:33.8803788Z Using cached argcomplete-3.6.2-py3-none-any.whl (43 kB)
2025-08-20T22:12:33.8813482Z Using cached click-8.2.1-py3-none-any.whl (102 kB)
2025-08-20T22:12:33.8823506Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T22:12:33.8833267Z Using cached platformdirs-4.3.8-py3-none-any.whl (18 kB)
2025-08-20T22:12:33.8842619Z Using cached rich-14.1.0-py3-none-any.whl (243 kB)
2025-08-20T22:12:33.8853579Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T22:12:33.8872143Z Using cached markdown_it_py-4.0.0-py3-none-any.whl (87 kB)
2025-08-20T22:12:33.8882296Z Using cached mdurl-0.1.2-py3-none-any.whl (10.0 kB)
2025-08-20T22:12:33.8891547Z Using cached shellingham-1.5.4-py2.py3-none-any.whl (9.8 kB)
2025-08-20T22:12:33.8901547Z Using cached typing_extensions-4.14.1-py3-none-any.whl (43 kB)
2025-08-20T22:12:33.8911176Z Using cached userpath-1.9.2-py3-none-any.whl (9.1 kB)
2025-08-20T22:12:33.8920738Z Using cached pyinstaller-6.15.0-py3-none-manylinux2014_x86_64.whl (732 kB)
2025-08-20T22:12:33.8935779Z Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-20T22:12:33.8948247Z Using cached setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-20T22:12:33.8966500Z Using cached altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-20T22:12:33.8975961Z Using cached staticx-0.14.1-py3-none-manylinux1_x86_64.whl (182 kB)
2025-08-20T22:12:33.8986541Z Using cached pyelftools-0.32-py3-none-any.whl (188 kB)
2025-08-20T22:12:34.0484149Z 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:12:34.0488358Z   Attempting uninstall: pyelftools
2025-08-20T22:12:34.0569337Z     Found existing installation: pyelftools 0.32
2025-08-20T22:12:34.0621331Z     Uninstalling pyelftools-0.32:
2025-08-20T22:12:34.0638227Z       Successfully uninstalled pyelftools-0.32
2025-08-20T22:12:34.1734840Z   Attempting uninstall: altgraph
2025-08-20T22:12:34.1822559Z     Found existing installation: altgraph 0.17.4
2025-08-20T22:12:34.1841770Z     Uninstalling altgraph-0.17.4:
2025-08-20T22:12:34.1847987Z       Successfully uninstalled altgraph-0.17.4
2025-08-20T22:12:34.1979999Z   Attempting uninstall: typing-extensions
2025-08-20T22:12:34.2066700Z     Found existing installation: typing_extensions 4.14.1
2025-08-20T22:12:34.2080493Z     Uninstalling typing_extensions-4.14.1:
2025-08-20T22:12:34.2320750Z       Successfully uninstalled typing_extensions-4.14.1
2025-08-20T22:12:34.2554215Z   Attempting uninstall: staticx
2025-08-20T22:12:34.2640318Z     Found existing installation: staticx 0.14.1
2025-08-20T22:12:34.2666329Z     Uninstalling staticx-0.14.1:
2025-08-20T22:12:34.2676589Z       Successfully uninstalled staticx-0.14.1
2025-08-20T22:12:34.2874525Z   Attempting uninstall: shellingham
2025-08-20T22:12:34.2956238Z     Found existing installation: shellingham 1.5.4
2025-08-20T22:12:34.2974544Z     Uninstalling shellingham-1.5.4:
2025-08-20T22:12:34.2980858Z       Successfully uninstalled shellingham-1.5.4
2025-08-20T22:12:34.3065687Z   Attempting uninstall: setuptools
2025-08-20T22:12:34.3152092Z     Found existing installation: setuptools 80.9.0
2025-08-20T22:12:34.3433496Z     Uninstalling setuptools-80.9.0:
2025-08-20T22:12:34.3709500Z       Successfully uninstalled setuptools-80.9.0
2025-08-20T22:12:35.0194996Z   Attempting uninstall: scons
2025-08-20T22:12:35.0284834Z     Found existing installation: SCons 4.9.1
2025-08-20T22:12:35.0671914Z     Uninstalling SCons-4.9.1:
2025-08-20T22:12:35.0740587Z       Successfully uninstalled SCons-4.9.1
2025-08-20T22:12:35.6815575Z   Attempting uninstall: pygments
2025-08-20T22:12:35.6898294Z     Found existing installation: Pygments 2.19.2
2025-08-20T22:12:35.7129195Z     Uninstalling Pygments-2.19.2:
2025-08-20T22:12:35.7155880Z       Successfully uninstalled Pygments-2.19.2
2025-08-20T22:12:36.3186254Z   Attempting uninstall: platformdirs
2025-08-20T22:12:36.3273773Z     Found existing installation: platformdirs 4.3.8
2025-08-20T22:12:36.3294287Z     Uninstalling platformdirs-4.3.8:
2025-08-20T22:12:36.3301231Z       Successfully uninstalled platformdirs-4.3.8
2025-08-20T22:12:36.3453083Z   Attempting uninstall: packaging
2025-08-20T22:12:36.3533558Z     Found existing installation: packaging 25.0
2025-08-20T22:12:36.3557018Z     Uninstalling packaging-25.0:
2025-08-20T22:12:36.3564504Z       Successfully uninstalled packaging-25.0
2025-08-20T22:12:36.3939693Z   Attempting uninstall: mdurl
2025-08-20T22:12:36.4023059Z     Found existing installation: mdurl 0.1.2
2025-08-20T22:12:36.4039531Z     Uninstalling mdurl-0.1.2:
2025-08-20T22:12:36.4045702Z       Successfully uninstalled mdurl-0.1.2
2025-08-20T22:12:36.4127817Z   Attempting uninstall: click
2025-08-20T22:12:36.4209430Z     Found existing installation: click 8.2.1
2025-08-20T22:12:36.4231945Z     Uninstalling click-8.2.1:
2025-08-20T22:12:36.4238899Z       Successfully uninstalled click-8.2.1
2025-08-20T22:12:36.4808323Z   Attempting uninstall: argcomplete
2025-08-20T22:12:36.4894382Z     Found existing installation: argcomplete 3.6.2
2025-08-20T22:12:36.4923002Z     Uninstalling argcomplete-3.6.2:
2025-08-20T22:12:36.4934045Z       Successfully uninstalled argcomplete-3.6.2
2025-08-20T22:12:36.5219109Z   Attempting uninstall: ansi2txt
2025-08-20T22:12:36.5300184Z     Found existing installation: ansi2txt 0.2.0
2025-08-20T22:12:36.5315364Z     Uninstalling ansi2txt-0.2.0:
2025-08-20T22:12:36.5556519Z       Successfully uninstalled ansi2txt-0.2.0
2025-08-20T22:12:36.5608444Z   Attempting uninstall: userpath
2025-08-20T22:12:36.5693567Z     Found existing installation: userpath 1.9.2
2025-08-20T22:12:36.5712233Z     Uninstalling userpath-1.9.2:
2025-08-20T22:12:36.5720631Z       Successfully uninstalled userpath-1.9.2
2025-08-20T22:12:36.5818452Z   Attempting uninstall: pyinstaller-hooks-contrib
2025-08-20T22:12:36.5900164Z     Found existing installation: pyinstaller-hooks-contrib 2025.8
2025-08-20T22:12:36.6326324Z     Uninstalling pyinstaller-hooks-contrib-2025.8:
2025-08-20T22:12:36.6367983Z       Successfully uninstalled pyinstaller-hooks-contrib-2025.8
2025-08-20T22:12:36.9173293Z   Attempting uninstall: markdown-it-py
2025-08-20T22:12:36.9264492Z     Found existing installation: markdown-it-py 4.0.0
2025-08-20T22:12:36.9327772Z     Uninstalling markdown-it-py-4.0.0:
2025-08-20T22:12:36.9342615Z       Successfully uninstalled markdown-it-py-4.0.0
2025-08-20T22:12:36.9942426Z   Attempting uninstall: rich
2025-08-20T22:12:37.0029558Z     Found existing installation: rich 14.1.0
2025-08-20T22:12:37.0091132Z     Uninstalling rich-14.1.0:
2025-08-20T22:12:37.0101403Z       Successfully uninstalled rich-14.1.0
2025-08-20T22:12:37.1685302Z   Attempting uninstall: pyinstaller
2025-08-20T22:12:37.1766885Z     Found existing installation: pyinstaller 6.15.0
2025-08-20T22:12:37.2121270Z     Uninstalling pyinstaller-6.15.0:
2025-08-20T22:12:37.2165577Z       Successfully uninstalled pyinstaller-6.15.0
2025-08-20T22:12:37.5469864Z   Attempting uninstall: pipx
2025-08-20T22:12:37.5567262Z     Found existing installation: pipx 1.7.1
2025-08-20T22:12:37.5604419Z     Uninstalling pipx-1.7.1:
2025-08-20T22:12:37.5615183Z       Successfully uninstalled pipx-1.7.1
2025-08-20T22:12:37.6122378Z   Attempting uninstall: typer
2025-08-20T22:12:37.6211878Z     Found existing installation: typer 0.16.1
2025-08-20T22:12:37.6238071Z     Uninstalling typer-0.16.1:
2025-08-20T22:12:37.6247513Z       Successfully uninstalled typer-0.16.1
2025-08-20T22:12:37.6610177Z   Attempting uninstall: py2static
2025-08-20T22:12:37.6689903Z     Found existing installation: py2static 0.0.1
2025-08-20T22:12:37.6709938Z     Uninstalling py2static-0.0.1:
2025-08-20T22:12:37.6720750Z       Successfully uninstalled py2static-0.0.1
2025-08-20T22:12:37.6798997Z 
2025-08-20T22:12:37.6827123Z 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:12:37.9963471Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T22:12:38.1173220Z Collecting git+https://github.com/pyinstaller/pyinstaller
2025-08-20T22:12:38.1177548Z   Cloning https://github.com/pyinstaller/pyinstaller to /tmp/pip-req-build-jqeyxsxv
2025-08-20T22:12:38.1198604Z   Running command git clone --filter=blob:none --quiet https://github.com/pyinstaller/pyinstaller /tmp/pip-req-build-jqeyxsxv
2025-08-20T22:12:39.5126761Z   Resolved https://github.com/pyinstaller/pyinstaller to commit 34508a2cda1072718a81ef1d5a660ce89e62d295
2025-08-20T22:12:39.5167354Z   Installing build dependencies: started
2025-08-20T22:12:40.2246175Z   Installing build dependencies: finished with status 'done'
2025-08-20T22:12:40.2256560Z   Getting requirements to build wheel: started
2025-08-20T22:12:40.5089363Z   Getting requirements to build wheel: finished with status 'done'
2025-08-20T22:12:40.5100434Z   Preparing metadata (pyproject.toml): started
2025-08-20T22:12:40.7018842Z   Preparing metadata (pyproject.toml): finished with status 'done'
2025-08-20T22:12:40.8567475Z Collecting setuptools>=42.0.0 (from pyinstaller==6.15.0)
2025-08-20T22:12:40.8580124Z   Using cached setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-20T22:12:40.8736240Z Collecting altgraph (from pyinstaller==6.15.0)
2025-08-20T22:12:40.8746910Z   Using cached altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-20T22:12:40.8912357Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller==6.15.0)
2025-08-20T22:12:40.8923008Z   Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-20T22:12:40.9056532Z Collecting packaging>=22.0 (from pyinstaller==6.15.0)
2025-08-20T22:12:40.9067452Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T22:12:40.9111345Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T22:12:40.9122394Z Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-20T22:12:40.9136692Z Using cached setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-20T22:12:40.9156424Z Using cached altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-20T22:12:40.9275779Z Building wheels for collected packages: pyinstaller
2025-08-20T22:12:40.9284032Z   Building wheel for pyinstaller (pyproject.toml): started
2025-08-20T22:12:41.6719684Z   Building wheel for pyinstaller (pyproject.toml): finished with status 'done'
2025-08-20T22:12:41.6745606Z   Created wheel for pyinstaller: filename=pyinstaller-6.15.0-py3-none-any.whl size=1772413 sha256=88aae35bce13171662bc44b15067527b75efdb1cec3b74e7b146105b6a67663c
2025-08-20T22:12:41.6747061Z   Stored in directory: /tmp/pip-ephem-wheel-cache-c5p3zphs/wheels/ad/f0/96/ada035be05b1c8fe6a9d81fd24e3d5f767d7ccd2219d68e4e2
2025-08-20T22:12:41.6788182Z Successfully built pyinstaller
2025-08-20T22:12:41.7713472Z Installing collected packages: altgraph, setuptools, packaging, pyinstaller-hooks-contrib, pyinstaller
2025-08-20T22:12:41.7719259Z   Attempting uninstall: altgraph
2025-08-20T22:12:41.7803837Z     Found existing installation: altgraph 0.17.4
2025-08-20T22:12:41.7824849Z     Uninstalling altgraph-0.17.4:
2025-08-20T22:12:41.7832483Z       Successfully uninstalled altgraph-0.17.4
2025-08-20T22:12:41.7977783Z   Attempting uninstall: setuptools
2025-08-20T22:12:41.8064929Z     Found existing installation: setuptools 80.9.0
2025-08-20T22:12:41.8351959Z     Uninstalling setuptools-80.9.0:
2025-08-20T22:12:41.8633156Z       Successfully uninstalled setuptools-80.9.0
2025-08-20T22:12:42.5251123Z   Attempting uninstall: packaging
2025-08-20T22:12:42.5336342Z     Found existing installation: packaging 25.0
2025-08-20T22:12:42.5360370Z     Uninstalling packaging-25.0:
2025-08-20T22:12:42.5368026Z       Successfully uninstalled packaging-25.0
2025-08-20T22:12:42.5754389Z   Attempting uninstall: pyinstaller-hooks-contrib
2025-08-20T22:12:42.5836026Z     Found existing installation: pyinstaller-hooks-contrib 2025.8
2025-08-20T22:12:42.6260853Z     Uninstalling pyinstaller-hooks-contrib-2025.8:
2025-08-20T22:12:42.6303065Z       Successfully uninstalled pyinstaller-hooks-contrib-2025.8
2025-08-20T22:12:42.9068100Z   Attempting uninstall: pyinstaller
2025-08-20T22:12:42.9151890Z     Found existing installation: pyinstaller 6.15.0
2025-08-20T22:12:42.9515680Z     Uninstalling pyinstaller-6.15.0:
2025-08-20T22:12:42.9559553Z       Successfully uninstalled pyinstaller-6.15.0
2025-08-20T22:12:43.2958367Z 
2025-08-20T22:12:43.2987536Z 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:12:43.6064791Z 6.15.0
2025-08-20T22:12:44.2731788Z # Executing docker install script, commit: bedc5d6b3e782a5e50d3d2a870f5e1f1b5a38d5c
2025-08-20T22:12:44.2741847Z Warning: the "docker" command appears to already exist on this system.
2025-08-20T22:12:44.2742322Z 
2025-08-20T22:12:44.2742669Z If you already have Docker installed, this script can cause trouble, which is
2025-08-20T22:12:44.2743504Z why we're displaying this warning and provide the opportunity to cancel the
2025-08-20T22:12:44.2744124Z installation.
2025-08-20T22:12:44.2744318Z 
2025-08-20T22:12:44.2744548Z If you installed the current Docker package using this script and are using it
2025-08-20T22:12:44.2745074Z again to update Docker, you can ignore this message, but be aware that the
2025-08-20T22:12:44.2745530Z script resets any custom changes in the deb and rpm repo configuration
2025-08-20T22:12:44.2745923Z files to match the parameters passed to the script.
2025-08-20T22:12:44.2746144Z 
2025-08-20T22:12:44.2912609Z You may press Ctrl+C now to abort this script.
2025-08-20T22:12:44.2913122Z + sh -c 'apt-get -qq update >/dev/null'
2025-08-20T22:12:45.4928710Z + sh -c 'DEBIAN_FRONTEND=noninteractive apt-get -y -qq install ca-certificates curl >/dev/null'
2025-08-20T22:12:45.8365602Z + sh -c 'install -m 0755 -d /etc/apt/keyrings'
2025-08-20T22:12:45.8386296Z + sh -c 'curl -fsSL "https://download.docker.com/linux/ubuntu/gpg" -o /etc/apt/keyrings/docker.asc'
2025-08-20T22:12:45.9572632Z + sh -c 'chmod a+r /etc/apt/keyrings/docker.asc'
2025-08-20T22:12:45.9589513Z + 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:12:45.9597344Z + sh -c 'apt-get -qq update >/dev/null'
2025-08-20T22:12:47.2590629Z + 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:12:58.5321497Z 
2025-08-20T22:12:58.5322185Z Running kernel seems to be up-to-date.
2025-08-20T22:12:58.5322643Z 
2025-08-20T22:12:58.5322779Z Restarting services...
2025-08-20T22:12:58.5389573Z 
2025-08-20T22:12:58.5389855Z Service restarts being deferred:
2025-08-20T22:12:58.5390366Z  systemctl restart hosted-compute-agent.service
2025-08-20T22:12:58.5390726Z 
2025-08-20T22:12:58.5390882Z No containers need to be restarted.
2025-08-20T22:12:58.5391167Z 
2025-08-20T22:12:58.5391350Z No user sessions are running outdated binaries.
2025-08-20T22:12:58.5391843Z 
2025-08-20T22:12:58.5392098Z No VM guests are running outdated hypervisor (qemu) binaries on this host.
2025-08-20T22:12:59.3629676Z + sh -c 'docker version'
2025-08-20T22:12:59.3792405Z Client: Docker Engine - Community
2025-08-20T22:12:59.3793162Z  Version:           28.3.3
2025-08-20T22:12:59.3793573Z  API version:       1.51
2025-08-20T22:12:59.3793984Z  Go version:        go1.24.5
2025-08-20T22:12:59.3794372Z  Git commit:        980b856
2025-08-20T22:12:59.3794753Z  Built:             Fri Jul 25 11:34:09 2025
2025-08-20T22:12:59.3795218Z  OS/Arch:           linux/amd64
2025-08-20T22:12:59.3795595Z  Context:           default
2025-08-20T22:12:59.3795832Z 
2025-08-20T22:12:59.3795986Z Server: Docker Engine - Community
2025-08-20T22:12:59.3796262Z  Engine:
2025-08-20T22:12:59.3796439Z   Version:          28.3.3
2025-08-20T22:12:59.3796679Z   API version:      1.51 (minimum version 1.24)
2025-08-20T22:12:59.3796947Z   Go version:       go1.24.5
2025-08-20T22:12:59.3797160Z   Git commit:       bea959c
2025-08-20T22:12:59.3797382Z   Built:            Fri Jul 25 11:34:09 2025
2025-08-20T22:12:59.3797636Z   OS/Arch:          linux/amd64
2025-08-20T22:12:59.3797872Z   Experimental:     false
2025-08-20T22:12:59.3798082Z  containerd:
2025-08-20T22:12:59.3798257Z   Version:          1.7.27
2025-08-20T22:12:59.3798511Z   GitCommit:        05044ec0a9a75232cad458027ca83437aae3f4da
2025-08-20T22:12:59.3799093Z  runc:
2025-08-20T22:12:59.3799269Z   Version:          1.2.5
2025-08-20T22:12:59.3799485Z   GitCommit:        v1.2.5-0-g59923ef
2025-08-20T22:12:59.3799732Z  docker-init:
2025-08-20T22:12:59.3799921Z   Version:          0.19.0
2025-08-20T22:12:59.3800132Z   GitCommit:        de40ad0
2025-08-20T22:12:59.3815587Z 
2025-08-20T22:12:59.3815830Z ================================================================================
2025-08-20T22:12:59.3816228Z 
2025-08-20T22:12:59.3817214Z To run Docker as a non-privileged user, consider setting up the
2025-08-20T22:12:59.3817875Z Docker daemon in rootless mode for your user:
2025-08-20T22:12:59.3818239Z 
2025-08-20T22:12:59.3818444Z     dockerd-rootless-setuptool.sh install
2025-08-20T22:12:59.3818821Z 
2025-08-20T22:12:59.3819211Z Visit https://docs.docker.com/go/rootless/ to learn about rootless mode.
2025-08-20T22:12:59.3819750Z 
2025-08-20T22:12:59.3819755Z 
2025-08-20T22:12:59.3820100Z To run the Docker daemon as a fully privileged service, but granting non-root
2025-08-20T22:12:59.3820921Z users access, refer to https://docs.docker.com/go/daemon-access/
2025-08-20T22:12:59.3821399Z 
2025-08-20T22:12:59.3822047Z WARNING: Access to the remote API on a privileged Docker daemon is equivalent
2025-08-20T22:12:59.3822915Z          to root access on the host. Refer to the 'Docker daemon attack surface'
2025-08-20T22:12:59.3823759Z          documentation for details: https://docs.docker.com/go/attack-surface/
2025-08-20T22:12:59.3824291Z 
2025-08-20T22:12:59.3824465Z ================================================================================
2025-08-20T22:12:59.3824809Z 
2025-08-20T22:13:10.1058009Z ● docker.service - Docker Application Container Engine
2025-08-20T22:13:10.1059183Z      Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; preset: enabled)
2025-08-20T22:13:10.1060054Z      Active: active (running) since Wed 2025-08-20 22:13:00 UTC; 10s ago
2025-08-20T22:13:10.1060715Z TriggeredBy: ● docker.socket
2025-08-20T22:13:10.1061146Z        Docs: https://docs.docker.com
2025-08-20T22:13:10.1061794Z    Main PID: 20414 (dockerd)
2025-08-20T22:13:10.1062180Z       Tasks: 10
2025-08-20T22:13:10.1062513Z      Memory: 21.4M (peak: 25.1M)
2025-08-20T22:13:10.1062909Z         CPU: 316ms
2025-08-20T22:13:10.1063266Z      CGroup: /system.slice/docker.service
2025-08-20T22:13:10.1065808Z              └─20414 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
2025-08-20T22:13:10.1066339Z 
2025-08-20T22:13:10.1066899Z Aug 20 22:12:59 pkrvmqc4gcfdwos dockerd[20414]: time="2025-08-20T22:12:59.538349245Z" level=info msg="Loading containers: start."
2025-08-20T22:13:10.1069029Z Aug 20 22:13:00 pkrvmqc4gcfdwos dockerd[20414]: time="2025-08-20T22:13:00.019734161Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint_count 686441d47f2f3aaec971d6e310a0cada4d8208da72dce0d3c61f5165b719677e], retrying...."
2025-08-20T22:13:10.1071118Z Aug 20 22:13:00 pkrvmqc4gcfdwos dockerd[20414]: time="2025-08-20T22:13:00.051775256Z" level=info msg="Loading containers: done."
2025-08-20T22:13:10.1072596Z Aug 20 22:13:00 pkrvmqc4gcfdwos dockerd[20414]: time="2025-08-20T22:13:00.062004055Z" 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:13:10.1073933Z Aug 20 22:13:00 pkrvmqc4gcfdwos dockerd[20414]: time="2025-08-20T22:13:00.062078856Z" level=info msg="Docker daemon" commit=bea959c containerd-snapshotter=false storage-driver=overlay2 version=28.3.3
2025-08-20T22:13:10.1074829Z Aug 20 22:13:00 pkrvmqc4gcfdwos dockerd[20414]: time="2025-08-20T22:13:00.062108081Z" level=info msg="Initializing buildkit"
2025-08-20T22:13:10.1075524Z Aug 20 22:13:00 pkrvmqc4gcfdwos dockerd[20414]: time="2025-08-20T22:13:00.081117745Z" level=info msg="Completed buildkit initialization"
2025-08-20T22:13:10.1076263Z Aug 20 22:13:00 pkrvmqc4gcfdwos dockerd[20414]: time="2025-08-20T22:13:00.086496310Z" level=info msg="Daemon has completed initialization"
2025-08-20T22:13:10.1077211Z Aug 20 22:13:00 pkrvmqc4gcfdwos dockerd[20414]: time="2025-08-20T22:13:00.086568182Z" level=info msg="API listen on /run/docker.sock"
2025-08-20T22:13:10.1077867Z Aug 20 22:13:00 pkrvmqc4gcfdwos systemd[1]: Started docker.service - Docker Application Container Engine.
2025-08-20T22:13:10.1176974Z ● docker.service - Docker Application Container Engine
2025-08-20T22:13:10.1178023Z      Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; preset: enabled)
2025-08-20T22:13:10.1178836Z      Active: active (running) since Wed 2025-08-20 22:13:00 UTC; 10s ago
2025-08-20T22:13:10.1179489Z TriggeredBy: ● docker.socket
2025-08-20T22:13:10.1179902Z        Docs: https://docs.docker.com
2025-08-20T22:13:10.1180335Z    Main PID: 20414 (dockerd)
2025-08-20T22:13:10.1180685Z       Tasks: 10
2025-08-20T22:13:10.1181005Z      Memory: 21.4M (peak: 25.1M)
2025-08-20T22:13:10.1181391Z         CPU: 316ms
2025-08-20T22:13:10.1181967Z      CGroup: /system.slice/docker.service
2025-08-20T22:13:10.1182822Z              └─20414 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
2025-08-20T22:13:10.1183358Z 
2025-08-20T22:13:10.1183925Z Aug 20 22:12:59 pkrvmqc4gcfdwos dockerd[20414]: time="2025-08-20T22:12:59.538349245Z" level=info msg="Loading containers: start."
2025-08-20T22:13:10.1186050Z Aug 20 22:13:00 pkrvmqc4gcfdwos dockerd[20414]: time="2025-08-20T22:13:00.019734161Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint_count 686441d47f2f3aaec971d6e310a0cada4d8208da72dce0d3c61f5165b719677e], retrying...."
2025-08-20T22:13:10.1188433Z Aug 20 22:13:00 pkrvmqc4gcfdwos dockerd[20414]: time="2025-08-20T22:13:00.051775256Z" level=info msg="Loading containers: done."
2025-08-20T22:13:10.1190443Z Aug 20 22:13:00 pkrvmqc4gcfdwos dockerd[20414]: time="2025-08-20T22:13:00.062004055Z" 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:13:10.1192300Z Aug 20 22:13:00 pkrvmqc4gcfdwos dockerd[20414]: time="2025-08-20T22:13:00.062078856Z" level=info msg="Docker daemon" commit=bea959c containerd-snapshotter=false storage-driver=overlay2 version=28.3.3
2025-08-20T22:13:10.1193207Z Aug 20 22:13:00 pkrvmqc4gcfdwos dockerd[20414]: time="2025-08-20T22:13:00.062108081Z" level=info msg="Initializing buildkit"
2025-08-20T22:13:10.1193941Z Aug 20 22:13:00 pkrvmqc4gcfdwos dockerd[20414]: time="2025-08-20T22:13:00.081117745Z" level=info msg="Completed buildkit initialization"
2025-08-20T22:13:10.1194707Z Aug 20 22:13:00 pkrvmqc4gcfdwos dockerd[20414]: time="2025-08-20T22:13:00.086496310Z" level=info msg="Daemon has completed initialization"
2025-08-20T22:13:10.1195428Z Aug 20 22:13:00 pkrvmqc4gcfdwos dockerd[20414]: time="2025-08-20T22:13:00.086568182Z" level=info msg="API listen on /run/docker.sock"
2025-08-20T22:13:10.1196088Z Aug 20 22:13:00 pkrvmqc4gcfdwos systemd[1]: Started docker.service - Docker Application Container Engine.
2025-08-20T22:13:10.1392456Z ● docker.service - Docker Application Container Engine
2025-08-20T22:13:10.1393277Z      Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; preset: enabled)
2025-08-20T22:13:10.1394068Z      Active: active (running) since Wed 2025-08-20 22:13:00 UTC; 10s ago
2025-08-20T22:13:10.1394702Z TriggeredBy: ● docker.socket
2025-08-20T22:13:10.1395107Z        Docs: https://docs.docker.com
2025-08-20T22:13:10.1395523Z    Main PID: 20414 (dockerd)
2025-08-20T22:13:10.1395879Z       Tasks: 10
2025-08-20T22:13:10.1396193Z      Memory: 21.4M (peak: 25.1M)
2025-08-20T22:13:10.1396561Z         CPU: 316ms
2025-08-20T22:13:10.1396928Z      CGroup: /system.slice/docker.service
2025-08-20T22:13:10.1397770Z              └─20414 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
2025-08-20T22:13:10.1398314Z 
2025-08-20T22:13:10.1398905Z Aug 20 22:12:59 pkrvmqc4gcfdwos dockerd[20414]: time="2025-08-20T22:12:59.538349245Z" level=info msg="Loading containers: start."
2025-08-20T22:13:10.1401402Z Aug 20 22:13:00 pkrvmqc4gcfdwos dockerd[20414]: time="2025-08-20T22:13:00.019734161Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint_count 686441d47f2f3aaec971d6e310a0cada4d8208da72dce0d3c61f5165b719677e], retrying...."
2025-08-20T22:13:10.1403917Z Aug 20 22:13:00 pkrvmqc4gcfdwos dockerd[20414]: time="2025-08-20T22:13:00.051775256Z" level=info msg="Loading containers: done."
2025-08-20T22:13:10.1406150Z Aug 20 22:13:00 pkrvmqc4gcfdwos dockerd[20414]: time="2025-08-20T22:13:00.062004055Z" 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:13:10.1408177Z Aug 20 22:13:00 pkrvmqc4gcfdwos dockerd[20414]: time="2025-08-20T22:13:00.062078856Z" level=info msg="Docker daemon" commit=bea959c containerd-snapshotter=false storage-driver=overlay2 version=28.3.3
2025-08-20T22:13:10.1409127Z Aug 20 22:13:00 pkrvmqc4gcfdwos dockerd[20414]: time="2025-08-20T22:13:00.062108081Z" level=info msg="Initializing buildkit"
2025-08-20T22:13:10.1409818Z Aug 20 22:13:00 pkrvmqc4gcfdwos dockerd[20414]: time="2025-08-20T22:13:00.081117745Z" level=info msg="Completed buildkit initialization"
2025-08-20T22:13:10.1410545Z Aug 20 22:13:00 pkrvmqc4gcfdwos dockerd[20414]: time="2025-08-20T22:13:00.086496310Z" level=info msg="Daemon has completed initialization"
2025-08-20T22:13:10.1411250Z Aug 20 22:13:00 pkrvmqc4gcfdwos dockerd[20414]: time="2025-08-20T22:13:00.086568182Z" level=info msg="API listen on /run/docker.sock"
2025-08-20T22:13:10.1412864Z Aug 20 22:13:00 pkrvmqc4gcfdwos systemd[1]: Started docker.service - Docker Application Container Engine.
2025-08-20T22:13:10.1522340Z Docker version 28.3.3, build 980b856
2025-08-20T22:13:10.1704130Z Unable to find image 'hello-world:latest' locally
2025-08-20T22:13:10.7557223Z latest: Pulling from library/hello-world
2025-08-20T22:13:10.8707122Z 17eec7bbc9d7: Pulling fs layer
2025-08-20T22:13:11.0494510Z 17eec7bbc9d7: Verifying Checksum
2025-08-20T22:13:11.0495125Z 17eec7bbc9d7: Download complete
2025-08-20T22:13:11.0546772Z 17eec7bbc9d7: Pull complete
2025-08-20T22:13:11.1188062Z Digest: sha256:a0dfb02aac212703bfcb339d77d47ec32c8706ff250850ecc0e19c8737b18567
2025-08-20T22:13:11.1200556Z Status: Downloaded newer image for hello-world:latest
2025-08-20T22:13:11.2864832Z 
2025-08-20T22:13:11.2865544Z Hello from Docker!
2025-08-20T22:13:11.2866429Z This message shows that your installation appears to be working correctly.
2025-08-20T22:13:11.2866917Z 
2025-08-20T22:13:11.2867148Z To generate this message, Docker took the following steps:
2025-08-20T22:13:11.2867663Z  1. The Docker client contacted the Docker daemon.
2025-08-20T22:13:11.2868574Z  2. The Docker daemon pulled the "hello-world" image from the Docker Hub.
2025-08-20T22:13:11.2868921Z     (amd64)
2025-08-20T22:13:11.2869324Z  3. The Docker daemon created a new container from that image which runs the
2025-08-20T22:13:11.2869755Z     executable that produces the output you are currently reading.
2025-08-20T22:13:11.2870446Z  4. The Docker daemon streamed that output to the Docker client, which sent it
2025-08-20T22:13:11.2871838Z     to your terminal.
2025-08-20T22:13:11.2872071Z 
2025-08-20T22:13:11.2872372Z To try something more ambitious, you can run an Ubuntu container with:
2025-08-20T22:13:11.2873003Z  $ docker run -it ubuntu bash
2025-08-20T22:13:11.2873253Z 
2025-08-20T22:13:11.2873532Z Share images, automate workflows, and more with a free Docker ID:
2025-08-20T22:13:11.2874105Z  https://hub.docker.com/
2025-08-20T22:13:11.2874374Z 
2025-08-20T22:13:11.2874546Z For more examples and ideas, visit:
2025-08-20T22:13:11.2875033Z  https://docs.docker.com/get-started/
2025-08-20T22:13:11.2875432Z 
2025-08-20T22:13:11.3859630Z 680 libs found in cache `/etc/ld.so.cache'
2025-08-20T22:13:11.3860278Z 	libz3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so.4
2025-08-20T22:13:11.3861163Z 	libz3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so
2025-08-20T22:13:11.3861936Z 	libzstd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so.1
2025-08-20T22:13:11.3862583Z 	libzstd.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so
2025-08-20T22:13:11.3863161Z 	libzmq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzmq.so.5
2025-08-20T22:13:11.3863556Z 	libzip.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzip.so.4
2025-08-20T22:13:11.3863961Z 	libzen.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzen.so.0
2025-08-20T22:13:11.3864340Z 	libz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so.1
2025-08-20T22:13:11.3864687Z 	libz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so
2025-08-20T22:13:11.3865097Z 	libyaml-0.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyaml-0.so.2
2025-08-20T22:13:11.3865507Z 	libyajl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyajl.so.2
2025-08-20T22:13:11.3866112Z 	libxxhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxxhash.so.0
2025-08-20T22:13:11.3866530Z 	libxtables.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxtables.so.12
2025-08-20T22:13:11.3866934Z 	libxslt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxslt.so.1
2025-08-20T22:13:11.3867339Z 	libxshmfence.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxshmfence.so.1
2025-08-20T22:13:11.3867747Z 	libxml2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so.2
2025-08-20T22:13:11.3868111Z 	libxml2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so
2025-08-20T22:13:11.3868493Z 	libxmlsec1.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1.so.1
2025-08-20T22:13:11.3868965Z 	libxmlsec1-openssl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T22:13:11.3869621Z 	libxmlb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlb.so.2
2025-08-20T22:13:11.3870030Z 	libxkbfile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbfile.so.1
2025-08-20T22:13:11.3870462Z 	libxkbcommon.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbcommon.so.0
2025-08-20T22:13:11.3870882Z 	libxcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so.1
2025-08-20T22:13:11.3871245Z 	libxcb.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so
2025-08-20T22:13:11.3871866Z 	libxcb-xfixes.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T22:13:11.3872316Z 	libxcb-xfixes.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so
2025-08-20T22:13:11.3872726Z 	libxcb-sync.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-sync.so.1
2025-08-20T22:13:11.3873195Z 	libxcb-shm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shm.so.0
2025-08-20T22:13:11.3873925Z 	libxcb-shape.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so.0
2025-08-20T22:13:11.3874659Z 	libxcb-shape.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so
2025-08-20T22:13:11.3875427Z 	libxcb-render.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so.0
2025-08-20T22:13:11.3876189Z 	libxcb-render.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so
2025-08-20T22:13:11.3876962Z 	libxcb-randr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-randr.so.0
2025-08-20T22:13:11.3877854Z 	libxcb-present.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-present.so.0
2025-08-20T22:13:11.3878649Z 	libxcb-glx.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-glx.so.0
2025-08-20T22:13:11.3879390Z 	libxcb-dri3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-dri3.so.0
2025-08-20T22:13:11.3880098Z 	libwrap.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwrap.so.0
2025-08-20T22:13:11.3880817Z 	libwmflite-0.2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T22:13:11.3881552Z 	libwebpmux.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpmux.so.3
2025-08-20T22:13:11.3884015Z 	libwebpdemux.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpdemux.so.2
2025-08-20T22:13:11.3884791Z 	libwebp.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebp.so.7
2025-08-20T22:13:11.3885513Z 	libwbclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwbclient.so.0
2025-08-20T22:13:11.3886564Z 	libwayland-server.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-server.so.0
2025-08-20T22:13:11.3887424Z 	libwayland-egl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-egl.so.1
2025-08-20T22:13:11.3888265Z 	libwayland-cursor.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-cursor.so.0
2025-08-20T22:13:11.3889146Z 	libwayland-client.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-client.so.0
2025-08-20T22:13:11.3889945Z 	libvulkan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvulkan.so.1
2025-08-20T22:13:11.3890702Z 	libvorbisfile.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbisfile.so.3
2025-08-20T22:13:11.3891469Z 	libvorbis.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbis.so.0
2025-08-20T22:13:11.3892442Z 	libvolume_key.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvolume_key.so.1
2025-08-20T22:13:11.3893211Z 	libvmtools.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvmtools.so.0
2025-08-20T22:13:11.3893944Z 	libvgauth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvgauth.so.0
2025-08-20T22:13:11.3894603Z 	libuv.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuv.so.1
2025-08-20T22:13:11.3895238Z 	libuuid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuuid.so.1
2025-08-20T22:13:11.3895882Z 	libutil.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutil.so.1
2025-08-20T22:13:11.3896457Z 	libutil.so.1 (libc6) => /lib32/libutil.so.1
2025-08-20T22:13:11.3897074Z 	libutempter.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutempter.so.0
2025-08-20T22:13:11.3897801Z 	libusb-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libusb-1.0.so.0
2025-08-20T22:13:11.3898470Z 	liburcu.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu.so.8
2025-08-20T22:13:11.3899376Z 	liburcu-signal.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-signal.so.8
2025-08-20T22:13:11.3900190Z 	liburcu-qsbr.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T22:13:11.3900948Z 	liburcu-memb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-memb.so.8
2025-08-20T22:13:11.3901858Z 	liburcu-mb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-mb.so.8
2025-08-20T22:13:11.3902618Z 	liburcu-common.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-common.so.8
2025-08-20T22:13:11.3903389Z 	liburcu-cds.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-cds.so.8
2025-08-20T22:13:11.3904101Z 	liburcu-bp.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-bp.so.8
2025-08-20T22:13:11.3904802Z 	libunwind.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind.so.8
2025-08-20T22:13:11.3905549Z 	libunwind-x86_64.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-x86_64.so.8
2025-08-20T22:13:11.3906389Z 	libunwind-ptrace.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T22:13:11.3907264Z 	libunwind-coredump.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-coredump.so.0
2025-08-20T22:13:11.3908126Z 	libunistring.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunistring.so.5
2025-08-20T22:13:11.3908889Z 	libudisks2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudisks2.so.0
2025-08-20T22:13:11.3909595Z 	libudev.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudev.so.1
2025-08-20T22:13:11.3910298Z 	libuchardet.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuchardet.so.0
2025-08-20T22:13:11.3911028Z 	libubsan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libubsan.so.1
2025-08-20T22:13:11.3911991Z 	libtss2-tcti-swtpm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T22:13:11.3912925Z 	libtss2-tcti-mssim.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T22:13:11.3913829Z 	libtss2-tcti-device.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T22:13:11.3914612Z 	libtss2-tcti-cmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T22:13:11.3915054Z 	libtss2-sys.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-sys.so.1
2025-08-20T22:13:11.3915647Z 	libtss2-rc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-rc.so.0
2025-08-20T22:13:11.3916052Z 	libtss2-mu.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-mu.so.0
2025-08-20T22:13:11.3916456Z 	libtss2-esys.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-esys.so.0
2025-08-20T22:13:11.3916853Z 	libtsan.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtsan.so.2
2025-08-20T22:13:11.3917241Z 	libtracefs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtracefs.so.1
2025-08-20T22:13:11.3917658Z 	libtraceevent.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtraceevent.so.1
2025-08-20T22:13:11.3918078Z 	libtommath.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtommath.so.1
2025-08-20T22:13:11.3918456Z 	libtk8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtk8.6.so
2025-08-20T22:13:11.3918834Z 	libtirpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtirpc.so.3
2025-08-20T22:13:11.3919235Z 	libtinyxml2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinyxml2.so.10
2025-08-20T22:13:11.3919635Z 	libtinfo.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so.6
2025-08-20T22:13:11.3920008Z 	libtinfo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so
2025-08-20T22:13:11.3920367Z 	libtiff.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtiff.so.6
2025-08-20T22:13:11.3920751Z 	libtidy.so.5deb1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtidy.so.5deb1
2025-08-20T22:13:11.3921127Z 	libtic.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so.6
2025-08-20T22:13:11.3921471Z 	libtic.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so
2025-08-20T22:13:11.3922217Z 	libthread_db.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so.1
2025-08-20T22:13:11.3922588Z 	libthread_db.so.1 (libc6) => /lib32/libthread_db.so.1
2025-08-20T22:13:11.3923077Z 	libthread_db.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so
2025-08-20T22:13:11.3923461Z 	libthai.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthai.so.0
2025-08-20T22:13:11.3923816Z 	libtdb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtdb.so.1
2025-08-20T22:13:11.3924172Z 	libtcl8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtcl8.6.so
2025-08-20T22:13:11.3924533Z 	libtasn1.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtasn1.so.6
2025-08-20T22:13:11.3924913Z 	libtalloc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtalloc.so.2
2025-08-20T22:13:11.3925307Z 	libsystemd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsystemd.so.0
2025-08-20T22:13:11.3925693Z 	libsysfs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsysfs.so.2
2025-08-20T22:13:11.3926061Z 	libsybdb.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsybdb.so.5
2025-08-20T22:13:11.3926425Z 	libsubid.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsubid.so.4
2025-08-20T22:13:11.3926810Z 	libstemmer.so.0d (libc6,x86-64) => /lib/x86_64-linux-gnu/libstemmer.so.0d
2025-08-20T22:13:11.3927209Z 	libstdc++.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libstdc++.so.6
2025-08-20T22:13:11.3927545Z 	libstdc++.so.6 (libc6) => /lib32/libstdc++.so.6
2025-08-20T22:13:11.3927865Z 	libssl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl3.so
2025-08-20T22:13:11.3928218Z 	libssl.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so.3
2025-08-20T22:13:11.3928561Z 	libssl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so
2025-08-20T22:13:11.3928904Z 	libssh2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh2.so.1
2025-08-20T22:13:11.3929255Z 	libssh.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh.so.4
2025-08-20T22:13:11.3929597Z 	libss.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libss.so.2
2025-08-20T22:13:11.3930038Z 	libsqlite3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so.0
2025-08-20T22:13:11.3930426Z 	libsqlite3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so
2025-08-20T22:13:11.3930854Z 	libsourcekitdInProc.so (libc6,x86-64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T22:13:11.3931299Z 	libsoftokn3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsoftokn3.so
2025-08-20T22:13:11.3931872Z 	libsodium.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsodium.so.23
2025-08-20T22:13:11.3932394Z 	libsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnmp.so.40
2025-08-20T22:13:11.3932773Z 	libsnappy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnappy.so.1
2025-08-20T22:13:11.3933157Z 	libsmime3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmime3.so
2025-08-20T22:13:11.3933551Z 	libsmartcols.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmartcols.so.1
2025-08-20T22:13:11.3933952Z 	libslirp.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslirp.so.0
2025-08-20T22:13:11.3934318Z 	libslang.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslang.so.2
2025-08-20T22:13:11.3934697Z 	libsigsegv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsigsegv.so.2
2025-08-20T22:13:11.3935099Z 	libsharpyuv.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsharpyuv.so.0
2025-08-20T22:13:11.3935537Z 	libsgutils2-1.46.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T22:13:11.3935960Z 	libsframe.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsframe.so.1
2025-08-20T22:13:11.3936340Z 	libsepol.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsepol.so.2
2025-08-20T22:13:11.3936716Z 	libsensors.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsensors.so.5
2025-08-20T22:13:11.3937116Z 	libsemanage.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsemanage.so.2
2025-08-20T22:13:11.3937511Z 	libselinux.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libselinux.so.1
2025-08-20T22:13:11.3937902Z 	libseccomp.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libseccomp.so.2
2025-08-20T22:13:11.3938277Z 	libsasl2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsasl2.so.2
2025-08-20T22:13:11.3938666Z 	libruby-3.2.so.3.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T22:13:11.3939060Z 	libruby-3.2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so
2025-08-20T22:13:11.3939540Z 	librtmp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librtmp.so.1
2025-08-20T22:13:11.3939922Z 	librt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librt.so.1
2025-08-20T22:13:11.3940220Z 	librt.so.1 (libc6) => /lib32/librt.so.1
2025-08-20T22:13:11.3940540Z 	librpmsign.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmsign.so.9
2025-08-20T22:13:11.3940925Z 	librpmio.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmio.so.9
2025-08-20T22:13:11.3941313Z 	librpmbuild.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmbuild.so.9
2025-08-20T22:13:11.3941895Z 	librpm.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpm.so.9
2025-08-20T22:13:11.3942263Z 	librhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/librhash.so.0
2025-08-20T22:13:11.3942626Z 	libre2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libre2.so.10
2025-08-20T22:13:11.3942995Z 	libresolv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so.2
2025-08-20T22:13:11.3943369Z 	libresolv.so.2 (libc6) => /lib32/libresolv.so.2
2025-08-20T22:13:11.3943715Z 	libresolv.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so
2025-08-20T22:13:11.3944141Z 	libreiserfscore.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreiserfscore.so.0
2025-08-20T22:13:11.3944589Z 	libreadline.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreadline.so.8
2025-08-20T22:13:11.3945045Z 	libraw_r.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw_r.so.23
2025-08-20T22:13:11.3945408Z 	libraw.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw.so.23
2025-08-20T22:13:11.3945787Z 	librabbitmq.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/librabbitmq.so.4
2025-08-20T22:13:11.3946195Z 	libquadmath.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libquadmath.so.0
2025-08-20T22:13:11.3946607Z 	libqrtr-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqrtr-glib.so.0
2025-08-20T22:13:11.3947017Z 	libqmi-glib.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqmi-glib.so.5
2025-08-20T22:13:11.3947371Z 	libqdbm.so.14 (libc6,x86-64) => /lib/libqdbm.so.14
2025-08-20T22:13:11.3947725Z 	libp11-kit.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libp11-kit.so.0
2025-08-20T22:13:11.3948136Z 	libpython3.12.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so.1.0
2025-08-20T22:13:11.3948694Z 	libpython3.12.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so
2025-08-20T22:13:11.3949095Z 	libpthread.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpthread.so.0
2025-08-20T22:13:11.3959664Z 	libpthread.so.0 (libc6) => /lib32/libpthread.so.0
2025-08-20T22:13:11.3960074Z 	libpsx.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsx.so.2
2025-08-20T22:13:11.3960507Z 	libpspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpspell.so.15
2025-08-20T22:13:11.3960925Z 	libpsl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsl.so.5
2025-08-20T22:13:11.3961366Z 	libprotobuf-lite.so.32 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T22:13:11.3962090Z 	libprotobuf-c.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-c.so.1
2025-08-20T22:13:11.3962528Z 	libproc2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libproc2.so.0
2025-08-20T22:13:11.3962911Z 	libpq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so.5
2025-08-20T22:13:11.3963253Z 	libpq.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so
2025-08-20T22:13:11.3963619Z 	libpopt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpopt.so.0
2025-08-20T22:13:11.3964068Z 	libpolkit-gobject-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T22:13:11.3964571Z 	libpolkit-agent-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T22:13:11.3965010Z 	libpng16.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpng16.so.16
2025-08-20T22:13:11.3965388Z 	libply.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply.so.5
2025-08-20T22:13:11.3965855Z 	libply-splash-graphics.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T22:13:11.3966394Z 	libply-splash-core.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-core.so.5
2025-08-20T22:13:11.3967054Z 	libply-boot-client.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-boot-client.so.5
2025-08-20T22:13:11.3967514Z 	libplds4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplds4.so
2025-08-20T22:13:11.3967897Z 	libplc4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplc4.so
2025-08-20T22:13:11.3968282Z 	libpkgconf.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpkgconf.so.3
2025-08-20T22:13:11.3968699Z 	libpixman-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpixman-1.so.0
2025-08-20T22:13:11.3969123Z 	libpipeline.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpipeline.so.1
2025-08-20T22:13:11.3969518Z 	libpgm-5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpgm-5.3.so.0
2025-08-20T22:13:11.3969893Z 	libpfm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpfm.so.4
2025-08-20T22:13:11.3970272Z 	libperl.so.5.38 (libc6,x86-64) => /lib/x86_64-linux-gnu/libperl.so.5.38
2025-08-20T22:13:11.3970673Z 	libpcre2-32.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so.0
2025-08-20T22:13:11.3971078Z 	libpcre2-32.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so
2025-08-20T22:13:11.3971477Z 	libpcre2-16.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so.0
2025-08-20T22:13:11.3971984Z 	libpcre2-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so
2025-08-20T22:13:11.3972376Z 	libpcre2-8.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so.0
2025-08-20T22:13:11.3972766Z 	libpcre2-8.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so
2025-08-20T22:13:11.3973191Z 	libpcre2-posix.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so.3
2025-08-20T22:13:11.3973640Z 	libpcre2-posix.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so
2025-08-20T22:13:11.3974069Z 	libpcprofile.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcprofile.so
2025-08-20T22:13:11.3974441Z 	libpcprofile.so (libc6) => /lib32/libpcprofile.so
2025-08-20T22:13:11.3974817Z 	libpciaccess.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpciaccess.so.0
2025-08-20T22:13:11.3975217Z 	libpci.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpci.so.3
2025-08-20T22:13:11.3975590Z 	libpcap.so.0.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so.0.8
2025-08-20T22:13:11.3975964Z 	libpcap.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so
2025-08-20T22:13:11.3976468Z 	libparted.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libparted.so.2
2025-08-20T22:13:11.3976859Z 	libpaper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpaper.so.1
2025-08-20T22:13:11.3977280Z 	libpangoft2-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T22:13:11.3977748Z 	libpangocairo-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T22:13:11.3978191Z 	libpango-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpango-1.0.so.0
2025-08-20T22:13:11.3978594Z 	libpanelw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so.6
2025-08-20T22:13:11.3978982Z 	libpanelw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so
2025-08-20T22:13:11.3979366Z 	libpanel.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so.6
2025-08-20T22:13:11.3979738Z 	libpanel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so
2025-08-20T22:13:11.3980102Z 	libpamc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpamc.so.0
2025-08-20T22:13:11.3980488Z 	libpam_misc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam_misc.so.0
2025-08-20T22:13:11.3980866Z 	libpam.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam.so.0
2025-08-20T22:13:11.3981312Z 	libpackagekit-glib2.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T22:13:11.3981926Z 	libopenjp2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopenjp2.so.7
2025-08-20T22:13:11.3982404Z 	libopeniscsiusr.so.0.2.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T22:13:11.3982926Z 	libopcodes-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T22:13:11.3983432Z 	libopcodes-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-arm64.so
2025-08-20T22:13:11.3984093Z 	libopcodes-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T22:13:11.3984598Z 	libopcodes-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T22:13:11.3985035Z 	libonig.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libonig.so.5
2025-08-20T22:13:11.3985396Z 	libogg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libogg.so.0
2025-08-20T22:13:11.3985754Z 	libodbc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libodbc.so.2
2025-08-20T22:13:11.3986126Z 	libobjc_gc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc_gc.so.4
2025-08-20T22:13:11.3986500Z 	libobjc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc.so.4
2025-08-20T22:13:11.3986850Z 	libnvme.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme.so.1
2025-08-20T22:13:11.3987220Z 	libnvme-mi.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme-mi.so.1
2025-08-20T22:13:11.3987593Z 	libnuma.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnuma.so.1
2025-08-20T22:13:11.3987976Z 	libntfs-3g.so.89 (libc6,x86-64) => /lib/x86_64-linux-gnu/libntfs-3g.so.89
2025-08-20T22:13:11.3988361Z 	libnss3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss3.so
2025-08-20T22:13:11.3988742Z 	libnssutil3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssutil3.so
2025-08-20T22:13:11.3989134Z 	libnssdbm3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssdbm3.so
2025-08-20T22:13:11.3989598Z 	libnssckbi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssckbi.so
2025-08-20T22:13:11.3990020Z 	libnss_systemd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_systemd.so.2
2025-08-20T22:13:11.3990450Z 	libnss_hesiod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so.2
2025-08-20T22:13:11.3990836Z 	libnss_hesiod.so.2 (libc6) => /lib32/libnss_hesiod.so.2
2025-08-20T22:13:11.3991205Z 	libnss_hesiod.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so
2025-08-20T22:13:11.3991794Z 	libnss_files.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_files.so.2
2025-08-20T22:13:11.3992189Z 	libnss_files.so.2 (libc6) => /lib32/libnss_files.so.2
2025-08-20T22:13:11.3992546Z 	libnss_dns.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_dns.so.2
2025-08-20T22:13:11.3992893Z 	libnss_dns.so.2 (libc6) => /lib32/libnss_dns.so.2
2025-08-20T22:13:11.3993411Z 	libnss_compat.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so.2
2025-08-20T22:13:11.3993804Z 	libnss_compat.so.2 (libc6) => /lib32/libnss_compat.so.2
2025-08-20T22:13:11.3994192Z 	libnss_compat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so
2025-08-20T22:13:11.3994596Z 	libnspr4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnspr4.so
2025-08-20T22:13:11.3994963Z 	libnsl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnsl.so.1
2025-08-20T22:13:11.3995281Z 	libnsl.so.1 (libc6) => /lib32/libnsl.so.1
2025-08-20T22:13:11.3995744Z 	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:13:11.3996264Z 	libnpth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnpth.so.0
2025-08-20T22:13:11.3996631Z 	libnorm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnorm.so.1
2025-08-20T22:13:11.3997359Z 	libnl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so.200
2025-08-20T22:13:11.3997967Z 	libnl-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so
2025-08-20T22:13:11.3998630Z 	libnl-route-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so.200
2025-08-20T22:13:11.3999368Z 	libnl-route-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so
2025-08-20T22:13:11.4000076Z 	libnl-genl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-genl-3.so.200
2025-08-20T22:13:11.4000738Z 	libnghttp2.so.14 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnghttp2.so.14
2025-08-20T22:13:11.4001180Z 	libnftnl.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftnl.so.11
2025-08-20T22:13:11.4001758Z 	libnftables.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftables.so.1
2025-08-20T22:13:11.4002495Z 	libnfnetlink.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnfnetlink.so.0
2025-08-20T22:13:11.4002925Z 	libnewt.so.0.52 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnewt.so.0.52
2025-08-20T22:13:11.4003343Z 	libnettle.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnettle.so.8
2025-08-20T22:13:11.4003800Z 	libnetsnmpmibs.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T22:13:11.4004295Z 	libnetsnmphelpers.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T22:13:11.4004792Z 	libnetsnmpagent.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T22:13:11.4005245Z 	libnetsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmp.so.40
2025-08-20T22:13:11.4005650Z 	libnetplan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetplan.so.1
2025-08-20T22:13:11.4006049Z 	libnetpbm.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetpbm.so.11
2025-08-20T22:13:11.4006523Z 	libnetfilter_conntrack.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T22:13:11.4007015Z 	libncursesw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncursesw.so.6
2025-08-20T22:13:11.4007420Z 	libncurses.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncurses.so.6
2025-08-20T22:13:11.4007862Z 	libmysqlclient.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so.21
2025-08-20T22:13:11.4008317Z 	libmysqlclient.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so
2025-08-20T22:13:11.4008727Z 	libmvec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so.1
2025-08-20T22:13:11.4009093Z 	libmvec.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so
2025-08-20T22:13:11.4009458Z 	libmultipath.so.0 (libc6,x86-64) => /lib/libmultipath.so.0
2025-08-20T22:13:11.4009840Z 	libmspack.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmspack.so.0
2025-08-20T22:13:11.4010227Z 	libmpfr.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpfr.so.6
2025-08-20T22:13:11.4010594Z 	libmpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpc.so.3
2025-08-20T22:13:11.4010959Z 	libmpathutil.so.0 (libc6,x86-64) => /lib/libmpathutil.so.0
2025-08-20T22:13:11.4011345Z 	libmpathpersist.so.0 (libc6,x86-64) => /lib/libmpathpersist.so.0
2025-08-20T22:13:11.4011836Z 	libmpathcmd.so.0 (libc6,x86-64) => /lib/libmpathcmd.so.0
2025-08-20T22:13:11.4012345Z 	libmount.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmount.so.1
2025-08-20T22:13:11.4012756Z 	libmnl.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmnl.so.0
2025-08-20T22:13:11.4013113Z 	libmms.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmms.so.0
2025-08-20T22:13:11.4013487Z 	libmm-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmm-glib.so.0
2025-08-20T22:13:11.4013877Z 	libmlx5.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so.1
2025-08-20T22:13:11.4014239Z 	libmlx5.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so
2025-08-20T22:13:11.4014596Z 	libmlx4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so.1
2025-08-20T22:13:11.4014947Z 	libmlx4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so
2025-08-20T22:13:11.4015315Z 	libmenuw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so.6
2025-08-20T22:13:11.4015686Z 	libmenuw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so
2025-08-20T22:13:11.4016042Z 	libmenu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so.6
2025-08-20T22:13:11.4016398Z 	libmenu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so
2025-08-20T22:13:11.4016773Z 	libmemusage.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemusage.so
2025-08-20T22:13:11.4017133Z 	libmemusage.so (libc6) => /lib32/libmemusage.so
2025-08-20T22:13:11.4017504Z 	libmemcached.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemcached.so.11
2025-08-20T22:13:11.4017940Z 	libmediainfo.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmediainfo.so.0
2025-08-20T22:13:11.4018351Z 	libmecab.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmecab.so.2
2025-08-20T22:13:11.4018716Z 	libmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmd.so.0
2025-08-20T22:13:11.4019092Z 	libmbim-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmbim-glib.so.4
2025-08-20T22:13:11.4019654Z 	libmaxminddb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmaxminddb.so.0
2025-08-20T22:13:11.4020056Z 	libmana.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so.1
2025-08-20T22:13:11.4020420Z 	libmana.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so
2025-08-20T22:13:11.4020778Z 	libmagic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmagic.so.1
2025-08-20T22:13:11.4021138Z 	libm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libm.so.6
2025-08-20T22:13:11.4021444Z 	libm.so.6 (libc6) => /lib32/libm.so.6
2025-08-20T22:13:11.4021935Z 	liblz4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so.1
2025-08-20T22:13:11.4022294Z 	liblz4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so
2025-08-20T22:13:11.4022649Z 	liblzo2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzo2.so.2
2025-08-20T22:13:11.4023011Z 	liblzma.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so.5
2025-08-20T22:13:11.4023373Z 	liblzma.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so
2025-08-20T22:13:11.4023727Z 	liblz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so.1
2025-08-20T22:13:11.4024059Z 	liblz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so
2025-08-20T22:13:11.4024446Z 	liblvm2cmd.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T22:13:11.4024856Z 	liblua5.4.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4.so.0
2025-08-20T22:13:11.4025252Z 	liblua5.4-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T22:13:11.4025643Z 	liblua5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3.so.0
2025-08-20T22:13:11.4026029Z 	liblua5.3-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T22:13:11.4026436Z 	liblttng-ust.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust.so.1
2025-08-20T22:13:11.4026934Z 	liblttng-ust-tracepoint.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T22:13:11.4027561Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T22:13:11.4028193Z 	liblttng-ust-libc-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T22:13:11.4028868Z 	liblttng-ust-fork.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T22:13:11.4029340Z 	liblttng-ust-fd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T22:13:11.4029786Z 	liblttng-ust-dl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T22:13:11.4030300Z 	liblttng-ust-cyg-profile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T22:13:11.4030915Z 	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:13:11.4031472Z 	liblttng-ust-ctl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T22:13:11.4032071Z 	liblttng-ust-common.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T22:13:11.4032521Z 	libltdl.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libltdl.so.7
2025-08-20T22:13:11.4032887Z 	liblsan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblsan.so.0
2025-08-20T22:13:11.4033261Z 	liblqr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblqr-1.so.0
2025-08-20T22:13:11.4033635Z 	liblmdb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblmdb.so.0
2025-08-20T22:13:11.4034009Z 	liblldb-18.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so.1
2025-08-20T22:13:11.4034394Z 	liblldb-18.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so
2025-08-20T22:13:11.4034775Z 	liblldb-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so.1
2025-08-20T22:13:11.4035152Z 	liblldb-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so
2025-08-20T22:13:11.4035527Z 	liblldb-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so.1
2025-08-20T22:13:11.4035901Z 	liblldb-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so
2025-08-20T22:13:11.4036387Z 	libldap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libldap.so.2
2025-08-20T22:13:11.4036760Z 	liblcms2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblcms2.so.2
2025-08-20T22:13:11.4037122Z 	liblber.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblber.so.2
2025-08-20T22:13:11.4037515Z 	libk5crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libk5crypto.so.3
2025-08-20T22:13:11.4037906Z 	libksba.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libksba.so.8
2025-08-20T22:13:11.4038315Z 	libkrb5support.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5support.so.0
2025-08-20T22:13:11.4038724Z 	libkrb5.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5.so.3
2025-08-20T22:13:11.4039079Z 	libkmod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkmod.so.2
2025-08-20T22:13:11.4039462Z 	libkeyutils.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkeyutils.so.1
2025-08-20T22:13:11.4039867Z 	libjxrglue.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjxrglue.so.0
2025-08-20T22:13:11.4040281Z 	libjsoncpp.so.25 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjsoncpp.so.25
2025-08-20T22:13:11.4040717Z 	libjson-glib-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T22:13:11.4041142Z 	libjson-c.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-c.so.5
2025-08-20T22:13:11.4041512Z 	libjq.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjq.so.1
2025-08-20T22:13:11.4042002Z 	libjpegxr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpegxr.so.0
2025-08-20T22:13:11.4042379Z 	libjpeg.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpeg.so.8
2025-08-20T22:13:11.4042740Z 	libjcat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjcat.so.1
2025-08-20T22:13:11.4043123Z 	libjbig2dec.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig2dec.so.0
2025-08-20T22:13:11.4043501Z 	libjbig.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig.so.0
2025-08-20T22:13:11.4043876Z 	libjansson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjansson.so.4
2025-08-20T22:13:11.4044262Z 	libitm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libitm.so.1
2025-08-20T22:13:11.4044622Z 	libisns.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisns.so.0
2025-08-20T22:13:11.4044975Z 	libisl.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisl.so.23
2025-08-20T22:13:11.4045638Z 	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:13:11.4046348Z 	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:13:11.4047022Z 	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:13:11.4047668Z 	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:13:11.4048183Z 	libip6tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip6tc.so.2
2025-08-20T22:13:11.4048564Z 	libip4tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip4tc.so.2
2025-08-20T22:13:11.4048932Z 	libinih.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libinih.so.1
2025-08-20T22:13:11.4049301Z 	libijs-0.35.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libijs-0.35.so
2025-08-20T22:13:11.4049673Z 	libidn2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn2.so.0
2025-08-20T22:13:11.4050026Z 	libidn.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn.so.12
2025-08-20T22:13:11.4050391Z 	libicuuc.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.74
2025-08-20T22:13:11.4050769Z 	libicuuc.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.70
2025-08-20T22:13:11.4051137Z 	libicuuc.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so
2025-08-20T22:13:11.4051508Z 	libicutu.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.74
2025-08-20T22:13:11.4052008Z 	libicutu.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.70
2025-08-20T22:13:11.4052379Z 	libicutu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so
2025-08-20T22:13:11.4052880Z 	libicutest.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.74
2025-08-20T22:13:11.4053291Z 	libicutest.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.70
2025-08-20T22:13:11.4053690Z 	libicutest.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so
2025-08-20T22:13:11.4054085Z 	libicui18n.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.74
2025-08-20T22:13:11.4054480Z 	libicui18n.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.70
2025-08-20T22:13:11.4054868Z 	libicui18n.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so
2025-08-20T22:13:11.4055249Z 	libicuio.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.74
2025-08-20T22:13:11.4055626Z 	libicuio.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.70
2025-08-20T22:13:11.4055995Z 	libicuio.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so
2025-08-20T22:13:11.4056371Z 	libicudata.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.74
2025-08-20T22:13:11.4056780Z 	libicudata.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.70
2025-08-20T22:13:11.4057175Z 	libicudata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so
2025-08-20T22:13:11.4057564Z 	libibverbs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so.1
2025-08-20T22:13:11.4057962Z 	libibverbs.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so
2025-08-20T22:13:11.4058344Z 	libhwasan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhwasan.so.0
2025-08-20T22:13:11.4058768Z 	libhunspell-1.7.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T22:13:11.4059198Z 	libhogweed.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhogweed.so.6
2025-08-20T22:13:11.4059598Z 	libhistory.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhistory.so.8
2025-08-20T22:13:11.4060031Z 	libhiredis_ssl.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T22:13:11.4060484Z 	libhiredis.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T22:13:11.4060894Z 	libhgfs.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhgfs.so.0
2025-08-20T22:13:11.4061253Z 	libheif.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libheif.so.1
2025-08-20T22:13:11.4061733Z 	libhavege.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhavege.so.2
2025-08-20T22:13:11.4062274Z 	libhashkit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhashkit.so.2
2025-08-20T22:13:11.4063069Z 	libharfbuzz.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libharfbuzz.so.0
2025-08-20T22:13:11.4063565Z 	libhandle.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhandle.so.1
2025-08-20T22:13:11.4064160Z 	libgusb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgusb.so.2
2025-08-20T22:13:11.4064731Z 	libguestlib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestlib.so.0
2025-08-20T22:13:11.4065410Z 	libguestStoreClient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestStoreClient.so.0
2025-08-20T22:13:11.4065895Z 	libgudev-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgudev-1.0.so.0
2025-08-20T22:13:11.4066463Z 	libgtk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgtk-3.so.0
2025-08-20T22:13:11.4066943Z 	libgthread-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgthread-2.0.so.0
2025-08-20T22:13:11.4067431Z 	libgstreamer-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T22:13:11.4067882Z 	libgstnet-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T22:13:11.4068350Z 	libgstcontroller-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T22:13:11.4068833Z 	libgstcheck-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T22:13:11.4069279Z 	libgstbase-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T22:13:11.4069711Z 	libgssapi_krb5.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T22:13:11.4070106Z 	libgs.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgs.so.10
2025-08-20T22:13:11.4070650Z 	libgraphite2.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgraphite2.so.3
2025-08-20T22:13:11.4071101Z 	libgprofng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgprofng.so.0
2025-08-20T22:13:11.4071495Z 	libgpm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpm.so.2
2025-08-20T22:13:11.4072004Z 	libgpgme.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpgme.so.11
2025-08-20T22:13:11.4072415Z 	libgpg-error.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpg-error.so.0
2025-08-20T22:13:11.4072813Z 	libgomp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgomp.so.1
2025-08-20T22:13:11.4073217Z 	libgobject-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgobject-2.0.so.0
2025-08-20T22:13:11.4073638Z 	libgnutls.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgnutls.so.30
2025-08-20T22:13:11.4074033Z 	libgmpxx.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so.4
2025-08-20T22:13:11.4074409Z 	libgmpxx.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so
2025-08-20T22:13:11.4074770Z 	libgmp.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so.10
2025-08-20T22:13:11.4075129Z 	libgmp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so
2025-08-20T22:13:11.4075515Z 	libgmodule-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T22:13:11.4075932Z 	libglib-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libglib-2.0.so.0
2025-08-20T22:13:11.4076386Z 	libgirepository-1.0.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T22:13:11.4076838Z 	libgio-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgio-2.0.so.0
2025-08-20T22:13:11.4077234Z 	libgfortran.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgfortran.so.5
2025-08-20T22:13:11.4077671Z 	libgdk_pixbuf-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T22:13:11.4078091Z 	libgdk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk-3.so.0
2025-08-20T22:13:11.4078491Z 	libgdbm_compat.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm_compat.so.4
2025-08-20T22:13:11.4078898Z 	libgdbm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm.so.6
2025-08-20T22:13:11.4079251Z 	libgd.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgd.so.3
2025-08-20T22:13:11.4079611Z 	libgctba.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgctba.so.1
2025-08-20T22:13:11.4080117Z 	libgcrypt.so.20 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcrypt.so.20
2025-08-20T22:13:11.4080507Z 	libgccpp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgccpp.so.1
2025-08-20T22:13:11.4080880Z 	libgcc_s.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcc_s.so.1
2025-08-20T22:13:11.4081208Z 	libgcc_s.so.1 (libc6) => /lib32/libgcc_s.so.1
2025-08-20T22:13:11.4081522Z 	libgc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgc.so.1
2025-08-20T22:13:11.4082419Z 	libgbm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgbm.so.1
2025-08-20T22:13:11.4082945Z 	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:13:11.4083458Z 	libfwupd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfwupd.so.2
2025-08-20T22:13:11.4083846Z 	libfuse3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfuse3.so.3
2025-08-20T22:13:11.4084212Z 	libftdi1.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libftdi1.so.2
2025-08-20T22:13:11.4084611Z 	libfsverity.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfsverity.so.0
2025-08-20T22:13:11.4085017Z 	libfribidi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfribidi.so.0
2025-08-20T22:13:11.4085420Z 	libfreetype.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreetype.so.6
2025-08-20T22:13:11.4085812Z 	libfreebl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreebl3.so
2025-08-20T22:13:11.4086219Z 	libfreeblpriv3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreeblpriv3.so
2025-08-20T22:13:11.4086622Z 	libformw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so.6
2025-08-20T22:13:11.4086989Z 	libformw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so
2025-08-20T22:13:11.4087354Z 	libform.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so.6
2025-08-20T22:13:11.4087876Z 	libform.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so
2025-08-20T22:13:11.4088276Z 	libfontenc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontenc.so.1
2025-08-20T22:13:11.4088697Z 	libfontconfig.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontconfig.so.1
2025-08-20T22:13:11.4089133Z 	libflashrom.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libflashrom.so.1
2025-08-20T22:13:11.4089529Z 	libfido2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfido2.so.1
2025-08-20T22:13:11.4089946Z 	libfftw3_threads.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_threads.so.3
2025-08-20T22:13:11.4090381Z 	libfftw3_omp.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_omp.so.3
2025-08-20T22:13:11.4090771Z 	libfftw3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3.so.3
2025-08-20T22:13:11.4091131Z 	libffi.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so.8
2025-08-20T22:13:11.4091480Z 	libffi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so
2025-08-20T22:13:11.4092064Z 	libfdisk.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfdisk.so.1
2025-08-20T22:13:11.4092439Z 	libfcgi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi.so.0
2025-08-20T22:13:11.4092812Z 	libfcgi++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi++.so.0
2025-08-20T22:13:11.4093209Z 	libfbclient.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfbclient.so.2
2025-08-20T22:13:11.4093613Z 	libfastjson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfastjson.so.4
2025-08-20T22:13:11.4094066Z 	libfakeroot-0.so (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T22:13:11.4094500Z 	libe2p.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libe2p.so.2
2025-08-20T22:13:11.4094871Z 	libext2fs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libext2fs.so.2
2025-08-20T22:13:11.4095247Z 	libexslt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexslt.so.0
2025-08-20T22:13:11.4095620Z 	libexpatw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so.1
2025-08-20T22:13:11.4096008Z 	libexpatw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so
2025-08-20T22:13:11.4096382Z 	libexpat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so.1
2025-08-20T22:13:11.4096745Z 	libexpat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so
2025-08-20T22:13:11.4097400Z 	libevent_pthreads-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T22:13:11.4097889Z 	libevent_core-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T22:13:11.4098299Z 	libevdev.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevdev.so.2
2025-08-20T22:13:11.4098681Z 	libestr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libestr.so.0
2025-08-20T22:13:11.4099046Z 	libepoxy.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libepoxy.so.0
2025-08-20T22:13:11.4099439Z 	libenchant-2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libenchant-2.so.2
2025-08-20T22:13:11.4099835Z 	libelf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libelf.so.1
2025-08-20T22:13:11.4100209Z 	libefivar.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefivar.so.1
2025-08-20T22:13:11.4100604Z 	libefiboot.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefiboot.so.1
2025-08-20T22:13:11.4100977Z 	libefa.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so.1
2025-08-20T22:13:11.4101327Z 	libefa.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so
2025-08-20T22:13:11.4101887Z 	libedit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libedit.so.2
2025-08-20T22:13:11.4102283Z 	libeatmydata.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so.1
2025-08-20T22:13:11.4102697Z 	libeatmydata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so
2025-08-20T22:13:11.4103067Z 	libdw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdw.so.1
2025-08-20T22:13:11.4103443Z 	libduktape.so.207 (libc6,x86-64) => /lib/x86_64-linux-gnu/libduktape.so.207
2025-08-20T22:13:11.4103879Z 	libdrop_ambient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrop_ambient.so.0
2025-08-20T22:13:11.4104428Z 	libdrm_intel.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_intel.so.1
2025-08-20T22:13:11.4104839Z 	libdrm_amdgpu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T22:13:11.4105217Z 	libdrm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm.so.2
2025-08-20T22:13:11.4105734Z 	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:13:11.4106233Z 	libdl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdl.so.2
2025-08-20T22:13:11.4106525Z 	libdl.so.2 (libc6) => /lib32/libdl.so.2
2025-08-20T22:13:11.4106862Z 	libdjvulibre.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdjvulibre.so.21
2025-08-20T22:13:11.4107264Z 	libde265.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libde265.so.0
2025-08-20T22:13:11.4107680Z 	libdevmapper.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T22:13:11.4108190Z 	libdevmapper-event.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T22:13:11.4108766Z 	libdevmapper-event-lvm2vdo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T22:13:11.4109368Z 	libdevmapper-event-lvm2thin.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T22:13:11.4110011Z 	libdevmapper-event-lvm2snapshot.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T22:13:11.4110638Z 	libdevmapper-event-lvm2raid.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T22:13:11.4111258Z 	libdevmapper-event-lvm2mirror.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T22:13:11.4112047Z 	libdevmapper-event-lvm2.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T22:13:11.4112623Z 	libdevmapper-event-lvm2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T22:13:11.4113125Z 	libdeflate.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdeflate.so.0
2025-08-20T22:13:11.4113567Z 	libdebconfclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdebconfclient.so.0
2025-08-20T22:13:11.4113996Z 	libdconf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdconf.so.1
2025-08-20T22:13:11.4114549Z 	libdbusmenu-gtk3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T22:13:11.4115006Z 	libdbusmenu-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T22:13:11.4115430Z 	libdbus-1.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so.3
2025-08-20T22:13:11.4115799Z 	libdbus-1.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so
2025-08-20T22:13:11.4116156Z 	libdb-5.3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdb-5.3.so
2025-08-20T22:13:11.4116523Z 	libdatrie.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdatrie.so.1
2025-08-20T22:13:11.4116892Z 	libcurl.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl.so.4
2025-08-20T22:13:11.4117287Z 	libcurl-gnutls.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T22:13:11.4117695Z 	libcups.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcups.so.2
2025-08-20T22:13:11.4118041Z 	libctf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf.so.0
2025-08-20T22:13:11.4118426Z 	libctf-nobfd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd.so.0
2025-08-20T22:13:11.4118886Z 	libctf-nobfd-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so.0
2025-08-20T22:13:11.4119368Z 	libctf-nobfd-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so
2025-08-20T22:13:11.4119840Z 	libctf-nobfd-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T22:13:11.4120315Z 	libctf-nobfd-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T22:13:11.4120784Z 	libctf-nobfd-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T22:13:11.4121252Z 	libctf-nobfd-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T22:13:11.4121979Z 	libctf-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so.0
2025-08-20T22:13:11.4122395Z 	libctf-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so
2025-08-20T22:13:11.4122793Z 	libctf-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so.0
2025-08-20T22:13:11.4123194Z 	libctf-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so
2025-08-20T22:13:11.4123590Z 	libctf-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so.0
2025-08-20T22:13:11.4123987Z 	libctf-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so
2025-08-20T22:13:11.4124407Z 	libcryptsetup.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcryptsetup.so.12
2025-08-20T22:13:11.4124830Z 	libcrypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so.3
2025-08-20T22:13:11.4125209Z 	libcrypto.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so
2025-08-20T22:13:11.4125581Z 	libcrypt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so.1
2025-08-20T22:13:11.4125952Z 	libcrypt.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so
2025-08-20T22:13:11.4126322Z 	libcom_err.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcom_err.so.2
2025-08-20T22:13:11.4126748Z 	libcolordprivate.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolordprivate.so.2
2025-08-20T22:13:11.4127175Z 	libcolord.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolord.so.2
2025-08-20T22:13:11.4127572Z 	libclang-18.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-18.so.18
2025-08-20T22:13:11.4127967Z 	libclang-17.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-17.so.17
2025-08-20T22:13:11.4128380Z 	libclang-16.so.16.0.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T22:13:11.4128820Z 	libclang-cpp.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T22:13:11.4129253Z 	libclang-cpp.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.17
2025-08-20T22:13:11.4129673Z 	libclang-cpp.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.16
2025-08-20T22:13:11.4130062Z 	libcc1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcc1.so.0
2025-08-20T22:13:11.4130428Z 	libcbor.so.0.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcbor.so.0.10
2025-08-20T22:13:11.4130922Z 	libcares.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcares.so.2
2025-08-20T22:13:11.4131283Z 	libcap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap.so.2
2025-08-20T22:13:11.4131839Z 	libcap-ng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap-ng.so.0
2025-08-20T22:13:11.4132236Z 	libcanberra.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcanberra.so.0
2025-08-20T22:13:11.4132621Z 	libcairo.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo.so.2
2025-08-20T22:13:11.4133036Z 	libcairo-gobject.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo-gobject.so.2
2025-08-20T22:13:11.4133487Z 	libc_malloc_debug.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T22:13:11.4133908Z 	libc_malloc_debug.so.0 (libc6) => /lib32/libc_malloc_debug.so.0
2025-08-20T22:13:11.4134318Z 	libc_malloc_debug.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so
2025-08-20T22:13:11.4134713Z 	libc.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc.so.6
2025-08-20T22:13:11.4135018Z 	libc.so.6 (libc6) => /lib32/libc.so.6
2025-08-20T22:13:11.4135334Z 	libc-client.so.2007e (libc6,x86-64) => /lib/libc-client.so.2007e
2025-08-20T22:13:11.4135718Z 	libbz2.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbz2.so.1.0
2025-08-20T22:13:11.4136110Z 	libbytesize.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbytesize.so.1
2025-08-20T22:13:11.4136499Z 	libbsd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbsd.so.0
2025-08-20T22:13:11.4136889Z 	libbrotlienc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlienc.so.1
2025-08-20T22:13:11.4137309Z 	libbrotlidec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlidec.so.1
2025-08-20T22:13:11.4137749Z 	libbrotlicommon.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlicommon.so.1
2025-08-20T22:13:11.4138283Z 	libbpf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbpf.so.1
2025-08-20T22:13:11.4138671Z 	libblockdev.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblockdev.so.3
2025-08-20T22:13:11.4139069Z 	libblkid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblkid.so.1
2025-08-20T22:13:11.4139619Z 	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:13:11.4140194Z 	libbfd-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-system.so
2025-08-20T22:13:11.4140642Z 	libbfd-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-arm64.so
2025-08-20T22:13:11.4141075Z 	libbfd-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T22:13:11.4141500Z 	libbfd-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T22:13:11.4142090Z 	libbd_utils.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_utils.so.3
2025-08-20T22:13:11.4142489Z 	libbd_swap.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_swap.so.3
2025-08-20T22:13:11.4142870Z 	libbd_part.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_part.so.3
2025-08-20T22:13:11.4143243Z 	libbd_nvme.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_nvme.so.3
2025-08-20T22:13:11.4143637Z 	libbd_mdraid.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_mdraid.so.3
2025-08-20T22:13:11.4144028Z 	libbd_loop.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_loop.so.3
2025-08-20T22:13:11.4144393Z 	libbd_fs.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_fs.so.3
2025-08-20T22:13:11.4144776Z 	libbd_crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_crypto.so.3
2025-08-20T22:13:11.4145168Z 	libbcc_bpf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc_bpf.so.0
2025-08-20T22:13:11.4145533Z 	libbcc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc.so.0
2025-08-20T22:13:11.4145937Z 	libavahi-common.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-common.so.3
2025-08-20T22:13:11.4146394Z 	libavahi-client.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-client.so.3
2025-08-20T22:13:11.4146809Z 	libaudit.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaudit.so.1
2025-08-20T22:13:11.4147179Z 	libattr.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libattr.so.1
2025-08-20T22:13:11.4147671Z 	libatspi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatspi.so.0
2025-08-20T22:13:11.4148052Z 	libatomic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatomic.so.1
2025-08-20T22:13:11.4148422Z 	libatm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatm.so.1
2025-08-20T22:13:11.4148784Z 	libatk-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-1.0.so.0
2025-08-20T22:13:11.4149205Z 	libatk-bridge-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T22:13:11.4149646Z 	libatasmart.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatasmart.so.4
2025-08-20T22:13:11.4150046Z 	libassuan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libassuan.so.0
2025-08-20T22:13:11.4150437Z 	libaspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaspell.so.15
2025-08-20T22:13:11.4150824Z 	libasound.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasound.so.2
2025-08-20T22:13:11.4151195Z 	libasan.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasan.so.8
2025-08-20T22:13:11.4151713Z 	libaria2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaria2.so.0
2025-08-20T22:13:11.4152306Z 	libargon2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libargon2.so.1
2025-08-20T22:13:11.4152696Z 	libarchive.so.13 (libc6,x86-64) => /lib/x86_64-linux-gnu/libarchive.so.13
2025-08-20T22:13:11.4153136Z 	libapt-private.so.0.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-private.so.0.0
2025-08-20T22:13:11.4153578Z 	libapt-pkg.so.6.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T22:13:11.4153993Z 	libaprutil-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaprutil-1.so.0
2025-08-20T22:13:11.4154386Z 	libapr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapr-1.so.0
2025-08-20T22:13:11.4154896Z 	libappstream.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libappstream.so.5
2025-08-20T22:13:11.4155313Z 	libapparmor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapparmor.so.1
2025-08-20T22:13:11.4155710Z 	libaom.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaom.so.3
2025-08-20T22:13:11.4156063Z 	libanl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so.1
2025-08-20T22:13:11.4156372Z 	libanl.so.1 (libc6) => /lib32/libanl.so.1
2025-08-20T22:13:11.4156667Z 	libanl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so
2025-08-20T22:13:11.4157034Z 	libaio.so.1t64 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaio.so.1t64
2025-08-20T22:13:11.4157399Z 	libacl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libacl.so.1
2025-08-20T22:13:11.4157739Z 	libX11.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11.so.6
2025-08-20T22:13:11.4158100Z 	libX11-xcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11-xcb.so.1
2025-08-20T22:13:11.4158488Z 	libXxf86vm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXxf86vm.so.1
2025-08-20T22:13:11.4158877Z 	libXtst.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXtst.so.6
2025-08-20T22:13:11.4159231Z 	libXt.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXt.so.6
2025-08-20T22:13:11.4159570Z 	libXss.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXss.so.1
2025-08-20T22:13:11.4159936Z 	libXrender.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrender.so.1
2025-08-20T22:13:11.4160325Z 	libXrandr.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrandr.so.2
2025-08-20T22:13:11.4160691Z 	libXpm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXpm.so.4
2025-08-20T22:13:11.4161046Z 	libXmuu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmuu.so.1
2025-08-20T22:13:11.4161396Z 	libXmu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmu.so.6
2025-08-20T22:13:11.4161957Z 	libXinerama.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXinerama.so.1
2025-08-20T22:13:11.4162333Z 	libXi.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXi.so.6
2025-08-20T22:13:11.4162675Z 	libXft.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXft.so.2
2025-08-20T22:13:11.4163039Z 	libXfont2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfont2.so.2
2025-08-20T22:13:11.4163419Z 	libXfixes.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfixes.so.3
2025-08-20T22:13:11.4163950Z 	libXext.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXext.so.6
2025-08-20T22:13:11.4164320Z 	libXdmcp.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so.6
2025-08-20T22:13:11.4164684Z 	libXdmcp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so
2025-08-20T22:13:11.4165054Z 	libXdamage.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdamage.so.1
2025-08-20T22:13:11.4165445Z 	libXcursor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcursor.so.1
2025-08-20T22:13:11.4165860Z 	libXcomposite.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcomposite.so.1
2025-08-20T22:13:11.4166256Z 	libXaw.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXaw.so.7
2025-08-20T22:13:11.4166597Z 	libXau.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so.6
2025-08-20T22:13:11.4166944Z 	libXau.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so
2025-08-20T22:13:11.4167275Z 	libSM.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libSM.so.6
2025-08-20T22:13:11.4167694Z 	libOpenEXRUtil-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T22:13:11.4168190Z 	libOpenEXRCore-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T22:13:11.4168681Z 	libOpenEXR-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T22:13:11.4169147Z 	libMagickWand-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T22:13:11.4169628Z 	libMagickCore-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T22:13:11.4170048Z 	libLerc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLerc.so.4
2025-08-20T22:13:11.4170422Z 	libLLVM.so.19.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.19.1
2025-08-20T22:13:11.4170799Z 	libLLVM.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.18.1
2025-08-20T22:13:11.4171287Z 	libLLVM-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so.1
2025-08-20T22:13:11.4171862Z 	libLLVM-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so
2025-08-20T22:13:11.4172246Z 	libLLVM-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so.1
2025-08-20T22:13:11.4172619Z 	libLLVM-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so
2025-08-20T22:13:11.4172984Z 	libJudy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libJudy.so.1
2025-08-20T22:13:11.4173370Z 	libImath-3_1.so.29 (libc6,x86-64) => /lib/x86_64-linux-gnu/libImath-3_1.so.29
2025-08-20T22:13:11.4173802Z 	libIlmThread-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T22:13:11.4174227Z 	libIex-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIex-3_1.so.30
2025-08-20T22:13:11.4174597Z 	libICE.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libICE.so.6
2025-08-20T22:13:11.4174985Z 	libGLdispatch.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLdispatch.so.0
2025-08-20T22:13:11.4175403Z 	libGLX_mesa.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX_mesa.so.0
2025-08-20T22:13:11.4175775Z 	libGLX.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX.so.0
2025-08-20T22:13:11.4176115Z 	libGL.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGL.so.1
2025-08-20T22:13:11.4176495Z 	libDeployPkg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libDeployPkg.so.0
2025-08-20T22:13:11.4176937Z 	libBrokenLocale.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so.1
2025-08-20T22:13:11.4177355Z 	libBrokenLocale.so.1 (libc6) => /lib32/libBrokenLocale.so.1
2025-08-20T22:13:11.4177757Z 	libBrokenLocale.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so
2025-08-20T22:13:11.4178161Z 	ld-musl-x86_64.so.1 (libc6,x86-64) => /lib/ld-musl-x86_64.so.1
2025-08-20T22:13:11.4178487Z 	ld-linux.so.2 (libc6) => /lib32/ld-linux.so.2
2025-08-20T22:13:11.4178765Z 	ld-linux.so.2 (libc6) => /lib/ld-linux.so.2
2025-08-20T22:13:11.4179119Z 	ld-linux-x86-64.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
2025-08-20T22:13:11.4179594Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.5) stable release version 2.39
2025-08-20T22:13:11.4488788Z [+] Installing Go for linux-amd64...
2025-08-20T22:13:12.8235955Z [!] Found existing Go installation at: /usr/bin/go
2025-08-20T22:13:12.8236581Z [!] GOROOT: /opt/hostedtoolcache/go/1.24.6/x64
2025-08-20T22:13:12.8238949Z [!] Removing existing GOROOT: /opt/hostedtoolcache/go/1.24.6/x64
2025-08-20T22:13:28.8825425Z [+] Downloading Go go1.25.0...
2025-08-20T22:13:28.8876649Z   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2025-08-20T22:13:28.8877374Z                                  Dload  Upload   Total   Spent    Left  Speed
2025-08-20T22:13:28.8877769Z 
2025-08-20T22:13:28.9683927Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2025-08-20T22:13:28.9684656Z 100    80  100    80    0     0    989      0 --:--:-- --:--:-- --:--:--  1000
2025-08-20T22:13:29.0254038Z 
2025-08-20T22:13:29.0254478Z 100    75  100    75    0     0    543      0 --:--:-- --:--:-- --:--:--   543
2025-08-20T22:13:29.6004122Z 
2025-08-20T22:13:30.1913660Z  22 56.8M   22 12.7M    0     0  17.9M      0  0:00:03 --:--:--  0:00:03 17.9M
2025-08-20T22:13:30.1914316Z 100 56.8M  100 56.8M    0     0  43.6M      0  0:00:01  0:00:01 --:--:-- 74.7M
2025-08-20T22:13:30.1947166Z (DL) <== https://golang.org/dl/go1.25.0.linux-amd64.tar.gz
2025-08-20T22:13:31.5809957Z [+] Success! Go version: go version go1.25.0 linux/amd64
2025-08-20T22:13:31.5810548Z [+] GOROOT: /home/runner/.go
2025-08-20T22:13:31.5810955Z [+] GOPATH: /home/runner/go
2025-08-20T22:13:31.5811504Z [|] PATH: export PATH="/home/runner/.go/bin:/home/runner/go/bin:${PATH}"
2025-08-20T22:13:31.5968544Z go version go1.25.0 linux/amd64
2025-08-20T22:13:31.6326068Z 680 libs found in cache `/etc/ld.so.cache'
2025-08-20T22:13:31.6328150Z 	libz3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so.4
2025-08-20T22:13:31.6329201Z 	libz3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so
2025-08-20T22:13:31.6329972Z 	libzstd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so.1
2025-08-20T22:13:31.6330468Z 	libzstd.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so
2025-08-20T22:13:31.6330960Z 	libzmq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzmq.so.5
2025-08-20T22:13:31.6331331Z 	libzip.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzip.so.4
2025-08-20T22:13:31.6332039Z 	libzen.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzen.so.0
2025-08-20T22:13:31.6332482Z 	libz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so.1
2025-08-20T22:13:31.6332891Z 	libz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so
2025-08-20T22:13:31.6333250Z 	libyaml-0.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyaml-0.so.2
2025-08-20T22:13:31.6333643Z 	libyajl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyajl.so.2
2025-08-20T22:13:31.6334029Z 	libxxhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxxhash.so.0
2025-08-20T22:13:31.6334446Z 	libxtables.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxtables.so.12
2025-08-20T22:13:31.6334839Z 	libxslt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxslt.so.1
2025-08-20T22:13:31.6335309Z 	libxshmfence.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxshmfence.so.1
2025-08-20T22:13:31.6336100Z 	libxml2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so.2
2025-08-20T22:13:31.6337005Z 	libxml2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so
2025-08-20T22:13:31.6337932Z 	libxmlsec1.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1.so.1
2025-08-20T22:13:31.6338573Z 	libxmlsec1-openssl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T22:13:31.6339018Z 	libxmlb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlb.so.2
2025-08-20T22:13:31.6339390Z 	libxkbfile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbfile.so.1
2025-08-20T22:13:31.6339805Z 	libxkbcommon.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbcommon.so.0
2025-08-20T22:13:31.6340216Z 	libxcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so.1
2025-08-20T22:13:31.6340569Z 	libxcb.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so
2025-08-20T22:13:31.6340958Z 	libxcb-xfixes.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T22:13:31.6341782Z 	libxcb-xfixes.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so
2025-08-20T22:13:31.6342326Z 	libxcb-sync.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-sync.so.1
2025-08-20T22:13:31.6342878Z 	libxcb-shm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shm.so.0
2025-08-20T22:13:31.6343639Z 	libxcb-shape.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so.0
2025-08-20T22:13:31.6344520Z 	libxcb-shape.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so
2025-08-20T22:13:31.6345194Z 	libxcb-render.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so.0
2025-08-20T22:13:31.6346389Z 	libxcb-render.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so
2025-08-20T22:13:31.6346889Z 	libxcb-randr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-randr.so.0
2025-08-20T22:13:31.6347335Z 	libxcb-present.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-present.so.0
2025-08-20T22:13:31.6348135Z 	libxcb-glx.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-glx.so.0
2025-08-20T22:13:31.6348877Z 	libxcb-dri3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-dri3.so.0
2025-08-20T22:13:31.6349534Z 	libwrap.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwrap.so.0
2025-08-20T22:13:31.6350179Z 	libwmflite-0.2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T22:13:31.6350772Z 	libwebpmux.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpmux.so.3
2025-08-20T22:13:31.6351526Z 	libwebpdemux.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpdemux.so.2
2025-08-20T22:13:31.6352565Z 	libwebp.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebp.so.7
2025-08-20T22:13:31.6352979Z 	libwbclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwbclient.so.0
2025-08-20T22:13:31.6353749Z 	libwayland-server.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-server.so.0
2025-08-20T22:13:31.6354732Z 	libwayland-egl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-egl.so.1
2025-08-20T22:13:31.6355233Z 	libwayland-cursor.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-cursor.so.0
2025-08-20T22:13:31.6355719Z 	libwayland-client.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-client.so.0
2025-08-20T22:13:31.6356162Z 	libvulkan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvulkan.so.1
2025-08-20T22:13:31.6356582Z 	libvorbisfile.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbisfile.so.3
2025-08-20T22:13:31.6356996Z 	libvorbis.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbis.so.0
2025-08-20T22:13:31.6357393Z 	libvolume_key.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvolume_key.so.1
2025-08-20T22:13:31.6357807Z 	libvmtools.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvmtools.so.0
2025-08-20T22:13:31.6358206Z 	libvgauth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvgauth.so.0
2025-08-20T22:13:31.6358577Z 	libuv.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuv.so.1
2025-08-20T22:13:31.6358935Z 	libuuid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuuid.so.1
2025-08-20T22:13:31.6359303Z 	libutil.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutil.so.1
2025-08-20T22:13:31.6359619Z 	libutil.so.1 (libc6) => /lib32/libutil.so.1
2025-08-20T22:13:31.6359958Z 	libutempter.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutempter.so.0
2025-08-20T22:13:31.6360357Z 	libusb-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libusb-1.0.so.0
2025-08-20T22:13:31.6360725Z 	liburcu.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu.so.8
2025-08-20T22:13:31.6361122Z 	liburcu-signal.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-signal.so.8
2025-08-20T22:13:31.6361543Z 	liburcu-qsbr.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T22:13:31.6362258Z 	liburcu-memb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-memb.so.8
2025-08-20T22:13:31.6362665Z 	liburcu-mb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-mb.so.8
2025-08-20T22:13:31.6363083Z 	liburcu-common.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-common.so.8
2025-08-20T22:13:31.6363659Z 	liburcu-cds.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-cds.so.8
2025-08-20T22:13:31.6364059Z 	liburcu-bp.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-bp.so.8
2025-08-20T22:13:31.6364444Z 	libunwind.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind.so.8
2025-08-20T22:13:31.6364854Z 	libunwind-x86_64.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-x86_64.so.8
2025-08-20T22:13:31.6365311Z 	libunwind-ptrace.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T22:13:31.6365798Z 	libunwind-coredump.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-coredump.so.0
2025-08-20T22:13:31.6366263Z 	libunistring.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunistring.so.5
2025-08-20T22:13:31.6366676Z 	libudisks2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudisks2.so.0
2025-08-20T22:13:31.6367053Z 	libudev.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudev.so.1
2025-08-20T22:13:31.6367439Z 	libuchardet.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuchardet.so.0
2025-08-20T22:13:31.6367837Z 	libubsan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libubsan.so.1
2025-08-20T22:13:31.6368269Z 	libtss2-tcti-swtpm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T22:13:31.6368751Z 	libtss2-tcti-mssim.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T22:13:31.6369243Z 	libtss2-tcti-device.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T22:13:31.6369726Z 	libtss2-tcti-cmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T22:13:31.6370152Z 	libtss2-sys.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-sys.so.1
2025-08-20T22:13:31.6370540Z 	libtss2-rc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-rc.so.0
2025-08-20T22:13:31.6371036Z 	libtss2-mu.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-mu.so.0
2025-08-20T22:13:31.6371429Z 	libtss2-esys.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-esys.so.0
2025-08-20T22:13:31.6372137Z 	libtsan.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtsan.so.2
2025-08-20T22:13:31.6372525Z 	libtracefs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtracefs.so.1
2025-08-20T22:13:31.6372953Z 	libtraceevent.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtraceevent.so.1
2025-08-20T22:13:31.6373365Z 	libtommath.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtommath.so.1
2025-08-20T22:13:31.6373745Z 	libtk8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtk8.6.so
2025-08-20T22:13:31.6374120Z 	libtirpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtirpc.so.3
2025-08-20T22:13:31.6374513Z 	libtinyxml2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinyxml2.so.10
2025-08-20T22:13:31.6374908Z 	libtinfo.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so.6
2025-08-20T22:13:31.6375276Z 	libtinfo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so
2025-08-20T22:13:31.6375636Z 	libtiff.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtiff.so.6
2025-08-20T22:13:31.6376016Z 	libtidy.so.5deb1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtidy.so.5deb1
2025-08-20T22:13:31.6376402Z 	libtic.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so.6
2025-08-20T22:13:31.6376746Z 	libtic.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so
2025-08-20T22:13:31.6377115Z 	libthread_db.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so.1
2025-08-20T22:13:31.6377484Z 	libthread_db.so.1 (libc6) => /lib32/libthread_db.so.1
2025-08-20T22:13:31.6377840Z 	libthread_db.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so
2025-08-20T22:13:31.6378215Z 	libthai.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthai.so.0
2025-08-20T22:13:31.6378571Z 	libtdb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtdb.so.1
2025-08-20T22:13:31.6378943Z 	libtcl8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtcl8.6.so
2025-08-20T22:13:31.6379314Z 	libtasn1.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtasn1.so.6
2025-08-20T22:13:31.6379700Z 	libtalloc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtalloc.so.2
2025-08-20T22:13:31.6380232Z 	libsystemd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsystemd.so.0
2025-08-20T22:13:31.6380614Z 	libsysfs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsysfs.so.2
2025-08-20T22:13:31.6380985Z 	libsybdb.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsybdb.so.5
2025-08-20T22:13:31.6381350Z 	libsubid.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsubid.so.4
2025-08-20T22:13:31.6381935Z 	libstemmer.so.0d (libc6,x86-64) => /lib/x86_64-linux-gnu/libstemmer.so.0d
2025-08-20T22:13:31.6382335Z 	libstdc++.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libstdc++.so.6
2025-08-20T22:13:31.6382670Z 	libstdc++.so.6 (libc6) => /lib32/libstdc++.so.6
2025-08-20T22:13:31.6382989Z 	libssl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl3.so
2025-08-20T22:13:31.6383347Z 	libssl.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so.3
2025-08-20T22:13:31.6383695Z 	libssl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so
2025-08-20T22:13:31.6384042Z 	libssh2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh2.so.1
2025-08-20T22:13:31.6384402Z 	libssh.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh.so.4
2025-08-20T22:13:31.6384742Z 	libss.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libss.so.2
2025-08-20T22:13:31.6385110Z 	libsqlite3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so.0
2025-08-20T22:13:31.6385501Z 	libsqlite3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so
2025-08-20T22:13:31.6385974Z 	libsourcekitdInProc.so (libc6,x86-64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T22:13:31.6386608Z 	libsoftokn3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsoftokn3.so
2025-08-20T22:13:31.6396833Z 	libsodium.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsodium.so.23
2025-08-20T22:13:31.6397385Z 	libsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnmp.so.40
2025-08-20T22:13:31.6398011Z 	libsnappy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnappy.so.1
2025-08-20T22:13:31.6398434Z 	libsmime3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmime3.so
2025-08-20T22:13:31.6398847Z 	libsmartcols.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmartcols.so.1
2025-08-20T22:13:31.6399282Z 	libslirp.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslirp.so.0
2025-08-20T22:13:31.6399678Z 	libslang.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslang.so.2
2025-08-20T22:13:31.6400070Z 	libsigsegv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsigsegv.so.2
2025-08-20T22:13:31.6400490Z 	libsharpyuv.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsharpyuv.so.0
2025-08-20T22:13:31.6400933Z 	libsgutils2-1.46.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T22:13:31.6401364Z 	libsframe.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsframe.so.1
2025-08-20T22:13:31.6401987Z 	libsepol.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsepol.so.2
2025-08-20T22:13:31.6402401Z 	libsensors.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsensors.so.5
2025-08-20T22:13:31.6402813Z 	libsemanage.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsemanage.so.2
2025-08-20T22:13:31.6403224Z 	libselinux.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libselinux.so.1
2025-08-20T22:13:31.6403614Z 	libseccomp.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libseccomp.so.2
2025-08-20T22:13:31.6403998Z 	libsasl2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsasl2.so.2
2025-08-20T22:13:31.6404396Z 	libruby-3.2.so.3.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T22:13:31.6404797Z 	libruby-3.2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so
2025-08-20T22:13:31.6405173Z 	librtmp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librtmp.so.1
2025-08-20T22:13:31.6405531Z 	librt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librt.so.1
2025-08-20T22:13:31.6405839Z 	librt.so.1 (libc6) => /lib32/librt.so.1
2025-08-20T22:13:31.6406168Z 	librpmsign.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmsign.so.9
2025-08-20T22:13:31.6406562Z 	librpmio.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmio.so.9
2025-08-20T22:13:31.6406956Z 	librpmbuild.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmbuild.so.9
2025-08-20T22:13:31.6407508Z 	librpm.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpm.so.9
2025-08-20T22:13:31.6407879Z 	librhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/librhash.so.0
2025-08-20T22:13:31.6408262Z 	libre2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libre2.so.10
2025-08-20T22:13:31.6408675Z 	libresolv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so.2
2025-08-20T22:13:31.6409318Z 	libresolv.so.2 (libc6) => /lib32/libresolv.so.2
2025-08-20T22:13:31.6409913Z 	libresolv.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so
2025-08-20T22:13:31.6410674Z 	libreiserfscore.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreiserfscore.so.0
2025-08-20T22:13:31.6411485Z 	libreadline.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreadline.so.8
2025-08-20T22:13:31.6412267Z 	libraw_r.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw_r.so.23
2025-08-20T22:13:31.6412636Z 	libraw.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw.so.23
2025-08-20T22:13:31.6413015Z 	librabbitmq.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/librabbitmq.so.4
2025-08-20T22:13:31.6413424Z 	libquadmath.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libquadmath.so.0
2025-08-20T22:13:31.6413830Z 	libqrtr-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqrtr-glib.so.0
2025-08-20T22:13:31.6414241Z 	libqmi-glib.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqmi-glib.so.5
2025-08-20T22:13:31.6414593Z 	libqdbm.so.14 (libc6,x86-64) => /lib/libqdbm.so.14
2025-08-20T22:13:31.6414940Z 	libp11-kit.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libp11-kit.so.0
2025-08-20T22:13:31.6415359Z 	libpython3.12.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so.1.0
2025-08-20T22:13:31.6415780Z 	libpython3.12.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so
2025-08-20T22:13:31.6416389Z 	libpthread.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpthread.so.0
2025-08-20T22:13:31.6416758Z 	libpthread.so.0 (libc6) => /lib32/libpthread.so.0
2025-08-20T22:13:31.6417092Z 	libpsx.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsx.so.2
2025-08-20T22:13:31.6417477Z 	libpspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpspell.so.15
2025-08-20T22:13:31.6417854Z 	libpsl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsl.so.5
2025-08-20T22:13:31.6418271Z 	libprotobuf-lite.so.32 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T22:13:31.6418733Z 	libprotobuf-c.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-c.so.1
2025-08-20T22:13:31.6419143Z 	libproc2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libproc2.so.0
2025-08-20T22:13:31.6419508Z 	libpq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so.5
2025-08-20T22:13:31.6419844Z 	libpq.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so
2025-08-20T22:13:31.6420191Z 	libpopt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpopt.so.0
2025-08-20T22:13:31.6420628Z 	libpolkit-gobject-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T22:13:31.6421127Z 	libpolkit-agent-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T22:13:31.6421782Z 	libpng16.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpng16.so.16
2025-08-20T22:13:31.6422230Z 	libply.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply.so.5
2025-08-20T22:13:31.6422690Z 	libply-splash-graphics.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T22:13:31.6423220Z 	libply-splash-core.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-core.so.5
2025-08-20T22:13:31.6423708Z 	libply-boot-client.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-boot-client.so.5
2025-08-20T22:13:31.6424133Z 	libplds4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplds4.so
2025-08-20T22:13:31.6424485Z 	libplc4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplc4.so
2025-08-20T22:13:31.6424868Z 	libpkgconf.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpkgconf.so.3
2025-08-20T22:13:31.6425276Z 	libpixman-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpixman-1.so.0
2025-08-20T22:13:31.6425684Z 	libpipeline.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpipeline.so.1
2025-08-20T22:13:31.6426235Z 	libpgm-5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpgm-5.3.so.0
2025-08-20T22:13:31.6426599Z 	libpfm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpfm.so.4
2025-08-20T22:13:31.6426961Z 	libperl.so.5.38 (libc6,x86-64) => /lib/x86_64-linux-gnu/libperl.so.5.38
2025-08-20T22:13:31.6427347Z 	libpcre2-32.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so.0
2025-08-20T22:13:31.6427737Z 	libpcre2-32.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so
2025-08-20T22:13:31.6428122Z 	libpcre2-16.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so.0
2025-08-20T22:13:31.6428506Z 	libpcre2-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so
2025-08-20T22:13:31.6428895Z 	libpcre2-8.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so.0
2025-08-20T22:13:31.6429276Z 	libpcre2-8.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so
2025-08-20T22:13:31.6429702Z 	libpcre2-posix.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so.3
2025-08-20T22:13:31.6430163Z 	libpcre2-posix.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so
2025-08-20T22:13:31.6430589Z 	libpcprofile.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcprofile.so
2025-08-20T22:13:31.6430956Z 	libpcprofile.so (libc6) => /lib32/libpcprofile.so
2025-08-20T22:13:31.6431322Z 	libpciaccess.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpciaccess.so.0
2025-08-20T22:13:31.6431900Z 	libpci.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpci.so.3
2025-08-20T22:13:31.6432271Z 	libpcap.so.0.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so.0.8
2025-08-20T22:13:31.6432648Z 	libpcap.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so
2025-08-20T22:13:31.6433157Z 	libparted.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libparted.so.2
2025-08-20T22:13:31.6433582Z 	libpaper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpaper.so.1
2025-08-20T22:13:31.6434002Z 	libpangoft2-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T22:13:31.6434473Z 	libpangocairo-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T22:13:31.6434920Z 	libpango-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpango-1.0.so.0
2025-08-20T22:13:31.6435321Z 	libpanelw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so.6
2025-08-20T22:13:31.6435704Z 	libpanelw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so
2025-08-20T22:13:31.6436087Z 	libpanel.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so.6
2025-08-20T22:13:31.6436457Z 	libpanel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so
2025-08-20T22:13:31.6436816Z 	libpamc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpamc.so.0
2025-08-20T22:13:31.6437191Z 	libpam_misc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam_misc.so.0
2025-08-20T22:13:31.6437568Z 	libpam.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam.so.0
2025-08-20T22:13:31.6438009Z 	libpackagekit-glib2.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T22:13:31.6438490Z 	libopenjp2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopenjp2.so.7
2025-08-20T22:13:31.6438949Z 	libopeniscsiusr.so.0.2.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T22:13:31.6439460Z 	libopcodes-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T22:13:31.6439961Z 	libopcodes-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-arm64.so
2025-08-20T22:13:31.6440447Z 	libopcodes-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T22:13:31.6440932Z 	libopcodes-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T22:13:31.6441362Z 	libonig.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libonig.so.5
2025-08-20T22:13:31.6441903Z 	libogg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libogg.so.0
2025-08-20T22:13:31.6442261Z 	libodbc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libodbc.so.2
2025-08-20T22:13:31.6442756Z 	libobjc_gc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc_gc.so.4
2025-08-20T22:13:31.6443125Z 	libobjc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc.so.4
2025-08-20T22:13:31.6443474Z 	libnvme.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme.so.1
2025-08-20T22:13:31.6443842Z 	libnvme-mi.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme-mi.so.1
2025-08-20T22:13:31.6444210Z 	libnuma.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnuma.so.1
2025-08-20T22:13:31.6444589Z 	libntfs-3g.so.89 (libc6,x86-64) => /lib/x86_64-linux-gnu/libntfs-3g.so.89
2025-08-20T22:13:31.6445003Z 	libnss3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss3.so
2025-08-20T22:13:31.6445374Z 	libnssutil3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssutil3.so
2025-08-20T22:13:31.6445799Z 	libnssdbm3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssdbm3.so
2025-08-20T22:13:31.6446176Z 	libnssckbi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssckbi.so
2025-08-20T22:13:31.6446586Z 	libnss_systemd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_systemd.so.2
2025-08-20T22:13:31.6447024Z 	libnss_hesiod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so.2
2025-08-20T22:13:31.6447407Z 	libnss_hesiod.so.2 (libc6) => /lib32/libnss_hesiod.so.2
2025-08-20T22:13:31.6447768Z 	libnss_hesiod.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so
2025-08-20T22:13:31.6448170Z 	libnss_files.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_files.so.2
2025-08-20T22:13:31.6448539Z 	libnss_files.so.2 (libc6) => /lib32/libnss_files.so.2
2025-08-20T22:13:31.6448882Z 	libnss_dns.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_dns.so.2
2025-08-20T22:13:31.6449224Z 	libnss_dns.so.2 (libc6) => /lib32/libnss_dns.so.2
2025-08-20T22:13:31.6449697Z 	libnss_compat.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so.2
2025-08-20T22:13:31.6450076Z 	libnss_compat.so.2 (libc6) => /lib32/libnss_compat.so.2
2025-08-20T22:13:31.6450441Z 	libnss_compat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so
2025-08-20T22:13:31.6450831Z 	libnspr4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnspr4.so
2025-08-20T22:13:31.6451189Z 	libnsl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnsl.so.1
2025-08-20T22:13:31.6451498Z 	libnsl.so.1 (libc6) => /lib32/libnsl.so.1
2025-08-20T22:13:31.6452220Z 	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:13:31.6452734Z 	libnpth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnpth.so.0
2025-08-20T22:13:31.6453093Z 	libnorm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnorm.so.1
2025-08-20T22:13:31.6453458Z 	libnl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so.200
2025-08-20T22:13:31.6453814Z 	libnl-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so
2025-08-20T22:13:31.6454222Z 	libnl-route-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so.200
2025-08-20T22:13:31.6454645Z 	libnl-route-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so
2025-08-20T22:13:31.6455070Z 	libnl-genl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-genl-3.so.200
2025-08-20T22:13:31.6455492Z 	libnghttp2.so.14 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnghttp2.so.14
2025-08-20T22:13:31.6455892Z 	libnftnl.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftnl.so.11
2025-08-20T22:13:31.6456285Z 	libnftables.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftables.so.1
2025-08-20T22:13:31.6456701Z 	libnfnetlink.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnfnetlink.so.0
2025-08-20T22:13:31.6457106Z 	libnewt.so.0.52 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnewt.so.0.52
2025-08-20T22:13:31.6457487Z 	libnettle.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnettle.so.8
2025-08-20T22:13:31.6457914Z 	libnetsnmpmibs.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T22:13:31.6458398Z 	libnetsnmphelpers.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T22:13:31.6458888Z 	libnetsnmpagent.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T22:13:31.6459472Z 	libnetsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmp.so.40
2025-08-20T22:13:31.6459873Z 	libnetplan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetplan.so.1
2025-08-20T22:13:31.6460268Z 	libnetpbm.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetpbm.so.11
2025-08-20T22:13:31.6460737Z 	libnetfilter_conntrack.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T22:13:31.6461216Z 	libncursesw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncursesw.so.6
2025-08-20T22:13:31.6461832Z 	libncurses.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncurses.so.6
2025-08-20T22:13:31.6462288Z 	libmysqlclient.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so.21
2025-08-20T22:13:31.6462737Z 	libmysqlclient.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so
2025-08-20T22:13:31.6463137Z 	libmvec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so.1
2025-08-20T22:13:31.6463495Z 	libmvec.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so
2025-08-20T22:13:31.6463857Z 	libmultipath.so.0 (libc6,x86-64) => /lib/libmultipath.so.0
2025-08-20T22:13:31.6464231Z 	libmspack.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmspack.so.0
2025-08-20T22:13:31.6464604Z 	libmpfr.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpfr.so.6
2025-08-20T22:13:31.6464961Z 	libmpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpc.so.3
2025-08-20T22:13:31.6465313Z 	libmpathutil.so.0 (libc6,x86-64) => /lib/libmpathutil.so.0
2025-08-20T22:13:31.6465692Z 	libmpathpersist.so.0 (libc6,x86-64) => /lib/libmpathpersist.so.0
2025-08-20T22:13:31.6466064Z 	libmpathcmd.so.0 (libc6,x86-64) => /lib/libmpathcmd.so.0
2025-08-20T22:13:31.6466422Z 	libmount.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmount.so.1
2025-08-20T22:13:31.6466911Z 	libmnl.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmnl.so.0
2025-08-20T22:13:31.6467263Z 	libmms.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmms.so.0
2025-08-20T22:13:31.6467639Z 	libmm-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmm-glib.so.0
2025-08-20T22:13:31.6468007Z 	libmlx5.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so.1
2025-08-20T22:13:31.6468358Z 	libmlx5.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so
2025-08-20T22:13:31.6468702Z 	libmlx4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so.1
2025-08-20T22:13:31.6469049Z 	libmlx4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so
2025-08-20T22:13:31.6469404Z 	libmenuw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so.6
2025-08-20T22:13:31.6469764Z 	libmenuw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so
2025-08-20T22:13:31.6470114Z 	libmenu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so.6
2025-08-20T22:13:31.6470463Z 	libmenu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so
2025-08-20T22:13:31.6470830Z 	libmemusage.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemusage.so
2025-08-20T22:13:31.6471178Z 	libmemusage.so (libc6) => /lib32/libmemusage.so
2025-08-20T22:13:31.6471545Z 	libmemcached.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemcached.so.11
2025-08-20T22:13:31.6472293Z 	libmediainfo.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmediainfo.so.0
2025-08-20T22:13:31.6472694Z 	libmecab.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmecab.so.2
2025-08-20T22:13:31.6473046Z 	libmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmd.so.0
2025-08-20T22:13:31.6473416Z 	libmbim-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmbim-glib.so.4
2025-08-20T22:13:31.6473825Z 	libmaxminddb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmaxminddb.so.0
2025-08-20T22:13:31.6474212Z 	libmana.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so.1
2025-08-20T22:13:31.6474561Z 	libmana.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so
2025-08-20T22:13:31.6474916Z 	libmagic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmagic.so.1
2025-08-20T22:13:31.6475264Z 	libm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libm.so.6
2025-08-20T22:13:31.6475555Z 	libm.so.6 (libc6) => /lib32/libm.so.6
2025-08-20T22:13:31.6475983Z 	liblz4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so.1
2025-08-20T22:13:31.6476327Z 	liblz4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so
2025-08-20T22:13:31.6476671Z 	liblzo2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzo2.so.2
2025-08-20T22:13:31.6477027Z 	liblzma.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so.5
2025-08-20T22:13:31.6477373Z 	liblzma.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so
2025-08-20T22:13:31.6477712Z 	liblz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so.1
2025-08-20T22:13:31.6478042Z 	liblz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so
2025-08-20T22:13:31.6478413Z 	liblvm2cmd.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T22:13:31.6478823Z 	liblua5.4.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4.so.0
2025-08-20T22:13:31.6479210Z 	liblua5.4-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T22:13:31.6479592Z 	liblua5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3.so.0
2025-08-20T22:13:31.6479976Z 	liblua5.3-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T22:13:31.6480381Z 	liblttng-ust.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust.so.1
2025-08-20T22:13:31.6480874Z 	liblttng-ust-tracepoint.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T22:13:31.6481491Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T22:13:31.6482319Z 	liblttng-ust-libc-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T22:13:31.6482857Z 	liblttng-ust-fork.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T22:13:31.6483444Z 	liblttng-ust-fd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T22:13:31.6483889Z 	liblttng-ust-dl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T22:13:31.6484404Z 	liblttng-ust-cyg-profile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T22:13:31.6485025Z 	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:13:31.6485582Z 	liblttng-ust-ctl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T22:13:31.6486067Z 	liblttng-ust-common.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T22:13:31.6486504Z 	libltdl.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libltdl.so.7
2025-08-20T22:13:31.6486861Z 	liblsan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblsan.so.0
2025-08-20T22:13:31.6487226Z 	liblqr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblqr-1.so.0
2025-08-20T22:13:31.6487592Z 	liblmdb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblmdb.so.0
2025-08-20T22:13:31.6487962Z 	liblldb-18.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so.1
2025-08-20T22:13:31.6488342Z 	liblldb-18.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so
2025-08-20T22:13:31.6488720Z 	liblldb-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so.1
2025-08-20T22:13:31.6489097Z 	liblldb-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so
2025-08-20T22:13:31.6489472Z 	liblldb-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so.1
2025-08-20T22:13:31.6489843Z 	liblldb-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so
2025-08-20T22:13:31.6490203Z 	libldap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libldap.so.2
2025-08-20T22:13:31.6490567Z 	liblcms2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblcms2.so.2
2025-08-20T22:13:31.6490927Z 	liblber.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblber.so.2
2025-08-20T22:13:31.6491314Z 	libk5crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libk5crypto.so.3
2025-08-20T22:13:31.6491951Z 	libksba.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libksba.so.8
2025-08-20T22:13:31.6492478Z 	libkrb5support.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5support.so.0
2025-08-20T22:13:31.6493014Z 	libkrb5.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5.so.3
2025-08-20T22:13:31.6493367Z 	libkmod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkmod.so.2
2025-08-20T22:13:31.6493744Z 	libkeyutils.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkeyutils.so.1
2025-08-20T22:13:31.6494143Z 	libjxrglue.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjxrglue.so.0
2025-08-20T22:13:31.6494543Z 	libjsoncpp.so.25 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjsoncpp.so.25
2025-08-20T22:13:31.6494972Z 	libjson-glib-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T22:13:31.6495388Z 	libjson-c.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-c.so.5
2025-08-20T22:13:31.6495750Z 	libjq.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjq.so.1
2025-08-20T22:13:31.6496110Z 	libjpegxr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpegxr.so.0
2025-08-20T22:13:31.6496484Z 	libjpeg.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpeg.so.8
2025-08-20T22:13:31.6496845Z 	libjcat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjcat.so.1
2025-08-20T22:13:31.6497227Z 	libjbig2dec.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig2dec.so.0
2025-08-20T22:13:31.6497606Z 	libjbig.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig.so.0
2025-08-20T22:13:31.6497977Z 	libjansson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjansson.so.4
2025-08-20T22:13:31.6498358Z 	libitm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libitm.so.1
2025-08-20T22:13:31.6498710Z 	libisns.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisns.so.0
2025-08-20T22:13:31.6499058Z 	libisl.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisl.so.23
2025-08-20T22:13:31.6499707Z 	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:13:31.6500437Z 	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:13:31.6501119Z 	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:13:31.6501955Z 	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:13:31.6502470Z 	libip6tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip6tc.so.2
2025-08-20T22:13:31.6502843Z 	libip4tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip4tc.so.2
2025-08-20T22:13:31.6503205Z 	libinih.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libinih.so.1
2025-08-20T22:13:31.6503567Z 	libijs-0.35.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libijs-0.35.so
2025-08-20T22:13:31.6503932Z 	libidn2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn2.so.0
2025-08-20T22:13:31.6504288Z 	libidn.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn.so.12
2025-08-20T22:13:31.6504656Z 	libicuuc.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.74
2025-08-20T22:13:31.6505034Z 	libicuuc.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.70
2025-08-20T22:13:31.6505410Z 	libicuuc.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so
2025-08-20T22:13:31.6505774Z 	libicutu.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.74
2025-08-20T22:13:31.6506142Z 	libicutu.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.70
2025-08-20T22:13:31.6506503Z 	libicutu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so
2025-08-20T22:13:31.6506879Z 	libicutest.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.74
2025-08-20T22:13:31.6507279Z 	libicutest.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.70
2025-08-20T22:13:31.6507669Z 	libicutest.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so
2025-08-20T22:13:31.6508059Z 	libicui18n.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.74
2025-08-20T22:13:31.6508451Z 	libicui18n.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.70
2025-08-20T22:13:31.6508836Z 	libicui18n.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so
2025-08-20T22:13:31.6509337Z 	libicuio.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.74
2025-08-20T22:13:31.6509711Z 	libicuio.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.70
2025-08-20T22:13:31.6510069Z 	libicuio.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so
2025-08-20T22:13:31.6510442Z 	libicudata.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.74
2025-08-20T22:13:31.6510836Z 	libicudata.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.70
2025-08-20T22:13:31.6511222Z 	libicudata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so
2025-08-20T22:13:31.6511838Z 	libibverbs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so.1
2025-08-20T22:13:31.6512243Z 	libibverbs.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so
2025-08-20T22:13:31.6512620Z 	libhwasan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhwasan.so.0
2025-08-20T22:13:31.6513036Z 	libhunspell-1.7.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T22:13:31.6513493Z 	libhogweed.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhogweed.so.6
2025-08-20T22:13:31.6513890Z 	libhistory.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhistory.so.8
2025-08-20T22:13:31.6514321Z 	libhiredis_ssl.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T22:13:31.6514772Z 	libhiredis.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T22:13:31.6515173Z 	libhgfs.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhgfs.so.0
2025-08-20T22:13:31.6515533Z 	libheif.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libheif.so.1
2025-08-20T22:13:31.6515905Z 	libhavege.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhavege.so.2
2025-08-20T22:13:31.6516423Z 	libhashkit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhashkit.so.2
2025-08-20T22:13:31.6516831Z 	libharfbuzz.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libharfbuzz.so.0
2025-08-20T22:13:31.6517224Z 	libhandle.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhandle.so.1
2025-08-20T22:13:31.6517596Z 	libgusb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgusb.so.2
2025-08-20T22:13:31.6517973Z 	libguestlib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestlib.so.0
2025-08-20T22:13:31.6518435Z 	libguestStoreClient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestStoreClient.so.0
2025-08-20T22:13:31.6518896Z 	libgudev-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgudev-1.0.so.0
2025-08-20T22:13:31.6519286Z 	libgtk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgtk-3.so.0
2025-08-20T22:13:31.6519685Z 	libgthread-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgthread-2.0.so.0
2025-08-20T22:13:31.6520126Z 	libgstreamer-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T22:13:31.6520570Z 	libgstnet-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T22:13:31.6521037Z 	libgstcontroller-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T22:13:31.6521520Z 	libgstcheck-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T22:13:31.6522197Z 	libgstbase-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T22:13:31.6522625Z 	libgssapi_krb5.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T22:13:31.6523014Z 	libgs.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgs.so.10
2025-08-20T22:13:31.6523397Z 	libgraphite2.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgraphite2.so.3
2025-08-20T22:13:31.6523805Z 	libgprofng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgprofng.so.0
2025-08-20T22:13:31.6524183Z 	libgpm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpm.so.2
2025-08-20T22:13:31.6524560Z 	libgpgme.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpgme.so.11
2025-08-20T22:13:31.6524963Z 	libgpg-error.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpg-error.so.0
2025-08-20T22:13:31.6525354Z 	libgomp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgomp.so.1
2025-08-20T22:13:31.6525873Z 	libgobject-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgobject-2.0.so.0
2025-08-20T22:13:31.6526281Z 	libgnutls.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgnutls.so.30
2025-08-20T22:13:31.6526665Z 	libgmpxx.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so.4
2025-08-20T22:13:31.6527026Z 	libgmpxx.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so
2025-08-20T22:13:31.6527380Z 	libgmp.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so.10
2025-08-20T22:13:31.6527729Z 	libgmp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so
2025-08-20T22:13:31.6528114Z 	libgmodule-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T22:13:31.6528520Z 	libglib-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libglib-2.0.so.0
2025-08-20T22:13:31.6528972Z 	libgirepository-1.0.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T22:13:31.6529499Z 	libgio-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgio-2.0.so.0
2025-08-20T22:13:31.6529896Z 	libgfortran.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgfortran.so.5
2025-08-20T22:13:31.6530322Z 	libgdk_pixbuf-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T22:13:31.6530737Z 	libgdk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk-3.so.0
2025-08-20T22:13:31.6531134Z 	libgdbm_compat.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm_compat.so.4
2025-08-20T22:13:31.6531527Z 	libgdbm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm.so.6
2025-08-20T22:13:31.6532077Z 	libgd.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgd.so.3
2025-08-20T22:13:31.6532433Z 	libgctba.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgctba.so.1
2025-08-20T22:13:31.6532810Z 	libgcrypt.so.20 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcrypt.so.20
2025-08-20T22:13:31.6533320Z 	libgccpp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgccpp.so.1
2025-08-20T22:13:31.6533688Z 	libgcc_s.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcc_s.so.1
2025-08-20T22:13:31.6534020Z 	libgcc_s.so.1 (libc6) => /lib32/libgcc_s.so.1
2025-08-20T22:13:31.6534326Z 	libgc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgc.so.1
2025-08-20T22:13:31.6534679Z 	libgbm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgbm.so.1
2025-08-20T22:13:31.6535171Z 	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:13:31.6535679Z 	libfwupd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfwupd.so.2
2025-08-20T22:13:31.6536050Z 	libfuse3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfuse3.so.3
2025-08-20T22:13:31.6536412Z 	libftdi1.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libftdi1.so.2
2025-08-20T22:13:31.6536804Z 	libfsverity.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfsverity.so.0
2025-08-20T22:13:31.6537213Z 	libfribidi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfribidi.so.0
2025-08-20T22:13:31.6537616Z 	libfreetype.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreetype.so.6
2025-08-20T22:13:31.6538013Z 	libfreebl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreebl3.so
2025-08-20T22:13:31.6538416Z 	libfreeblpriv3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreeblpriv3.so
2025-08-20T22:13:31.6538820Z 	libformw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so.6
2025-08-20T22:13:31.6539180Z 	libformw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so
2025-08-20T22:13:31.6539536Z 	libform.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so.6
2025-08-20T22:13:31.6539887Z 	libform.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so
2025-08-20T22:13:31.6540249Z 	libfontenc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontenc.so.1
2025-08-20T22:13:31.6540669Z 	libfontconfig.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontconfig.so.1
2025-08-20T22:13:31.6541093Z 	libflashrom.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libflashrom.so.1
2025-08-20T22:13:31.6541476Z 	libfido2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfido2.so.1
2025-08-20T22:13:31.6542120Z 	libfftw3_threads.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_threads.so.3
2025-08-20T22:13:31.6542685Z 	libfftw3_omp.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_omp.so.3
2025-08-20T22:13:31.6543070Z 	libfftw3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3.so.3
2025-08-20T22:13:31.6543425Z 	libffi.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so.8
2025-08-20T22:13:31.6543769Z 	libffi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so
2025-08-20T22:13:31.6544120Z 	libfdisk.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfdisk.so.1
2025-08-20T22:13:31.6544490Z 	libfcgi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi.so.0
2025-08-20T22:13:31.6544860Z 	libfcgi++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi++.so.0
2025-08-20T22:13:31.6545255Z 	libfbclient.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfbclient.so.2
2025-08-20T22:13:31.6545661Z 	libfastjson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfastjson.so.4
2025-08-20T22:13:31.6546144Z 	libfakeroot-0.so (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T22:13:31.6546577Z 	libe2p.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libe2p.so.2
2025-08-20T22:13:31.6546947Z 	libext2fs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libext2fs.so.2
2025-08-20T22:13:31.6547322Z 	libexslt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexslt.so.0
2025-08-20T22:13:31.6547696Z 	libexpatw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so.1
2025-08-20T22:13:31.6548072Z 	libexpatw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so
2025-08-20T22:13:31.6548438Z 	libexpat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so.1
2025-08-20T22:13:31.6548803Z 	libexpat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so
2025-08-20T22:13:31.6549395Z 	libevent_pthreads-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T22:13:31.6549885Z 	libevent_core-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T22:13:31.6550302Z 	libevdev.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevdev.so.2
2025-08-20T22:13:31.6550668Z 	libestr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libestr.so.0
2025-08-20T22:13:31.6551027Z 	libepoxy.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libepoxy.so.0
2025-08-20T22:13:31.6551414Z 	libenchant-2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libenchant-2.so.2
2025-08-20T22:13:31.6552068Z 	libelf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libelf.so.1
2025-08-20T22:13:31.6552431Z 	libefivar.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefivar.so.1
2025-08-20T22:13:31.6552821Z 	libefiboot.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefiboot.so.1
2025-08-20T22:13:31.6553193Z 	libefa.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so.1
2025-08-20T22:13:31.6553534Z 	libefa.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so
2025-08-20T22:13:31.6553885Z 	libedit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libedit.so.2
2025-08-20T22:13:31.6554272Z 	libeatmydata.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so.1
2025-08-20T22:13:31.6554701Z 	libeatmydata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so
2025-08-20T22:13:31.6555072Z 	libdw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdw.so.1
2025-08-20T22:13:31.6555451Z 	libduktape.so.207 (libc6,x86-64) => /lib/x86_64-linux-gnu/libduktape.so.207
2025-08-20T22:13:31.6555886Z 	libdrop_ambient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrop_ambient.so.0
2025-08-20T22:13:31.6556317Z 	libdrm_intel.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_intel.so.1
2025-08-20T22:13:31.6556724Z 	libdrm_amdgpu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T22:13:31.6557114Z 	libdrm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm.so.2
2025-08-20T22:13:31.6557622Z 	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:13:31.6558128Z 	libdl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdl.so.2
2025-08-20T22:13:31.6558432Z 	libdl.so.2 (libc6) => /lib32/libdl.so.2
2025-08-20T22:13:31.6558986Z 	libdjvulibre.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdjvulibre.so.21
2025-08-20T22:13:31.6559405Z 	libde265.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libde265.so.0
2025-08-20T22:13:31.6559829Z 	libdevmapper.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T22:13:31.6560344Z 	libdevmapper-event.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T22:13:31.6560923Z 	libdevmapper-event-lvm2vdo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T22:13:31.6561523Z 	libdevmapper-event-lvm2thin.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T22:13:31.6562432Z 	libdevmapper-event-lvm2snapshot.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T22:13:31.6563069Z 	libdevmapper-event-lvm2raid.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T22:13:31.6563694Z 	libdevmapper-event-lvm2mirror.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T22:13:31.6564318Z 	libdevmapper-event-lvm2.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T22:13:31.6564904Z 	libdevmapper-event-lvm2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T22:13:31.6565387Z 	libdeflate.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdeflate.so.0
2025-08-20T22:13:31.6565828Z 	libdebconfclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdebconfclient.so.0
2025-08-20T22:13:31.6566262Z 	libdconf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdconf.so.1
2025-08-20T22:13:31.6566682Z 	libdbusmenu-gtk3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T22:13:31.6567284Z 	libdbusmenu-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T22:13:31.6567722Z 	libdbus-1.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so.3
2025-08-20T22:13:31.6568107Z 	libdbus-1.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so
2025-08-20T22:13:31.6568471Z 	libdb-5.3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdb-5.3.so
2025-08-20T22:13:31.6568844Z 	libdatrie.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdatrie.so.1
2025-08-20T22:13:31.6569215Z 	libcurl.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl.so.4
2025-08-20T22:13:31.6569618Z 	libcurl-gnutls.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T22:13:31.6570027Z 	libcups.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcups.so.2
2025-08-20T22:13:31.6570389Z 	libctf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf.so.0
2025-08-20T22:13:31.6570778Z 	libctf-nobfd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd.so.0
2025-08-20T22:13:31.6571244Z 	libctf-nobfd-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so.0
2025-08-20T22:13:31.6571958Z 	libctf-nobfd-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so
2025-08-20T22:13:31.6572447Z 	libctf-nobfd-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T22:13:31.6572921Z 	libctf-nobfd-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T22:13:31.6573391Z 	libctf-nobfd-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T22:13:31.6573861Z 	libctf-nobfd-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T22:13:31.6574301Z 	libctf-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so.0
2025-08-20T22:13:31.6574710Z 	libctf-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so
2025-08-20T22:13:31.6575114Z 	libctf-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so.0
2025-08-20T22:13:31.6575525Z 	libctf-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so
2025-08-20T22:13:31.6575926Z 	libctf-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so.0
2025-08-20T22:13:31.6576328Z 	libctf-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so
2025-08-20T22:13:31.6576884Z 	libcryptsetup.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcryptsetup.so.12
2025-08-20T22:13:31.6577308Z 	libcrypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so.3
2025-08-20T22:13:31.6577697Z 	libcrypto.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so
2025-08-20T22:13:31.6578075Z 	libcrypt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so.1
2025-08-20T22:13:31.6578444Z 	libcrypt.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so
2025-08-20T22:13:31.6578820Z 	libcom_err.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcom_err.so.2
2025-08-20T22:13:31.6579249Z 	libcolordprivate.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolordprivate.so.2
2025-08-20T22:13:31.6579689Z 	libcolord.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolord.so.2
2025-08-20T22:13:31.6580086Z 	libclang-18.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-18.so.18
2025-08-20T22:13:31.6580486Z 	libclang-17.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-17.so.17
2025-08-20T22:13:31.6580908Z 	libclang-16.so.16.0.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T22:13:31.6581350Z 	libclang-cpp.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T22:13:31.6582000Z 	libclang-cpp.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.17
2025-08-20T22:13:31.6582439Z 	libclang-cpp.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.16
2025-08-20T22:13:31.6582829Z 	libcc1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcc1.so.0
2025-08-20T22:13:31.6583199Z 	libcbor.so.0.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcbor.so.0.10
2025-08-20T22:13:31.6583581Z 	libcares.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcares.so.2
2025-08-20T22:13:31.6584084Z 	libcap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap.so.2
2025-08-20T22:13:31.6584458Z 	libcap-ng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap-ng.so.0
2025-08-20T22:13:31.6584852Z 	libcanberra.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcanberra.so.0
2025-08-20T22:13:31.6585250Z 	libcairo.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo.so.2
2025-08-20T22:13:31.6585671Z 	libcairo-gobject.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo-gobject.so.2
2025-08-20T22:13:31.6586131Z 	libc_malloc_debug.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T22:13:31.6586541Z 	libc_malloc_debug.so.0 (libc6) => /lib32/libc_malloc_debug.so.0
2025-08-20T22:13:31.6586941Z 	libc_malloc_debug.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so
2025-08-20T22:13:31.6587331Z 	libc.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc.so.6
2025-08-20T22:13:31.6587629Z 	libc.so.6 (libc6) => /lib32/libc.so.6
2025-08-20T22:13:31.6587953Z 	libc-client.so.2007e (libc6,x86-64) => /lib/libc-client.so.2007e
2025-08-20T22:13:31.6588334Z 	libbz2.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbz2.so.1.0
2025-08-20T22:13:31.6588726Z 	libbytesize.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbytesize.so.1
2025-08-20T22:13:31.6589124Z 	libbsd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbsd.so.0
2025-08-20T22:13:31.6589514Z 	libbrotlienc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlienc.so.1
2025-08-20T22:13:31.6589956Z 	libbrotlidec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlidec.so.1
2025-08-20T22:13:31.6590400Z 	libbrotlicommon.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlicommon.so.1
2025-08-20T22:13:31.6590814Z 	libbpf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbpf.so.1
2025-08-20T22:13:31.6591196Z 	libblockdev.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblockdev.so.3
2025-08-20T22:13:31.6591709Z 	libblkid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblkid.so.1
2025-08-20T22:13:31.6592261Z 	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:13:31.6592833Z 	libbfd-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-system.so
2025-08-20T22:13:31.6593403Z 	libbfd-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-arm64.so
2025-08-20T22:13:31.6593833Z 	libbfd-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T22:13:31.6594258Z 	libbfd-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T22:13:31.6594670Z 	libbd_utils.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_utils.so.3
2025-08-20T22:13:31.6595062Z 	libbd_swap.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_swap.so.3
2025-08-20T22:13:31.6595445Z 	libbd_part.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_part.so.3
2025-08-20T22:13:31.6595816Z 	libbd_nvme.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_nvme.so.3
2025-08-20T22:13:31.6596209Z 	libbd_mdraid.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_mdraid.so.3
2025-08-20T22:13:31.6596599Z 	libbd_loop.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_loop.so.3
2025-08-20T22:13:31.6596969Z 	libbd_fs.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_fs.so.3
2025-08-20T22:13:31.6597355Z 	libbd_crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_crypto.so.3
2025-08-20T22:13:31.6597749Z 	libbcc_bpf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc_bpf.so.0
2025-08-20T22:13:31.6598117Z 	libbcc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc.so.0
2025-08-20T22:13:31.6598519Z 	libavahi-common.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-common.so.3
2025-08-20T22:13:31.6598972Z 	libavahi-client.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-client.so.3
2025-08-20T22:13:31.6599385Z 	libaudit.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaudit.so.1
2025-08-20T22:13:31.6599768Z 	libattr.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libattr.so.1
2025-08-20T22:13:31.6600251Z 	libatspi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatspi.so.0
2025-08-20T22:13:31.6600637Z 	libatomic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatomic.so.1
2025-08-20T22:13:31.6601007Z 	libatm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatm.so.1
2025-08-20T22:13:31.6601381Z 	libatk-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-1.0.so.0
2025-08-20T22:13:31.6602147Z 	libatk-bridge-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T22:13:31.6602644Z 	libatasmart.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatasmart.so.4
2025-08-20T22:13:31.6603047Z 	libassuan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libassuan.so.0
2025-08-20T22:13:31.6603436Z 	libaspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaspell.so.15
2025-08-20T22:13:31.6603825Z 	libasound.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasound.so.2
2025-08-20T22:13:31.6604196Z 	libasan.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasan.so.8
2025-08-20T22:13:31.6604562Z 	libaria2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaria2.so.0
2025-08-20T22:13:31.6604946Z 	libargon2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libargon2.so.1
2025-08-20T22:13:31.6605346Z 	libarchive.so.13 (libc6,x86-64) => /lib/x86_64-linux-gnu/libarchive.so.13
2025-08-20T22:13:31.6605798Z 	libapt-private.so.0.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-private.so.0.0
2025-08-20T22:13:31.6606267Z 	libapt-pkg.so.6.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T22:13:31.6606690Z 	libaprutil-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaprutil-1.so.0
2025-08-20T22:13:31.6607087Z 	libapr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapr-1.so.0
2025-08-20T22:13:31.6607486Z 	libappstream.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libappstream.so.5
2025-08-20T22:13:31.6607910Z 	libapparmor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapparmor.so.1
2025-08-20T22:13:31.6608294Z 	libaom.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaom.so.3
2025-08-20T22:13:31.6608649Z 	libanl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so.1
2025-08-20T22:13:31.6608961Z 	libanl.so.1 (libc6) => /lib32/libanl.so.1
2025-08-20T22:13:31.6609263Z 	libanl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so
2025-08-20T22:13:31.6609627Z 	libaio.so.1t64 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaio.so.1t64
2025-08-20T22:13:31.6610132Z 	libacl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libacl.so.1
2025-08-20T22:13:31.6610477Z 	libX11.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11.so.6
2025-08-20T22:13:31.6610839Z 	libX11-xcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11-xcb.so.1
2025-08-20T22:13:31.6611229Z 	libXxf86vm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXxf86vm.so.1
2025-08-20T22:13:31.6611801Z 	libXtst.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXtst.so.6
2025-08-20T22:13:31.6612177Z 	libXt.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXt.so.6
2025-08-20T22:13:31.6612524Z 	libXss.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXss.so.1
2025-08-20T22:13:31.6612903Z 	libXrender.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrender.so.1
2025-08-20T22:13:31.6613294Z 	libXrandr.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrandr.so.2
2025-08-20T22:13:31.6613663Z 	libXpm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXpm.so.4
2025-08-20T22:13:31.6614025Z 	libXmuu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmuu.so.1
2025-08-20T22:13:31.6614383Z 	libXmu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmu.so.6
2025-08-20T22:13:31.6614762Z 	libXinerama.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXinerama.so.1
2025-08-20T22:13:31.6615141Z 	libXi.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXi.so.6
2025-08-20T22:13:31.6615485Z 	libXft.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXft.so.2
2025-08-20T22:13:31.6615848Z 	libXfont2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfont2.so.2
2025-08-20T22:13:31.6616230Z 	libXfixes.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfixes.so.3
2025-08-20T22:13:31.6616600Z 	libXext.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXext.so.6
2025-08-20T22:13:31.6617091Z 	libXdmcp.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so.6
2025-08-20T22:13:31.6617467Z 	libXdmcp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so
2025-08-20T22:13:31.6617845Z 	libXdamage.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdamage.so.1
2025-08-20T22:13:31.6618244Z 	libXcursor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcursor.so.1
2025-08-20T22:13:31.6618663Z 	libXcomposite.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcomposite.so.1
2025-08-20T22:13:31.6619060Z 	libXaw.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXaw.so.7
2025-08-20T22:13:31.6619406Z 	libXau.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so.6
2025-08-20T22:13:31.6619749Z 	libXau.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so
2025-08-20T22:13:31.6620088Z 	libSM.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libSM.so.6
2025-08-20T22:13:31.6620503Z 	libOpenEXRUtil-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T22:13:31.6621003Z 	libOpenEXRCore-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T22:13:31.6621472Z 	libOpenEXR-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T22:13:31.6622178Z 	libMagickWand-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T22:13:31.6622676Z 	libMagickCore-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T22:13:31.6623105Z 	libLerc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLerc.so.4
2025-08-20T22:13:31.6623479Z 	libLLVM.so.19.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.19.1
2025-08-20T22:13:31.6623861Z 	libLLVM.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.18.1
2025-08-20T22:13:31.6624243Z 	libLLVM-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so.1
2025-08-20T22:13:31.6624632Z 	libLLVM-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so
2025-08-20T22:13:31.6625007Z 	libLLVM-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so.1
2025-08-20T22:13:31.6625390Z 	libLLVM-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so
2025-08-20T22:13:31.6625760Z 	libJudy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libJudy.so.1
2025-08-20T22:13:31.6626275Z 	libImath-3_1.so.29 (libc6,x86-64) => /lib/x86_64-linux-gnu/libImath-3_1.so.29
2025-08-20T22:13:31.6626713Z 	libIlmThread-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T22:13:31.6627136Z 	libIex-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIex-3_1.so.30
2025-08-20T22:13:31.6627499Z 	libICE.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libICE.so.6
2025-08-20T22:13:31.6627896Z 	libGLdispatch.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLdispatch.so.0
2025-08-20T22:13:31.6628317Z 	libGLX_mesa.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX_mesa.so.0
2025-08-20T22:13:31.6628689Z 	libGLX.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX.so.0
2025-08-20T22:13:31.6629039Z 	libGL.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGL.so.1
2025-08-20T22:13:31.6629428Z 	libDeployPkg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libDeployPkg.so.0
2025-08-20T22:13:31.6629897Z 	libBrokenLocale.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so.1
2025-08-20T22:13:31.6630342Z 	libBrokenLocale.so.1 (libc6) => /lib32/libBrokenLocale.so.1
2025-08-20T22:13:31.6630748Z 	libBrokenLocale.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so
2025-08-20T22:13:31.6631148Z 	ld-musl-x86_64.so.1 (libc6,x86-64) => /lib/ld-musl-x86_64.so.1
2025-08-20T22:13:31.6631467Z 	ld-linux.so.2 (libc6) => /lib32/ld-linux.so.2
2025-08-20T22:13:31.6631862Z 	ld-linux.so.2 (libc6) => /lib/ld-linux.so.2
2025-08-20T22:13:31.6632210Z 	ld-linux-x86-64.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
2025-08-20T22:13:31.6632686Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.5) stable release version 2.39
2025-08-20T22:13:31.8847334Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T22:13:32.0587791Z Collecting meson
2025-08-20T22:13:32.1006411Z   Downloading meson-1.8.4-py3-none-any.whl.metadata (1.8 kB)
2025-08-20T22:13:32.1326350Z Collecting ninja
2025-08-20T22:13:32.1364247Z   Downloading ninja-1.13.0-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.metadata (5.1 kB)
2025-08-20T22:13:32.1440347Z Downloading meson-1.8.4-py3-none-any.whl (1.0 MB)
2025-08-20T22:13:32.1657060Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.0/1.0 MB 104.8 MB/s  0:00:00
2025-08-20T22:13:32.1698071Z Downloading ninja-1.13.0-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (180 kB)
2025-08-20T22:13:32.2594999Z Installing collected packages: ninja, meson
2025-08-20T22:13:32.9732503Z 
2025-08-20T22:13:32.9761557Z Successfully installed meson-1.8.4 ninja-1.13.0
2025-08-20T22:13:33.2624211Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T22:13:33.3699779Z Requirement already satisfied: meson in /home/runner/.local/lib/python3.12/site-packages (1.8.4)
2025-08-20T22:13:33.4292469Z Requirement already satisfied: ninja in /home/runner/.local/lib/python3.12/site-packages (1.13.0)
2025-08-20T22:13:33.8924037Z 1.8.4
2025-08-20T22:13:33.9175582Z 1.13.0.git.kitware.jobserver-pipe-1
2025-08-20T22:13:33.9427688Z 680 libs found in cache `/etc/ld.so.cache'
2025-08-20T22:13:33.9428346Z 	libz3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so.4
2025-08-20T22:13:33.9428963Z 	libz3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so
2025-08-20T22:13:33.9429579Z 	libzstd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so.1
2025-08-20T22:13:33.9430252Z 	libzstd.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so
2025-08-20T22:13:33.9430907Z 	libzmq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzmq.so.5
2025-08-20T22:13:33.9431541Z 	libzip.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzip.so.4
2025-08-20T22:13:33.9432390Z 	libzen.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzen.so.0
2025-08-20T22:13:33.9433034Z 	libz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so.1
2025-08-20T22:13:33.9433646Z 	libz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so
2025-08-20T22:13:33.9434292Z 	libyaml-0.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyaml-0.so.2
2025-08-20T22:13:33.9434985Z 	libyajl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyajl.so.2
2025-08-20T22:13:33.9435935Z 	libxxhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxxhash.so.0
2025-08-20T22:13:33.9436664Z 	libxtables.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxtables.so.12
2025-08-20T22:13:33.9437353Z 	libxslt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxslt.so.1
2025-08-20T22:13:33.9438072Z 	libxshmfence.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxshmfence.so.1
2025-08-20T22:13:33.9438927Z 	libxml2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so.2
2025-08-20T22:13:33.9439557Z 	libxml2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so
2025-08-20T22:13:33.9440218Z 	libxmlsec1.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1.so.1
2025-08-20T22:13:33.9441026Z 	libxmlsec1-openssl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T22:13:33.9441982Z 	libxmlb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlb.so.2
2025-08-20T22:13:33.9442658Z 	libxkbfile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbfile.so.1
2025-08-20T22:13:33.9443396Z 	libxkbcommon.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbcommon.so.0
2025-08-20T22:13:33.9444087Z 	libxcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so.1
2025-08-20T22:13:33.9444661Z 	libxcb.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so
2025-08-20T22:13:33.9445100Z 	libxcb-xfixes.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T22:13:33.9445572Z 	libxcb-xfixes.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so
2025-08-20T22:13:33.9446180Z 	libxcb-sync.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-sync.so.1
2025-08-20T22:13:33.9446921Z 	libxcb-shm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shm.so.0
2025-08-20T22:13:33.9447897Z 	libxcb-shape.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so.0
2025-08-20T22:13:33.9448701Z 	libxcb-shape.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so
2025-08-20T22:13:33.9449462Z 	libxcb-render.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so.0
2025-08-20T22:13:33.9450237Z 	libxcb-render.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so
2025-08-20T22:13:33.9451089Z 	libxcb-randr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-randr.so.0
2025-08-20T22:13:33.9452120Z 	libxcb-present.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-present.so.0
2025-08-20T22:13:33.9452901Z 	libxcb-glx.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-glx.so.0
2025-08-20T22:13:33.9453628Z 	libxcb-dri3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-dri3.so.0
2025-08-20T22:13:33.9454322Z 	libwrap.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwrap.so.0
2025-08-20T22:13:33.9455043Z 	libwmflite-0.2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T22:13:33.9455826Z 	libwebpmux.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpmux.so.3
2025-08-20T22:13:33.9456601Z 	libwebpdemux.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpdemux.so.2
2025-08-20T22:13:33.9457339Z 	libwebp.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebp.so.7
2025-08-20T22:13:33.9458071Z 	libwbclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwbclient.so.0
2025-08-20T22:13:33.9458918Z 	libwayland-server.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-server.so.0
2025-08-20T22:13:33.9459803Z 	libwayland-egl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-egl.so.1
2025-08-20T22:13:33.9460654Z 	libwayland-cursor.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-cursor.so.0
2025-08-20T22:13:33.9461536Z 	libwayland-client.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-client.so.0
2025-08-20T22:13:33.9464283Z 	libvulkan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvulkan.so.1
2025-08-20T22:13:33.9465064Z 	libvorbisfile.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbisfile.so.3
2025-08-20T22:13:33.9465841Z 	libvorbis.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbis.so.0
2025-08-20T22:13:33.9466569Z 	libvolume_key.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvolume_key.so.1
2025-08-20T22:13:33.9467534Z 	libvmtools.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvmtools.so.0
2025-08-20T22:13:33.9468262Z 	libvgauth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvgauth.so.0
2025-08-20T22:13:33.9468929Z 	libuv.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuv.so.1
2025-08-20T22:13:33.9469574Z 	libuuid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuuid.so.1
2025-08-20T22:13:33.9470233Z 	libutil.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutil.so.1
2025-08-20T22:13:33.9470803Z 	libutil.so.1 (libc6) => /lib32/libutil.so.1
2025-08-20T22:13:33.9471418Z 	libutempter.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutempter.so.0
2025-08-20T22:13:33.9472323Z 	libusb-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libusb-1.0.so.0
2025-08-20T22:13:33.9473009Z 	liburcu.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu.so.8
2025-08-20T22:13:33.9473740Z 	liburcu-signal.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-signal.so.8
2025-08-20T22:13:33.9474556Z 	liburcu-qsbr.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T22:13:33.9475305Z 	liburcu-memb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-memb.so.8
2025-08-20T22:13:33.9476031Z 	liburcu-mb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-mb.so.8
2025-08-20T22:13:33.9476779Z 	liburcu-common.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-common.so.8
2025-08-20T22:13:33.9477538Z 	liburcu-cds.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-cds.so.8
2025-08-20T22:13:33.9478258Z 	liburcu-bp.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-bp.so.8
2025-08-20T22:13:33.9478958Z 	libunwind.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind.so.8
2025-08-20T22:13:33.9479713Z 	libunwind-x86_64.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-x86_64.so.8
2025-08-20T22:13:33.9480870Z 	libunwind-ptrace.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T22:13:33.9481941Z 	libunwind-coredump.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-coredump.so.0
2025-08-20T22:13:33.9482813Z 	libunistring.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunistring.so.5
2025-08-20T22:13:33.9483567Z 	libudisks2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudisks2.so.0
2025-08-20T22:13:33.9484265Z 	libudev.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudev.so.1
2025-08-20T22:13:33.9484973Z 	libuchardet.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuchardet.so.0
2025-08-20T22:13:33.9485711Z 	libubsan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libubsan.so.1
2025-08-20T22:13:33.9486514Z 	libtss2-tcti-swtpm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T22:13:33.9487406Z 	libtss2-tcti-mssim.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T22:13:33.9488035Z 	libtss2-tcti-device.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T22:13:33.9488577Z 	libtss2-tcti-cmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T22:13:33.9489064Z 	libtss2-sys.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-sys.so.1
2025-08-20T22:13:33.9499409Z 	libtss2-rc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-rc.so.0
2025-08-20T22:13:33.9499886Z 	libtss2-mu.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-mu.so.0
2025-08-20T22:13:33.9500326Z 	libtss2-esys.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-esys.so.0
2025-08-20T22:13:33.9500741Z 	libtsan.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtsan.so.2
2025-08-20T22:13:33.9501153Z 	libtracefs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtracefs.so.1
2025-08-20T22:13:33.9501835Z 	libtraceevent.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtraceevent.so.1
2025-08-20T22:13:33.9502405Z 	libtommath.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtommath.so.1
2025-08-20T22:13:33.9502817Z 	libtk8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtk8.6.so
2025-08-20T22:13:33.9503201Z 	libtirpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtirpc.so.3
2025-08-20T22:13:33.9503616Z 	libtinyxml2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinyxml2.so.10
2025-08-20T22:13:33.9504213Z 	libtinfo.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so.6
2025-08-20T22:13:33.9504593Z 	libtinfo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so
2025-08-20T22:13:33.9504961Z 	libtiff.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtiff.so.6
2025-08-20T22:13:33.9505355Z 	libtidy.so.5deb1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtidy.so.5deb1
2025-08-20T22:13:33.9505743Z 	libtic.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so.6
2025-08-20T22:13:33.9506095Z 	libtic.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so
2025-08-20T22:13:33.9506476Z 	libthread_db.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so.1
2025-08-20T22:13:33.9506852Z 	libthread_db.so.1 (libc6) => /lib32/libthread_db.so.1
2025-08-20T22:13:33.9507223Z 	libthread_db.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so
2025-08-20T22:13:33.9507620Z 	libthai.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthai.so.0
2025-08-20T22:13:33.9508001Z 	libtdb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtdb.so.1
2025-08-20T22:13:33.9508361Z 	libtcl8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtcl8.6.so
2025-08-20T22:13:33.9508736Z 	libtasn1.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtasn1.so.6
2025-08-20T22:13:33.9509124Z 	libtalloc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtalloc.so.2
2025-08-20T22:13:33.9509526Z 	libsystemd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsystemd.so.0
2025-08-20T22:13:33.9509916Z 	libsysfs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsysfs.so.2
2025-08-20T22:13:33.9510287Z 	libsybdb.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsybdb.so.5
2025-08-20T22:13:33.9510656Z 	libsubid.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsubid.so.4
2025-08-20T22:13:33.9511164Z 	libstemmer.so.0d (libc6,x86-64) => /lib/x86_64-linux-gnu/libstemmer.so.0d
2025-08-20T22:13:33.9511741Z 	libstdc++.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libstdc++.so.6
2025-08-20T22:13:33.9512114Z 	libstdc++.so.6 (libc6) => /lib32/libstdc++.so.6
2025-08-20T22:13:33.9512451Z 	libssl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl3.so
2025-08-20T22:13:33.9512809Z 	libssl.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so.3
2025-08-20T22:13:33.9513163Z 	libssl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so
2025-08-20T22:13:33.9513515Z 	libssh2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh2.so.1
2025-08-20T22:13:33.9513884Z 	libssh.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh.so.4
2025-08-20T22:13:33.9514237Z 	libss.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libss.so.2
2025-08-20T22:13:33.9514611Z 	libsqlite3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so.0
2025-08-20T22:13:33.9515013Z 	libsqlite3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so
2025-08-20T22:13:33.9515457Z 	libsourcekitdInProc.so (libc6,x86-64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T22:13:33.9515905Z 	libsoftokn3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsoftokn3.so
2025-08-20T22:13:33.9516306Z 	libsodium.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsodium.so.23
2025-08-20T22:13:33.9516700Z 	libsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnmp.so.40
2025-08-20T22:13:33.9517091Z 	libsnappy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnappy.so.1
2025-08-20T22:13:33.9517485Z 	libsmime3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmime3.so
2025-08-20T22:13:33.9517901Z 	libsmartcols.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmartcols.so.1
2025-08-20T22:13:33.9518310Z 	libslirp.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslirp.so.0
2025-08-20T22:13:33.9518683Z 	libslang.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslang.so.2
2025-08-20T22:13:33.9519068Z 	libsigsegv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsigsegv.so.2
2025-08-20T22:13:33.9519482Z 	libsharpyuv.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsharpyuv.so.0
2025-08-20T22:13:33.9519928Z 	libsgutils2-1.46.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T22:13:33.9520359Z 	libsframe.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsframe.so.1
2025-08-20T22:13:33.9520875Z 	libsepol.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsepol.so.2
2025-08-20T22:13:33.9521265Z 	libsensors.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsensors.so.5
2025-08-20T22:13:33.9521884Z 	libsemanage.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsemanage.so.2
2025-08-20T22:13:33.9522342Z 	libselinux.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libselinux.so.1
2025-08-20T22:13:33.9522742Z 	libseccomp.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libseccomp.so.2
2025-08-20T22:13:33.9523125Z 	libsasl2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsasl2.so.2
2025-08-20T22:13:33.9523524Z 	libruby-3.2.so.3.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T22:13:33.9523930Z 	libruby-3.2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so
2025-08-20T22:13:33.9524311Z 	librtmp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librtmp.so.1
2025-08-20T22:13:33.9524670Z 	librt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librt.so.1
2025-08-20T22:13:33.9524980Z 	librt.so.1 (libc6) => /lib32/librt.so.1
2025-08-20T22:13:33.9525310Z 	librpmsign.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmsign.so.9
2025-08-20T22:13:33.9525714Z 	librpmio.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmio.so.9
2025-08-20T22:13:33.9526113Z 	librpmbuild.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmbuild.so.9
2025-08-20T22:13:33.9526512Z 	librpm.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpm.so.9
2025-08-20T22:13:33.9526883Z 	librhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/librhash.so.0
2025-08-20T22:13:33.9527254Z 	libre2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libre2.so.10
2025-08-20T22:13:33.9527629Z 	libresolv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so.2
2025-08-20T22:13:33.9528100Z 	libresolv.so.2 (libc6) => /lib32/libresolv.so.2
2025-08-20T22:13:33.9528441Z 	libresolv.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so
2025-08-20T22:13:33.9528862Z 	libreiserfscore.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreiserfscore.so.0
2025-08-20T22:13:33.9529314Z 	libreadline.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreadline.so.8
2025-08-20T22:13:33.9529714Z 	libraw_r.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw_r.so.23
2025-08-20T22:13:33.9530081Z 	libraw.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw.so.23
2025-08-20T22:13:33.9530461Z 	librabbitmq.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/librabbitmq.so.4
2025-08-20T22:13:33.9530875Z 	libquadmath.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libquadmath.so.0
2025-08-20T22:13:33.9531286Z 	libqrtr-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqrtr-glib.so.0
2025-08-20T22:13:33.9531909Z 	libqmi-glib.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqmi-glib.so.5
2025-08-20T22:13:33.9532279Z 	libqdbm.so.14 (libc6,x86-64) => /lib/libqdbm.so.14
2025-08-20T22:13:33.9532633Z 	libp11-kit.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libp11-kit.so.0
2025-08-20T22:13:33.9533055Z 	libpython3.12.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so.1.0
2025-08-20T22:13:33.9533494Z 	libpython3.12.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so
2025-08-20T22:13:33.9533907Z 	libpthread.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpthread.so.0
2025-08-20T22:13:33.9534271Z 	libpthread.so.0 (libc6) => /lib32/libpthread.so.0
2025-08-20T22:13:33.9534607Z 	libpsx.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsx.so.2
2025-08-20T22:13:33.9534992Z 	libpspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpspell.so.15
2025-08-20T22:13:33.9535377Z 	libpsl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsl.so.5
2025-08-20T22:13:33.9535804Z 	libprotobuf-lite.so.32 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T22:13:33.9536279Z 	libprotobuf-c.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-c.so.1
2025-08-20T22:13:33.9536696Z 	libproc2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libproc2.so.0
2025-08-20T22:13:33.9537066Z 	libpq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so.5
2025-08-20T22:13:33.9537537Z 	libpq.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so
2025-08-20T22:13:33.9537897Z 	libpopt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpopt.so.0
2025-08-20T22:13:33.9538380Z 	libpolkit-gobject-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T22:13:33.9538897Z 	libpolkit-agent-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T22:13:33.9539362Z 	libpng16.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpng16.so.16
2025-08-20T22:13:33.9539740Z 	libply.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply.so.5
2025-08-20T22:13:33.9540222Z 	libply-splash-graphics.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T22:13:33.9540773Z 	libply-splash-core.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-core.so.5
2025-08-20T22:13:33.9541283Z 	libply-boot-client.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-boot-client.so.5
2025-08-20T22:13:33.9541831Z 	libplds4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplds4.so
2025-08-20T22:13:33.9542207Z 	libplc4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplc4.so
2025-08-20T22:13:33.9542594Z 	libpkgconf.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpkgconf.so.3
2025-08-20T22:13:33.9543007Z 	libpixman-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpixman-1.so.0
2025-08-20T22:13:33.9543421Z 	libpipeline.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpipeline.so.1
2025-08-20T22:13:33.9543825Z 	libpgm-5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpgm-5.3.so.0
2025-08-20T22:13:33.9544203Z 	libpfm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpfm.so.4
2025-08-20T22:13:33.9544582Z 	libperl.so.5.38 (libc6,x86-64) => /lib/x86_64-linux-gnu/libperl.so.5.38
2025-08-20T22:13:33.9545098Z 	libpcre2-32.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so.0
2025-08-20T22:13:33.9545533Z 	libpcre2-32.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so
2025-08-20T22:13:33.9545931Z 	libpcre2-16.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so.0
2025-08-20T22:13:33.9546328Z 	libpcre2-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so
2025-08-20T22:13:33.9546716Z 	libpcre2-8.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so.0
2025-08-20T22:13:33.9547105Z 	libpcre2-8.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so
2025-08-20T22:13:33.9547532Z 	libpcre2-posix.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so.3
2025-08-20T22:13:33.9547982Z 	libpcre2-posix.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so
2025-08-20T22:13:33.9548406Z 	libpcprofile.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcprofile.so
2025-08-20T22:13:33.9548772Z 	libpcprofile.so (libc6) => /lib32/libpcprofile.so
2025-08-20T22:13:33.9549141Z 	libpciaccess.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpciaccess.so.0
2025-08-20T22:13:33.9549535Z 	libpci.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpci.so.3
2025-08-20T22:13:33.9549909Z 	libpcap.so.0.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so.0.8
2025-08-20T22:13:33.9550281Z 	libpcap.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so
2025-08-20T22:13:33.9550648Z 	libparted.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libparted.so.2
2025-08-20T22:13:33.9551035Z 	libpaper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpaper.so.1
2025-08-20T22:13:33.9551447Z 	libpangoft2-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T22:13:33.9552013Z 	libpangocairo-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T22:13:33.9552462Z 	libpango-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpango-1.0.so.0
2025-08-20T22:13:33.9552864Z 	libpanelw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so.6
2025-08-20T22:13:33.9553254Z 	libpanelw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so
2025-08-20T22:13:33.9553632Z 	libpanel.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so.6
2025-08-20T22:13:33.9554001Z 	libpanel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so
2025-08-20T22:13:33.9554486Z 	libpamc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpamc.so.0
2025-08-20T22:13:33.9554865Z 	libpam_misc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam_misc.so.0
2025-08-20T22:13:33.9555240Z 	libpam.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam.so.0
2025-08-20T22:13:33.9555683Z 	libpackagekit-glib2.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T22:13:33.9556158Z 	libopenjp2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopenjp2.so.7
2025-08-20T22:13:33.9556612Z 	libopeniscsiusr.so.0.2.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T22:13:33.9557127Z 	libopcodes-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T22:13:33.9557634Z 	libopcodes-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-arm64.so
2025-08-20T22:13:33.9558128Z 	libopcodes-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T22:13:33.9558624Z 	libopcodes-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T22:13:33.9559054Z 	libonig.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libonig.so.5
2025-08-20T22:13:33.9559413Z 	libogg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libogg.so.0
2025-08-20T22:13:33.9559769Z 	libodbc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libodbc.so.2
2025-08-20T22:13:33.9560140Z 	libobjc_gc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc_gc.so.4
2025-08-20T22:13:33.9560511Z 	libobjc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc.so.4
2025-08-20T22:13:33.9560864Z 	libnvme.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme.so.1
2025-08-20T22:13:33.9561232Z 	libnvme-mi.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme-mi.so.1
2025-08-20T22:13:33.9561864Z 	libnuma.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnuma.so.1
2025-08-20T22:13:33.9562256Z 	libntfs-3g.so.89 (libc6,x86-64) => /lib/x86_64-linux-gnu/libntfs-3g.so.89
2025-08-20T22:13:33.9562631Z 	libnss3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss3.so
2025-08-20T22:13:33.9563010Z 	libnssutil3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssutil3.so
2025-08-20T22:13:33.9563438Z 	libnssdbm3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssdbm3.so
2025-08-20T22:13:33.9563820Z 	libnssckbi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssckbi.so
2025-08-20T22:13:33.9564232Z 	libnss_systemd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_systemd.so.2
2025-08-20T22:13:33.9564668Z 	libnss_hesiod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so.2
2025-08-20T22:13:33.9565055Z 	libnss_hesiod.so.2 (libc6) => /lib32/libnss_hesiod.so.2
2025-08-20T22:13:33.9565422Z 	libnss_hesiod.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so
2025-08-20T22:13:33.9565832Z 	libnss_files.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_files.so.2
2025-08-20T22:13:33.9566198Z 	libnss_files.so.2 (libc6) => /lib32/libnss_files.so.2
2025-08-20T22:13:33.9566544Z 	libnss_dns.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_dns.so.2
2025-08-20T22:13:33.9566893Z 	libnss_dns.so.2 (libc6) => /lib32/libnss_dns.so.2
2025-08-20T22:13:33.9567251Z 	libnss_compat.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so.2
2025-08-20T22:13:33.9567629Z 	libnss_compat.so.2 (libc6) => /lib32/libnss_compat.so.2
2025-08-20T22:13:33.9567992Z 	libnss_compat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so
2025-08-20T22:13:33.9568379Z 	libnspr4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnspr4.so
2025-08-20T22:13:33.9568741Z 	libnsl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnsl.so.1
2025-08-20T22:13:33.9569054Z 	libnsl.so.1 (libc6) => /lib32/libnsl.so.1
2025-08-20T22:13:33.9569510Z 	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:13:33.9570020Z 	libnpth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnpth.so.0
2025-08-20T22:13:33.9570383Z 	libnorm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnorm.so.1
2025-08-20T22:13:33.9570877Z 	libnl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so.200
2025-08-20T22:13:33.9571242Z 	libnl-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so
2025-08-20T22:13:33.9571829Z 	libnl-route-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so.200
2025-08-20T22:13:33.9572295Z 	libnl-route-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so
2025-08-20T22:13:33.9572726Z 	libnl-genl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-genl-3.so.200
2025-08-20T22:13:33.9573159Z 	libnghttp2.so.14 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnghttp2.so.14
2025-08-20T22:13:33.9573569Z 	libnftnl.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftnl.so.11
2025-08-20T22:13:33.9573969Z 	libnftables.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftables.so.1
2025-08-20T22:13:33.9574393Z 	libnfnetlink.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnfnetlink.so.0
2025-08-20T22:13:33.9574805Z 	libnewt.so.0.52 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnewt.so.0.52
2025-08-20T22:13:33.9575227Z 	libnettle.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnettle.so.8
2025-08-20T22:13:33.9575670Z 	libnetsnmpmibs.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T22:13:33.9576169Z 	libnetsnmphelpers.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T22:13:33.9576674Z 	libnetsnmpagent.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T22:13:33.9577127Z 	libnetsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmp.so.40
2025-08-20T22:13:33.9577545Z 	libnetplan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetplan.so.1
2025-08-20T22:13:33.9577953Z 	libnetpbm.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetpbm.so.11
2025-08-20T22:13:33.9578552Z 	libnetfilter_conntrack.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T22:13:33.9579077Z 	libncursesw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncursesw.so.6
2025-08-20T22:13:33.9579495Z 	libncurses.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncurses.so.6
2025-08-20T22:13:33.9579935Z 	libmysqlclient.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so.21
2025-08-20T22:13:33.9580395Z 	libmysqlclient.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so
2025-08-20T22:13:33.9580808Z 	libmvec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so.1
2025-08-20T22:13:33.9581178Z 	libmvec.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so
2025-08-20T22:13:33.9581550Z 	libmultipath.so.0 (libc6,x86-64) => /lib/libmultipath.so.0
2025-08-20T22:13:33.9582046Z 	libmspack.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmspack.so.0
2025-08-20T22:13:33.9582434Z 	libmpfr.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpfr.so.6
2025-08-20T22:13:33.9582811Z 	libmpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpc.so.3
2025-08-20T22:13:33.9583174Z 	libmpathutil.so.0 (libc6,x86-64) => /lib/libmpathutil.so.0
2025-08-20T22:13:33.9583562Z 	libmpathpersist.so.0 (libc6,x86-64) => /lib/libmpathpersist.so.0
2025-08-20T22:13:33.9583947Z 	libmpathcmd.so.0 (libc6,x86-64) => /lib/libmpathcmd.so.0
2025-08-20T22:13:33.9584315Z 	libmount.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmount.so.1
2025-08-20T22:13:33.9584690Z 	libmnl.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmnl.so.0
2025-08-20T22:13:33.9585047Z 	libmms.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmms.so.0
2025-08-20T22:13:33.9585430Z 	libmm-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmm-glib.so.0
2025-08-20T22:13:33.9585825Z 	libmlx5.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so.1
2025-08-20T22:13:33.9586193Z 	libmlx5.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so
2025-08-20T22:13:33.9586557Z 	libmlx4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so.1
2025-08-20T22:13:33.9586919Z 	libmlx4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so
2025-08-20T22:13:33.9587289Z 	libmenuw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so.6
2025-08-20T22:13:33.9587667Z 	libmenuw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so
2025-08-20T22:13:33.9588165Z 	libmenu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so.6
2025-08-20T22:13:33.9588521Z 	libmenu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so
2025-08-20T22:13:33.9588895Z 	libmemusage.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemusage.so
2025-08-20T22:13:33.9589251Z 	libmemusage.so (libc6) => /lib32/libmemusage.so
2025-08-20T22:13:33.9589620Z 	libmemcached.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemcached.so.11
2025-08-20T22:13:33.9590056Z 	libmediainfo.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmediainfo.so.0
2025-08-20T22:13:33.9590480Z 	libmecab.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmecab.so.2
2025-08-20T22:13:33.9590871Z 	libmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmd.so.0
2025-08-20T22:13:33.9591266Z 	libmbim-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmbim-glib.so.4
2025-08-20T22:13:33.9591834Z 	libmaxminddb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmaxminddb.so.0
2025-08-20T22:13:33.9592511Z 	libmana.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so.1
2025-08-20T22:13:33.9592997Z 	libmana.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so
2025-08-20T22:13:33.9593367Z 	libmagic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmagic.so.1
2025-08-20T22:13:33.9593726Z 	libm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libm.so.6
2025-08-20T22:13:33.9594025Z 	libm.so.6 (libc6) => /lib32/libm.so.6
2025-08-20T22:13:33.9594315Z 	liblz4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so.1
2025-08-20T22:13:33.9594665Z 	liblz4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so
2025-08-20T22:13:33.9595018Z 	liblzo2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzo2.so.2
2025-08-20T22:13:33.9595382Z 	liblzma.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so.5
2025-08-20T22:13:33.9595878Z 	liblzma.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so
2025-08-20T22:13:33.9596255Z 	liblz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so.1
2025-08-20T22:13:33.9596604Z 	liblz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so
2025-08-20T22:13:33.9596991Z 	liblvm2cmd.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T22:13:33.9597408Z 	liblua5.4.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4.so.0
2025-08-20T22:13:33.9597806Z 	liblua5.4-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T22:13:33.9598200Z 	liblua5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3.so.0
2025-08-20T22:13:33.9598592Z 	liblua5.3-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T22:13:33.9599008Z 	liblttng-ust.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust.so.1
2025-08-20T22:13:33.9599517Z 	liblttng-ust-tracepoint.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T22:13:33.9600152Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T22:13:33.9600782Z 	liblttng-ust-libc-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T22:13:33.9601331Z 	liblttng-ust-fork.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T22:13:33.9601918Z 	liblttng-ust-fd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T22:13:33.9602371Z 	liblttng-ust-dl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T22:13:33.9602891Z 	liblttng-ust-cyg-profile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T22:13:33.9603516Z 	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:13:33.9604081Z 	liblttng-ust-ctl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T22:13:33.9604582Z 	liblttng-ust-common.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T22:13:33.9605023Z 	libltdl.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libltdl.so.7
2025-08-20T22:13:33.9605391Z 	liblsan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblsan.so.0
2025-08-20T22:13:33.9605911Z 	liblqr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblqr-1.so.0
2025-08-20T22:13:33.9606295Z 	liblmdb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblmdb.so.0
2025-08-20T22:13:33.9606697Z 	liblldb-18.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so.1
2025-08-20T22:13:33.9607090Z 	liblldb-18.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so
2025-08-20T22:13:33.9607477Z 	liblldb-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so.1
2025-08-20T22:13:33.9607859Z 	liblldb-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so
2025-08-20T22:13:33.9608238Z 	liblldb-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so.1
2025-08-20T22:13:33.9608623Z 	liblldb-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so
2025-08-20T22:13:33.9608995Z 	libldap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libldap.so.2
2025-08-20T22:13:33.9609369Z 	liblcms2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblcms2.so.2
2025-08-20T22:13:33.9609742Z 	liblber.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblber.so.2
2025-08-20T22:13:33.9610138Z 	libk5crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libk5crypto.so.3
2025-08-20T22:13:33.9610534Z 	libksba.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libksba.so.8
2025-08-20T22:13:33.9610952Z 	libkrb5support.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5support.so.0
2025-08-20T22:13:33.9611368Z 	libkrb5.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5.so.3
2025-08-20T22:13:33.9611928Z 	libkmod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkmod.so.2
2025-08-20T22:13:33.9612322Z 	libkeyutils.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkeyutils.so.1
2025-08-20T22:13:33.9612850Z 	libjxrglue.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjxrglue.so.0
2025-08-20T22:13:33.9613281Z 	libjsoncpp.so.25 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjsoncpp.so.25
2025-08-20T22:13:33.9613720Z 	libjson-glib-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T22:13:33.9614156Z 	libjson-c.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-c.so.5
2025-08-20T22:13:33.9614523Z 	libjq.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjq.so.1
2025-08-20T22:13:33.9614886Z 	libjpegxr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpegxr.so.0
2025-08-20T22:13:33.9615264Z 	libjpeg.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpeg.so.8
2025-08-20T22:13:33.9615621Z 	libjcat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjcat.so.1
2025-08-20T22:13:33.9616013Z 	libjbig2dec.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig2dec.so.0
2025-08-20T22:13:33.9616416Z 	libjbig.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig.so.0
2025-08-20T22:13:33.9616800Z 	libjansson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjansson.so.4
2025-08-20T22:13:33.9617187Z 	libitm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libitm.so.1
2025-08-20T22:13:33.9617551Z 	libisns.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisns.so.0
2025-08-20T22:13:33.9617912Z 	libisl.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisl.so.23
2025-08-20T22:13:33.9618469Z 	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:13:33.9619188Z 	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:13:33.9619873Z 	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:13:33.9620531Z 	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:13:33.9621052Z 	libip6tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip6tc.so.2
2025-08-20T22:13:33.9621468Z 	libip4tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip4tc.so.2
2025-08-20T22:13:33.9621949Z 	libinih.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libinih.so.1
2025-08-20T22:13:33.9622332Z 	libijs-0.35.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libijs-0.35.so
2025-08-20T22:13:33.9622832Z 	libidn2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn2.so.0
2025-08-20T22:13:33.9623185Z 	libidn.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn.so.12
2025-08-20T22:13:33.9623556Z 	libicuuc.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.74
2025-08-20T22:13:33.9623939Z 	libicuuc.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.70
2025-08-20T22:13:33.9624312Z 	libicuuc.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so
2025-08-20T22:13:33.9624687Z 	libicutu.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.74
2025-08-20T22:13:33.9625066Z 	libicutu.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.70
2025-08-20T22:13:33.9625437Z 	libicutu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so
2025-08-20T22:13:33.9625846Z 	libicutest.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.74
2025-08-20T22:13:33.9626263Z 	libicutest.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.70
2025-08-20T22:13:33.9626670Z 	libicutest.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so
2025-08-20T22:13:33.9627068Z 	libicui18n.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.74
2025-08-20T22:13:33.9627470Z 	libicui18n.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.70
2025-08-20T22:13:33.9627869Z 	libicui18n.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so
2025-08-20T22:13:33.9628275Z 	libicuio.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.74
2025-08-20T22:13:33.9628664Z 	libicuio.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.70
2025-08-20T22:13:33.9629038Z 	libicuio.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so
2025-08-20T22:13:33.9629536Z 	libicudata.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.74
2025-08-20T22:13:33.9629944Z 	libicudata.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.70
2025-08-20T22:13:33.9630343Z 	libicudata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so
2025-08-20T22:13:33.9630744Z 	libibverbs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so.1
2025-08-20T22:13:33.9631145Z 	libibverbs.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so
2025-08-20T22:13:33.9631532Z 	libhwasan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhwasan.so.0
2025-08-20T22:13:33.9632054Z 	libhunspell-1.7.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T22:13:33.9632493Z 	libhogweed.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhogweed.so.6
2025-08-20T22:13:33.9632897Z 	libhistory.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhistory.so.8
2025-08-20T22:13:33.9633339Z 	libhiredis_ssl.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T22:13:33.9633817Z 	libhiredis.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T22:13:33.9634224Z 	libhgfs.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhgfs.so.0
2025-08-20T22:13:33.9634594Z 	libheif.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libheif.so.1
2025-08-20T22:13:33.9634976Z 	libhavege.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhavege.so.2
2025-08-20T22:13:33.9635386Z 	libhashkit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhashkit.so.2
2025-08-20T22:13:33.9635792Z 	libharfbuzz.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libharfbuzz.so.0
2025-08-20T22:13:33.9636197Z 	libhandle.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhandle.so.1
2025-08-20T22:13:33.9636599Z 	libgusb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgusb.so.2
2025-08-20T22:13:33.9636986Z 	libguestlib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestlib.so.0
2025-08-20T22:13:33.9637457Z 	libguestStoreClient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestStoreClient.so.0
2025-08-20T22:13:33.9637935Z 	libgudev-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgudev-1.0.so.0
2025-08-20T22:13:33.9638340Z 	libgtk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgtk-3.so.0
2025-08-20T22:13:33.9638754Z 	libgthread-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgthread-2.0.so.0
2025-08-20T22:13:33.9639354Z 	libgstreamer-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T22:13:33.9639822Z 	libgstnet-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T22:13:33.9640307Z 	libgstcontroller-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T22:13:33.9640803Z 	libgstcheck-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T22:13:33.9641248Z 	libgstbase-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T22:13:33.9641784Z 	libgssapi_krb5.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T22:13:33.9642194Z 	libgs.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgs.so.10
2025-08-20T22:13:33.9642597Z 	libgraphite2.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgraphite2.so.3
2025-08-20T22:13:33.9643014Z 	libgprofng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgprofng.so.0
2025-08-20T22:13:33.9643421Z 	libgpm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpm.so.2
2025-08-20T22:13:33.9643802Z 	libgpgme.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpgme.so.11
2025-08-20T22:13:33.9644207Z 	libgpg-error.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpg-error.so.0
2025-08-20T22:13:33.9644607Z 	libgomp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgomp.so.1
2025-08-20T22:13:33.9645015Z 	libgobject-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgobject-2.0.so.0
2025-08-20T22:13:33.9645439Z 	libgnutls.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgnutls.so.30
2025-08-20T22:13:33.9645836Z 	libgmpxx.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so.4
2025-08-20T22:13:33.9646208Z 	libgmpxx.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so
2025-08-20T22:13:33.9646690Z 	libgmp.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so.10
2025-08-20T22:13:33.9647074Z 	libgmp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so
2025-08-20T22:13:33.9647482Z 	libgmodule-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T22:13:33.9647907Z 	libglib-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libglib-2.0.so.0
2025-08-20T22:13:33.9648357Z 	libgirepository-1.0.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T22:13:33.9648809Z 	libgio-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgio-2.0.so.0
2025-08-20T22:13:33.9649211Z 	libgfortran.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgfortran.so.5
2025-08-20T22:13:33.9649645Z 	libgdk_pixbuf-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T22:13:33.9650067Z 	libgdk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk-3.so.0
2025-08-20T22:13:33.9650473Z 	libgdbm_compat.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm_compat.so.4
2025-08-20T22:13:33.9650882Z 	libgdbm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm.so.6
2025-08-20T22:13:33.9651240Z 	libgd.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgd.so.3
2025-08-20T22:13:33.9651775Z 	libgctba.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgctba.so.1
2025-08-20T22:13:33.9652184Z 	libgcrypt.so.20 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcrypt.so.20
2025-08-20T22:13:33.9652578Z 	libgccpp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgccpp.so.1
2025-08-20T22:13:33.9652947Z 	libgcc_s.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcc_s.so.1
2025-08-20T22:13:33.9653276Z 	libgcc_s.so.1 (libc6) => /lib32/libgcc_s.so.1
2025-08-20T22:13:33.9653587Z 	libgc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgc.so.1
2025-08-20T22:13:33.9653929Z 	libgbm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgbm.so.1
2025-08-20T22:13:33.9654436Z 	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:13:33.9654958Z 	libfwupd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfwupd.so.2
2025-08-20T22:13:33.9655332Z 	libfuse3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfuse3.so.3
2025-08-20T22:13:33.9655700Z 	libftdi1.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libftdi1.so.2
2025-08-20T22:13:33.9656235Z 	libfsverity.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfsverity.so.0
2025-08-20T22:13:33.9656644Z 	libfribidi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfribidi.so.0
2025-08-20T22:13:33.9657051Z 	libfreetype.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreetype.so.6
2025-08-20T22:13:33.9657448Z 	libfreebl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreebl3.so
2025-08-20T22:13:33.9657856Z 	libfreeblpriv3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreeblpriv3.so
2025-08-20T22:13:33.9658258Z 	libformw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so.6
2025-08-20T22:13:33.9658632Z 	libformw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so
2025-08-20T22:13:33.9659001Z 	libform.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so.6
2025-08-20T22:13:33.9659359Z 	libform.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so
2025-08-20T22:13:33.9659730Z 	libfontenc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontenc.so.1
2025-08-20T22:13:33.9660152Z 	libfontconfig.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontconfig.so.1
2025-08-20T22:13:33.9660574Z 	libflashrom.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libflashrom.so.1
2025-08-20T22:13:33.9660970Z 	libfido2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfido2.so.1
2025-08-20T22:13:33.9661384Z 	libfftw3_threads.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_threads.so.3
2025-08-20T22:13:33.9661922Z 	libfftw3_omp.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_omp.so.3
2025-08-20T22:13:33.9662306Z 	libfftw3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3.so.3
2025-08-20T22:13:33.9662662Z 	libffi.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so.8
2025-08-20T22:13:33.9663117Z 	libffi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so
2025-08-20T22:13:33.9663505Z 	libfdisk.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfdisk.so.1
2025-08-20T22:13:33.9663872Z 	libfcgi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi.so.0
2025-08-20T22:13:33.9664249Z 	libfcgi++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi++.so.0
2025-08-20T22:13:33.9664647Z 	libfbclient.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfbclient.so.2
2025-08-20T22:13:33.9665054Z 	libfastjson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfastjson.so.4
2025-08-20T22:13:33.9665514Z 	libfakeroot-0.so (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T22:13:33.9665948Z 	libe2p.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libe2p.so.2
2025-08-20T22:13:33.9666319Z 	libext2fs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libext2fs.so.2
2025-08-20T22:13:33.9666701Z 	libexslt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexslt.so.0
2025-08-20T22:13:33.9667087Z 	libexpatw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so.1
2025-08-20T22:13:33.9667467Z 	libexpatw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so
2025-08-20T22:13:33.9667838Z 	libexpat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so.1
2025-08-20T22:13:33.9668209Z 	libexpat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so
2025-08-20T22:13:33.9668644Z 	libevent_pthreads-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T22:13:33.9669136Z 	libevent_core-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T22:13:33.9669551Z 	libevdev.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevdev.so.2
2025-08-20T22:13:33.9669918Z 	libestr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libestr.so.0
2025-08-20T22:13:33.9670279Z 	libepoxy.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libepoxy.so.0
2025-08-20T22:13:33.9670675Z 	libenchant-2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libenchant-2.so.2
2025-08-20T22:13:33.9671072Z 	libelf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libelf.so.1
2025-08-20T22:13:33.9671443Z 	libefivar.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefivar.so.1
2025-08-20T22:13:33.9671956Z 	libefiboot.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefiboot.so.1
2025-08-20T22:13:33.9672452Z 	libefa.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so.1
2025-08-20T22:13:33.9672799Z 	libefa.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so
2025-08-20T22:13:33.9673144Z 	libedit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libedit.so.2
2025-08-20T22:13:33.9673532Z 	libeatmydata.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so.1
2025-08-20T22:13:33.9673949Z 	libeatmydata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so
2025-08-20T22:13:33.9674322Z 	libdw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdw.so.1
2025-08-20T22:13:33.9674703Z 	libduktape.so.207 (libc6,x86-64) => /lib/x86_64-linux-gnu/libduktape.so.207
2025-08-20T22:13:33.9675143Z 	libdrop_ambient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrop_ambient.so.0
2025-08-20T22:13:33.9675578Z 	libdrm_intel.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_intel.so.1
2025-08-20T22:13:33.9675990Z 	libdrm_amdgpu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T22:13:33.9676382Z 	libdrm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm.so.2
2025-08-20T22:13:33.9676894Z 	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:13:33.9677395Z 	libdl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdl.so.2
2025-08-20T22:13:33.9677696Z 	libdl.so.2 (libc6) => /lib32/libdl.so.2
2025-08-20T22:13:33.9678037Z 	libdjvulibre.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdjvulibre.so.21
2025-08-20T22:13:33.9678441Z 	libde265.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libde265.so.0
2025-08-20T22:13:33.9678861Z 	libdevmapper.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T22:13:33.9679490Z 	libdevmapper-event.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T22:13:33.9680070Z 	libdevmapper-event-lvm2vdo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T22:13:33.9680674Z 	libdevmapper-event-lvm2thin.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T22:13:33.9681321Z 	libdevmapper-event-lvm2snapshot.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T22:13:33.9682071Z 	libdevmapper-event-lvm2raid.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T22:13:33.9682701Z 	libdevmapper-event-lvm2mirror.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T22:13:33.9683322Z 	libdevmapper-event-lvm2.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T22:13:33.9683897Z 	libdevmapper-event-lvm2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T22:13:33.9684389Z 	libdeflate.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdeflate.so.0
2025-08-20T22:13:33.9684831Z 	libdebconfclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdebconfclient.so.0
2025-08-20T22:13:33.9685267Z 	libdconf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdconf.so.1
2025-08-20T22:13:33.9685693Z 	libdbusmenu-gtk3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T22:13:33.9686154Z 	libdbusmenu-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T22:13:33.9686580Z 	libdbus-1.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so.3
2025-08-20T22:13:33.9686959Z 	libdbus-1.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so
2025-08-20T22:13:33.9687321Z 	libdb-5.3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdb-5.3.so
2025-08-20T22:13:33.9687691Z 	libdatrie.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdatrie.so.1
2025-08-20T22:13:33.9688077Z 	libcurl.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl.so.4
2025-08-20T22:13:33.9688487Z 	libcurl-gnutls.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T22:13:33.9688890Z 	libcups.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcups.so.2
2025-08-20T22:13:33.9689247Z 	libctf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf.so.0
2025-08-20T22:13:33.9689785Z 	libctf-nobfd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd.so.0
2025-08-20T22:13:33.9690237Z 	libctf-nobfd-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so.0
2025-08-20T22:13:33.9690719Z 	libctf-nobfd-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so
2025-08-20T22:13:33.9691199Z 	libctf-nobfd-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T22:13:33.9691791Z 	libctf-nobfd-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T22:13:33.9692270Z 	libctf-nobfd-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T22:13:33.9692746Z 	libctf-nobfd-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T22:13:33.9693191Z 	libctf-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so.0
2025-08-20T22:13:33.9693598Z 	libctf-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so
2025-08-20T22:13:33.9694004Z 	libctf-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so.0
2025-08-20T22:13:33.9694407Z 	libctf-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so
2025-08-20T22:13:33.9694810Z 	libctf-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so.0
2025-08-20T22:13:33.9695211Z 	libctf-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so
2025-08-20T22:13:33.9695637Z 	libcryptsetup.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcryptsetup.so.12
2025-08-20T22:13:33.9696060Z 	libcrypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so.3
2025-08-20T22:13:33.9696444Z 	libcrypto.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so
2025-08-20T22:13:33.9696938Z 	libcrypt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so.1
2025-08-20T22:13:33.9697317Z 	libcrypt.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so
2025-08-20T22:13:33.9697690Z 	libcom_err.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcom_err.so.2
2025-08-20T22:13:33.9698125Z 	libcolordprivate.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolordprivate.so.2
2025-08-20T22:13:33.9698565Z 	libcolord.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolord.so.2
2025-08-20T22:13:33.9698962Z 	libclang-18.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-18.so.18
2025-08-20T22:13:33.9699364Z 	libclang-17.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-17.so.17
2025-08-20T22:13:33.9699785Z 	libclang-16.so.16.0.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T22:13:33.9700229Z 	libclang-cpp.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T22:13:33.9700668Z 	libclang-cpp.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.17
2025-08-20T22:13:33.9701098Z 	libclang-cpp.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.16
2025-08-20T22:13:33.9701493Z 	libcc1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcc1.so.0
2025-08-20T22:13:33.9701984Z 	libcbor.so.0.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcbor.so.0.10
2025-08-20T22:13:33.9702366Z 	libcares.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcares.so.2
2025-08-20T22:13:33.9702730Z 	libcap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap.so.2
2025-08-20T22:13:33.9703095Z 	libcap-ng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap-ng.so.0
2025-08-20T22:13:33.9703491Z 	libcanberra.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcanberra.so.0
2025-08-20T22:13:33.9703885Z 	libcairo.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo.so.2
2025-08-20T22:13:33.9704309Z 	libcairo-gobject.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo-gobject.so.2
2025-08-20T22:13:33.9704772Z 	libc_malloc_debug.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T22:13:33.9705187Z 	libc_malloc_debug.so.0 (libc6) => /lib32/libc_malloc_debug.so.0
2025-08-20T22:13:33.9705586Z 	libc_malloc_debug.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so
2025-08-20T22:13:33.9705975Z 	libc.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc.so.6
2025-08-20T22:13:33.9706389Z 	libc.so.6 (libc6) => /lib32/libc.so.6
2025-08-20T22:13:33.9706704Z 	libc-client.so.2007e (libc6,x86-64) => /lib/libc-client.so.2007e
2025-08-20T22:13:33.9707082Z 	libbz2.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbz2.so.1.0
2025-08-20T22:13:33.9707467Z 	libbytesize.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbytesize.so.1
2025-08-20T22:13:33.9707859Z 	libbsd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbsd.so.0
2025-08-20T22:13:33.9708249Z 	libbrotlienc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlienc.so.1
2025-08-20T22:13:33.9708675Z 	libbrotlidec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlidec.so.1
2025-08-20T22:13:33.9709127Z 	libbrotlicommon.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlicommon.so.1
2025-08-20T22:13:33.9709539Z 	libbpf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbpf.so.1
2025-08-20T22:13:33.9709917Z 	libblockdev.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblockdev.so.3
2025-08-20T22:13:33.9710313Z 	libblkid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblkid.so.1
2025-08-20T22:13:33.9710858Z 	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:13:33.9711433Z 	libbfd-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-system.so
2025-08-20T22:13:33.9712009Z 	libbfd-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-arm64.so
2025-08-20T22:13:33.9712447Z 	libbfd-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T22:13:33.9712874Z 	libbfd-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T22:13:33.9713290Z 	libbd_utils.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_utils.so.3
2025-08-20T22:13:33.9713799Z 	libbd_swap.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_swap.so.3
2025-08-20T22:13:33.9714188Z 	libbd_part.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_part.so.3
2025-08-20T22:13:33.9714572Z 	libbd_nvme.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_nvme.so.3
2025-08-20T22:13:33.9714960Z 	libbd_mdraid.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_mdraid.so.3
2025-08-20T22:13:33.9715350Z 	libbd_loop.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_loop.so.3
2025-08-20T22:13:33.9715719Z 	libbd_fs.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_fs.so.3
2025-08-20T22:13:33.9716100Z 	libbd_crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_crypto.so.3
2025-08-20T22:13:33.9716491Z 	libbcc_bpf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc_bpf.so.0
2025-08-20T22:13:33.9716858Z 	libbcc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc.so.0
2025-08-20T22:13:33.9717265Z 	libavahi-common.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-common.so.3
2025-08-20T22:13:33.9717721Z 	libavahi-client.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-client.so.3
2025-08-20T22:13:33.9718137Z 	libaudit.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaudit.so.1
2025-08-20T22:13:33.9718510Z 	libattr.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libattr.so.1
2025-08-20T22:13:33.9718876Z 	libatspi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatspi.so.0
2025-08-20T22:13:33.9719256Z 	libatomic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatomic.so.1
2025-08-20T22:13:33.9719629Z 	libatm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatm.so.1
2025-08-20T22:13:33.9719996Z 	libatk-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-1.0.so.0
2025-08-20T22:13:33.9720417Z 	libatk-bridge-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T22:13:33.9720862Z 	libatasmart.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatasmart.so.4
2025-08-20T22:13:33.9721263Z 	libassuan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libassuan.so.0
2025-08-20T22:13:33.9721758Z 	libaspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaspell.so.15
2025-08-20T22:13:33.9722155Z 	libasound.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasound.so.2
2025-08-20T22:13:33.9722645Z 	libasan.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasan.so.8
2025-08-20T22:13:33.9723014Z 	libaria2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaria2.so.0
2025-08-20T22:13:33.9723387Z 	libargon2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libargon2.so.1
2025-08-20T22:13:33.9723784Z 	libarchive.so.13 (libc6,x86-64) => /lib/x86_64-linux-gnu/libarchive.so.13
2025-08-20T22:13:33.9724238Z 	libapt-private.so.0.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-private.so.0.0
2025-08-20T22:13:33.9724696Z 	libapt-pkg.so.6.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T22:13:33.9725115Z 	libaprutil-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaprutil-1.so.0
2025-08-20T22:13:33.9725515Z 	libapr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapr-1.so.0
2025-08-20T22:13:33.9725916Z 	libappstream.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libappstream.so.5
2025-08-20T22:13:33.9726333Z 	libapparmor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapparmor.so.1
2025-08-20T22:13:33.9726720Z 	libaom.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaom.so.3
2025-08-20T22:13:33.9727072Z 	libanl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so.1
2025-08-20T22:13:33.9727383Z 	libanl.so.1 (libc6) => /lib32/libanl.so.1
2025-08-20T22:13:33.9727682Z 	libanl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so
2025-08-20T22:13:33.9728045Z 	libaio.so.1t64 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaio.so.1t64
2025-08-20T22:13:33.9728412Z 	libacl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libacl.so.1
2025-08-20T22:13:33.9728757Z 	libX11.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11.so.6
2025-08-20T22:13:33.9729121Z 	libX11-xcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11-xcb.so.1
2025-08-20T22:13:33.9729624Z 	libXxf86vm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXxf86vm.so.1
2025-08-20T22:13:33.9730011Z 	libXtst.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXtst.so.6
2025-08-20T22:13:33.9730367Z 	libXt.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXt.so.6
2025-08-20T22:13:33.9730715Z 	libXss.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXss.so.1
2025-08-20T22:13:33.9731084Z 	libXrender.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrender.so.1
2025-08-20T22:13:33.9731490Z 	libXrandr.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrandr.so.2
2025-08-20T22:13:33.9731962Z 	libXpm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXpm.so.4
2025-08-20T22:13:33.9732317Z 	libXmuu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmuu.so.1
2025-08-20T22:13:33.9732670Z 	libXmu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmu.so.6
2025-08-20T22:13:33.9733047Z 	libXinerama.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXinerama.so.1
2025-08-20T22:13:33.9733424Z 	libXi.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXi.so.6
2025-08-20T22:13:33.9733776Z 	libXft.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXft.so.2
2025-08-20T22:13:33.9734157Z 	libXfont2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfont2.so.2
2025-08-20T22:13:33.9734549Z 	libXfixes.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfixes.so.3
2025-08-20T22:13:33.9734930Z 	libXext.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXext.so.6
2025-08-20T22:13:33.9735306Z 	libXdmcp.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so.6
2025-08-20T22:13:33.9735684Z 	libXdmcp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so
2025-08-20T22:13:33.9736069Z 	libXdamage.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdamage.so.1
2025-08-20T22:13:33.9736472Z 	libXcursor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcursor.so.1
2025-08-20T22:13:33.9736892Z 	libXcomposite.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcomposite.so.1
2025-08-20T22:13:33.9737298Z 	libXaw.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXaw.so.7
2025-08-20T22:13:33.9737654Z 	libXau.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so.6
2025-08-20T22:13:33.9738003Z 	libXau.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so
2025-08-20T22:13:33.9738347Z 	libSM.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libSM.so.6
2025-08-20T22:13:33.9738907Z 	libOpenEXRUtil-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T22:13:33.9739412Z 	libOpenEXRCore-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T22:13:33.9739879Z 	libOpenEXR-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T22:13:33.9740350Z 	libMagickWand-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T22:13:33.9740842Z 	libMagickCore-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T22:13:33.9741274Z 	libLerc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLerc.so.4
2025-08-20T22:13:33.9741747Z 	libLLVM.so.19.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.19.1
2025-08-20T22:13:33.9742140Z 	libLLVM.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.18.1
2025-08-20T22:13:33.9742524Z 	libLLVM-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so.1
2025-08-20T22:13:33.9742905Z 	libLLVM-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so
2025-08-20T22:13:33.9743287Z 	libLLVM-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so.1
2025-08-20T22:13:33.9743665Z 	libLLVM-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so
2025-08-20T22:13:33.9744033Z 	libJudy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libJudy.so.1
2025-08-20T22:13:33.9744421Z 	libImath-3_1.so.29 (libc6,x86-64) => /lib/x86_64-linux-gnu/libImath-3_1.so.29
2025-08-20T22:13:33.9744857Z 	libIlmThread-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T22:13:33.9745283Z 	libIex-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIex-3_1.so.30
2025-08-20T22:13:33.9745658Z 	libICE.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libICE.so.6
2025-08-20T22:13:33.9746175Z 	libGLdispatch.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLdispatch.so.0
2025-08-20T22:13:33.9746598Z 	libGLX_mesa.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX_mesa.so.0
2025-08-20T22:13:33.9746979Z 	libGLX.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX.so.0
2025-08-20T22:13:33.9747331Z 	libGL.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGL.so.1
2025-08-20T22:13:33.9747711Z 	libDeployPkg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libDeployPkg.so.0
2025-08-20T22:13:33.9748164Z 	libBrokenLocale.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so.1
2025-08-20T22:13:33.9748588Z 	libBrokenLocale.so.1 (libc6) => /lib32/libBrokenLocale.so.1
2025-08-20T22:13:33.9748994Z 	libBrokenLocale.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so
2025-08-20T22:13:33.9749400Z 	ld-musl-x86_64.so.1 (libc6,x86-64) => /lib/ld-musl-x86_64.so.1
2025-08-20T22:13:33.9749722Z 	ld-linux.so.2 (libc6) => /lib32/ld-linux.so.2
2025-08-20T22:13:33.9749996Z 	ld-linux.so.2 (libc6) => /lib/ld-linux.so.2
2025-08-20T22:13:33.9750350Z 	ld-linux-x86-64.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
2025-08-20T22:13:33.9750828Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.5) stable release version 2.39
2025-08-20T22:13:34.0583996Z info: downloading installer
2025-08-20T22:13:34.2606168Z warn: It looks like you have an existing rustup settings file at:
2025-08-20T22:13:34.2606812Z warn: /home/runner/.rustup/settings.toml
2025-08-20T22:13:34.2607470Z warn: Rustup will install the default toolchain as specified in the settings file,
2025-08-20T22:13:34.2608221Z warn: instead of the one inferred from the default host triple.
2025-08-20T22:13:34.2771179Z info: profile set to 'default'
2025-08-20T22:13:34.2771918Z info: default host triple is x86_64-unknown-linux-gnu
2025-08-20T22:13:34.2772579Z warn: Updating existing toolchain, profile choice will be ignored
2025-08-20T22:13:34.3450931Z info: syncing channel updates for 'stable-x86_64-unknown-linux-gnu'
2025-08-20T22:13:34.3604160Z info: default toolchain set to 'stable-x86_64-unknown-linux-gnu'
2025-08-20T22:13:34.3604637Z 
2025-08-20T22:13:34.3698974Z   stable-x86_64-unknown-linux-gnu unchanged - rustc 1.89.0 (29483883e 2025-08-04)
2025-08-20T22:13:34.3699646Z 
2025-08-20T22:13:34.3699650Z 
2025-08-20T22:13:34.3699749Z Rust is installed now. Great!
2025-08-20T22:13:34.3699917Z 
2025-08-20T22:13:34.3700110Z To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
2025-08-20T22:13:34.3700551Z environment variable. This has not been done automatically.
2025-08-20T22:13:34.3700973Z 
2025-08-20T22:13:34.3701169Z To configure your current shell, you need to source
2025-08-20T22:13:34.3701844Z the corresponding env file under $HOME/.cargo.
2025-08-20T22:13:34.3702155Z 
2025-08-20T22:13:34.3702475Z This is usually done by running one of the following (note the leading DOT):
2025-08-20T22:13:34.3703128Z . "$HOME/.cargo/env"            # For sh/bash/zsh/ash/dash/pdksh
2025-08-20T22:13:34.3703664Z source "$HOME/.cargo/env.fish"  # For fish
2025-08-20T22:13:34.3704160Z source $"($nu.home-path)/.cargo/env.nu"  # For nushell
2025-08-20T22:13:34.4032266Z info: using existing install for 'stable-x86_64-unknown-linux-gnu'
2025-08-20T22:13:34.4365397Z info: default toolchain set to 'stable-x86_64-unknown-linux-gnu'
2025-08-20T22:13:34.4365877Z 
2025-08-20T22:13:34.4460032Z   stable-x86_64-unknown-linux-gnu unchanged - rustc 1.89.0 (29483883e 2025-08-04)
2025-08-20T22:13:34.4460383Z 
2025-08-20T22:13:34.4953664Z rustc 1.89.0 (29483883e 2025-08-04)
2025-08-20T22:13:34.5789423Z cargo 1.89.0 (c24e10642 2025-06-23)
2025-08-20T22:13:34.6042790Z 680 libs found in cache `/etc/ld.so.cache'
2025-08-20T22:13:34.6043506Z 	libz3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so.4
2025-08-20T22:13:34.6044160Z 	libz3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so
2025-08-20T22:13:34.6044779Z 	libzstd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so.1
2025-08-20T22:13:34.6045419Z 	libzstd.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so
2025-08-20T22:13:34.6046312Z 	libzmq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzmq.so.5
2025-08-20T22:13:34.6047050Z 	libzip.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzip.so.4
2025-08-20T22:13:34.6047722Z 	libzen.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzen.so.0
2025-08-20T22:13:34.6048360Z 	libz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so.1
2025-08-20T22:13:34.6048954Z 	libz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so
2025-08-20T22:13:34.6049607Z 	libyaml-0.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyaml-0.so.2
2025-08-20T22:13:34.6050376Z 	libyajl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyajl.so.2
2025-08-20T22:13:34.6051065Z 	libxxhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxxhash.so.0
2025-08-20T22:13:34.6051960Z 	libxtables.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxtables.so.12
2025-08-20T22:13:34.6052676Z 	libxslt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxslt.so.1
2025-08-20T22:13:34.6053403Z 	libxshmfence.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxshmfence.so.1
2025-08-20T22:13:34.6054134Z 	libxml2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so.2
2025-08-20T22:13:34.6054769Z 	libxml2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so
2025-08-20T22:13:34.6055447Z 	libxmlsec1.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1.so.1
2025-08-20T22:13:34.6056261Z 	libxmlsec1-openssl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T22:13:34.6056786Z 	libxmlb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlb.so.2
2025-08-20T22:13:34.6057226Z 	libxkbfile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbfile.so.1
2025-08-20T22:13:34.6057667Z 	libxkbcommon.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbcommon.so.0
2025-08-20T22:13:34.6058109Z 	libxcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so.1
2025-08-20T22:13:34.6058473Z 	libxcb.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so
2025-08-20T22:13:34.6058902Z 	libxcb-xfixes.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T22:13:34.6059345Z 	libxcb-xfixes.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so
2025-08-20T22:13:34.6059762Z 	libxcb-sync.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-sync.so.1
2025-08-20T22:13:34.6060429Z 	libxcb-shm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shm.so.0
2025-08-20T22:13:34.6060848Z 	libxcb-shape.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so.0
2025-08-20T22:13:34.6061275Z 	libxcb-shape.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so
2025-08-20T22:13:34.6062019Z 	libxcb-render.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so.0
2025-08-20T22:13:34.6062463Z 	libxcb-render.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so
2025-08-20T22:13:34.6062886Z 	libxcb-randr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-randr.so.0
2025-08-20T22:13:34.6063329Z 	libxcb-present.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-present.so.0
2025-08-20T22:13:34.6063781Z 	libxcb-glx.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-glx.so.0
2025-08-20T22:13:34.6064212Z 	libxcb-dri3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-dri3.so.0
2025-08-20T22:13:34.6064614Z 	libwrap.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwrap.so.0
2025-08-20T22:13:34.6065029Z 	libwmflite-0.2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T22:13:34.6065449Z 	libwebpmux.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpmux.so.3
2025-08-20T22:13:34.6065870Z 	libwebpdemux.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpdemux.so.2
2025-08-20T22:13:34.6066337Z 	libwebp.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebp.so.7
2025-08-20T22:13:34.6066822Z 	libwbclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwbclient.so.0
2025-08-20T22:13:34.6078532Z 	libwayland-server.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-server.so.0
2025-08-20T22:13:34.6079343Z 	libwayland-egl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-egl.so.1
2025-08-20T22:13:34.6080404Z 	libwayland-cursor.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-cursor.so.0
2025-08-20T22:13:34.6081283Z 	libwayland-client.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-client.so.0
2025-08-20T22:13:34.6082303Z 	libvulkan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvulkan.so.1
2025-08-20T22:13:34.6083048Z 	libvorbisfile.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbisfile.so.3
2025-08-20T22:13:34.6083801Z 	libvorbis.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbis.so.0
2025-08-20T22:13:34.6084520Z 	libvolume_key.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvolume_key.so.1
2025-08-20T22:13:34.6085044Z 	libvmtools.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvmtools.so.0
2025-08-20T22:13:34.6085461Z 	libvgauth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvgauth.so.0
2025-08-20T22:13:34.6085843Z 	libuv.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuv.so.1
2025-08-20T22:13:34.6086229Z 	libuuid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuuid.so.1
2025-08-20T22:13:34.6086621Z 	libutil.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutil.so.1
2025-08-20T22:13:34.6086942Z 	libutil.so.1 (libc6) => /lib32/libutil.so.1
2025-08-20T22:13:34.6087299Z 	libutempter.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutempter.so.0
2025-08-20T22:13:34.6087718Z 	libusb-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libusb-1.0.so.0
2025-08-20T22:13:34.6088094Z 	liburcu.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu.so.8
2025-08-20T22:13:34.6088500Z 	liburcu-signal.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-signal.so.8
2025-08-20T22:13:34.6088935Z 	liburcu-qsbr.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T22:13:34.6089345Z 	liburcu-memb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-memb.so.8
2025-08-20T22:13:34.6089745Z 	liburcu-mb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-mb.so.8
2025-08-20T22:13:34.6090159Z 	liburcu-common.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-common.so.8
2025-08-20T22:13:34.6090625Z 	liburcu-cds.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-cds.so.8
2025-08-20T22:13:34.6091040Z 	liburcu-bp.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-bp.so.8
2025-08-20T22:13:34.6091451Z 	libunwind.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind.so.8
2025-08-20T22:13:34.6092821Z 	libunwind-x86_64.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-x86_64.so.8
2025-08-20T22:13:34.6093301Z 	libunwind-ptrace.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T22:13:34.6093807Z 	libunwind-coredump.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-coredump.so.0
2025-08-20T22:13:34.6094276Z 	libunistring.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunistring.so.5
2025-08-20T22:13:34.6094692Z 	libudisks2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudisks2.so.0
2025-08-20T22:13:34.6095084Z 	libudev.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudev.so.1
2025-08-20T22:13:34.6095476Z 	libuchardet.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuchardet.so.0
2025-08-20T22:13:34.6095886Z 	libubsan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libubsan.so.1
2025-08-20T22:13:34.6096320Z 	libtss2-tcti-swtpm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T22:13:34.6096808Z 	libtss2-tcti-mssim.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T22:13:34.6097303Z 	libtss2-tcti-device.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T22:13:34.6097787Z 	libtss2-tcti-cmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T22:13:34.6098498Z 	libtss2-sys.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-sys.so.1
2025-08-20T22:13:34.6099016Z 	libtss2-rc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-rc.so.0
2025-08-20T22:13:34.6099410Z 	libtss2-mu.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-mu.so.0
2025-08-20T22:13:34.6099814Z 	libtss2-esys.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-esys.so.0
2025-08-20T22:13:34.6100403Z 	libtsan.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtsan.so.2
2025-08-20T22:13:34.6100817Z 	libtracefs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtracefs.so.1
2025-08-20T22:13:34.6101246Z 	libtraceevent.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtraceevent.so.1
2025-08-20T22:13:34.6102244Z 	libtommath.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtommath.so.1
2025-08-20T22:13:34.6102897Z 	libtk8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtk8.6.so
2025-08-20T22:13:34.6103282Z 	libtirpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtirpc.so.3
2025-08-20T22:13:34.6103690Z 	libtinyxml2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinyxml2.so.10
2025-08-20T22:13:34.6104098Z 	libtinfo.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so.6
2025-08-20T22:13:34.6104479Z 	libtinfo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so
2025-08-20T22:13:34.6104843Z 	libtiff.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtiff.so.6
2025-08-20T22:13:34.6105244Z 	libtidy.so.5deb1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtidy.so.5deb1
2025-08-20T22:13:34.6105627Z 	libtic.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so.6
2025-08-20T22:13:34.6105980Z 	libtic.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so
2025-08-20T22:13:34.6106357Z 	libthread_db.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so.1
2025-08-20T22:13:34.6106728Z 	libthread_db.so.1 (libc6) => /lib32/libthread_db.so.1
2025-08-20T22:13:34.6107091Z 	libthread_db.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so
2025-08-20T22:13:34.6107481Z 	libthai.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthai.so.0
2025-08-20T22:13:34.6107844Z 	libtdb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtdb.so.1
2025-08-20T22:13:34.6108200Z 	libtcl8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtcl8.6.so
2025-08-20T22:13:34.6108567Z 	libtasn1.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtasn1.so.6
2025-08-20T22:13:34.6108955Z 	libtalloc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtalloc.so.2
2025-08-20T22:13:34.6109362Z 	libsystemd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsystemd.so.0
2025-08-20T22:13:34.6109757Z 	libsysfs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsysfs.so.2
2025-08-20T22:13:34.6110150Z 	libsybdb.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsybdb.so.5
2025-08-20T22:13:34.6110702Z 	libsubid.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsubid.so.4
2025-08-20T22:13:34.6111106Z 	libstemmer.so.0d (libc6,x86-64) => /lib/x86_64-linux-gnu/libstemmer.so.0d
2025-08-20T22:13:34.6111520Z 	libstdc++.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libstdc++.so.6
2025-08-20T22:13:34.6112026Z 	libstdc++.so.6 (libc6) => /lib32/libstdc++.so.6
2025-08-20T22:13:34.6112354Z 	libssl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl3.so
2025-08-20T22:13:34.6112714Z 	libssl.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so.3
2025-08-20T22:13:34.6113070Z 	libssl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so
2025-08-20T22:13:34.6113419Z 	libssh2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh2.so.1
2025-08-20T22:13:34.6113779Z 	libssh.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh.so.4
2025-08-20T22:13:34.6114124Z 	libss.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libss.so.2
2025-08-20T22:13:34.6114495Z 	libsqlite3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so.0
2025-08-20T22:13:34.6114901Z 	libsqlite3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so
2025-08-20T22:13:34.6115338Z 	libsourcekitdInProc.so (libc6,x86-64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T22:13:34.6115782Z 	libsoftokn3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsoftokn3.so
2025-08-20T22:13:34.6116184Z 	libsodium.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsodium.so.23
2025-08-20T22:13:34.6116568Z 	libsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnmp.so.40
2025-08-20T22:13:34.6116954Z 	libsnappy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnappy.so.1
2025-08-20T22:13:34.6117341Z 	libsmime3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmime3.so
2025-08-20T22:13:34.6117868Z 	libsmartcols.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmartcols.so.1
2025-08-20T22:13:34.6118281Z 	libslirp.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslirp.so.0
2025-08-20T22:13:34.6118655Z 	libslang.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslang.so.2
2025-08-20T22:13:34.6119050Z 	libsigsegv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsigsegv.so.2
2025-08-20T22:13:34.6119464Z 	libsharpyuv.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsharpyuv.so.0
2025-08-20T22:13:34.6119901Z 	libsgutils2-1.46.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T22:13:34.6120325Z 	libsframe.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsframe.so.1
2025-08-20T22:13:34.6120705Z 	libsepol.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsepol.so.2
2025-08-20T22:13:34.6121108Z 	libsensors.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsensors.so.5
2025-08-20T22:13:34.6121518Z 	libsemanage.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsemanage.so.2
2025-08-20T22:13:34.6122072Z 	libselinux.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libselinux.so.1
2025-08-20T22:13:34.6122468Z 	libseccomp.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libseccomp.so.2
2025-08-20T22:13:34.6122849Z 	libsasl2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsasl2.so.2
2025-08-20T22:13:34.6123249Z 	libruby-3.2.so.3.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T22:13:34.6123647Z 	libruby-3.2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so
2025-08-20T22:13:34.6124024Z 	librtmp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librtmp.so.1
2025-08-20T22:13:34.6124401Z 	librt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librt.so.1
2025-08-20T22:13:34.6124709Z 	librt.so.1 (libc6) => /lib32/librt.so.1
2025-08-20T22:13:34.6125035Z 	librpmsign.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmsign.so.9
2025-08-20T22:13:34.6125428Z 	librpmio.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmio.so.9
2025-08-20T22:13:34.6125938Z 	librpmbuild.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmbuild.so.9
2025-08-20T22:13:34.6126568Z 	librpm.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpm.so.9
2025-08-20T22:13:34.6126954Z 	librhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/librhash.so.0
2025-08-20T22:13:34.6127483Z 	libre2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libre2.so.10
2025-08-20T22:13:34.6127862Z 	libresolv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so.2
2025-08-20T22:13:34.6128208Z 	libresolv.so.2 (libc6) => /lib32/libresolv.so.2
2025-08-20T22:13:34.6128544Z 	libresolv.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so
2025-08-20T22:13:34.6128958Z 	libreiserfscore.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreiserfscore.so.0
2025-08-20T22:13:34.6129405Z 	libreadline.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreadline.so.8
2025-08-20T22:13:34.6129801Z 	libraw_r.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw_r.so.23
2025-08-20T22:13:34.6130172Z 	libraw.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw.so.23
2025-08-20T22:13:34.6130559Z 	librabbitmq.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/librabbitmq.so.4
2025-08-20T22:13:34.6130964Z 	libquadmath.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libquadmath.so.0
2025-08-20T22:13:34.6131378Z 	libqrtr-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqrtr-glib.so.0
2025-08-20T22:13:34.6131948Z 	libqmi-glib.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqmi-glib.so.5
2025-08-20T22:13:34.6132307Z 	libqdbm.so.14 (libc6,x86-64) => /lib/libqdbm.so.14
2025-08-20T22:13:34.6132660Z 	libp11-kit.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libp11-kit.so.0
2025-08-20T22:13:34.6133076Z 	libpython3.12.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so.1.0
2025-08-20T22:13:34.6133500Z 	libpython3.12.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so
2025-08-20T22:13:34.6133905Z 	libpthread.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpthread.so.0
2025-08-20T22:13:34.6134273Z 	libpthread.so.0 (libc6) => /lib32/libpthread.so.0
2025-08-20T22:13:34.6134728Z 	libpsx.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsx.so.2
2025-08-20T22:13:34.6135119Z 	libpspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpspell.so.15
2025-08-20T22:13:34.6135498Z 	libpsl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsl.so.5
2025-08-20T22:13:34.6135923Z 	libprotobuf-lite.so.32 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T22:13:34.6136392Z 	libprotobuf-c.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-c.so.1
2025-08-20T22:13:34.6136809Z 	libproc2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libproc2.so.0
2025-08-20T22:13:34.6137165Z 	libpq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so.5
2025-08-20T22:13:34.6137504Z 	libpq.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so
2025-08-20T22:13:34.6137853Z 	libpopt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpopt.so.0
2025-08-20T22:13:34.6138293Z 	libpolkit-gobject-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T22:13:34.6138800Z 	libpolkit-agent-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T22:13:34.6139238Z 	libpng16.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpng16.so.16
2025-08-20T22:13:34.6139609Z 	libply.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply.so.5
2025-08-20T22:13:34.6140075Z 	libply-splash-graphics.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T22:13:34.6140611Z 	libply-splash-core.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-core.so.5
2025-08-20T22:13:34.6141111Z 	libply-boot-client.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-boot-client.so.5
2025-08-20T22:13:34.6141535Z 	libplds4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplds4.so
2025-08-20T22:13:34.6142011Z 	libplc4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplc4.so
2025-08-20T22:13:34.6142418Z 	libpkgconf.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpkgconf.so.3
2025-08-20T22:13:34.6142829Z 	libpixman-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpixman-1.so.0
2025-08-20T22:13:34.6143240Z 	libpipeline.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpipeline.so.1
2025-08-20T22:13:34.6143638Z 	libpgm-5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpgm-5.3.so.0
2025-08-20T22:13:34.6144008Z 	libpfm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpfm.so.4
2025-08-20T22:13:34.6144498Z 	libperl.so.5.38 (libc6,x86-64) => /lib/x86_64-linux-gnu/libperl.so.5.38
2025-08-20T22:13:34.6144914Z 	libpcre2-32.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so.0
2025-08-20T22:13:34.6145318Z 	libpcre2-32.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so
2025-08-20T22:13:34.6145706Z 	libpcre2-16.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so.0
2025-08-20T22:13:34.6146103Z 	libpcre2-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so
2025-08-20T22:13:34.6146494Z 	libpcre2-8.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so.0
2025-08-20T22:13:34.6146885Z 	libpcre2-8.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so
2025-08-20T22:13:34.6147313Z 	libpcre2-posix.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so.3
2025-08-20T22:13:34.6147774Z 	libpcre2-posix.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so
2025-08-20T22:13:34.6148205Z 	libpcprofile.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcprofile.so
2025-08-20T22:13:34.6148582Z 	libpcprofile.so (libc6) => /lib32/libpcprofile.so
2025-08-20T22:13:34.6148953Z 	libpciaccess.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpciaccess.so.0
2025-08-20T22:13:34.6149347Z 	libpci.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpci.so.3
2025-08-20T22:13:34.6149722Z 	libpcap.so.0.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so.0.8
2025-08-20T22:13:34.6150096Z 	libpcap.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so
2025-08-20T22:13:34.6150478Z 	libparted.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libparted.so.2
2025-08-20T22:13:34.6150857Z 	libpaper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpaper.so.1
2025-08-20T22:13:34.6151784Z 	libpangoft2-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T22:13:34.6152338Z 	libpangocairo-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T22:13:34.6152812Z 	libpango-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpango-1.0.so.0
2025-08-20T22:13:34.6153236Z 	libpanelw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so.6
2025-08-20T22:13:34.6153636Z 	libpanelw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so
2025-08-20T22:13:34.6154018Z 	libpanel.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so.6
2025-08-20T22:13:34.6154390Z 	libpanel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so
2025-08-20T22:13:34.6154756Z 	libpamc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpamc.so.0
2025-08-20T22:13:34.6155137Z 	libpam_misc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam_misc.so.0
2025-08-20T22:13:34.6155528Z 	libpam.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam.so.0
2025-08-20T22:13:34.6155986Z 	libpackagekit-glib2.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T22:13:34.6156466Z 	libopenjp2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopenjp2.so.7
2025-08-20T22:13:34.6156922Z 	libopeniscsiusr.so.0.2.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T22:13:34.6157445Z 	libopcodes-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T22:13:34.6157951Z 	libopcodes-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-arm64.so
2025-08-20T22:13:34.6158438Z 	libopcodes-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T22:13:34.6158925Z 	libopcodes-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T22:13:34.6159355Z 	libonig.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libonig.so.5
2025-08-20T22:13:34.6159715Z 	libogg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libogg.so.0
2025-08-20T22:13:34.6160068Z 	libodbc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libodbc.so.2
2025-08-20T22:13:34.6160523Z 	libobjc_gc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc_gc.so.4
2025-08-20T22:13:34.6160898Z 	libobjc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc.so.4
2025-08-20T22:13:34.6161380Z 	libnvme.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme.so.1
2025-08-20T22:13:34.6161978Z 	libnvme-mi.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme-mi.so.1
2025-08-20T22:13:34.6162366Z 	libnuma.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnuma.so.1
2025-08-20T22:13:34.6162746Z 	libntfs-3g.so.89 (libc6,x86-64) => /lib/x86_64-linux-gnu/libntfs-3g.so.89
2025-08-20T22:13:34.6163127Z 	libnss3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss3.so
2025-08-20T22:13:34.6163500Z 	libnssutil3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssutil3.so
2025-08-20T22:13:34.6163897Z 	libnssdbm3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssdbm3.so
2025-08-20T22:13:34.6164279Z 	libnssckbi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssckbi.so
2025-08-20T22:13:34.6164694Z 	libnss_systemd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_systemd.so.2
2025-08-20T22:13:34.6165131Z 	libnss_hesiod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so.2
2025-08-20T22:13:34.6165518Z 	libnss_hesiod.so.2 (libc6) => /lib32/libnss_hesiod.so.2
2025-08-20T22:13:34.6165895Z 	libnss_hesiod.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so
2025-08-20T22:13:34.6166305Z 	libnss_files.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_files.so.2
2025-08-20T22:13:34.6166673Z 	libnss_files.so.2 (libc6) => /lib32/libnss_files.so.2
2025-08-20T22:13:34.6167032Z 	libnss_dns.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_dns.so.2
2025-08-20T22:13:34.6167379Z 	libnss_dns.so.2 (libc6) => /lib32/libnss_dns.so.2
2025-08-20T22:13:34.6167741Z 	libnss_compat.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so.2
2025-08-20T22:13:34.6168119Z 	libnss_compat.so.2 (libc6) => /lib32/libnss_compat.so.2
2025-08-20T22:13:34.6168482Z 	libnss_compat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so
2025-08-20T22:13:34.6168998Z 	libnspr4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnspr4.so
2025-08-20T22:13:34.6169386Z 	libnsl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnsl.so.1
2025-08-20T22:13:34.6169711Z 	libnsl.so.1 (libc6) => /lib32/libnsl.so.1
2025-08-20T22:13:34.6170177Z 	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:13:34.6170691Z 	libnpth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnpth.so.0
2025-08-20T22:13:34.6171055Z 	libnorm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnorm.so.1
2025-08-20T22:13:34.6171423Z 	libnl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so.200
2025-08-20T22:13:34.6171902Z 	libnl-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so
2025-08-20T22:13:34.6172298Z 	libnl-route-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so.200
2025-08-20T22:13:34.6172730Z 	libnl-route-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so
2025-08-20T22:13:34.6173155Z 	libnl-genl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-genl-3.so.200
2025-08-20T22:13:34.6173597Z 	libnghttp2.so.14 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnghttp2.so.14
2025-08-20T22:13:34.6174025Z 	libnftnl.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftnl.so.11
2025-08-20T22:13:34.6174425Z 	libnftables.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftables.so.1
2025-08-20T22:13:34.6174843Z 	libnfnetlink.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnfnetlink.so.0
2025-08-20T22:13:34.6175253Z 	libnewt.so.0.52 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnewt.so.0.52
2025-08-20T22:13:34.6175638Z 	libnettle.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnettle.so.8
2025-08-20T22:13:34.6176067Z 	libnetsnmpmibs.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T22:13:34.6176556Z 	libnetsnmphelpers.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T22:13:34.6177055Z 	libnetsnmpagent.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T22:13:34.6177496Z 	libnetsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmp.so.40
2025-08-20T22:13:34.6177900Z 	libnetplan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetplan.so.1
2025-08-20T22:13:34.6178418Z 	libnetpbm.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetpbm.so.11
2025-08-20T22:13:34.6178890Z 	libnetfilter_conntrack.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T22:13:34.6179376Z 	libncursesw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncursesw.so.6
2025-08-20T22:13:34.6179776Z 	libncurses.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncurses.so.6
2025-08-20T22:13:34.6180201Z 	libmysqlclient.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so.21
2025-08-20T22:13:34.6180649Z 	libmysqlclient.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so
2025-08-20T22:13:34.6181053Z 	libmvec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so.1
2025-08-20T22:13:34.6181422Z 	libmvec.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so
2025-08-20T22:13:34.6181898Z 	libmultipath.so.0 (libc6,x86-64) => /lib/libmultipath.so.0
2025-08-20T22:13:34.6182279Z 	libmspack.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmspack.so.0
2025-08-20T22:13:34.6182667Z 	libmpfr.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpfr.so.6
2025-08-20T22:13:34.6183031Z 	libmpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpc.so.3
2025-08-20T22:13:34.6183388Z 	libmpathutil.so.0 (libc6,x86-64) => /lib/libmpathutil.so.0
2025-08-20T22:13:34.6183771Z 	libmpathpersist.so.0 (libc6,x86-64) => /lib/libmpathpersist.so.0
2025-08-20T22:13:34.6184145Z 	libmpathcmd.so.0 (libc6,x86-64) => /lib/libmpathcmd.so.0
2025-08-20T22:13:34.6184504Z 	libmount.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmount.so.1
2025-08-20T22:13:34.6184873Z 	libmnl.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmnl.so.0
2025-08-20T22:13:34.6185217Z 	libmms.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmms.so.0
2025-08-20T22:13:34.6185712Z 	libmm-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmm-glib.so.0
2025-08-20T22:13:34.6186102Z 	libmlx5.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so.1
2025-08-20T22:13:34.6186458Z 	libmlx5.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so
2025-08-20T22:13:34.6186816Z 	libmlx4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so.1
2025-08-20T22:13:34.6187169Z 	libmlx4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so
2025-08-20T22:13:34.6187529Z 	libmenuw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so.6
2025-08-20T22:13:34.6187897Z 	libmenuw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so
2025-08-20T22:13:34.6188252Z 	libmenu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so.6
2025-08-20T22:13:34.6188604Z 	libmenu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so
2025-08-20T22:13:34.6188976Z 	libmemusage.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemusage.so
2025-08-20T22:13:34.6189330Z 	libmemusage.so (libc6) => /lib32/libmemusage.so
2025-08-20T22:13:34.6189701Z 	libmemcached.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemcached.so.11
2025-08-20T22:13:34.6190135Z 	libmediainfo.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmediainfo.so.0
2025-08-20T22:13:34.6190544Z 	libmecab.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmecab.so.2
2025-08-20T22:13:34.6190912Z 	libmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmd.so.0
2025-08-20T22:13:34.6191295Z 	libmbim-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmbim-glib.so.4
2025-08-20T22:13:34.6191824Z 	libmaxminddb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmaxminddb.so.0
2025-08-20T22:13:34.6192218Z 	libmana.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so.1
2025-08-20T22:13:34.6192572Z 	libmana.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so
2025-08-20T22:13:34.6192933Z 	libmagic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmagic.so.1
2025-08-20T22:13:34.6193288Z 	libm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libm.so.6
2025-08-20T22:13:34.6193591Z 	libm.so.6 (libc6) => /lib32/libm.so.6
2025-08-20T22:13:34.6193893Z 	liblz4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so.1
2025-08-20T22:13:34.6194241Z 	liblz4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so
2025-08-20T22:13:34.6194710Z 	liblzo2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzo2.so.2
2025-08-20T22:13:34.6195071Z 	liblzma.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so.5
2025-08-20T22:13:34.6195424Z 	liblzma.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so
2025-08-20T22:13:34.6195765Z 	liblz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so.1
2025-08-20T22:13:34.6196102Z 	liblz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so
2025-08-20T22:13:34.6196482Z 	liblvm2cmd.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T22:13:34.6196890Z 	liblua5.4.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4.so.0
2025-08-20T22:13:34.6197283Z 	liblua5.4-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T22:13:34.6197674Z 	liblua5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3.so.0
2025-08-20T22:13:34.6198059Z 	liblua5.3-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T22:13:34.6198468Z 	liblttng-ust.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust.so.1
2025-08-20T22:13:34.6198972Z 	liblttng-ust-tracepoint.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T22:13:34.6199596Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T22:13:34.6200219Z 	liblttng-ust-libc-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T22:13:34.6200762Z 	liblttng-ust-fork.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T22:13:34.6201235Z 	liblttng-ust-fd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T22:13:34.6201909Z 	liblttng-ust-dl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T22:13:34.6202555Z 	liblttng-ust-cyg-profile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T22:13:34.6203195Z 	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:13:34.6203760Z 	liblttng-ust-ctl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T22:13:34.6204249Z 	liblttng-ust-common.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T22:13:34.6204693Z 	libltdl.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libltdl.so.7
2025-08-20T22:13:34.6205060Z 	liblsan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblsan.so.0
2025-08-20T22:13:34.6205429Z 	liblqr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblqr-1.so.0
2025-08-20T22:13:34.6205803Z 	liblmdb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblmdb.so.0
2025-08-20T22:13:34.6206181Z 	liblldb-18.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so.1
2025-08-20T22:13:34.6206569Z 	liblldb-18.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so
2025-08-20T22:13:34.6206952Z 	liblldb-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so.1
2025-08-20T22:13:34.6207331Z 	liblldb-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so
2025-08-20T22:13:34.6207707Z 	liblldb-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so.1
2025-08-20T22:13:34.6208081Z 	liblldb-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so
2025-08-20T22:13:34.6208445Z 	libldap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libldap.so.2
2025-08-20T22:13:34.6208813Z 	liblcms2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblcms2.so.2
2025-08-20T22:13:34.6209178Z 	liblber.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblber.so.2
2025-08-20T22:13:34.6209564Z 	libk5crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libk5crypto.so.3
2025-08-20T22:13:34.6209952Z 	libksba.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libksba.so.8
2025-08-20T22:13:34.6210606Z 	libkrb5support.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5support.so.0
2025-08-20T22:13:34.6211319Z 	libkrb5.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5.so.3
2025-08-20T22:13:34.6212127Z 	libkmod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkmod.so.2
2025-08-20T22:13:34.6213113Z 	libkeyutils.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkeyutils.so.1
2025-08-20T22:13:34.6213900Z 	libjxrglue.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjxrglue.so.0
2025-08-20T22:13:34.6214341Z 	libjsoncpp.so.25 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjsoncpp.so.25
2025-08-20T22:13:34.6214790Z 	libjson-glib-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T22:13:34.6215221Z 	libjson-c.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-c.so.5
2025-08-20T22:13:34.6215590Z 	libjq.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjq.so.1
2025-08-20T22:13:34.6215968Z 	libjpegxr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpegxr.so.0
2025-08-20T22:13:34.6216381Z 	libjpeg.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpeg.so.8
2025-08-20T22:13:34.6216753Z 	libjcat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjcat.so.1
2025-08-20T22:13:34.6217232Z 	libjbig2dec.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig2dec.so.0
2025-08-20T22:13:34.6217629Z 	libjbig.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig.so.0
2025-08-20T22:13:34.6218010Z 	libjansson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjansson.so.4
2025-08-20T22:13:34.6218393Z 	libitm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libitm.so.1
2025-08-20T22:13:34.6218753Z 	libisns.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisns.so.0
2025-08-20T22:13:34.6219108Z 	libisl.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisl.so.23
2025-08-20T22:13:34.6219654Z 	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:13:34.6220367Z 	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:13:34.6221189Z 	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:13:34.6222130Z 	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:13:34.6222691Z 	libip6tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip6tc.so.2
2025-08-20T22:13:34.6223097Z 	libip4tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip4tc.so.2
2025-08-20T22:13:34.6223470Z 	libinih.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libinih.so.1
2025-08-20T22:13:34.6223847Z 	libijs-0.35.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libijs-0.35.so
2025-08-20T22:13:34.6224219Z 	libidn2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn2.so.0
2025-08-20T22:13:34.6224575Z 	libidn.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn.so.12
2025-08-20T22:13:34.6224944Z 	libicuuc.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.74
2025-08-20T22:13:34.6225334Z 	libicuuc.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.70
2025-08-20T22:13:34.6225705Z 	libicuuc.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so
2025-08-20T22:13:34.6226079Z 	libicutu.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.74
2025-08-20T22:13:34.6226455Z 	libicutu.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.70
2025-08-20T22:13:34.6226821Z 	libicutu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so
2025-08-20T22:13:34.6227204Z 	libicutest.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.74
2025-08-20T22:13:34.6227617Z 	libicutest.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.70
2025-08-20T22:13:34.6228012Z 	libicutest.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so
2025-08-20T22:13:34.6228401Z 	libicui18n.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.74
2025-08-20T22:13:34.6228796Z 	libicui18n.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.70
2025-08-20T22:13:34.6229186Z 	libicui18n.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so
2025-08-20T22:13:34.6229566Z 	libicuio.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.74
2025-08-20T22:13:34.6229941Z 	libicuio.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.70
2025-08-20T22:13:34.6230503Z 	libicuio.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so
2025-08-20T22:13:34.6230882Z 	libicudata.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.74
2025-08-20T22:13:34.6231511Z 	libicudata.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.70
2025-08-20T22:13:34.6232035Z 	libicudata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so
2025-08-20T22:13:34.6232478Z 	libibverbs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so.1
2025-08-20T22:13:34.6232869Z 	libibverbs.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so
2025-08-20T22:13:34.6233253Z 	libhwasan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhwasan.so.0
2025-08-20T22:13:34.6233680Z 	libhunspell-1.7.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T22:13:34.6234110Z 	libhogweed.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhogweed.so.6
2025-08-20T22:13:34.6234500Z 	libhistory.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhistory.so.8
2025-08-20T22:13:34.6234942Z 	libhiredis_ssl.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T22:13:34.6235399Z 	libhiredis.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T22:13:34.6235803Z 	libhgfs.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhgfs.so.0
2025-08-20T22:13:34.6236165Z 	libheif.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libheif.so.1
2025-08-20T22:13:34.6236538Z 	libhavege.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhavege.so.2
2025-08-20T22:13:34.6236930Z 	libhashkit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhashkit.so.2
2025-08-20T22:13:34.6237335Z 	libharfbuzz.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libharfbuzz.so.0
2025-08-20T22:13:34.6237875Z 	libhandle.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhandle.so.1
2025-08-20T22:13:34.6238259Z 	libgusb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgusb.so.2
2025-08-20T22:13:34.6238640Z 	libguestlib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestlib.so.0
2025-08-20T22:13:34.6239110Z 	libguestStoreClient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestStoreClient.so.0
2025-08-20T22:13:34.6239575Z 	libgudev-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgudev-1.0.so.0
2025-08-20T22:13:34.6239969Z 	libgtk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgtk-3.so.0
2025-08-20T22:13:34.6240366Z 	libgthread-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgthread-2.0.so.0
2025-08-20T22:13:34.6240809Z 	libgstreamer-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T22:13:34.6241249Z 	libgstnet-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T22:13:34.6241932Z 	libgstcontroller-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T22:13:34.6242485Z 	libgstcheck-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T22:13:34.6242922Z 	libgstbase-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T22:13:34.6243357Z 	libgssapi_krb5.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T22:13:34.6243750Z 	libgs.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgs.so.10
2025-08-20T22:13:34.6244135Z 	libgraphite2.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgraphite2.so.3
2025-08-20T22:13:34.6244549Z 	libgprofng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgprofng.so.0
2025-08-20T22:13:34.6244929Z 	libgpm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpm.so.2
2025-08-20T22:13:34.6245301Z 	libgpgme.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpgme.so.11
2025-08-20T22:13:34.6245704Z 	libgpg-error.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpg-error.so.0
2025-08-20T22:13:34.6246101Z 	libgomp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgomp.so.1
2025-08-20T22:13:34.6246551Z 	libgobject-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgobject-2.0.so.0
2025-08-20T22:13:34.6246964Z 	libgnutls.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgnutls.so.30
2025-08-20T22:13:34.6247485Z 	libgmpxx.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so.4
2025-08-20T22:13:34.6247855Z 	libgmpxx.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so
2025-08-20T22:13:34.6248216Z 	libgmp.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so.10
2025-08-20T22:13:34.6248567Z 	libgmp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so
2025-08-20T22:13:34.6248950Z 	libgmodule-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T22:13:34.6249359Z 	libglib-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libglib-2.0.so.0
2025-08-20T22:13:34.6249805Z 	libgirepository-1.0.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T22:13:34.6250245Z 	libgio-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgio-2.0.so.0
2025-08-20T22:13:34.6250642Z 	libgfortran.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgfortran.so.5
2025-08-20T22:13:34.6251073Z 	libgdk_pixbuf-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T22:13:34.6251496Z 	libgdk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk-3.so.0
2025-08-20T22:13:34.6252025Z 	libgdbm_compat.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm_compat.so.4
2025-08-20T22:13:34.6252425Z 	libgdbm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm.so.6
2025-08-20T22:13:34.6252781Z 	libgd.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgd.so.3
2025-08-20T22:13:34.6253139Z 	libgctba.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgctba.so.1
2025-08-20T22:13:34.6253522Z 	libgcrypt.so.20 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcrypt.so.20
2025-08-20T22:13:34.6253907Z 	libgccpp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgccpp.so.1
2025-08-20T22:13:34.6254273Z 	libgcc_s.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcc_s.so.1
2025-08-20T22:13:34.6254722Z 	libgcc_s.so.1 (libc6) => /lib32/libgcc_s.so.1
2025-08-20T22:13:34.6255037Z 	libgc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgc.so.1
2025-08-20T22:13:34.6255382Z 	libgbm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgbm.so.1
2025-08-20T22:13:34.6255888Z 	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:13:34.6256401Z 	libfwupd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfwupd.so.2
2025-08-20T22:13:34.6256772Z 	libfuse3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfuse3.so.3
2025-08-20T22:13:34.6257136Z 	libftdi1.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libftdi1.so.2
2025-08-20T22:13:34.6257523Z 	libfsverity.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfsverity.so.0
2025-08-20T22:13:34.6257925Z 	libfribidi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfribidi.so.0
2025-08-20T22:13:34.6258326Z 	libfreetype.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreetype.so.6
2025-08-20T22:13:34.6258866Z 	libfreebl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreebl3.so
2025-08-20T22:13:34.6259275Z 	libfreeblpriv3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreeblpriv3.so
2025-08-20T22:13:34.6259676Z 	libformw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so.6
2025-08-20T22:13:34.6260040Z 	libformw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so
2025-08-20T22:13:34.6260402Z 	libform.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so.6
2025-08-20T22:13:34.6260767Z 	libform.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so
2025-08-20T22:13:34.6261140Z 	libfontenc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontenc.so.1
2025-08-20T22:13:34.6261552Z 	libfontconfig.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontconfig.so.1
2025-08-20T22:13:34.6262104Z 	libflashrom.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libflashrom.so.1
2025-08-20T22:13:34.6262493Z 	libfido2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfido2.so.1
2025-08-20T22:13:34.6262919Z 	libfftw3_threads.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_threads.so.3
2025-08-20T22:13:34.6263353Z 	libfftw3_omp.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_omp.so.3
2025-08-20T22:13:34.6263742Z 	libfftw3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3.so.3
2025-08-20T22:13:34.6264246Z 	libffi.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so.8
2025-08-20T22:13:34.6264594Z 	libffi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so
2025-08-20T22:13:34.6264951Z 	libfdisk.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfdisk.so.1
2025-08-20T22:13:34.6265314Z 	libfcgi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi.so.0
2025-08-20T22:13:34.6265685Z 	libfcgi++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi++.so.0
2025-08-20T22:13:34.6266082Z 	libfbclient.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfbclient.so.2
2025-08-20T22:13:34.6266491Z 	libfastjson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfastjson.so.4
2025-08-20T22:13:34.6266948Z 	libfakeroot-0.so (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T22:13:34.6267381Z 	libe2p.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libe2p.so.2
2025-08-20T22:13:34.6267756Z 	libext2fs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libext2fs.so.2
2025-08-20T22:13:34.6268136Z 	libexslt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexslt.so.0
2025-08-20T22:13:34.6268514Z 	libexpatw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so.1
2025-08-20T22:13:34.6268892Z 	libexpatw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so
2025-08-20T22:13:34.6269264Z 	libexpat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so.1
2025-08-20T22:13:34.6269630Z 	libexpat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so
2025-08-20T22:13:34.6270067Z 	libevent_pthreads-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T22:13:34.6270549Z 	libevent_core-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T22:13:34.6271082Z 	libevdev.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevdev.so.2
2025-08-20T22:13:34.6271449Z 	libestr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libestr.so.0
2025-08-20T22:13:34.6271920Z 	libepoxy.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libepoxy.so.0
2025-08-20T22:13:34.6272321Z 	libenchant-2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libenchant-2.so.2
2025-08-20T22:13:34.6272709Z 	libelf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libelf.so.1
2025-08-20T22:13:34.6273078Z 	libefivar.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefivar.so.1
2025-08-20T22:13:34.6273470Z 	libefiboot.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefiboot.so.1
2025-08-20T22:13:34.6273845Z 	libefa.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so.1
2025-08-20T22:13:34.6274191Z 	libefa.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so
2025-08-20T22:13:34.6274542Z 	libedit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libedit.so.2
2025-08-20T22:13:34.6274937Z 	libeatmydata.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so.1
2025-08-20T22:13:34.6275359Z 	libeatmydata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so
2025-08-20T22:13:34.6275731Z 	libdw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdw.so.1
2025-08-20T22:13:34.6276120Z 	libduktape.so.207 (libc6,x86-64) => /lib/x86_64-linux-gnu/libduktape.so.207
2025-08-20T22:13:34.6276557Z 	libdrop_ambient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrop_ambient.so.0
2025-08-20T22:13:34.6276985Z 	libdrm_intel.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_intel.so.1
2025-08-20T22:13:34.6277398Z 	libdrm_amdgpu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T22:13:34.6277786Z 	libdrm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm.so.2
2025-08-20T22:13:34.6278300Z 	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:13:34.6278942Z 	libdl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdl.so.2
2025-08-20T22:13:34.6279391Z 	libdl.so.2 (libc6) => /lib32/libdl.so.2
2025-08-20T22:13:34.6279783Z 	libdjvulibre.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdjvulibre.so.21
2025-08-20T22:13:34.6280189Z 	libde265.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libde265.so.0
2025-08-20T22:13:34.6280764Z 	libdevmapper.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T22:13:34.6281284Z 	libdevmapper-event.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T22:13:34.6282086Z 	libdevmapper-event-lvm2vdo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T22:13:34.6282694Z 	libdevmapper-event-lvm2thin.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T22:13:34.6283340Z 	libdevmapper-event-lvm2snapshot.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T22:13:34.6283983Z 	libdevmapper-event-lvm2raid.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T22:13:34.6284613Z 	libdevmapper-event-lvm2mirror.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T22:13:34.6285237Z 	libdevmapper-event-lvm2.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T22:13:34.6285822Z 	libdevmapper-event-lvm2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T22:13:34.6286306Z 	libdeflate.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdeflate.so.0
2025-08-20T22:13:34.6286748Z 	libdebconfclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdebconfclient.so.0
2025-08-20T22:13:34.6287181Z 	libdconf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdconf.so.1
2025-08-20T22:13:34.6287601Z 	libdbusmenu-gtk3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T22:13:34.6288061Z 	libdbusmenu-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T22:13:34.6288485Z 	libdbus-1.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so.3
2025-08-20T22:13:34.6288985Z 	libdbus-1.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so
2025-08-20T22:13:34.6289380Z 	libdb-5.3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdb-5.3.so
2025-08-20T22:13:34.6289761Z 	libdatrie.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdatrie.so.1
2025-08-20T22:13:34.6290147Z 	libcurl.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl.so.4
2025-08-20T22:13:34.6290554Z 	libcurl-gnutls.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T22:13:34.6290977Z 	libcups.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcups.so.2
2025-08-20T22:13:34.6291367Z 	libctf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf.so.0
2025-08-20T22:13:34.6291888Z 	libctf-nobfd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd.so.0
2025-08-20T22:13:34.6292364Z 	libctf-nobfd-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so.0
2025-08-20T22:13:34.6292855Z 	libctf-nobfd-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so
2025-08-20T22:13:34.6293373Z 	libctf-nobfd-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T22:13:34.6293863Z 	libctf-nobfd-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T22:13:34.6294348Z 	libctf-nobfd-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T22:13:34.6294826Z 	libctf-nobfd-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T22:13:34.6295273Z 	libctf-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so.0
2025-08-20T22:13:34.6295686Z 	libctf-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so
2025-08-20T22:13:34.6296095Z 	libctf-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so.0
2025-08-20T22:13:34.6296507Z 	libctf-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so
2025-08-20T22:13:34.6296916Z 	libctf-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so.0
2025-08-20T22:13:34.6297328Z 	libctf-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so
2025-08-20T22:13:34.6297758Z 	libcryptsetup.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcryptsetup.so.12
2025-08-20T22:13:34.6298189Z 	libcrypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so.3
2025-08-20T22:13:34.6298711Z 	libcrypto.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so
2025-08-20T22:13:34.6299094Z 	libcrypt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so.1
2025-08-20T22:13:34.6299470Z 	libcrypt.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so
2025-08-20T22:13:34.6299850Z 	libcom_err.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcom_err.so.2
2025-08-20T22:13:34.6300291Z 	libcolordprivate.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolordprivate.so.2
2025-08-20T22:13:34.6300741Z 	libcolord.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolord.so.2
2025-08-20T22:13:34.6301142Z 	libclang-18.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-18.so.18
2025-08-20T22:13:34.6301555Z 	libclang-17.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-17.so.17
2025-08-20T22:13:34.6302123Z 	libclang-16.so.16.0.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T22:13:34.6302567Z 	libclang-cpp.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T22:13:34.6303011Z 	libclang-cpp.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.17
2025-08-20T22:13:34.6303439Z 	libclang-cpp.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.16
2025-08-20T22:13:34.6303828Z 	libcc1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcc1.so.0
2025-08-20T22:13:34.6304205Z 	libcbor.so.0.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcbor.so.0.10
2025-08-20T22:13:34.6304591Z 	libcares.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcares.so.2
2025-08-20T22:13:34.6304961Z 	libcap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap.so.2
2025-08-20T22:13:34.6305333Z 	libcap-ng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap-ng.so.0
2025-08-20T22:13:34.6305851Z 	libcanberra.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcanberra.so.0
2025-08-20T22:13:34.6306247Z 	libcairo.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo.so.2
2025-08-20T22:13:34.6306672Z 	libcairo-gobject.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo-gobject.so.2
2025-08-20T22:13:34.6307143Z 	libc_malloc_debug.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T22:13:34.6307560Z 	libc_malloc_debug.so.0 (libc6) => /lib32/libc_malloc_debug.so.0
2025-08-20T22:13:34.6307961Z 	libc_malloc_debug.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so
2025-08-20T22:13:34.6308354Z 	libc.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc.so.6
2025-08-20T22:13:34.6308649Z 	libc.so.6 (libc6) => /lib32/libc.so.6
2025-08-20T22:13:34.6308968Z 	libc-client.so.2007e (libc6,x86-64) => /lib/libc-client.so.2007e
2025-08-20T22:13:34.6309347Z 	libbz2.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbz2.so.1.0
2025-08-20T22:13:34.6309743Z 	libbytesize.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbytesize.so.1
2025-08-20T22:13:34.6310132Z 	libbsd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbsd.so.0
2025-08-20T22:13:34.6310524Z 	libbrotlienc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlienc.so.1
2025-08-20T22:13:34.6310952Z 	libbrotlidec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlidec.so.1
2025-08-20T22:13:34.6311399Z 	libbrotlicommon.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlicommon.so.1
2025-08-20T22:13:34.6311917Z 	libbpf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbpf.so.1
2025-08-20T22:13:34.6312299Z 	libblockdev.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblockdev.so.3
2025-08-20T22:13:34.6312692Z 	libblkid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblkid.so.1
2025-08-20T22:13:34.6313238Z 	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:13:34.6313818Z 	libbfd-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-system.so
2025-08-20T22:13:34.6314273Z 	libbfd-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-arm64.so
2025-08-20T22:13:34.6314709Z 	libbfd-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T22:13:34.6315253Z 	libbfd-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T22:13:34.6315668Z 	libbd_utils.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_utils.so.3
2025-08-20T22:13:34.6316063Z 	libbd_swap.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_swap.so.3
2025-08-20T22:13:34.6316448Z 	libbd_part.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_part.so.3
2025-08-20T22:13:34.6316825Z 	libbd_nvme.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_nvme.so.3
2025-08-20T22:13:34.6317216Z 	libbd_mdraid.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_mdraid.so.3
2025-08-20T22:13:34.6317609Z 	libbd_loop.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_loop.so.3
2025-08-20T22:13:34.6317978Z 	libbd_fs.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_fs.so.3
2025-08-20T22:13:34.6318367Z 	libbd_crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_crypto.so.3
2025-08-20T22:13:34.6318761Z 	libbcc_bpf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc_bpf.so.0
2025-08-20T22:13:34.6319136Z 	libbcc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc.so.0
2025-08-20T22:13:34.6319541Z 	libavahi-common.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-common.so.3
2025-08-20T22:13:34.6320000Z 	libavahi-client.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-client.so.3
2025-08-20T22:13:34.6320423Z 	libaudit.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaudit.so.1
2025-08-20T22:13:34.6320792Z 	libattr.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libattr.so.1
2025-08-20T22:13:34.6321165Z 	libatspi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatspi.so.0
2025-08-20T22:13:34.6321546Z 	libatomic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatomic.so.1
2025-08-20T22:13:34.6322044Z 	libatm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatm.so.1
2025-08-20T22:13:34.6322526Z 	libatk-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-1.0.so.0
2025-08-20T22:13:34.6322976Z 	libatk-bridge-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T22:13:34.6323426Z 	libatasmart.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatasmart.so.4
2025-08-20T22:13:34.6323830Z 	libassuan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libassuan.so.0
2025-08-20T22:13:34.6324225Z 	libaspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaspell.so.15
2025-08-20T22:13:34.6324618Z 	libasound.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasound.so.2
2025-08-20T22:13:34.6324998Z 	libasan.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasan.so.8
2025-08-20T22:13:34.6325368Z 	libaria2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaria2.so.0
2025-08-20T22:13:34.6325747Z 	libargon2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libargon2.so.1
2025-08-20T22:13:34.6326146Z 	libarchive.so.13 (libc6,x86-64) => /lib/x86_64-linux-gnu/libarchive.so.13
2025-08-20T22:13:34.6326595Z 	libapt-private.so.0.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-private.so.0.0
2025-08-20T22:13:34.6327046Z 	libapt-pkg.so.6.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T22:13:34.6327467Z 	libaprutil-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaprutil-1.so.0
2025-08-20T22:13:34.6327865Z 	libapr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapr-1.so.0
2025-08-20T22:13:34.6328265Z 	libappstream.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libappstream.so.5
2025-08-20T22:13:34.6328683Z 	libapparmor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapparmor.so.1
2025-08-20T22:13:34.6329070Z 	libaom.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaom.so.3
2025-08-20T22:13:34.6329420Z 	libanl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so.1
2025-08-20T22:13:34.6329727Z 	libanl.so.1 (libc6) => /lib32/libanl.so.1
2025-08-20T22:13:34.6330024Z 	libanl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so
2025-08-20T22:13:34.6330396Z 	libaio.so.1t64 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaio.so.1t64
2025-08-20T22:13:34.6330761Z 	libacl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libacl.so.1
2025-08-20T22:13:34.6331115Z 	libX11.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11.so.6
2025-08-20T22:13:34.6331740Z 	libX11-xcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11-xcb.so.1
2025-08-20T22:13:34.6332153Z 	libXxf86vm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXxf86vm.so.1
2025-08-20T22:13:34.6332536Z 	libXtst.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXtst.so.6
2025-08-20T22:13:34.6332888Z 	libXt.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXt.so.6
2025-08-20T22:13:34.6333238Z 	libXss.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXss.so.1
2025-08-20T22:13:34.6333611Z 	libXrender.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrender.so.1
2025-08-20T22:13:34.6334003Z 	libXrandr.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrandr.so.2
2025-08-20T22:13:34.6334375Z 	libXpm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXpm.so.4
2025-08-20T22:13:34.6334738Z 	libXmuu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmuu.so.1
2025-08-20T22:13:34.6335090Z 	libXmu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmu.so.6
2025-08-20T22:13:34.6335479Z 	libXinerama.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXinerama.so.1
2025-08-20T22:13:34.6335858Z 	libXi.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXi.so.6
2025-08-20T22:13:34.6336204Z 	libXft.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXft.so.2
2025-08-20T22:13:34.6336575Z 	libXfont2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfont2.so.2
2025-08-20T22:13:34.6336963Z 	libXfixes.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfixes.so.3
2025-08-20T22:13:34.6337336Z 	libXext.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXext.so.6
2025-08-20T22:13:34.6337704Z 	libXdmcp.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so.6
2025-08-20T22:13:34.6338070Z 	libXdmcp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so
2025-08-20T22:13:34.6338576Z 	libXdamage.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdamage.so.1
2025-08-20T22:13:34.6338998Z 	libXcursor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcursor.so.1
2025-08-20T22:13:34.6339422Z 	libXcomposite.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcomposite.so.1
2025-08-20T22:13:34.6339827Z 	libXaw.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXaw.so.7
2025-08-20T22:13:34.6340174Z 	libXau.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so.6
2025-08-20T22:13:34.6340522Z 	libXau.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so
2025-08-20T22:13:34.6340859Z 	libSM.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libSM.so.6
2025-08-20T22:13:34.6341281Z 	libOpenEXRUtil-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T22:13:34.6341905Z 	libOpenEXRCore-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T22:13:34.6342397Z 	libOpenEXR-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T22:13:34.6342874Z 	libMagickWand-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T22:13:34.6343367Z 	libMagickCore-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T22:13:34.6343804Z 	libLerc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLerc.so.4
2025-08-20T22:13:34.6344184Z 	libLLVM.so.19.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.19.1
2025-08-20T22:13:34.6344572Z 	libLLVM.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.18.1
2025-08-20T22:13:34.6344952Z 	libLLVM-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so.1
2025-08-20T22:13:34.6345333Z 	libLLVM-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so
2025-08-20T22:13:34.6345708Z 	libLLVM-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so.1
2025-08-20T22:13:34.6346090Z 	libLLVM-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so
2025-08-20T22:13:34.6346454Z 	libJudy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libJudy.so.1
2025-08-20T22:13:34.6346843Z 	libImath-3_1.so.29 (libc6,x86-64) => /lib/x86_64-linux-gnu/libImath-3_1.so.29
2025-08-20T22:13:34.6347277Z 	libIlmThread-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T22:13:34.6347826Z 	libIex-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIex-3_1.so.30
2025-08-20T22:13:34.6348200Z 	libICE.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libICE.so.6
2025-08-20T22:13:34.6348597Z 	libGLdispatch.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLdispatch.so.0
2025-08-20T22:13:34.6349022Z 	libGLX_mesa.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX_mesa.so.0
2025-08-20T22:13:34.6349398Z 	libGLX.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX.so.0
2025-08-20T22:13:34.6349744Z 	libGL.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGL.so.1
2025-08-20T22:13:34.6350131Z 	libDeployPkg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libDeployPkg.so.0
2025-08-20T22:13:34.6350581Z 	libBrokenLocale.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so.1
2025-08-20T22:13:34.6351010Z 	libBrokenLocale.so.1 (libc6) => /lib32/libBrokenLocale.so.1
2025-08-20T22:13:34.6351421Z 	libBrokenLocale.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so
2025-08-20T22:13:34.6351924Z 	ld-musl-x86_64.so.1 (libc6,x86-64) => /lib/ld-musl-x86_64.so.1
2025-08-20T22:13:34.6352248Z 	ld-linux.so.2 (libc6) => /lib32/ld-linux.so.2
2025-08-20T22:13:34.6352523Z 	ld-linux.so.2 (libc6) => /lib/ld-linux.so.2
2025-08-20T22:13:34.6352870Z 	ld-linux-x86-64.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
2025-08-20T22:13:34.6353345Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.5) stable release version 2.39
2025-08-20T22:13:34.6353650Z 
2025-08-20T22:13:34.6353653Z 
2025-08-20T22:13:34.6354025Z  [+] Finished Initializing Linux pkrvmqc4gcfdwos 6.11.0-1018-azure x86_64 :: at Wednesday, 2025-08-20 (10:13:34 PM)
2025-08-20T22:13:34.6354402Z 
2025-08-20T22:13:34.6354406Z 
2025-08-20T22:13:34.6354409Z 
2025-08-20T22:13:34.6354487Z [+] Continue : YES
2025-08-20T22:13:34.6354599Z 
2025-08-20T22:13:34.6354956Z [+] ulimit -n (open file descriptors) :: [Soft --> 65536] [Hard --> 65536] [Total --> 9223372036854775807]
2025-08-20T22:13:34.6937878Z 
2025-08-20T22:13:34.6938187Z ==> [+] Started Building at :: Wednesday, 2025-08-20 (10:13:34 PM) UTC
2025-08-20T22:13:34.6938480Z 
2025-08-20T22:13:34.6955748Z 
2025-08-20T22:13:34.6955924Z [+] Total RECIPES :: 1
2025-08-20T22:13:34.6956090Z 
2025-08-20T22:13:34.7035297Z 
2025-08-20T22:13:34.7035861Z [+] Fetching : https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/pv/static.official.source.yaml (1/1)
2025-08-20T22:13:34.7036389Z 
2025-08-20T22:13:34.7804458Z ==> https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/pv/static.official.source.yaml
2025-08-20T22:13:34.7815400Z mode of '/tmp/pkgforge/1BHGHDzYd_build.yaml' changed from 0600 (rw-------) to 0755 (rwxr-xr-x)
2025-08-20T22:13:34.7863247Z [+] Setting '.ghcr_pkg' --> ghcr.io/pkgforge/bincache/pv/official [Provided]
2025-08-20T22:13:34.7863955Z [+] Setting '.pkg_family' --> pv [Provided]
2025-08-20T22:13:34.7876385Z [00:00:00.000]➜  [+] SBUILD Functions Version: 1.7.1
2025-08-20T22:13:34.7882971Z [00:00:00.000]➜  [+] HOST: Linux pkrvmqc4gcfdwos 6.11.0-1018-azure #18~24.04.1-Ubuntu SMP Sat Jun 28 04:46:03 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux
2025-08-20T22:13:34.7912848Z [00:00:00.003]➜  
2025-08-20T22:13:34.7913374Z [00:00:00.003]➜  [+] INFO: Adding --platform="linux/amd64" to 'docker run' ==> /tmp/pkgforge/1BHGHDzYd_build.yaml
2025-08-20T22:13:34.7913828Z [00:00:00.003]➜  
2025-08-20T22:13:34.7955613Z [00:00:00.007]➜  
2025-08-20T22:13:34.7956364Z [00:00:00.007]➜  [+] INFO: Fixing Docker Tag ':$(uname -m)' to ':x86_64' ==> /tmp/pkgforge/1BHGHDzYd_build.yaml
2025-08-20T22:13:34.7956815Z [00:00:00.007]➜  
2025-08-20T22:13:34.8035517Z [00:00:00.015]➜  
2025-08-20T22:13:34.8037093Z [00:00:00.015]➜  [+] Building (https://github.com/pkgforge/soarpkgs/blob/main/binaries/pv/static.official.source.yaml) --> /tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR [Wednesday, 2025-08-20 (10:13:34 PM) UTC]
2025-08-20T22:13:34.8038650Z [00:00:00.015]➜  
2025-08-20T22:13:34.8039015Z [00:00:00.015]➜  
2025-08-20T22:13:34.8039270Z [00:00:00.015]➜  
2025-08-20T22:13:34.8039784Z [00:00:00.015]➜  ###################################################################
2025-08-20T22:13:34.8047165Z [00:00:00.017]➜  #!/SBUILD ver @v1.0.0    
2025-08-20T22:13:34.8048595Z [00:00:00.017]➜  #SELF: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/pv/static.official.source.yaml
2025-08-20T22:13:34.8049683Z [00:00:00.017]➜  _disabled: false
2025-08-20T22:13:34.8050135Z [00:00:00.017]➜  
2025-08-20T22:13:34.8050524Z [00:00:00.017]➜  pkg: "pv"
2025-08-20T22:13:34.8051060Z [00:00:00.017]➜  pkg_id: "codeberg.org.ivarch.pv"
2025-08-20T22:13:34.8051899Z [00:00:00.017]➜  pkg_type: "static"
2025-08-20T22:13:34.8052727Z [00:00:00.017]➜  category:
2025-08-20T22:13:34.8053574Z [00:00:00.017]➜    - "ConsoleOnly"
2025-08-20T22:13:34.8053995Z [00:00:00.017]➜    - "Utility"
2025-08-20T22:13:34.8054610Z [00:00:00.017]➜  description: "Monitor the progress of data through a pipeline"
2025-08-20T22:13:34.8055102Z [00:00:00.017]➜  distro_pkg:
2025-08-20T22:13:34.8055430Z [00:00:00.017]➜    alpine:
2025-08-20T22:13:34.8066854Z [00:00:00.017]➜      - "pv"
2025-08-20T22:13:34.8067402Z [00:00:00.017]➜    archlinux:
2025-08-20T22:13:34.8067821Z [00:00:00.017]➜      aur:
2025-08-20T22:13:34.8068123Z [00:00:00.017]➜        - "pv-git"
2025-08-20T22:13:34.8068403Z [00:00:00.017]➜      extra:
2025-08-20T22:13:34.8068655Z [00:00:00.017]➜        - "pv"
2025-08-20T22:13:34.8068911Z [00:00:00.017]➜    debian:
2025-08-20T22:13:34.8069151Z [00:00:00.017]➜      - "pv"
2025-08-20T22:13:34.8069386Z [00:00:00.017]➜    gnuguix:
2025-08-20T22:13:34.8069617Z [00:00:00.017]➜      - "pv"
2025-08-20T22:13:34.8069850Z [00:00:00.017]➜    homebrew:
2025-08-20T22:13:34.8070113Z [00:00:00.017]➜      - "pv"
2025-08-20T22:13:34.8070342Z [00:00:00.017]➜    nixpkgs:
2025-08-20T22:13:34.8070566Z [00:00:00.017]➜      - "pv"
2025-08-20T22:13:34.8070999Z [00:00:00.017]➜  homepage:
2025-08-20T22:13:34.8071363Z [00:00:00.017]➜    - "https://www.ivarch.com/programs/pv.shtml"
2025-08-20T22:13:34.8072155Z [00:00:00.017]➜    - "https://www.ivarch.com/programs/quickref/pv.shtml"
2025-08-20T22:13:34.8072586Z [00:00:00.017]➜    - "https://codeberg.org/ivarch/pv"
2025-08-20T22:13:34.8072895Z [00:00:00.017]➜  license:
2025-08-20T22:13:34.8073186Z [00:00:00.017]➜    - id: "GPL-3.0"
2025-08-20T22:13:34.8073951Z [00:00:00.017]➜      url: "https://codeberg.org/ivarch/pv/raw/branch/main/docs/COPYING"  
2025-08-20T22:13:34.8074733Z [00:00:00.017]➜  maintainer:
2025-08-20T22:13:34.8075306Z [00:00:00.017]➜    - "Azathothas (https://github.com/Azathothas)"
2025-08-20T22:13:34.8075994Z [00:00:00.017]➜  note:
2025-08-20T22:13:34.8076545Z [00:00:00.017]➜    - "[DO NOT RUN] (Meant for pkgforge CI Only)"
2025-08-20T22:13:34.8077501Z [00:00:00.017]➜    - "Built From Source (Latest Git HEAD). Check/Report @ https://codeberg.org/ivarch/pv"
2025-08-20T22:13:34.8078278Z [00:00:00.017]➜  provides:
2025-08-20T22:13:34.8078733Z [00:00:00.017]➜    - "pv==pipe-viewer"  
2025-08-20T22:13:34.8079212Z [00:00:00.017]➜  repology:
2025-08-20T22:13:34.8079616Z [00:00:00.017]➜    - "pv"
2025-08-20T22:13:34.8080060Z [00:00:00.017]➜  src_url:
2025-08-20T22:13:34.8080566Z [00:00:00.017]➜    - "https://codeberg.org/ivarch/pv"
2025-08-20T22:13:34.8081099Z [00:00:00.017]➜  tag:
2025-08-20T22:13:34.8081494Z [00:00:00.017]➜    - "pipe"
2025-08-20T22:13:34.8082120Z [00:00:00.017]➜  x_exec:
2025-08-20T22:13:34.8082603Z [00:00:00.017]➜    bsys: "docker://clang+make"
2025-08-20T22:13:34.8083096Z [00:00:00.017]➜    host:
2025-08-20T22:13:34.8083550Z [00:00:00.017]➜      - "aarch64-Linux"
2025-08-20T22:13:34.8084068Z [00:00:00.017]➜      - "x86_64-Linux"
2025-08-20T22:13:34.8084542Z [00:00:00.017]➜    shell: "bash"
2025-08-20T22:13:34.8084986Z [00:00:00.017]➜    pkgver: |
2025-08-20T22:13:34.8085532Z [00:00:00.017]➜      pushd "$(mktemp -d)" &>/dev/null && \
2025-08-20T22:13:34.8086861Z [00:00:00.017]➜      git clone --depth="1" --filter="blob:none" --no-checkout --single-branch --quiet "https://codeberg.org/ivarch/pv" "./TEMPREPO" &>/dev/null && \
2025-08-20T22:13:34.8088501Z [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:13:34.8090025Z [00:00:00.017]➜      [ -d "$(realpath .)/TEMPREPO" ] && rm -rf "$(realpath .)" &>/dev/null && popd &>/dev/null
2025-08-20T22:13:34.8090753Z [00:00:00.017]➜    run: |
2025-08-20T22:13:34.8091170Z [00:00:00.017]➜      #Build
2025-08-20T22:13:34.8092498Z [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:13:34.8093888Z [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:13:34.8095005Z [00:00:00.017]➜       -e "PKGVER=${PKGVER}" -e "SBUILD_PKG=${SBUILD_PKG}" -e "SBUILD_PKGVER=${SBUILD_PKGVER}" \
2025-08-20T22:13:34.8095914Z [00:00:00.017]➜       --volume "${SBUILD_TMPDIR}/tmp:/tmp:rw" \
2025-08-20T22:13:34.8096695Z [00:00:00.017]➜       "ghcr.io/pkgforge/devscripts/alpine-builder:x86_64" \
2025-08-20T22:13:34.8097366Z [00:00:00.017]➜        bash -l -c '
2025-08-20T22:13:34.8097850Z [00:00:00.017]➜        #Setup ENV
2025-08-20T22:13:34.8098543Z [00:00:00.017]➜         set -x ; mkdir -p "/build-bins" && pushd "$(mktemp -d)" &>/dev/null
2025-08-20T22:13:34.8100341Z [00:00:00.017]➜         export GIT_HTTP_USER_AGENT="$(curl -qfsSL "https://raw.githubusercontent.com/pkgforge/devscripts/refs/heads/main/Misc/User-Agents/ua_chrome_macos_latest.txt" | tr -d "[:space:]")"
2025-08-20T22:13:34.8102027Z [00:00:00.017]➜        #Build
2025-08-20T22:13:34.8103076Z [00:00:00.017]➜         git clone --filter "blob:none" --depth="1" --quiet "https://codeberg.org/ivarch/pv" "./TEMPREPO" && cd "./TEMPREPO"
2025-08-20T22:13:34.8104055Z [00:00:00.017]➜         export CC="clang"
2025-08-20T22:13:34.8104932Z [00:00:00.017]➜         export CXX="clang++"
2025-08-20T22:13:34.8106126Z [00:00:00.017]➜         export CFLAGS="-Os -flto=auto -fuse-ld=$(which mold) -g0 -pipe -static -static-pie -v -w -Wno-error -Wno-implicit-function-declaration"
2025-08-20T22:13:34.8107240Z [00:00:00.017]➜         export CPPFLAGS="${CFLAGS}"
2025-08-20T22:13:34.8107848Z [00:00:00.017]➜         export CXXFLAGS="${CFLAGS}"
2025-08-20T22:13:34.8108437Z [00:00:00.017]➜         export LD="$(which mold)"
2025-08-20T22:13:34.8110182Z [00:00:00.017]➜         export LDFLAGS="-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro"
2025-08-20T22:13:34.8112577Z [00:00:00.017]➜         autoreconf -iv ; "./configure" --disable-shared --disable-Werror --enable-static --enable-year2038 --enable-compile-warnings="no"
2025-08-20T22:13:34.8113771Z [00:00:00.017]➜         make --jobs="$(($(nproc)+1))" --keep-going
2025-08-20T22:13:34.8115272Z [00:00:00.017]➜         find "." -maxdepth 1 -type f -exec file -i "{}" \; | grep -Ei "application/.*executable" | cut -d":" -f1 | xargs realpath | xargs -I "{}" sh -c '\''echo "File: {}"; readelf -p ".comment" "{}"'\''
2025-08-20T22:13:34.8116446Z [00:00:00.017]➜        #Copy
2025-08-20T22:13:34.8116965Z [00:00:00.017]➜         #cp "./pv" "/build-bins/pv"
2025-08-20T22:13:34.8118363Z [00:00:00.017]➜         find "." -maxdepth 1 -type f -exec file -i "{}" \; | grep -Ei "application/.*executable" | cut -d":" -f1 | xargs realpath --no-symlinks | xargs -I "{}" rsync -achvL "{}" "/build-bins/"
2025-08-20T22:13:34.8120298Z [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:13:34.8121379Z [00:00:00.017]➜        #strip & info 
2025-08-20T22:13:34.8122539Z [00:00:00.017]➜         find "/build-bins/" -type f -exec objcopy --remove-section=".comment" --remove-section=".note.*" "{}" \;
2025-08-20T22:13:34.8123821Z [00:00:00.017]➜         find "/build-bins/" -type f ! -name "*.no_strip" -exec strip --strip-all --verbose "{}" 2>/dev/null \;
2025-08-20T22:13:34.8125364Z [00:00:00.017]➜         find "/build-bins/" -type f -exec bash -c "echo && realpath {} && readelf --section-headers {} 2>/dev/null" \;
2025-08-20T22:13:34.8126470Z [00:00:00.017]➜         file "/build-bins/"* && stat -c "%n:         %s Bytes" "/build-bins/"* && \
2025-08-20T22:13:34.8127499Z [00:00:00.017]➜         du "/build-bins/"* --bytes --human-readable --time --time-style="full-iso" --summarize
2025-08-20T22:13:34.8128277Z [00:00:00.017]➜         popd &>/dev/null
2025-08-20T22:13:34.8128738Z [00:00:00.017]➜        '
2025-08-20T22:13:34.8129154Z [00:00:00.017]➜      #Copy & Meta
2025-08-20T22:13:34.8129815Z [00:00:00.017]➜       docker cp "alpine-builder:/build-bins/." "${SBUILD_TMPDIR}/"
2025-08-20T22:13:34.8130841Z [00:00:00.017]➜       [ -s "${SBUILD_TMPDIR}/LICENSE" ] && cp -fv "${SBUILD_TMPDIR}/LICENSE" "${SBUILD_OUTDIR}/LICENSE"
2025-08-20T22:13:34.8133071Z [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:13:34.8134657Z [00:00:00.017]➜  
2025-08-20T22:13:34.8135025Z [00:00:00.017]➜  
2025-08-20T22:13:34.8135530Z [00:00:00.017]➜  ###################################################################
2025-08-20T22:13:34.8136062Z [00:00:00.017]➜  
2025-08-20T22:13:34.8136407Z [00:00:00.017]➜  
2025-08-20T22:13:34.8136745Z [00:00:00.017]➜  
2025-08-20T22:13:34.8137415Z [00:00:00.018]➜  '/tmp/pkgforge/1BHGHDzYd_build.yaml' -> '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD'
2025-08-20T22:13:36.7152429Z [00:00:01.927]➜  '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/pv.static.version' -> '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/pv.version'
2025-08-20T22:13:36.7207192Z [00:00:01.933]➜  [+] Version: HEAD-a629a48-250728T203905 ('.x_exec.pkgver') [/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/pv.static.version]
2025-08-20T22:13:36.7453858Z [00:00:01.957]➜  [+] Progs: pv
2025-08-20T22:13:36.9719362Z [00:00:02.184]➜  
2025-08-20T22:13:36.9720047Z [00:00:02.184]➜  [-] Missing packages. Found: 
2025-08-20T22:13:36.9720706Z [00:00:02.184]➜  [+] Expected: pv
2025-08-20T22:13:36.9721320Z [00:00:02.184]➜  [+] Continuing with build...
2025-08-20T22:13:36.9721935Z [00:00:02.184]➜  
2025-08-20T22:13:37.3522662Z [00:00:02.564]➜  
2025-08-20T22:13:37.3523122Z [00:00:02.564]➜  
2025-08-20T22:13:37.3615861Z [00:00:02.573]➜  + mkdir -pv /tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp
2025-08-20T22:13:37.3634440Z [00:00:02.575]➜  + docker run --platform=linux/amd64 --privileged --net=host --name alpine-builder --pull=always -e PKG=pv -e PKG_ID=codeberg.org.ivarch.pv -e PKG_TYPE=static -e PKG_VER=HEAD-a629a48-250728T203905 -e PKGVER=HEAD-a629a48-250728T203905 -e SBUILD_PKG=pv.static -e SBUILD_PKGVER=HEAD-a629a48-250728T203905 --volume /tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp:/tmp:rw ghcr.io/pkgforge/devscripts/alpine-builder:x86_64 bash -l -c '
2025-08-20T22:13:37.3636801Z [00:00:02.575]➜    #Setup ENV
2025-08-20T22:13:37.3637232Z [00:00:02.575]➜     set -x ; mkdir -p "/build-bins" && pushd "$(mktemp -d)" &>/dev/null
2025-08-20T22:13:37.3638242Z [00:00:02.575]➜     export GIT_HTTP_USER_AGENT="$(curl -qfsSL "https://raw.githubusercontent.com/pkgforge/devscripts/refs/heads/main/Misc/User-Agents/ua_chrome_macos_latest.txt" | tr -d "[:space:]")"
2025-08-20T22:13:37.3639017Z [00:00:02.575]➜    #Build
2025-08-20T22:13:37.3639581Z [00:00:02.575]➜     git clone --filter "blob:none" --depth="1" --quiet "https://codeberg.org/ivarch/pv" "./TEMPREPO" && cd "./TEMPREPO"
2025-08-20T22:13:37.3640110Z [00:00:02.575]➜     export CC="clang"
2025-08-20T22:13:37.3640413Z [00:00:02.575]➜     export CXX="clang++"
2025-08-20T22:13:37.3641069Z [00:00:02.575]➜     export CFLAGS="-Os -flto=auto -fuse-ld=$(which mold) -g0 -pipe -static -static-pie -v -w -Wno-error -Wno-implicit-function-declaration"
2025-08-20T22:13:37.3642185Z [00:00:02.575]➜     export CPPFLAGS="${CFLAGS}"
2025-08-20T22:13:37.3642511Z [00:00:02.575]➜     export CXXFLAGS="${CFLAGS}"
2025-08-20T22:13:37.3642821Z [00:00:02.575]➜     export LD="$(which mold)"
2025-08-20T22:13:37.3643755Z [00:00:02.575]➜     export LDFLAGS="-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro"
2025-08-20T22:13:37.3644956Z [00:00:02.575]➜     autoreconf -iv ; "./configure" --disable-shared --disable-Werror --enable-static --enable-year2038 --enable-compile-warnings="no"
2025-08-20T22:13:37.3645597Z [00:00:02.575]➜     make --jobs="$(($(nproc)+1))" --keep-going
2025-08-20T22:13:37.3646411Z [00:00:02.575]➜     find "." -maxdepth 1 -type f -exec file -i "{}" \; | grep -Ei "application/.*executable" | cut -d":" -f1 | xargs realpath | xargs -I "{}" sh -c '\''echo "File: {}"; readelf -p ".comment" "{}"'\''
2025-08-20T22:13:37.3647040Z [00:00:02.575]➜    #Copy
2025-08-20T22:13:37.3647320Z [00:00:02.575]➜     #cp "./pv" "/build-bins/pv"
2025-08-20T22:13:37.3648063Z [00:00:02.575]➜     find "." -maxdepth 1 -type f -exec file -i "{}" \; | grep -Ei "application/.*executable" | cut -d":" -f1 | xargs realpath --no-symlinks | xargs -I "{}" rsync -achvL "{}" "/build-bins/"
2025-08-20T22:13:37.3649110Z [00:00:02.575]➜     ( 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:13:37.3649701Z [00:00:02.575]➜    #strip & info 
2025-08-20T22:13:37.3650221Z [00:00:02.575]➜     find "/build-bins/" -type f -exec objcopy --remove-section=".comment" --remove-section=".note.*" "{}" \;
2025-08-20T22:13:37.3651096Z [00:00:02.575]➜     find "/build-bins/" -type f ! -name "*.no_strip" -exec strip --strip-all --verbose "{}" 2>/dev/null \;
2025-08-20T22:13:37.3652210Z [00:00:02.575]➜     find "/build-bins/" -type f -exec bash -c "echo && realpath {} && readelf --section-headers {} 2>/dev/null" \;
2025-08-20T22:13:37.3653022Z [00:00:02.575]➜     file "/build-bins/"* && stat -c "%n:         %s Bytes" "/build-bins/"* && \
2025-08-20T22:13:37.3653600Z [00:00:02.575]➜     du "/build-bins/"* --bytes --human-readable --time --time-style="full-iso" --summarize
2025-08-20T22:13:37.3654032Z [00:00:02.575]➜     popd &>/dev/null
2025-08-20T22:13:37.3654294Z [00:00:02.575]➜    '
2025-08-20T22:13:37.7321475Z [00:00:02.944]➜  x86_64: Pulling from pkgforge/devscripts/alpine-builder
2025-08-20T22:13:37.8236948Z [00:00:03.036]➜  d62bb7eb03b5: Pulling fs layer
2025-08-20T22:13:37.8237665Z [00:00:03.036]➜  74f0d3ee81d8: Pulling fs layer
2025-08-20T22:13:37.8238345Z [00:00:03.036]➜  bffca73cb30c: Pulling fs layer
2025-08-20T22:13:37.8238828Z [00:00:03.036]➜  73d19b2d2e73: Pulling fs layer
2025-08-20T22:13:37.8239277Z [00:00:03.036]➜  eb4a15147d73: Pulling fs layer
2025-08-20T22:13:37.8239683Z [00:00:03.036]➜  1eff1cf6af24: Pulling fs layer
2025-08-20T22:13:37.8240079Z [00:00:03.036]➜  73d19b2d2e73: Waiting
2025-08-20T22:13:37.8240450Z [00:00:03.036]➜  eb4a15147d73: Waiting
2025-08-20T22:13:37.8240797Z [00:00:03.036]➜  1eff1cf6af24: Waiting
2025-08-20T22:13:37.9307493Z [00:00:03.143]➜  bffca73cb30c: Verifying Checksum
2025-08-20T22:13:37.9308160Z [00:00:03.143]➜  bffca73cb30c: Download complete
2025-08-20T22:13:37.9475291Z [00:00:03.159]➜  74f0d3ee81d8: Verifying Checksum
2025-08-20T22:13:37.9475941Z [00:00:03.159]➜  74f0d3ee81d8: Download complete
2025-08-20T22:13:37.9770895Z [00:00:03.189]➜  d62bb7eb03b5: Download complete
2025-08-20T22:13:38.0800826Z [00:00:03.292]➜  1eff1cf6af24: Verifying Checksum
2025-08-20T22:13:38.0801522Z [00:00:03.292]➜  1eff1cf6af24: Download complete
2025-08-20T22:13:38.1098489Z [00:00:03.321]➜  d62bb7eb03b5: Pull complete
2025-08-20T22:13:38.3374543Z [00:00:03.549]➜  eb4a15147d73: Verifying Checksum
2025-08-20T22:13:38.3375299Z [00:00:03.549]➜  eb4a15147d73: Download complete
2025-08-20T22:13:39.6296522Z [00:00:04.841]➜  74f0d3ee81d8: Pull complete
2025-08-20T22:13:40.1405667Z [00:00:05.352]➜  bffca73cb30c: Pull complete
2025-08-20T22:13:47.8149713Z [00:00:13.027]➜  73d19b2d2e73: Verifying Checksum
2025-08-20T22:13:47.8151187Z [00:00:13.027]➜  73d19b2d2e73: Download complete
2025-08-20T22:15:01.4906611Z [00:01:26.702]➜  73d19b2d2e73: Pull complete
2025-08-20T22:15:06.6904548Z [00:01:31.902]➜  eb4a15147d73: Pull complete
2025-08-20T22:15:06.7002185Z [00:01:31.912]➜  1eff1cf6af24: Pull complete
2025-08-20T22:15:06.7046398Z [00:01:31.917]➜  Digest: sha256:275f0d74757c41d7d8c67ff66bbd1327d906f1cc180818b350613ea49d8459ac
2025-08-20T22:15:06.7057908Z [00:01:31.918]➜  Status: Downloaded newer image for ghcr.io/pkgforge/devscripts/alpine-builder:x86_64
2025-08-20T22:15:06.9038531Z [00:01:32.116]➜  + mkdir -p /build-bins
2025-08-20T22:15:06.9058220Z [00:01:32.118]➜  ++ mktemp -d
2025-08-20T22:15:06.9075700Z [00:01:32.119]➜  + pushd /tmp/tmp.OZdHC73jtD
2025-08-20T22:15:06.9083495Z [00:01:32.120]➜  ++ curl -qfsSL https://raw.githubusercontent.com/pkgforge/devscripts/refs/heads/main/Misc/User-Agents/ua_chrome_macos_latest.txt
2025-08-20T22:15:06.9086200Z [00:01:32.121]➜  ++ tr -d '[:space:]'
2025-08-20T22:15:06.9354161Z [00:01:32.147]➜  + export 'GIT_HTTP_USER_AGENT=Mozilla/5.0(Macintosh;IntelMacOSX10_15_7)AppleWebKit/537.36(KHTML,likeGecko)Chrome/139.0.0.0Safari/537.36'
2025-08-20T22:15:06.9355725Z [00:01:32.147]➜  + GIT_HTTP_USER_AGENT='Mozilla/5.0(Macintosh;IntelMacOSX10_15_7)AppleWebKit/537.36(KHTML,likeGecko)Chrome/139.0.0.0Safari/537.36'
2025-08-20T22:15:06.9356559Z [00:01:32.147]➜  + git clone --filter blob:none --depth=1 --quiet https://codeberg.org/ivarch/pv ./TEMPREPO
2025-08-20T22:15:08.5075293Z [00:01:33.719]➜  + cd ./TEMPREPO
2025-08-20T22:15:08.5075690Z [00:01:33.719]➜  + export CC=clang
2025-08-20T22:15:08.5075980Z [00:01:33.719]➜  + CC=clang
2025-08-20T22:15:08.5076522Z [00:01:33.719]➜  + export CXX=clang++
2025-08-20T22:15:08.5077029Z [00:01:33.719]➜  + CXX=clang++
2025-08-20T22:15:08.5078764Z [00:01:33.720]➜  ++ which mold
2025-08-20T22:15:08.5105055Z [00:01:33.722]➜  + export 'CFLAGS=-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Wno-implicit-function-declaration'
2025-08-20T22:15:08.5106859Z [00:01:33.722]➜  + CFLAGS='-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Wno-implicit-function-declaration'
2025-08-20T22:15:08.5109557Z [00:01:33.723]➜  + export 'CPPFLAGS=-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Wno-implicit-function-declaration'
2025-08-20T22:15:08.5111242Z [00:01:33.723]➜  + CPPFLAGS='-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Wno-implicit-function-declaration'
2025-08-20T22:15:08.5113072Z [00:01:33.723]➜  + export 'CXXFLAGS=-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Wno-implicit-function-declaration'
2025-08-20T22:15:08.5114620Z [00:01:33.723]➜  + CXXFLAGS='-Os -flto=auto -fuse-ld=/usr/bin/mold -g0 -pipe -static -static-pie -v -w -Wno-error -Wno-implicit-function-declaration'
2025-08-20T22:15:08.5115631Z [00:01:33.723]➜  ++ which mold
2025-08-20T22:15:08.5119824Z [00:01:33.724]➜  + export LD=/usr/bin/mold
2025-08-20T22:15:08.5120429Z [00:01:33.724]➜  + LD=/usr/bin/mold
2025-08-20T22:15:08.5122094Z [00:01:33.724]➜  + export 'LDFLAGS=-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro'
2025-08-20T22:15:08.5123580Z [00:01:33.724]➜  + LDFLAGS='-static -static-pie -Wl,--Bstatic,--build-id=none,--no-dynamic-linker,--no-fatal-warnings,--static,--stats,--strip-all,-z,noexecstack,-z,pack-relative-relocs,-z,relro'
2025-08-20T22:15:08.5124397Z [00:01:33.724]➜  + autoreconf -iv
2025-08-20T22:15:08.5704622Z [00:01:33.782]➜  autoreconf: export WARNINGS=
2025-08-20T22:15:08.5725149Z [00:01:33.784]➜  autoreconf: Entering directory '.'
2025-08-20T22:15:08.5729942Z [00:01:33.785]➜  autoreconf: running: autopoint
2025-08-20T22:15:09.9475383Z [00:01:35.159]➜  Copying file ABOUT-NLS
2025-08-20T22:15:09.9524841Z [00:01:35.164]➜  Creating directory build-aux
2025-08-20T22:15:09.9553421Z [00:01:35.167]➜  Copying file build-aux/config.rpath
2025-08-20T22:15:09.9611538Z [00:01:35.173]➜  Creating directory m4
2025-08-20T22:15:09.9640405Z [00:01:35.176]➜  Copying file m4/gettext.m4
2025-08-20T22:15:09.9711535Z [00:01:35.183]➜  Copying file m4/host-cpu-c-abi.m4
2025-08-20T22:15:09.9784794Z [00:01:35.190]➜  Copying file m4/iconv.m4
2025-08-20T22:15:09.9856791Z [00:01:35.198]➜  Copying file m4/intlmacosx.m4
2025-08-20T22:15:09.9929120Z [00:01:35.205]➜  Copying file m4/lib-ld.m4
2025-08-20T22:15:10.0002193Z [00:01:35.212]➜  Copying file m4/lib-link.m4
2025-08-20T22:15:10.0076050Z [00:01:35.219]➜  Copying file m4/lib-prefix.m4
2025-08-20T22:15:10.0148538Z [00:01:35.227]➜  Copying file m4/nls.m4
2025-08-20T22:15:10.0220687Z [00:01:35.234]➜  Copying file m4/po.m4
2025-08-20T22:15:10.0291429Z [00:01:35.241]➜  Copying file m4/progtest.m4
2025-08-20T22:15:10.0385326Z [00:01:35.250]➜  Copying file po/Makevars.template
2025-08-20T22:15:10.0457664Z [00:01:35.258]➜  Copying file po/Rules-quot
2025-08-20T22:15:10.0531011Z [00:01:35.265]➜  Copying file po/boldquot.sed
2025-08-20T22:15:10.0605323Z [00:01:35.272]➜  Copying file po/en@boldquot.header
2025-08-20T22:15:10.0676778Z [00:01:35.280]➜  Copying file po/en@quot.header
2025-08-20T22:15:10.0750369Z [00:01:35.287]➜  Copying file po/insert-header.sin
2025-08-20T22:15:10.0821492Z [00:01:35.294]➜  Copying file po/quot.sed
2025-08-20T22:15:10.0893849Z [00:01:35.301]➜  Copying file po/remove-potcdate.sin
2025-08-20T22:15:11.0938306Z [00:01:36.306]➜  autoreconf: running: aclocal 
2025-08-20T22:15:11.5101339Z [00:01:36.722]➜  configure.ac:19: warning: macro 'AM_GNU_GETTEXT_VERSION' not found in library
2025-08-20T22:15:11.5102600Z [00:01:36.722]➜  configure.ac:20: warning: macro 'AM_GNU_GETTEXT' not found in library
2025-08-20T22:15:11.7828483Z [00:01:36.995]➜  autoreconf: configure.ac: tracing
2025-08-20T22:15:12.0709048Z [00:01:37.283]➜  configure.ac: warning: AM_GNU_GETTEXT_VERSION or AM_GNU_GETTEXT_REQUIRE_VERSION is used, but not AM_GNU_GETTEXT
2025-08-20T22:15:12.0709884Z [00:01:37.283]➜  autoreconf: configure.ac: not using Libtool
2025-08-20T22:15:12.0710316Z [00:01:37.283]➜  autoreconf: configure.ac: not using Intltool
2025-08-20T22:15:12.0710709Z [00:01:37.283]➜  autoreconf: configure.ac: not using Gtkdoc
2025-08-20T22:15:12.0711078Z [00:01:37.283]➜  autoreconf: running: /usr/bin/autoconf
2025-08-20T22:15:12.4061143Z [00:01:37.618]➜  configure.ac:19: error: possibly undefined macro: AM_GNU_GETTEXT_VERSION
2025-08-20T22:15:12.4062310Z [00:01:37.618]➜        If this token and others are legitimate, please use m4_pattern_allow.
2025-08-20T22:15:12.4062914Z [00:01:37.618]➜        See the Autoconf documentation.
2025-08-20T22:15:12.4063574Z [00:01:37.618]➜  configure.ac:20: error: possibly undefined macro: AM_GNU_GETTEXT
2025-08-20T22:15:12.4086994Z [00:01:37.621]➜  autoreconf: error: /usr/bin/autoconf failed with exit status: 1
2025-08-20T22:15:12.4105308Z [00:01:37.622]➜  + ./configure --disable-shared --disable-Werror --enable-static --enable-year2038 --enable-compile-warnings=no
2025-08-20T22:15:12.4613348Z [00:01:37.673]➜  configure: WARNING: unrecognized options: --disable-shared, --disable-Werror, --enable-compile-warnings
2025-08-20T22:15:12.4885284Z [00:01:37.700]➜  configure: error: cannot find required auxiliary files: compile missing install-sh
2025-08-20T22:15:12.5017782Z [00:01:37.714]➜  ++ nproc
2025-08-20T22:15:12.5033240Z [00:01:37.715]➜  + make --jobs=5 --keep-going
2025-08-20T22:15:12.5055405Z [00:01:37.717]➜  make: *** No targets specified and no makefile found.  Stop.
2025-08-20T22:15:12.5059637Z [00:01:37.718]➜  + find . -maxdepth 1 -type f -exec file -i '{}' ';'
2025-08-20T22:15:12.5063347Z [00:01:37.718]➜  + grep -Ei 'application/.*executable'
2025-08-20T22:15:12.5067195Z [00:01:37.719]➜  + cut -d: -f1
2025-08-20T22:15:12.5069275Z [00:01:37.719]➜  + xargs realpath
2025-08-20T22:15:12.5075993Z [00:01:37.719]➜  + xargs -I '{}' sh -c 'echo "File: {}"; readelf -p ".comment" "{}"'
2025-08-20T22:15:12.6148155Z [00:01:37.827]➜  realpath: missing operand
2025-08-20T22:15:12.6148812Z [00:01:37.827]➜  Try 'realpath --help' for more information.
2025-08-20T22:15:12.6156137Z [00:01:37.827]➜  + find . -maxdepth 1 -type f -exec file -i '{}' ';'
2025-08-20T22:15:12.6157254Z [00:01:37.827]➜  + grep -Ei 'application/.*executable'
2025-08-20T22:15:12.6172144Z [00:01:37.828]➜  + cut -d: -f1
2025-08-20T22:15:12.6172717Z [00:01:37.829]➜  + xargs realpath --no-symlinks
2025-08-20T22:15:12.6173381Z [00:01:37.829]➜  + xargs -I '{}' rsync -achvL '{}' /build-bins/
2025-08-20T22:15:12.7251004Z [00:01:37.937]➜  realpath: missing operand
2025-08-20T22:15:12.7252964Z [00:01:37.937]➜  Try 'realpath --help' for more information.
2025-08-20T22:15:12.8737582Z [00:01:38.085]➜  '/tmp/tmp.OZdHC73jtD/TEMPREPO/docs/COPYING' -> '/build-bins/LICENSE'
2025-08-20T22:15:12.8945433Z [00:01:38.106]➜  + find /build-bins/ -type f -exec objcopy --remove-section=.comment '--remove-section=.note.*' '{}' ';'
2025-08-20T22:15:12.8966325Z [00:01:38.109]➜  objcopy: /build-bins/LICENSE: file format not recognized
2025-08-20T22:15:12.8971326Z [00:01:38.109]➜  + find /build-bins/ -type f '!' -name '*.no_strip' -exec strip --strip-all --verbose '{}' ';'
2025-08-20T22:15:12.9362731Z [00:01:38.148]➜  + find /build-bins/ -type f -exec bash -c 'echo && realpath {} && readelf --section-headers {} 2>/dev/null' ';'
2025-08-20T22:15:12.9391440Z [00:01:38.151]➜  
2025-08-20T22:15:12.9409050Z [00:01:38.153]➜  /build-bins/LICENSE
2025-08-20T22:15:12.9426688Z [00:01:38.154]➜  + file /build-bins/LICENSE
2025-08-20T22:15:12.9706233Z [00:01:38.182]➜  /build-bins/LICENSE: ASCII text
2025-08-20T22:15:12.9715638Z [00:01:38.183]➜  + stat -c '%n:         %s Bytes' /build-bins/LICENSE
2025-08-20T22:15:12.9731071Z [00:01:38.185]➜  /build-bins/LICENSE:         35149 Bytes
2025-08-20T22:15:12.9735285Z [00:01:38.185]➜  + du /build-bins/LICENSE --bytes --human-readable --time --time-style=full-iso --summarize
2025-08-20T22:15:12.9750153Z [00:01:38.187]➜  35K	2025-08-20 22:15:12.872804291 +0000	/build-bins/LICENSE
2025-08-20T22:15:12.9752923Z [00:01:38.187]➜  + popd
2025-08-20T22:15:13.0084072Z [00:01:38.220]➜  + docker cp alpine-builder:/build-bins/. /tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/
2025-08-20T22:15:13.0242875Z [00:01:38.236]➜  + '[' -s /tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE ']'
2025-08-20T22:15:13.0243871Z [00:01:38.236]➜  + cp -fv /tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE /tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/LICENSE
2025-08-20T22:15:13.0284983Z [00:01:38.240]➜  '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE' -> '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/LICENSE'
2025-08-20T22:15:13.0290179Z [00:01:38.241]➜  + find /tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP -maxdepth 1 -type f -exec file -i '{}' ';'
2025-08-20T22:15:13.0293718Z [00:01:38.241]➜  + grep -Ei 'application/.*executable|inode/symlink|text/x-perl|text/.*script'
2025-08-20T22:15:13.0308295Z [00:01:38.242]➜  + cut -d: -f1
2025-08-20T22:15:13.0308851Z [00:01:38.242]➜  + xargs realpath --no-symlinks
2025-08-20T22:15:13.0309774Z [00:01:38.242]➜  + xargs -I '{}' rsync -achvL '{}' /tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR
2025-08-20T22:15:13.1860403Z [00:01:38.398]➜  realpath: missing operand
2025-08-20T22:15:13.1861020Z [00:01:38.398]➜  Try 'realpath --help' for more information.
2025-08-20T22:15:13.1870855Z [00:01:38.399]➜  
2025-08-20T22:15:13.5672875Z [00:01:38.779]➜  
2025-08-20T22:15:13.5784105Z [00:01:38.790]➜  changed ownership of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/.gitignore' from root:root to runner:runner
2025-08-20T22:15:13.5786377Z [00:01:38.790]➜  changed ownership of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/Makefile.am' from root:root to runner:runner
2025-08-20T22:15:13.5788360Z [00:01:38.790]➜  changed ownership of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/autom4te.cache/traces.0' from root:root to runner:runner
2025-08-20T22:15:13.5790787Z [00:01:38.790]➜  changed ownership of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/autom4te.cache/output.1' from root:root to runner:runner
2025-08-20T22:15:13.5793922Z [00:01:38.790]➜  changed ownership of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/autom4te.cache/output.0' from root:root to runner:runner
2025-08-20T22:15:13.5796687Z [00:01:38.790]➜  changed ownership of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/autom4te.cache/output.2' from root:root to runner:runner
2025-08-20T22:15:13.5799115Z [00:01:38.790]➜  changed ownership of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/autom4te.cache/traces.2' from root:root to runner:runner
2025-08-20T22:15:13.5801481Z [00:01:38.790]➜  changed ownership of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/autom4te.cache/traces.1' from root:root to runner:runner
2025-08-20T22:15:13.5804082Z [00:01:38.790]➜  changed ownership of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/autom4te.cache/requests' from root:root to runner:runner
2025-08-20T22:15:13.5806474Z [00:01:38.790]➜  changed ownership of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/autom4te.cache' from root:root to runner:runner
2025-08-20T22:15:13.5808721Z [00:01:38.790]➜  changed ownership of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/README.md' from root:root to runner:runner
2025-08-20T22:15:13.5810856Z [00:01:38.790]➜  changed ownership of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/configure' from root:root to runner:runner
2025-08-20T22:15:13.5813298Z [00:01:38.790]➜  changed ownership of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/build-aux/config.rpath' from root:root to runner:runner
2025-08-20T22:15:13.5815522Z [00:01:38.790]➜  changed ownership of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/build-aux' from root:root to runner:runner
2025-08-20T22:15:13.5817095Z [00:01:38.790]➜  changed ownership of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/m4/host-cpu-c-abi.m4' from root:root to runner:runner
2025-08-20T22:15:13.5819339Z [00:01:38.790]➜  changed ownership of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/m4/lib-prefix.m4' from root:root to runner:runner
2025-08-20T22:15:13.5820795Z [00:01:38.790]➜  changed ownership of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/m4/lib-ld.m4' from root:root to runner:runner
2025-08-20T22:15:13.5822253Z [00:01:38.790]➜  changed ownership of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/m4/gettext.m4' from root:root to runner:runner
2025-08-20T22:15:13.5823490Z [00:01:38.790]➜  changed ownership of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/m4/progtest.m4' from root:root to runner:runner
2025-08-20T22:15:13.5825513Z [00:01:38.790]➜  changed ownership of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/m4/nls.m4' from root:root to runner:runner
2025-08-20T22:15:13.5827710Z [00:01:38.790]➜  changed ownership of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/m4/lib-link.m4' from root:root to runner:runner
2025-08-20T22:15:13.5829451Z [00:01:38.790]➜  changed ownership of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/m4/intlmacosx.m4' from root:root to runner:runner
2025-08-20T22:15:13.5830781Z [00:01:38.790]➜  changed ownership of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/m4/po.m4' from root:root to runner:runner
2025-08-20T22:15:13.5833153Z [00:01:38.790]➜  changed ownership of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/m4/iconv.m4' from root:root to runner:runner
2025-08-20T22:15:13.5835514Z [00:01:38.791]➜  changed ownership of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/m4' from root:root to runner:runner
2025-08-20T22:15:13.5836707Z [00:01:38.791]➜  changed ownership of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/ABOUT-NLS' from root:root to runner:runner
2025-08-20T22:15:13.5838228Z [00:01:38.791]➜  changed ownership of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/po/cs.po' from root:root to runner:runner
2025-08-20T22:15:13.5840467Z [00:01:38.791]➜  changed ownership of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/po/insert-header.sin' from root:root to runner:runner
2025-08-20T22:15:13.5846153Z [00:01:38.791]➜  changed ownership of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/po/.gitignore' from root:root to runner:runner
2025-08-20T22:15:13.5848488Z [00:01:38.791]➜  changed ownership of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/po/Makevars.template' from root:root to runner:runner
2025-08-20T22:15:13.5850809Z [00:01:38.791]➜  changed ownership of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/po/Makefile.in.in' from root:root to runner:runner
2025-08-20T22:15:13.5852836Z [00:01:38.791]➜  changed ownership of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/po/pl.po' from root:root to runner:runner
2025-08-20T22:15:13.5854100Z [00:01:38.791]➜  changed ownership of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/po/Makevars' from root:root to runner:runner
2025-08-20T22:15:13.5855384Z [00:01:38.791]➜  changed ownership of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/po/remove-potcdate.sin' from root:root to runner:runner
2025-08-20T22:15:13.5856635Z [00:01:38.791]➜  changed ownership of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/po/es.po' from root:root to runner:runner
2025-08-20T22:15:13.5857815Z [00:01:38.791]➜  changed ownership of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/po/ru.po' from root:root to runner:runner
2025-08-20T22:15:13.5859204Z [00:01:38.791]➜  changed ownership of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/po/de.po' from root:root to runner:runner
2025-08-20T22:15:13.5860386Z [00:01:38.791]➜  changed ownership of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/po/fr.po' from root:root to runner:runner
2025-08-20T22:15:13.5861551Z [00:01:38.791]➜  changed ownership of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/po/pt.po' from root:root to runner:runner
2025-08-20T22:15:13.5862959Z [00:01:38.791]➜  changed ownership of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/po/tr.po' from root:root to runner:runner
2025-08-20T22:15:13.5864138Z [00:01:38.791]➜  changed ownership of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/po/LINGUAS' from root:root to runner:runner
2025-08-20T22:15:13.5865340Z [00:01:38.791]➜  changed ownership of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/po/quot.sed' from root:root to runner:runner
2025-08-20T22:15:13.5866556Z [00:01:38.791]➜  changed ownership of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/po/boldquot.sed' from root:root to runner:runner
2025-08-20T22:15:13.5867785Z [00:01:38.791]➜  changed ownership of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/po/POTFILES.in' from root:root to runner:runner
2025-08-20T22:15:13.5869146Z [00:01:38.791]➜  changed ownership of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/po/Rules-quot' from root:root to runner:runner
2025-08-20T22:15:13.5870431Z [00:01:38.791]➜  changed ownership of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/po/en@boldquot.header' from root:root to runner:runner
2025-08-20T22:15:13.5872036Z [00:01:38.791]➜  changed ownership of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/po/en@quot.header' from root:root to runner:runner
2025-08-20T22:15:13.5873251Z [00:01:38.791]➜  changed ownership of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/po' from root:root to runner:runner
2025-08-20T22:15:13.5874460Z [00:01:38.791]➜  changed ownership of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/docs/build-package.sh' from root:root to runner:runner
2025-08-20T22:15:13.5875719Z [00:01:38.792]➜  changed ownership of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/docs/release.sh' from root:root to runner:runner
2025-08-20T22:15:13.5876969Z [00:01:38.792]➜  changed ownership of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/docs/benchmark.sh' from root:root to runner:runner
2025-08-20T22:15:13.5878251Z [00:01:38.792]➜  changed ownership of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/docs/ACKNOWLEDGEMENTS.md' from root:root to runner:runner
2025-08-20T22:15:13.5879512Z [00:01:38.792]➜  changed ownership of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/docs/pv.1.md' from root:root to runner:runner
2025-08-20T22:15:13.5880717Z [00:01:38.792]➜  changed ownership of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/docs/NEWS.md' from root:root to runner:runner
2025-08-20T22:15:13.5882154Z [00:01:38.792]➜  changed ownership of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/docs/DEVELOPERS.md' from root:root to runner:runner
2025-08-20T22:15:13.5883560Z [00:01:38.792]➜  changed ownership of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/docs/COPYING' from root:root to runner:runner
2025-08-20T22:15:13.5884753Z [00:01:38.792]➜  changed ownership of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/docs/pv.1' from root:root to runner:runner
2025-08-20T22:15:13.5885986Z [00:01:38.792]➜  changed ownership of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/docs/test-on-vm-lab.sh' from root:root to runner:runner
2025-08-20T22:15:13.5887239Z [00:01:38.792]➜  changed ownership of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/docs/INSTALL' from root:root to runner:runner
2025-08-20T22:15:13.5888410Z [00:01:38.792]➜  changed ownership of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/docs' from root:root to runner:runner
2025-08-20T22:15:13.5889584Z [00:01:38.792]➜  changed ownership of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/aclocal.m4' from root:root to runner:runner
2025-08-20T22:15:13.5890929Z [00:01:38.792]➜  changed ownership of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/tests/Display_-_--progress_-_increasing.test' from root:root to runner:runner
2025-08-20T22:15:13.5892673Z [00:01:38.792]➜  changed ownership of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/tests/Modifiers_-_--direct-io.test' from root:root to runner:runner
2025-08-20T22:15:13.5894223Z [00:01:38.792]➜  changed ownership of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/tests/Modifiers_-_--force.test' from root:root to runner:runner
2025-08-20T22:15:13.5895602Z [00:01:38.792]➜  changed ownership of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/tests/Modifiers_-_--sync.test' from root:root to runner:runner
2025-08-20T22:15:13.5896966Z [00:01:38.792]➜  changed ownership of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/tests/Modifiers_-_--line-mode.test' from root:root to runner:runner
2025-08-20T22:15:13.5898340Z [00:01:38.792]➜  changed ownership of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/tests/Terminal_-_Detect_width.test' from root:root to runner:runner
2025-08-20T22:15:13.5899770Z [00:01:38.792]➜  changed ownership of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/tests/Display_-_--eta_-_plausible_values.test' from root:root to runner:runner
2025-08-20T22:15:13.5901123Z [00:01:38.792]➜  changed ownership of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/tests/test-env.sh' from root:root to runner:runner
2025-08-20T22:15:13.5902917Z [00:01:38.792]➜  changed ownership of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/tests/Bug_-_Install_all_files.test' from root:root to runner:runner
2025-08-20T22:15:13.5904379Z [00:01:38.792]➜  changed ownership of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/tests/Display_-_--numeric_--bytes_--line-mode.test' from root:root to runner:runner
2025-08-20T22:15:13.5905866Z [00:01:38.792]➜  changed ownership of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/tests/Integrity_-_Large_file_support.test' from root:root to runner:runner
2025-08-20T22:15:13.5907385Z [00:01:38.792]➜  changed ownership of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/tests/Display_-_--timer_-_displayed_value_changes.test' from root:root to runner:runner
2025-08-20T22:15:13.5909137Z [00:01:38.792]➜  changed ownership of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/tests/Bug_-_Display_length_at_magnitude_boundary_-_Rate.test' from root:root to runner:runner
2025-08-20T22:15:13.5910715Z [00:01:38.792]➜  changed ownership of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/tests/Memory_safety_-_Watchfd.test' from root:root to runner:runner
2025-08-20T22:15:13.5912411Z [00:01:38.792]➜  changed ownership of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/tests/Memory_safety_-_Remote_control_receiver.test' from root:root to runner:runner
2025-08-20T22:15:13.5913897Z [00:01:38.793]➜  changed ownership of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/tests/Display_-_--average-rate.test' from root:root to runner:runner
2025-08-20T22:15:13.5915413Z [00:01:38.793]➜  changed ownership of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/tests/Bug_-_Display_length_at_magnitude_boundary_-_Bytes.test' from root:root to runner:runner
2025-08-20T22:15:13.5916947Z [00:01:38.793]➜  changed ownership of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/tests/Memory_safety_-_Remote_control_sender.test' from root:root to runner:runner
2025-08-20T22:15:13.5918380Z [00:01:38.793]➜  changed ownership of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/tests/Display_-_--bytes.test' from root:root to runner:runner
2025-08-20T22:15:13.5919892Z [00:01:38.793]➜  changed ownership of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/tests/Watchfd_-_Single_descriptor.test' from root:root to runner:runner
2025-08-20T22:15:13.5921303Z [00:01:38.793]➜  changed ownership of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/tests/Transfer_-_--rate-limit.test' from root:root to runner:runner
2025-08-20T22:15:13.5923255Z [00:01:38.793]➜  changed ownership of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/tests/General_-_--pidfile.test' from root:root to runner:runner
2025-08-20T22:15:13.5924621Z [00:01:38.793]➜  changed ownership of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/tests/Display_-_--quiet.test' from root:root to runner:runner
2025-08-20T22:15:13.5925996Z [00:01:38.793]➜  changed ownership of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/tests/Display_-_--last-written.test' from root:root to runner:runner
2025-08-20T22:15:13.5927368Z [00:01:38.793]➜  changed ownership of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/tests/Memory_safety_-_Basic.test' from root:root to runner:runner
2025-08-20T22:15:13.5928726Z [00:01:38.793]➜  changed ownership of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/tests/Transfer_-_--remote.test' from root:root to runner:runner
2025-08-20T22:15:13.5930071Z [00:01:38.793]➜  changed ownership of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/tests/Display_-_--numeric.test' from root:root to runner:runner
2025-08-20T22:15:13.5932056Z [00:01:38.793]➜  changed ownership of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/tests/run-valgrind.sh' from root:root to runner:runner
2025-08-20T22:15:13.5934526Z [00:01:38.793]➜  changed ownership of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/tests/Integrity_-_Binary_data.test' from root:root to runner:runner
2025-08-20T22:15:13.5936178Z [00:01:38.793]➜  changed ownership of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/tests/Integrity_-_When_adjusted_remotely.test' from root:root to runner:runner
2025-08-20T22:15:13.5937631Z [00:01:38.793]➜  changed ownership of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/tests/Integrity_-_On_output_pipe_close.test' from root:root to runner:runner
2025-08-20T22:15:13.5939112Z [00:01:38.793]➜  changed ownership of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/tests/Display_-_--rate_-_displayed_value_changes.test' from root:root to runner:runner
2025-08-20T22:15:13.5940596Z [00:01:38.793]➜  changed ownership of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/tests/Modifiers_-_--size_from_file_size.test' from root:root to runner:runner
2025-08-20T22:15:13.5942307Z [00:01:38.793]➜  changed ownership of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/tests/Integrity_-_From_bursty_source.test' from root:root to runner:runner
2025-08-20T22:15:13.5943794Z [00:01:38.793]➜  changed ownership of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/tests/Watchfd_-_Multiple_descriptors.test' from root:root to runner:runner
2025-08-20T22:15:13.5945194Z [00:01:38.793]➜  changed ownership of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/tests/Modifiers_-_--size.test' from root:root to runner:runner
2025-08-20T22:15:13.5946695Z [00:01:38.793]➜  changed ownership of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/tests/Modifiers_-_--interval.test' from root:root to runner:runner
2025-08-20T22:15:13.5948060Z [00:01:38.793]➜  changed ownership of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/tests/Display_-_--bits.test' from root:root to runner:runner
2025-08-20T22:15:13.5949436Z [00:01:38.793]➜  changed ownership of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/tests/Display_-_--numeric_--timer.test' from root:root to runner:runner
2025-08-20T22:15:13.5950845Z [00:01:38.793]➜  changed ownership of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/tests/Display_-_--buffer-percent.test' from root:root to runner:runner
2025-08-20T22:15:13.5952546Z [00:01:38.793]➜  changed ownership of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/tests/Display_-_--progress_-_basic_movement.test' from root:root to runner:runner
2025-08-20T22:15:13.5953968Z [00:01:38.793]➜  changed ownership of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/tests/Integrity_-_Basic.test' from root:root to runner:runner
2025-08-20T22:15:13.5955358Z [00:01:38.793]➜  changed ownership of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/tests/Display_-_--numeric_--bytes.test' from root:root to runner:runner
2025-08-20T22:15:13.5956760Z [00:01:38.793]➜  changed ownership of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/tests/Transfer_-_--stop-at-size.test' from root:root to runner:runner
2025-08-20T22:15:13.5958197Z [00:01:38.793]➜  changed ownership of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/tests/Display_-_--fineta_-_plausible_values.test' from root:root to runner:runner
2025-08-20T22:15:13.5959674Z [00:01:38.793]➜  changed ownership of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/tests/General_-_--size_argument_handling.test' from root:root to runner:runner
2025-08-20T22:15:13.5961107Z [00:01:38.793]➜  changed ownership of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/tests/Memory_safety_-_Process_title.test' from root:root to runner:runner
2025-08-20T22:15:13.5962893Z [00:01:38.793]➜  changed ownership of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/tests' from root:root to runner:runner
2025-08-20T22:15:13.5964098Z [00:01:38.793]➜  changed ownership of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/src/pv/string.c' from root:root to runner:runner
2025-08-20T22:15:13.5965345Z [00:01:38.793]➜  changed ownership of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/src/pv/state.c' from root:root to runner:runner
2025-08-20T22:15:13.5966579Z [00:01:38.793]➜  changed ownership of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/src/pv/cursor.c' from root:root to runner:runner
2025-08-20T22:15:13.5967815Z [00:01:38.793]➜  changed ownership of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/src/pv/signal.c' from root:root to runner:runner
2025-08-20T22:15:13.5969051Z [00:01:38.793]➜  changed ownership of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/src/pv/transfer.c' from root:root to runner:runner
2025-08-20T22:15:13.5970334Z [00:01:38.793]➜  changed ownership of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/src/pv/format/barstyle.c' from root:root to runner:runner
2025-08-20T22:15:13.5971888Z [00:01:38.794]➜  changed ownership of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/src/pv/format/timer.c' from root:root to runner:runner
2025-08-20T22:15:13.5973242Z [00:01:38.794]➜  changed ownership of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/src/pv/format/previousline.c' from root:root to runner:runner
2025-08-20T22:15:13.5974552Z [00:01:38.794]➜  changed ownership of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/src/pv/format/eta.c' from root:root to runner:runner
2025-08-20T22:15:13.5975820Z [00:01:38.794]➜  changed ownership of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/src/pv/format/bytes.c' from root:root to runner:runner
2025-08-20T22:15:13.5977125Z [00:01:38.794]➜  changed ownership of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/src/pv/format/averagerate.c' from root:root to runner:runner
2025-08-20T22:15:13.5978432Z [00:01:38.794]➜  changed ownership of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/src/pv/format/name.c' from root:root to runner:runner
2025-08-20T22:15:13.5979745Z [00:01:38.794]➜  changed ownership of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/src/pv/format/bufferpercent.c' from root:root to runner:runner
2025-08-20T22:15:13.5981092Z [00:01:38.794]➜  changed ownership of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/src/pv/format/progressbar.c' from root:root to runner:runner
2025-08-20T22:15:13.5982621Z [00:01:38.794]➜  changed ownership of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/src/pv/format/fineta.c' from root:root to runner:runner
2025-08-20T22:15:13.5983946Z [00:01:38.794]➜  changed ownership of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/src/pv/format/lastwritten.c' from root:root to runner:runner
2025-08-20T22:15:13.5985244Z [00:01:38.794]➜  changed ownership of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/src/pv/format/rate.c' from root:root to runner:runner
2025-08-20T22:15:13.5986651Z [00:01:38.794]➜  changed ownership of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/src/pv/format/sgr.c' from root:root to runner:runner
2025-08-20T22:15:13.5987890Z [00:01:38.794]➜  changed ownership of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/src/pv/format' from root:root to runner:runner
2025-08-20T22:15:13.5989125Z [00:01:38.794]➜  changed ownership of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/src/pv/proctitle.c' from root:root to runner:runner
2025-08-20T22:15:13.5990370Z [00:01:38.794]➜  changed ownership of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/src/pv/calc.c' from root:root to runner:runner
2025-08-20T22:15:13.5991733Z [00:01:38.794]➜  changed ownership of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/src/pv/elapsedtime.c' from root:root to runner:runner
2025-08-20T22:15:13.5993005Z [00:01:38.794]➜  changed ownership of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/src/pv/watchpid.c' from root:root to runner:runner
2025-08-20T22:15:13.5994249Z [00:01:38.794]➜  changed ownership of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/src/pv/display.c' from root:root to runner:runner
2025-08-20T22:15:13.5995470Z [00:01:38.794]➜  changed ownership of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/src/pv/file.c' from root:root to runner:runner
2025-08-20T22:15:13.5996798Z [00:01:38.794]➜  changed ownership of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/src/pv/loop.c' from root:root to runner:runner
2025-08-20T22:15:13.5998023Z [00:01:38.794]➜  changed ownership of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/src/pv/number.c' from root:root to runner:runner
2025-08-20T22:15:13.5999224Z [00:01:38.794]➜  changed ownership of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/src/pv' from root:root to runner:runner
2025-08-20T22:15:13.6000420Z [00:01:38.794]➜  changed ownership of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/src/include/pv.h' from root:root to runner:runner
2025-08-20T22:15:13.6002286Z [00:01:38.794]➜  changed ownership of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/src/include/config-aux.h' from root:root to runner:runner
2025-08-20T22:15:13.6003899Z [00:01:38.794]➜  changed ownership of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/src/include/config.h.in' from root:root to runner:runner
2025-08-20T22:15:13.6005187Z [00:01:38.794]➜  changed ownership of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/src/include/options.h' from root:root to runner:runner
2025-08-20T22:15:13.6006490Z [00:01:38.794]➜  changed ownership of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/src/include/pv-internal.h' from root:root to runner:runner
2025-08-20T22:15:13.6007744Z [00:01:38.794]➜  changed ownership of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/src/include' from root:root to runner:runner
2025-08-20T22:15:13.6008980Z [00:01:38.794]➜  changed ownership of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/src/main/debug.c' from root:root to runner:runner
2025-08-20T22:15:13.6010228Z [00:01:38.794]➜  changed ownership of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/src/main/remote.c' from root:root to runner:runner
2025-08-20T22:15:13.6011871Z [00:01:38.794]➜  changed ownership of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/src/main/version.c' from root:root to runner:runner
2025-08-20T22:15:13.6013134Z [00:01:38.794]➜  changed ownership of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/src/main/help.c' from root:root to runner:runner
2025-08-20T22:15:13.6014377Z [00:01:38.794]➜  changed ownership of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/src/main/options.c' from root:root to runner:runner
2025-08-20T22:15:13.6015624Z [00:01:38.794]➜  changed ownership of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/src/main/main.c' from root:root to runner:runner
2025-08-20T22:15:13.6016816Z [00:01:38.794]➜  changed ownership of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/src/main' from root:root to runner:runner
2025-08-20T22:15:13.6018028Z [00:01:38.794]➜  changed ownership of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/src' from root:root to runner:runner
2025-08-20T22:15:13.6019201Z [00:01:38.794]➜  changed ownership of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/configure.ac' from root:root to runner:runner
2025-08-20T22:15:13.6020410Z [00:01:38.794]➜  changed ownership of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/config.log' from root:root to runner:runner
2025-08-20T22:15:13.6022070Z [00:01:38.794]➜  changed ownership of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/.git/hooks/push-to-checkout.sample' from root:root to runner:runner
2025-08-20T22:15:13.6023463Z [00:01:38.794]➜  changed ownership of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/.git/hooks/post-update.sample' from root:root to runner:runner
2025-08-20T22:15:13.6024835Z [00:01:38.794]➜  changed ownership of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/.git/hooks/prepare-commit-msg.sample' from root:root to runner:runner
2025-08-20T22:15:13.6026171Z [00:01:38.794]➜  changed ownership of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/.git/hooks/update.sample' from root:root to runner:runner
2025-08-20T22:15:13.6027479Z [00:01:38.794]➜  changed ownership of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/.git/hooks/pre-receive.sample' from root:root to runner:runner
2025-08-20T22:15:13.6028851Z [00:01:38.794]➜  changed ownership of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/.git/hooks/sendemail-validate.sample' from root:root to runner:runner
2025-08-20T22:15:13.6030213Z [00:01:38.795]➜  changed ownership of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/.git/hooks/pre-commit.sample' from root:root to runner:runner
2025-08-20T22:15:13.6031531Z [00:01:38.795]➜  changed ownership of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/.git/hooks/commit-msg.sample' from root:root to runner:runner
2025-08-20T22:15:13.6033001Z [00:01:38.795]➜  changed ownership of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/.git/hooks/pre-applypatch.sample' from root:root to runner:runner
2025-08-20T22:15:13.6034350Z [00:01:38.795]➜  changed ownership of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/.git/hooks/pre-rebase.sample' from root:root to runner:runner
2025-08-20T22:15:13.6035664Z [00:01:38.795]➜  changed ownership of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/.git/hooks/pre-push.sample' from root:root to runner:runner
2025-08-20T22:15:13.6037131Z [00:01:38.795]➜  changed ownership of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/.git/hooks/applypatch-msg.sample' from root:root to runner:runner
2025-08-20T22:15:13.6038492Z [00:01:38.795]➜  changed ownership of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/.git/hooks/pre-merge-commit.sample' from root:root to runner:runner
2025-08-20T22:15:13.6039887Z [00:01:38.795]➜  changed ownership of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/.git/hooks/fsmonitor-watchman.sample' from root:root to runner:runner
2025-08-20T22:15:13.6041171Z [00:01:38.795]➜  changed ownership of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/.git/hooks' from root:root to runner:runner
2025-08-20T22:15:13.6042876Z [00:01:38.795]➜  changed ownership of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/.git/logs/refs/heads/main' from root:root to runner:runner
2025-08-20T22:15:13.6044155Z [00:01:38.795]➜  changed ownership of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/.git/logs/refs/heads' from root:root to runner:runner
2025-08-20T22:15:13.6045474Z [00:01:38.795]➜  changed ownership of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/.git/logs/refs/remotes/origin/HEAD' from root:root to runner:runner
2025-08-20T22:15:13.6046959Z [00:01:38.795]➜  changed ownership of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/.git/logs/refs/remotes/origin' from root:root to runner:runner
2025-08-20T22:15:13.6048273Z [00:01:38.795]➜  changed ownership of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/.git/logs/refs/remotes' from root:root to runner:runner
2025-08-20T22:15:13.6049528Z [00:01:38.795]➜  changed ownership of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/.git/logs/refs' from root:root to runner:runner
2025-08-20T22:15:13.6050746Z [00:01:38.795]➜  changed ownership of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/.git/logs/HEAD' from root:root to runner:runner
2025-08-20T22:15:13.6052048Z [00:01:38.795]➜  changed ownership of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/.git/logs' from root:root to runner:runner
2025-08-20T22:15:13.6053278Z [00:01:38.795]➜  changed ownership of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/.git/refs/heads/main' from root:root to runner:runner
2025-08-20T22:15:13.6054510Z [00:01:38.795]➜  changed ownership of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/.git/refs/heads' from root:root to runner:runner
2025-08-20T22:15:13.6055795Z [00:01:38.795]➜  changed ownership of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/.git/refs/remotes/origin/HEAD' from root:root to runner:runner
2025-08-20T22:15:13.6057103Z [00:01:38.795]➜  changed ownership of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/.git/refs/remotes/origin' from root:root to runner:runner
2025-08-20T22:15:13.6058376Z [00:01:38.795]➜  changed ownership of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/.git/refs/remotes' from root:root to runner:runner
2025-08-20T22:15:13.6059596Z [00:01:38.795]➜  changed ownership of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/.git/refs/tags' from root:root to runner:runner
2025-08-20T22:15:13.6060927Z [00:01:38.795]➜  changed ownership of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/.git/refs' from root:root to runner:runner
2025-08-20T22:15:13.6062325Z [00:01:38.795]➜  changed ownership of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/.git/config' from root:root to runner:runner
2025-08-20T22:15:13.6063522Z [00:01:38.795]➜  changed ownership of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/.git/shallow' from root:root to runner:runner
2025-08-20T22:15:13.6064757Z [00:01:38.795]➜  changed ownership of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/.git/packed-refs' from root:root to runner:runner
2025-08-20T22:15:13.6066028Z [00:01:38.796]➜  changed ownership of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/.git/description' from root:root to runner:runner
2025-08-20T22:15:13.6067324Z [00:01:38.796]➜  changed ownership of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/.git/HEAD' from root:root to runner:runner
2025-08-20T22:15:13.6068783Z [00:01:38.796]➜  changed ownership of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/.git/objects/pack/pack-f1d5e27a0a35e0ac0d189e74f122a7b9e67940c3.pack' from root:root to runner:runner
2025-08-20T22:15:13.6070478Z [00:01:38.796]➜  changed ownership of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/.git/objects/pack/pack-e5a2ded0ef25c871e11f9980ed34f6b0bb1f7e07.rev' from root:root to runner:runner
2025-08-20T22:15:13.6073680Z [00:01:38.796]➜  changed ownership of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/.git/objects/pack/pack-f1d5e27a0a35e0ac0d189e74f122a7b9e67940c3.idx' from root:root to runner:runner
2025-08-20T22:15:13.6075711Z [00:01:38.796]➜  changed ownership of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/.git/objects/pack/pack-f1d5e27a0a35e0ac0d189e74f122a7b9e67940c3.rev' from root:root to runner:runner
2025-08-20T22:15:13.6077405Z [00:01:38.796]➜  changed ownership of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/.git/objects/pack/pack-e5a2ded0ef25c871e11f9980ed34f6b0bb1f7e07.promisor' from root:root to runner:runner
2025-08-20T22:15:13.6079314Z [00:01:38.796]➜  changed ownership of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/.git/objects/pack/pack-f1d5e27a0a35e0ac0d189e74f122a7b9e67940c3.promisor' from root:root to runner:runner
2025-08-20T22:15:13.6081008Z [00:01:38.796]➜  changed ownership of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/.git/objects/pack/pack-e5a2ded0ef25c871e11f9980ed34f6b0bb1f7e07.idx' from root:root to runner:runner
2025-08-20T22:15:13.6082988Z [00:01:38.796]➜  changed ownership of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/.git/objects/pack/pack-e5a2ded0ef25c871e11f9980ed34f6b0bb1f7e07.pack' from root:root to runner:runner
2025-08-20T22:15:13.6084443Z [00:01:38.796]➜  changed ownership of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/.git/objects/pack' from root:root to runner:runner
2025-08-20T22:15:13.6085683Z [00:01:38.796]➜  changed ownership of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/.git/objects/info' from root:root to runner:runner
2025-08-20T22:15:13.6086910Z [00:01:38.796]➜  changed ownership of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/.git/objects' from root:root to runner:runner
2025-08-20T22:15:13.6088292Z [00:01:38.796]➜  changed ownership of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/.git/info/exclude' from root:root to runner:runner
2025-08-20T22:15:13.6089493Z [00:01:38.796]➜  changed ownership of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/.git/info' from root:root to runner:runner
2025-08-20T22:15:13.6090676Z [00:01:38.796]➜  changed ownership of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/.git/index' from root:root to runner:runner
2025-08-20T22:15:13.6092074Z [00:01:38.796]➜  changed ownership of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/.git' from root:root to runner:runner
2025-08-20T22:15:13.6093224Z [00:01:38.796]➜  changed ownership of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO' from root:root to runner:runner
2025-08-20T22:15:13.6094300Z [00:01:38.796]➜  changed ownership of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD' from root:root to runner:runner
2025-08-20T22:15:13.6095305Z [00:01:38.796]➜  changed ownership of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp' from runner:docker to runner:runner
2025-08-20T22:15:13.6096283Z [00:01:38.796]➜  changed ownership of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE' from runner:docker to runner:runner
2025-08-20T22:15:13.6097295Z [00:01:38.796]➜  changed ownership of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/MANIFEST.json' from runner:docker to runner:runner
2025-08-20T22:15:13.6098408Z [00:01:38.796]➜  changed ownership of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP' from runner:docker to runner:runner
2025-08-20T22:15:13.6099358Z [00:01:38.796]➜  changed ownership of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/pv.version' from runner:docker to runner:runner
2025-08-20T22:15:13.6100301Z [00:01:38.796]➜  changed ownership of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD' from runner:docker to runner:runner
2025-08-20T22:15:13.6101243Z [00:01:38.796]➜  changed ownership of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/pv.static.version' from runner:docker to runner:runner
2025-08-20T22:15:13.6102402Z [00:01:38.796]➜  changed ownership of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/LICENSE' from runner:docker to runner:runner
2025-08-20T22:15:13.6103274Z [00:01:38.796]➜  changed ownership of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR' from runner:docker to runner:runner
2025-08-20T22:15:13.6104336Z [00:01:38.805]➜  mode of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/.gitignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:15:13.6105569Z [00:01:38.812]➜  mode of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/Makefile.am' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:15:13.6106870Z [00:01:38.819]➜  mode of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/autom4te.cache/traces.0' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:15:13.6142151Z [00:01:38.826]➜  mode of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/autom4te.cache/output.1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:15:13.6210095Z [00:01:38.833]➜  mode of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/autom4te.cache/output.0' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:15:13.6279551Z [00:01:38.840]➜  mode of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/autom4te.cache/output.2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:15:13.6347714Z [00:01:38.847]➜  mode of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/autom4te.cache/traces.2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:15:13.6416064Z [00:01:38.853]➜  mode of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/autom4te.cache/traces.1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:15:13.6484688Z [00:01:38.860]➜  mode of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/autom4te.cache/requests' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:15:13.6552393Z [00:01:38.867]➜  mode of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:15:13.6621352Z [00:01:38.874]➜  mode of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/configure' retained as 0755 (rwxr-xr-x)
2025-08-20T22:15:13.6689241Z [00:01:38.881]➜  mode of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/build-aux/config.rpath' retained as 0755 (rwxr-xr-x)
2025-08-20T22:15:13.6758225Z [00:01:38.888]➜  mode of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/m4/host-cpu-c-abi.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:15:13.6826218Z [00:01:38.894]➜  mode of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/m4/lib-prefix.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:15:13.6894333Z [00:01:38.901]➜  mode of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/m4/lib-ld.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:15:13.6961834Z [00:01:38.908]➜  mode of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/m4/gettext.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:15:13.7028715Z [00:01:38.915]➜  mode of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/m4/progtest.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:15:13.7096056Z [00:01:38.921]➜  mode of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/m4/nls.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:15:13.7164431Z [00:01:38.928]➜  mode of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/m4/lib-link.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:15:13.7232835Z [00:01:38.935]➜  mode of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/m4/intlmacosx.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:15:13.7299765Z [00:01:38.942]➜  mode of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/m4/po.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:15:13.7368154Z [00:01:38.949]➜  mode of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/m4/iconv.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:15:13.7434761Z [00:01:38.955]➜  mode of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/ABOUT-NLS' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:15:13.7503664Z [00:01:38.962]➜  mode of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/po/cs.po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:15:13.7571814Z [00:01:38.969]➜  mode of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/po/insert-header.sin' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:15:13.7639253Z [00:01:38.976]➜  mode of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/po/.gitignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:15:13.7708716Z [00:01:38.983]➜  mode of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/po/Makevars.template' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:15:13.7778210Z [00:01:38.990]➜  mode of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/po/Makefile.in.in' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:15:13.7851018Z [00:01:38.997]➜  mode of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/po/pl.po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:15:13.7919333Z [00:01:39.004]➜  mode of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/po/Makevars' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:15:13.7987846Z [00:01:39.011]➜  mode of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/po/remove-potcdate.sin' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:15:13.8055499Z [00:01:39.017]➜  mode of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/po/es.po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:15:13.8123764Z [00:01:39.024]➜  mode of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/po/ru.po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:15:13.8190983Z [00:01:39.031]➜  mode of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/po/de.po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:15:13.8257798Z [00:01:39.038]➜  mode of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/po/fr.po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:15:13.8326468Z [00:01:39.044]➜  mode of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/po/pt.po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:15:13.8394964Z [00:01:39.051]➜  mode of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/po/tr.po' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:15:13.8462766Z [00:01:39.058]➜  mode of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/po/LINGUAS' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:15:13.8530665Z [00:01:39.065]➜  mode of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/po/quot.sed' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:15:13.8597826Z [00:01:39.072]➜  mode of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/po/boldquot.sed' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:15:13.8667698Z [00:01:39.079]➜  mode of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/po/POTFILES.in' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:15:13.8736584Z [00:01:39.085]➜  mode of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/po/Rules-quot' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:15:13.8803573Z [00:01:39.092]➜  mode of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/po/en@boldquot.header' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:15:13.8870418Z [00:01:39.099]➜  mode of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/po/en@quot.header' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:15:13.8937948Z [00:01:39.106]➜  mode of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/docs/build-package.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T22:15:13.9006479Z [00:01:39.112]➜  mode of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/docs/release.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T22:15:13.9073149Z [00:01:39.119]➜  mode of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/docs/benchmark.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T22:15:13.9141824Z [00:01:39.126]➜  mode of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/docs/ACKNOWLEDGEMENTS.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:15:13.9210361Z [00:01:39.133]➜  mode of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/docs/pv.1.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:15:13.9278312Z [00:01:39.140]➜  mode of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/docs/NEWS.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:15:13.9346529Z [00:01:39.146]➜  mode of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/docs/DEVELOPERS.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:15:13.9415173Z [00:01:39.153]➜  mode of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/docs/COPYING' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:15:13.9483332Z [00:01:39.160]➜  mode of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/docs/pv.1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:15:13.9551080Z [00:01:39.167]➜  mode of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/docs/test-on-vm-lab.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T22:15:13.9619611Z [00:01:39.174]➜  mode of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/docs/INSTALL' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:15:13.9688103Z [00:01:39.181]➜  mode of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/aclocal.m4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:15:13.9756775Z [00:01:39.187]➜  mode of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/tests/Display_-_--progress_-_increasing.test' retained as 0755 (rwxr-xr-x)
2025-08-20T22:15:13.9825270Z [00:01:39.194]➜  mode of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/tests/Modifiers_-_--direct-io.test' retained as 0755 (rwxr-xr-x)
2025-08-20T22:15:13.9894977Z [00:01:39.201]➜  mode of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/tests/Modifiers_-_--force.test' retained as 0755 (rwxr-xr-x)
2025-08-20T22:15:13.9962992Z [00:01:39.208]➜  mode of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/tests/Modifiers_-_--sync.test' retained as 0755 (rwxr-xr-x)
2025-08-20T22:15:14.0031225Z [00:01:39.215]➜  mode of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/tests/Modifiers_-_--line-mode.test' retained as 0755 (rwxr-xr-x)
2025-08-20T22:15:14.0099082Z [00:01:39.222]➜  mode of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/tests/Terminal_-_Detect_width.test' retained as 0755 (rwxr-xr-x)
2025-08-20T22:15:14.0167529Z [00:01:39.229]➜  mode of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/tests/Display_-_--eta_-_plausible_values.test' retained as 0755 (rwxr-xr-x)
2025-08-20T22:15:14.0235916Z [00:01:39.235]➜  mode of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/tests/test-env.sh' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:15:14.0304005Z [00:01:39.242]➜  mode of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/tests/Bug_-_Install_all_files.test' retained as 0755 (rwxr-xr-x)
2025-08-20T22:15:14.0372056Z [00:01:39.249]➜  mode of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/tests/Display_-_--numeric_--bytes_--line-mode.test' retained as 0755 (rwxr-xr-x)
2025-08-20T22:15:14.0441076Z [00:01:39.256]➜  mode of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/tests/Integrity_-_Large_file_support.test' retained as 0755 (rwxr-xr-x)
2025-08-20T22:15:14.0512722Z [00:01:39.263]➜  mode of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/tests/Display_-_--timer_-_displayed_value_changes.test' retained as 0755 (rwxr-xr-x)
2025-08-20T22:15:14.0587764Z [00:01:39.271]➜  mode of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/tests/Bug_-_Display_length_at_magnitude_boundary_-_Rate.test' retained as 0755 (rwxr-xr-x)
2025-08-20T22:15:14.0658971Z [00:01:39.278]➜  mode of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/tests/Memory_safety_-_Watchfd.test' retained as 0755 (rwxr-xr-x)
2025-08-20T22:15:14.0729666Z [00:01:39.285]➜  mode of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/tests/Memory_safety_-_Remote_control_receiver.test' retained as 0755 (rwxr-xr-x)
2025-08-20T22:15:14.0797968Z [00:01:39.292]➜  mode of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/tests/Display_-_--average-rate.test' retained as 0755 (rwxr-xr-x)
2025-08-20T22:15:14.0867176Z [00:01:39.299]➜  mode of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/tests/Bug_-_Display_length_at_magnitude_boundary_-_Bytes.test' retained as 0755 (rwxr-xr-x)
2025-08-20T22:15:14.0934829Z [00:01:39.305]➜  mode of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/tests/Memory_safety_-_Remote_control_sender.test' retained as 0755 (rwxr-xr-x)
2025-08-20T22:15:14.1003475Z [00:01:39.312]➜  mode of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/tests/Display_-_--bytes.test' retained as 0755 (rwxr-xr-x)
2025-08-20T22:15:14.1071331Z [00:01:39.319]➜  mode of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/tests/Watchfd_-_Single_descriptor.test' retained as 0755 (rwxr-xr-x)
2025-08-20T22:15:14.1139397Z [00:01:39.326]➜  mode of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/tests/Transfer_-_--rate-limit.test' retained as 0755 (rwxr-xr-x)
2025-08-20T22:15:14.1207446Z [00:01:39.333]➜  mode of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/tests/General_-_--pidfile.test' retained as 0755 (rwxr-xr-x)
2025-08-20T22:15:14.1275575Z [00:01:39.339]➜  mode of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/tests/Display_-_--quiet.test' retained as 0755 (rwxr-xr-x)
2025-08-20T22:15:14.1345173Z [00:01:39.346]➜  mode of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/tests/Display_-_--last-written.test' retained as 0755 (rwxr-xr-x)
2025-08-20T22:15:14.1413262Z [00:01:39.353]➜  mode of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/tests/Memory_safety_-_Basic.test' retained as 0755 (rwxr-xr-x)
2025-08-20T22:15:14.1481213Z [00:01:39.360]➜  mode of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/tests/Transfer_-_--remote.test' retained as 0755 (rwxr-xr-x)
2025-08-20T22:15:14.1549822Z [00:01:39.367]➜  mode of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/tests/Display_-_--numeric.test' retained as 0755 (rwxr-xr-x)
2025-08-20T22:15:14.1617230Z [00:01:39.374]➜  mode of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/tests/run-valgrind.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T22:15:14.1685640Z [00:01:39.380]➜  mode of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/tests/Integrity_-_Binary_data.test' retained as 0755 (rwxr-xr-x)
2025-08-20T22:15:14.1754025Z [00:01:39.387]➜  mode of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/tests/Integrity_-_When_adjusted_remotely.test' retained as 0755 (rwxr-xr-x)
2025-08-20T22:15:14.1822110Z [00:01:39.394]➜  mode of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/tests/Integrity_-_On_output_pipe_close.test' retained as 0755 (rwxr-xr-x)
2025-08-20T22:15:14.1890511Z [00:01:39.401]➜  mode of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/tests/Display_-_--rate_-_displayed_value_changes.test' retained as 0755 (rwxr-xr-x)
2025-08-20T22:15:14.1958605Z [00:01:39.408]➜  mode of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/tests/Modifiers_-_--size_from_file_size.test' retained as 0755 (rwxr-xr-x)
2025-08-20T22:15:14.2026276Z [00:01:39.414]➜  mode of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/tests/Integrity_-_From_bursty_source.test' retained as 0755 (rwxr-xr-x)
2025-08-20T22:15:14.2093425Z [00:01:39.421]➜  mode of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/tests/Watchfd_-_Multiple_descriptors.test' retained as 0755 (rwxr-xr-x)
2025-08-20T22:15:14.2162626Z [00:01:39.428]➜  mode of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/tests/Modifiers_-_--size.test' retained as 0755 (rwxr-xr-x)
2025-08-20T22:15:14.2233765Z [00:01:39.435]➜  mode of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/tests/Modifiers_-_--interval.test' retained as 0755 (rwxr-xr-x)
2025-08-20T22:15:14.2301397Z [00:01:39.442]➜  mode of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/tests/Display_-_--bits.test' retained as 0755 (rwxr-xr-x)
2025-08-20T22:15:14.2368862Z [00:01:39.449]➜  mode of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/tests/Display_-_--numeric_--timer.test' retained as 0755 (rwxr-xr-x)
2025-08-20T22:15:14.2437783Z [00:01:39.456]➜  mode of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/tests/Display_-_--buffer-percent.test' retained as 0755 (rwxr-xr-x)
2025-08-20T22:15:14.2505376Z [00:01:39.462]➜  mode of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/tests/Display_-_--progress_-_basic_movement.test' retained as 0755 (rwxr-xr-x)
2025-08-20T22:15:14.2572999Z [00:01:39.469]➜  mode of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/tests/Integrity_-_Basic.test' retained as 0755 (rwxr-xr-x)
2025-08-20T22:15:14.2640032Z [00:01:39.476]➜  mode of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/tests/Display_-_--numeric_--bytes.test' retained as 0755 (rwxr-xr-x)
2025-08-20T22:15:14.2710413Z [00:01:39.483]➜  mode of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/tests/Transfer_-_--stop-at-size.test' retained as 0755 (rwxr-xr-x)
2025-08-20T22:15:14.2779901Z [00:01:39.490]➜  mode of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/tests/Display_-_--fineta_-_plausible_values.test' retained as 0755 (rwxr-xr-x)
2025-08-20T22:15:14.2848278Z [00:01:39.497]➜  mode of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/tests/General_-_--size_argument_handling.test' retained as 0755 (rwxr-xr-x)
2025-08-20T22:15:14.2916807Z [00:01:39.503]➜  mode of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/tests/Memory_safety_-_Process_title.test' retained as 0755 (rwxr-xr-x)
2025-08-20T22:15:14.2985954Z [00:01:39.510]➜  mode of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/src/pv/string.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:15:14.3053863Z [00:01:39.517]➜  mode of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/src/pv/state.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:15:14.3123578Z [00:01:39.524]➜  mode of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/src/pv/cursor.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:15:14.3190285Z [00:01:39.531]➜  mode of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/src/pv/signal.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:15:14.3259224Z [00:01:39.538]➜  mode of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/src/pv/transfer.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:15:14.3328396Z [00:01:39.545]➜  mode of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/src/pv/format/barstyle.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:15:14.3399092Z [00:01:39.552]➜  mode of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/src/pv/format/timer.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:15:14.3467685Z [00:01:39.559]➜  mode of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/src/pv/format/previousline.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:15:14.3535909Z [00:01:39.565]➜  mode of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/src/pv/format/eta.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:15:14.3604868Z [00:01:39.572]➜  mode of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/src/pv/format/bytes.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:15:14.3672904Z [00:01:39.579]➜  mode of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/src/pv/format/averagerate.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:15:14.3741042Z [00:01:39.586]➜  mode of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/src/pv/format/name.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:15:14.3809543Z [00:01:39.593]➜  mode of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/src/pv/format/bufferpercent.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:15:14.3877856Z [00:01:39.600]➜  mode of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/src/pv/format/progressbar.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:15:14.3947718Z [00:01:39.607]➜  mode of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/src/pv/format/fineta.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:15:14.4016212Z [00:01:39.613]➜  mode of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/src/pv/format/lastwritten.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:15:14.4084656Z [00:01:39.620]➜  mode of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/src/pv/format/rate.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:15:14.4152607Z [00:01:39.627]➜  mode of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/src/pv/format/sgr.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:15:14.4219940Z [00:01:39.634]➜  mode of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/src/pv/proctitle.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:15:14.4287858Z [00:01:39.641]➜  mode of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/src/pv/calc.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:15:14.4355524Z [00:01:39.647]➜  mode of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/src/pv/elapsedtime.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:15:14.4424654Z [00:01:39.654]➜  mode of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/src/pv/watchpid.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:15:14.4493418Z [00:01:39.661]➜  mode of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/src/pv/display.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:15:14.4563048Z [00:01:39.668]➜  mode of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/src/pv/file.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:15:14.4631480Z [00:01:39.675]➜  mode of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/src/pv/loop.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:15:14.4700198Z [00:01:39.682]➜  mode of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/src/pv/number.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:15:14.4769229Z [00:01:39.689]➜  mode of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/src/include/pv.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:15:14.4837000Z [00:01:39.695]➜  mode of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/src/include/config-aux.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:15:14.4904337Z [00:01:39.702]➜  mode of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/src/include/config.h.in' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:15:14.4971888Z [00:01:39.709]➜  mode of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/src/include/options.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:15:14.5039572Z [00:01:39.716]➜  mode of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/src/include/pv-internal.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:15:14.5107726Z [00:01:39.723]➜  mode of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/src/main/debug.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:15:14.5176238Z [00:01:39.729]➜  mode of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/src/main/remote.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:15:14.5243794Z [00:01:39.736]➜  mode of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/src/main/version.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:15:14.5315288Z [00:01:39.743]➜  mode of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/src/main/help.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:15:14.5384687Z [00:01:39.750]➜  mode of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/src/main/options.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:15:14.5455418Z [00:01:39.757]➜  mode of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/src/main/main.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:15:14.5524833Z [00:01:39.764]➜  mode of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/configure.ac' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:15:14.5593841Z [00:01:39.771]➜  mode of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/config.log' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:15:14.5662582Z [00:01:39.778]➜  mode of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/.git/hooks/push-to-checkout.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:15:14.5731065Z [00:01:39.785]➜  mode of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/.git/hooks/post-update.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:15:14.5798759Z [00:01:39.792]➜  mode of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/.git/hooks/prepare-commit-msg.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:15:14.5867700Z [00:01:39.799]➜  mode of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/.git/hooks/update.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:15:14.5935457Z [00:01:39.805]➜  mode of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/.git/hooks/pre-receive.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:15:14.6004112Z [00:01:39.812]➜  mode of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/.git/hooks/sendemail-validate.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:15:14.6072100Z [00:01:39.819]➜  mode of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/.git/hooks/pre-commit.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:15:14.6140670Z [00:01:39.826]➜  mode of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/.git/hooks/commit-msg.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:15:14.6208206Z [00:01:39.833]➜  mode of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/.git/hooks/pre-applypatch.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:15:14.6277535Z [00:01:39.840]➜  mode of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/.git/hooks/pre-rebase.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:15:14.6345180Z [00:01:39.846]➜  mode of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/.git/hooks/pre-push.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:15:14.6413126Z [00:01:39.853]➜  mode of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/.git/hooks/applypatch-msg.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:15:14.6480674Z [00:01:39.860]➜  mode of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/.git/hooks/pre-merge-commit.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:15:14.6549188Z [00:01:39.867]➜  mode of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/.git/hooks/fsmonitor-watchman.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:15:14.6618233Z [00:01:39.874]➜  mode of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/.git/logs/refs/heads/main' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:15:14.6687241Z [00:01:39.881]➜  mode of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/.git/logs/refs/remotes/origin/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:15:14.6755675Z [00:01:39.887]➜  mode of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/.git/logs/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:15:14.6825130Z [00:01:39.894]➜  mode of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/.git/refs/heads/main' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:15:14.6892928Z [00:01:39.901]➜  mode of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/.git/refs/remotes/origin/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:15:14.6961520Z [00:01:39.908]➜  mode of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/.git/config' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:15:14.7029585Z [00:01:39.915]➜  mode of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/.git/shallow' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:15:14.7097438Z [00:01:39.922]➜  mode of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/.git/packed-refs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:15:14.7165560Z [00:01:39.928]➜  mode of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/.git/description' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:15:14.7234034Z [00:01:39.935]➜  mode of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/.git/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:15:14.7303783Z [00:01:39.942]➜  mode of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/.git/objects/pack/pack-f1d5e27a0a35e0ac0d189e74f122a7b9e67940c3.pack' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:15:14.7370890Z [00:01:39.949]➜  mode of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/.git/objects/pack/pack-e5a2ded0ef25c871e11f9980ed34f6b0bb1f7e07.rev' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:15:14.7439826Z [00:01:39.956]➜  mode of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/.git/objects/pack/pack-f1d5e27a0a35e0ac0d189e74f122a7b9e67940c3.idx' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:15:14.7509107Z [00:01:39.963]➜  mode of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/.git/objects/pack/pack-f1d5e27a0a35e0ac0d189e74f122a7b9e67940c3.rev' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:15:14.7577368Z [00:01:39.969]➜  mode of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/.git/objects/pack/pack-e5a2ded0ef25c871e11f9980ed34f6b0bb1f7e07.promisor' changed from 0600 (rw-------) to 0755 (rwxr-xr-x)
2025-08-20T22:15:14.7644751Z [00:01:39.976]➜  mode of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/.git/objects/pack/pack-f1d5e27a0a35e0ac0d189e74f122a7b9e67940c3.promisor' changed from 0600 (rw-------) to 0755 (rwxr-xr-x)
2025-08-20T22:15:14.7714040Z [00:01:39.983]➜  mode of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/.git/objects/pack/pack-e5a2ded0ef25c871e11f9980ed34f6b0bb1f7e07.idx' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:15:14.7780965Z [00:01:39.990]➜  mode of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/.git/objects/pack/pack-e5a2ded0ef25c871e11f9980ed34f6b0bb1f7e07.pack' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:15:14.7850241Z [00:01:39.997]➜  mode of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/.git/info/exclude' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:15:14.7918965Z [00:01:40.004]➜  mode of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.OZdHC73jtD/TEMPREPO/.git/index' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:15:14.7986950Z [00:01:40.011]➜  mode of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:15:14.8055212Z [00:01:40.017]➜  mode of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/MANIFEST.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:15:14.8123105Z [00:01:40.024]➜  mode of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/pv.version' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:15:14.8191135Z [00:01:40.031]➜  mode of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:15:14.8259796Z [00:01:40.038]➜  mode of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/pv.static.version' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:15:14.8327399Z [00:01:40.045]➜  mode of '/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:15:14.8654356Z [00:01:40.077]➜  realpath: missing operand
2025-08-20T22:15:14.8654818Z [00:01:40.077]➜  Try 'realpath --help' for more information.
2025-08-20T22:15:14.8748428Z [00:01:40.087]➜  
2025-08-20T22:15:14.8749104Z [00:01:40.087]➜  [+] Found LICENSE ==> [/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/LICENSE]
2025-08-20T22:15:14.8749878Z [00:01:40.087]➜  
2025-08-20T22:15:14.8750247Z [00:01:40.087]➜  
2025-08-20T22:15:14.8759954Z [00:01:40.088]➜                      GNU GENERAL PUBLIC LICENSE
2025-08-20T22:15:14.8760662Z [00:01:40.088]➜                         Version 3, 29 June 2007
2025-08-20T22:15:14.8761162Z [00:01:40.088]➜  
2025-08-20T22:15:14.8761968Z [00:01:40.088]➜   Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/>
2025-08-20T22:15:14.8762868Z [00:01:40.088]➜   Everyone is permitted to copy and distribute verbatim copies
2025-08-20T22:15:14.8763741Z [00:01:40.088]➜   of this license document, but changing it is not allowed.
2025-08-20T22:15:14.8764364Z [00:01:40.088]➜  
2025-08-20T22:15:14.8764810Z [00:01:40.088]➜                              Preamble
2025-08-20T22:15:14.8765313Z [00:01:40.088]➜  
2025-08-20T22:15:14.8765898Z [00:01:40.088]➜    The GNU General Public License is a free, copyleft license for
2025-08-20T22:15:14.8766607Z [00:01:40.088]➜  software and other kinds of works.
2025-08-20T22:15:14.8767094Z [00:01:40.088]➜  
2025-08-20T22:15:14.8767716Z [00:01:40.088]➜    The licenses for most software and other practical works are designed
2025-08-20T22:15:14.8768626Z [00:01:40.088]➜  to take away your freedom to share and change the works.  By contrast,
2025-08-20T22:15:14.8769596Z [00:01:40.088]➜  the GNU General Public License is intended to guarantee your freedom to
2025-08-20T22:15:14.8770573Z [00:01:40.088]➜  share and change all versions of a program--to make sure it remains free
2025-08-20T22:15:14.8771512Z [00:01:40.088]➜  software for all its users.  We, the Free Software Foundation, use the
2025-08-20T22:15:14.8772625Z [00:01:40.088]➜  GNU General Public License for most of our software; it applies also to
2025-08-20T22:15:14.8773551Z [00:01:40.088]➜  any other work released this way by its authors.  You can apply it to
2025-08-20T22:15:14.8774494Z [00:01:40.088]➜  your programs, too.
2025-08-20T22:15:14.8774954Z [00:01:40.088]➜  
2025-08-20T22:15:14.8775572Z [00:01:40.088]➜    When we speak of free software, we are referring to freedom, not
2025-08-20T22:15:14.8776458Z [00:01:40.088]➜  price.  Our General Public Licenses are designed to make sure that you
2025-08-20T22:15:14.8777366Z [00:01:40.088]➜  have the freedom to distribute copies of free software (and charge for
2025-08-20T22:15:14.8778244Z [00:01:40.088]➜  them if you wish), that you receive source code or can get it if you
2025-08-20T22:15:14.8778868Z [00:01:40.088]➜  want it, that you can change the software or use pieces of it in new
2025-08-20T22:15:14.8779665Z [00:01:40.088]➜  free programs, and that you know you can do these things.
2025-08-20T22:15:14.8780301Z [00:01:40.088]➜  
2025-08-20T22:15:14.8780919Z [00:01:40.088]➜    To protect your rights, we need to prevent others from denying you
2025-08-20T22:15:14.8782053Z [00:01:40.088]➜  these rights or asking you to surrender the rights.  Therefore, you have
2025-08-20T22:15:14.8783043Z [00:01:40.088]➜  certain responsibilities if you distribute copies of the software, or if
2025-08-20T22:15:14.8783979Z [00:01:40.088]➜  you modify it: responsibilities to respect the freedom of others.
2025-08-20T22:15:14.8784591Z [00:01:40.088]➜  
2025-08-20T22:15:14.8785199Z [00:01:40.088]➜    For example, if you distribute copies of such a program, whether
2025-08-20T22:15:14.8786055Z [00:01:40.088]➜  gratis or for a fee, you must pass on to the recipients the same
2025-08-20T22:15:14.8786630Z [00:01:40.088]➜  freedoms that you received.  You must make sure that they, too, receive
2025-08-20T22:15:14.8787201Z [00:01:40.088]➜  or can get the source code.  And you must show them these terms so they
2025-08-20T22:15:14.8787580Z [00:01:40.088]➜  know their rights.
2025-08-20T22:15:14.8788003Z [00:01:40.088]➜  
2025-08-20T22:15:14.8788652Z [00:01:40.088]➜    Developers that use the GNU GPL protect your rights with two steps:
2025-08-20T22:15:14.8789602Z [00:01:40.088]➜  (1) assert copyright on the software, and (2) offer you this License
2025-08-20T22:15:14.8790520Z [00:01:40.088]➜  giving you legal permission to copy, distribute and/or modify it.
2025-08-20T22:15:14.8791192Z [00:01:40.088]➜  
2025-08-20T22:15:14.8791999Z [00:01:40.088]➜    For the developers' and authors' protection, the GPL clearly explains
2025-08-20T22:15:14.8792974Z [00:01:40.088]➜  that there is no warranty for this free software.  For both users' and
2025-08-20T22:15:14.8794021Z [00:01:40.088]➜  authors' sake, the GPL requires that modified versions be marked as
2025-08-20T22:15:14.8795011Z [00:01:40.088]➜  changed, so that their problems will not be attributed erroneously to
2025-08-20T22:15:14.8795799Z [00:01:40.088]➜  authors of previous versions.
2025-08-20T22:15:14.8796314Z [00:01:40.088]➜  
2025-08-20T22:15:14.8796958Z [00:01:40.088]➜    Some devices are designed to deny users access to install or run
2025-08-20T22:15:14.8798197Z [00:01:40.088]➜  modified versions of the software inside them, although the manufacturer
2025-08-20T22:15:14.8799145Z [00:01:40.088]➜  can do so.  This is fundamentally incompatible with the aim of
2025-08-20T22:15:14.8800039Z [00:01:40.088]➜  protecting users' freedom to change the software.  The systematic
2025-08-20T22:15:14.8800972Z [00:01:40.088]➜  pattern of such abuse occurs in the area of products for individuals to
2025-08-20T22:15:14.8802009Z [00:01:40.088]➜  use, which is precisely where it is most unacceptable.  Therefore, we
2025-08-20T22:15:14.8802827Z [00:01:40.088]➜  have designed this version of the GPL to prohibit the practice for those
2025-08-20T22:15:14.8803819Z [00:01:40.088]➜  products.  If such problems arise substantially in other domains, we
2025-08-20T22:15:14.8804769Z [00:01:40.088]➜  stand ready to extend this provision to those domains in future versions
2025-08-20T22:15:14.8805398Z [00:01:40.088]➜  of the GPL, as needed to protect the freedom of users.
2025-08-20T22:15:14.8805736Z [00:01:40.088]➜  
2025-08-20T22:15:14.8806103Z [00:01:40.088]➜    Finally, every program is threatened constantly by software patents.
2025-08-20T22:15:14.8806634Z [00:01:40.088]➜  States should not allow patents to restrict development and use of
2025-08-20T22:15:14.8807158Z [00:01:40.088]➜  software on general-purpose computers, but in those that do, we wish to
2025-08-20T22:15:14.8807684Z [00:01:40.088]➜  avoid the special danger that patents applied to a free program could
2025-08-20T22:15:14.8808216Z [00:01:40.088]➜  make it effectively proprietary.  To prevent this, the GPL assures that
2025-08-20T22:15:14.8808714Z [00:01:40.088]➜  patents cannot be used to render the program non-free.
2025-08-20T22:15:14.8809044Z [00:01:40.088]➜  
2025-08-20T22:15:14.8809648Z [00:01:40.088]➜    The precise terms and conditions for copying, distribution and
2025-08-20T22:15:14.8810043Z [00:01:40.088]➜  modification follow.
2025-08-20T22:15:14.8810303Z [00:01:40.088]➜  
2025-08-20T22:15:14.8810577Z [00:01:40.088]➜                         TERMS AND CONDITIONS
2025-08-20T22:15:14.8810863Z [00:01:40.088]➜  
2025-08-20T22:15:14.8811083Z [00:01:40.088]➜    0. Definitions.
2025-08-20T22:15:14.8811326Z [00:01:40.088]➜  
2025-08-20T22:15:14.8811932Z [00:01:40.088]➜    "This License" refers to version 3 of the GNU General Public License.
2025-08-20T22:15:14.8812419Z [00:01:40.088]➜  
2025-08-20T22:15:14.8812876Z [00:01:40.088]➜    "Copyright" also means copyright-like laws that apply to other kinds of
2025-08-20T22:15:14.8813403Z [00:01:40.088]➜  works, such as semiconductor masks.
2025-08-20T22:15:14.8813933Z [00:01:40.088]➜  
2025-08-20T22:15:14.8814575Z [00:01:40.088]➜    "The Program" refers to any copyrightable work licensed under this
2025-08-20T22:15:14.8815378Z [00:01:40.088]➜  License.  Each licensee is addressed as "you".  "Licensees" and
2025-08-20T22:15:14.8815834Z [00:01:40.088]➜  "recipients" may be individuals or organizations.
2025-08-20T22:15:14.8816155Z [00:01:40.088]➜  
2025-08-20T22:15:14.8816514Z [00:01:40.088]➜    To "modify" a work means to copy from or adapt all or part of the work
2025-08-20T22:15:14.8817055Z [00:01:40.088]➜  in a fashion requiring copyright permission, other than the making of an
2025-08-20T22:15:14.8817589Z [00:01:40.088]➜  exact copy.  The resulting work is called a "modified version" of the
2025-08-20T22:15:14.8818051Z [00:01:40.088]➜  earlier work or a work "based on" the earlier work.
2025-08-20T22:15:14.8818364Z [00:01:40.088]➜  
2025-08-20T22:15:14.8818712Z [00:01:40.088]➜    A "covered work" means either the unmodified Program or a work based
2025-08-20T22:15:14.8819093Z [00:01:40.088]➜  on the Program.
2025-08-20T22:15:14.8819330Z [00:01:40.088]➜  
2025-08-20T22:15:14.8819677Z [00:01:40.088]➜    To "propagate" a work means to do anything with it that, without
2025-08-20T22:15:14.8820165Z [00:01:40.088]➜  permission, would make you directly or secondarily liable for
2025-08-20T22:15:14.8820680Z [00:01:40.088]➜  infringement under applicable copyright law, except executing it on a
2025-08-20T22:15:14.8821390Z [00:01:40.088]➜  computer or modifying a private copy.  Propagation includes copying,
2025-08-20T22:15:14.8822116Z [00:01:40.088]➜  distribution (with or without modification), making available to the
2025-08-20T22:15:14.8822595Z [00:01:40.088]➜  public, and in some countries other activities as well.
2025-08-20T22:15:14.8822916Z [00:01:40.088]➜  
2025-08-20T22:15:14.8823250Z [00:01:40.088]➜    To "convey" a work means any kind of propagation that enables other
2025-08-20T22:15:14.8823768Z [00:01:40.088]➜  parties to make or receive copies.  Mere interaction with a user through
2025-08-20T22:15:14.8824286Z [00:01:40.088]➜  a computer network, with no transfer of a copy, is not conveying.
2025-08-20T22:15:14.8824814Z [00:01:40.088]➜  
2025-08-20T22:15:14.8825446Z [00:01:40.088]➜    An interactive user interface displays "Appropriate Legal Notices"
2025-08-20T22:15:14.8826235Z [00:01:40.088]➜  to the extent that it includes a convenient and prominently visible
2025-08-20T22:15:14.8826753Z [00:01:40.088]➜  feature that (1) displays an appropriate copyright notice, and (2)
2025-08-20T22:15:14.8827251Z [00:01:40.088]➜  tells the user that there is no warranty for the work (except to the
2025-08-20T22:15:14.8827749Z [00:01:40.089]➜  extent that warranties are provided), that licensees may convey the
2025-08-20T22:15:14.8828251Z [00:01:40.089]➜  work under this License, and how to view a copy of this License.  If
2025-08-20T22:15:14.8828752Z [00:01:40.089]➜  the interface presents a list of user commands or options, such as a
2025-08-20T22:15:14.8829221Z [00:01:40.089]➜  menu, a prominent item in the list meets this criterion.
2025-08-20T22:15:14.8829545Z [00:01:40.089]➜  
2025-08-20T22:15:14.8829765Z [00:01:40.089]➜    1. Source Code.
2025-08-20T22:15:14.8830153Z [00:01:40.089]➜  
2025-08-20T22:15:14.8830494Z [00:01:40.089]➜    The "source code" for a work means the preferred form of the work
2025-08-20T22:15:14.8830991Z [00:01:40.089]➜  for making modifications to it.  "Object code" means any non-source
2025-08-20T22:15:14.8831379Z [00:01:40.089]➜  form of a work.
2025-08-20T22:15:14.8831804Z [00:01:40.089]➜  
2025-08-20T22:15:14.8832177Z [00:01:40.089]➜    A "Standard Interface" means an interface that either is an official
2025-08-20T22:15:14.8832690Z [00:01:40.089]➜  standard defined by a recognized standards body, or, in the case of
2025-08-20T22:15:14.8833209Z [00:01:40.089]➜  interfaces specified for a particular programming language, one that
2025-08-20T22:15:14.8833694Z [00:01:40.089]➜  is widely used among developers working in that language.
2025-08-20T22:15:14.8834025Z [00:01:40.089]➜  
2025-08-20T22:15:14.8834370Z [00:01:40.089]➜    The "System Libraries" of an executable work include anything, other
2025-08-20T22:15:14.8834874Z [00:01:40.089]➜  than the work as a whole, that (a) is included in the normal form of
2025-08-20T22:15:14.8835625Z [00:01:40.089]➜  packaging a Major Component, but which is not part of that Major
2025-08-20T22:15:14.8836549Z [00:01:40.089]➜  Component, and (b) serves only to enable use of the work with that
2025-08-20T22:15:14.8837115Z [00:01:40.089]➜  Major Component, or to implement a Standard Interface for which an
2025-08-20T22:15:14.8837624Z [00:01:40.089]➜  implementation is available to the public in source code form.  A
2025-08-20T22:15:14.8838148Z [00:01:40.089]➜  "Major Component", in this context, means a major essential component
2025-08-20T22:15:14.8838665Z [00:01:40.089]➜  (kernel, window system, and so on) of the specific operating system
2025-08-20T22:15:14.8839150Z [00:01:40.089]➜  (if any) on which the executable work runs, or a compiler used to
2025-08-20T22:15:14.8839615Z [00:01:40.089]➜  produce the work, or an object code interpreter used to run it.
2025-08-20T22:15:14.8839963Z [00:01:40.089]➜  
2025-08-20T22:15:14.8840319Z [00:01:40.089]➜    The "Corresponding Source" for a work in object code form means all
2025-08-20T22:15:14.8840819Z [00:01:40.089]➜  the source code needed to generate, install, and (for an executable
2025-08-20T22:15:14.8841500Z [00:01:40.089]➜  work) run the object code and to modify the work, including scripts to
2025-08-20T22:15:14.8842276Z [00:01:40.089]➜  control those activities.  However, it does not include the work's
2025-08-20T22:15:14.8842810Z [00:01:40.089]➜  System Libraries, or general-purpose tools or generally available free
2025-08-20T22:15:14.8843346Z [00:01:40.089]➜  programs which are used unmodified in performing those activities but
2025-08-20T22:15:14.8843845Z [00:01:40.089]➜  which are not part of the work.  For example, Corresponding Source
2025-08-20T22:15:14.8844359Z [00:01:40.089]➜  includes interface definition files associated with source files for
2025-08-20T22:15:14.8844871Z [00:01:40.089]➜  the work, and the source code for shared libraries and dynamically
2025-08-20T22:15:14.8845372Z [00:01:40.089]➜  linked subprograms that the work is specifically designed to require,
2025-08-20T22:15:14.8845988Z [00:01:40.089]➜  such as by intimate data communication or control flow between those
2025-08-20T22:15:14.8846777Z [00:01:40.089]➜  subprograms and other parts of the work.
2025-08-20T22:15:14.8847294Z [00:01:40.089]➜  
2025-08-20T22:15:14.8847646Z [00:01:40.089]➜    The Corresponding Source need not include anything that users
2025-08-20T22:15:14.8848144Z [00:01:40.089]➜  can regenerate automatically from other parts of the Corresponding
2025-08-20T22:15:14.8848512Z [00:01:40.089]➜  Source.
2025-08-20T22:15:14.8848731Z [00:01:40.089]➜  
2025-08-20T22:15:14.8849068Z [00:01:40.089]➜    The Corresponding Source for a work in source code form is that
2025-08-20T22:15:14.8849430Z [00:01:40.089]➜  same work.
2025-08-20T22:15:14.8849654Z [00:01:40.089]➜  
2025-08-20T22:15:14.8849884Z [00:01:40.089]➜    2. Basic Permissions.
2025-08-20T22:15:14.8850291Z [00:01:40.089]➜  
2025-08-20T22:15:14.8850643Z [00:01:40.089]➜    All rights granted under this License are granted for the term of
2025-08-20T22:15:14.8851142Z [00:01:40.089]➜  copyright on the Program, and are irrevocable provided the stated
2025-08-20T22:15:14.8851894Z [00:01:40.089]➜  conditions are met.  This License explicitly affirms your unlimited
2025-08-20T22:15:14.8852465Z [00:01:40.089]➜  permission to run the unmodified Program.  The output from running a
2025-08-20T22:15:14.8852970Z [00:01:40.089]➜  covered work is covered by this License only if the output, given its
2025-08-20T22:15:14.8853481Z [00:01:40.089]➜  content, constitutes a covered work.  This License acknowledges your
2025-08-20T22:15:14.8853986Z [00:01:40.089]➜  rights of fair use or other equivalent, as provided by copyright law.
2025-08-20T22:15:14.8854342Z [00:01:40.089]➜  
2025-08-20T22:15:14.8854660Z [00:01:40.089]➜    You may make, run and propagate covered works that you do not
2025-08-20T22:15:14.8855152Z [00:01:40.089]➜  convey, without conditions so long as your license otherwise remains
2025-08-20T22:15:14.8855655Z [00:01:40.089]➜  in force.  You may convey covered works to others for the sole purpose
2025-08-20T22:15:14.8856161Z [00:01:40.089]➜  of having them make modifications exclusively for you, or provide you
2025-08-20T22:15:14.8856767Z [00:01:40.089]➜  with facilities for running those works, provided that you comply with
2025-08-20T22:15:14.8857699Z [00:01:40.089]➜  the terms of this License in conveying all material for which you do
2025-08-20T22:15:14.8858371Z [00:01:40.089]➜  not control copyright.  Those thus making or running the covered works
2025-08-20T22:15:14.8858872Z [00:01:40.089]➜  for you must do so exclusively on your behalf, under your direction
2025-08-20T22:15:14.8859357Z [00:01:40.089]➜  and control, on terms that prohibit them from making any copies of
2025-08-20T22:15:14.8859844Z [00:01:40.089]➜  your copyrighted material outside their relationship with you.
2025-08-20T22:15:14.8860206Z [00:01:40.089]➜  
2025-08-20T22:15:14.8860551Z [00:01:40.089]➜    Conveying under any other circumstances is permitted solely under
2025-08-20T22:15:14.8861064Z [00:01:40.089]➜  the conditions stated below.  Sublicensing is not allowed; section 10
2025-08-20T22:15:14.8861805Z [00:01:40.089]➜  makes it unnecessary.
2025-08-20T22:15:14.8862071Z [00:01:40.089]➜  
2025-08-20T22:15:14.8862410Z [00:01:40.089]➜    3. Protecting Users' Legal Rights From Anti-Circumvention Law.
2025-08-20T22:15:14.8862753Z [00:01:40.089]➜  
2025-08-20T22:15:14.8863084Z [00:01:40.089]➜    No covered work shall be deemed part of an effective technological
2025-08-20T22:15:14.8863588Z [00:01:40.089]➜  measure under any applicable law fulfilling obligations under article
2025-08-20T22:15:14.8864077Z [00:01:40.089]➜  11 of the WIPO copyright treaty adopted on 20 December 1996, or
2025-08-20T22:15:14.8864550Z [00:01:40.089]➜  similar laws prohibiting or restricting circumvention of such
2025-08-20T22:15:14.8864911Z [00:01:40.089]➜  measures.
2025-08-20T22:15:14.8865141Z [00:01:40.089]➜  
2025-08-20T22:15:14.8865478Z [00:01:40.089]➜    When you convey a covered work, you waive any legal power to forbid
2025-08-20T22:15:14.8866006Z [00:01:40.089]➜  circumvention of technological measures to the extent such circumvention
2025-08-20T22:15:14.8866543Z [00:01:40.089]➜  is effected by exercising rights under this License with respect to
2025-08-20T22:15:14.8867049Z [00:01:40.089]➜  the covered work, and you disclaim any intention to limit operation or
2025-08-20T22:15:14.8867910Z [00:01:40.089]➜  modification of the work as a means of enforcing, against the work's
2025-08-20T22:15:14.8868767Z [00:01:40.089]➜  users, your or third parties' legal rights to forbid circumvention of
2025-08-20T22:15:14.8869167Z [00:01:40.089]➜  technological measures.
2025-08-20T22:15:14.8869424Z [00:01:40.089]➜  
2025-08-20T22:15:14.8869669Z [00:01:40.089]➜    4. Conveying Verbatim Copies.
2025-08-20T22:15:14.8869938Z [00:01:40.089]➜  
2025-08-20T22:15:14.8870424Z [00:01:40.089]➜    You may convey verbatim copies of the Program's source code as you
2025-08-20T22:15:14.8870926Z [00:01:40.089]➜  receive it, in any medium, provided that you conspicuously and
2025-08-20T22:15:14.8871443Z [00:01:40.089]➜  appropriately publish on each copy an appropriate copyright notice;
2025-08-20T22:15:14.8872151Z [00:01:40.089]➜  keep intact all notices stating that this License and any
2025-08-20T22:15:14.8872657Z [00:01:40.089]➜  non-permissive terms added in accord with section 7 apply to the code;
2025-08-20T22:15:14.8873177Z [00:01:40.089]➜  keep intact all notices of the absence of any warranty; and give all
2025-08-20T22:15:14.8873649Z [00:01:40.089]➜  recipients a copy of this License along with the Program.
2025-08-20T22:15:14.8873979Z [00:01:40.089]➜  
2025-08-20T22:15:14.8874321Z [00:01:40.089]➜    You may charge any price or no price for each copy that you convey,
2025-08-20T22:15:14.8874792Z [00:01:40.089]➜  and you may offer support or warranty protection for a fee.
2025-08-20T22:15:14.8875134Z [00:01:40.089]➜  
2025-08-20T22:15:14.8875398Z [00:01:40.089]➜    5. Conveying Modified Source Versions.
2025-08-20T22:15:14.8875687Z [00:01:40.089]➜  
2025-08-20T22:15:14.8876020Z [00:01:40.089]➜    You may convey a work based on the Program, or the modifications to
2025-08-20T22:15:14.8876524Z [00:01:40.089]➜  produce it from the Program, in the form of source code under the
2025-08-20T22:15:14.8877029Z [00:01:40.089]➜  terms of section 4, provided that you also meet all of these conditions:
2025-08-20T22:15:14.8877400Z [00:01:40.089]➜  
2025-08-20T22:15:14.8877760Z [00:01:40.089]➜      a) The work must carry prominent notices stating that you modified
2025-08-20T22:15:14.8878495Z [00:01:40.089]➜      it, and giving a relevant date.
2025-08-20T22:15:14.8878987Z [00:01:40.089]➜  
2025-08-20T22:15:14.8879404Z [00:01:40.089]➜      b) The work must carry prominent notices stating that it is
2025-08-20T22:15:14.8879896Z [00:01:40.089]➜      released under this License and any conditions added under section
2025-08-20T22:15:14.8880382Z [00:01:40.089]➜      7.  This requirement modifies the requirement in section 4 to
2025-08-20T22:15:14.8880767Z [00:01:40.089]➜      "keep intact all notices".
2025-08-20T22:15:14.8881213Z [00:01:40.089]➜  
2025-08-20T22:15:14.8881531Z [00:01:40.089]➜      c) You must license the entire work, as a whole, under this
2025-08-20T22:15:14.8882298Z [00:01:40.089]➜      License to anyone who comes into possession of a copy.  This
2025-08-20T22:15:14.8882817Z [00:01:40.089]➜      License will therefore apply, along with any applicable section 7
2025-08-20T22:15:14.8883315Z [00:01:40.089]➜      additional terms, to the whole of the work, and all its parts,
2025-08-20T22:15:14.8883787Z [00:01:40.089]➜      regardless of how they are packaged.  This License gives no
2025-08-20T22:15:14.8884265Z [00:01:40.089]➜      permission to license the work in any other way, but it does not
2025-08-20T22:15:14.8884773Z [00:01:40.089]➜      invalidate such permission if you have separately received it.
2025-08-20T22:15:14.8885118Z [00:01:40.089]➜  
2025-08-20T22:15:14.8885449Z [00:01:40.089]➜      d) If the work has interactive user interfaces, each must display
2025-08-20T22:15:14.8885940Z [00:01:40.089]➜      Appropriate Legal Notices; however, if the Program has interactive
2025-08-20T22:15:14.8886447Z [00:01:40.089]➜      interfaces that do not display Appropriate Legal Notices, your
2025-08-20T22:15:14.8886889Z [00:01:40.089]➜      work need not make them do so.
2025-08-20T22:15:14.8887160Z [00:01:40.089]➜  
2025-08-20T22:15:14.8887508Z [00:01:40.089]➜    A compilation of a covered work with other separate and independent
2025-08-20T22:15:14.8888007Z [00:01:40.089]➜  works, which are not by their nature extensions of the covered work,
2025-08-20T22:15:14.8888601Z [00:01:40.089]➜  and which are not combined with it such as to form a larger program,
2025-08-20T22:15:14.8889490Z [00:01:40.089]➜  in or on a volume of a storage or distribution medium, is called an
2025-08-20T22:15:14.8890353Z [00:01:40.089]➜  "aggregate" if the compilation and its resulting copyright are not
2025-08-20T22:15:14.8890865Z [00:01:40.089]➜  used to limit the access or legal rights of the compilation's users
2025-08-20T22:15:14.8891380Z [00:01:40.089]➜  beyond what the individual works permit.  Inclusion of a covered work
2025-08-20T22:15:14.8892112Z [00:01:40.089]➜  in an aggregate does not cause this License to apply to the other
2025-08-20T22:15:14.8892498Z [00:01:40.089]➜  parts of the aggregate.
2025-08-20T22:15:14.8892765Z [00:01:40.089]➜  
2025-08-20T22:15:14.8893013Z [00:01:40.089]➜    6. Conveying Non-Source Forms.
2025-08-20T22:15:14.8893289Z [00:01:40.089]➜  
2025-08-20T22:15:14.8893627Z [00:01:40.089]➜    You may convey a covered work in object code form under the terms
2025-08-20T22:15:14.8894084Z [00:01:40.089]➜  of sections 4 and 5, provided that you also convey the
2025-08-20T22:15:14.8894582Z [00:01:40.089]➜  machine-readable Corresponding Source under the terms of this License,
2025-08-20T22:15:14.8895000Z [00:01:40.089]➜  in one of these ways:
2025-08-20T22:15:14.8895252Z [00:01:40.089]➜  
2025-08-20T22:15:14.8895582Z [00:01:40.089]➜      a) Convey the object code in, or embodied in, a physical product
2025-08-20T22:15:14.8896073Z [00:01:40.089]➜      (including a physical distribution medium), accompanied by the
2025-08-20T22:15:14.8896546Z [00:01:40.089]➜      Corresponding Source fixed on a durable physical medium
2025-08-20T22:15:14.8896964Z [00:01:40.089]➜      customarily used for software interchange.
2025-08-20T22:15:14.8897258Z [00:01:40.089]➜  
2025-08-20T22:15:14.8897587Z [00:01:40.089]➜      b) Convey the object code in, or embodied in, a physical product
2025-08-20T22:15:14.8898060Z [00:01:40.089]➜      (including a physical distribution medium), accompanied by a
2025-08-20T22:15:14.8898535Z [00:01:40.089]➜      written offer, valid for at least three years and valid for as
2025-08-20T22:15:14.8899021Z [00:01:40.089]➜      long as you offer spare parts or customer support for that product
2025-08-20T22:15:14.8899727Z [00:01:40.089]➜      model, to give anyone who possesses the object code either (1) a
2025-08-20T22:15:14.8900589Z [00:01:40.089]➜      copy of the Corresponding Source for all the software in the
2025-08-20T22:15:14.8901331Z [00:01:40.089]➜      product that is covered by this License, on a durable physical
2025-08-20T22:15:14.8902098Z [00:01:40.089]➜      medium customarily used for software interchange, for a price no
2025-08-20T22:15:14.8902599Z [00:01:40.089]➜      more than your reasonable cost of physically performing this
2025-08-20T22:15:14.8903035Z [00:01:40.089]➜      conveying of source, or (2) access to copy the
2025-08-20T22:15:14.8903479Z [00:01:40.089]➜      Corresponding Source from a network server at no charge.
2025-08-20T22:15:14.8903815Z [00:01:40.089]➜  
2025-08-20T22:15:14.8904158Z [00:01:40.089]➜      c) Convey individual copies of the object code with a copy of the
2025-08-20T22:15:14.8904636Z [00:01:40.089]➜      written offer to provide the Corresponding Source.  This
2025-08-20T22:15:14.8905139Z [00:01:40.089]➜      alternative is allowed only occasionally and noncommercially, and
2025-08-20T22:15:14.8905646Z [00:01:40.089]➜      only if you received the object code with such an offer, in accord
2025-08-20T22:15:14.8906041Z [00:01:40.089]➜      with subsection 6b.
2025-08-20T22:15:14.8906297Z [00:01:40.089]➜  
2025-08-20T22:15:14.8906626Z [00:01:40.090]➜      d) Convey the object code by offering access from a designated
2025-08-20T22:15:14.8907110Z [00:01:40.090]➜      place (gratis or for a charge), and offer equivalent access to the
2025-08-20T22:15:14.8907611Z [00:01:40.090]➜      Corresponding Source in the same way through the same place at no
2025-08-20T22:15:14.8908103Z [00:01:40.090]➜      further charge.  You need not require recipients to copy the
2025-08-20T22:15:14.8908596Z [00:01:40.090]➜      Corresponding Source along with the object code.  If the place to
2025-08-20T22:15:14.8909224Z [00:01:40.090]➜      copy the object code is a network server, the Corresponding Source
2025-08-20T22:15:14.8909729Z [00:01:40.090]➜      may be on a different server (operated by you or a third party)
2025-08-20T22:15:14.8910571Z [00:01:40.090]➜      that supports equivalent copying facilities, provided you maintain
2025-08-20T22:15:14.8911534Z [00:01:40.090]➜      clear directions next to the object code saying where to find the
2025-08-20T22:15:14.8912254Z [00:01:40.090]➜      Corresponding Source.  Regardless of what server hosts the
2025-08-20T22:15:14.8912746Z [00:01:40.090]➜      Corresponding Source, you remain obligated to ensure that it is
2025-08-20T22:15:14.8913240Z [00:01:40.090]➜      available for as long as needed to satisfy these requirements.
2025-08-20T22:15:14.8913585Z [00:01:40.090]➜  
2025-08-20T22:15:14.8913936Z [00:01:40.090]➜      e) Convey the object code using peer-to-peer transmission, provided
2025-08-20T22:15:14.8914441Z [00:01:40.090]➜      you inform other peers where the object code and Corresponding
2025-08-20T22:15:14.8914926Z [00:01:40.090]➜      Source of the work are being offered to the general public at no
2025-08-20T22:15:14.8915321Z [00:01:40.090]➜      charge under subsection 6d.
2025-08-20T22:15:14.8915592Z [00:01:40.090]➜  
2025-08-20T22:15:14.8915960Z [00:01:40.090]➜    A separable portion of the object code, whose source code is excluded
2025-08-20T22:15:14.8916463Z [00:01:40.090]➜  from the Corresponding Source as a System Library, need not be
2025-08-20T22:15:14.8916889Z [00:01:40.090]➜  included in conveying the object code work.
2025-08-20T22:15:14.8917182Z [00:01:40.090]➜  
2025-08-20T22:15:14.8917521Z [00:01:40.090]➜    A "User Product" is either (1) a "consumer product", which means any
2025-08-20T22:15:14.8918046Z [00:01:40.090]➜  tangible personal property which is normally used for personal, family,
2025-08-20T22:15:14.8918599Z [00:01:40.090]➜  or household purposes, or (2) anything designed or sold for incorporation
2025-08-20T22:15:14.8919147Z [00:01:40.090]➜  into a dwelling.  In determining whether a product is a consumer product,
2025-08-20T22:15:14.8919683Z [00:01:40.090]➜  doubtful cases shall be resolved in favor of coverage.  For a particular
2025-08-20T22:15:14.8920204Z [00:01:40.090]➜  product received by a particular user, "normally used" refers to a
2025-08-20T22:15:14.8921089Z [00:01:40.090]➜  typical or common use of that class of product, regardless of the status
2025-08-20T22:15:14.8922197Z [00:01:40.090]➜  of the particular user or of the way in which the particular user
2025-08-20T22:15:14.8922985Z [00:01:40.090]➜  actually uses, or expects or is expected to use, the product.  A product
2025-08-20T22:15:14.8923521Z [00:01:40.090]➜  is a consumer product regardless of whether the product has substantial
2025-08-20T22:15:14.8924062Z [00:01:40.090]➜  commercial, industrial or non-consumer uses, unless such uses represent
2025-08-20T22:15:14.8924528Z [00:01:40.090]➜  the only significant mode of use of the product.
2025-08-20T22:15:14.8924854Z [00:01:40.090]➜  
2025-08-20T22:15:14.8925215Z [00:01:40.090]➜    "Installation Information" for a User Product means any methods,
2025-08-20T22:15:14.8925756Z [00:01:40.090]➜  procedures, authorization keys, or other information required to install
2025-08-20T22:15:14.8926330Z [00:01:40.090]➜  and execute modified versions of a covered work in that User Product from
2025-08-20T22:15:14.8926864Z [00:01:40.090]➜  a modified version of its Corresponding Source.  The information must
2025-08-20T22:15:14.8927389Z [00:01:40.090]➜  suffice to ensure that the continued functioning of the modified object
2025-08-20T22:15:14.8927876Z [00:01:40.090]➜  code is in no case prevented or interfered with solely because
2025-08-20T22:15:14.8928253Z [00:01:40.090]➜  modification has been made.
2025-08-20T22:15:14.8928520Z [00:01:40.090]➜  
2025-08-20T22:15:14.8928862Z [00:01:40.090]➜    If you convey an object code work under this section in, or with, or
2025-08-20T22:15:14.8929372Z [00:01:40.090]➜  specifically for use in, a User Product, and the conveying occurs as
2025-08-20T22:15:14.8930080Z [00:01:40.090]➜  part of a transaction in which the right of possession and use of the
2025-08-20T22:15:14.8930609Z [00:01:40.090]➜  User Product is transferred to the recipient in perpetuity or for a
2025-08-20T22:15:14.8931133Z [00:01:40.090]➜  fixed term (regardless of how the transaction is characterized), the
2025-08-20T22:15:14.8931890Z [00:01:40.090]➜  Corresponding Source conveyed under this section must be accompanied
2025-08-20T22:15:14.8932844Z [00:01:40.090]➜  by the Installation Information.  But this requirement does not apply
2025-08-20T22:15:14.8933652Z [00:01:40.090]➜  if neither you nor any third party retains the ability to install
2025-08-20T22:15:14.8934154Z [00:01:40.090]➜  modified object code on the User Product (for example, the work has
2025-08-20T22:15:14.8934553Z [00:01:40.090]➜  been installed in ROM).
2025-08-20T22:15:14.8934813Z [00:01:40.090]➜  
2025-08-20T22:15:14.8935178Z [00:01:40.090]➜    The requirement to provide Installation Information does not include a
2025-08-20T22:15:14.8935734Z [00:01:40.090]➜  requirement to continue to provide support service, warranty, or updates
2025-08-20T22:15:14.8936256Z [00:01:40.090]➜  for a work that has been modified or installed by the recipient, or for
2025-08-20T22:15:14.8936783Z [00:01:40.090]➜  the User Product in which it has been modified or installed.  Access to a
2025-08-20T22:15:14.8937285Z [00:01:40.090]➜  network may be denied when the modification itself materially and
2025-08-20T22:15:14.8937804Z [00:01:40.090]➜  adversely affects the operation of the network or violates the rules and
2025-08-20T22:15:14.8938269Z [00:01:40.090]➜  protocols for communication across the network.
2025-08-20T22:15:14.8938576Z [00:01:40.090]➜  
2025-08-20T22:15:14.8938944Z [00:01:40.090]➜    Corresponding Source conveyed, and Installation Information provided,
2025-08-20T22:15:14.8939454Z [00:01:40.090]➜  in accord with this section must be in a format that is publicly
2025-08-20T22:15:14.8939953Z [00:01:40.090]➜  documented (and with an implementation available to the public in
2025-08-20T22:15:14.8940460Z [00:01:40.090]➜  source code form), and must require no special password or key for
2025-08-20T22:15:14.8940859Z [00:01:40.090]➜  unpacking, reading or copying.
2025-08-20T22:15:14.8941308Z [00:01:40.090]➜  
2025-08-20T22:15:14.8941538Z [00:01:40.090]➜    7. Additional Terms.
2025-08-20T22:15:14.8941990Z [00:01:40.090]➜  
2025-08-20T22:15:14.8942352Z [00:01:40.090]➜    "Additional permissions" are terms that supplement the terms of this
2025-08-20T22:15:14.8943150Z [00:01:40.090]➜  License by making exceptions from one or more of its conditions.
2025-08-20T22:15:14.8944075Z [00:01:40.090]➜  Additional permissions that are applicable to the entire Program shall
2025-08-20T22:15:14.8944625Z [00:01:40.090]➜  be treated as though they were included in this License, to the extent
2025-08-20T22:15:14.8945129Z [00:01:40.090]➜  that they are valid under applicable law.  If additional permissions
2025-08-20T22:15:14.8945639Z [00:01:40.090]➜  apply only to part of the Program, that part may be used separately
2025-08-20T22:15:14.8946137Z [00:01:40.090]➜  under those permissions, but the entire Program remains governed by
2025-08-20T22:15:14.8946620Z [00:01:40.090]➜  this License without regard to the additional permissions.
2025-08-20T22:15:14.8946972Z [00:01:40.090]➜  
2025-08-20T22:15:14.8947305Z [00:01:40.090]➜    When you convey a copy of a covered work, you may at your option
2025-08-20T22:15:14.8947816Z [00:01:40.090]➜  remove any additional permissions from that copy, or from any part of
2025-08-20T22:15:14.8948319Z [00:01:40.090]➜  it.  (Additional permissions may be written to require their own
2025-08-20T22:15:14.8948813Z [00:01:40.090]➜  removal in certain cases when you modify the work.)  You may place
2025-08-20T22:15:14.8949336Z [00:01:40.090]➜  additional permissions on material, added by you to a covered work,
2025-08-20T22:15:14.8949846Z [00:01:40.090]➜  for which you have or can give appropriate copyright permission.
2025-08-20T22:15:14.8950352Z [00:01:40.090]➜  
2025-08-20T22:15:14.8950739Z [00:01:40.090]➜    Notwithstanding any other provision of this License, for material you
2025-08-20T22:15:14.8951272Z [00:01:40.090]➜  add to a covered work, you may (if authorized by the copyright holders of
2025-08-20T22:15:14.8951994Z [00:01:40.090]➜  that material) supplement the terms of this License with terms:
2025-08-20T22:15:14.8952349Z [00:01:40.090]➜  
2025-08-20T22:15:14.8952703Z [00:01:40.090]➜      a) Disclaiming warranty or limiting liability differently from the
2025-08-20T22:15:14.8953174Z [00:01:40.090]➜      terms of sections 15 and 16 of this License; or
2025-08-20T22:15:14.8953736Z [00:01:40.090]➜  
2025-08-20T22:15:14.8954365Z [00:01:40.090]➜      b) Requiring preservation of specified reasonable legal notices or
2025-08-20T22:15:14.8955111Z [00:01:40.090]➜      author attributions in that material or in the Appropriate Legal
2025-08-20T22:15:14.8955557Z [00:01:40.090]➜      Notices displayed by works containing it; or
2025-08-20T22:15:14.8955875Z [00:01:40.090]➜  
2025-08-20T22:15:14.8956246Z [00:01:40.090]➜      c) Prohibiting misrepresentation of the origin of that material, or
2025-08-20T22:15:14.8956757Z [00:01:40.090]➜      requiring that modified versions of such material be marked in
2025-08-20T22:15:14.8957242Z [00:01:40.090]➜      reasonable ways as different from the original version; or
2025-08-20T22:15:14.8957579Z [00:01:40.090]➜  
2025-08-20T22:15:14.8957918Z [00:01:40.090]➜      d) Limiting the use for publicity purposes of names of licensors or
2025-08-20T22:15:14.8958317Z [00:01:40.090]➜      authors of the material; or
2025-08-20T22:15:14.8958587Z [00:01:40.090]➜  
2025-08-20T22:15:14.8958916Z [00:01:40.090]➜      e) Declining to grant rights under trademark law for use of some
2025-08-20T22:15:14.8959353Z [00:01:40.090]➜      trade names, trademarks, or service marks; or
2025-08-20T22:15:14.8959660Z [00:01:40.090]➜  
2025-08-20T22:15:14.8959985Z [00:01:40.090]➜      f) Requiring indemnification of licensors and authors of that
2025-08-20T22:15:14.8960498Z [00:01:40.090]➜      material by anyone who conveys the material (or modified versions of
2025-08-20T22:15:14.8961007Z [00:01:40.090]➜      it) with contractual assumptions of liability to the recipient, for
2025-08-20T22:15:14.8961894Z [00:01:40.090]➜      any liability that these contractual assumptions directly impose on
2025-08-20T22:15:14.8962309Z [00:01:40.090]➜      those licensors and authors.
2025-08-20T22:15:14.8962576Z [00:01:40.090]➜  
2025-08-20T22:15:14.8962917Z [00:01:40.090]➜    All other non-permissive additional terms are considered "further
2025-08-20T22:15:14.8963433Z [00:01:40.090]➜  restrictions" within the meaning of section 10.  If the Program as you
2025-08-20T22:15:14.8964034Z [00:01:40.090]➜  received it, or any part of it, contains a notice stating that it is
2025-08-20T22:15:14.8964903Z [00:01:40.090]➜  governed by this License along with a term that is a further
2025-08-20T22:15:14.8965662Z [00:01:40.090]➜  restriction, you may remove that term.  If a license document contains
2025-08-20T22:15:14.8966214Z [00:01:40.090]➜  a further restriction but permits relicensing or conveying under this
2025-08-20T22:15:14.8966729Z [00:01:40.090]➜  License, you may add to a covered work material governed by the terms
2025-08-20T22:15:14.8967236Z [00:01:40.090]➜  of that license document, provided that the further restriction does
2025-08-20T22:15:14.8967669Z [00:01:40.090]➜  not survive such relicensing or conveying.
2025-08-20T22:15:14.8967963Z [00:01:40.090]➜  
2025-08-20T22:15:14.8968296Z [00:01:40.090]➜    If you add terms to a covered work in accord with this section, you
2025-08-20T22:15:14.8968763Z [00:01:40.090]➜  must place, in the relevant source files, a statement of the
2025-08-20T22:15:14.8969248Z [00:01:40.090]➜  additional terms that apply to those files, or a notice indicating
2025-08-20T22:15:14.8969669Z [00:01:40.090]➜  where to find the applicable terms.
2025-08-20T22:15:14.8969946Z [00:01:40.090]➜  
2025-08-20T22:15:14.8970456Z [00:01:40.090]➜    Additional terms, permissive or non-permissive, may be stated in the
2025-08-20T22:15:14.8970970Z [00:01:40.090]➜  form of a separately written license, or stated as exceptions;
2025-08-20T22:15:14.8971396Z [00:01:40.090]➜  the above requirements apply either way.
2025-08-20T22:15:14.8971922Z [00:01:40.090]➜  
2025-08-20T22:15:14.8972151Z [00:01:40.090]➜    8. Termination.
2025-08-20T22:15:14.8972399Z [00:01:40.090]➜  
2025-08-20T22:15:14.8972734Z [00:01:40.090]➜    You may not propagate or modify a covered work except as expressly
2025-08-20T22:15:14.8973237Z [00:01:40.090]➜  provided under this License.  Any attempt otherwise to propagate or
2025-08-20T22:15:14.8973744Z [00:01:40.091]➜  modify it is void, and will automatically terminate your rights under
2025-08-20T22:15:14.8974243Z [00:01:40.091]➜  this License (including any patent licenses granted under the third
2025-08-20T22:15:14.8974646Z [00:01:40.091]➜  paragraph of section 11).
2025-08-20T22:15:14.8975122Z [00:01:40.091]➜  
2025-08-20T22:15:14.8975728Z [00:01:40.091]➜    However, if you cease all violation of this License, then your
2025-08-20T22:15:14.8976418Z [00:01:40.091]➜  license from a particular copyright holder is reinstated (a)
2025-08-20T22:15:14.8976930Z [00:01:40.091]➜  provisionally, unless and until the copyright holder explicitly and
2025-08-20T22:15:14.8977465Z [00:01:40.091]➜  finally terminates your license, and (b) permanently, if the copyright
2025-08-20T22:15:14.8977980Z [00:01:40.091]➜  holder fails to notify you of the violation by some reasonable means
2025-08-20T22:15:14.8978400Z [00:01:40.091]➜  prior to 60 days after the cessation.
2025-08-20T22:15:14.8978677Z [00:01:40.091]➜  
2025-08-20T22:15:14.8979004Z [00:01:40.091]➜    Moreover, your license from a particular copyright holder is
2025-08-20T22:15:14.8979501Z [00:01:40.091]➜  reinstated permanently if the copyright holder notifies you of the
2025-08-20T22:15:14.8980008Z [00:01:40.091]➜  violation by some reasonable means, this is the first time you have
2025-08-20T22:15:14.8980529Z [00:01:40.091]➜  received notice of violation of this License (for any work) from that
2025-08-20T22:15:14.8981042Z [00:01:40.091]➜  copyright holder, and you cure the violation prior to 30 days after
2025-08-20T22:15:14.8981833Z [00:01:40.091]➜  your receipt of the notice.
2025-08-20T22:15:14.8982117Z [00:01:40.091]➜  
2025-08-20T22:15:14.8982471Z [00:01:40.091]➜    Termination of your rights under this section does not terminate the
2025-08-20T22:15:14.8982989Z [00:01:40.091]➜  licenses of parties who have received copies or rights from you under
2025-08-20T22:15:14.8983500Z [00:01:40.091]➜  this License.  If your rights have been terminated and not permanently
2025-08-20T22:15:14.8984003Z [00:01:40.091]➜  reinstated, you do not qualify to receive new licenses for the same
2025-08-20T22:15:14.8984404Z [00:01:40.091]➜  material under section 10.
2025-08-20T22:15:14.8984664Z [00:01:40.091]➜  
2025-08-20T22:15:14.8984946Z [00:01:40.091]➜    9. Acceptance Not Required for Having Copies.
2025-08-20T22:15:14.8985258Z [00:01:40.091]➜  
2025-08-20T22:15:14.8985594Z [00:01:40.091]➜    You are not required to accept this License in order to receive or
2025-08-20T22:15:14.8986084Z [00:01:40.091]➜  run a copy of the Program.  Ancillary propagation of a covered work
2025-08-20T22:15:14.8987112Z [00:01:40.091]➜  occurring solely as a consequence of using peer-to-peer transmission
2025-08-20T22:15:14.8987981Z [00:01:40.091]➜  to receive a copy likewise does not require acceptance.  However,
2025-08-20T22:15:14.8988502Z [00:01:40.091]➜  nothing other than this License grants you permission to propagate or
2025-08-20T22:15:14.8989020Z [00:01:40.091]➜  modify any covered work.  These actions infringe copyright if you do
2025-08-20T22:15:14.8989516Z [00:01:40.091]➜  not accept this License.  Therefore, by modifying or propagating a
2025-08-20T22:15:14.8990015Z [00:01:40.091]➜  covered work, you indicate your acceptance of this License to do so.
2025-08-20T22:15:14.8990367Z [00:01:40.091]➜  
2025-08-20T22:15:14.8990821Z [00:01:40.091]➜    10. Automatic Licensing of Downstream Recipients.
2025-08-20T22:15:14.8991146Z [00:01:40.091]➜  
2025-08-20T22:15:14.8991477Z [00:01:40.091]➜    Each time you convey a covered work, the recipient automatically
2025-08-20T22:15:14.8992190Z [00:01:40.091]➜  receives a license from the original licensors, to run, modify and
2025-08-20T22:15:14.8992698Z [00:01:40.091]➜  propagate that work, subject to this License.  You are not responsible
2025-08-20T22:15:14.8993194Z [00:01:40.091]➜  for enforcing compliance by third parties with this License.
2025-08-20T22:15:14.8993542Z [00:01:40.091]➜  
2025-08-20T22:15:14.8993888Z [00:01:40.091]➜    An "entity transaction" is a transaction transferring control of an
2025-08-20T22:15:14.8994398Z [00:01:40.091]➜  organization, or substantially all assets of one, or subdividing an
2025-08-20T22:15:14.8994914Z [00:01:40.091]➜  organization, or merging organizations.  If propagation of a covered
2025-08-20T22:15:14.8995408Z [00:01:40.091]➜  work results from an entity transaction, each party to that
2025-08-20T22:15:14.8995889Z [00:01:40.091]➜  transaction who receives a copy of the work also receives whatever
2025-08-20T22:15:14.8996393Z [00:01:40.091]➜  licenses to the work the party's predecessor in interest had or could
2025-08-20T22:15:14.8996909Z [00:01:40.091]➜  give under the previous paragraph, plus a right to possession of the
2025-08-20T22:15:14.8997850Z [00:01:40.091]➜  Corresponding Source of the work from the predecessor in interest, if
2025-08-20T22:15:14.8998647Z [00:01:40.091]➜  the predecessor has it or can get it with reasonable efforts.
2025-08-20T22:15:14.8998997Z [00:01:40.091]➜  
2025-08-20T22:15:14.8999325Z [00:01:40.091]➜    You may not impose any further restrictions on the exercise of the
2025-08-20T22:15:14.8999823Z [00:01:40.091]➜  rights granted or affirmed under this License.  For example, you may
2025-08-20T22:15:14.9000319Z [00:01:40.091]➜  not impose a license fee, royalty, or other charge for exercise of
2025-08-20T22:15:14.9000835Z [00:01:40.091]➜  rights granted under this License, and you may not initiate litigation
2025-08-20T22:15:14.9001349Z [00:01:40.091]➜  (including a cross-claim or counterclaim in a lawsuit) alleging that
2025-08-20T22:15:14.9002235Z [00:01:40.091]➜  any patent claim is infringed by making, using, selling, offering for
2025-08-20T22:15:14.9002706Z [00:01:40.091]➜  sale, or importing the Program or any portion of it.
2025-08-20T22:15:14.9003023Z [00:01:40.091]➜  
2025-08-20T22:15:14.9003244Z [00:01:40.091]➜    11. Patents.
2025-08-20T22:15:14.9003479Z [00:01:40.091]➜  
2025-08-20T22:15:14.9003830Z [00:01:40.091]➜    A "contributor" is a copyright holder who authorizes use under this
2025-08-20T22:15:14.9004343Z [00:01:40.091]➜  License of the Program or a work on which the Program is based.  The
2025-08-20T22:15:14.9004851Z [00:01:40.091]➜  work thus licensed is called the contributor's "contributor version".
2025-08-20T22:15:14.9005213Z [00:01:40.091]➜  
2025-08-20T22:15:14.9005562Z [00:01:40.091]➜    A contributor's "essential patent claims" are all patent claims
2025-08-20T22:15:14.9006063Z [00:01:40.091]➜  owned or controlled by the contributor, whether already acquired or
2025-08-20T22:15:14.9006589Z [00:01:40.091]➜  hereafter acquired, that would be infringed by some manner, permitted
2025-08-20T22:15:14.9007122Z [00:01:40.091]➜  by this License, of making, using, or selling its contributor version,
2025-08-20T22:15:14.9007690Z [00:01:40.091]➜  but do not include claims that would be infringed only as a
2025-08-20T22:15:14.9008579Z [00:01:40.091]➜  consequence of further modification of the contributor version.  For
2025-08-20T22:15:14.9009310Z [00:01:40.091]➜  purposes of this definition, "control" includes the right to grant
2025-08-20T22:15:14.9009818Z [00:01:40.091]➜  patent sublicenses in a manner consistent with the requirements of
2025-08-20T22:15:14.9010197Z [00:01:40.091]➜  this License.
2025-08-20T22:15:14.9010430Z [00:01:40.091]➜  
2025-08-20T22:15:14.9010937Z [00:01:40.091]➜    Each contributor grants you a non-exclusive, worldwide, royalty-free
2025-08-20T22:15:14.9011475Z [00:01:40.091]➜  patent license under the contributor's essential patent claims, to
2025-08-20T22:15:14.9012222Z [00:01:40.091]➜  make, use, sell, offer for sale, import and otherwise run, modify and
2025-08-20T22:15:14.9012694Z [00:01:40.091]➜  propagate the contents of its contributor version.
2025-08-20T22:15:14.9013013Z [00:01:40.091]➜  
2025-08-20T22:15:14.9013364Z [00:01:40.091]➜    In the following three paragraphs, a "patent license" is any express
2025-08-20T22:15:14.9013881Z [00:01:40.091]➜  agreement or commitment, however denominated, not to enforce a patent
2025-08-20T22:15:14.9014407Z [00:01:40.091]➜  (such as an express permission to practice a patent or covenant not to
2025-08-20T22:15:14.9014915Z [00:01:40.091]➜  sue for patent infringement).  To "grant" such a patent license to a
2025-08-20T22:15:14.9015417Z [00:01:40.091]➜  party means to make such an agreement or commitment not to enforce a
2025-08-20T22:15:14.9015822Z [00:01:40.091]➜  patent against the party.
2025-08-20T22:15:14.9016086Z [00:01:40.091]➜  
2025-08-20T22:15:14.9016425Z [00:01:40.091]➜    If you convey a covered work, knowingly relying on a patent license,
2025-08-20T22:15:14.9016938Z [00:01:40.091]➜  and the Corresponding Source of the work is not available for anyone
2025-08-20T22:15:14.9017441Z [00:01:40.091]➜  to copy, free of charge and under the terms of this License, through a
2025-08-20T22:15:14.9017952Z [00:01:40.091]➜  publicly available network server or other readily accessible means,
2025-08-20T22:15:14.9018720Z [00:01:40.091]➜  then you must either (1) cause the Corresponding Source to be so
2025-08-20T22:15:14.9019694Z [00:01:40.091]➜  available, or (2) arrange to deprive yourself of the benefit of the
2025-08-20T22:15:14.9020240Z [00:01:40.091]➜  patent license for this particular work, or (3) arrange, in a manner
2025-08-20T22:15:14.9020757Z [00:01:40.091]➜  consistent with the requirements of this License, to extend the patent
2025-08-20T22:15:14.9021293Z [00:01:40.091]➜  license to downstream recipients.  "Knowingly relying" means you have
2025-08-20T22:15:14.9021993Z [00:01:40.091]➜  actual knowledge that, but for the patent license, your conveying the
2025-08-20T22:15:14.9022680Z [00:01:40.091]➜  covered work in a country, or your recipient's use of the covered work
2025-08-20T22:15:14.9023181Z [00:01:40.091]➜  in a country, would infringe one or more identifiable patents in that
2025-08-20T22:15:14.9023636Z [00:01:40.091]➜  country that you have reason to believe are valid.
2025-08-20T22:15:14.9023948Z [00:01:40.091]➜  
2025-08-20T22:15:14.9024272Z [00:01:40.091]➜    If, pursuant to or in connection with a single transaction or
2025-08-20T22:15:14.9024767Z [00:01:40.091]➜  arrangement, you convey, or propagate by procuring conveyance of, a
2025-08-20T22:15:14.9025269Z [00:01:40.091]➜  covered work, and grant a patent license to some of the parties
2025-08-20T22:15:14.9025784Z [00:01:40.091]➜  receiving the covered work authorizing them to use, propagate, modify
2025-08-20T22:15:14.9026299Z [00:01:40.091]➜  or convey a specific copy of the covered work, then the patent license
2025-08-20T22:15:14.9026806Z [00:01:40.091]➜  you grant is automatically extended to all recipients of the covered
2025-08-20T22:15:14.9027220Z [00:01:40.091]➜  work and works based on it.
2025-08-20T22:15:14.9027486Z [00:01:40.091]➜  
2025-08-20T22:15:14.9027830Z [00:01:40.091]➜    A patent license is "discriminatory" if it does not include within
2025-08-20T22:15:14.9028295Z [00:01:40.091]➜  the scope of its coverage, prohibits the exercise of, or is
2025-08-20T22:15:14.9028810Z [00:01:40.091]➜  conditioned on the non-exercise of one or more of the rights that are
2025-08-20T22:15:14.9029785Z [00:01:40.091]➜  specifically granted under this License.  You may not convey a covered
2025-08-20T22:15:14.9030622Z [00:01:40.091]➜  work if you are a party to an arrangement with a third party that is
2025-08-20T22:15:14.9031274Z [00:01:40.091]➜  in the business of distributing software, under which you make payment
2025-08-20T22:15:14.9032008Z [00:01:40.091]➜  to the third party based on the extent of your activity of conveying
2025-08-20T22:15:14.9032495Z [00:01:40.091]➜  the work, and under which the third party grants, to any of the
2025-08-20T22:15:14.9033003Z [00:01:40.091]➜  parties who would receive the covered work from you, a discriminatory
2025-08-20T22:15:14.9033504Z [00:01:40.091]➜  patent license (a) in connection with copies of the covered work
2025-08-20T22:15:14.9033997Z [00:01:40.091]➜  conveyed by you (or copies made from those copies), or (b) primarily
2025-08-20T22:15:14.9034495Z [00:01:40.091]➜  for and in connection with specific products or compilations that
2025-08-20T22:15:14.9034988Z [00:01:40.091]➜  contain the covered work, unless you entered into that arrangement,
2025-08-20T22:15:14.9035468Z [00:01:40.091]➜  or that patent license was granted, prior to 28 March 2007.
2025-08-20T22:15:14.9035801Z [00:01:40.091]➜  
2025-08-20T22:15:14.9036160Z [00:01:40.091]➜    Nothing in this License shall be construed as excluding or limiting
2025-08-20T22:15:14.9036650Z [00:01:40.091]➜  any implied license or other defenses to infringement that may
2025-08-20T22:15:14.9037271Z [00:01:40.091]➜  otherwise be available to you under applicable patent law.
2025-08-20T22:15:14.9037612Z [00:01:40.091]➜  
2025-08-20T22:15:14.9037878Z [00:01:40.091]➜    12. No Surrender of Others' Freedom.
2025-08-20T22:15:14.9038155Z [00:01:40.091]➜  
2025-08-20T22:15:14.9038512Z [00:01:40.091]➜    If conditions are imposed on you (whether by court order, agreement or
2025-08-20T22:15:14.9039046Z [00:01:40.091]➜  otherwise) that contradict the conditions of this License, they do not
2025-08-20T22:15:14.9039649Z [00:01:40.091]➜  excuse you from the conditions of this License.  If you cannot convey a
2025-08-20T22:15:14.9040632Z [00:01:40.091]➜  covered work so as to satisfy simultaneously your obligations under this
2025-08-20T22:15:14.9041749Z [00:01:40.091]➜  License and any other pertinent obligations, then as a consequence you may
2025-08-20T22:15:14.9042325Z [00:01:40.091]➜  not convey it at all.  For example, if you agree to terms that obligate you
2025-08-20T22:15:14.9042854Z [00:01:40.091]➜  to collect a royalty for further conveying from those to whom you convey
2025-08-20T22:15:14.9043381Z [00:01:40.091]➜  the Program, the only way you could satisfy both those terms and this
2025-08-20T22:15:14.9043880Z [00:01:40.091]➜  License would be to refrain entirely from conveying the Program.
2025-08-20T22:15:14.9044248Z [00:01:40.091]➜  
2025-08-20T22:15:14.9044561Z [00:01:40.091]➜    13. Use with the GNU Affero General Public License.
2025-08-20T22:15:14.9044873Z [00:01:40.091]➜  
2025-08-20T22:15:14.9045214Z [00:01:40.091]➜    Notwithstanding any other provision of this License, you have
2025-08-20T22:15:14.9045716Z [00:01:40.091]➜  permission to link or combine any covered work with a work licensed
2025-08-20T22:15:14.9046391Z [00:01:40.091]➜  under version 3 of the GNU Affero General Public License into a single
2025-08-20T22:15:14.9046912Z [00:01:40.091]➜  combined work, and to convey the resulting work.  The terms of this
2025-08-20T22:15:14.9047424Z [00:01:40.091]➜  License will continue to apply to the part which is the covered work,
2025-08-20T22:15:14.9047957Z [00:01:40.091]➜  but the special requirements of the GNU Affero General Public License,
2025-08-20T22:15:14.9048483Z [00:01:40.091]➜  section 13, concerning interaction through a network will apply to the
2025-08-20T22:15:14.9048884Z [00:01:40.091]➜  combination as such.
2025-08-20T22:15:14.9049142Z [00:01:40.091]➜  
2025-08-20T22:15:14.9049404Z [00:01:40.091]➜    14. Revised Versions of this License.
2025-08-20T22:15:14.9049687Z [00:01:40.091]➜  
2025-08-20T22:15:14.9050051Z [00:01:40.091]➜    The Free Software Foundation may publish revised and/or new versions of
2025-08-20T22:15:14.9050630Z [00:01:40.091]➜  the GNU General Public License from time to time.  Such new versions will
2025-08-20T22:15:14.9051805Z [00:01:40.091]➜  be similar in spirit to the present version, but may differ in detail to
2025-08-20T22:15:14.9052463Z [00:01:40.091]➜  address new problems or concerns.
2025-08-20T22:15:14.9052749Z [00:01:40.091]➜  
2025-08-20T22:15:14.9053097Z [00:01:40.091]➜    Each version is given a distinguishing version number.  If the
2025-08-20T22:15:14.9053609Z [00:01:40.091]➜  Program specifies that a certain numbered version of the GNU General
2025-08-20T22:15:14.9054118Z [00:01:40.091]➜  Public License "or any later version" applies to it, you have the
2025-08-20T22:15:14.9054621Z [00:01:40.091]➜  option of following the terms and conditions either of that numbered
2025-08-20T22:15:14.9055113Z [00:01:40.092]➜  version or of any later version published by the Free Software
2025-08-20T22:15:14.9055610Z [00:01:40.092]➜  Foundation.  If the Program does not specify a version number of the
2025-08-20T22:15:14.9056123Z [00:01:40.092]➜  GNU General Public License, you may choose any version ever published
2025-08-20T22:15:14.9056550Z [00:01:40.092]➜  by the Free Software Foundation.
2025-08-20T22:15:14.9056828Z [00:01:40.092]➜  
2025-08-20T22:15:14.9057165Z [00:01:40.092]➜    If the Program specifies that a proxy can decide which future
2025-08-20T22:15:14.9057833Z [00:01:40.092]➜  versions of the GNU General Public License can be used, that proxy's
2025-08-20T22:15:14.9058364Z [00:01:40.092]➜  public statement of acceptance of a version permanently authorizes you
2025-08-20T22:15:14.9058808Z [00:01:40.092]➜  to choose that version for the Program.
2025-08-20T22:15:14.9059101Z [00:01:40.092]➜  
2025-08-20T22:15:14.9059430Z [00:01:40.092]➜    Later license versions may give you additional or different
2025-08-20T22:15:14.9059932Z [00:01:40.092]➜  permissions.  However, no additional obligations are imposed on any
2025-08-20T22:15:14.9060446Z [00:01:40.092]➜  author or copyright holder as a result of your choosing to follow a
2025-08-20T22:15:14.9060825Z [00:01:40.092]➜  later version.
2025-08-20T22:15:14.9061066Z [00:01:40.092]➜  
2025-08-20T22:15:14.9061479Z [00:01:40.092]➜    15. Disclaimer of Warranty.
2025-08-20T22:15:14.9062132Z [00:01:40.092]➜  
2025-08-20T22:15:14.9062735Z [00:01:40.092]➜    THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
2025-08-20T22:15:14.9063571Z [00:01:40.092]➜  APPLICABLE LAW.  EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
2025-08-20T22:15:14.9064526Z [00:01:40.092]➜  HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
2025-08-20T22:15:14.9065102Z [00:01:40.092]➜  OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
2025-08-20T22:15:14.9065653Z [00:01:40.092]➜  THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
2025-08-20T22:15:14.9066195Z [00:01:40.092]➜  PURPOSE.  THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
2025-08-20T22:15:14.9082748Z [00:01:40.092]➜  IS WITH YOU.  SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
2025-08-20T22:15:14.9083834Z [00:01:40.092]➜  ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
2025-08-20T22:15:14.9084395Z [00:01:40.092]➜  
2025-08-20T22:15:14.9084823Z [00:01:40.092]➜    16. Limitation of Liability.
2025-08-20T22:15:14.9085281Z [00:01:40.092]➜  
2025-08-20T22:15:14.9085927Z [00:01:40.092]➜    IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
2025-08-20T22:15:14.9086804Z [00:01:40.092]➜  WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
2025-08-20T22:15:14.9087762Z [00:01:40.092]➜  THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
2025-08-20T22:15:14.9088675Z [00:01:40.092]➜  GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
2025-08-20T22:15:14.9089548Z [00:01:40.092]➜  USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
2025-08-20T22:15:14.9090444Z [00:01:40.092]➜  DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
2025-08-20T22:15:14.9091347Z [00:01:40.092]➜  PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
2025-08-20T22:15:14.9092445Z [00:01:40.092]➜  EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
2025-08-20T22:15:14.9093111Z [00:01:40.092]➜  SUCH DAMAGES.
2025-08-20T22:15:14.9093510Z [00:01:40.092]➜  
2025-08-20T22:15:14.9093971Z [00:01:40.092]➜    17. Interpretation of Sections 15 and 16.
2025-08-20T22:15:14.9094487Z [00:01:40.092]➜  
2025-08-20T22:15:14.9095066Z [00:01:40.092]➜    If the disclaimer of warranty and limitation of liability provided
2025-08-20T22:15:14.9095910Z [00:01:40.092]➜  above cannot be given local legal effect according to their terms,
2025-08-20T22:15:14.9096782Z [00:01:40.092]➜  reviewing courts shall apply local law that most closely approximates
2025-08-20T22:15:14.9097663Z [00:01:40.092]➜  an absolute waiver of all civil liability in connection with the
2025-08-20T22:15:14.9098543Z [00:01:40.092]➜  Program, unless a warranty or assumption of liability accompanies a
2025-08-20T22:15:14.9102610Z [00:01:40.092]➜  copy of the Program in return for a fee.
2025-08-20T22:15:14.9103171Z [00:01:40.092]➜  
2025-08-20T22:15:14.9103649Z [00:01:40.092]➜                       END OF TERMS AND CONDITIONS
2025-08-20T22:15:14.9104180Z [00:01:40.092]➜  
2025-08-20T22:15:14.9104949Z [00:01:40.092]➜              How to Apply These Terms to Your New Programs
2025-08-20T22:15:14.9105522Z [00:01:40.092]➜  
2025-08-20T22:15:14.9106149Z [00:01:40.092]➜    If you develop a new program, and you want it to be of the greatest
2025-08-20T22:15:14.9107132Z [00:01:40.092]➜  possible use to the public, the best way to achieve this is to make it
2025-08-20T22:15:14.9108138Z [00:01:40.092]➜  free software which everyone can redistribute and change under these terms.
2025-08-20T22:15:14.9108809Z [00:01:40.092]➜  
2025-08-20T22:15:14.9109405Z [00:01:40.092]➜    To do so, attach the following notices to the program.  It is safest
2025-08-20T22:15:14.9110141Z [00:01:40.092]➜  to attach them to the start of each source file to most effectively
2025-08-20T22:15:14.9110682Z [00:01:40.092]➜  state the exclusion of warranty; and each file should have at least
2025-08-20T22:15:14.9111190Z [00:01:40.092]➜  the "copyright" line and a pointer to where the full notice is found.
2025-08-20T22:15:14.9111546Z [00:01:40.092]➜  
2025-08-20T22:15:14.9112295Z [00:01:40.092]➜      <one line to give the program's name and a brief idea of what it does.>
2025-08-20T22:15:14.9112726Z [00:01:40.092]➜      Copyright (C) <year>  <name of author>
2025-08-20T22:15:14.9113004Z [00:01:40.092]➜  
2025-08-20T22:15:14.9113349Z [00:01:40.092]➜      This program is free software: you can redistribute it and/or modify
2025-08-20T22:15:14.9113840Z [00:01:40.092]➜      it under the terms of the GNU General Public License as published by
2025-08-20T22:15:14.9114330Z [00:01:40.092]➜      the Free Software Foundation, either version 3 of the License, or
2025-08-20T22:15:14.9114742Z [00:01:40.092]➜      (at your option) any later version.
2025-08-20T22:15:14.9115008Z [00:01:40.092]➜  
2025-08-20T22:15:14.9115503Z [00:01:40.092]➜      This program is distributed in the hope that it will be useful,
2025-08-20T22:15:14.9116010Z [00:01:40.092]➜      but WITHOUT ANY WARRANTY; without even the implied warranty of
2025-08-20T22:15:14.9116497Z [00:01:40.092]➜      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
2025-08-20T22:15:14.9116951Z [00:01:40.092]➜      GNU General Public License for more details.
2025-08-20T22:15:14.9117243Z [00:01:40.092]➜  
2025-08-20T22:15:14.9117574Z [00:01:40.092]➜      You should have received a copy of the GNU General Public License
2025-08-20T22:15:14.9118090Z [00:01:40.092]➜      along with this program.  If not, see <https://www.gnu.org/licenses/>.
2025-08-20T22:15:14.9118456Z [00:01:40.092]➜  
2025-08-20T22:15:14.9118817Z [00:01:40.092]➜  Also add information on how to contact you by electronic and paper mail.
2025-08-20T22:15:14.9119187Z [00:01:40.092]➜  
2025-08-20T22:15:14.9119518Z [00:01:40.092]➜    If the program does terminal interaction, make it output a short
2025-08-20T22:15:14.9119984Z [00:01:40.092]➜  notice like this when it starts in an interactive mode:
2025-08-20T22:15:14.9120305Z [00:01:40.092]➜  
2025-08-20T22:15:14.9120597Z [00:01:40.092]➜      <program>  Copyright (C) <year>  <name of author>
2025-08-20T22:15:14.9121098Z [00:01:40.092]➜      This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
2025-08-20T22:15:14.9121808Z [00:01:40.092]➜      This is free software, and you are welcome to redistribute it
2025-08-20T22:15:14.9122265Z [00:01:40.092]➜      under certain conditions; type `show c' for details.
2025-08-20T22:15:14.9122579Z [00:01:40.092]➜  
2025-08-20T22:15:14.9122966Z [00:01:40.092]➜  The hypothetical commands `show w' and `show c' should show the appropriate
2025-08-20T22:15:14.9123521Z [00:01:40.092]➜  parts of the General Public License.  Of course, your program's commands
2025-08-20T22:15:14.9124041Z [00:01:40.092]➜  might be different; for a GUI interface, you would use an "about box".
2025-08-20T22:15:14.9124398Z [00:01:40.092]➜  
2025-08-20T22:15:14.9124764Z [00:01:40.092]➜    You should also get your employer (if you work as a programmer) or school,
2025-08-20T22:15:14.9125285Z [00:01:40.092]➜  if any, to sign a "copyright disclaimer" for the program, if necessary.
2025-08-20T22:15:14.9125950Z [00:01:40.092]➜  For more information on this, and how to apply and follow the GNU GPL, see
2025-08-20T22:15:14.9126384Z [00:01:40.092]➜  <https://www.gnu.org/licenses/>.
2025-08-20T22:15:14.9126670Z [00:01:40.092]➜  
2025-08-20T22:15:14.9127037Z [00:01:40.092]➜    The GNU General Public License does not permit incorporating your program
2025-08-20T22:15:14.9127580Z [00:01:40.092]➜  into proprietary programs.  If your program is a subroutine library, you
2025-08-20T22:15:14.9128122Z [00:01:40.092]➜  may consider it more useful to permit linking proprietary applications with
2025-08-20T22:15:14.9128641Z [00:01:40.092]➜  the library.  If this is what you want to do, use the GNU Lesser General
2025-08-20T22:15:14.9129141Z [00:01:40.092]➜  Public License instead of this License.  But first, please read
2025-08-20T22:15:14.9129603Z [00:01:40.092]➜  <https://www.gnu.org/licenses/why-not-lgpl.html>.
2025-08-20T22:15:14.9129922Z [00:01:40.092]➜  
2025-08-20T22:15:14.9130114Z [00:01:40.092]➜  
2025-08-20T22:15:15.1645584Z [00:01:40.376]➜  
2025-08-20T22:15:15.1646135Z [00:01:40.376]➜  File: LICENSE
2025-08-20T22:15:15.1646669Z [00:01:40.376]➜    Type: ASCII text
2025-08-20T22:15:15.1647542Z [00:01:40.376]➜    B3sum: 9531546decbed2aa21abd964d148ded0bbd272d98b13698629883de3abfa9b30
2025-08-20T22:15:15.1648732Z [00:01:40.376]➜    SHA256sum: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986
2025-08-20T22:15:15.1649529Z [00:01:40.376]➜    Size: 36K
2025-08-20T22:15:15.1778851Z [00:01:40.390]➜  
2025-08-20T22:15:15.1779285Z [00:01:40.390]➜  File: SBUILD
2025-08-20T22:15:15.1779951Z [00:01:40.390]➜    Type: a /SBUILD ver @v1.0.0 script, ASCII text executable
2025-08-20T22:15:15.1781197Z [00:01:40.390]➜    B3sum: 33b542cebf8d1db32d777439b5b3afeeb9b8bfd274e19cdd0cd6a135c5c0eaf0
2025-08-20T22:15:15.1782699Z [00:01:40.390]➜    SHA256sum: 7d8a2aeb04e3ff542f56158ea0bfe0d1ebc5bf8e564b7e8e29a2ed403b962c68
2025-08-20T22:15:15.1783169Z [00:01:40.390]➜    Size: 8.0K
2025-08-20T22:15:15.1887324Z [00:01:40.401]➜  
2025-08-20T22:15:15.1887850Z [00:01:40.401]➜  File: pv.static.version
2025-08-20T22:15:15.1888495Z [00:01:40.401]➜    Type: ASCII text, with no line terminators
2025-08-20T22:15:15.1889098Z [00:01:40.401]➜    B3sum: 05c6f141636ac143978a2ed6c44dd74da4c020db46fb0f2d2763fa808652e2ae
2025-08-20T22:15:15.1889734Z [00:01:40.401]➜    SHA256sum: 453b91a44f99aea3751f083c9176f40cd86fc5c9ee3aeaa7924a13721ef9d5f7
2025-08-20T22:15:15.1890190Z [00:01:40.401]➜    Size: 4.0K
2025-08-20T22:15:15.1996173Z [00:01:40.411]➜  
2025-08-20T22:15:15.1996643Z [00:01:40.412]➜  File: pv.version
2025-08-20T22:15:15.1997234Z [00:01:40.412]➜    Type: ASCII text, with no line terminators
2025-08-20T22:15:15.1998105Z [00:01:40.412]➜    B3sum: 05c6f141636ac143978a2ed6c44dd74da4c020db46fb0f2d2763fa808652e2ae
2025-08-20T22:15:15.1998882Z [00:01:40.412]➜    SHA256sum: 453b91a44f99aea3751f083c9176f40cd86fc5c9ee3aeaa7924a13721ef9d5f7
2025-08-20T22:15:15.1999498Z [00:01:40.412]➜    Size: 4.0K
2025-08-20T22:15:15.2000162Z [00:01:40.412]➜  
2025-08-20T22:15:15.2001076Z [00:01:40.412]➜  [+] Generating (b3sum) Checksums ==> [/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/CHECKSUM]
2025-08-20T22:15:15.2034067Z [00:01:40.415]➜  pv.version:05c6f141636ac143978a2ed6c44dd74da4c020db46fb0f2d2763fa808652e2ae
2025-08-20T22:15:15.2034944Z [00:01:40.415]➜  SBUILD:33b542cebf8d1db32d777439b5b3afeeb9b8bfd274e19cdd0cd6a135c5c0eaf0
2025-08-20T22:15:15.2035618Z [00:01:40.415]➜  pv.static.version:05c6f141636ac143978a2ed6c44dd74da4c020db46fb0f2d2763fa808652e2ae
2025-08-20T22:15:15.2036259Z [00:01:40.415]➜  LICENSE:9531546decbed2aa21abd964d148ded0bbd272d98b13698629883de3abfa9b30
2025-08-20T22:15:15.2054202Z [00:01:40.417]➜  
2025-08-20T22:15:15.2055216Z [00:01:40.417]➜  [+] Signing pv.static (Verify: https://docs.pkgforge.dev/repositories/pkgforge-stable/security#trust-but-verify)
2025-08-20T22:15:15.2156349Z [00:01:40.428]➜  
2025-08-20T22:15:15.2157519Z [00:01:40.428]➜  [✓] SuccessFully Built pv.static using https://github.com/pkgforge/soarpkgs/blob/main/binaries/pv/static.official.source.yaml [Wednesday, 2025-08-20 (10:15:15 PM) UTC]
2025-08-20T22:15:15.2158487Z [00:01:40.428]➜  
2025-08-20T22:15:15.2184925Z [00:01:40.430]➜  [+] Total Size: 3.0M (Includes DUPES+TMPFILES)
2025-08-20T22:15:15.2185726Z [00:01:40.430]➜  [+] LOGPATH='/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/pv.static.log'
2025-08-20T22:15:15.2198946Z [00:01:40.432]➜  [+] ENVPATH=/tmp/pkgforge/EpNwMW2wO_SBUILD/ENVPATH
2025-08-20T22:15:15.2305464Z 
2025-08-20T22:15:15.2306470Z [+] Sanitizing /tmp/pkgforge/EpNwMW2wO_SBUILD/BUILD.log ==> /tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/pv.static.log
2025-08-20T22:15:18.9395841Z 
2025-08-20T22:15:18.9396758Z [✗] FATAL: Failed to Push Artifacts ==> [ghcr.io/pkgforge/bincache/pv/official]
2025-08-20T22:15:18.9397475Z [+] LOGS (Build Dir): /tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR
2025-08-20T22:15:18.9397848Z 
2025-08-20T22:15:18.9790883Z *** Zstandard CLI (64-bit) v1.5.7, by Yann Collet ***
2025-08-20T22:15:18.9888263Z ./BUILD_ARTIFACTS.tar : 21.10%   (  2.70 MiB =>    582 KiB, /tmp/BUILD_ARTIFACTS.zstd) 
2025-08-20T22:15:18.9911934Z removed './BUILD_ARTIFACTS.tar'
2025-08-20T22:15:18.9949389Z 
2025-08-20T22:15:18.9950504Z [+] Completed (Building|Fetching) https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/pv/static.official.source.yaml :: 00(Hr):01(Min):44(Sec)
2025-08-20T22:15:18.9951189Z 
2025-08-20T22:15:18.9965860Z 
2025-08-20T22:15:18.9966301Z ==> [+] Finished Building at :: Wednesday, 2025-08-20 (10:15:18 PM) UTC
2025-08-20T22:15:18.9966735Z 
2025-08-20T22:15:19.1412155Z renamed '/tmp/BUILD.gh.log.txt' -> '/tmp/BUILD.log'
2025-08-20T22:15:19.1458380Z ##[group]Run ##Presets
2025-08-20T22:15:19.1458718Z [36;1m##Presets[0m
2025-08-20T22:15:19.1458928Z [36;1mset +x ; set +e[0m
2025-08-20T22:15:19.1459143Z [36;1m#-------------#[0m
2025-08-20T22:15:19.1459340Z [36;1m##Debug?[0m
2025-08-20T22:15:19.1459584Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T22:15:19.1459885Z [36;1m  set -x[0m
2025-08-20T22:15:19.1460066Z [36;1mfi[0m
2025-08-20T22:15:19.1460246Z [36;1m#-------------#[0m
2025-08-20T22:15:19.1460452Z [36;1m##Set ENV[0m
2025-08-20T22:15:19.1460686Z [36;1m if [[ "${SKIP_SRCBUILD_UPLOAD}" != "YES" ]]; then[0m
2025-08-20T22:15:19.1461131Z [36;1m    #GHCRPKG_TAG_SRCBUILD="srcbuild.$(date --utc +"%y%m%dT%H%M%S" | tr -d '[:space:]')-"[0m
2025-08-20T22:15:19.1461539Z [36;1m    GHCRPKG_TAG_SRCBUILD=""[0m
2025-08-20T22:15:19.1462179Z [36;1m    GHCRPKG_URL_SRCBUILD="ghcr.io/pkgforge/bincache/pv/official/pv-srcbuild-"[0m
2025-08-20T22:15:19.1462659Z [36;1m    export GHCRPKG_TAG_SRCBUILD GHCRPKG_URL_SRCBUILD[0m
2025-08-20T22:15:19.1463068Z [36;1m    echo "GHCRPKG_TAG_SRCBUILD=${GHCRPKG_TAG_SRCBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:15:19.1463517Z [36;1m    echo "GHCRPKG_URL_SRCBUILD=${GHCRPKG_URL_SRCBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:15:19.1463853Z [36;1m fi[0m
2025-08-20T22:15:19.1464034Z [36;1m##Push[0m
2025-08-20T22:15:19.1464269Z [36;1m if [[ -n "${GHCRPKG_TAG_SRCBUILD+x}" ]]; then[0m
2025-08-20T22:15:19.1464556Z [36;1m  pushd "/tmp" &>/dev/null[0m
2025-08-20T22:15:19.1464942Z [36;1m   if [[ -s "./BUILD_ARTIFACTS.zstd" && $(stat -c%s "./BUILD_ARTIFACTS.zstd") -gt 1000 ]]; then[0m
2025-08-20T22:15:19.1465429Z [36;1m     realpath "./BUILD_ARTIFACTS.zstd" && du -sh "./BUILD_ARTIFACTS.zstd"[0m
2025-08-20T22:15:19.1465881Z [36;1m     ls -sh "/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR"[0m
2025-08-20T22:15:19.1466228Z [36;1m     ghcr_push_cmd()[0m
2025-08-20T22:15:19.1466448Z [36;1m       {[0m
2025-08-20T22:15:19.1466645Z [36;1m        for i in {1..10}; do[0m
2025-08-20T22:15:19.1466993Z [36;1m          unset ghcr_push ; ghcr_push=(oras push --disable-path-validation)[0m
2025-08-20T22:15:19.1467449Z [36;1m          ghcr_push+=(--config "/dev/null:application/vnd.oci.empty.v1+json")[0m
2025-08-20T22:15:19.1467890Z [36;1m          ghcr_push+=(--annotation "com.github.package.type=container")[0m
2025-08-20T22:15:19.1468548Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_ghcrpkg-tag=")[0m
2025-08-20T22:15:19.1468989Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_gha=")[0m
2025-08-20T22:15:19.1469394Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_id=")[0m
2025-08-20T22:15:19.1469787Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.ghcr_pkg=:")[0m
2025-08-20T22:15:19.1470177Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.push_date=")[0m
2025-08-20T22:15:19.1470562Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.version=")[0m
2025-08-20T22:15:19.1470973Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.created=")[0m
2025-08-20T22:15:19.1471458Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.description=SRCBUILD for ")[0m
2025-08-20T22:15:19.1472671Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.licenses=blessing")[0m
2025-08-20T22:15:19.1473158Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.ref.name=")[0m
2025-08-20T22:15:19.1473587Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.revision=")[0m
2025-08-20T22:15:19.1474001Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.source=")[0m
2025-08-20T22:15:19.1474453Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.title=SRCBUILD-pv")[0m
2025-08-20T22:15:19.1474888Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.url=")[0m
2025-08-20T22:15:19.1475531Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.vendor=pkgforge")[0m
2025-08-20T22:15:19.1475983Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.version=")[0m
2025-08-20T22:15:19.1476387Z [36;1m          ghcr_push+=("${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}")[0m
2025-08-20T22:15:19.1476888Z [36;1m          [[ -f "./BUILD_ARTIFACTS.zstd" && -s "./BUILD_ARTIFACTS.zstd" ]] && ghcr_push+=("./BUILD_ARTIFACTS.zstd")[0m
2025-08-20T22:15:19.1477330Z [36;1m          "${ghcr_push[@]}" ; sleep 5[0m
2025-08-20T22:15:19.1477585Z [36;1m         #Check[0m
2025-08-20T22:15:19.1478148Z [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:15:19.1478857Z [36;1m            echo -e "\n[+] (ARTIFACTS) Registry --> https://${GHCRPKG_URL_SRCBUILD}\n"[0m
2025-08-20T22:15:19.1479207Z [36;1m            break[0m
2025-08-20T22:15:19.1479410Z [36;1m          else[0m
2025-08-20T22:15:19.1479815Z [36;1m            echo -e "\n[-] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD} (Retrying ${i}/10)\n"[0m
2025-08-20T22:15:19.1480245Z [36;1m          fi[0m
2025-08-20T22:15:19.1480460Z [36;1m          sleep "$(shuf -i 500-4500 -n 1)e-3"[0m
2025-08-20T22:15:19.1480713Z [36;1m        done[0m
2025-08-20T22:15:19.1480900Z [36;1m       }[0m
2025-08-20T22:15:19.1481100Z [36;1m       export -f ghcr_push_cmd[0m
2025-08-20T22:15:19.1481346Z [36;1m       ghcr_push_cmd[0m
2025-08-20T22:15:19.1482141Z [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:15:19.1482893Z [36;1m         echo -e "\n[✗] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}\n"[0m
2025-08-20T22:15:19.1483308Z [36;1m          echo -e "\n[-] Retrying ...\n"[0m
2025-08-20T22:15:19.1483565Z [36;1m          ghcr_push_cmd[0m
2025-08-20T22:15:19.1484154Z [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:15:19.1484859Z [36;1m             oras manifest fetch "${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}" | jq .[0m
2025-08-20T22:15:19.1485504Z [36;1m             echo -e "\n[✗] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}\n"[0m
2025-08-20T22:15:19.1485904Z [36;1m             return 1 || exit 1[0m
2025-08-20T22:15:19.1486141Z [36;1m           fi[0m
2025-08-20T22:15:19.1486328Z [36;1m       fi[0m
2025-08-20T22:15:19.1486504Z [36;1m   fi[0m
2025-08-20T22:15:19.1486683Z [36;1m fi[0m
2025-08-20T22:15:19.1486876Z [36;1mpopd >/dev/null 2>&1[0m
2025-08-20T22:15:19.1580226Z shell: /usr/bin/bash -e {0}
2025-08-20T22:15:19.1580469Z env:
2025-08-20T22:15:19.1580649Z   CROSS_COMPILING: NO
2025-08-20T22:15:19.1580872Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T22:15:19.1581114Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T22:15:19.1581328Z   ON_QEMU: NO
2025-08-20T22:15:19.1581497Z   DEBUG: 0
2025-08-20T22:15:19.1581891Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T22:15:19.1582131Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T22:15:19.1582411Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/pv/official
2025-08-20T22:15:19.1582720Z   KEEP_LOGS: YES
2025-08-20T22:15:19.1582908Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:15:19.1583116Z   PKG_FAMILY_LOCAL: pv
2025-08-20T22:15:19.1583323Z   SBUILD_REBUILD: false
2025-08-20T22:15:19.1583862Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/pv/static.official.source.yaml
2025-08-20T22:15:19.1584434Z   BUILD_SYS: docker://clang+make
2025-08-20T22:15:19.1584668Z   BUILD_ON_HOST: FALSE
2025-08-20T22:15:19.1584869Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:15:19.1585060Z   SYSTMP: /tmp
2025-08-20T22:15:19.1585236Z   GHA_MODE: MATRIX
2025-08-20T22:15:19.1585873Z   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:15:19.1586447Z   INPUT_SBUILD: /tmp/pkgforge/1BHGHDzYd_build.yaml
2025-08-20T22:15:19.1586772Z   BUILD_DIR: /tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml
2025-08-20T22:15:19.1587156Z   SBUILD_OUTDIR: /tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR
2025-08-20T22:15:19.1587650Z   SBUILD_TMPDIR: /tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:15:19.1588031Z   PKG_TYPE: static
2025-08-20T22:15:19.1588225Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:15:19.1588431Z   PUSH_SUCCESSFUL: NO
2025-08-20T22:15:19.1588889Z   GHCR_TOKEN: ***
2025-08-20T22:15:19.1589193Z   GITHUB_TOKEN: ***
2025-08-20T22:15:19.1589423Z   GITLAB_TOKEN: ***
2025-08-20T22:15:19.1590585Z   MINISIGN_KEY: ***
2025-08-20T22:15:19.1590774Z ##[endgroup]
2025-08-20T22:15:19.1677446Z /tmp/BUILD_ARTIFACTS.zstd
2025-08-20T22:15:19.1687967Z 584K	./BUILD_ARTIFACTS.zstd
2025-08-20T22:15:19.1700920Z total 228K
2025-08-20T22:15:19.1701260Z 4.0K CHECKSUM
2025-08-20T22:15:19.1701729Z 4.0K CHECKSUM.sig
2025-08-20T22:15:19.1702054Z  36K LICENSE
2025-08-20T22:15:19.1702328Z 4.0K LICENSE.sig
2025-08-20T22:15:19.1702518Z 8.0K SBUILD
2025-08-20T22:15:19.1702685Z 4.0K SBUILD.sig
2025-08-20T22:15:19.1702875Z 4.0K SBUILD_TEMP
2025-08-20T22:15:19.1703053Z 148K pv.static.log
2025-08-20T22:15:19.1703260Z 4.0K pv.static.version
2025-08-20T22:15:19.1703476Z 4.0K pv.static.version.sig
2025-08-20T22:15:19.1703705Z 4.0K pv.version
2025-08-20T22:15:19.1703887Z 4.0K pv.version.sig
2025-08-20T22:15:19.1743051Z Error: "ghcr.io/pkgforge/bincache/pv/official/pv-srcbuild-:": invalid reference: invalid repository "pkgforge/bincache/pv/official/pv-srcbuild-"
2025-08-20T22:15:19.1744392Z Please make sure the provided reference is in the form of <registry>/<repo>[:tag|@digest]
2025-08-20T22:15:24.1808236Z Error: "ghcr.io/pkgforge/bincache/pv/official/pv-srcbuild-:": invalid reference: invalid repository "pkgforge/bincache/pv/official/pv-srcbuild-"
2025-08-20T22:15:24.1809649Z Please make sure the provided reference is in the form of <registry>/<repo>[:tag|@digest]
2025-08-20T22:15:24.1821333Z 
2025-08-20T22:15:24.1822092Z [+] (ARTIFACTS) Registry --> https://ghcr.io/pkgforge/bincache/pv/official/pv-srcbuild-
2025-08-20T22:15:24.1822681Z 
2025-08-20T22:15:24.1860047Z Error: "ghcr.io/pkgforge/bincache/pv/official/pv-srcbuild-:": invalid reference: invalid repository "pkgforge/bincache/pv/official/pv-srcbuild-"
2025-08-20T22:15:24.1861946Z Please make sure the provided reference is in the form of <registry>/<repo>[:tag|@digest]
2025-08-20T22:15:24.1905978Z ##[group]Run ##Presets
2025-08-20T22:15:24.1906226Z [36;1m##Presets[0m
2025-08-20T22:15:24.1906417Z [36;1mset +x ; set +e[0m
2025-08-20T22:15:24.1906614Z [36;1m#-------------#[0m
2025-08-20T22:15:24.1906805Z [36;1m##Debug?[0m
2025-08-20T22:15:24.1907041Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T22:15:24.1907339Z [36;1m  set -x[0m
2025-08-20T22:15:24.1907514Z [36;1mfi[0m
2025-08-20T22:15:24.1907684Z [36;1m#-------------#[0m
2025-08-20T22:15:24.1907942Z [36;1mUTC_TIME="$(TZ='UTC' date +'%Y_%m_%dT%I_%M_%S_%p')"[0m
2025-08-20T22:15:24.1908269Z [36;1mecho "UTC_TIME=${UTC_TIME}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:15:24.1958481Z shell: /usr/bin/bash -e {0}
2025-08-20T22:15:24.1958715Z env:
2025-08-20T22:15:24.1958991Z   CROSS_COMPILING: NO
2025-08-20T22:15:24.1959205Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T22:15:24.1959434Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T22:15:24.1959664Z   ON_QEMU: NO
2025-08-20T22:15:24.1959868Z   DEBUG: 0
2025-08-20T22:15:24.1960054Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T22:15:24.1960293Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T22:15:24.1960575Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/pv/official
2025-08-20T22:15:24.1960878Z   KEEP_LOGS: YES
2025-08-20T22:15:24.1961076Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:15:24.1961292Z   PKG_FAMILY_LOCAL: pv
2025-08-20T22:15:24.1961501Z   SBUILD_REBUILD: false
2025-08-20T22:15:24.1962310Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/pv/static.official.source.yaml
2025-08-20T22:15:24.1962906Z   BUILD_SYS: docker://clang+make
2025-08-20T22:15:24.1963145Z   BUILD_ON_HOST: FALSE
2025-08-20T22:15:24.1963343Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:15:24.1963544Z   SYSTMP: /tmp
2025-08-20T22:15:24.1963732Z   GHA_MODE: MATRIX
2025-08-20T22:15:24.1964187Z   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:15:24.1964748Z   INPUT_SBUILD: /tmp/pkgforge/1BHGHDzYd_build.yaml
2025-08-20T22:15:24.1965088Z   BUILD_DIR: /tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml
2025-08-20T22:15:24.1965505Z   SBUILD_OUTDIR: /tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR
2025-08-20T22:15:24.1966019Z   SBUILD_TMPDIR: /tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:15:24.1966425Z   PKG_TYPE: static
2025-08-20T22:15:24.1966624Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:15:24.1966837Z   PUSH_SUCCESSFUL: NO
2025-08-20T22:15:24.1967046Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T22:15:24.1967380Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/pv/official/pv-srcbuild-
2025-08-20T22:15:24.1967754Z ##[endgroup]
2025-08-20T22:15:24.2115001Z ##[group]Run actions/upload-artifact@v4
2025-08-20T22:15:24.2115318Z with:
2025-08-20T22:15:24.2115514Z   name: Bincache_pv_x86_64-Linux
2025-08-20T22:15:24.2115802Z   path: /tmp/BUILD.log
/tmp/BUILD_ARTIFACTS.zstd

2025-08-20T22:15:24.2116095Z   compression-level: 0
2025-08-20T22:15:24.2116308Z   retention-days: 30
2025-08-20T22:15:24.2116496Z   overwrite: true
2025-08-20T22:15:24.2116685Z   if-no-files-found: warn
2025-08-20T22:15:24.2116899Z   include-hidden-files: false
2025-08-20T22:15:24.2117114Z env:
2025-08-20T22:15:24.2117278Z   CROSS_COMPILING: NO
2025-08-20T22:15:24.2117477Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T22:15:24.2117689Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T22:15:24.2117894Z   ON_QEMU: NO
2025-08-20T22:15:24.2118060Z   DEBUG: 0
2025-08-20T22:15:24.2118232Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T22:15:24.2118447Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T22:15:24.2118708Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/pv/official
2025-08-20T22:15:24.2119015Z   KEEP_LOGS: YES
2025-08-20T22:15:24.2119201Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:15:24.2119588Z   PKG_FAMILY_LOCAL: pv
2025-08-20T22:15:24.2119796Z   SBUILD_REBUILD: false
2025-08-20T22:15:24.2120316Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/pv/static.official.source.yaml
2025-08-20T22:15:24.2120878Z   BUILD_SYS: docker://clang+make
2025-08-20T22:15:24.2121109Z   BUILD_ON_HOST: FALSE
2025-08-20T22:15:24.2121295Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:15:24.2121480Z   SYSTMP: /tmp
2025-08-20T22:15:24.2121877Z   GHA_MODE: MATRIX
2025-08-20T22:15:24.2122314Z   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:15:24.2122823Z   INPUT_SBUILD: /tmp/pkgforge/1BHGHDzYd_build.yaml
2025-08-20T22:15:24.2123140Z   BUILD_DIR: /tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml
2025-08-20T22:15:24.2123519Z   SBUILD_OUTDIR: /tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR
2025-08-20T22:15:24.2124001Z   SBUILD_TMPDIR: /tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:15:24.2124380Z   PKG_TYPE: static
2025-08-20T22:15:24.2124565Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:15:24.2124770Z   PUSH_SUCCESSFUL: NO
2025-08-20T22:15:24.2124967Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T22:15:24.2125278Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/pv/official/pv-srcbuild-
2025-08-20T22:15:24.2125625Z   UTC_TIME: 2025_08_20T10_15_24_PM
2025-08-20T22:15:24.2125844Z ##[endgroup]
2025-08-20T22:15:24.4326308Z Multiple search paths detected. Calculating the least common ancestor of all paths
2025-08-20T22:15:24.4329316Z The least common ancestor is /tmp. This will be the root directory of the artifact
2025-08-20T22:15:24.4330275Z With the provided path, there will be 2 files uploaded
2025-08-20T22:15:24.5792740Z Artifact name is valid!
2025-08-20T22:15:24.5794295Z Root directory input is valid!
2025-08-20T22:15:24.6516707Z Beginning upload of artifact content to blob storage
2025-08-20T22:15:24.9722081Z Uploaded bytes 1095849
2025-08-20T22:15:25.0102917Z Finished uploading artifact content to blob storage!
2025-08-20T22:15:25.0106814Z SHA256 digest of uploaded artifact zip is 69c9f43f15751c2e4b0c957cfa3b5335f64ba712ce7ac5e77ad12ffa622adb7e
2025-08-20T22:15:25.0107714Z Finalizing artifact upload
2025-08-20T22:15:25.1182352Z Artifact Bincache_pv_x86_64-Linux.zip successfully finalized. Artifact ID 3813721815
2025-08-20T22:15:25.1183889Z Artifact Bincache_pv_x86_64-Linux has been successfully uploaded! Final size is 1095849 bytes. Artifact ID is 3813721815
2025-08-20T22:15:25.1191402Z Artifact download URL: https://github.com/pkgforge/bincache/actions/runs/17109073032/artifacts/3813721815
2025-08-20T22:15:25.1341928Z ##[group]Run actions/attest-build-provenance@v2.4.0
2025-08-20T22:15:25.1342273Z with:
2025-08-20T22:15:25.1342470Z   subject-name: pv--
2025-08-20T22:15:25.1343202Z   subject-path: "/tmp/BUILD.log"
"/tmp/BUILD_ARTIFACTS.zstd"
/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/**
!/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/**

2025-08-20T22:15:25.1343947Z   show-summary: true
2025-08-20T22:15:25.1344161Z   push-to-registry: false
2025-08-20T22:15:25.1344543Z   github-token: ***
2025-08-20T22:15:25.1344757Z env:
2025-08-20T22:15:25.1344930Z   CROSS_COMPILING: NO
2025-08-20T22:15:25.1345142Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T22:15:25.1345367Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T22:15:25.1345584Z   ON_QEMU: NO
2025-08-20T22:15:25.1345758Z   DEBUG: 0
2025-08-20T22:15:25.1345936Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T22:15:25.1346170Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T22:15:25.1346474Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/pv/official
2025-08-20T22:15:25.1346764Z   KEEP_LOGS: YES
2025-08-20T22:15:25.1346957Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:15:25.1347169Z   PKG_FAMILY_LOCAL: pv
2025-08-20T22:15:25.1347373Z   SBUILD_REBUILD: false
2025-08-20T22:15:25.1347900Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/pv/static.official.source.yaml
2025-08-20T22:15:25.1348659Z   BUILD_SYS: docker://clang+make
2025-08-20T22:15:25.1348921Z   BUILD_ON_HOST: FALSE
2025-08-20T22:15:25.1349134Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:15:25.1349335Z   SYSTMP: /tmp
2025-08-20T22:15:25.1349528Z   GHA_MODE: MATRIX
2025-08-20T22:15:25.1349977Z   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:15:25.1350498Z   INPUT_SBUILD: /tmp/pkgforge/1BHGHDzYd_build.yaml
2025-08-20T22:15:25.1351045Z   BUILD_DIR: /tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml
2025-08-20T22:15:25.1351511Z   SBUILD_OUTDIR: /tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR
2025-08-20T22:15:25.1352281Z   SBUILD_TMPDIR: /tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:15:25.1352676Z   PKG_TYPE: static
2025-08-20T22:15:25.1352879Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:15:25.1353097Z   PUSH_SUCCESSFUL: NO
2025-08-20T22:15:25.1353306Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T22:15:25.1353639Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/pv/official/pv-srcbuild-
2025-08-20T22:15:25.1353997Z   UTC_TIME: 2025_08_20T10_15_24_PM
2025-08-20T22:15:25.1354233Z ##[endgroup]
2025-08-20T22:15:25.1428438Z ##[group]Run actions/attest-build-provenance/predicate@1176ef556905f349f669722abf30bce1a6e16e01
2025-08-20T22:15:25.1428887Z env:
2025-08-20T22:15:25.1429076Z   CROSS_COMPILING: NO
2025-08-20T22:15:25.1429303Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T22:15:25.1429540Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T22:15:25.1429768Z   ON_QEMU: NO
2025-08-20T22:15:25.1429954Z   DEBUG: 0
2025-08-20T22:15:25.1430153Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T22:15:25.1430389Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T22:15:25.1430679Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/pv/official
2025-08-20T22:15:25.1430983Z   KEEP_LOGS: YES
2025-08-20T22:15:25.1431189Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:15:25.1431411Z   PKG_FAMILY_LOCAL: pv
2025-08-20T22:15:25.1431900Z   SBUILD_REBUILD: false
2025-08-20T22:15:25.1432493Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/pv/static.official.source.yaml
2025-08-20T22:15:25.1433151Z   BUILD_SYS: docker://clang+make
2025-08-20T22:15:25.1433403Z   BUILD_ON_HOST: FALSE
2025-08-20T22:15:25.1433612Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:15:25.1433816Z   SYSTMP: /tmp
2025-08-20T22:15:25.1434008Z   GHA_MODE: MATRIX
2025-08-20T22:15:25.1434466Z   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:15:25.1435006Z   INPUT_SBUILD: /tmp/pkgforge/1BHGHDzYd_build.yaml
2025-08-20T22:15:25.1435556Z   BUILD_DIR: /tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml
2025-08-20T22:15:25.1435999Z   SBUILD_OUTDIR: /tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR
2025-08-20T22:15:25.1436504Z   SBUILD_TMPDIR: /tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:15:25.1436909Z   PKG_TYPE: static
2025-08-20T22:15:25.1437118Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:15:25.1437346Z   PUSH_SUCCESSFUL: NO
2025-08-20T22:15:25.1437563Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T22:15:25.1437902Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/pv/official/pv-srcbuild-
2025-08-20T22:15:25.1438274Z   UTC_TIME: 2025_08_20T10_15_24_PM
2025-08-20T22:15:25.1438512Z ##[endgroup]
2025-08-20T22:15:25.6387565Z ##[group]Run actions/attest@ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc
2025-08-20T22:15:25.6387910Z with:
2025-08-20T22:15:25.6388611Z   subject-path: "/tmp/BUILD.log"
"/tmp/BUILD_ARTIFACTS.zstd"
/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/**
!/tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/**

2025-08-20T22:15:25.6389347Z   subject-name: pv--
2025-08-20T22:15:25.6389611Z   predicate-type: https://slsa.dev/provenance/v1
2025-08-20T22:15:25.6392579Z   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/17109073032/attempts/1"}}}
2025-08-20T22:15:25.6395464Z   push-to-registry: false
2025-08-20T22:15:25.6395696Z   show-summary: true
2025-08-20T22:15:25.6396100Z   github-token: ***
2025-08-20T22:15:25.6396305Z env:
2025-08-20T22:15:25.6396483Z   CROSS_COMPILING: NO
2025-08-20T22:15:25.6396701Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T22:15:25.6396929Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T22:15:25.6397156Z   ON_QEMU: NO
2025-08-20T22:15:25.6397342Z   DEBUG: 0
2025-08-20T22:15:25.6397531Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T22:15:25.6397761Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T22:15:25.6398039Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/pv/official
2025-08-20T22:15:25.6398332Z   KEEP_LOGS: YES
2025-08-20T22:15:25.6398529Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:15:25.6398743Z   PKG_FAMILY_LOCAL: pv
2025-08-20T22:15:25.6398949Z   SBUILD_REBUILD: false
2025-08-20T22:15:25.6399479Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/pv/static.official.source.yaml
2025-08-20T22:15:25.6400069Z   BUILD_SYS: docker://clang+make
2025-08-20T22:15:25.6400308Z   BUILD_ON_HOST: FALSE
2025-08-20T22:15:25.6400508Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:15:25.6400705Z   SYSTMP: /tmp
2025-08-20T22:15:25.6400889Z   GHA_MODE: MATRIX
2025-08-20T22:15:25.6401331Z   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:15:25.6402082Z   INPUT_SBUILD: /tmp/pkgforge/1BHGHDzYd_build.yaml
2025-08-20T22:15:25.6402412Z   BUILD_DIR: /tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml
2025-08-20T22:15:25.6402811Z   SBUILD_OUTDIR: /tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR
2025-08-20T22:15:25.6403302Z   SBUILD_TMPDIR: /tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:15:25.6403689Z   PKG_TYPE: static
2025-08-20T22:15:25.6403884Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:15:25.6404097Z   PUSH_SUCCESSFUL: NO
2025-08-20T22:15:25.6404311Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T22:15:25.6404788Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/pv/official/pv-srcbuild-
2025-08-20T22:15:25.6405164Z   UTC_TIME: 2025_08_20T10_15_24_PM
2025-08-20T22:15:25.6405400Z ##[endgroup]
2025-08-20T22:15:26.8717299Z Attestation created for 12 subjects
2025-08-20T22:15:26.8724237Z ##[group][36mAttestation signed using certificate from Public Good Sigstore instance[39m
2025-08-20T22:15:26.8725070Z -----BEGIN CERTIFICATE-----
2025-08-20T22:15:26.8725820Z MIIG7jCCBnSgAwIBAgIUG8vLUH1ISc8WQy8PNH+hlCsgoa8wCgYIKoZIzj0EAwMw
2025-08-20T22:15:26.8726796Z NzEVMBMGA1UEChMMc2lnc3RvcmUuZGV2MR4wHAYDVQQDExVzaWdzdG9yZS1pbnRl
2025-08-20T22:15:26.8727774Z cm1lZGlhdGUwHhcNMjUwODIwMjIxNTI2WhcNMjUwODIwMjIyNTI2WjAAMFkwEwYH
2025-08-20T22:15:26.8728703Z KoZIzj0CAQYIKoZIzj0DAQcDQgAE/udcQYQERQh+NIkJg/vwXrvQK0VSYP2SqQKu
2025-08-20T22:15:26.8729634Z 1irHo3OzrLMn2CLuOre3ePPdEBvC5QWgE36x+dmuAeEfUQ7OfqOCBZMwggWPMA4G
2025-08-20T22:15:26.8730591Z A1UdDwEB/wQEAwIHgDATBgNVHSUEDDAKBggrBgEFBQcDAzAdBgNVHQ4EFgQUcoKF
2025-08-20T22:15:26.8731536Z 5shS29qEiCzUzIL8cMRf/CowHwYDVR0jBBgwFoAU39Ppz1YkEZb5qNjpKFWixi4Y
2025-08-20T22:15:26.8732751Z ZD8wZwYDVR0RAQH/BF0wW4ZZaHR0cHM6Ly9naXRodWIuY29tL3BrZ2ZvcmdlL2Jp
2025-08-20T22:15:26.8733758Z bmNhY2hlLy5naXRodWIvd29ya2Zsb3dzL21hdHJpeF9idWlsZHMueWFtbEByZWZz
2025-08-20T22:15:26.8734713Z L2hlYWRzL21haW4wOQYKKwYBBAGDvzABAQQraHR0cHM6Ly90b2tlbi5hY3Rpb25z
2025-08-20T22:15:26.8735627Z LmdpdGh1YnVzZXJjb250ZW50LmNvbTAfBgorBgEEAYO/MAECBBF3b3JrZmxvd19k
2025-08-20T22:15:26.8736873Z aXNwYXRjaDA2BgorBgEEAYO/MAEDBCgzMzhhM2JhZTFiYWIwNWFiYTBhZDRiZmU1
2025-08-20T22:15:26.8737812Z NTgwZDgyZWVhYjNmMjFkMDAGCisGAQQBg78wAQQEIvCfp7Dwn5ug77iPIEJ1aWxk
2025-08-20T22:15:26.8738798Z IFBhY2thZ2Ug8J+TpvCfk4AwHwYKKwYBBAGDvzABBQQRcGtnZm9yZ2UvYmluY2Fj
2025-08-20T22:15:26.8739744Z aGUwHQYKKwYBBAGDvzABBgQPcmVmcy9oZWFkcy9tYWluMDsGCisGAQQBg78wAQgE
2025-08-20T22:15:26.8740284Z LQwraHR0cHM6Ly90b2tlbi5hY3Rpb25zLmdpdGh1YnVzZXJjb250ZW50LmNvbTBp
2025-08-20T22:15:26.8740784Z BgorBgEEAYO/MAEJBFsMWWh0dHBzOi8vZ2l0aHViLmNvbS9wa2dmb3JnZS9iaW5j
2025-08-20T22:15:26.8741288Z YWNoZS8uZ2l0aHViL3dvcmtmbG93cy9tYXRyaXhfYnVpbGRzLnlhbWxAcmVmcy9o
2025-08-20T22:15:26.8741957Z ZWFkcy9tYWluMDgGCisGAQQBg78wAQoEKgwoMzM4YTNiYWUxYmFiMDVhYmEwYWQ0
2025-08-20T22:15:26.8742438Z YmZlNTU4MGQ4MmVlYWIzZjIxZDAdBgorBgEEAYO/MAELBA8MDWdpdGh1Yi1ob3N0
2025-08-20T22:15:26.8742932Z ZWQwNAYKKwYBBAGDvzABDAQmDCRodHRwczovL2dpdGh1Yi5jb20vcGtnZm9yZ2Uv
2025-08-20T22:15:26.8743427Z YmluY2FjaGUwOAYKKwYBBAGDvzABDQQqDCgzMzhhM2JhZTFiYWIwNWFiYTBhZDRi
2025-08-20T22:15:26.8743925Z ZmU1NTgwZDgyZWVhYjNmMjFkMB8GCisGAQQBg78wAQ4EEQwPcmVmcy9oZWFkcy9t
2025-08-20T22:15:26.8744408Z YWluMBkGCisGAQQBg78wAQ8ECwwJODgzNjU1MjMwMCsGCisGAQQBg78wARAEHQwb
2025-08-20T22:15:26.8744887Z aHR0cHM6Ly9naXRodWIuY29tL3BrZ2ZvcmdlMBkGCisGAQQBg78wAREECwwJMTg3
2025-08-20T22:15:26.8745371Z Mjc1MzQzMGkGCisGAQQBg78wARIEWwxZaHR0cHM6Ly9naXRodWIuY29tL3BrZ2Zv
2025-08-20T22:15:26.8745854Z cmdlL2JpbmNhY2hlLy5naXRodWIvd29ya2Zsb3dzL21hdHJpeF9idWlsZHMueWFt
2025-08-20T22:15:26.8746351Z bEByZWZzL2hlYWRzL21haW4wOAYKKwYBBAGDvzABEwQqDCgzMzhhM2JhZTFiYWIw
2025-08-20T22:15:26.8746843Z NWFiYTBhZDRiZmU1NTgwZDgyZWVhYjNmMjFkMCEGCisGAQQBg78wARQEEwwRd29y
2025-08-20T22:15:26.8747336Z a2Zsb3dfZGlzcGF0Y2gwWAYKKwYBBAGDvzABFQRKDEhodHRwczovL2dpdGh1Yi5j
2025-08-20T22:15:26.8747819Z b20vcGtnZm9yZ2UvYmluY2FjaGUvYWN0aW9ucy9ydW5zLzE3MTA5MDczMDMyL2F0
2025-08-20T22:15:26.8748312Z dGVtcHRzLzEwFgYKKwYBBAGDvzABFgQIDAZwdWJsaWMwgYkGCisGAQQB1nkCBAIE
2025-08-20T22:15:26.8748804Z ewR5AHcAdQDdPTBqxscRMmMZHhyZZzcCokpeuN48rf+HinKALynujgAAAZjJjSCH
2025-08-20T22:15:26.8749281Z AAAEAwBGMEQCIH/DXGGK07y16J9NpCxESM0/v1g+pZZtdvDLeDb78ignAiByezDZ
2025-08-20T22:15:26.8749736Z uwXf5GEAvtXKJr/xEnUqd4OgztPfiryD/PmiOzAKBggqhkjOPQQDAwNoADBlAjAI
2025-08-20T22:15:26.8750194Z E/OhiiXwBjcbxcLOMY4/0pqfV8z4cIZSa6/DW5wnXb2KOwCo9A9LUJgE7Gz02IAC
2025-08-20T22:15:26.8750657Z MQCxzLjXlO6uyOFyfhEfNqiz05orjJbGem+VylYKKXz5oLZevK7VA1Vd2pbzB8lD
2025-08-20T22:15:26.8751012Z vgY=
2025-08-20T22:15:26.8751201Z -----END CERTIFICATE-----
2025-08-20T22:15:26.8751358Z 
2025-08-20T22:15:26.8752040Z ##[endgroup]
2025-08-20T22:15:26.8752715Z [36mAttestation signature uploaded to Rekor transparency log[39m
2025-08-20T22:15:26.8753163Z https://search.sigstore.dev?logIndex=414501247
2025-08-20T22:15:26.8753537Z [36mAttestation uploaded to repository[39m
2025-08-20T22:15:26.8753888Z https://github.com/pkgforge/bincache/attestations/9875431
2025-08-20T22:15:26.9503789Z ##[group]Run ##Presets
2025-08-20T22:15:26.9504062Z [36;1m##Presets[0m
2025-08-20T22:15:26.9504286Z [36;1mset +x ; set +e[0m
2025-08-20T22:15:26.9504499Z [36;1m#-------------#[0m
2025-08-20T22:15:26.9504698Z [36;1m##Debug?[0m
2025-08-20T22:15:26.9504945Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T22:15:26.9505252Z [36;1m  set -x[0m
2025-08-20T22:15:26.9505443Z [36;1mfi[0m
2025-08-20T22:15:26.9505624Z [36;1m#-------------#[0m
2025-08-20T22:15:26.9505932Z [36;1mif [[ "${GHA_BUILD_FAILED}" == "YES" || "${SBUILD_SUCCESSFUL}" == "NO" ]]; then[0m
2025-08-20T22:15:26.9506446Z [36;1m  echo -e "\n[-] FATAL: Failed to Successfully Build ghcr.io/pkgforge/bincache/pv/official"[0m
2025-08-20T22:15:26.9506866Z [36;1m exit 1[0m
2025-08-20T22:15:26.9507054Z [36;1mfi[0m
2025-08-20T22:15:26.9556115Z shell: /usr/bin/bash -e {0}
2025-08-20T22:15:26.9556366Z env:
2025-08-20T22:15:26.9556547Z   CROSS_COMPILING: NO
2025-08-20T22:15:26.9556838Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T22:15:26.9557078Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T22:15:26.9557478Z   ON_QEMU: NO
2025-08-20T22:15:26.9557657Z   DEBUG: 0
2025-08-20T22:15:26.9557838Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T22:15:26.9558064Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T22:15:26.9558348Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/pv/official
2025-08-20T22:15:26.9558925Z   KEEP_LOGS: YES
2025-08-20T22:15:26.9559269Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:15:26.9559490Z   PKG_FAMILY_LOCAL: pv
2025-08-20T22:15:26.9559710Z   SBUILD_REBUILD: false
2025-08-20T22:15:26.9560327Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/pv/static.official.source.yaml
2025-08-20T22:15:26.9560905Z   BUILD_SYS: docker://clang+make
2025-08-20T22:15:26.9561149Z   BUILD_ON_HOST: FALSE
2025-08-20T22:15:26.9561355Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:15:26.9561549Z   SYSTMP: /tmp
2025-08-20T22:15:26.9561965Z   GHA_MODE: MATRIX
2025-08-20T22:15:26.9562437Z   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:15:26.9562979Z   INPUT_SBUILD: /tmp/pkgforge/1BHGHDzYd_build.yaml
2025-08-20T22:15:26.9563309Z   BUILD_DIR: /tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml
2025-08-20T22:15:26.9563710Z   SBUILD_OUTDIR: /tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR
2025-08-20T22:15:26.9564207Z   SBUILD_TMPDIR: /tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:15:26.9564613Z   PKG_TYPE: static
2025-08-20T22:15:26.9564818Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:15:26.9565035Z   PUSH_SUCCESSFUL: NO
2025-08-20T22:15:26.9565242Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T22:15:26.9565570Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/pv/official/pv-srcbuild-
2025-08-20T22:15:26.9565935Z   UTC_TIME: 2025_08_20T10_15_24_PM
2025-08-20T22:15:26.9566169Z ##[endgroup]
2025-08-20T22:15:26.9654630Z ##[group]Run ##Presets
2025-08-20T22:15:26.9654884Z [36;1m##Presets[0m
2025-08-20T22:15:26.9655091Z [36;1mset +x ; set +e[0m
2025-08-20T22:15:26.9655304Z [36;1m#-------------#[0m
2025-08-20T22:15:26.9655521Z [36;1m##Debug?[0m
2025-08-20T22:15:26.9655765Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T22:15:26.9656066Z [36;1m  set -x[0m
2025-08-20T22:15:26.9656249Z [36;1mfi[0m
2025-08-20T22:15:26.9656430Z [36;1m#-------------#[0m
2025-08-20T22:15:26.9656666Z [36;1mif [[ "${PUSH_SUCCESSFUL}" == "NO" ]]; then[0m
2025-08-20T22:15:26.9657112Z [36;1m  echo -e "\n[-] FATAL: Failed to Successfully Push ==> ghcr.io/pkgforge/bincache/pv/official"[0m
2025-08-20T22:15:26.9657536Z [36;1m exit 1[0m
2025-08-20T22:15:26.9657724Z [36;1mfi[0m
2025-08-20T22:15:26.9701851Z shell: /usr/bin/bash -e {0}
2025-08-20T22:15:26.9702106Z env:
2025-08-20T22:15:26.9702297Z   CROSS_COMPILING: NO
2025-08-20T22:15:26.9702523Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T22:15:26.9702783Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T22:15:26.9703005Z   ON_QEMU: NO
2025-08-20T22:15:26.9703183Z   DEBUG: 0
2025-08-20T22:15:26.9703368Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T22:15:26.9703604Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T22:15:26.9703881Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/pv/official
2025-08-20T22:15:26.9704193Z   KEEP_LOGS: YES
2025-08-20T22:15:26.9704395Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:15:26.9704610Z   PKG_FAMILY_LOCAL: pv
2025-08-20T22:15:26.9704816Z   SBUILD_REBUILD: false
2025-08-20T22:15:26.9705353Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/pv/static.official.source.yaml
2025-08-20T22:15:26.9705925Z   BUILD_SYS: docker://clang+make
2025-08-20T22:15:26.9706167Z   BUILD_ON_HOST: FALSE
2025-08-20T22:15:26.9706371Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:15:26.9706574Z   SYSTMP: /tmp
2025-08-20T22:15:26.9706758Z   GHA_MODE: MATRIX
2025-08-20T22:15:26.9707201Z   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:15:26.9720227Z   INPUT_SBUILD: /tmp/pkgforge/1BHGHDzYd_build.yaml
2025-08-20T22:15:26.9720861Z   BUILD_DIR: /tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml
2025-08-20T22:15:26.9721296Z   SBUILD_OUTDIR: /tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR
2025-08-20T22:15:26.9722076Z   SBUILD_TMPDIR: /tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:15:26.9722496Z   PKG_TYPE: static
2025-08-20T22:15:26.9722710Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:15:26.9722929Z   PUSH_SUCCESSFUL: NO
2025-08-20T22:15:26.9723143Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T22:15:26.9723476Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/pv/official/pv-srcbuild-
2025-08-20T22:15:26.9723844Z   UTC_TIME: 2025_08_20T10_15_24_PM
2025-08-20T22:15:26.9724079Z ##[endgroup]
2025-08-20T22:15:26.9787793Z 
2025-08-20T22:15:26.9788150Z [-] FATAL: Failed to Successfully Push ==> ghcr.io/pkgforge/bincache/pv/official
2025-08-20T22:15:26.9800701Z ##[error]Process completed with exit code 1.
2025-08-20T22:15:26.9842687Z ##[group]Run ##Presets
2025-08-20T22:15:26.9842967Z [36;1m##Presets[0m
2025-08-20T22:15:26.9843198Z [36;1mset +x ; set +e[0m
2025-08-20T22:15:26.9843421Z [36;1m#-------------#[0m
2025-08-20T22:15:26.9843630Z [36;1m##Debug?[0m
2025-08-20T22:15:26.9843881Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T22:15:26.9844187Z [36;1m  set -x[0m
2025-08-20T22:15:26.9844378Z [36;1mfi[0m
2025-08-20T22:15:26.9844561Z [36;1m#-------------#[0m
2025-08-20T22:15:26.9844903Z [36;1m[[ -f "/tmp/GHA_CI_STATUS" && -w "/tmp/GHA_CI_STATUS" ]] && echo "" > "/tmp/GHA_CI_STATUS"[0m
2025-08-20T22:15:26.9845306Z [36;1mif [[ -d "/tmp" && -w "/tmp" ]]; then[0m
2025-08-20T22:15:26.9845612Z [36;1m  echo "EXITED" | tee "/tmp/GHA_CI_STATUS"[0m
2025-08-20T22:15:26.9845876Z [36;1mfi[0m
2025-08-20T22:15:26.9891493Z shell: /usr/bin/bash -e {0}
2025-08-20T22:15:26.9891987Z env:
2025-08-20T22:15:26.9892175Z   CROSS_COMPILING: NO
2025-08-20T22:15:26.9892439Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T22:15:26.9892677Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T22:15:26.9892905Z   ON_QEMU: NO
2025-08-20T22:15:26.9893084Z   DEBUG: 0
2025-08-20T22:15:26.9893268Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T22:15:26.9893495Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T22:15:26.9893780Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/pv/official
2025-08-20T22:15:26.9894071Z   KEEP_LOGS: YES
2025-08-20T22:15:26.9894266Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:15:26.9894487Z   PKG_FAMILY_LOCAL: pv
2025-08-20T22:15:26.9894692Z   SBUILD_REBUILD: false
2025-08-20T22:15:26.9895229Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/pv/static.official.source.yaml
2025-08-20T22:15:26.9895819Z   BUILD_SYS: docker://clang+make
2025-08-20T22:15:26.9896065Z   BUILD_ON_HOST: FALSE
2025-08-20T22:15:26.9896275Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:15:26.9896472Z   SYSTMP: /tmp
2025-08-20T22:15:26.9896666Z   GHA_MODE: MATRIX
2025-08-20T22:15:26.9897115Z   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:15:26.9897642Z   INPUT_SBUILD: /tmp/pkgforge/1BHGHDzYd_build.yaml
2025-08-20T22:15:26.9897972Z   BUILD_DIR: /tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml
2025-08-20T22:15:26.9898367Z   SBUILD_OUTDIR: /tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR
2025-08-20T22:15:26.9898853Z   SBUILD_TMPDIR: /tmp/pkgforge/0gH8PWH_1BHGHDzYd_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:15:26.9899239Z   PKG_TYPE: static
2025-08-20T22:15:26.9899436Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:15:26.9899650Z   PUSH_SUCCESSFUL: NO
2025-08-20T22:15:26.9899859Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T22:15:26.9900184Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/pv/official/pv-srcbuild-
2025-08-20T22:15:26.9900552Z   UTC_TIME: 2025_08_20T10_15_24_PM
2025-08-20T22:15:26.9900787Z ##[endgroup]
2025-08-20T22:15:26.9975598Z EXITED
2025-08-20T22:15:27.0020464Z Cleaning up orphan processes
