﻿2025-08-20T22:02:55.0188422Z Current runner version: '2.328.0'
2025-08-20T22:02:55.0229214Z ##[group]Runner Image Provisioner
2025-08-20T22:02:55.0231579Z Hosted Compute Agent
2025-08-20T22:02:55.0232529Z Version: 20250818.377
2025-08-20T22:02:55.0233595Z Commit: 3c593e9f75fe0b87e893bca80d6e12ba089c61fc
2025-08-20T22:02:55.0235061Z Build Date: 2025-08-18T14:52:18Z
2025-08-20T22:02:55.0236259Z ##[endgroup]
2025-08-20T22:02:55.0237537Z ##[group]Operating System
2025-08-20T22:02:55.0238622Z Ubuntu
2025-08-20T22:02:55.0239491Z 24.04.2
2025-08-20T22:02:55.0240386Z LTS
2025-08-20T22:02:55.0241183Z ##[endgroup]
2025-08-20T22:02:55.0242104Z ##[group]Runner Image
2025-08-20T22:02:55.0243217Z Image: ubuntu-24.04
2025-08-20T22:02:55.0244178Z Version: 20250810.1.0
2025-08-20T22:02:55.0246110Z Included Software: https://github.com/actions/runner-images/blob/ubuntu24/20250810.1/images/ubuntu/Ubuntu2404-Readme.md
2025-08-20T22:02:55.0249198Z Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu24%2F20250810.1
2025-08-20T22:02:55.0251135Z ##[endgroup]
2025-08-20T22:02:55.0253349Z ##[group]GITHUB_TOKEN Permissions
2025-08-20T22:02:55.0257886Z Attestations: write
2025-08-20T22:02:55.0258824Z Contents: write
2025-08-20T22:02:55.0259834Z Metadata: read
2025-08-20T22:02:55.0260695Z Packages: write
2025-08-20T22:02:55.0261549Z ##[endgroup]
2025-08-20T22:02:55.0264999Z Secret source: Actions
2025-08-20T22:02:55.0266202Z Prepare workflow directory
2025-08-20T22:02:55.0778393Z Prepare all required actions
2025-08-20T22:02:55.0838950Z Getting action download info
2025-08-20T22:02:55.7784791Z Download action repository 'docker/setup-qemu-action@v3' (SHA:29109295f81e9208d7d86ff1c6c12d2833863392)
2025-08-20T22:02:56.3279448Z Download action repository 'docker/setup-buildx-action@v3' (SHA:e468171a9de216ec08956ac3ada2f0791b6bd435)
2025-08-20T22:02:57.0254632Z Download action repository 'actions/upload-artifact@v4' (SHA:ea165f8d65b6e75b540449e92b4886f43607fa02)
2025-08-20T22:02:57.1387275Z Download action repository 'actions/attest-build-provenance@v2.4.0' (SHA:e8998f949152b193b063cb0ec769d69d929409be)
2025-08-20T22:02:57.6434101Z Getting action download info
2025-08-20T22:02:57.8035485Z Download action repository 'actions/attest-build-provenance@1176ef556905f349f669722abf30bce1a6e16e01' (SHA:1176ef556905f349f669722abf30bce1a6e16e01)
2025-08-20T22:02:58.1593413Z Download action repository 'actions/attest@ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc' (SHA:ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc)
2025-08-20T22:02:58.5787097Z Complete job name: x86_64-Linux ==> (ghcr.io/pkgforge/bincache/pkgtop/official)
2025-08-20T22:02:58.6380935Z ##[group]Run ##Presets
2025-08-20T22:02:58.6381389Z [36;1m##Presets[0m
2025-08-20T22:02:58.6381676Z [36;1mset +x ; set +e[0m
2025-08-20T22:02:58.6381948Z [36;1m#-------------#[0m
2025-08-20T22:02:58.6382311Z [36;1mif [[ "$(uname -m | tr -d '[:space:]')" == "aarch64" ]]; then[0m
2025-08-20T22:02:58.6382765Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "aarch64-Linux" ]]; then[0m
2025-08-20T22:02:58.6383204Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T22:02:58.6383697Z [36;1m  fi[0m
2025-08-20T22:02:58.6384024Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "loongarch64" ]]; then[0m
2025-08-20T22:02:58.6384471Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "loongarch64-Linux" ]]; then[0m
2025-08-20T22:02:58.6384883Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T22:02:58.6385217Z [36;1m  fi[0m
2025-08-20T22:02:58.6385529Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "riscv64" ]]; then[0m
2025-08-20T22:02:58.6385990Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "riscv64-Linux" ]]; then[0m
2025-08-20T22:02:58.6386383Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T22:02:58.6386871Z [36;1m  fi[0m
2025-08-20T22:02:58.6387355Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "x86_64" ]]; then[0m
2025-08-20T22:02:58.6387878Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "x86_64-Linux" ]]; then[0m
2025-08-20T22:02:58.6388477Z [36;1m     if [[ "ALL" == "riscv64-Linux" ||\[0m
2025-08-20T22:02:58.6388831Z [36;1m           "ALL" == "loongarch64-Linux" ]]; then[0m
2025-08-20T22:02:58.6389399Z [36;1m       echo "CONTINUE_GHRUN=TRUE" >> "${GITHUB_ENV}"[0m
2025-08-20T22:02:58.6389859Z [36;1m     else[0m
2025-08-20T22:02:58.6390280Z [36;1m       echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T22:02:58.6390798Z [36;1m     fi[0m
2025-08-20T22:02:58.6391126Z [36;1m  fi[0m
2025-08-20T22:02:58.6391446Z [36;1mfi[0m
2025-08-20T22:02:58.6460139Z shell: /usr/bin/bash -e {0}
2025-08-20T22:02:58.6460935Z env:
2025-08-20T22:02:58.6461708Z   GH_TOKEN: ***
2025-08-20T22:02:58.6462069Z ##[endgroup]
2025-08-20T22:02:58.6760156Z ##[group]Run ##Presets
2025-08-20T22:02:58.6760630Z [36;1m##Presets[0m
2025-08-20T22:02:58.6761117Z [36;1mset +x ; set +e[0m
2025-08-20T22:02:58.6761545Z [36;1m#-------------#[0m
2025-08-20T22:02:58.6761994Z [36;1m# Check if any of the required secrets are missing[0m
2025-08-20T22:02:58.6762638Z [36;1mif [ -z "${RO_GHTOKEN##*[[:space:]]}" ] || [ -z "${RO_GLTOKEN##*[[:space:]]}" ] || [ -z "${MINISIGN_KEY##*[[:space:]]}" ]; then[0m
2025-08-20T22:02:58.6763336Z [36;1m  echo "::error::One or more required secrets are missing:"[0m
2025-08-20T22:02:58.6763883Z [36;1m  [ -z "${RO_GHTOKEN##*[[:space:]]}" ] && echo "- RO_GHTOKEN is missing"[0m
2025-08-20T22:02:58.6764457Z [36;1m  [ -z "${RO_GLTOKEN##*[[:space:]]}" ] && echo "- RO_GLTOKEN is missing"[0m
2025-08-20T22:02:58.6765033Z [36;1m  [ -z "${MINISIGN_KEY##*[[:space:]]}" ] && echo "- MINISIGN_KEY is missing"[0m
2025-08-20T22:02:58.6765533Z [36;1m  exit 1[0m
2025-08-20T22:02:58.6765897Z [36;1mfi[0m
2025-08-20T22:02:58.6867887Z shell: /usr/bin/bash -e {0}
2025-08-20T22:02:58.6868253Z env:
2025-08-20T22:02:58.6868752Z   RO_GHTOKEN: ***
2025-08-20T22:02:58.6869073Z   RO_GLTOKEN: ***
2025-08-20T22:02:58.6870380Z   MINISIGN_KEY: ***
2025-08-20T22:02:58.6870631Z ##[endgroup]
2025-08-20T22:02:58.7011709Z ##[group]Run ##Presets
2025-08-20T22:02:58.7012120Z [36;1m##Presets[0m
2025-08-20T22:02:58.7012376Z [36;1mset +x ; set +e[0m
2025-08-20T22:02:58.7012641Z [36;1m#-------------#[0m
2025-08-20T22:02:58.7012906Z [36;1m##Host Triplet[0m
2025-08-20T22:02:58.7013241Z [36;1m if [[ "x86_64-Linux" != "$(uname -m)-$(uname -s)" ]] ; then[0m
2025-08-20T22:02:58.7013615Z [36;1m   export CROSS_COMPILING="YES"[0m
2025-08-20T22:02:58.7013997Z [36;1m   export HOST_TRIPLET_R="$(uname -m)-$(uname -s)"[0m
2025-08-20T22:02:58.7014356Z [36;1m   export ON_QEMU="YES"[0m
2025-08-20T22:02:58.7014701Z [36;1m   if [[ "x86_64-Linux" == "loongarch64-Linux" ]] ; then[0m
2025-08-20T22:02:58.7015091Z [36;1m     export HOST_TRIPLET="loongarch64-Linux"[0m
2025-08-20T22:02:58.7015480Z [36;1m   elif [[ "x86_64-Linux" == "riscv64-Linux" ]] ; then[0m
2025-08-20T22:02:58.7015855Z [36;1m     export HOST_TRIPLET="riscv64-Linux"[0m
2025-08-20T22:02:58.7016169Z [36;1m   fi[0m
2025-08-20T22:02:58.7016512Z [36;1m elif [[ "x86_64-Linux" == "$(uname -m)-$(uname -s)" ]] ; then[0m
2025-08-20T22:02:58.7017114Z [36;1m   export CROSS_COMPILING="NO"[0m
2025-08-20T22:02:58.7017561Z [36;1m   export HOST_TRIPLET="$(uname -m)-$(uname -s)"[0m
2025-08-20T22:02:58.7017951Z [36;1m   export HOST_TRIPLET_R="${HOST_TRIPLET}"[0m
2025-08-20T22:02:58.7018288Z [36;1m   export ON_QEMU="NO"[0m
2025-08-20T22:02:58.7018556Z [36;1m fi[0m
2025-08-20T22:02:58.7018875Z [36;1m echo "CROSS_COMPILING=${CROSS_COMPILING}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:02:58.7019316Z [36;1m echo "HOST_TRIPLET=${HOST_TRIPLET}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:02:58.7019747Z [36;1m echo "HOST_TRIPLET_R=${HOST_TRIPLET_R}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:02:58.7020155Z [36;1m echo "ON_QEMU=${ON_QEMU}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:02:58.7020477Z [36;1m##Debug[0m
2025-08-20T22:02:58.7020731Z [36;1m if [[ "false" == "true" ]] ; then[0m
2025-08-20T22:02:58.7021038Z [36;1m   export DEBUG="1"[0m
2025-08-20T22:02:58.7021310Z [36;1m else[0m
2025-08-20T22:02:58.7021581Z [36;1m   export DEBUG="0"[0m
2025-08-20T22:02:58.7022026Z [36;1m fi[0m
2025-08-20T22:02:58.7022289Z [36;1m echo "DEBUG=${DEBUG}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:02:58.7022617Z [36;1m##Docker Platform[0m
2025-08-20T22:02:58.7022949Z [36;1m if echo "${HOST_TRIPLET}" | grep -qiE "aarch64"; then[0m
2025-08-20T22:02:58.7023322Z [36;1m   DOCKER_PLATFORM="linux/arm64"[0m
2025-08-20T22:02:58.7023697Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "loongarch64"; then[0m
2025-08-20T22:02:58.7024092Z [36;1m   DOCKER_PLATFORM="linux/loong64"[0m
2025-08-20T22:02:58.7024459Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "riscv64"; then[0m
2025-08-20T22:02:58.7024835Z [36;1m   DOCKER_PLATFORM="linux/riscv64"[0m
2025-08-20T22:02:58.7025201Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "x86_64"; then[0m
2025-08-20T22:02:58.7025562Z [36;1m   DOCKER_PLATFORM="linux/amd64"[0m
2025-08-20T22:02:58.7025853Z [36;1m fi[0m
2025-08-20T22:02:58.7026187Z [36;1m echo "DOCKER_PLATFORM_ARCH=${HOST_TRIPLET%%-*}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:02:58.7026663Z [36;1m echo "DOCKER_PLATFORM=${DOCKER_PLATFORM}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:02:58.7027225Z [36;1m##GHCRPKG_URL[0m
2025-08-20T22:02:58.7027757Z [36;1m GHCRPKG_LOCAL="$(echo "ghcr.io/pkgforge/bincache/pkgtop/official" | tr '[:upper:]' '[:lower:]' | tr -d '[:space:]')"[0m
2025-08-20T22:02:58.7028323Z [36;1m export GHCRPKG_LOCAL[0m
2025-08-20T22:02:58.7028674Z [36;1m echo "GHCRPKG_LOCAL=${GHCRPKG_LOCAL}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:02:58.7029024Z [36;1m##Logs[0m
2025-08-20T22:02:58.7029344Z [36;1m if [[ "true" == "false" ]] ; then[0m
2025-08-20T22:02:58.7029654Z [36;1m   export KEEP_LOGS="NO"[0m
2025-08-20T22:02:58.7029938Z [36;1m else[0m
2025-08-20T22:02:58.7030186Z [36;1m   export KEEP_LOGS="YES"[0m
2025-08-20T22:02:58.7030494Z [36;1m   export GITHUB_TEST_BUILD="YES"[0m
2025-08-20T22:02:58.7030791Z [36;1m fi[0m
2025-08-20T22:02:58.7031243Z [36;1m echo "KEEP_LOGS=${KEEP_LOGS}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:02:58.7031681Z [36;1m echo "GITHUB_TEST_BUILD=${GITHUB_TEST_BUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:02:58.7032069Z [36;1m##PKG_FAMILY_LOCAL[0m
2025-08-20T22:02:58.7032479Z [36;1m PKG_FAMILY_LOCAL="$(echo "pkgtop" | tr '[:upper:]' '[:lower:]' | tr -d '[:space:]')"[0m
2025-08-20T22:02:58.7032917Z [36;1m export PKG_FAMILY_LOCAL[0m
2025-08-20T22:02:58.7033291Z [36;1m echo "PKG_FAMILY_LOCAL=${PKG_FAMILY_LOCAL}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:02:58.7033655Z [36;1m##Rebuild[0m
2025-08-20T22:02:58.7033918Z [36;1m if [[ "false" == "false" ]] ; then[0m
2025-08-20T22:02:58.7034239Z [36;1m   export SBUILD_REBUILD="false"[0m
2025-08-20T22:02:58.7034535Z [36;1m else[0m
2025-08-20T22:02:58.7034790Z [36;1m   export SBUILD_REBUILD="true"[0m
2025-08-20T22:02:58.7035083Z [36;1m fi[0m
2025-08-20T22:02:58.7035389Z [36;1m echo "SBUILD_REBUILD=${SBUILD_REBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:02:58.7035755Z [36;1m ##SBUILD_URL[0m
2025-08-20T22:02:58.7036214Z [36;1m sudo curl -qfsSL "https://bin.pkgforge.dev/${HOST_TRIPLET_R}/yq" -o "/usr/local/bin/yq" && \[0m
2025-08-20T22:02:58.7036994Z [36;1m   sudo chmod 'a+x' "/usr/local/bin/yq" && command -v yq >/dev/null || exit 1[0m
2025-08-20T22:02:58.7037906Z [36;1m SBUILD_FILE_URL="$(echo "https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/pkgtop/static.official.source.yaml" | tr -d '[:space:]')"[0m
2025-08-20T22:02:58.7038680Z [36;1m pushd "$(mktemp -d)" >/dev/null 2>&1[0m
2025-08-20T22:02:58.7039087Z [36;1m   curl -w "(SBUILD) <== %{url}\n" -fL "${SBUILD_FILE_URL}" -o "./SBUILD_INPUT"[0m
2025-08-20T22:02:58.7039567Z [36;1m   if [[ ! -s "./SBUILD_INPUT" || $(stat -c%s "./SBUILD_INPUT") -le 10 ]]; then[0m
2025-08-20T22:02:58.7040046Z [36;1m     echo -e "\n[✗] FATAL: Failed to Fetch ${SBUILD_FILE_URL}\n"[0m
2025-08-20T22:02:58.7040472Z [36;1m     echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T22:02:58.7040803Z [36;1m    exit 1[0m
2025-08-20T22:02:58.7041051Z [36;1m   else[0m
2025-08-20T22:02:58.7041303Z [36;1m     export SBUILD_FILE_URL[0m
2025-08-20T22:02:58.7041817Z [36;1m     echo "SBUILD_FILE_URL=${SBUILD_FILE_URL}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:02:58.7042192Z [36;1m    #Check for x_exec.host[0m
2025-08-20T22:02:58.7042568Z [36;1m     if yq e '.x_exec.host != null' "./SBUILD_INPUT" | grep -qi 'true'; then[0m
2025-08-20T22:02:58.7042954Z [36;1m      #check if supported[0m
2025-08-20T22:02:58.7043374Z [36;1m       if ! yq '.x_exec.host[]' "./SBUILD_INPUT" | grep -v '^#' | grep -qi "${HOST_TRIPLET,,}"; then[0m
2025-08-20T22:02:58.7043942Z [36;1m          echo -e "\n[✗] WARNING: SBUILD (./SBUILD_INPUT) is NOT Supported on ${HOST_TRIPLET}\n"[0m
2025-08-20T22:02:58.7044403Z [36;1m          yq '.x_exec.host[]' "./SBUILD_INPUT"[0m
2025-08-20T22:02:58.7044765Z [36;1m          echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T22:02:58.7045101Z [36;1m         exit 1[0m
2025-08-20T22:02:58.7045351Z [36;1m       fi[0m
2025-08-20T22:02:58.7045605Z [36;1m      #get build system[0m
2025-08-20T22:02:58.7046033Z [36;1m       BUILD_SYS="$(yq '.x_exec.bsys' "./SBUILD_INPUT" | grep -v '^#' | tr -d '"'\''[:space:]')"[0m
2025-08-20T22:02:58.7046466Z [36;1m       export BUILD_SYS[0m
2025-08-20T22:02:58.7046952Z [36;1m       echo "BUILD_SYS=${BUILD_SYS}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:02:58.7047360Z [36;1m       if echo "${BUILD_SYS}" | grep -qi "docker://"; then[0m
2025-08-20T22:02:58.7047754Z [36;1m          echo "BUILD_ON_HOST=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T22:02:58.7048126Z [36;1m          echo "BUILD_SYSTEM=DOCKER" >> "${GITHUB_ENV}"[0m
2025-08-20T22:02:58.7048508Z [36;1m       elif echo "${BUILD_SYS}" | grep -qi "host://"; then[0m
2025-08-20T22:02:58.7048897Z [36;1m          echo "BUILD_ON_HOST=TRUE" >> "${GITHUB_ENV}"[0m
2025-08-20T22:02:58.7049278Z [36;1m          echo "BUILD_SYSTEM=HOST" >> "${GITHUB_ENV}"[0m
2025-08-20T22:02:58.7049599Z [36;1m       fi[0m
2025-08-20T22:02:58.7049975Z [36;1m     fi[0m
2025-08-20T22:02:58.7050212Z [36;1m   fi[0m
2025-08-20T22:02:58.7050467Z [36;1m popd >/dev/null 2>&1[0m
2025-08-20T22:02:58.7087713Z shell: /usr/bin/bash -e {0}
2025-08-20T22:02:58.7088012Z ##[endgroup]
2025-08-20T22:02:58.9334686Z   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2025-08-20T22:02:58.9335344Z                                  Dload  Upload   Total   Spent    Left  Speed
2025-08-20T22:02:58.9335607Z 
2025-08-20T22:02:59.0179891Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2025-08-20T22:02:59.0180960Z 100  3806  100  3806    0     0  44121      0 --:--:-- --:--:-- --:--:-- 44255
2025-08-20T22:02:59.0197880Z (SBUILD) <== https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/pkgtop/static.official.source.yaml
2025-08-20T22:02:59.0455908Z ##[group]Run ##Presets
2025-08-20T22:02:59.0456506Z [36;1m##Presets[0m
2025-08-20T22:02:59.0457286Z [36;1mset +x ; set +e[0m
2025-08-20T22:02:59.0457772Z [36;1m#-------------#[0m
2025-08-20T22:02:59.0458240Z [36;1m##Debug?[0m
2025-08-20T22:02:59.0458790Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T22:02:59.0459410Z [36;1m  set -x[0m
2025-08-20T22:02:59.0459821Z [36;1mfi[0m
2025-08-20T22:02:59.0460244Z [36;1m#-------------#[0m
2025-08-20T22:02:59.0460697Z [36;1m##CoreUtils[0m
2025-08-20T22:02:59.0461146Z [36;1msudo apt update -y[0m
2025-08-20T22:02:59.0461842Z [36;1msudo apt install bc coreutils curl dos2unix fdupes jq moreutils wget -y[0m
2025-08-20T22:02:59.0463867Z [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:02:59.0465765Z [36;1m##tmp[0m
2025-08-20T22:02:59.0466407Z [36;1mSYSTMP="$(dirname $(mktemp -u))" && export SYSTMP="${SYSTMP}"[0m
2025-08-20T22:02:59.0467333Z [36;1m#GH ENV[0m
2025-08-20T22:02:59.0467855Z [36;1mecho "SYSTMP=${SYSTMP}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:02:59.0468834Z [36;1mecho "GHA_MODE=MATRIX" >> "${GITHUB_ENV}"[0m
2025-08-20T22:02:59.0469435Z [36;1m#-------------#[0m
2025-08-20T22:02:59.0469961Z [36;1mmkdir -p "${HOME}/bin"[0m
2025-08-20T22:02:59.0470528Z [36;1msudo apt update -y[0m
2025-08-20T22:02:59.0471064Z [36;1msudo apt install dos2unix -y[0m
2025-08-20T22:02:59.0471631Z [36;1m##Setup Minisign[0m
2025-08-20T22:02:59.0472171Z [36;1mmkdir -pv "${HOME}/.minisign"[0m
2025-08-20T22:02:59.0473060Z [36;1mecho "***[0m
2025-08-20T22:02:59.0476002Z [36;1m***" > "${HOME}/.minisign/pkgforge.key"[0m
2025-08-20T22:02:59.0476678Z [36;1m##User-Agent[0m
2025-08-20T22:02:59.0478399Z [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:02:59.0480087Z [36;1mecho "USER_AGENT=${USER_AGENT}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:02:59.0540176Z shell: /usr/bin/bash -e {0}
2025-08-20T22:02:59.0540727Z env:
2025-08-20T22:02:59.0541165Z   CROSS_COMPILING: NO
2025-08-20T22:02:59.0541672Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T22:02:59.0542196Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T22:02:59.0542694Z   ON_QEMU: NO
2025-08-20T22:02:59.0543131Z   DEBUG: 0
2025-08-20T22:02:59.0543568Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T22:02:59.0544121Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T22:02:59.0544800Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/pkgtop/official
2025-08-20T22:02:59.0545503Z   KEEP_LOGS: YES
2025-08-20T22:02:59.0545962Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:02:59.0546468Z   PKG_FAMILY_LOCAL: pkgtop
2025-08-20T22:02:59.0547252Z   SBUILD_REBUILD: false
2025-08-20T22:02:59.0548430Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/pkgtop/static.official.source.yaml
2025-08-20T22:02:59.0549684Z   BUILD_SYS: docker://go
2025-08-20T22:02:59.0550267Z   BUILD_ON_HOST: FALSE
2025-08-20T22:02:59.0550748Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:02:59.0551230Z ##[endgroup]
2025-08-20T22:02:59.0806636Z 
2025-08-20T22:02:59.0807541Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T22:02:59.0807987Z 
2025-08-20T22:02:59.1729207Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T22:02:59.2139371Z Hit:2 http://azure.archive.ubuntu.com/ubuntu noble InRelease
2025-08-20T22:02:59.2153478Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble-updates InRelease [126 kB]
2025-08-20T22:02:59.2229274Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble-backports InRelease [126 kB]
2025-08-20T22:02:59.2287948Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble-security InRelease [126 kB]
2025-08-20T22:02:59.2289533Z Hit:6 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T22:02:59.2343100Z Get:7 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease [3600 B]
2025-08-20T22:02:59.3657638Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 Packages [1349 kB]
2025-08-20T22:02:59.3832563Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble-updates/main Translation-en [268 kB]
2025-08-20T22:02:59.3858714Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 Components [175 kB]
2025-08-20T22:02:59.3880896Z Get:11 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 Packages [1124 kB]
2025-08-20T22:02:59.3943044Z Get:12 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe Translation-en [288 kB]
2025-08-20T22:02:59.3969218Z Get:13 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 Components [377 kB]
2025-08-20T22:02:59.3997817Z Get:14 http://azure.archive.ubuntu.com/ubuntu noble-updates/restricted amd64 Packages [1728 kB]
2025-08-20T22:02:59.4085393Z Get:15 http://azure.archive.ubuntu.com/ubuntu noble-updates/restricted Translation-en [382 kB]
2025-08-20T22:02:59.4116082Z Get:16 http://azure.archive.ubuntu.com/ubuntu noble-updates/restricted amd64 Components [212 B]
2025-08-20T22:02:59.4123770Z Get:17 http://azure.archive.ubuntu.com/ubuntu noble-updates/multiverse amd64 Components [940 B]
2025-08-20T22:02:59.4870289Z Get:18 http://azure.archive.ubuntu.com/ubuntu noble-backports/main amd64 Components [7060 B]
2025-08-20T22:02:59.4884779Z Get:19 http://azure.archive.ubuntu.com/ubuntu noble-backports/universe amd64 Packages [30.2 kB]
2025-08-20T22:02:59.4893244Z Get:20 http://azure.archive.ubuntu.com/ubuntu noble-backports/universe Translation-en [17.4 kB]
2025-08-20T22:02:59.4903663Z Get:21 http://azure.archive.ubuntu.com/ubuntu noble-backports/universe amd64 Components [19.2 kB]
2025-08-20T22:02:59.4912927Z Get:22 http://azure.archive.ubuntu.com/ubuntu noble-backports/restricted amd64 Components [216 B]
2025-08-20T22:02:59.4922989Z Get:23 http://azure.archive.ubuntu.com/ubuntu noble-backports/multiverse amd64 Components [212 B]
2025-08-20T22:02:59.5420466Z Get:24 http://azure.archive.ubuntu.com/ubuntu noble-security/main amd64 Packages [1081 kB]
2025-08-20T22:02:59.5475113Z Get:25 http://azure.archive.ubuntu.com/ubuntu noble-security/main Translation-en [187 kB]
2025-08-20T22:02:59.5494492Z Get:26 http://azure.archive.ubuntu.com/ubuntu noble-security/main amd64 Components [21.6 kB]
2025-08-20T22:02:59.5530511Z Get:27 http://azure.archive.ubuntu.com/ubuntu noble-security/universe amd64 Packages [881 kB]
2025-08-20T22:02:59.5590416Z Get:28 http://azure.archive.ubuntu.com/ubuntu noble-security/universe Translation-en [195 kB]
2025-08-20T22:02:59.5617033Z Get:29 http://azure.archive.ubuntu.com/ubuntu noble-security/universe amd64 Components [52.2 kB]
2025-08-20T22:02:59.5624514Z Get:30 http://azure.archive.ubuntu.com/ubuntu noble-security/restricted amd64 Packages [1625 kB]
2025-08-20T22:02:59.5718863Z Get:31 http://azure.archive.ubuntu.com/ubuntu noble-security/restricted Translation-en [359 kB]
2025-08-20T22:02:59.6185534Z Get:32 http://azure.archive.ubuntu.com/ubuntu noble-security/restricted amd64 Components [212 B]
2025-08-20T22:02:59.6193231Z Get:33 http://azure.archive.ubuntu.com/ubuntu noble-security/multiverse amd64 Components [208 B]
2025-08-20T22:02:59.7436008Z Get:34 https://packages.microsoft.com/ubuntu/24.04/prod noble/main armhf Packages [9870 B]
2025-08-20T22:02:59.7762362Z Get:35 https://packages.microsoft.com/ubuntu/24.04/prod noble/main arm64 Packages [33.2 kB]
2025-08-20T22:02:59.7997142Z Get:36 https://packages.microsoft.com/ubuntu/24.04/prod noble/main amd64 Packages [48.0 kB]
2025-08-20T22:03:09.2059853Z Fetched 10.6 MB in 1s (8223 kB/s)
2025-08-20T22:03:09.9743355Z Reading package lists...
2025-08-20T22:03:10.1495009Z Building dependency tree...
2025-08-20T22:03:10.1502407Z Reading state information...
2025-08-20T22:03:10.1662831Z 47 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-20T22:03:10.1777181Z 
2025-08-20T22:03:10.1778116Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T22:03:10.1778714Z 
2025-08-20T22:03:10.1910413Z Reading package lists...
2025-08-20T22:03:10.3828643Z Building dependency tree...
2025-08-20T22:03:10.3835580Z Reading state information...
2025-08-20T22:03:10.5479344Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-20T22:03:10.5480088Z bc set to manually installed.
2025-08-20T22:03:10.5483209Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-20T22:03:10.5484239Z curl is already the newest version (8.5.0-2ubuntu10.6).
2025-08-20T22:03:10.5485105Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T22:03:10.5485901Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T22:03:10.5486917Z The following additional packages will be installed:
2025-08-20T22:03:10.5487641Z   libtime-duration-perl
2025-08-20T22:03:10.5930420Z The following NEW packages will be installed:
2025-08-20T22:03:10.5937391Z   dos2unix fdupes libtime-duration-perl moreutils
2025-08-20T22:03:10.6126277Z 0 upgraded, 4 newly installed, 0 to remove and 47 not upgraded.
2025-08-20T22:03:10.6367378Z Need to get 616 kB of archives.
2025-08-20T22:03:10.6368085Z After this operation, 2255 kB of additional disk space will be used.
2025-08-20T22:03:10.6369074Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T22:03:10.6838844Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 fdupes amd64 1:2.3.0-1build1 [46.4 kB]
2025-08-20T22:03:10.7139485Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libtime-duration-perl all 1.21-2 [12.3 kB]
2025-08-20T22:03:10.7429610Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 moreutils amd64 0.69-1 [56.4 kB]
2025-08-20T22:03:10.7755384Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 dos2unix amd64 7.5.1-1 [501 kB]
2025-08-20T22:03:11.0748588Z Fetched 616 kB in 0s (3467 kB/s)
2025-08-20T22:03:11.1048060Z Selecting previously unselected package fdupes.
2025-08-20T22:03:11.1603728Z (Reading database ... 
2025-08-20T22:03:11.1604349Z (Reading database ... 5%
2025-08-20T22:03:11.1605005Z (Reading database ... 10%
2025-08-20T22:03:11.1607416Z (Reading database ... 15%
2025-08-20T22:03:11.1607862Z (Reading database ... 20%
2025-08-20T22:03:11.1608291Z (Reading database ... 25%
2025-08-20T22:03:11.1608685Z (Reading database ... 30%
2025-08-20T22:03:11.1609069Z (Reading database ... 35%
2025-08-20T22:03:11.1609456Z (Reading database ... 40%
2025-08-20T22:03:11.1609839Z (Reading database ... 45%
2025-08-20T22:03:11.1610241Z (Reading database ... 50%
2025-08-20T22:03:11.2737159Z (Reading database ... 55%
2025-08-20T22:03:11.4275517Z (Reading database ... 60%
2025-08-20T22:03:11.7084403Z (Reading database ... 65%
2025-08-20T22:03:11.8426444Z (Reading database ... 70%
2025-08-20T22:03:11.9212910Z (Reading database ... 75%
2025-08-20T22:03:12.3735741Z (Reading database ... 80%
2025-08-20T22:03:12.9782402Z (Reading database ... 85%
2025-08-20T22:03:13.5793143Z (Reading database ... 90%
2025-08-20T22:03:14.2043530Z (Reading database ... 95%
2025-08-20T22:03:14.2044218Z (Reading database ... 100%
2025-08-20T22:03:14.2045030Z (Reading database ... 219881 files and directories currently installed.)
2025-08-20T22:03:14.2092590Z Preparing to unpack .../fdupes_1%3a2.3.0-1build1_amd64.deb ...
2025-08-20T22:03:14.2119341Z Unpacking fdupes (1:2.3.0-1build1) ...
2025-08-20T22:03:14.2494439Z Selecting previously unselected package libtime-duration-perl.
2025-08-20T22:03:14.2634739Z Preparing to unpack .../libtime-duration-perl_1.21-2_all.deb ...
2025-08-20T22:03:14.2645157Z Unpacking libtime-duration-perl (1.21-2) ...
2025-08-20T22:03:14.3033841Z Selecting previously unselected package moreutils.
2025-08-20T22:03:14.3178367Z Preparing to unpack .../moreutils_0.69-1_amd64.deb ...
2025-08-20T22:03:14.3188563Z Unpacking moreutils (0.69-1) ...
2025-08-20T22:03:14.4413652Z Selecting previously unselected package dos2unix.
2025-08-20T22:03:14.4556611Z Preparing to unpack .../dos2unix_7.5.1-1_amd64.deb ...
2025-08-20T22:03:14.4566923Z Unpacking dos2unix (7.5.1-1) ...
2025-08-20T22:03:14.6219686Z Setting up fdupes (1:2.3.0-1build1) ...
2025-08-20T22:03:14.6250602Z Setting up libtime-duration-perl (1.21-2) ...
2025-08-20T22:03:14.6275632Z Setting up dos2unix (7.5.1-1) ...
2025-08-20T22:03:14.6301549Z Setting up moreutils (0.69-1) ...
2025-08-20T22:03:14.6335428Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:03:54.3517194Z 
2025-08-20T22:03:54.3517803Z Running kernel seems to be up-to-date.
2025-08-20T22:03:54.3518142Z 
2025-08-20T22:03:54.3518264Z Restarting services...
2025-08-20T22:03:54.3596140Z 
2025-08-20T22:03:54.3596975Z Service restarts being deferred:
2025-08-20T22:03:54.3597572Z  systemctl restart hosted-compute-agent.service
2025-08-20T22:03:54.3597915Z 
2025-08-20T22:03:54.3598410Z No containers need to be restarted.
2025-08-20T22:03:54.3598715Z 
2025-08-20T22:03:54.3599069Z No user sessions are running outdated binaries.
2025-08-20T22:03:54.3601163Z 
2025-08-20T22:03:54.3601790Z No VM guests are running outdated hypervisor (qemu) binaries on this host.
2025-08-20T22:03:55.4003686Z Reading package lists...
2025-08-20T22:03:55.5951418Z Building dependency tree...
2025-08-20T22:03:55.5959277Z Reading state information...
2025-08-20T22:03:55.8109372Z apt-transport-https is already the newest version (2.8.3).
2025-08-20T22:03:55.8110354Z apt-utils is already the newest version (2.8.3).
2025-08-20T22:03:55.8111111Z apt-utils set to manually installed.
2025-08-20T22:03:55.8111918Z ca-certificates is already the newest version (20240203).
2025-08-20T22:03:55.8112826Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-20T22:03:55.8113521Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T22:03:55.8114086Z gnupg2 is already the newest version (2.4.4-2ubuntu17.3).
2025-08-20T22:03:55.8114670Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T22:03:55.8115227Z moreutils is already the newest version (0.69-1).
2025-08-20T22:03:55.8116103Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-20T22:03:55.8117518Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-20T22:03:55.8118322Z texinfo is already the newest version (7.1-3build2).
2025-08-20T22:03:55.8119006Z tmux is already the newest version (3.4-1ubuntu0.1).
2025-08-20T22:03:55.8119615Z tmux set to manually installed.
2025-08-20T22:03:55.8120045Z util-linux is already the newest version (2.39.3-9ubuntu6.3).
2025-08-20T22:03:55.8120533Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T22:03:55.8120984Z The following additional packages will be installed:
2025-08-20T22:03:55.8121501Z   python3-software-properties
2025-08-20T22:03:55.8121960Z Recommended packages:
2025-08-20T22:03:55.8122341Z   unattended-upgrades
2025-08-20T22:03:55.8409083Z The following NEW packages will be installed:
2025-08-20T22:03:55.8409699Z   rename
2025-08-20T22:03:55.8418168Z The following packages will be upgraded:
2025-08-20T22:03:55.8418912Z   python3-software-properties software-properties-common
2025-08-20T22:03:55.8598672Z 2 upgraded, 1 newly installed, 0 to remove and 45 not upgraded.
2025-08-20T22:03:55.8840511Z Need to get 64.7 kB of archives.
2025-08-20T22:03:55.8840982Z After this operation, 63.5 kB of additional disk space will be used.
2025-08-20T22:03:55.8841419Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T22:03:55.9305541Z 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:03:55.9598782Z 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:03:55.9888356Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 rename all 2.02-1 [20.3 kB]
2025-08-20T22:03:56.2683977Z Fetched 64.7 kB in 0s (559 kB/s)
2025-08-20T22:03:56.2960637Z (Reading database ... 
2025-08-20T22:03:56.2961154Z (Reading database ... 5%
2025-08-20T22:03:56.2963788Z (Reading database ... 10%
2025-08-20T22:03:56.2965157Z (Reading database ... 15%
2025-08-20T22:03:56.2965591Z (Reading database ... 20%
2025-08-20T22:03:56.2965970Z (Reading database ... 25%
2025-08-20T22:03:56.2966330Z (Reading database ... 30%
2025-08-20T22:03:56.2966880Z (Reading database ... 35%
2025-08-20T22:03:56.2967264Z (Reading database ... 40%
2025-08-20T22:03:56.2967620Z (Reading database ... 45%
2025-08-20T22:03:56.2967972Z (Reading database ... 50%
2025-08-20T22:03:56.3081574Z (Reading database ... 55%
2025-08-20T22:03:56.3101629Z (Reading database ... 60%
2025-08-20T22:03:56.3123906Z (Reading database ... 65%
2025-08-20T22:03:56.3163198Z (Reading database ... 70%
2025-08-20T22:03:56.3189142Z (Reading database ... 75%
2025-08-20T22:03:56.3213495Z (Reading database ... 80%
2025-08-20T22:03:56.3379194Z (Reading database ... 85%
2025-08-20T22:03:56.3699356Z (Reading database ... 90%
2025-08-20T22:03:56.3780284Z (Reading database ... 95%
2025-08-20T22:03:56.3780769Z (Reading database ... 100%
2025-08-20T22:03:56.3781327Z (Reading database ... 220050 files and directories currently installed.)
2025-08-20T22:03:56.3826941Z Preparing to unpack .../software-properties-common_0.99.49.3_all.deb ...
2025-08-20T22:03:56.4982858Z Unpacking software-properties-common (0.99.49.3) over (0.99.49.2) ...
2025-08-20T22:03:56.5568181Z Preparing to unpack .../python3-software-properties_0.99.49.3_all.deb ...
2025-08-20T22:03:56.6431181Z Unpacking python3-software-properties (0.99.49.3) over (0.99.49.2) ...
2025-08-20T22:03:56.6703389Z Selecting previously unselected package rename.
2025-08-20T22:03:56.6859698Z Preparing to unpack .../archives/rename_2.02-1_all.deb ...
2025-08-20T22:03:56.6869880Z Unpacking rename (2.02-1) ...
2025-08-20T22:03:56.7288342Z Setting up rename (2.02-1) ...
2025-08-20T22:03:56.7348879Z update-alternatives: using /usr/bin/file-rename to provide /usr/bin/rename (rename) in auto mode
2025-08-20T22:03:56.7373124Z Setting up python3-software-properties (0.99.49.3) ...
2025-08-20T22:03:56.8613483Z Setting up software-properties-common (0.99.49.3) ...
2025-08-20T22:03:56.9653548Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:04:00.9123210Z Processing triggers for dbus (1.14.10-4ubuntu4.1) ...
2025-08-20T22:04:02.6088079Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T22:04:02.6417037Z Hit:2 http://azure.archive.ubuntu.com/ubuntu noble InRelease
2025-08-20T22:04:02.6440288Z Hit:3 http://azure.archive.ubuntu.com/ubuntu noble-updates InRelease
2025-08-20T22:04:02.6449496Z Hit:4 http://azure.archive.ubuntu.com/ubuntu noble-backports InRelease
2025-08-20T22:04:02.6454956Z Hit:5 http://azure.archive.ubuntu.com/ubuntu noble-security InRelease
2025-08-20T22:04:02.6634270Z Hit:6 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T22:04:02.6830794Z Hit:7 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T22:04:03.8340630Z Reading package lists...
2025-08-20T22:04:04.0125549Z Building dependency tree...
2025-08-20T22:04:04.0132389Z Reading state information...
2025-08-20T22:04:04.0300716Z 45 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-20T22:04:04.0456675Z 
2025-08-20T22:04:04.0457376Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T22:04:04.0457806Z 
2025-08-20T22:04:04.0993205Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T22:04:04.1309582Z Hit:2 http://azure.archive.ubuntu.com/ubuntu noble InRelease
2025-08-20T22:04:04.1323533Z Hit:3 http://azure.archive.ubuntu.com/ubuntu noble-updates InRelease
2025-08-20T22:04:04.1332622Z Hit:4 http://azure.archive.ubuntu.com/ubuntu noble-backports InRelease
2025-08-20T22:04:04.1337401Z Hit:5 http://azure.archive.ubuntu.com/ubuntu noble-security InRelease
2025-08-20T22:04:04.1401440Z Hit:6 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T22:04:04.3223625Z Hit:7 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T22:04:05.3266524Z Reading package lists...
2025-08-20T22:04:05.4944635Z Building dependency tree...
2025-08-20T22:04:05.4950356Z Reading state information...
2025-08-20T22:04:05.5087808Z 45 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-20T22:04:05.5197405Z 
2025-08-20T22:04:05.5197881Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T22:04:05.5198253Z 
2025-08-20T22:04:05.5327021Z Reading package lists...
2025-08-20T22:04:05.7278008Z Building dependency tree...
2025-08-20T22:04:05.7285993Z Reading state information...
2025-08-20T22:04:05.8943633Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T22:04:05.9408598Z 0 upgraded, 0 newly installed, 0 to remove and 45 not upgraded.
2025-08-20T22:04:05.9722248Z mkdir: created directory '/home/runner/.minisign'
2025-08-20T22:04:06.0125541Z ##[group]Run ##Presets
2025-08-20T22:04:06.0125819Z [36;1m##Presets[0m
2025-08-20T22:04:06.0126021Z [36;1mset +x ; set +e[0m
2025-08-20T22:04:06.0126228Z [36;1m#-------------#[0m
2025-08-20T22:04:06.0126428Z [36;1m##Debug?[0m
2025-08-20T22:04:06.0126670Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T22:04:06.0127173Z [36;1m  set -x[0m
2025-08-20T22:04:06.0127359Z [36;1mfi[0m
2025-08-20T22:04:06.0127533Z [36;1m#-------------#[0m
2025-08-20T22:04:06.0147490Z [36;1mecho "kernel.apparmor_restrict_unprivileged_userns=0" | sudo tee "/etc/sysctl.d/98-apparmor-unuserns.conf"[0m
2025-08-20T22:04:06.0148176Z [36;1mecho "0" | sudo tee "/proc/sys/kernel/apparmor_restrict_unprivileged_userns"[0m
2025-08-20T22:04:06.0148577Z [36;1msudo service procps restart[0m
2025-08-20T22:04:06.0148855Z [36;1msudo sysctl -p "/etc/sysctl.conf"[0m
2025-08-20T22:04:06.0188812Z shell: /usr/bin/bash -e {0}
2025-08-20T22:04:06.0189063Z env:
2025-08-20T22:04:06.0189302Z   CROSS_COMPILING: NO
2025-08-20T22:04:06.0189527Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T22:04:06.0189759Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T22:04:06.0189982Z   ON_QEMU: NO
2025-08-20T22:04:06.0190158Z   DEBUG: 0
2025-08-20T22:04:06.0190353Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T22:04:06.0190598Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T22:04:06.0190898Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/pkgtop/official
2025-08-20T22:04:06.0191222Z   KEEP_LOGS: YES
2025-08-20T22:04:06.0191431Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:04:06.0191657Z   PKG_FAMILY_LOCAL: pkgtop
2025-08-20T22:04:06.0191887Z   SBUILD_REBUILD: false
2025-08-20T22:04:06.0192462Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/pkgtop/static.official.source.yaml
2025-08-20T22:04:06.0193073Z   BUILD_SYS: docker://go
2025-08-20T22:04:06.0193289Z   BUILD_ON_HOST: FALSE
2025-08-20T22:04:06.0193498Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:04:06.0193701Z   SYSTMP: /tmp
2025-08-20T22:04:06.0193900Z   GHA_MODE: MATRIX
2025-08-20T22:04:06.0194364Z   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:04:06.0194866Z ##[endgroup]
2025-08-20T22:04:06.0330029Z kernel.apparmor_restrict_unprivileged_userns=0
2025-08-20T22:04:06.0407366Z 0
2025-08-20T22:04:06.0750220Z vm.max_map_count = 262144
2025-08-20T22:04:06.0750686Z fs.inotify.max_user_watches = 655360
2025-08-20T22:04:06.0751170Z fs.inotify.max_user_instances = 1280
2025-08-20T22:04:06.0751659Z vm.mmap_rnd_bits = 28
2025-08-20T22:04:06.0824636Z ##[group]Run ##Presets
2025-08-20T22:04:06.0824948Z [36;1m##Presets[0m
2025-08-20T22:04:06.0825149Z [36;1mset +x ; set +e[0m
2025-08-20T22:04:06.0825360Z [36;1m#-------------#[0m
2025-08-20T22:04:06.0825563Z [36;1m##Debug?[0m
2025-08-20T22:04:06.0825810Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T22:04:06.0826099Z [36;1m  set -x[0m
2025-08-20T22:04:06.0826283Z [36;1mfi[0m
2025-08-20T22:04:06.0826460Z [36;1m#-------------#[0m
2025-08-20T22:04:06.0826659Z [36;1m##Main[0m
2025-08-20T22:04:06.0827119Z [36;1mpushd "$(mktemp -d)" >/dev/null 2>&1[0m
2025-08-20T22:04:06.0827775Z [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:04:06.0828517Z [36;1m dos2unix --quiet "${SYSTMP}/BUILDER.sh" ; chmod +xwr "${SYSTMP}/BUILDER.sh"[0m
2025-08-20T22:04:06.0828924Z [36;1m ##Run with STDOUT + LOGS[0m
2025-08-20T22:04:06.0829205Z [36;1m  export DEBUG="${DEBUG}"[0m
2025-08-20T22:04:06.0829462Z [36;1m  export KEEP_LOGS="${KEEP_LOGS}"[0m
2025-08-20T22:04:06.0829770Z [36;1m  export PKG_FAMILY_LOCAL="${PKG_FAMILY_LOCAL}"[0m
2025-08-20T22:04:06.0830088Z [36;1m  export GHCRPKG_LOCAL="${GHCRPKG_LOCAL}"[0m
2025-08-20T22:04:06.0830394Z [36;1m  export SBUILD_REBUILD="${SBUILD_REBUILD}"[0m
2025-08-20T22:04:06.0830711Z [36;1m  export GITHUB_TEST_BUILD="${GITHUB_TEST_BUILD}"[0m
2025-08-20T22:04:06.0831001Z [36;1m if [[ "" == "TRUE" ]]; then[0m
2025-08-20T22:04:06.0831331Z [36;1m   sudo podman cp "${SYSTMP}/BUILDER.sh" "${POD_ID}:/tmp/BUILDER.sh"[0m
2025-08-20T22:04:06.0831704Z [36;1m   sudo podman exec -u "runner" -w "/tmp" \[0m
2025-08-20T22:04:06.0831990Z [36;1m     -e DEBUG="${DEBUG}" \[0m
2025-08-20T22:04:06.0832250Z [36;1m     -e GHCR_TOKEN="${GHCR_TOKEN}" \[0m
2025-08-20T22:04:06.0832529Z [36;1m     -e GITHUB_TOKEN="${GITHUB_TOKEN}" \[0m
2025-08-20T22:04:06.0833002Z [36;1m     -e GITLAB_TOKEN="${GITLAB_TOKEN}" \[0m
2025-08-20T22:04:06.0833283Z [36;1m     -e MINISIGN_KEY="${MINISIGN_KEY}" \[0m
2025-08-20T22:04:06.0833558Z [36;1m     -e KEEP_LOGS="${KEEP_LOGS}" \[0m
2025-08-20T22:04:06.0833850Z [36;1m     -e PKG_FAMILY_LOCAL="${PKG_FAMILY_LOCAL}" \[0m
2025-08-20T22:04:06.0834158Z [36;1m     -e GHCRPKG_LOCAL="${GHCRPKG_LOCAL}" \[0m
2025-08-20T22:04:06.0834460Z [36;1m     -e SBUILD_REBUILD="${SBUILD_REBUILD}" \[0m
2025-08-20T22:04:06.0834767Z [36;1m     -e GITHUB_TEST_BUILD="${GITHUB_TEST_BUILD}" \[0m
2025-08-20T22:04:06.0835073Z [36;1m     -e INSIDE_PODMAN="${INSIDE_PODMAN}" \[0m
2025-08-20T22:04:06.0835369Z [36;1m     -e CROSS_COMPILING="${CROSS_COMPILING}" \[0m
2025-08-20T22:04:06.0835667Z [36;1m     -e SBUILD_FILE_URL="${SBUILD_FILE_URL}" \[0m
2025-08-20T22:04:06.0835937Z [36;1m     "${POD_ID}" \[0m
2025-08-20T22:04:06.0836283Z [36;1m     bash -c 'bash "/tmp/BUILDER.sh" "${SBUILD_FILE_URL}" | tee "/tmp/BUILD.log" 2>&1'[0m
2025-08-20T22:04:06.0836940Z [36;1m   sudo podman cp "${POD_ID}:/tmp/BUILD.log" "${SYSTMP}/BUILD.log"[0m
2025-08-20T22:04:06.0837418Z [36;1m   sudo podman cp "${POD_ID}:/tmp/BUILD_ARTIFACTS.zstd" "${SYSTMP}/BUILD_ARTIFACTS.zstd"[0m
2025-08-20T22:04:06.0837887Z [36;1m   sudo podman cp "${POD_ID}:/tmp/GITHUB_ENV" "${SYSTMP}/GITHUB_ENV"[0m
2025-08-20T22:04:06.0838232Z [36;1m   mkdir -p "${SYSTMP}/_POD_BRIDGE"[0m
2025-08-20T22:04:06.0838573Z [36;1m   sudo podman cp "${POD_ID}:/tmp/_POD_BRIDGE/." "${SYSTMP}/_POD_BRIDGE"[0m
2025-08-20T22:04:06.0839207Z [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:04:06.0839996Z [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:04:06.0840520Z [36;1m   cat "${SYSTMP}/GITHUB_ENV" >> "${GITHUB_ENV}"[0m
2025-08-20T22:04:06.0840782Z [36;1m else[0m
2025-08-20T22:04:06.0841280Z [36;1m   bash "${SYSTMP}/BUILDER.sh" "${SBUILD_FILE_URL}" | tee "${SYSTMP}/BUILD.log" 2>&1[0m
2025-08-20T22:04:06.0841645Z [36;1m fi[0m
2025-08-20T22:04:06.0841884Z [36;1m ##Purge Tokens (in case set -x & gh didn't redact)[0m
2025-08-20T22:04:06.0842261Z [36;1m cat "${SYSTMP}/BUILD.log" | ansi2txt > "${SYSTMP}/BUILD.gh.log.txt"[0m
2025-08-20T22:04:06.0842672Z [36;1m sed -i '/.*github_pat.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T22:04:06.0843055Z [36;1m sed -i '/.*ghp_.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T22:04:06.0843436Z [36;1m sed -i '/.*access_key_id.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T22:04:06.0843823Z [36;1m sed -i '/.*token.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T22:04:06.0844220Z [36;1m sed -i '/.*secret_access_key.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T22:04:06.0844621Z [36;1m sed -i '/.*token.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T22:04:06.0845036Z [36;1m sed -i '/.*cloudflarestorage.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T22:04:06.0845445Z [36;1m mv -fv "${SYSTMP}/BUILD.gh.log.txt" "${SYSTMP}/BUILD.log"[0m
2025-08-20T22:04:06.0845751Z [36;1mpopd >/dev/null 2>&1[0m
2025-08-20T22:04:06.0885825Z shell: /usr/bin/bash -e {0}
2025-08-20T22:04:06.0886057Z env:
2025-08-20T22:04:06.0886237Z   CROSS_COMPILING: NO
2025-08-20T22:04:06.0886456Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T22:04:06.0886835Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T22:04:06.0887109Z   ON_QEMU: NO
2025-08-20T22:04:06.0887294Z   DEBUG: 0
2025-08-20T22:04:06.0887473Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T22:04:06.0887693Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T22:04:06.0887979Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/pkgtop/official
2025-08-20T22:04:06.0888291Z   KEEP_LOGS: YES
2025-08-20T22:04:06.0888483Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:04:06.0888698Z   PKG_FAMILY_LOCAL: pkgtop
2025-08-20T22:04:06.0888911Z   SBUILD_REBUILD: false
2025-08-20T22:04:06.0889616Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/pkgtop/static.official.source.yaml
2025-08-20T22:04:06.0890183Z   BUILD_SYS: docker://go
2025-08-20T22:04:06.0890391Z   BUILD_ON_HOST: FALSE
2025-08-20T22:04:06.0890596Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:04:06.0890786Z   SYSTMP: /tmp
2025-08-20T22:04:06.0890965Z   GHA_MODE: MATRIX
2025-08-20T22:04:06.0891396Z   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:04:06.0892248Z   GHCR_TOKEN: ***
2025-08-20T22:04:06.0892538Z   GITHUB_TOKEN: ***
2025-08-20T22:04:06.0892814Z   GITLAB_TOKEN: ***
2025-08-20T22:04:06.0893954Z   MINISIGN_KEY: ***
2025-08-20T22:04:06.0894146Z ##[endgroup]
2025-08-20T22:04:06.1375331Z [+] SBUILD Builder Version: 0.2.2
2025-08-20T22:04:06.2107587Z   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2025-08-20T22:04:06.2108494Z                                  Dload  Upload   Total   Spent    Left  Speed
2025-08-20T22:04:06.2108844Z 
2025-08-20T22:04:06.2443606Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2025-08-20T22:04:06.2444398Z 100  3806  100  3806    0     0   110k      0 --:--:-- --:--:-- --:--:--  112k
2025-08-20T22:04:06.2458844Z (SBUILD) <== https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/pkgtop/static.official.source.yaml
2025-08-20T22:04:06.2549778Z 
2025-08-20T22:04:06.2550303Z [+] Building [/tmp/tmp.NsfjjReDN3/SBUILD_INPUT] Locally
2025-08-20T22:04:06.2550684Z 
2025-08-20T22:04:06.2564569Z '/tmp/tmp.NsfjjReDN3/SBUILD_INPUT' -> '/tmp/pkgforge/bG3MkmSkI_build.yaml'
2025-08-20T22:04:06.3200126Z 
2025-08-20T22:04:06.3200612Z [+] Passwordless sudo is Configured
2025-08-20T22:04:06.3859449Z 
2025-08-20T22:04:06.3872306Z [+] Setting Install Dir (ROOT) :: /usr/local/bin
2025-08-20T22:04:06.3872563Z 
2025-08-20T22:04:06.4362877Z 
2025-08-20T22:04:06.4364219Z [+] Fetching Bins from (Default) :: https://bin.pkgforge.dev/x86_64-Linux
2025-08-20T22:04:06.4364836Z 
2025-08-20T22:04:06.4364841Z 
2025-08-20T22:04:06.4365091Z [+] Installing in Sequential (Slow) Mode [Re Run : export PARALLEL=1 for Speed]
2025-08-20T22:04:06.4365429Z 
2025-08-20T22:04:06.4452681Z [+] Installing: 7z -> 7z
2025-08-20T22:04:06.8282471Z [+] Installing: actionlint -> actionlint
2025-08-20T22:04:06.9434226Z [+] Installing: anew -> anew
2025-08-20T22:04:07.3075259Z [+] Installing: anew-rs -> anew-rs
2025-08-20T22:04:07.6677049Z [+] Installing: ansi2html -> ansi2html
2025-08-20T22:04:08.0192653Z [+] Installing: ansi2txt -> ansi2txt
2025-08-20T22:04:08.3657119Z [+] Installing: archey -> archey
2025-08-20T22:04:08.5036602Z [+] Installing: aria2 -> aria2c
2025-08-20T22:04:08.9253883Z [+] Installing: askalono -> askalono
2025-08-20T22:04:09.3037058Z [+] Installing: bsdtar -> bsdtar
2025-08-20T22:04:09.6899065Z [+] Installing: b3sum -> b3sum
2025-08-20T22:04:09.7921319Z [+] Installing: bita -> bita
2025-08-20T22:04:10.2061751Z [+] Installing: btop -> btop
2025-08-20T22:04:10.5881931Z [+] Installing: chafa -> chafa
2025-08-20T22:04:10.7497238Z [+] Installing: cloudflared -> cloudflared
2025-08-20T22:04:11.2136591Z [+] Installing: croc -> croc
2025-08-20T22:04:11.6144110Z [+] Installing: csvtk -> csvtk
2025-08-20T22:04:11.7691143Z [+] Installing: cutlines -> cutlines
2025-08-20T22:04:12.1181987Z curl: (22) The requested URL returned error: 404
2025-08-20T22:04:12.1221354Z [-] Failed to install cutlines to /usr/local/bin/cutlines
2025-08-20T22:04:12.1222809Z [+] Installing: dbin -> dbin
2025-08-20T22:04:12.5765973Z [+] Installing: dasel -> dasel
2025-08-20T22:04:12.9835235Z [+] Installing: delta -> delta
2025-08-20T22:04:13.3931969Z [+] Installing: ds -> ds
2025-08-20T22:04:13.7197653Z curl: (22) The requested URL returned error: 404
2025-08-20T22:04:13.7236467Z [-] Failed to install ds to /usr/local/bin/ds
2025-08-20T22:04:13.7237730Z [+] Installing: dos2unix -> dos2unix
2025-08-20T22:04:14.0820129Z [+] Installing: duf -> duf
2025-08-20T22:04:14.4625556Z [+] Installing: duplicut -> duplicut
2025-08-20T22:04:14.8529077Z [+] Installing: dust -> dust
2025-08-20T22:04:15.2183435Z [+] Installing: dwarfs-tools -> dwarfs
2025-08-20T22:04:15.6370493Z [+] Installing: dwarfs-tools -> mkdwarfs
2025-08-20T22:04:16.0694263Z [+] Installing: dysk -> dysk
2025-08-20T22:04:16.4267126Z [+] Installing: eget -> eget
2025-08-20T22:04:16.8266915Z [+] Installing: epoch -> epoch
2025-08-20T22:04:17.2009744Z [+] Installing: faketty -> faketty
2025-08-20T22:04:17.5492011Z [+] Installing: fastfetch -> fastfetch
2025-08-20T22:04:17.9087923Z [+] Installing: freeze -> freeze
2025-08-20T22:04:18.3604866Z [+] Installing: fusermount3 -> fusermount
2025-08-20T22:04:18.7147139Z [+] Installing: gdu -> gdu
2025-08-20T22:04:19.1512319Z [+] Installing: gh -> gh
2025-08-20T22:04:19.6713503Z [+] Installing: gitleaks -> gitleaks
2025-08-20T22:04:20.1171271Z [+] Installing: git-sizer -> git-sizer
2025-08-20T22:04:20.2283563Z [+] Installing: glab -> glab
2025-08-20T22:04:20.7085413Z [+] Installing: glow -> glow
2025-08-20T22:04:21.1442016Z [+] Installing: httpx -> httpx
2025-08-20T22:04:21.6303782Z [+] Installing: huggingface-cli -> huggingface-cli
2025-08-20T22:04:22.1252261Z [+] Installing: husarnet -> husarnet
2025-08-20T22:04:22.4501935Z curl: (22) The requested URL returned error: 404
2025-08-20T22:04:22.4540310Z [-] Failed to install husarnet to /usr/local/bin/husarnet
2025-08-20T22:04:22.4541377Z [+] Installing: husarnet-daemon -> husarnet-daemon
2025-08-20T22:04:22.8148522Z curl: (22) The requested URL returned error: 404
2025-08-20T22:04:22.8186124Z [-] Failed to install husarnet-daemon to /usr/local/bin/husarnet-daemon
2025-08-20T22:04:22.8187447Z [+] Installing: imgcat -> imgcat
2025-08-20T22:04:23.1909515Z [+] Installing: jc -> jc
2025-08-20T22:04:23.3371851Z [+] Installing: jq -> jq
2025-08-20T22:04:23.7161661Z [+] Installing: logdy -> logdy
2025-08-20T22:04:24.4668726Z [+] Installing: micro -> micro
2025-08-20T22:04:24.9129977Z [+] Installing: miniserve -> miniserve
2025-08-20T22:04:25.3129519Z [+] Installing: minisign -> minisign
2025-08-20T22:04:25.6614935Z [+] Installing: ncdu -> ncdu
2025-08-20T22:04:26.0225211Z [+] Installing: notify -> notify
2025-08-20T22:04:26.4885612Z [+] Installing: ouch -> ouch
2025-08-20T22:04:26.8683992Z [+] Installing: oras -> oras
2025-08-20T22:04:27.3030853Z [+] Installing: pipetty -> pipetty
2025-08-20T22:04:27.6440958Z [+] Installing: pixterm -> pixterm
2025-08-20T22:04:28.0528407Z [+] Installing: qsv -> qsv
2025-08-20T22:04:28.4590315Z [+] Installing: rclone -> rclone
2025-08-20T22:04:29.0388459Z [+] Installing: ripgrep -> rg
2025-08-20T22:04:29.4305126Z [+] Installing: rga -> rga
2025-08-20T22:04:29.5760228Z [+] Installing: rsync -> rsync
2025-08-20T22:04:29.6973878Z [+] Installing: script -> script
2025-08-20T22:04:30.0537438Z [+] Installing: shellcheck -> shellcheck
2025-08-20T22:04:30.4981420Z [+] Installing: soar -> soar
2025-08-20T22:04:30.9494669Z [+] Installing: speedtest-go -> speedtest-go
2025-08-20T22:04:31.3695077Z [+] Installing: sstrip -> sstrip
2025-08-20T22:04:31.7125786Z [+] Installing: strace -> strace
2025-08-20T22:04:32.0657767Z [+] Installing: sttr -> sttr
2025-08-20T22:04:32.4529200Z [+] Installing: tailscale -> tailscale
2025-08-20T22:04:32.9225942Z [+] Installing: tailscaled -> tailscaled
2025-08-20T22:04:33.3481053Z [+] Installing: taplo -> taplo
2025-08-20T22:04:33.7537510Z [+] Installing: tldr -> tldr
2025-08-20T22:04:34.1644793Z [+] Installing: tldr -> tealdeer
2025-08-20T22:04:34.5726147Z [+] Installing: tmux -> tmux
2025-08-20T22:04:34.9630700Z [+] Installing: tok -> tok
2025-08-20T22:04:35.3228525Z [+] Installing: trufflehog -> trufflehog
2025-08-20T22:04:35.7753266Z [+] Installing: trurl -> trurl
2025-08-20T22:04:36.1765537Z [+] Installing: tss -> tss
2025-08-20T22:04:36.5350681Z [+] Installing: ulexec -> ulexec
2025-08-20T22:04:36.9431650Z [+] Installing: unfurl -> unfurl
2025-08-20T22:04:37.3519915Z [+] Installing: upx -> upx
2025-08-20T22:04:37.7066060Z [+] Installing: validtoml -> validtoml
2025-08-20T22:04:38.1142958Z [+] Installing: wget -> wget
2025-08-20T22:04:38.5241987Z [+] Installing: wget2 -> wget2
2025-08-20T22:04:38.9494570Z [+] Installing: wormhole-rs -> wormhole-rs
2025-08-20T22:04:39.3318182Z [+] Installing: xq -> xq
2025-08-20T22:04:39.7267297Z [+] Installing: xz -> xz
2025-08-20T22:04:40.0812265Z [+] Installing: unxz -> unxz
2025-08-20T22:04:40.4319220Z [+] Installing: yq -> yq
2025-08-20T22:04:40.5802317Z [+] Installing: yj -> yj
2025-08-20T22:04:40.9514069Z [+] Installing: zapper -> zapper
2025-08-20T22:04:41.3032511Z [+] Installing: zapper-stealth -> zproccer
2025-08-20T22:04:41.6703984Z [+] Installing: zerotier-cli -> zerotier-cli
2025-08-20T22:04:42.0451031Z curl: (22) The requested URL returned error: 404
2025-08-20T22:04:42.0490141Z [-] Failed to install zerotier-cli to /usr/local/bin/zerotier-cli
2025-08-20T22:04:42.0491504Z [+] Installing: zerotier-idtool -> zerotier-idtool
2025-08-20T22:04:42.3880786Z curl: (22) The requested URL returned error: 404
2025-08-20T22:04:42.3918851Z [-] Failed to install zerotier-idtool to /usr/local/bin/zerotier-idtool
2025-08-20T22:04:42.3920241Z [+] Installing: zerotier-one -> zerotier-one
2025-08-20T22:04:42.7482653Z curl: (22) The requested URL returned error: 404
2025-08-20T22:04:42.7523154Z [-] Failed to install zerotier-one to /usr/local/bin/zerotier-one
2025-08-20T22:04:42.7524385Z [+] Installing: zstd -> zstd
2025-08-20T22:04:43.1092083Z [+] Creating symlinks...
2025-08-20T22:04:43.1183103Z '/usr/bin/7z' -> '/usr/local/bin/7z'
2025-08-20T22:04:43.1282331Z '/usr/bin/actionlint' -> '/usr/local/bin/actionlint'
2025-08-20T22:04:43.1383977Z '/usr/bin/anew' -> '/usr/local/bin/anew'
2025-08-20T22:04:43.1483016Z '/usr/bin/anew-rs' -> '/usr/local/bin/anew-rs'
2025-08-20T22:04:43.1581407Z '/usr/bin/ansi2html' -> '/usr/local/bin/ansi2html'
2025-08-20T22:04:43.1678226Z '/usr/bin/ansi2txt' -> '/usr/local/bin/ansi2txt'
2025-08-20T22:04:43.1774713Z '/usr/bin/archey' -> '/usr/local/bin/archey'
2025-08-20T22:04:43.1881728Z '/usr/bin/aria2c' -> '/usr/local/bin/aria2c'
2025-08-20T22:04:43.1985798Z '/usr/bin/askalono' -> '/usr/local/bin/askalono'
2025-08-20T22:04:43.2087303Z '/usr/bin/bsdtar' -> '/usr/local/bin/bsdtar'
2025-08-20T22:04:43.2185811Z '/usr/bin/b3sum' -> '/usr/local/bin/b3sum'
2025-08-20T22:04:43.2284792Z '/usr/bin/bita' -> '/usr/local/bin/bita'
2025-08-20T22:04:43.2396028Z '/usr/bin/btop' -> '/usr/local/bin/btop'
2025-08-20T22:04:43.2508123Z '/usr/bin/chafa' -> '/usr/local/bin/chafa'
2025-08-20T22:04:43.2622041Z '/usr/bin/cloudflared' -> '/usr/local/bin/cloudflared'
2025-08-20T22:04:43.2722513Z '/usr/bin/croc' -> '/usr/local/bin/croc'
2025-08-20T22:04:43.2821597Z '/usr/bin/csvtk' -> '/usr/local/bin/csvtk'
2025-08-20T22:04:43.2859891Z [-] Warning: Target /usr/local/bin/cutlines does not exist for symlink cutlines
2025-08-20T22:04:43.2950083Z '/usr/bin/dbin' -> '/usr/local/bin/dbin'
2025-08-20T22:04:43.3049079Z '/usr/bin/dasel' -> '/usr/local/bin/dasel'
2025-08-20T22:04:43.3150912Z '/usr/bin/delta' -> '/usr/local/bin/delta'
2025-08-20T22:04:43.3189039Z [-] Warning: Target /usr/local/bin/ds does not exist for symlink ds
2025-08-20T22:04:43.3282071Z '/usr/bin/dos2unix' -> '/usr/local/bin/dos2unix'
2025-08-20T22:04:43.3389612Z '/usr/bin/duf' -> '/usr/local/bin/duf'
2025-08-20T22:04:43.3497473Z '/usr/bin/duplicut' -> '/usr/local/bin/duplicut'
2025-08-20T22:04:43.3602443Z '/usr/bin/dust' -> '/usr/local/bin/dust'
2025-08-20T22:04:43.3703560Z '/usr/bin/dwarfs' -> '/usr/local/bin/dwarfs'
2025-08-20T22:04:43.3802141Z '/usr/bin/mkdwarfs' -> '/usr/local/bin/mkdwarfs'
2025-08-20T22:04:43.3901360Z '/usr/bin/dysk' -> '/usr/local/bin/dysk'
2025-08-20T22:04:43.3997954Z '/usr/bin/eget' -> '/usr/local/bin/eget'
2025-08-20T22:04:43.4098676Z '/usr/bin/epoch' -> '/usr/local/bin/epoch'
2025-08-20T22:04:43.4195378Z '/usr/bin/faketty' -> '/usr/local/bin/faketty'
2025-08-20T22:04:43.4295496Z '/usr/bin/fastfetch' -> '/usr/local/bin/fastfetch'
2025-08-20T22:04:43.4394472Z '/usr/bin/freeze' -> '/usr/local/bin/freeze'
2025-08-20T22:04:43.4492895Z '/usr/bin/fusermount' -> '/usr/local/bin/fusermount'
2025-08-20T22:04:43.4589477Z '/usr/bin/gdu' -> '/usr/local/bin/gdu'
2025-08-20T22:04:43.4685688Z '/usr/bin/gh' -> '/usr/local/bin/gh'
2025-08-20T22:04:43.4782361Z '/usr/bin/gitleaks' -> '/usr/local/bin/gitleaks'
2025-08-20T22:04:43.4879080Z '/usr/bin/git-sizer' -> '/usr/local/bin/git-sizer'
2025-08-20T22:04:43.4975149Z '/usr/bin/glab' -> '/usr/local/bin/glab'
2025-08-20T22:04:43.5070954Z '/usr/bin/glow' -> '/usr/local/bin/glow'
2025-08-20T22:04:43.5168507Z '/usr/bin/httpx' -> '/usr/local/bin/httpx'
2025-08-20T22:04:43.5271603Z '/home/runner/.local/bin/httpx' -> '/usr/local/bin/httpx'
2025-08-20T22:04:43.5384252Z '/usr/bin/huggingface-cli' -> '/usr/local/bin/huggingface-cli'
2025-08-20T22:04:43.5424615Z [-] Warning: Target /usr/local/bin/husarnet does not exist for symlink husarnet
2025-08-20T22:04:43.5453278Z [-] Warning: Target /usr/local/bin/husarnet-daemon does not exist for symlink husarnet-daemon
2025-08-20T22:04:43.5550969Z '/usr/bin/imgcat' -> '/usr/local/bin/imgcat'
2025-08-20T22:04:43.5660353Z '/usr/bin/jc' -> '/usr/local/bin/jc'
2025-08-20T22:04:43.5765564Z '/usr/bin/jq' -> '/usr/local/bin/jq'
2025-08-20T22:04:43.5868465Z '/usr/bin/logdy' -> '/usr/local/bin/logdy'
2025-08-20T22:04:43.5969420Z '/usr/bin/micro' -> '/usr/local/bin/micro'
2025-08-20T22:04:43.6069916Z '/usr/bin/miniserve' -> '/usr/local/bin/miniserve'
2025-08-20T22:04:43.6169313Z '/usr/bin/minisign' -> '/usr/local/bin/minisign'
2025-08-20T22:04:43.6268860Z '/usr/bin/ncdu' -> '/usr/local/bin/ncdu'
2025-08-20T22:04:43.6368441Z '/usr/bin/notify' -> '/usr/local/bin/notify'
2025-08-20T22:04:43.6466496Z '/usr/bin/ouch' -> '/usr/local/bin/ouch'
2025-08-20T22:04:43.6565217Z '/usr/bin/oras' -> '/usr/local/bin/oras'
2025-08-20T22:04:43.6661823Z '/usr/bin/pipetty' -> '/usr/local/bin/pipetty'
2025-08-20T22:04:43.6758590Z '/usr/bin/pixterm' -> '/usr/local/bin/pixterm'
2025-08-20T22:04:43.6855844Z '/usr/bin/qsv' -> '/usr/local/bin/qsv'
2025-08-20T22:04:43.6953677Z '/usr/bin/rclone' -> '/usr/local/bin/rclone'
2025-08-20T22:04:43.7051055Z '/usr/bin/rg' -> '/usr/local/bin/rg'
2025-08-20T22:04:43.7148349Z '/usr/bin/rga' -> '/usr/local/bin/rga'
2025-08-20T22:04:43.7247239Z '/usr/bin/rsync' -> '/usr/local/bin/rsync'
2025-08-20T22:04:43.7353519Z '/usr/bin/script' -> '/usr/local/bin/script'
2025-08-20T22:04:43.7465949Z '/usr/bin/shellcheck' -> '/usr/local/bin/shellcheck'
2025-08-20T22:04:43.7577913Z '/usr/bin/soar' -> '/usr/local/bin/soar'
2025-08-20T22:04:43.7691086Z '/usr/bin/speedtest-go' -> '/usr/local/bin/speedtest-go'
2025-08-20T22:04:43.7801108Z '/usr/bin/sstrip' -> '/usr/local/bin/sstrip'
2025-08-20T22:04:43.7902753Z '/usr/bin/strace' -> '/usr/local/bin/strace'
2025-08-20T22:04:43.8002249Z '/usr/bin/sttr' -> '/usr/local/bin/sttr'
2025-08-20T22:04:43.8099960Z '/usr/bin/tailscale' -> '/usr/local/bin/tailscale'
2025-08-20T22:04:43.8200891Z '/usr/bin/tailscaled' -> '/usr/local/bin/tailscaled'
2025-08-20T22:04:43.8306202Z '/usr/bin/taplo' -> '/usr/local/bin/taplo'
2025-08-20T22:04:43.8422415Z '/usr/bin/tldr' -> '/usr/local/bin/tldr'
2025-08-20T22:04:43.8548060Z '/usr/bin/tealdeer' -> '/usr/local/bin/tealdeer'
2025-08-20T22:04:43.8682621Z '/usr/bin/tmux' -> '/usr/local/bin/tmux'
2025-08-20T22:04:43.8800111Z '/usr/bin/tok' -> '/usr/local/bin/tok'
2025-08-20T22:04:43.8909912Z '/usr/bin/trufflehog' -> '/usr/local/bin/trufflehog'
2025-08-20T22:04:43.9014362Z '/usr/bin/trurl' -> '/usr/local/bin/trurl'
2025-08-20T22:04:43.9114565Z '/usr/bin/tss' -> '/usr/local/bin/tss'
2025-08-20T22:04:43.9215703Z '/usr/bin/ulexec' -> '/usr/local/bin/ulexec'
2025-08-20T22:04:43.9316620Z '/usr/bin/unfurl' -> '/usr/local/bin/unfurl'
2025-08-20T22:04:43.9415854Z '/usr/bin/upx' -> '/usr/local/bin/upx'
2025-08-20T22:04:43.9515662Z '/usr/bin/validtoml' -> '/usr/local/bin/validtoml'
2025-08-20T22:04:43.9614508Z '/usr/bin/wget' -> '/usr/local/bin/wget'
2025-08-20T22:04:43.9713436Z '/usr/bin/wget2' -> '/usr/local/bin/wget2'
2025-08-20T22:04:43.9811572Z '/usr/bin/wormhole-rs' -> '/usr/local/bin/wormhole-rs'
2025-08-20T22:04:43.9908743Z '/usr/bin/xq' -> '/usr/local/bin/xq'
2025-08-20T22:04:44.0006426Z '/usr/bin/xz' -> '/usr/local/bin/xz'
2025-08-20T22:04:44.0103323Z '/usr/bin/unxz' -> '/usr/local/bin/unxz'
2025-08-20T22:04:44.0203718Z '/usr/bin/yq' -> '/usr/local/bin/yq'
2025-08-20T22:04:44.0315158Z '/usr/bin/yj' -> '/usr/local/bin/yj'
2025-08-20T22:04:44.0432990Z '/usr/bin/zapper' -> '/usr/local/bin/zapper'
2025-08-20T22:04:44.0544555Z '/usr/bin/zproccer' -> '/usr/local/bin/zproccer'
2025-08-20T22:04:44.0585031Z [-] Warning: Target /usr/local/bin/zerotier-cli does not exist for symlink zerotier-cli
2025-08-20T22:04:44.0614183Z [-] Warning: Target /usr/local/bin/zerotier-idtool does not exist for symlink zerotier-idtool
2025-08-20T22:04:44.0643769Z [-] Warning: Target /usr/local/bin/zerotier-one does not exist for symlink zerotier-one
2025-08-20T22:04:44.0741655Z '/usr/bin/zstd' -> '/usr/local/bin/zstd'
2025-08-20T22:04:44.0768653Z 
2025-08-20T22:04:44.0769187Z [!] Failed to install: husarnet cutlines ds zerotier-one zerotier-idtool zerotier-cli husarnet-daemon
2025-08-20T22:04:44.0769860Z 
2025-08-20T22:04:44.0784317Z 
2025-08-20T22:04:44.0880891Z 
2025-08-20T22:04:44.0881372Z [+] Disk Size (/usr/local/bin) :: 930M --> 1.8G
2025-08-20T22:04:44.0881727Z 
2025-08-20T22:04:44.0881884Z [+] Installation completed!
2025-08-20T22:04:44.0953900Z 
2025-08-20T22:04:44.0954178Z [+] GITHUB_TOKEN is Exported
2025-08-20T22:04:44.3529159Z github.com
2025-08-20T22:04:44.3530240Z   ✓ Logged in to github.com account Azathothas (GITHUB_TOKEN)
2025-08-20T22:04:44.3531010Z   - Active account: true
2025-08-20T22:04:44.3531544Z   - Git operations protocol: https
2025-08-20T22:04:44.3532216Z   - Token: ghp_************************************
2025-08-20T22:04:44.3534096Z   - 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:04:44.3536057Z   ! Missing required token scopes: 'repo', 'read:org'
2025-08-20T22:04:44.3537310Z   - To request missing scopes, run: gh auth refresh -h github.com
2025-08-20T22:04:44.4830436Z Limit: 5000, Remaining: 4932, Reset: 2025-08-20 22:27:57 +0000 UTC (23m13s)
2025-08-20T22:04:44.4839041Z 
2025-08-20T22:04:44.4839244Z [+] GHCR_TOKEN is Exported
2025-08-20T22:04:44.4875173Z WARNING! Using --password via the CLI is insecure. Use --password-stdin.
2025-08-20T22:04:44.6716893Z Login Succeeded
2025-08-20T22:04:44.6729754Z 
2025-08-20T22:04:44.6729988Z [+] GITLAB is Exported
2025-08-20T22:04:44.7023963Z [git remote -v]
2025-08-20T22:04:44.8960303Z gitlab.com
2025-08-20T22:04:44.8961167Z   ✓ Logged in to gitlab.com as Ajamx101 (GITLAB_TOKEN)
2025-08-20T22:04:44.8962159Z   ✓ Git operations for gitlab.com configured to use ssh protocol.
2025-08-20T22:04:44.8962890Z   ✓ API calls for gitlab.com are made over https protocol.
2025-08-20T22:04:44.8963603Z   ✓ REST API Endpoint: https://gitlab.com/api/v4/
2025-08-20T22:04:44.8964300Z   ✓ GraphQL Endpoint: https://gitlab.com/api/graphql/
2025-08-20T22:04:44.8964947Z   ✓ Token found: **************************
2025-08-20T22:04:44.8965624Z 
2025-08-20T22:04:44.8966311Z ! One of GITLAB_TOKEN, GITLAB_ACCESS_TOKEN, OAUTH_TOKEN environment variables is set. It will be used for all authentication.
2025-08-20T22:04:44.8967520Z [git remote -v]
2025-08-20T22:04:44.8981668Z 2025/08/20 22:04:44 [Could not determine base repo in telemetry hook:  fatal: not a git repository (or any of the parent directories): .git
2025-08-20T22:04:44.8982591Z git: exit status 128]
2025-08-20T22:04:45.1312110Z 
2025-08-20T22:04:45.1312127Z 
2025-08-20T22:04:45.1313122Z  [+] Started Initializing Linux pkrvmubgrv54qmi 6.11.0-1018-azure x86_64 :: at Wednesday, 2025-08-20 (10:04:45 PM)
2025-08-20T22:04:45.1313697Z 
2025-08-20T22:04:45.1313701Z 
2025-08-20T22:04:45.1313786Z [+] USER = runner
2025-08-20T22:04:45.1314011Z [+] HOME = /home/runner
2025-08-20T22:04:45.1316583Z [+] 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:04:45.1321083Z 
2025-08-20T22:04:45.1889556Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T22:04:45.2212160Z Hit:2 http://azure.archive.ubuntu.com/ubuntu noble InRelease
2025-08-20T22:04:45.2226144Z Hit:3 http://azure.archive.ubuntu.com/ubuntu noble-updates InRelease
2025-08-20T22:04:45.2232773Z Hit:4 http://azure.archive.ubuntu.com/ubuntu noble-backports InRelease
2025-08-20T22:04:45.2239673Z Hit:5 http://azure.archive.ubuntu.com/ubuntu noble-security InRelease
2025-08-20T22:04:45.2313002Z Hit:6 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T22:04:45.2420372Z Hit:7 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T22:04:46.4388325Z Reading package lists...
2025-08-20T22:04:46.4736463Z Reading package lists...
2025-08-20T22:04:46.6794703Z Building dependency tree...
2025-08-20T22:04:46.6802727Z Reading state information...
2025-08-20T22:04:46.9032585Z apt-transport-https is already the newest version (2.8.3).
2025-08-20T22:04:46.9033163Z apt-utils is already the newest version (2.8.3).
2025-08-20T22:04:46.9033628Z ca-certificates is already the newest version (20240203).
2025-08-20T22:04:46.9034106Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-20T22:04:46.9034578Z gnupg2 is already the newest version (2.4.4-2ubuntu17.3).
2025-08-20T22:04:46.9035073Z moreutils is already the newest version (0.69-1).
2025-08-20T22:04:46.9035650Z software-properties-common is already the newest version (0.99.49.3).
2025-08-20T22:04:46.9036277Z util-linux is already the newest version (2.39.3-9ubuntu6.3).
2025-08-20T22:04:46.9037507Z 0 upgraded, 0 newly installed, 0 to remove and 45 not upgraded.
2025-08-20T22:04:46.9630850Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T22:04:46.9956543Z Hit:2 http://azure.archive.ubuntu.com/ubuntu noble InRelease
2025-08-20T22:04:46.9972014Z Hit:3 http://azure.archive.ubuntu.com/ubuntu noble-updates InRelease
2025-08-20T22:04:46.9978490Z Hit:4 http://azure.archive.ubuntu.com/ubuntu noble-backports InRelease
2025-08-20T22:04:46.9986336Z Hit:5 http://azure.archive.ubuntu.com/ubuntu noble-security InRelease
2025-08-20T22:04:47.0509591Z Hit:6 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T22:04:47.0609811Z Hit:7 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T22:04:48.2206399Z Reading package lists...
2025-08-20T22:04:48.2559367Z Reading package lists...
2025-08-20T22:04:48.4907780Z Building dependency tree...
2025-08-20T22:04:48.4915736Z Reading state information...
2025-08-20T22:04:48.8052118Z aria2 is already the newest version (1.37.0+debian-1build3).
2025-08-20T22:04:48.8053001Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T22:04:48.8053712Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-20T22:04:48.8054408Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T22:04:48.8055166Z ca-certificates is already the newest version (20240203).
2025-08-20T22:04:48.8055799Z diffutils is already the newest version (1:3.10-1build1).
2025-08-20T22:04:48.8056412Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T22:04:48.8057230Z gawk is already the newest version (1:5.2.1-2build3).
2025-08-20T22:04:48.8057772Z gawk set to manually installed.
2025-08-20T22:04:48.8058311Z git-lfs is already the newest version (3.7.0).
2025-08-20T22:04:48.8058937Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T22:04:48.8059598Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T22:04:48.8060656Z make is already the newest version (4.3-4.1build2).
2025-08-20T22:04:48.8061382Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-20T22:04:48.8062045Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-20T22:04:48.8062694Z texinfo is already the newest version (7.1-3build2).
2025-08-20T22:04:48.8063409Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T22:04:48.8064211Z The following additional packages will be installed:
2025-08-20T22:04:48.8064998Z   fonts-droid-fallback fonts-noto-mono fonts-urw-base35 ghostscript
2025-08-20T22:04:48.8065777Z   imagemagick-6.q16 libdjvulibre-text libdjvulibre21 libgs-common libgs10
2025-08-20T22:04:48.8066603Z   libgs10-common libhiredis1.1.0 libidn12 libijs-0.35 libimath-3-1-29t64
2025-08-20T22:04:48.8080478Z   libjbig2dec0 libjxr-tools libjxr0t64 libmagickcore-6.q16-7-extra
2025-08-20T22:04:48.8081447Z   libnetpbm11t64 libopenexr-3-1-30 libpaper-utils libpaper1 libwmflite-0.2-7
2025-08-20T22:04:48.8082153Z   netpbm poppler-data xfonts-encodings xfonts-utils
2025-08-20T22:04:48.8090217Z Suggested packages:
2025-08-20T22:04:48.8091270Z   distcc | icecc fonts-noto fonts-freefont-otf | fonts-freefont-ttf
2025-08-20T22:04:48.8092423Z   fonts-texgyre texlive-binaries imagemagick-6-doc autotrace cups-bsd | lpr
2025-08-20T22:04:48.8093778Z   | lprng enscript ffmpeg gimp gnuplot grads graphviz hp2xx html2ps libwmf-bin
2025-08-20T22:04:48.8095186Z   mplayer povray radiance sane-utils texlive-base-bin transfig libraw-bin
2025-08-20T22:04:48.8096473Z   inkscape poppler-utils fonts-japanese-mincho | fonts-ipafont-mincho
2025-08-20T22:04:48.8097919Z   fonts-japanese-gothic | fonts-ipafont-gothic fonts-arphic-ukai
2025-08-20T22:04:48.8098870Z   fonts-arphic-uming fonts-nanum
2025-08-20T22:04:48.8540841Z The following NEW packages will be installed:
2025-08-20T22:04:48.8541696Z   b3sum build-essential ccache fonts-droid-fallback fonts-noto-mono
2025-08-20T22:04:48.8543658Z   fonts-urw-base35 ghostscript imagemagick imagemagick-6.q16 libdjvulibre-text
2025-08-20T22:04:48.8545682Z   libdjvulibre21 libgs-common libgs10 libgs10-common libhiredis1.1.0 libidn12
2025-08-20T22:04:48.8547342Z   libijs-0.35 libimath-3-1-29t64 libjbig2dec0 libjxr-tools libjxr0t64
2025-08-20T22:04:48.8548729Z   libmagickcore-6.q16-7-extra libnetpbm11t64 libopenexr-3-1-30 libpaper-utils
2025-08-20T22:04:48.8554280Z   libpaper1 libtool-bin libwmflite-0.2-7 lzip musl musl-dev musl-tools netpbm
2025-08-20T22:04:48.8557233Z   poppler-data xfonts-encodings xfonts-utils
2025-08-20T22:04:48.8806324Z 0 upgraded, 36 newly installed, 0 to remove and 45 not upgraded.
2025-08-20T22:04:48.8806994Z Need to get 27.5 MB of archives.
2025-08-20T22:04:48.8807514Z After this operation, 93.0 MB of additional disk space will be used.
2025-08-20T22:04:48.8808196Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T22:04:48.9302655Z 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:04:49.1131595Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 poppler-data all 0.4.12-1 [2060 kB]
2025-08-20T22:04:49.2743613Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 b3sum amd64 1.2.0-1 [388 kB]
2025-08-20T22:04:49.3385812Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 build-essential amd64 12.10ubuntu1 [4928 B]
2025-08-20T22:04:49.3673413Z 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:04:49.4000560Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 ccache amd64 4.9.1-1 [592 kB]
2025-08-20T22:04:49.4787762Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 fonts-noto-mono all 20201225-2 [435 kB]
2025-08-20T22:04:49.5451057Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 xfonts-encodings all 1:1.0.5-0ubuntu2 [578 kB]
2025-08-20T22:04:49.6232625Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 xfonts-utils amd64 1:7.7+6build3 [94.4 kB]
2025-08-20T22:04:49.6603441Z Get:11 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 fonts-urw-base35 all 20200910-8 [11.0 MB]
2025-08-20T22:04:50.2589527Z 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:04:50.2948261Z 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:04:50.3558239Z Get:14 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libidn12 amd64 1.42-1build1 [55.9 kB]
2025-08-20T22:04:50.3898658Z 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:04:50.4211882Z Get:16 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libjbig2dec0 amd64 0.20-1build3 [65.0 kB]
2025-08-20T22:04:50.4534610Z Get:17 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libpaper1 amd64 1.1.29build1 [13.4 kB]
2025-08-20T22:04:50.4870011Z 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:04:50.6789583Z 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:04:50.7565704Z 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:04:50.7931803Z 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:04:50.8236643Z 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:04:50.8547530Z 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:04:50.9466378Z 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:04:50.9793712Z Get:25 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libjxr0t64 amd64 1.2~git20170615.f752187-5.1ubuntu2 [181 kB]
2025-08-20T22:04:51.0199672Z 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:04:51.0485596Z 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:04:51.1603690Z 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:04:51.1952165Z 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:04:51.2266435Z Get:30 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libnetpbm11t64 amd64 2:11.05.02-1.1build1 [114 kB]
2025-08-20T22:04:51.2726971Z Get:31 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libpaper-utils amd64 1.1.29build1 [8650 B]
2025-08-20T22:04:51.3016475Z Get:32 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libtool-bin amd64 2.4.7-7build1 [84.1 kB]
2025-08-20T22:04:51.3342516Z Get:33 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 lzip amd64 1.24.1-1build1 [83.1 kB]
2025-08-20T22:04:51.3675746Z Get:34 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 netpbm amd64 2:11.05.02-1.1build1 [2054 kB]
2025-08-20T22:04:51.5206194Z Get:35 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 musl amd64 1.2.4-2 [416 kB]
2025-08-20T22:04:51.5764126Z Get:36 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 musl-dev amd64 1.2.4-2 [616 kB]
2025-08-20T22:04:51.6421759Z Get:37 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 musl-tools amd64 1.2.4-2 [5540 B]
2025-08-20T22:04:51.9320294Z Preconfiguring packages ...
2025-08-20T22:04:52.0031795Z Fetched 27.5 MB in 3s (9903 kB/s)
2025-08-20T22:04:52.0249031Z Selecting previously unselected package fonts-droid-fallback.
2025-08-20T22:04:52.0305663Z (Reading database ... 
2025-08-20T22:04:52.0306138Z (Reading database ... 5%
2025-08-20T22:04:52.0306573Z (Reading database ... 10%
2025-08-20T22:04:52.0307174Z (Reading database ... 15%
2025-08-20T22:04:52.0307592Z (Reading database ... 20%
2025-08-20T22:04:52.0307987Z (Reading database ... 25%
2025-08-20T22:04:52.0308396Z (Reading database ... 30%
2025-08-20T22:04:52.0308797Z (Reading database ... 35%
2025-08-20T22:04:52.0309198Z (Reading database ... 40%
2025-08-20T22:04:52.0309598Z (Reading database ... 45%
2025-08-20T22:04:52.0309989Z (Reading database ... 50%
2025-08-20T22:04:52.0420747Z (Reading database ... 55%
2025-08-20T22:04:52.0440395Z (Reading database ... 60%
2025-08-20T22:04:52.0462845Z (Reading database ... 65%
2025-08-20T22:04:52.0503259Z (Reading database ... 70%
2025-08-20T22:04:52.0527083Z (Reading database ... 75%
2025-08-20T22:04:52.0551123Z (Reading database ... 80%
2025-08-20T22:04:52.0717215Z (Reading database ... 85%
2025-08-20T22:04:52.1055604Z (Reading database ... 90%
2025-08-20T22:04:52.1143662Z (Reading database ... 95%
2025-08-20T22:04:52.1144211Z (Reading database ... 100%
2025-08-20T22:04:52.1144854Z (Reading database ... 220072 files and directories currently installed.)
2025-08-20T22:04:52.1196220Z Preparing to unpack .../00-fonts-droid-fallback_1%3a6.0.1r16-1.1build1_all.deb ...
2025-08-20T22:04:52.1411384Z Unpacking fonts-droid-fallback (1:6.0.1r16-1.1build1) ...
2025-08-20T22:04:52.2904707Z Selecting previously unselected package poppler-data.
2025-08-20T22:04:52.3048124Z Preparing to unpack .../01-poppler-data_0.4.12-1_all.deb ...
2025-08-20T22:04:52.3059513Z Unpacking poppler-data (0.4.12-1) ...
2025-08-20T22:04:52.4432202Z Selecting previously unselected package b3sum.
2025-08-20T22:04:52.4576547Z Preparing to unpack .../02-b3sum_1.2.0-1_amd64.deb ...
2025-08-20T22:04:52.4589427Z Unpacking b3sum (1.2.0-1) ...
2025-08-20T22:04:52.4874673Z Selecting previously unselected package build-essential.
2025-08-20T22:04:52.5018698Z Preparing to unpack .../03-build-essential_12.10ubuntu1_amd64.deb ...
2025-08-20T22:04:52.5031599Z Unpacking build-essential (12.10ubuntu1) ...
2025-08-20T22:04:52.5274713Z Selecting previously unselected package libhiredis1.1.0:amd64.
2025-08-20T22:04:52.5420494Z Preparing to unpack .../04-libhiredis1.1.0_1.2.0-6ubuntu3_amd64.deb ...
2025-08-20T22:04:52.5445470Z Unpacking libhiredis1.1.0:amd64 (1.2.0-6ubuntu3) ...
2025-08-20T22:04:52.5709964Z Selecting previously unselected package ccache.
2025-08-20T22:04:52.5870871Z Preparing to unpack .../05-ccache_4.9.1-1_amd64.deb ...
2025-08-20T22:04:52.5882975Z Unpacking ccache (4.9.1-1) ...
2025-08-20T22:04:52.6311299Z Selecting previously unselected package fonts-noto-mono.
2025-08-20T22:04:52.6453841Z Preparing to unpack .../06-fonts-noto-mono_20201225-2_all.deb ...
2025-08-20T22:04:52.6464253Z Unpacking fonts-noto-mono (20201225-2) ...
2025-08-20T22:04:52.6753209Z Selecting previously unselected package xfonts-encodings.
2025-08-20T22:04:52.6893953Z Preparing to unpack .../07-xfonts-encodings_1%3a1.0.5-0ubuntu2_all.deb ...
2025-08-20T22:04:52.6905309Z Unpacking xfonts-encodings (1:1.0.5-0ubuntu2) ...
2025-08-20T22:04:52.7250755Z Selecting previously unselected package xfonts-utils.
2025-08-20T22:04:52.7393909Z Preparing to unpack .../08-xfonts-utils_1%3a7.7+6build3_amd64.deb ...
2025-08-20T22:04:52.7404531Z Unpacking xfonts-utils (1:7.7+6build3) ...
2025-08-20T22:04:52.7893176Z Selecting previously unselected package fonts-urw-base35.
2025-08-20T22:04:52.8037835Z Preparing to unpack .../09-fonts-urw-base35_20200910-8_all.deb ...
2025-08-20T22:04:52.8704114Z Unpacking fonts-urw-base35 (20200910-8) ...
2025-08-20T22:04:52.9738911Z Selecting previously unselected package libgs-common.
2025-08-20T22:04:52.9883008Z Preparing to unpack .../10-libgs-common_10.02.1~dfsg1-0ubuntu7.7_all.deb ...
2025-08-20T22:04:52.9895385Z Unpacking libgs-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T22:04:53.0174701Z Selecting previously unselected package libgs10-common.
2025-08-20T22:04:53.0321305Z Preparing to unpack .../11-libgs10-common_10.02.1~dfsg1-0ubuntu7.7_all.deb ...
2025-08-20T22:04:53.0331880Z Unpacking libgs10-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T22:04:53.1027682Z Selecting previously unselected package libidn12:amd64.
2025-08-20T22:04:53.1170261Z Preparing to unpack .../12-libidn12_1.42-1build1_amd64.deb ...
2025-08-20T22:04:53.1181044Z Unpacking libidn12:amd64 (1.42-1build1) ...
2025-08-20T22:04:53.1424965Z Selecting previously unselected package libijs-0.35:amd64.
2025-08-20T22:04:53.1567672Z Preparing to unpack .../13-libijs-0.35_0.35-15.1build1_amd64.deb ...
2025-08-20T22:04:53.1579284Z Unpacking libijs-0.35:amd64 (0.35-15.1build1) ...
2025-08-20T22:04:53.1822930Z Selecting previously unselected package libjbig2dec0:amd64.
2025-08-20T22:04:53.1965793Z Preparing to unpack .../14-libjbig2dec0_0.20-1build3_amd64.deb ...
2025-08-20T22:04:53.1977478Z Unpacking libjbig2dec0:amd64 (0.20-1build3) ...
2025-08-20T22:04:53.2242657Z Selecting previously unselected package libpaper1:amd64.
2025-08-20T22:04:53.2386193Z Preparing to unpack .../15-libpaper1_1.1.29build1_amd64.deb ...
2025-08-20T22:04:53.2398179Z Unpacking libpaper1:amd64 (1.1.29build1) ...
2025-08-20T22:04:53.2648237Z Selecting previously unselected package libgs10:amd64.
2025-08-20T22:04:53.2798085Z Preparing to unpack .../16-libgs10_10.02.1~dfsg1-0ubuntu7.7_amd64.deb ...
2025-08-20T22:04:53.2809065Z Unpacking libgs10:amd64 (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T22:04:53.3882312Z Selecting previously unselected package ghostscript.
2025-08-20T22:04:53.4029061Z Preparing to unpack .../17-ghostscript_10.02.1~dfsg1-0ubuntu7.7_amd64.deb ...
2025-08-20T22:04:53.4039146Z Unpacking ghostscript (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T22:04:53.4360696Z Selecting previously unselected package imagemagick-6.q16.
2025-08-20T22:04:53.4504840Z Preparing to unpack .../18-imagemagick-6.q16_8%3a6.9.12.98+dfsg1-5.2build2_amd64.deb ...
2025-08-20T22:04:53.4514800Z Unpacking imagemagick-6.q16 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T22:04:53.5339298Z Selecting previously unselected package imagemagick.
2025-08-20T22:04:53.5488573Z Preparing to unpack .../19-imagemagick_8%3a6.9.12.98+dfsg1-5.2build2_amd64.deb ...
2025-08-20T22:04:53.5498752Z Unpacking imagemagick (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T22:04:53.5727207Z Selecting previously unselected package libdjvulibre-text.
2025-08-20T22:04:53.5875924Z Preparing to unpack .../20-libdjvulibre-text_3.5.28-2ubuntu0.24.04.1_all.deb ...
2025-08-20T22:04:53.5887850Z Unpacking libdjvulibre-text (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T22:04:53.6180464Z Selecting previously unselected package libdjvulibre21:amd64.
2025-08-20T22:04:53.6330015Z Preparing to unpack .../21-libdjvulibre21_3.5.28-2ubuntu0.24.04.1_amd64.deb ...
2025-08-20T22:04:53.6343177Z Unpacking libdjvulibre21:amd64 (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T22:04:53.6683620Z Selecting previously unselected package libimath-3-1-29t64:amd64.
2025-08-20T22:04:53.6836511Z Preparing to unpack .../22-libimath-3-1-29t64_3.1.9-3.1ubuntu2_amd64.deb ...
2025-08-20T22:04:53.6847153Z Unpacking libimath-3-1-29t64:amd64 (3.1.9-3.1ubuntu2) ...
2025-08-20T22:04:53.7104559Z Selecting previously unselected package libjxr0t64:amd64.
2025-08-20T22:04:53.7251368Z Preparing to unpack .../23-libjxr0t64_1.2~git20170615.f752187-5.1ubuntu2_amd64.deb ...
2025-08-20T22:04:53.7261553Z Unpacking libjxr0t64:amd64 (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T22:04:53.7518125Z Selecting previously unselected package libjxr-tools.
2025-08-20T22:04:53.7669672Z Preparing to unpack .../24-libjxr-tools_1.2~git20170615.f752187-5.1ubuntu2_amd64.deb ...
2025-08-20T22:04:53.7680333Z Unpacking libjxr-tools (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T22:04:53.7910313Z Selecting previously unselected package libopenexr-3-1-30:amd64.
2025-08-20T22:04:53.8057415Z Preparing to unpack .../25-libopenexr-3-1-30_3.1.5-5.1build3_amd64.deb ...
2025-08-20T22:04:53.8067093Z Unpacking libopenexr-3-1-30:amd64 (3.1.5-5.1build3) ...
2025-08-20T22:04:53.8493766Z Selecting previously unselected package libwmflite-0.2-7:amd64.
2025-08-20T22:04:53.8648061Z Preparing to unpack .../26-libwmflite-0.2-7_0.2.13-1.1build3_amd64.deb ...
2025-08-20T22:04:53.8657574Z Unpacking libwmflite-0.2-7:amd64 (0.2.13-1.1build3) ...
2025-08-20T22:04:53.8888348Z Selecting previously unselected package libmagickcore-6.q16-7-extra:amd64.
2025-08-20T22:04:53.9035939Z Preparing to unpack .../27-libmagickcore-6.q16-7-extra_8%3a6.9.12.98+dfsg1-5.2build2_amd64.deb ...
2025-08-20T22:04:53.9045045Z Unpacking libmagickcore-6.q16-7-extra:amd64 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T22:04:53.9355239Z Selecting previously unselected package libnetpbm11t64:amd64.
2025-08-20T22:04:53.9503888Z Preparing to unpack .../28-libnetpbm11t64_2%3a11.05.02-1.1build1_amd64.deb ...
2025-08-20T22:04:53.9513622Z Unpacking libnetpbm11t64:amd64 (2:11.05.02-1.1build1) ...
2025-08-20T22:04:53.9753590Z Selecting previously unselected package libpaper-utils.
2025-08-20T22:04:53.9900053Z Preparing to unpack .../29-libpaper-utils_1.1.29build1_amd64.deb ...
2025-08-20T22:04:53.9909149Z Unpacking libpaper-utils (1.1.29build1) ...
2025-08-20T22:04:54.0123319Z Selecting previously unselected package libtool-bin.
2025-08-20T22:04:54.0266025Z Preparing to unpack .../30-libtool-bin_2.4.7-7build1_amd64.deb ...
2025-08-20T22:04:54.0275071Z Unpacking libtool-bin (2.4.7-7build1) ...
2025-08-20T22:04:54.0520465Z Selecting previously unselected package lzip.
2025-08-20T22:04:54.0664456Z Preparing to unpack .../31-lzip_1.24.1-1build1_amd64.deb ...
2025-08-20T22:04:54.0673750Z Unpacking lzip (1.24.1-1build1) ...
2025-08-20T22:04:54.0914579Z Selecting previously unselected package netpbm.
2025-08-20T22:04:54.1055848Z Preparing to unpack .../32-netpbm_2%3a11.05.02-1.1build1_amd64.deb ...
2025-08-20T22:04:54.1064703Z Unpacking netpbm (2:11.05.02-1.1build1) ...
2025-08-20T22:04:54.2868961Z Selecting previously unselected package musl:amd64.
2025-08-20T22:04:54.3022601Z Preparing to unpack .../33-musl_1.2.4-2_amd64.deb ...
2025-08-20T22:04:54.3031032Z Unpacking musl:amd64 (1.2.4-2) ...
2025-08-20T22:04:54.3370853Z Selecting previously unselected package musl-dev:amd64.
2025-08-20T22:04:54.3511755Z Preparing to unpack .../34-musl-dev_1.2.4-2_amd64.deb ...
2025-08-20T22:04:54.3521030Z Unpacking musl-dev:amd64 (1.2.4-2) ...
2025-08-20T22:04:54.4189321Z Selecting previously unselected package musl-tools.
2025-08-20T22:04:54.4331812Z Preparing to unpack .../35-musl-tools_1.2.4-2_amd64.deb ...
2025-08-20T22:04:54.4344242Z Unpacking musl-tools (1.2.4-2) ...
2025-08-20T22:04:54.4755646Z Setting up libpaper1:amd64 (1.1.29build1) ...
2025-08-20T22:04:54.6017833Z 
2025-08-20T22:04:54.6018383Z Creating config file /etc/papersize with new version
2025-08-20T22:04:54.6522589Z Setting up libtool-bin (2.4.7-7build1) ...
2025-08-20T22:04:54.6541296Z Setting up fonts-noto-mono (20201225-2) ...
2025-08-20T22:04:54.6568922Z Setting up libwmflite-0.2-7:amd64 (0.2.13-1.1build3) ...
2025-08-20T22:04:54.6591052Z Setting up libijs-0.35:amd64 (0.35-15.1build1) ...
2025-08-20T22:04:54.6614335Z Setting up libgs-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T22:04:54.6635680Z Setting up libpaper-utils (1.1.29build1) ...
2025-08-20T22:04:54.6656253Z Setting up libnetpbm11t64:amd64 (2:11.05.02-1.1build1) ...
2025-08-20T22:04:54.6677290Z Setting up poppler-data (0.4.12-1) ...
2025-08-20T22:04:54.6783389Z Setting up libjxr0t64:amd64 (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T22:04:54.6805832Z Setting up libjbig2dec0:amd64 (0.20-1build3) ...
2025-08-20T22:04:54.6826593Z Setting up lzip (1.24.1-1build1) ...
2025-08-20T22:04:54.6884767Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip (lzip) in auto mode
2025-08-20T22:04:54.6930245Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip-compressor (lzip-compressor) in auto mode
2025-08-20T22:04:54.6980000Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip-decompressor (lzip-decompressor) in auto mode
2025-08-20T22:04:54.7000095Z Setting up xfonts-encodings (1:1.0.5-0ubuntu2) ...
2025-08-20T22:04:54.7019714Z Setting up libimath-3-1-29t64:amd64 (3.1.9-3.1ubuntu2) ...
2025-08-20T22:04:54.7040107Z Setting up libidn12:amd64 (1.42-1build1) ...
2025-08-20T22:04:54.7061876Z Setting up netpbm (2:11.05.02-1.1build1) ...
2025-08-20T22:04:54.7085392Z Setting up imagemagick-6.q16 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T22:04:54.7155462Z update-alternatives: using /usr/bin/compare-im6.q16 to provide /usr/bin/compare (compare) in auto mode
2025-08-20T22:04:54.7199580Z update-alternatives: using /usr/bin/compare-im6.q16 to provide /usr/bin/compare-im6 (compare-im6) in auto mode
2025-08-20T22:04:54.7255984Z update-alternatives: using /usr/bin/animate-im6.q16 to provide /usr/bin/animate (animate) in auto mode
2025-08-20T22:04:54.7301697Z update-alternatives: using /usr/bin/animate-im6.q16 to provide /usr/bin/animate-im6 (animate-im6) in auto mode
2025-08-20T22:04:54.7356597Z update-alternatives: using /usr/bin/convert-im6.q16 to provide /usr/bin/convert (convert) in auto mode
2025-08-20T22:04:54.7401425Z update-alternatives: using /usr/bin/convert-im6.q16 to provide /usr/bin/convert-im6 (convert-im6) in auto mode
2025-08-20T22:04:54.7455516Z update-alternatives: using /usr/bin/composite-im6.q16 to provide /usr/bin/composite (composite) in auto mode
2025-08-20T22:04:54.7500558Z update-alternatives: using /usr/bin/composite-im6.q16 to provide /usr/bin/composite-im6 (composite-im6) in auto mode
2025-08-20T22:04:54.7558907Z update-alternatives: using /usr/bin/conjure-im6.q16 to provide /usr/bin/conjure (conjure) in auto mode
2025-08-20T22:04:54.7605236Z update-alternatives: using /usr/bin/conjure-im6.q16 to provide /usr/bin/conjure-im6 (conjure-im6) in auto mode
2025-08-20T22:04:54.7663433Z update-alternatives: using /usr/bin/import-im6.q16 to provide /usr/bin/import (import) in auto mode
2025-08-20T22:04:54.7711307Z update-alternatives: using /usr/bin/import-im6.q16 to provide /usr/bin/import-im6 (import-im6) in auto mode
2025-08-20T22:04:54.7769810Z update-alternatives: using /usr/bin/identify-im6.q16 to provide /usr/bin/identify (identify) in auto mode
2025-08-20T22:04:54.7816961Z update-alternatives: using /usr/bin/identify-im6.q16 to provide /usr/bin/identify-im6 (identify-im6) in auto mode
2025-08-20T22:04:54.7873863Z update-alternatives: using /usr/bin/stream-im6.q16 to provide /usr/bin/stream (stream) in auto mode
2025-08-20T22:04:54.7920444Z update-alternatives: using /usr/bin/stream-im6.q16 to provide /usr/bin/stream-im6 (stream-im6) in auto mode
2025-08-20T22:04:54.7977319Z update-alternatives: using /usr/bin/display-im6.q16 to provide /usr/bin/display (display) in auto mode
2025-08-20T22:04:54.8026047Z update-alternatives: using /usr/bin/display-im6.q16 to provide /usr/bin/display-im6 (display-im6) in auto mode
2025-08-20T22:04:54.8084770Z update-alternatives: using /usr/bin/montage-im6.q16 to provide /usr/bin/montage (montage) in auto mode
2025-08-20T22:04:54.8133092Z update-alternatives: using /usr/bin/montage-im6.q16 to provide /usr/bin/montage-im6 (montage-im6) in auto mode
2025-08-20T22:04:54.8190915Z update-alternatives: using /usr/bin/mogrify-im6.q16 to provide /usr/bin/mogrify (mogrify) in auto mode
2025-08-20T22:04:54.8239240Z update-alternatives: using /usr/bin/mogrify-im6.q16 to provide /usr/bin/mogrify-im6 (mogrify-im6) in auto mode
2025-08-20T22:04:54.8259983Z Setting up b3sum (1.2.0-1) ...
2025-08-20T22:04:54.8280176Z Setting up musl:amd64 (1.2.4-2) ...
2025-08-20T22:04:54.8315680Z Setting up build-essential (12.10ubuntu1) ...
2025-08-20T22:04:54.8335506Z Setting up fonts-droid-fallback (1:6.0.1r16-1.1build1) ...
2025-08-20T22:04:54.8543724Z Setting up libdjvulibre-text (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T22:04:54.8565768Z Setting up libhiredis1.1.0:amd64 (1.2.0-6ubuntu3) ...
2025-08-20T22:04:54.8590320Z Setting up libjxr-tools (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T22:04:54.8611775Z Setting up ccache (4.9.1-1) ...
2025-08-20T22:04:54.8638758Z Updating symlinks in /usr/lib/ccache ...
2025-08-20T22:04:54.8728704Z Setting up libdjvulibre21:amd64 (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T22:04:54.8751494Z Setting up xfonts-utils (1:7.7+6build3) ...
2025-08-20T22:04:54.8795515Z Setting up musl-dev:amd64 (1.2.4-2) ...
2025-08-20T22:04:54.8825838Z Setting up libopenexr-3-1-30:amd64 (3.1.5-5.1build3) ...
2025-08-20T22:04:54.8847032Z Setting up imagemagick (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T22:04:54.8868596Z Setting up libmagickcore-6.q16-7-extra:amd64 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T22:04:54.8888299Z Setting up fonts-urw-base35 (20200910-8) ...
2025-08-20T22:04:55.0477529Z Setting up musl-tools (1.2.4-2) ...
2025-08-20T22:04:55.0499821Z Setting up libgs10-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T22:04:55.0523934Z Setting up libgs10:amd64 (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T22:04:55.0545317Z Setting up ghostscript (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T22:04:55.0617347Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T22:04:55.3073114Z Processing triggers for fontconfig (2.15.0-1.1ubuntu2) ...
2025-08-20T22:04:55.6144953Z Processing triggers for hicolor-icon-theme (0.17-2) ...
2025-08-20T22:04:56.0039216Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T22:04:57.7153695Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:05:05.1318916Z Reading package lists...
2025-08-20T22:05:05.3512592Z Building dependency tree...
2025-08-20T22:05:05.3522415Z Reading state information...
2025-08-20T22:05:05.6493457Z autoconf is already the newest version (2.71-3).
2025-08-20T22:05:05.6494000Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T22:05:05.6494513Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T22:05:05.6495005Z bison is already the newest version (2:3.8.2+dfsg-1build2).
2025-08-20T22:05:05.6495514Z build-essential is already the newest version (12.10ubuntu1).
2025-08-20T22:05:05.6496018Z ca-certificates is already the newest version (20240203).
2025-08-20T22:05:05.6496475Z flex is already the newest version (2.6.4-8.2build1).
2025-08-20T22:05:05.6497196Z file is already the newest version (1:5.45-3build1).
2025-08-20T22:05:05.6498029Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T22:05:05.6498488Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T22:05:05.6498948Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-20T22:05:05.6499406Z patch is already the newest version (2.7.6-7build3).
2025-08-20T22:05:05.6499810Z patch set to manually installed.
2025-08-20T22:05:05.6500214Z patchelf is already the newest version (0.18.0-1.1build1).
2025-08-20T22:05:05.6500689Z pkg-config is already the newest version (1.8.1-2build1).
2025-08-20T22:05:05.6501138Z tree is already the newest version (2.1.1-2ubuntu3).
2025-08-20T22:05:05.6501575Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T22:05:05.6501963Z Suggested packages:
2025-08-20T22:05:05.6502224Z   scons-doc
2025-08-20T22:05:05.6693677Z The following NEW packages will be installed:
2025-08-20T22:05:05.6713663Z   autopoint byacc clang qemu-user-static scons
2025-08-20T22:05:05.6961213Z 0 upgraded, 5 newly installed, 0 to remove and 45 not upgraded.
2025-08-20T22:05:05.6962663Z Need to get 15.8 MB of archives.
2025-08-20T22:05:05.6963146Z After this operation, 140 MB of additional disk space will be used.
2025-08-20T22:05:05.6963565Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T22:05:05.7408196Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 autopoint all 0.21-14ubuntu2 [422 kB]
2025-08-20T22:05:05.7964700Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 clang amd64 1:18.0-59~exp2 [5846 B]
2025-08-20T22:05:05.8251205Z 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:05:06.2289963Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 scons all 4.5.2+dfsg-1 [577 kB]
2025-08-20T22:05:06.2831308Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 byacc amd64 1:2.0.20221106-1 [85.5 kB]
2025-08-20T22:05:06.5503515Z Fetched 15.8 MB in 1s (26.3 MB/s)
2025-08-20T22:05:06.5680258Z Selecting previously unselected package autopoint.
2025-08-20T22:05:06.5735389Z (Reading database ... 
2025-08-20T22:05:06.5735859Z (Reading database ... 5%
2025-08-20T22:05:06.5736316Z (Reading database ... 10%
2025-08-20T22:05:06.5736903Z (Reading database ... 15%
2025-08-20T22:05:06.5737308Z (Reading database ... 20%
2025-08-20T22:05:06.5737684Z (Reading database ... 25%
2025-08-20T22:05:06.5738129Z (Reading database ... 30%
2025-08-20T22:05:06.5738570Z (Reading database ... 35%
2025-08-20T22:05:06.5738861Z (Reading database ... 40%
2025-08-20T22:05:06.5739153Z (Reading database ... 45%
2025-08-20T22:05:06.5739437Z (Reading database ... 50%
2025-08-20T22:05:06.5834925Z (Reading database ... 55%
2025-08-20T22:05:06.5853564Z (Reading database ... 60%
2025-08-20T22:05:06.5873789Z (Reading database ... 65%
2025-08-20T22:05:06.5911804Z (Reading database ... 70%
2025-08-20T22:05:06.5931503Z (Reading database ... 75%
2025-08-20T22:05:06.5955885Z (Reading database ... 80%
2025-08-20T22:05:06.6096927Z (Reading database ... 85%
2025-08-20T22:05:06.6387410Z (Reading database ... 90%
2025-08-20T22:05:06.6467590Z (Reading database ... 95%
2025-08-20T22:05:06.6468159Z (Reading database ... 100%
2025-08-20T22:05:06.6468902Z (Reading database ... 222565 files and directories currently installed.)
2025-08-20T22:05:06.6516176Z Preparing to unpack .../autopoint_0.21-14ubuntu2_all.deb ...
2025-08-20T22:05:06.6526564Z Unpacking autopoint (0.21-14ubuntu2) ...
2025-08-20T22:05:06.6788721Z Selecting previously unselected package clang.
2025-08-20T22:05:06.6934576Z Preparing to unpack .../clang_1%3a18.0-59~exp2_amd64.deb ...
2025-08-20T22:05:06.6945484Z Unpacking clang (1:18.0-59~exp2) ...
2025-08-20T22:05:06.7181636Z Selecting previously unselected package qemu-user-static.
2025-08-20T22:05:06.7323578Z Preparing to unpack .../qemu-user-static_1%3a8.2.2+ds-0ubuntu1.9_amd64.deb ...
2025-08-20T22:05:06.7332569Z Unpacking qemu-user-static (1:8.2.2+ds-0ubuntu1.9) ...
2025-08-20T22:05:07.1906993Z Selecting previously unselected package scons.
2025-08-20T22:05:07.2046655Z Preparing to unpack .../scons_4.5.2+dfsg-1_all.deb ...
2025-08-20T22:05:07.2055390Z Unpacking scons (4.5.2+dfsg-1) ...
2025-08-20T22:05:07.3508511Z Selecting previously unselected package byacc.
2025-08-20T22:05:07.3656513Z Preparing to unpack .../byacc_1%3a2.0.20221106-1_amd64.deb ...
2025-08-20T22:05:07.3665375Z Unpacking byacc (1:2.0.20221106-1) ...
2025-08-20T22:05:07.4193993Z Setting up qemu-user-static (1:8.2.2+ds-0ubuntu1.9) ...
2025-08-20T22:05:07.4241978Z Setting up byacc (1:2.0.20221106-1) ...
2025-08-20T22:05:07.4323434Z Setting up clang (1:18.0-59~exp2) ...
2025-08-20T22:05:07.4541550Z Setting up scons (4.5.2+dfsg-1) ...
2025-08-20T22:05:07.8653632Z Setting up autopoint (0.21-14ubuntu2) ...
2025-08-20T22:05:07.8680134Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:05:11.8217726Z Processing triggers for systemd (255.4-1ubuntu8.10) ...
2025-08-20T22:05:13.5462306Z Reading package lists...
2025-08-20T22:05:13.7479691Z Building dependency tree...
2025-08-20T22:05:13.7488689Z Reading state information...
2025-08-20T22:05:13.9492144Z The following additional packages will be installed:
2025-08-20T22:05:13.9493282Z   libb-hooks-op-check-perl libclass-method-modifiers-perl
2025-08-20T22:05:13.9494368Z   libclass-xsaccessor-perl libdevel-callchecker-perl
2025-08-20T22:05:13.9495565Z   libdynaloader-functions-perl libfile-dirlist-perl libfile-homedir-perl
2025-08-20T22:05:13.9496563Z   libfile-listing-perl libfile-touch-perl libfile-which-perl libhtml-tree-perl
2025-08-20T22:05:13.9497984Z   libhttp-cookies-perl libhttp-negotiate-perl libimport-into-perl
2025-08-20T22:05:13.9498852Z   libio-socket-ssl-perl liblwp-protocol-https-perl libmodule-runtime-perl
2025-08-20T22:05:13.9499730Z   libmoo-perl libnet-http-perl libnet-ssleay-perl libparams-classify-perl
2025-08-20T22:05:13.9500596Z   librole-tiny-perl libsub-quote-perl libtry-tiny-perl libwww-perl
2025-08-20T22:05:13.9501986Z   libwww-robotrules-perl patchutils perl-openssl-defaults wdiff
2025-08-20T22:05:13.9511883Z Suggested packages:
2025-08-20T22:05:13.9512337Z   adequate at autopkgtest bls-standalone bsd-mailx | mailx
2025-08-20T22:05:13.9512955Z   check-all-the-things cvs-buildpackage debhelper diffoscope disorderfs
2025-08-20T22:05:13.9513592Z   dose-extra duck elpa-devscripts faketime gnuplot how-can-i-help
2025-08-20T22:05:13.9514325Z   libauthen-sasl-perl libdbd-pg-perl libfile-desktopentry-perl
2025-08-20T22:05:13.9514992Z   libterm-size-perl libyaml-syck-perl mmdebstrap mutt piuparts pristine-lfs
2025-08-20T22:05:13.9515638Z   quilt ratt reprotest svn-buildpackage w3m debian-keyring equivs
2025-08-20T22:05:13.9516288Z   libgitlab-api-v4-perl libsoap-lite-perl pristine-tar libcrypt-ssleay-perl
2025-08-20T22:05:13.9517153Z   libscalar-number-perl libxstring-perl libsub-name-perl libauthen-ntlm-perl
2025-08-20T22:05:13.9517695Z   wdiff-doc
2025-08-20T22:05:13.9517964Z Recommended packages:
2025-08-20T22:05:13.9518415Z   dctrl-tools dput | dupload libdistro-info-perl libgit-wrapper-perl
2025-08-20T22:05:13.9519067Z   liblist-compare-perl libstring-shellquote-perl licensecheck lintian
2025-08-20T22:05:13.9519743Z   python3-unidiff python3-xdg libhtml-format-perl libnamespace-clean-perl
2025-08-20T22:05:13.9520442Z   libdata-dump-perl libhtml-form-perl libhttp-daemon-perl libmailtools-perl
2025-08-20T22:05:13.9728972Z The following NEW packages will be installed:
2025-08-20T22:05:13.9730119Z   devscripts libb-hooks-op-check-perl libclass-method-modifiers-perl
2025-08-20T22:05:13.9730886Z   libclass-xsaccessor-perl libdevel-callchecker-perl
2025-08-20T22:05:13.9731561Z   libdynaloader-functions-perl libfile-dirlist-perl libfile-homedir-perl
2025-08-20T22:05:13.9732490Z   libfile-listing-perl libfile-touch-perl libfile-which-perl libhtml-tree-perl
2025-08-20T22:05:13.9733126Z   libhttp-cookies-perl libhttp-negotiate-perl libimport-into-perl
2025-08-20T22:05:13.9733737Z   libio-socket-ssl-perl liblwp-protocol-https-perl libmodule-runtime-perl
2025-08-20T22:05:13.9734825Z   libmoo-perl libnet-http-perl libnet-ssleay-perl libparams-classify-perl
2025-08-20T22:05:13.9735815Z   librole-tiny-perl libsub-quote-perl libtry-tiny-perl libwww-perl
2025-08-20T22:05:13.9739072Z   libwww-robotrules-perl patchutils perl-openssl-defaults wdiff
2025-08-20T22:05:13.9924255Z 0 upgraded, 30 newly installed, 0 to remove and 45 not upgraded.
2025-08-20T22:05:13.9924765Z Need to get 2417 kB of archives.
2025-08-20T22:05:13.9925109Z After this operation, 7084 kB of additional disk space will be used.
2025-08-20T22:05:13.9925500Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T22:05:14.0446901Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libfile-dirlist-perl all 0.05-3 [7286 B]
2025-08-20T22:05:14.0747270Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libfile-which-perl all 1.27-2 [12.5 kB]
2025-08-20T22:05:14.1035708Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libfile-homedir-perl all 1.006-2 [37.0 kB]
2025-08-20T22:05:14.1416394Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libfile-touch-perl all 0.12-2 [7498 B]
2025-08-20T22:05:14.1707727Z 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:05:14.1994970Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libclass-xsaccessor-perl amd64 1.19-4build4 [33.1 kB]
2025-08-20T22:05:14.2302194Z 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:05:14.2592041Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libdynaloader-functions-perl all 0.003-3 [12.1 kB]
2025-08-20T22:05:14.2880928Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libdevel-callchecker-perl amd64 0.008-2build3 [13.2 kB]
2025-08-20T22:05:14.3169328Z Get:11 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libparams-classify-perl amd64 0.015-2build5 [20.1 kB]
2025-08-20T22:05:14.3471216Z Get:12 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libmodule-runtime-perl all 0.016-2 [16.4 kB]
2025-08-20T22:05:14.3760156Z Get:13 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libimport-into-perl all 1.002005-2 [10.7 kB]
2025-08-20T22:05:14.4046671Z Get:14 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 librole-tiny-perl all 2.002004-1 [16.3 kB]
2025-08-20T22:05:14.4357346Z Get:15 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libsub-quote-perl all 2.006008-1ubuntu1 [20.7 kB]
2025-08-20T22:05:14.4648846Z Get:16 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libmoo-perl all 2.005005-1 [47.4 kB]
2025-08-20T22:05:14.4943789Z Get:17 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libfile-listing-perl all 6.16-1 [11.3 kB]
2025-08-20T22:05:14.5244154Z Get:18 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libhtml-tree-perl all 5.07-3 [200 kB]
2025-08-20T22:05:14.5982799Z Get:19 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libhttp-cookies-perl all 6.11-1 [18.2 kB]
2025-08-20T22:05:14.6300324Z Get:20 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libhttp-negotiate-perl all 6.01-2 [12.4 kB]
2025-08-20T22:05:14.6608721Z Get:21 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 perl-openssl-defaults amd64 7build3 [6626 B]
2025-08-20T22:05:14.6896016Z Get:22 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libnet-ssleay-perl amd64 1.94-1build4 [316 kB]
2025-08-20T22:05:14.7208932Z Get:23 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libio-socket-ssl-perl all 2.085-1 [195 kB]
2025-08-20T22:05:14.7512946Z Get:24 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libnet-http-perl all 6.23-1 [22.3 kB]
2025-08-20T22:05:14.7810659Z Get:25 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 liblwp-protocol-https-perl all 6.13-1 [9006 B]
2025-08-20T22:05:14.8101805Z Get:26 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libtry-tiny-perl all 0.31-2 [20.8 kB]
2025-08-20T22:05:14.8393919Z Get:27 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libwww-robotrules-perl all 6.02-1 [12.6 kB]
2025-08-20T22:05:14.8743733Z Get:28 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libwww-perl all 6.76-1 [138 kB]
2025-08-20T22:05:14.9042788Z Get:29 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 patchutils amd64 0.4.2-1build3 [77.0 kB]
2025-08-20T22:05:14.9352297Z Get:30 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 wdiff amd64 1.2.2-6build1 [29.1 kB]
2025-08-20T22:05:14.9705761Z Get:31 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 devscripts all 2.23.7 [1069 kB]
2025-08-20T22:05:15.2897019Z Fetched 2417 kB in 1s (2370 kB/s)
2025-08-20T22:05:15.3094184Z Selecting previously unselected package libfile-dirlist-perl.
2025-08-20T22:05:15.3153623Z (Reading database ... 
2025-08-20T22:05:15.3154140Z (Reading database ... 5%
2025-08-20T22:05:15.3154545Z (Reading database ... 10%
2025-08-20T22:05:15.3154844Z (Reading database ... 15%
2025-08-20T22:05:15.3155133Z (Reading database ... 20%
2025-08-20T22:05:15.3155448Z (Reading database ... 25%
2025-08-20T22:05:15.3155753Z (Reading database ... 30%
2025-08-20T22:05:15.3156039Z (Reading database ... 35%
2025-08-20T22:05:15.3156322Z (Reading database ... 40%
2025-08-20T22:05:15.3156602Z (Reading database ... 45%
2025-08-20T22:05:15.3157182Z (Reading database ... 50%
2025-08-20T22:05:15.3277962Z (Reading database ... 55%
2025-08-20T22:05:15.3300676Z (Reading database ... 60%
2025-08-20T22:05:15.3325643Z (Reading database ... 65%
2025-08-20T22:05:15.3376602Z (Reading database ... 70%
2025-08-20T22:05:15.3401692Z (Reading database ... 75%
2025-08-20T22:05:15.3432301Z (Reading database ... 80%
2025-08-20T22:05:15.3631822Z (Reading database ... 85%
2025-08-20T22:05:15.4011501Z (Reading database ... 90%
2025-08-20T22:05:15.4106304Z (Reading database ... 95%
2025-08-20T22:05:15.4106934Z (Reading database ... 100%
2025-08-20T22:05:15.4107500Z (Reading database ... 223013 files and directories currently installed.)
2025-08-20T22:05:15.4158572Z Preparing to unpack .../00-libfile-dirlist-perl_0.05-3_all.deb ...
2025-08-20T22:05:15.4169043Z Unpacking libfile-dirlist-perl (0.05-3) ...
2025-08-20T22:05:15.4410572Z Selecting previously unselected package libfile-which-perl.
2025-08-20T22:05:15.4565807Z Preparing to unpack .../01-libfile-which-perl_1.27-2_all.deb ...
2025-08-20T22:05:15.4574824Z Unpacking libfile-which-perl (1.27-2) ...
2025-08-20T22:05:15.4811350Z Selecting previously unselected package libfile-homedir-perl.
2025-08-20T22:05:15.4972647Z Preparing to unpack .../02-libfile-homedir-perl_1.006-2_all.deb ...
2025-08-20T22:05:15.4981992Z Unpacking libfile-homedir-perl (1.006-2) ...
2025-08-20T22:05:15.5242935Z Selecting previously unselected package libfile-touch-perl.
2025-08-20T22:05:15.5396373Z Preparing to unpack .../03-libfile-touch-perl_0.12-2_all.deb ...
2025-08-20T22:05:15.5407258Z Unpacking libfile-touch-perl (0.12-2) ...
2025-08-20T22:05:15.5643026Z Selecting previously unselected package libclass-method-modifiers-perl.
2025-08-20T22:05:15.5792668Z Preparing to unpack .../04-libclass-method-modifiers-perl_2.15-1_all.deb ...
2025-08-20T22:05:15.5802634Z Unpacking libclass-method-modifiers-perl (2.15-1) ...
2025-08-20T22:05:15.6038994Z Selecting previously unselected package libclass-xsaccessor-perl.
2025-08-20T22:05:15.6193628Z Preparing to unpack .../05-libclass-xsaccessor-perl_1.19-4build4_amd64.deb ...
2025-08-20T22:05:15.6202602Z Unpacking libclass-xsaccessor-perl (1.19-4build4) ...
2025-08-20T22:05:15.6465460Z Selecting previously unselected package libb-hooks-op-check-perl:amd64.
2025-08-20T22:05:15.6622424Z Preparing to unpack .../06-libb-hooks-op-check-perl_0.22-3build1_amd64.deb ...
2025-08-20T22:05:15.6632347Z Unpacking libb-hooks-op-check-perl:amd64 (0.22-3build1) ...
2025-08-20T22:05:15.6895816Z Selecting previously unselected package libdynaloader-functions-perl.
2025-08-20T22:05:15.7058396Z Preparing to unpack .../07-libdynaloader-functions-perl_0.003-3_all.deb ...
2025-08-20T22:05:15.7068978Z Unpacking libdynaloader-functions-perl (0.003-3) ...
2025-08-20T22:05:15.7324089Z Selecting previously unselected package libdevel-callchecker-perl:amd64.
2025-08-20T22:05:15.7484173Z Preparing to unpack .../08-libdevel-callchecker-perl_0.008-2build3_amd64.deb ...
2025-08-20T22:05:15.7497001Z Unpacking libdevel-callchecker-perl:amd64 (0.008-2build3) ...
2025-08-20T22:05:15.7744493Z Selecting previously unselected package libparams-classify-perl:amd64.
2025-08-20T22:05:15.7902001Z Preparing to unpack .../09-libparams-classify-perl_0.015-2build5_amd64.deb ...
2025-08-20T22:05:15.7910914Z Unpacking libparams-classify-perl:amd64 (0.015-2build5) ...
2025-08-20T22:05:15.8154011Z Selecting previously unselected package libmodule-runtime-perl.
2025-08-20T22:05:15.8310628Z Preparing to unpack .../10-libmodule-runtime-perl_0.016-2_all.deb ...
2025-08-20T22:05:15.8321406Z Unpacking libmodule-runtime-perl (0.016-2) ...
2025-08-20T22:05:15.8565051Z Selecting previously unselected package libimport-into-perl.
2025-08-20T22:05:15.8720401Z Preparing to unpack .../11-libimport-into-perl_1.002005-2_all.deb ...
2025-08-20T22:05:15.8728837Z Unpacking libimport-into-perl (1.002005-2) ...
2025-08-20T22:05:15.8955406Z Selecting previously unselected package librole-tiny-perl.
2025-08-20T22:05:15.9109997Z Preparing to unpack .../12-librole-tiny-perl_2.002004-1_all.deb ...
2025-08-20T22:05:15.9119667Z Unpacking librole-tiny-perl (2.002004-1) ...
2025-08-20T22:05:15.9361710Z Selecting previously unselected package libsub-quote-perl.
2025-08-20T22:05:15.9507599Z Preparing to unpack .../13-libsub-quote-perl_2.006008-1ubuntu1_all.deb ...
2025-08-20T22:05:15.9514924Z Unpacking libsub-quote-perl (2.006008-1ubuntu1) ...
2025-08-20T22:05:15.9754685Z Selecting previously unselected package libmoo-perl.
2025-08-20T22:05:15.9906344Z Preparing to unpack .../14-libmoo-perl_2.005005-1_all.deb ...
2025-08-20T22:05:15.9915061Z Unpacking libmoo-perl (2.005005-1) ...
2025-08-20T22:05:16.0159011Z Selecting previously unselected package libfile-listing-perl.
2025-08-20T22:05:16.0304204Z Preparing to unpack .../15-libfile-listing-perl_6.16-1_all.deb ...
2025-08-20T22:05:16.0312655Z Unpacking libfile-listing-perl (6.16-1) ...
2025-08-20T22:05:16.0527496Z Selecting previously unselected package libhtml-tree-perl.
2025-08-20T22:05:16.0676109Z Preparing to unpack .../16-libhtml-tree-perl_5.07-3_all.deb ...
2025-08-20T22:05:16.0685214Z Unpacking libhtml-tree-perl (5.07-3) ...
2025-08-20T22:05:16.0961892Z Selecting previously unselected package libhttp-cookies-perl.
2025-08-20T22:05:16.1104033Z Preparing to unpack .../17-libhttp-cookies-perl_6.11-1_all.deb ...
2025-08-20T22:05:16.1112144Z Unpacking libhttp-cookies-perl (6.11-1) ...
2025-08-20T22:05:16.1329900Z Selecting previously unselected package libhttp-negotiate-perl.
2025-08-20T22:05:16.1472850Z Preparing to unpack .../18-libhttp-negotiate-perl_6.01-2_all.deb ...
2025-08-20T22:05:16.1480597Z Unpacking libhttp-negotiate-perl (6.01-2) ...
2025-08-20T22:05:16.1689416Z Selecting previously unselected package perl-openssl-defaults:amd64.
2025-08-20T22:05:16.1829935Z Preparing to unpack .../19-perl-openssl-defaults_7build3_amd64.deb ...
2025-08-20T22:05:16.1838152Z Unpacking perl-openssl-defaults:amd64 (7build3) ...
2025-08-20T22:05:16.2056601Z Selecting previously unselected package libnet-ssleay-perl:amd64.
2025-08-20T22:05:16.2196673Z Preparing to unpack .../20-libnet-ssleay-perl_1.94-1build4_amd64.deb ...
2025-08-20T22:05:16.2205072Z Unpacking libnet-ssleay-perl:amd64 (1.94-1build4) ...
2025-08-20T22:05:16.2631695Z Selecting previously unselected package libio-socket-ssl-perl.
2025-08-20T22:05:16.2775493Z Preparing to unpack .../21-libio-socket-ssl-perl_2.085-1_all.deb ...
2025-08-20T22:05:16.2785621Z Unpacking libio-socket-ssl-perl (2.085-1) ...
2025-08-20T22:05:16.3059062Z Selecting previously unselected package libnet-http-perl.
2025-08-20T22:05:16.3202168Z Preparing to unpack .../22-libnet-http-perl_6.23-1_all.deb ...
2025-08-20T22:05:16.3211910Z Unpacking libnet-http-perl (6.23-1) ...
2025-08-20T22:05:16.3440985Z Selecting previously unselected package liblwp-protocol-https-perl.
2025-08-20T22:05:16.3588887Z Preparing to unpack .../23-liblwp-protocol-https-perl_6.13-1_all.deb ...
2025-08-20T22:05:16.3596575Z Unpacking liblwp-protocol-https-perl (6.13-1) ...
2025-08-20T22:05:16.3811319Z Selecting previously unselected package libtry-tiny-perl.
2025-08-20T22:05:16.3953838Z Preparing to unpack .../24-libtry-tiny-perl_0.31-2_all.deb ...
2025-08-20T22:05:16.3961245Z Unpacking libtry-tiny-perl (0.31-2) ...
2025-08-20T22:05:16.4169235Z Selecting previously unselected package libwww-robotrules-perl.
2025-08-20T22:05:16.4316501Z Preparing to unpack .../25-libwww-robotrules-perl_6.02-1_all.deb ...
2025-08-20T22:05:16.4324797Z Unpacking libwww-robotrules-perl (6.02-1) ...
2025-08-20T22:05:16.4559609Z Selecting previously unselected package libwww-perl.
2025-08-20T22:05:16.4703700Z Preparing to unpack .../26-libwww-perl_6.76-1_all.deb ...
2025-08-20T22:05:16.4711292Z Unpacking libwww-perl (6.76-1) ...
2025-08-20T22:05:16.5021742Z Selecting previously unselected package patchutils.
2025-08-20T22:05:16.5169652Z Preparing to unpack .../27-patchutils_0.4.2-1build3_amd64.deb ...
2025-08-20T22:05:16.5178899Z Unpacking patchutils (0.4.2-1build3) ...
2025-08-20T22:05:16.5452514Z Selecting previously unselected package wdiff.
2025-08-20T22:05:16.5599195Z Preparing to unpack .../28-wdiff_1.2.2-6build1_amd64.deb ...
2025-08-20T22:05:16.5611650Z Unpacking wdiff (1.2.2-6build1) ...
2025-08-20T22:05:16.5866100Z Selecting previously unselected package devscripts.
2025-08-20T22:05:16.6018002Z Preparing to unpack .../29-devscripts_2.23.7_all.deb ...
2025-08-20T22:05:16.6218344Z Unpacking devscripts (2.23.7) ...
2025-08-20T22:05:16.7472757Z Setting up wdiff (1.2.2-6build1) ...
2025-08-20T22:05:16.7497744Z Setting up libhttp-negotiate-perl (6.01-2) ...
2025-08-20T22:05:16.7518061Z Setting up libfile-which-perl (1.27-2) ...
2025-08-20T22:05:16.7537835Z Setting up libfile-listing-perl (6.16-1) ...
2025-08-20T22:05:16.7557202Z Setting up libdynaloader-functions-perl (0.003-3) ...
2025-08-20T22:05:16.7578518Z Setting up libclass-method-modifiers-perl (2.15-1) ...
2025-08-20T22:05:16.7600676Z Setting up libhttp-cookies-perl (6.11-1) ...
2025-08-20T22:05:16.7622065Z Setting up libhtml-tree-perl (5.07-3) ...
2025-08-20T22:05:16.7642635Z Setting up libtry-tiny-perl (0.31-2) ...
2025-08-20T22:05:16.7663100Z Setting up perl-openssl-defaults:amd64 (7build3) ...
2025-08-20T22:05:16.7685866Z Setting up libnet-http-perl (6.23-1) ...
2025-08-20T22:05:16.7710492Z Setting up patchutils (0.4.2-1build3) ...
2025-08-20T22:05:16.7746522Z Setting up libb-hooks-op-check-perl:amd64 (0.22-3build1) ...
2025-08-20T22:05:16.7770615Z Setting up libwww-robotrules-perl (6.02-1) ...
2025-08-20T22:05:16.7791683Z Setting up librole-tiny-perl (2.002004-1) ...
2025-08-20T22:05:16.7813595Z Setting up libsub-quote-perl (2.006008-1ubuntu1) ...
2025-08-20T22:05:16.7834688Z Setting up libclass-xsaccessor-perl (1.19-4build4) ...
2025-08-20T22:05:16.7854760Z Setting up libfile-dirlist-perl (0.05-3) ...
2025-08-20T22:05:16.7875440Z Setting up libfile-homedir-perl (1.006-2) ...
2025-08-20T22:05:16.7899391Z Setting up libfile-touch-perl (0.12-2) ...
2025-08-20T22:05:16.7918673Z Setting up libnet-ssleay-perl:amd64 (1.94-1build4) ...
2025-08-20T22:05:16.7941430Z Setting up libdevel-callchecker-perl:amd64 (0.008-2build3) ...
2025-08-20T22:05:16.7961323Z Setting up libio-socket-ssl-perl (2.085-1) ...
2025-08-20T22:05:16.7982243Z Setting up libparams-classify-perl:amd64 (0.015-2build5) ...
2025-08-20T22:05:16.8005047Z Setting up libmodule-runtime-perl (0.016-2) ...
2025-08-20T22:05:16.8027361Z Setting up libimport-into-perl (1.002005-2) ...
2025-08-20T22:05:16.8048577Z Setting up libmoo-perl (2.005005-1) ...
2025-08-20T22:05:16.8082481Z Setting up libwww-perl (6.76-1) ...
2025-08-20T22:05:16.8115590Z Setting up devscripts (2.23.7) ...
2025-08-20T22:05:16.9360846Z Setting up liblwp-protocol-https-perl (6.13-1) ...
2025-08-20T22:05:16.9390013Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:05:21.6031898Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T22:05:23.6343449Z Reading package lists...
2025-08-20T22:05:23.8345474Z Building dependency tree...
2025-08-20T22:05:23.8354890Z Reading state information...
2025-08-20T22:05:24.0702813Z The following additional packages will be installed:
2025-08-20T22:05:24.0716549Z   cmake-data libjsoncpp25 librhash0
2025-08-20T22:05:24.0727125Z Suggested packages:
2025-08-20T22:05:24.0727581Z   cmake-doc cmake-format elpa-cmake-mode ninja-build
2025-08-20T22:05:24.0908043Z The following NEW packages will be installed:
2025-08-20T22:05:24.0920550Z   cmake cmake-data libjsoncpp25 librhash0
2025-08-20T22:05:24.1146443Z 0 upgraded, 4 newly installed, 0 to remove and 45 not upgraded.
2025-08-20T22:05:24.1147214Z Need to get 13.6 MB of archives.
2025-08-20T22:05:24.1147590Z After this operation, 49.1 MB of additional disk space will be used.
2025-08-20T22:05:24.1148014Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T22:05:24.1605532Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libjsoncpp25 amd64 1.9.5-6build1 [82.8 kB]
2025-08-20T22:05:24.1907900Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 librhash0 amd64 1.4.3-3build1 [129 kB]
2025-08-20T22:05:24.2215938Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 cmake-data all 3.28.3-1build7 [2155 kB]
2025-08-20T22:05:24.3172265Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 cmake amd64 3.28.3-1build7 [11.2 MB]
2025-08-20T22:05:24.7908219Z Fetched 13.6 MB in 0s (33.7 MB/s)
2025-08-20T22:05:24.8098894Z Selecting previously unselected package libjsoncpp25:amd64.
2025-08-20T22:05:24.8156351Z (Reading database ... 
2025-08-20T22:05:24.8157033Z (Reading database ... 5%
2025-08-20T22:05:24.8157483Z (Reading database ... 10%
2025-08-20T22:05:24.8157899Z (Reading database ... 15%
2025-08-20T22:05:24.8158320Z (Reading database ... 20%
2025-08-20T22:05:24.8158736Z (Reading database ... 25%
2025-08-20T22:05:24.8159156Z (Reading database ... 30%
2025-08-20T22:05:24.8159870Z (Reading database ... 35%
2025-08-20T22:05:24.8160296Z (Reading database ... 40%
2025-08-20T22:05:24.8160701Z (Reading database ... 45%
2025-08-20T22:05:24.8161119Z (Reading database ... 50%
2025-08-20T22:05:24.8245497Z (Reading database ... 55%
2025-08-20T22:05:24.8282273Z (Reading database ... 60%
2025-08-20T22:05:24.8304882Z (Reading database ... 65%
2025-08-20T22:05:24.8348920Z (Reading database ... 70%
2025-08-20T22:05:24.8374382Z (Reading database ... 75%
2025-08-20T22:05:24.8402087Z (Reading database ... 80%
2025-08-20T22:05:24.8563443Z (Reading database ... 85%
2025-08-20T22:05:24.8867953Z (Reading database ... 90%
2025-08-20T22:05:24.8949433Z (Reading database ... 95%
2025-08-20T22:05:24.8950147Z (Reading database ... 100%
2025-08-20T22:05:24.8950823Z (Reading database ... 223948 files and directories currently installed.)
2025-08-20T22:05:24.8997118Z Preparing to unpack .../libjsoncpp25_1.9.5-6build1_amd64.deb ...
2025-08-20T22:05:24.9014511Z Unpacking libjsoncpp25:amd64 (1.9.5-6build1) ...
2025-08-20T22:05:24.9252686Z Selecting previously unselected package librhash0:amd64.
2025-08-20T22:05:24.9394779Z Preparing to unpack .../librhash0_1.4.3-3build1_amd64.deb ...
2025-08-20T22:05:24.9403669Z Unpacking librhash0:amd64 (1.4.3-3build1) ...
2025-08-20T22:05:24.9656916Z Selecting previously unselected package cmake-data.
2025-08-20T22:05:24.9798708Z Preparing to unpack .../cmake-data_3.28.3-1build7_all.deb ...
2025-08-20T22:05:24.9867231Z Unpacking cmake-data (3.28.3-1build7) ...
2025-08-20T22:05:25.5790193Z Selecting previously unselected package cmake.
2025-08-20T22:05:25.5951477Z Preparing to unpack .../cmake_3.28.3-1build7_amd64.deb ...
2025-08-20T22:05:25.5961486Z Unpacking cmake (3.28.3-1build7) ...
2025-08-20T22:05:25.7997475Z Setting up libjsoncpp25:amd64 (1.9.5-6build1) ...
2025-08-20T22:05:25.8019921Z Setting up librhash0:amd64 (1.4.3-3build1) ...
2025-08-20T22:05:25.8042467Z Setting up cmake-data (3.28.3-1build7) ...
2025-08-20T22:05:25.8107091Z Setting up cmake (3.28.3-1build7) ...
2025-08-20T22:05:25.8136144Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:05:29.9828182Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T22:05:30.5661819Z 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:05:30.5663443Z Running kernel seems to be up-to-date.
2025-08-20T22:05:30.5663754Z 
2025-08-20T22:05:30.5663899Z Restarting services...
2025-08-20T22:05:30.5725614Z 
2025-08-20T22:05:30.5725966Z Service restarts being deferred:
2025-08-20T22:05:30.5726501Z  systemctl restart hosted-compute-agent.service
2025-08-20T22:05:30.5727081Z 
2025-08-20T22:05:30.5727268Z No containers need to be restarted.
2025-08-20T22:05:30.5727564Z 
2025-08-20T22:05:30.5727764Z No user sessions are running outdated binaries.
2025-08-20T22:05:30.5728096Z 
2025-08-20T22:05:30.5728421Z No VM guests are running outdated hypervisor (qemu) binaries on this host.
2025-08-20T22:05:31.7826271Z Reading package lists...
2025-08-20T22:05:31.9911119Z Building dependency tree...
2025-08-20T22:05:31.9919432Z Reading state information...
2025-08-20T22:05:32.2497973Z aria2 is already the newest version (1.37.0+debian-1build3).
2025-08-20T22:05:32.2498764Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T22:05:32.2499400Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-20T22:05:32.2499987Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T22:05:32.2500622Z b3sum is already the newest version (1.2.0-1).
2025-08-20T22:05:32.2514870Z build-essential is already the newest version (12.10ubuntu1).
2025-08-20T22:05:32.2515840Z ca-certificates is already the newest version (20240203).
2025-08-20T22:05:32.2516453Z ccache is already the newest version (4.9.1-1).
2025-08-20T22:05:32.2517228Z diffutils is already the newest version (1:3.10-1build1).
2025-08-20T22:05:32.2517937Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T22:05:32.2518306Z gawk is already the newest version (1:5.2.1-2build3).
2025-08-20T22:05:32.2518657Z git-lfs is already the newest version (3.7.0).
2025-08-20T22:05:32.2519056Z imagemagick is already the newest version (8:6.9.12.98+dfsg1-5.2build2).
2025-08-20T22:05:32.2519481Z lzip is already the newest version (1.24.1-1build1).
2025-08-20T22:05:32.2519849Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T22:05:32.2520256Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T22:05:32.2520860Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-20T22:05:32.2521422Z make is already the newest version (4.3-4.1build2).
2025-08-20T22:05:32.2521963Z musl is already the newest version (1.2.4-2).
2025-08-20T22:05:32.2522487Z musl-dev is already the newest version (1.2.4-2).
2025-08-20T22:05:32.2523006Z musl-tools is already the newest version (1.2.4-2).
2025-08-20T22:05:32.2523540Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-20T22:05:32.2524218Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-20T22:05:32.2524815Z texinfo is already the newest version (7.1-3build2).
2025-08-20T22:05:32.2525409Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T22:05:32.2526075Z 0 upgraded, 0 newly installed, 0 to remove and 45 not upgraded.
2025-08-20T22:05:32.2745805Z Reading package lists...
2025-08-20T22:05:32.4873009Z Building dependency tree...
2025-08-20T22:05:32.4881489Z Reading state information...
2025-08-20T22:05:32.6965856Z autoconf is already the newest version (2.71-3).
2025-08-20T22:05:32.6966666Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T22:05:32.6967572Z autopoint is already the newest version (0.21-14ubuntu2).
2025-08-20T22:05:32.6968059Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T22:05:32.6968538Z bison is already the newest version (2:3.8.2+dfsg-1build2).
2025-08-20T22:05:32.6969067Z build-essential is already the newest version (12.10ubuntu1).
2025-08-20T22:05:32.6969827Z byacc is already the newest version (1:2.0.20221106-1).
2025-08-20T22:05:32.6970299Z ca-certificates is already the newest version (20240203).
2025-08-20T22:05:32.6970771Z clang is already the newest version (1:18.0-59~exp2).
2025-08-20T22:05:32.6971212Z flex is already the newest version (2.6.4-8.2build1).
2025-08-20T22:05:32.6971637Z file is already the newest version (1:5.45-3build1).
2025-08-20T22:05:32.6972077Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T22:05:32.6972538Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T22:05:32.6972999Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-20T22:05:32.6973454Z patch is already the newest version (2.7.6-7build3).
2025-08-20T22:05:32.6973916Z patchelf is already the newest version (0.18.0-1.1build1).
2025-08-20T22:05:32.6974389Z pkg-config is already the newest version (1.8.1-2build1).
2025-08-20T22:05:32.6975062Z qemu-user-static is already the newest version (1:8.2.2+ds-0ubuntu1.9).
2025-08-20T22:05:32.6975737Z scons is already the newest version (4.5.2+dfsg-1).
2025-08-20T22:05:32.6976335Z tree is already the newest version (2.1.1-2ubuntu3).
2025-08-20T22:05:32.6977025Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T22:05:32.6977557Z 0 upgraded, 0 newly installed, 0 to remove and 45 not upgraded.
2025-08-20T22:05:32.7207088Z Reading package lists...
2025-08-20T22:05:32.9409039Z Building dependency tree...
2025-08-20T22:05:32.9417648Z Reading state information...
2025-08-20T22:05:33.2226381Z devscripts is already the newest version (2.23.7).
2025-08-20T22:05:33.2227054Z 0 upgraded, 0 newly installed, 0 to remove and 45 not upgraded.
2025-08-20T22:05:33.2480862Z Reading package lists...
2025-08-20T22:05:33.5032681Z Building dependency tree...
2025-08-20T22:05:33.5041770Z Reading state information...
2025-08-20T22:05:33.9483625Z cmake is already the newest version (3.28.3-1build7).
2025-08-20T22:05:33.9484654Z 0 upgraded, 0 newly installed, 0 to remove and 45 not upgraded.
2025-08-20T22:05:33.9763526Z Reading package lists...
2025-08-20T22:05:34.2522473Z Building dependency tree...
2025-08-20T22:05:34.2531842Z Reading state information...
2025-08-20T22:05:34.6169772Z Suggested packages:
2025-08-20T22:05:34.6170161Z   binutils-doc
2025-08-20T22:05:34.6459690Z The following NEW packages will be installed:
2025-08-20T22:05:34.6470714Z   binutils-aarch64-linux-gnu
2025-08-20T22:05:34.6709286Z 0 upgraded, 1 newly installed, 0 to remove and 45 not upgraded.
2025-08-20T22:05:34.6959358Z Need to get 3711 kB of archives.
2025-08-20T22:05:34.6959785Z After this operation, 21.0 MB of additional disk space will be used.
2025-08-20T22:05:34.6960187Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T22:05:34.7532481Z 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:05:35.1601319Z Fetched 3711 kB in 0s (19.9 MB/s)
2025-08-20T22:05:35.1794226Z Selecting previously unselected package binutils-aarch64-linux-gnu.
2025-08-20T22:05:35.1850862Z (Reading database ... 
2025-08-20T22:05:35.1851787Z (Reading database ... 5%
2025-08-20T22:05:35.1852277Z (Reading database ... 10%
2025-08-20T22:05:35.1852716Z (Reading database ... 15%
2025-08-20T22:05:35.1853042Z (Reading database ... 20%
2025-08-20T22:05:35.1853346Z (Reading database ... 25%
2025-08-20T22:05:35.1853635Z (Reading database ... 30%
2025-08-20T22:05:35.1853924Z (Reading database ... 35%
2025-08-20T22:05:35.1854208Z (Reading database ... 40%
2025-08-20T22:05:35.1854491Z (Reading database ... 45%
2025-08-20T22:05:35.1854773Z (Reading database ... 50%
2025-08-20T22:05:35.1937558Z (Reading database ... 55%
2025-08-20T22:05:35.1973296Z (Reading database ... 60%
2025-08-20T22:05:35.1994553Z (Reading database ... 65%
2025-08-20T22:05:35.2035800Z (Reading database ... 70%
2025-08-20T22:05:35.2059826Z (Reading database ... 75%
2025-08-20T22:05:35.2094051Z (Reading database ... 80%
2025-08-20T22:05:35.2252230Z (Reading database ... 85%
2025-08-20T22:05:35.2554812Z (Reading database ... 90%
2025-08-20T22:05:35.2646264Z (Reading database ... 95%
2025-08-20T22:05:35.2647054Z (Reading database ... 100%
2025-08-20T22:05:35.2647743Z (Reading database ... 227357 files and directories currently installed.)
2025-08-20T22:05:35.2696257Z Preparing to unpack .../binutils-aarch64-linux-gnu_2.42-4ubuntu2.5_amd64.deb ...
2025-08-20T22:05:35.2712847Z Unpacking binutils-aarch64-linux-gnu (2.42-4ubuntu2.5) ...
2025-08-20T22:05:35.4431238Z Setting up binutils-aarch64-linux-gnu (2.42-4ubuntu2.5) ...
2025-08-20T22:05:35.4454836Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T22:05:35.4596264Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:05:41.3280725Z Reading package lists...
2025-08-20T22:05:41.5691278Z Building dependency tree...
2025-08-20T22:05:41.5700104Z Reading state information...
2025-08-20T22:05:41.8560634Z qemu-user-static is already the newest version (1:8.2.2+ds-0ubuntu1.9).
2025-08-20T22:05:41.8561593Z The following additional packages will be installed:
2025-08-20T22:05:41.8562460Z   binutils-arm-linux-gnueabi binutils-arm-linux-gnueabihf
2025-08-20T22:05:41.8563530Z   cpp-13-aarch64-linux-gnu cpp-13-arm-linux-gnueabi cpp-13-arm-linux-gnueabihf
2025-08-20T22:05:41.8564664Z   cpp-aarch64-linux-gnu cpp-arm-linux-gnueabi cpp-arm-linux-gnueabihf
2025-08-20T22:05:41.8565760Z   g++-13-aarch64-linux-gnu g++-13-arm-linux-gnueabi g++-13-arm-linux-gnueabihf
2025-08-20T22:05:41.8566966Z   gcc-13-aarch64-linux-gnu gcc-13-aarch64-linux-gnu-base
2025-08-20T22:05:41.8567734Z   gcc-13-arm-linux-gnueabi gcc-13-arm-linux-gnueabi-base
2025-08-20T22:05:41.8568731Z   gcc-13-arm-linux-gnueabihf gcc-13-arm-linux-gnueabihf-base gcc-13-cross-base
2025-08-20T22:05:41.8569845Z   gcc-13-cross-base-ports gcc-14-cross-base gcc-14-cross-base-ports
2025-08-20T22:05:41.8570881Z   gcc-aarch64-linux-gnu gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf
2025-08-20T22:05:41.8572147Z   libasan8-arm64-cross libasan8-armel-cross libasan8-armhf-cross
2025-08-20T22:05:41.8572797Z   libatomic1-arm64-cross libatomic1-armel-cross libatomic1-armhf-cross
2025-08-20T22:05:41.8573497Z   libc6-arm64-cross libc6-armel-cross libc6-armhf-cross libc6-dev-arm64-cross
2025-08-20T22:05:41.8574439Z   libc6-dev-armel-cross libc6-dev-armhf-cross libgcc-13-dev-arm64-cross
2025-08-20T22:05:41.8575038Z   libgcc-13-dev-armel-cross libgcc-13-dev-armhf-cross libgcc-s1-arm64-cross
2025-08-20T22:05:41.8575494Z   libgcc-s1-armel-cross libgcc-s1-armhf-cross libgomp1-arm64-cross
2025-08-20T22:05:41.8575909Z   libgomp1-armel-cross libgomp1-armhf-cross libhwasan0-arm64-cross
2025-08-20T22:05:41.8576341Z   libitm1-arm64-cross liblsan0-arm64-cross libstdc++-13-dev-arm64-cross
2025-08-20T22:05:41.8576892Z   libstdc++-13-dev-armel-cross libstdc++-13-dev-armhf-cross
2025-08-20T22:05:41.8577303Z   libstdc++6-arm64-cross libstdc++6-armel-cross libstdc++6-armhf-cross
2025-08-20T22:05:41.8577720Z   libtsan2-arm64-cross libubsan1-arm64-cross libubsan1-armel-cross
2025-08-20T22:05:41.8578174Z   libubsan1-armhf-cross linux-libc-dev-arm64-cross linux-libc-dev-armel-cross
2025-08-20T22:05:41.8578567Z   linux-libc-dev-armhf-cross
2025-08-20T22:05:41.8584483Z Suggested packages:
2025-08-20T22:05:41.8584904Z   binutils-doc gcc-13-locales cpp-13-doc cpp-doc gcc-13-doc manpages-dev
2025-08-20T22:05:41.8585385Z   gdb-aarch64-linux-gnu gcc-doc gdb-arm-linux-gnueabi gdb-arm-linux-gnueabihf
2025-08-20T22:05:41.9178182Z The following NEW packages will be installed:
2025-08-20T22:05:41.9178975Z   binutils-arm-linux-gnueabi binutils-arm-linux-gnueabihf
2025-08-20T22:05:41.9179913Z   cpp-13-aarch64-linux-gnu cpp-13-arm-linux-gnueabi cpp-13-arm-linux-gnueabihf
2025-08-20T22:05:41.9181009Z   cpp-aarch64-linux-gnu cpp-arm-linux-gnueabi cpp-arm-linux-gnueabihf
2025-08-20T22:05:41.9181937Z   g++-13-aarch64-linux-gnu g++-13-arm-linux-gnueabi g++-13-arm-linux-gnueabihf
2025-08-20T22:05:41.9182848Z   g++-aarch64-linux-gnu g++-arm-linux-gnueabi g++-arm-linux-gnueabihf
2025-08-20T22:05:41.9184228Z   gcc-13-aarch64-linux-gnu gcc-13-aarch64-linux-gnu-base
2025-08-20T22:05:41.9185103Z   gcc-13-arm-linux-gnueabi gcc-13-arm-linux-gnueabi-base
2025-08-20T22:05:41.9186201Z   gcc-13-arm-linux-gnueabihf gcc-13-arm-linux-gnueabihf-base gcc-13-cross-base
2025-08-20T22:05:41.9187526Z   gcc-13-cross-base-ports gcc-14-cross-base gcc-14-cross-base-ports
2025-08-20T22:05:41.9188553Z   gcc-aarch64-linux-gnu gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf
2025-08-20T22:05:41.9189576Z   libasan8-arm64-cross libasan8-armel-cross libasan8-armhf-cross
2025-08-20T22:05:41.9190615Z   libatomic1-arm64-cross libatomic1-armel-cross libatomic1-armhf-cross
2025-08-20T22:05:41.9191734Z   libc6-arm64-cross libc6-armel-cross libc6-armhf-cross libc6-dev-arm64-cross
2025-08-20T22:05:41.9192856Z   libc6-dev-armel-cross libc6-dev-armhf-cross libgcc-13-dev-arm64-cross
2025-08-20T22:05:41.9193966Z   libgcc-13-dev-armel-cross libgcc-13-dev-armhf-cross libgcc-s1-arm64-cross
2025-08-20T22:05:41.9195042Z   libgcc-s1-armel-cross libgcc-s1-armhf-cross libgomp1-arm64-cross
2025-08-20T22:05:41.9196085Z   libgomp1-armel-cross libgomp1-armhf-cross libhwasan0-arm64-cross
2025-08-20T22:05:41.9197073Z   libitm1-arm64-cross liblsan0-arm64-cross libstdc++-13-dev-arm64-cross
2025-08-20T22:05:41.9197726Z   libstdc++-13-dev-armel-cross libstdc++-13-dev-armhf-cross
2025-08-20T22:05:41.9198147Z   libstdc++6-arm64-cross libstdc++6-armel-cross libstdc++6-armhf-cross
2025-08-20T22:05:41.9198582Z   libtsan2-arm64-cross libubsan1-arm64-cross libubsan1-armel-cross
2025-08-20T22:05:41.9199042Z   libubsan1-armhf-cross linux-libc-dev-arm64-cross linux-libc-dev-armel-cross
2025-08-20T22:05:41.9199441Z   linux-libc-dev-armhf-cross
2025-08-20T22:05:41.9485021Z 0 upgraded, 64 newly installed, 0 to remove and 45 not upgraded.
2025-08-20T22:05:41.9485652Z Need to get 171 MB of archives.
2025-08-20T22:05:41.9486164Z After this operation, 599 MB of additional disk space will be used.
2025-08-20T22:05:41.9487060Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T22:05:41.9976983Z 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:05:42.0305348Z 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:05:42.2447392Z 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:05:42.2737370Z 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:05:42.5221720Z 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:05:42.5526078Z 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:05:42.8550443Z 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:05:42.8838394Z 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:05:42.9137696Z 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:05:42.9437371Z 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:05:42.9730459Z 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:05:43.0032266Z Get:13 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libc6-arm64-cross all 2.39-0ubuntu8cross1 [1197 kB]
2025-08-20T22:05:43.0719640Z 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:05:43.1028307Z 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:05:43.1337263Z 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:05:43.1628911Z 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:05:43.2341751Z 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:05:43.2975431Z 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:05:43.3303926Z 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:05:43.3850443Z 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:05:43.4432756Z 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:05:43.4743381Z 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:05:43.5067276Z 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:05:43.6286389Z 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:05:43.9803802Z 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:05:44.0588872Z Get:27 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libc6-dev-arm64-cross all 2.39-0ubuntu8cross1 [1629 kB]
2025-08-20T22:05:44.1485021Z 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:05:44.2611369Z 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:05:44.5100721Z 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:05:44.6381251Z 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:05:44.6674215Z 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:05:44.6966545Z Get:33 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libc6-armel-cross all 2.39-0ubuntu8cross1 [1046 kB]
2025-08-20T22:05:44.7582462Z 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:05:44.8316575Z 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:05:44.8614157Z 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:05:44.8908730Z 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:05:45.0057066Z 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:05:45.0656031Z 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:05:45.1485939Z 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:05:45.2105219Z 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:05:45.5803671Z 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:05:45.6428778Z Get:43 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libc6-dev-armel-cross all 2.39-0ubuntu8cross1 [1459 kB]
2025-08-20T22:05:45.7161645Z 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:05:45.7953633Z 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:05:45.9779690Z 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:05:46.0827696Z Get:47 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libc6-armhf-cross all 2.39-0ubuntu8cross1 [1320 kB]
2025-08-20T22:05:46.1444340Z 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:05:46.1732933Z 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:05:46.2028850Z 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:05:46.2316116Z 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:05:46.3668321Z 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:05:46.4016217Z 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:05:46.4619042Z 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:05:46.5189888Z 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:05:46.8216631Z 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:05:46.9069740Z Get:57 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libc6-dev-armhf-cross all 2.39-0ubuntu8cross1 [1387 kB]
2025-08-20T22:05:47.0078378Z 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:05:47.1212477Z 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:05:47.3826187Z 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:05:47.4111928Z 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:05:47.4397794Z 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:05:47.4687594Z 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:05:47.4979933Z 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:05:47.5294332Z 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:05:47.8792384Z Fetched 171 MB in 6s (30.5 MB/s)
2025-08-20T22:05:47.9007530Z Selecting previously unselected package gcc-13-aarch64-linux-gnu-base:amd64.
2025-08-20T22:05:47.9066552Z (Reading database ... 
2025-08-20T22:05:47.9067153Z (Reading database ... 5%
2025-08-20T22:05:47.9067597Z (Reading database ... 10%
2025-08-20T22:05:47.9068039Z (Reading database ... 15%
2025-08-20T22:05:47.9068421Z (Reading database ... 20%
2025-08-20T22:05:47.9068696Z (Reading database ... 25%
2025-08-20T22:05:47.9068963Z (Reading database ... 30%
2025-08-20T22:05:47.9069229Z (Reading database ... 35%
2025-08-20T22:05:47.9069489Z (Reading database ... 40%
2025-08-20T22:05:47.9069757Z (Reading database ... 45%
2025-08-20T22:05:47.9070026Z (Reading database ... 50%
2025-08-20T22:05:47.9160973Z (Reading database ... 55%
2025-08-20T22:05:47.9199063Z (Reading database ... 60%
2025-08-20T22:05:47.9222198Z (Reading database ... 65%
2025-08-20T22:05:47.9266226Z (Reading database ... 70%
2025-08-20T22:05:47.9290451Z (Reading database ... 75%
2025-08-20T22:05:47.9325229Z (Reading database ... 80%
2025-08-20T22:05:47.9485412Z (Reading database ... 85%
2025-08-20T22:05:47.9796079Z (Reading database ... 90%
2025-08-20T22:05:47.9876608Z (Reading database ... 95%
2025-08-20T22:05:47.9877280Z (Reading database ... 100%
2025-08-20T22:05:47.9877914Z (Reading database ... 227701 files and directories currently installed.)
2025-08-20T22:05:47.9925942Z Preparing to unpack .../00-gcc-13-aarch64-linux-gnu-base_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T22:05:47.9935685Z Unpacking gcc-13-aarch64-linux-gnu-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:05:48.0145528Z Selecting previously unselected package cpp-13-aarch64-linux-gnu.
2025-08-20T22:05:48.0290971Z Preparing to unpack .../01-cpp-13-aarch64-linux-gnu_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T22:05:48.0325522Z Unpacking cpp-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:05:48.1915555Z Selecting previously unselected package gcc-13-arm-linux-gnueabi-base:amd64.
2025-08-20T22:05:48.2063410Z Preparing to unpack .../02-gcc-13-arm-linux-gnueabi-base_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T22:05:48.2071362Z Unpacking gcc-13-arm-linux-gnueabi-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:05:48.2295242Z Selecting previously unselected package cpp-13-arm-linux-gnueabi.
2025-08-20T22:05:48.2447169Z Preparing to unpack .../03-cpp-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T22:05:48.2482670Z Unpacking cpp-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:05:48.3980214Z Selecting previously unselected package gcc-13-arm-linux-gnueabihf-base:amd64.
2025-08-20T22:05:48.4124878Z Preparing to unpack .../04-gcc-13-arm-linux-gnueabihf-base_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T22:05:48.4132636Z Unpacking gcc-13-arm-linux-gnueabihf-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:05:48.4359776Z Selecting previously unselected package cpp-13-arm-linux-gnueabihf.
2025-08-20T22:05:48.4513787Z Preparing to unpack .../05-cpp-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T22:05:48.4548026Z Unpacking cpp-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:05:48.5912010Z Selecting previously unselected package cpp-aarch64-linux-gnu.
2025-08-20T22:05:48.6061090Z Preparing to unpack .../06-cpp-aarch64-linux-gnu_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-20T22:05:48.6069573Z Unpacking cpp-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-20T22:05:48.6280597Z Selecting previously unselected package cpp-arm-linux-gnueabi.
2025-08-20T22:05:48.6429971Z Preparing to unpack .../07-cpp-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_amd64.deb ...
2025-08-20T22:05:48.6437748Z Unpacking cpp-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T22:05:48.6651827Z Selecting previously unselected package cpp-arm-linux-gnueabihf.
2025-08-20T22:05:48.6794065Z Preparing to unpack .../08-cpp-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-20T22:05:48.6803222Z Unpacking cpp-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T22:05:48.7010076Z Selecting previously unselected package gcc-13-cross-base.
2025-08-20T22:05:48.7155572Z Preparing to unpack .../09-gcc-13-cross-base_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:05:48.7163490Z Unpacking gcc-13-cross-base (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:05:48.7382502Z Selecting previously unselected package gcc-14-cross-base.
2025-08-20T22:05:48.7532994Z Preparing to unpack .../10-gcc-14-cross-base_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:05:48.7544852Z Unpacking gcc-14-cross-base (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:05:48.7770854Z Selecting previously unselected package libc6-arm64-cross.
2025-08-20T22:05:48.7916860Z Preparing to unpack .../11-libc6-arm64-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T22:05:48.7925683Z Unpacking libc6-arm64-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:05:48.8315285Z Selecting previously unselected package libgcc-s1-arm64-cross.
2025-08-20T22:05:48.8464530Z Preparing to unpack .../12-libgcc-s1-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:05:48.8474308Z Unpacking libgcc-s1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:05:48.8704855Z Selecting previously unselected package libgomp1-arm64-cross.
2025-08-20T22:05:48.8858128Z Preparing to unpack .../13-libgomp1-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:05:48.8867891Z Unpacking libgomp1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:05:48.9115177Z Selecting previously unselected package libitm1-arm64-cross.
2025-08-20T22:05:48.9268087Z Preparing to unpack .../14-libitm1-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:05:48.9277869Z Unpacking libitm1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:05:48.9508649Z Selecting previously unselected package libatomic1-arm64-cross.
2025-08-20T22:05:48.9667154Z Preparing to unpack .../15-libatomic1-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:05:48.9679398Z Unpacking libatomic1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:05:48.9911964Z Selecting previously unselected package libasan8-arm64-cross.
2025-08-20T22:05:49.0066488Z Preparing to unpack .../16-libasan8-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:05:49.0074729Z Unpacking libasan8-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:05:49.0406502Z Selecting previously unselected package liblsan0-arm64-cross.
2025-08-20T22:05:49.0562870Z Preparing to unpack .../17-liblsan0-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:05:49.0570912Z Unpacking liblsan0-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:05:49.0843834Z Selecting previously unselected package libtsan2-arm64-cross.
2025-08-20T22:05:49.0999567Z Preparing to unpack .../18-libtsan2-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:05:49.1008252Z Unpacking libtsan2-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:05:49.1331319Z Selecting previously unselected package libstdc++6-arm64-cross.
2025-08-20T22:05:49.1478935Z Preparing to unpack .../19-libstdc++6-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:05:49.1487825Z Unpacking libstdc++6-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:05:49.1860419Z Selecting previously unselected package libubsan1-arm64-cross.
2025-08-20T22:05:49.2011142Z Preparing to unpack .../20-libubsan1-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:05:49.2019621Z Unpacking libubsan1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:05:49.2275965Z Selecting previously unselected package libhwasan0-arm64-cross.
2025-08-20T22:05:49.2422886Z Preparing to unpack .../21-libhwasan0-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:05:49.2432107Z Unpacking libhwasan0-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:05:49.2719736Z Selecting previously unselected package libgcc-13-dev-arm64-cross.
2025-08-20T22:05:49.2864034Z Preparing to unpack .../22-libgcc-13-dev-arm64-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:05:49.2871928Z Unpacking libgcc-13-dev-arm64-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:05:49.3853899Z Selecting previously unselected package gcc-13-aarch64-linux-gnu.
2025-08-20T22:05:49.3997693Z Preparing to unpack .../23-gcc-13-aarch64-linux-gnu_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T22:05:49.4031988Z Unpacking gcc-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:05:49.6882659Z Selecting previously unselected package linux-libc-dev-arm64-cross.
2025-08-20T22:05:49.7027130Z Preparing to unpack .../24-linux-libc-dev-arm64-cross_6.8.0-25.25cross1_all.deb ...
2025-08-20T22:05:49.7036073Z Unpacking linux-libc-dev-arm64-cross (6.8.0-25.25cross1) ...
2025-08-20T22:05:49.9233514Z Selecting previously unselected package libc6-dev-arm64-cross.
2025-08-20T22:05:49.9389705Z Preparing to unpack .../25-libc6-dev-arm64-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T22:05:49.9400190Z Unpacking libc6-dev-arm64-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:05:50.0627838Z Selecting previously unselected package libstdc++-13-dev-arm64-cross.
2025-08-20T22:05:50.0773173Z Preparing to unpack .../26-libstdc++-13-dev-arm64-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:05:50.0781713Z Unpacking libstdc++-13-dev-arm64-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:05:50.3023751Z Selecting previously unselected package g++-13-aarch64-linux-gnu.
2025-08-20T22:05:50.3173131Z Preparing to unpack .../27-g++-13-aarch64-linux-gnu_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T22:05:50.3207145Z Unpacking g++-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:05:50.4875935Z Selecting previously unselected package binutils-arm-linux-gnueabi.
2025-08-20T22:05:50.5029729Z Preparing to unpack .../28-binutils-arm-linux-gnueabi_2.42-4ubuntu2.5_amd64.deb ...
2025-08-20T22:05:50.5047260Z Unpacking binutils-arm-linux-gnueabi (2.42-4ubuntu2.5) ...
2025-08-20T22:05:50.5992416Z Selecting previously unselected package gcc-13-cross-base-ports.
2025-08-20T22:05:50.6144912Z Preparing to unpack .../29-gcc-13-cross-base-ports_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:05:50.6154832Z Unpacking gcc-13-cross-base-ports (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:05:50.6372632Z Selecting previously unselected package gcc-14-cross-base-ports.
2025-08-20T22:05:50.6523608Z Preparing to unpack .../30-gcc-14-cross-base-ports_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:05:50.6533131Z Unpacking gcc-14-cross-base-ports (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:05:50.6760228Z Selecting previously unselected package libc6-armel-cross.
2025-08-20T22:05:50.6909020Z Preparing to unpack .../31-libc6-armel-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T22:05:50.6918964Z Unpacking libc6-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:05:50.7292608Z Selecting previously unselected package libgcc-s1-armel-cross.
2025-08-20T22:05:50.7440891Z Preparing to unpack .../32-libgcc-s1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:05:50.7449866Z Unpacking libgcc-s1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:05:50.7692774Z Selecting previously unselected package libgomp1-armel-cross.
2025-08-20T22:05:50.7854412Z Preparing to unpack .../33-libgomp1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:05:50.7863316Z Unpacking libgomp1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:05:50.8105238Z Selecting previously unselected package libatomic1-armel-cross.
2025-08-20T22:05:50.8253925Z Preparing to unpack .../34-libatomic1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:05:50.8264464Z Unpacking libatomic1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:05:50.8488426Z Selecting previously unselected package libasan8-armel-cross.
2025-08-20T22:05:50.8641301Z Preparing to unpack .../35-libasan8-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:05:50.8650017Z Unpacking libasan8-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:05:50.9307862Z Selecting previously unselected package libstdc++6-armel-cross.
2025-08-20T22:05:50.9459793Z Preparing to unpack .../36-libstdc++6-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:05:50.9468362Z Unpacking libstdc++6-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:05:50.9792643Z Selecting previously unselected package libubsan1-armel-cross.
2025-08-20T22:05:50.9943922Z Preparing to unpack .../37-libubsan1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:05:50.9967137Z Unpacking libubsan1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:05:51.0335121Z Selecting previously unselected package libgcc-13-dev-armel-cross.
2025-08-20T22:05:51.0487297Z Preparing to unpack .../38-libgcc-13-dev-armel-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:05:51.0497018Z Unpacking libgcc-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:05:51.1061144Z Selecting previously unselected package gcc-13-arm-linux-gnueabi.
2025-08-20T22:05:51.1212263Z Preparing to unpack .../39-gcc-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T22:05:51.1246874Z Unpacking gcc-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:05:51.4057622Z Selecting previously unselected package linux-libc-dev-armel-cross.
2025-08-20T22:05:51.4210403Z Preparing to unpack .../40-linux-libc-dev-armel-cross_6.8.0-25.25cross1_all.deb ...
2025-08-20T22:05:51.4220583Z Unpacking linux-libc-dev-armel-cross (6.8.0-25.25cross1) ...
2025-08-20T22:05:51.6184291Z Selecting previously unselected package libc6-dev-armel-cross.
2025-08-20T22:05:51.6339885Z Preparing to unpack .../41-libc6-dev-armel-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T22:05:51.6349005Z Unpacking libc6-dev-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:05:51.7626467Z Selecting previously unselected package libstdc++-13-dev-armel-cross.
2025-08-20T22:05:51.7785590Z Preparing to unpack .../42-libstdc++-13-dev-armel-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:05:51.7794648Z Unpacking libstdc++-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:05:52.0032542Z Selecting previously unselected package g++-13-arm-linux-gnueabi.
2025-08-20T22:05:52.0199956Z Preparing to unpack .../43-g++-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T22:05:52.0235746Z Unpacking g++-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:05:52.1909728Z Selecting previously unselected package binutils-arm-linux-gnueabihf.
2025-08-20T22:05:52.2068203Z Preparing to unpack .../44-binutils-arm-linux-gnueabihf_2.42-4ubuntu2.5_amd64.deb ...
2025-08-20T22:05:52.2078039Z Unpacking binutils-arm-linux-gnueabihf (2.42-4ubuntu2.5) ...
2025-08-20T22:05:52.3068451Z Selecting previously unselected package libc6-armhf-cross.
2025-08-20T22:05:52.3221056Z Preparing to unpack .../45-libc6-armhf-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T22:05:52.3229823Z Unpacking libc6-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:05:52.3623938Z Selecting previously unselected package libgcc-s1-armhf-cross.
2025-08-20T22:05:52.3788388Z Preparing to unpack .../46-libgcc-s1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:05:52.3798120Z Unpacking libgcc-s1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:05:52.4030622Z Selecting previously unselected package libgomp1-armhf-cross.
2025-08-20T22:05:52.4187770Z Preparing to unpack .../47-libgomp1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:05:52.4197155Z Unpacking libgomp1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:05:52.4427247Z Selecting previously unselected package libatomic1-armhf-cross.
2025-08-20T22:05:52.4586124Z Preparing to unpack .../48-libatomic1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:05:52.4595888Z Unpacking libatomic1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:05:52.4815989Z Selecting previously unselected package libasan8-armhf-cross.
2025-08-20T22:05:52.4967420Z Preparing to unpack .../49-libasan8-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:05:52.4976345Z Unpacking libasan8-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:05:52.5616258Z Selecting previously unselected package libstdc++6-armhf-cross.
2025-08-20T22:05:52.5769642Z Preparing to unpack .../50-libstdc++6-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:05:52.5779602Z Unpacking libstdc++6-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:05:52.6079100Z Selecting previously unselected package libubsan1-armhf-cross.
2025-08-20T22:05:52.6228543Z Preparing to unpack .../51-libubsan1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:05:52.6236281Z Unpacking libubsan1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:05:52.6614616Z Selecting previously unselected package libgcc-13-dev-armhf-cross.
2025-08-20T22:05:52.6772437Z Preparing to unpack .../52-libgcc-13-dev-armhf-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:05:52.6781562Z Unpacking libgcc-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:05:52.7317118Z Selecting previously unselected package gcc-13-arm-linux-gnueabihf.
2025-08-20T22:05:52.7468514Z Preparing to unpack .../53-gcc-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T22:05:52.7502126Z Unpacking gcc-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:05:53.0038815Z Selecting previously unselected package linux-libc-dev-armhf-cross.
2025-08-20T22:05:53.0187172Z Preparing to unpack .../54-linux-libc-dev-armhf-cross_6.8.0-25.25cross1_all.deb ...
2025-08-20T22:05:53.0195656Z Unpacking linux-libc-dev-armhf-cross (6.8.0-25.25cross1) ...
2025-08-20T22:05:53.2126341Z Selecting previously unselected package libc6-dev-armhf-cross.
2025-08-20T22:05:53.2280343Z Preparing to unpack .../55-libc6-dev-armhf-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T22:05:53.2289763Z Unpacking libc6-dev-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:05:53.3483405Z Selecting previously unselected package libstdc++-13-dev-armhf-cross.
2025-08-20T22:05:53.3636899Z Preparing to unpack .../56-libstdc++-13-dev-armhf-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:05:53.3645651Z Unpacking libstdc++-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:05:53.5740716Z Selecting previously unselected package g++-13-arm-linux-gnueabihf.
2025-08-20T22:05:53.5913024Z Preparing to unpack .../57-g++-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T22:05:53.5950433Z Unpacking g++-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:05:53.7466408Z Selecting previously unselected package gcc-aarch64-linux-gnu.
2025-08-20T22:05:53.7619555Z Preparing to unpack .../58-gcc-aarch64-linux-gnu_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-20T22:05:53.7628562Z Unpacking gcc-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-20T22:05:53.7845238Z Selecting previously unselected package g++-aarch64-linux-gnu.
2025-08-20T22:05:53.8000428Z Preparing to unpack .../59-g++-aarch64-linux-gnu_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-20T22:05:53.8009757Z Unpacking g++-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-20T22:05:53.8215942Z Selecting previously unselected package gcc-arm-linux-gnueabi.
2025-08-20T22:05:53.8364738Z Preparing to unpack .../60-gcc-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_amd64.deb ...
2025-08-20T22:05:53.8374736Z Unpacking gcc-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T22:05:53.8590538Z Selecting previously unselected package g++-arm-linux-gnueabi.
2025-08-20T22:05:53.8745019Z Preparing to unpack .../61-g++-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_amd64.deb ...
2025-08-20T22:05:53.8755422Z Unpacking g++-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T22:05:53.8966568Z Selecting previously unselected package gcc-arm-linux-gnueabihf.
2025-08-20T22:05:53.9115108Z Preparing to unpack .../62-gcc-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-20T22:05:53.9124351Z Unpacking gcc-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T22:05:53.9349929Z Selecting previously unselected package g++-arm-linux-gnueabihf.
2025-08-20T22:05:53.9509205Z Preparing to unpack .../63-g++-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-20T22:05:53.9518923Z Unpacking g++-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T22:05:53.9997571Z Setting up binutils-arm-linux-gnueabi (2.42-4ubuntu2.5) ...
2025-08-20T22:05:54.0021474Z Setting up libc6-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:05:54.0042007Z Setting up gcc-13-arm-linux-gnueabi-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:05:54.0062895Z Setting up gcc-14-cross-base (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:05:54.0084803Z Setting up libatomic1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:05:54.0105032Z Setting up linux-libc-dev-armel-cross (6.8.0-25.25cross1) ...
2025-08-20T22:05:54.0125905Z Setting up gcc-13-cross-base (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:05:54.0146618Z Setting up libc6-arm64-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:05:54.0168052Z Setting up linux-libc-dev-armhf-cross (6.8.0-25.25cross1) ...
2025-08-20T22:05:54.0200175Z Setting up libitm1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:05:54.0222385Z Setting up linux-libc-dev-arm64-cross (6.8.0-25.25cross1) ...
2025-08-20T22:05:54.0243996Z Setting up libc6-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:05:54.0264881Z Setting up gcc-13-arm-linux-gnueabihf-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:05:54.0286363Z Setting up gcc-14-cross-base-ports (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:05:54.0310670Z Setting up gcc-13-aarch64-linux-gnu-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:05:54.0331866Z Setting up libc6-dev-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:05:54.0357276Z Setting up binutils-arm-linux-gnueabihf (2.42-4ubuntu2.5) ...
2025-08-20T22:05:54.0380103Z Setting up gcc-13-cross-base-ports (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:05:54.0401361Z Setting up libgcc-s1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:05:54.0423238Z Setting up libatomic1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:05:54.0445743Z Setting up libgomp1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:05:54.0468106Z Setting up liblsan0-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:05:54.0488799Z Setting up libgomp1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:05:54.0510454Z Setting up cpp-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:05:54.0532690Z Setting up libgomp1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:05:54.0555158Z Setting up cpp-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:05:54.0575146Z Setting up cpp-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:05:54.0596964Z Setting up libgcc-s1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:05:54.0617626Z Setting up libgcc-s1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:05:54.0639720Z Setting up libc6-dev-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:05:54.0665544Z Setting up libhwasan0-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:05:54.0695772Z Setting up libc6-dev-arm64-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:05:54.0716063Z Setting up libstdc++6-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:05:54.0740278Z Setting up libatomic1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:05:54.0763760Z Setting up libstdc++6-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:05:54.0786536Z Setting up cpp-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-20T22:05:54.0811921Z Setting up cpp-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T22:05:54.0835783Z Setting up libstdc++6-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:05:54.0858847Z Setting up libubsan1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:05:54.0879988Z Setting up libubsan1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:05:54.0902269Z Setting up libasan8-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:05:54.0923872Z Setting up libtsan2-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:05:54.0943656Z Setting up cpp-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T22:05:54.0964021Z Setting up libasan8-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:05:54.0985046Z Setting up libasan8-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:05:54.1006149Z Setting up libubsan1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:05:54.1029759Z Setting up libgcc-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:05:54.1050604Z Setting up gcc-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:05:54.1071459Z Setting up libstdc++-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:05:54.1091907Z Setting up libgcc-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:05:54.1113326Z Setting up libgcc-13-dev-arm64-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:05:54.1132999Z Setting up gcc-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T22:05:54.1156565Z Setting up g++-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:05:54.1178435Z Setting up libstdc++-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:05:54.1199675Z Setting up gcc-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:05:54.1223349Z Setting up gcc-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:05:54.1243371Z Setting up libstdc++-13-dev-arm64-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:05:54.1266083Z Setting up g++-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T22:05:54.1288503Z Setting up gcc-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T22:05:54.1352121Z Setting up g++-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:05:54.1371798Z Setting up g++-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:05:54.1392618Z Setting up g++-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T22:05:54.1413888Z Setting up gcc-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-20T22:05:54.1436445Z Setting up g++-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-20T22:05:54.1468918Z Processing triggers for ccache (4.9.1-1) ...
2025-08-20T22:05:54.1488380Z Updating symlinks in /usr/lib/ccache ...
2025-08-20T22:05:54.1584411Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:05:58.4283394Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T22:06:00.0204049Z Reading package lists...
2025-08-20T22:06:00.2377269Z Building dependency tree...
2025-08-20T22:06:00.2385803Z Reading state information...
2025-08-20T22:06:00.4546499Z The following additional packages will be installed:
2025-08-20T22:06:00.4548084Z   libdbus-1-dev libibverbs-dev libjudydebian1 libnl-3-dev libnl-route-3-dev
2025-08-20T22:06:00.4559508Z   libpcap0.8-dev
2025-08-20T22:06:00.4940308Z The following NEW packages will be installed:
2025-08-20T22:06:00.4941192Z   libdbus-1-dev libibverbs-dev libjudydebian1 libnl-3-dev libnl-route-3-dev
2025-08-20T22:06:00.4952062Z   libpcap-dev libpcap0.8-dev pcaputils
2025-08-20T22:06:00.5216453Z 0 upgraded, 8 newly installed, 0 to remove and 45 not upgraded.
2025-08-20T22:06:00.5488431Z Need to get 1613 kB of archives.
2025-08-20T22:06:00.5489063Z After this operation, 6802 kB of additional disk space will be used.
2025-08-20T22:06:00.5489848Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T22:06:00.6017393Z 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:06:00.6339022Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libjudydebian1 amd64 1.0.5-5.1build1 [107 kB]
2025-08-20T22:06:00.6637222Z 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:06:00.6940023Z 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:06:00.7249210Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libibverbs-dev amd64 50.0-2ubuntu0.2 [686 kB]
2025-08-20T22:06:00.7875609Z 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:06:00.8193831Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libpcap-dev amd64 1.10.4-4.1ubuntu3 [3324 B]
2025-08-20T22:06:00.8490597Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 pcaputils amd64 0.8-1.1build2 [43.8 kB]
2025-08-20T22:06:01.1329438Z Fetched 1613 kB in 0s (5148 kB/s)
2025-08-20T22:06:01.1532169Z Selecting previously unselected package libdbus-1-dev:amd64.
2025-08-20T22:06:01.1591734Z (Reading database ... 
2025-08-20T22:06:01.1592369Z (Reading database ... 5%
2025-08-20T22:06:01.1592823Z (Reading database ... 10%
2025-08-20T22:06:01.1593276Z (Reading database ... 15%
2025-08-20T22:06:01.1593711Z (Reading database ... 20%
2025-08-20T22:06:01.1594129Z (Reading database ... 25%
2025-08-20T22:06:01.1594406Z (Reading database ... 30%
2025-08-20T22:06:01.1594672Z (Reading database ... 35%
2025-08-20T22:06:01.1594943Z (Reading database ... 40%
2025-08-20T22:06:01.1595208Z (Reading database ... 45%
2025-08-20T22:06:01.1595473Z (Reading database ... 50%
2025-08-20T22:06:01.1698079Z (Reading database ... 55%
2025-08-20T22:06:01.1718845Z (Reading database ... 60%
2025-08-20T22:06:01.1741732Z (Reading database ... 65%
2025-08-20T22:06:01.1786433Z (Reading database ... 70%
2025-08-20T22:06:01.1811930Z (Reading database ... 75%
2025-08-20T22:06:01.1848744Z (Reading database ... 80%
2025-08-20T22:06:01.2013736Z (Reading database ... 85%
2025-08-20T22:06:01.2329733Z (Reading database ... 90%
2025-08-20T22:06:01.2415780Z (Reading database ... 95%
2025-08-20T22:06:01.2416275Z (Reading database ... 100%
2025-08-20T22:06:01.2417189Z (Reading database ... 235760 files and directories currently installed.)
2025-08-20T22:06:01.2466254Z Preparing to unpack .../0-libdbus-1-dev_1.14.10-4ubuntu4.1_amd64.deb ...
2025-08-20T22:06:01.2476044Z Unpacking libdbus-1-dev:amd64 (1.14.10-4ubuntu4.1) ...
2025-08-20T22:06:01.2925522Z Selecting previously unselected package libjudydebian1.
2025-08-20T22:06:01.3073440Z Preparing to unpack .../1-libjudydebian1_1.0.5-5.1build1_amd64.deb ...
2025-08-20T22:06:01.3090433Z Unpacking libjudydebian1 (1.0.5-5.1build1) ...
2025-08-20T22:06:01.3320885Z Selecting previously unselected package libnl-3-dev:amd64.
2025-08-20T22:06:01.3473395Z Preparing to unpack .../2-libnl-3-dev_3.7.0-0.3build1.1_amd64.deb ...
2025-08-20T22:06:01.3482929Z Unpacking libnl-3-dev:amd64 (3.7.0-0.3build1.1) ...
2025-08-20T22:06:01.3960304Z Selecting previously unselected package libnl-route-3-dev:amd64.
2025-08-20T22:06:01.4111411Z Preparing to unpack .../3-libnl-route-3-dev_3.7.0-0.3build1.1_amd64.deb ...
2025-08-20T22:06:01.4120177Z Unpacking libnl-route-3-dev:amd64 (3.7.0-0.3build1.1) ...
2025-08-20T22:06:01.4392344Z Selecting previously unselected package libibverbs-dev:amd64.
2025-08-20T22:06:01.4545662Z Preparing to unpack .../4-libibverbs-dev_50.0-2ubuntu0.2_amd64.deb ...
2025-08-20T22:06:01.4554233Z Unpacking libibverbs-dev:amd64 (50.0-2ubuntu0.2) ...
2025-08-20T22:06:01.5252721Z Selecting previously unselected package libpcap0.8-dev:amd64.
2025-08-20T22:06:01.5400583Z Preparing to unpack .../5-libpcap0.8-dev_1.10.4-4.1ubuntu3_amd64.deb ...
2025-08-20T22:06:01.5438411Z Unpacking libpcap0.8-dev:amd64 (1.10.4-4.1ubuntu3) ...
2025-08-20T22:06:01.5840751Z Selecting previously unselected package libpcap-dev:amd64.
2025-08-20T22:06:01.5993205Z Preparing to unpack .../6-libpcap-dev_1.10.4-4.1ubuntu3_amd64.deb ...
2025-08-20T22:06:01.6002240Z Unpacking libpcap-dev:amd64 (1.10.4-4.1ubuntu3) ...
2025-08-20T22:06:01.6238687Z Selecting previously unselected package pcaputils.
2025-08-20T22:06:01.6390345Z Preparing to unpack .../7-pcaputils_0.8-1.1build2_amd64.deb ...
2025-08-20T22:06:01.6430560Z Unpacking pcaputils (0.8-1.1build2) ...
2025-08-20T22:06:01.6885557Z Setting up libjudydebian1 (1.0.5-5.1build1) ...
2025-08-20T22:06:01.6910023Z Setting up libdbus-1-dev:amd64 (1.14.10-4ubuntu4.1) ...
2025-08-20T22:06:01.8895927Z Setting up libnl-3-dev:amd64 (3.7.0-0.3build1.1) ...
2025-08-20T22:06:01.8918778Z Setting up pcaputils (0.8-1.1build2) ...
2025-08-20T22:06:01.9025842Z update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults
2025-08-20T22:06:02.2079185Z Setting up libnl-route-3-dev:amd64 (3.7.0-0.3build1.1) ...
2025-08-20T22:06:02.2099366Z Setting up libibverbs-dev:amd64 (50.0-2ubuntu0.2) ...
2025-08-20T22:06:02.2148771Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T22:06:02.2290452Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:06:06.7874006Z Processing triggers for sgml-base (1.31) ...
2025-08-20T22:06:06.8067317Z Setting up libpcap0.8-dev:amd64 (1.10.4-4.1ubuntu3) ...
2025-08-20T22:06:06.8093817Z Setting up libpcap-dev:amd64 (1.10.4-4.1ubuntu3) ...
2025-08-20T22:06:08.5202298Z Reading package lists...
2025-08-20T22:06:08.7283740Z Building dependency tree...
2025-08-20T22:06:08.7292889Z Reading state information...
2025-08-20T22:06:08.7757428Z Reading package lists...
2025-08-20T22:06:08.9733636Z Building dependency tree...
2025-08-20T22:06:08.9742586Z Reading state information...
2025-08-20T22:06:09.1698168Z The following additional packages will be installed:
2025-08-20T22:06:09.1703465Z   liblz1 liblzma-dev librust-cc-dev librust-libc-dev librust-pkg-config-dev
2025-08-20T22:06:09.1710202Z Suggested packages:
2025-08-20T22:06:09.1711133Z   liblzma-doc librust-cc+jobserver-dev librust-libc+rustc-dep-of-std-dev
2025-08-20T22:06:09.1711740Z   librust-libc+rustc-std-workspace-core-dev
2025-08-20T22:06:09.1919036Z The following NEW packages will be installed:
2025-08-20T22:06:09.1920167Z   liblz-dev liblz1 liblzma-dev librust-cc-dev librust-libc-dev
2025-08-20T22:06:09.1927440Z   librust-lzma-sys-dev librust-pkg-config-dev lzma lzma-dev
2025-08-20T22:06:09.2110073Z 0 upgraded, 9 newly installed, 0 to remove and 45 not upgraded.
2025-08-20T22:06:09.2110479Z Need to get 800 kB of archives.
2025-08-20T22:06:09.2110923Z After this operation, 6245 kB of additional disk space will be used.
2025-08-20T22:06:09.2111609Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T22:06:09.2653139Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 liblz1 amd64 1.14-1 [36.4 kB]
2025-08-20T22:06:09.2951457Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 liblz-dev amd64 1.14-1 [51.7 kB]
2025-08-20T22:06:09.3257183Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 librust-libc-dev amd64 0.2.152-1 [353 kB]
2025-08-20T22:06:09.3623329Z 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:06:09.3953700Z 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:06:09.4317175Z 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:06:09.4654353Z 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:06:09.4965216Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 lzma amd64 9.22-2.2 [47.3 kB]
2025-08-20T22:06:09.5276226Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 lzma-dev all 9.22-2.2 [41.6 kB]
2025-08-20T22:06:09.8033570Z Fetched 800 kB in 0s (2440 kB/s)
2025-08-20T22:06:09.8230818Z Selecting previously unselected package liblz1:amd64.
2025-08-20T22:06:09.8293530Z (Reading database ... 
2025-08-20T22:06:09.8294041Z (Reading database ... 5%
2025-08-20T22:06:09.8294543Z (Reading database ... 10%
2025-08-20T22:06:09.8294996Z (Reading database ... 15%
2025-08-20T22:06:09.8295545Z (Reading database ... 20%
2025-08-20T22:06:09.8295849Z (Reading database ... 25%
2025-08-20T22:06:09.8296146Z (Reading database ... 30%
2025-08-20T22:06:09.8296439Z (Reading database ... 35%
2025-08-20T22:06:09.8296924Z (Reading database ... 40%
2025-08-20T22:06:09.8297271Z (Reading database ... 45%
2025-08-20T22:06:09.8297564Z (Reading database ... 50%
2025-08-20T22:06:09.8418232Z (Reading database ... 55%
2025-08-20T22:06:09.8422265Z (Reading database ... 60%
2025-08-20T22:06:09.8443383Z (Reading database ... 65%
2025-08-20T22:06:09.8487830Z (Reading database ... 70%
2025-08-20T22:06:09.8513002Z (Reading database ... 75%
2025-08-20T22:06:09.8551401Z (Reading database ... 80%
2025-08-20T22:06:09.8714593Z (Reading database ... 85%
2025-08-20T22:06:09.9017945Z (Reading database ... 90%
2025-08-20T22:06:09.9103860Z (Reading database ... 95%
2025-08-20T22:06:09.9104295Z (Reading database ... 100%
2025-08-20T22:06:09.9104927Z (Reading database ... 236416 files and directories currently installed.)
2025-08-20T22:06:09.9153617Z Preparing to unpack .../0-liblz1_1.14-1_amd64.deb ...
2025-08-20T22:06:09.9170581Z Unpacking liblz1:amd64 (1.14-1) ...
2025-08-20T22:06:09.9415613Z Selecting previously unselected package liblz-dev:amd64.
2025-08-20T22:06:09.9562150Z Preparing to unpack .../1-liblz-dev_1.14-1_amd64.deb ...
2025-08-20T22:06:09.9572619Z Unpacking liblz-dev:amd64 (1.14-1) ...
2025-08-20T22:06:09.9803870Z Selecting previously unselected package librust-libc-dev:amd64.
2025-08-20T22:06:09.9950366Z Preparing to unpack .../2-librust-libc-dev_0.2.152-1_amd64.deb ...
2025-08-20T22:06:09.9958732Z Unpacking librust-libc-dev:amd64 (0.2.152-1) ...
2025-08-20T22:06:10.0777397Z Selecting previously unselected package librust-cc-dev:amd64.
2025-08-20T22:06:10.0935605Z Preparing to unpack .../3-librust-cc-dev_1.0.83-1_amd64.deb ...
2025-08-20T22:06:10.0943287Z Unpacking librust-cc-dev:amd64 (1.0.83-1) ...
2025-08-20T22:06:10.1211359Z Selecting previously unselected package librust-pkg-config-dev:amd64.
2025-08-20T22:06:10.1362383Z Preparing to unpack .../4-librust-pkg-config-dev_0.3.27-1_amd64.deb ...
2025-08-20T22:06:10.1370992Z Unpacking librust-pkg-config-dev:amd64 (0.3.27-1) ...
2025-08-20T22:06:10.1621733Z Selecting previously unselected package liblzma-dev:amd64.
2025-08-20T22:06:10.1769843Z Preparing to unpack .../5-liblzma-dev_5.6.1+really5.4.5-1ubuntu0.2_amd64.deb ...
2025-08-20T22:06:10.1778474Z Unpacking liblzma-dev:amd64 (5.6.1+really5.4.5-1ubuntu0.2) ...
2025-08-20T22:06:10.2071912Z Selecting previously unselected package librust-lzma-sys-dev:amd64.
2025-08-20T22:06:10.2220111Z Preparing to unpack .../6-librust-lzma-sys-dev_0.1.20-1_amd64.deb ...
2025-08-20T22:06:10.2229434Z Unpacking librust-lzma-sys-dev:amd64 (0.1.20-1) ...
2025-08-20T22:06:10.2454651Z Selecting previously unselected package lzma.
2025-08-20T22:06:10.2605045Z Preparing to unpack .../7-lzma_9.22-2.2_amd64.deb ...
2025-08-20T22:06:10.2615242Z Unpacking lzma (9.22-2.2) ...
2025-08-20T22:06:10.2873291Z Selecting previously unselected package lzma-dev.
2025-08-20T22:06:10.3032739Z Preparing to unpack .../8-lzma-dev_9.22-2.2_all.deb ...
2025-08-20T22:06:10.3041705Z Unpacking lzma-dev (9.22-2.2) ...
2025-08-20T22:06:10.3512759Z Setting up liblz1:amd64 (1.14-1) ...
2025-08-20T22:06:10.3539432Z Setting up librust-libc-dev:amd64 (0.2.152-1) ...
2025-08-20T22:06:10.3560685Z Setting up librust-cc-dev:amd64 (1.0.83-1) ...
2025-08-20T22:06:10.3581660Z Setting up liblz-dev:amd64 (1.14-1) ...
2025-08-20T22:06:10.3602303Z Setting up lzma (9.22-2.2) ...
2025-08-20T22:06:10.3670780Z update-alternatives: using /usr/bin/lzmp to provide /usr/bin/lzma (lzma) in auto mode
2025-08-20T22:06:10.3699250Z Setting up lzma-dev (9.22-2.2) ...
2025-08-20T22:06:10.3720152Z Setting up liblzma-dev:amd64 (5.6.1+really5.4.5-1ubuntu0.2) ...
2025-08-20T22:06:10.3741825Z Setting up librust-pkg-config-dev:amd64 (0.3.27-1) ...
2025-08-20T22:06:10.3761288Z Setting up librust-lzma-sys-dev:amd64 (0.1.20-1) ...
2025-08-20T22:06:10.3790584Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T22:06:10.3943252Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:06:14.6385257Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T22:06:15.2978246Z 
2025-08-20T22:06:15.2978888Z Running kernel seems to be up-to-date.
2025-08-20T22:06:15.2979246Z 
2025-08-20T22:06:15.2979372Z Restarting services...
2025-08-20T22:06:15.3044043Z 
2025-08-20T22:06:15.3044499Z Service restarts being deferred:
2025-08-20T22:06:15.3045037Z  systemctl restart hosted-compute-agent.service
2025-08-20T22:06:15.3045499Z 
2025-08-20T22:06:15.3045696Z No containers need to be restarted.
2025-08-20T22:06:15.3045925Z 
2025-08-20T22:06:15.3046069Z No user sessions are running outdated binaries.
2025-08-20T22:06:15.3046329Z 
2025-08-20T22:06:15.3046567Z No VM guests are running outdated hypervisor (qemu) binaries on this host.
2025-08-20T22:06:16.3616088Z Reading package lists...
2025-08-20T22:06:16.5563162Z Building dependency tree...
2025-08-20T22:06:16.5571761Z Reading state information...
2025-08-20T22:06:16.7772635Z dnsutils is already the newest version (1:9.18.30-0ubuntu0.24.04.2).
2025-08-20T22:06:16.7773293Z inetutils-telnet is already the newest version (2:2.5-3ubuntu4).
2025-08-20T22:06:16.7773796Z inetutils-telnet set to manually installed.
2025-08-20T22:06:16.7774265Z net-tools is already the newest version (2.10-0.1ubuntu4.4).
2025-08-20T22:06:16.7774766Z The following additional packages will be installed:
2025-08-20T22:06:16.7775172Z   tcpd update-inetd
2025-08-20T22:06:16.7942833Z The following packages will be REMOVED:
2025-08-20T22:06:16.7955563Z   iputils-ping rsyslog ubuntu-minimal
2025-08-20T22:06:16.7957460Z The following NEW packages will be installed:
2025-08-20T22:06:16.7957986Z   inetutils-ftp inetutils-ftpd inetutils-inetd inetutils-ping
2025-08-20T22:06:16.7958585Z   inetutils-syslogd inetutils-talk inetutils-talkd inetutils-telnetd
2025-08-20T22:06:16.7965501Z   inetutils-tools inetutils-traceroute netcat-traditional tcpd update-inetd
2025-08-20T22:06:16.8143679Z 0 upgraded, 13 newly installed, 3 to remove and 45 not upgraded.
2025-08-20T22:06:16.8144062Z Need to get 698 kB of archives.
2025-08-20T22:06:16.8144413Z After this operation, 196 kB of additional disk space will be used.
2025-08-20T22:06:16.8144793Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T22:06:16.8600126Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-syslogd amd64 2:2.5-3ubuntu4 [62.6 kB]
2025-08-20T22:06:16.8898862Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 tcpd amd64 7.6.q-33 [24.3 kB]
2025-08-20T22:06:16.9185836Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 update-inetd all 4.53 [24.0 kB]
2025-08-20T22:06:16.9478167Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-inetd amd64 2:2.5-3ubuntu4 [45.5 kB]
2025-08-20T22:06:16.9799583Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-ftp amd64 2:2.5-3ubuntu4 [84.3 kB]
2025-08-20T22:06:17.0116314Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-ftpd amd64 2:2.5-3ubuntu4 [73.3 kB]
2025-08-20T22:06:17.0419680Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-ping amd64 2:2.5-3ubuntu4 [62.4 kB]
2025-08-20T22:06:17.0758188Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-talk amd64 2:2.5-3ubuntu4 [45.8 kB]
2025-08-20T22:06:17.1062891Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-talkd amd64 2:2.5-3ubuntu4 [35.7 kB]
2025-08-20T22:06:17.1435817Z Get:11 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-telnetd amd64 2:2.5-3ubuntu4 [60.0 kB]
2025-08-20T22:06:17.1730543Z Get:12 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-tools amd64 2:2.5-3ubuntu4 [76.9 kB]
2025-08-20T22:06:17.2077326Z Get:13 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 netcat-traditional amd64 1.10-48 [61.3 kB]
2025-08-20T22:06:17.2405139Z Get:14 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-traceroute amd64 2:2.5-3ubuntu4 [42.2 kB]
2025-08-20T22:06:17.4830584Z Preconfiguring packages ...
2025-08-20T22:06:17.5917894Z Fetched 698 kB in 0s (1597 kB/s)
2025-08-20T22:06:17.6109206Z (Reading database ... 
2025-08-20T22:06:17.6109680Z (Reading database ... 5%
2025-08-20T22:06:17.6110070Z (Reading database ... 10%
2025-08-20T22:06:17.6110451Z (Reading database ... 15%
2025-08-20T22:06:17.6110821Z (Reading database ... 20%
2025-08-20T22:06:17.6111189Z (Reading database ... 25%
2025-08-20T22:06:17.6111551Z (Reading database ... 30%
2025-08-20T22:06:17.6111908Z (Reading database ... 35%
2025-08-20T22:06:17.6112268Z (Reading database ... 40%
2025-08-20T22:06:17.6112623Z (Reading database ... 45%
2025-08-20T22:06:17.6112987Z (Reading database ... 50%
2025-08-20T22:06:17.6212465Z (Reading database ... 55%
2025-08-20T22:06:17.6233053Z (Reading database ... 60%
2025-08-20T22:06:17.6257416Z (Reading database ... 65%
2025-08-20T22:06:17.6303108Z (Reading database ... 70%
2025-08-20T22:06:17.6330022Z (Reading database ... 75%
2025-08-20T22:06:17.6370932Z (Reading database ... 80%
2025-08-20T22:06:17.6545697Z (Reading database ... 85%
2025-08-20T22:06:17.6864226Z (Reading database ... 90%
2025-08-20T22:06:17.6952975Z (Reading database ... 95%
2025-08-20T22:06:17.6953533Z (Reading database ... 100%
2025-08-20T22:06:17.6954154Z (Reading database ... 236908 files and directories currently installed.)
2025-08-20T22:06:17.7001148Z Removing ubuntu-minimal (1.539.2) ...
2025-08-20T22:06:17.7155018Z Removing iputils-ping (3:20240117-1ubuntu0.1) ...
2025-08-20T22:06:17.7323100Z Removing rsyslog (8.2312.0-3ubuntu9.1) ...
2025-08-20T22:06:18.1354241Z Selecting previously unselected package inetutils-syslogd.
2025-08-20T22:06:18.1417443Z (Reading database ... 
2025-08-20T22:06:18.1417965Z (Reading database ... 5%
2025-08-20T22:06:18.1418477Z (Reading database ... 10%
2025-08-20T22:06:18.1418987Z (Reading database ... 15%
2025-08-20T22:06:18.1419831Z (Reading database ... 20%
2025-08-20T22:06:18.1420345Z (Reading database ... 25%
2025-08-20T22:06:18.1420714Z (Reading database ... 30%
2025-08-20T22:06:18.1421016Z (Reading database ... 35%
2025-08-20T22:06:18.1421308Z (Reading database ... 40%
2025-08-20T22:06:18.1421600Z (Reading database ... 45%
2025-08-20T22:06:18.1421896Z (Reading database ... 50%
2025-08-20T22:06:18.1537729Z (Reading database ... 55%
2025-08-20T22:06:18.1562676Z (Reading database ... 60%
2025-08-20T22:06:18.1591050Z (Reading database ... 65%
2025-08-20T22:06:18.1651120Z (Reading database ... 70%
2025-08-20T22:06:18.1683268Z (Reading database ... 75%
2025-08-20T22:06:18.1733692Z (Reading database ... 80%
2025-08-20T22:06:18.1938185Z (Reading database ... 85%
2025-08-20T22:06:18.2312211Z (Reading database ... 90%
2025-08-20T22:06:18.2419245Z (Reading database ... 95%
2025-08-20T22:06:18.2419767Z (Reading database ... 100%
2025-08-20T22:06:18.2420370Z (Reading database ... 236836 files and directories currently installed.)
2025-08-20T22:06:18.2472950Z Preparing to unpack .../00-inetutils-syslogd_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T22:06:18.2516512Z Unpacking inetutils-syslogd (2:2.5-3ubuntu4) ...
2025-08-20T22:06:18.2782169Z Selecting previously unselected package tcpd.
2025-08-20T22:06:18.2935440Z Preparing to unpack .../01-tcpd_7.6.q-33_amd64.deb ...
2025-08-20T22:06:18.2945107Z Unpacking tcpd (7.6.q-33) ...
2025-08-20T22:06:18.3188089Z Selecting previously unselected package update-inetd.
2025-08-20T22:06:18.3338027Z Preparing to unpack .../02-update-inetd_4.53_all.deb ...
2025-08-20T22:06:18.3346960Z Unpacking update-inetd (4.53) ...
2025-08-20T22:06:18.3607157Z Selecting previously unselected package inetutils-inetd.
2025-08-20T22:06:18.3759097Z Preparing to unpack .../03-inetutils-inetd_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T22:06:18.3815775Z Unpacking inetutils-inetd (2:2.5-3ubuntu4) ...
2025-08-20T22:06:18.4066363Z Selecting previously unselected package inetutils-ftp.
2025-08-20T22:06:18.4226608Z Preparing to unpack .../04-inetutils-ftp_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T22:06:18.4236365Z Unpacking inetutils-ftp (2:2.5-3ubuntu4) ...
2025-08-20T22:06:18.4492843Z Selecting previously unselected package inetutils-ftpd.
2025-08-20T22:06:18.4653292Z Preparing to unpack .../05-inetutils-ftpd_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T22:06:18.4665122Z Unpacking inetutils-ftpd (2:2.5-3ubuntu4) ...
2025-08-20T22:06:18.4914595Z Selecting previously unselected package inetutils-ping.
2025-08-20T22:06:18.5075408Z Preparing to unpack .../06-inetutils-ping_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T22:06:18.5087792Z Unpacking inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-20T22:06:18.5359461Z Selecting previously unselected package inetutils-talk.
2025-08-20T22:06:18.5516221Z Preparing to unpack .../07-inetutils-talk_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T22:06:18.5526602Z Unpacking inetutils-talk (2:2.5-3ubuntu4) ...
2025-08-20T22:06:18.5781472Z Selecting previously unselected package inetutils-talkd.
2025-08-20T22:06:18.5935579Z Preparing to unpack .../08-inetutils-talkd_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T22:06:18.5952521Z Unpacking inetutils-talkd (2:2.5-3ubuntu4) ...
2025-08-20T22:06:18.6195175Z Selecting previously unselected package inetutils-telnetd.
2025-08-20T22:06:18.6349828Z Preparing to unpack .../09-inetutils-telnetd_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T22:06:18.6359723Z Unpacking inetutils-telnetd (2:2.5-3ubuntu4) ...
2025-08-20T22:06:18.6590969Z Selecting previously unselected package inetutils-tools.
2025-08-20T22:06:18.6743672Z Preparing to unpack .../10-inetutils-tools_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T22:06:18.6753315Z Unpacking inetutils-tools (2:2.5-3ubuntu4) ...
2025-08-20T22:06:18.7018299Z Selecting previously unselected package netcat-traditional.
2025-08-20T22:06:18.7174969Z Preparing to unpack .../11-netcat-traditional_1.10-48_amd64.deb ...
2025-08-20T22:06:18.7184350Z Unpacking netcat-traditional (1.10-48) ...
2025-08-20T22:06:18.7472784Z Selecting previously unselected package inetutils-traceroute.
2025-08-20T22:06:18.7636627Z Preparing to unpack .../12-inetutils-traceroute_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T22:06:18.7647480Z Unpacking inetutils-traceroute (2:2.5-3ubuntu4) ...
2025-08-20T22:06:18.8110123Z Setting up netcat-traditional (1.10-48) ...
2025-08-20T22:06:18.8193294Z Setting up update-inetd (4.53) ...
2025-08-20T22:06:18.9124562Z Setting up inetutils-traceroute (2:2.5-3ubuntu4) ...
2025-08-20T22:06:18.9192839Z update-alternatives: using /usr/bin/inetutils-traceroute to provide /usr/bin/traceroute (traceroute) in auto mode
2025-08-20T22:06:18.9212664Z Setting up inetutils-syslogd (2:2.5-3ubuntu4) ...
2025-08-20T22:06:19.3483337Z Created symlink /etc/systemd/system/syslogd.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-20T22:06:19.3483806Z 
2025-08-20T22:06:19.3483946Z Removed "/etc/systemd/system/syslog.service".
2025-08-20T22:06:19.3484164Z 
2025-08-20T22:06:19.3484565Z Created symlink /etc/systemd/system/syslog.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-20T22:06:19.3485148Z 
2025-08-20T22:06:19.3486102Z Created symlink /etc/systemd/system/multi-user.target.wants/inetutils-syslogd.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-20T22:06:19.3487260Z 
2025-08-20T22:06:19.6618051Z Setting up inetutils-ftp (2:2.5-3ubuntu4) ...
2025-08-20T22:06:19.6699764Z Setting up inetutils-talk (2:2.5-3ubuntu4) ...
2025-08-20T22:06:19.6764792Z update-alternatives: using /usr/bin/inetutils-talk to provide /usr/bin/talk (talk) in auto mode
2025-08-20T22:06:19.6782517Z Setting up inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-20T22:06:19.6816135Z Setting up inetutils-tools (2:2.5-3ubuntu4) ...
2025-08-20T22:06:19.6839074Z Setting up tcpd (7.6.q-33) ...
2025-08-20T22:06:19.6861324Z Setting up inetutils-inetd (2:2.5-3ubuntu4) ...
2025-08-20T22:06:20.0915611Z Created symlink /etc/systemd/system/inetd.service → /usr/lib/systemd/system/inetutils-inetd.service.
2025-08-20T22:06:20.0916094Z 
2025-08-20T22:06:20.0917225Z Created symlink /etc/systemd/system/multi-user.target.wants/inetutils-inetd.service → /usr/lib/systemd/system/inetutils-inetd.service.
2025-08-20T22:06:20.0918148Z 
2025-08-20T22:06:20.4207743Z Setting up inetutils-talkd (2:2.5-3ubuntu4) ...
2025-08-20T22:06:20.5051348Z Setting up inetutils-ftpd (2:2.5-3ubuntu4) ...
2025-08-20T22:06:20.5774103Z Setting up inetutils-telnetd (2:2.5-3ubuntu4) ...
2025-08-20T22:06:20.6624741Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:06:27.2191957Z Reading package lists...
2025-08-20T22:06:27.4253818Z Building dependency tree...
2025-08-20T22:06:27.4263386Z Reading state information...
2025-08-20T22:06:27.6526316Z iputils-tracepath is already the newest version (3:20240117-1ubuntu0.1).
2025-08-20T22:06:27.6527070Z iputils-tracepath set to manually installed.
2025-08-20T22:06:27.6527433Z The following packages will be REMOVED:
2025-08-20T22:06:27.6535157Z   inetutils-ping
2025-08-20T22:06:27.6536622Z The following NEW packages will be installed:
2025-08-20T22:06:27.6543663Z   iputils-arping iputils-clockdiff iputils-ping
2025-08-20T22:06:27.6715490Z 0 upgraded, 3 newly installed, 1 to remove and 45 not upgraded.
2025-08-20T22:06:27.6716077Z Need to get 71.5 kB of archives.
2025-08-20T22:06:27.6716625Z After this operation, 16.4 kB of additional disk space will be used.
2025-08-20T22:06:27.6717457Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T22:06:27.7807686Z 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:06:27.8192235Z 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:06:27.8480511Z 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:06:28.1521727Z Fetched 71.5 kB in 0s (383 kB/s)
2025-08-20T22:06:28.1711659Z (Reading database ... 
2025-08-20T22:06:28.1712107Z (Reading database ... 5%
2025-08-20T22:06:28.1712788Z (Reading database ... 10%
2025-08-20T22:06:28.1713178Z (Reading database ... 15%
2025-08-20T22:06:28.1713563Z (Reading database ... 20%
2025-08-20T22:06:28.1713926Z (Reading database ... 25%
2025-08-20T22:06:28.1714292Z (Reading database ... 30%
2025-08-20T22:06:28.1714651Z (Reading database ... 35%
2025-08-20T22:06:28.1715005Z (Reading database ... 40%
2025-08-20T22:06:28.1715368Z (Reading database ... 45%
2025-08-20T22:06:28.1715731Z (Reading database ... 50%
2025-08-20T22:06:28.1810765Z (Reading database ... 55%
2025-08-20T22:06:28.1831256Z (Reading database ... 60%
2025-08-20T22:06:28.1853595Z (Reading database ... 65%
2025-08-20T22:06:28.1897071Z (Reading database ... 70%
2025-08-20T22:06:28.1923073Z (Reading database ... 75%
2025-08-20T22:06:28.1959407Z (Reading database ... 80%
2025-08-20T22:06:28.2118792Z (Reading database ... 85%
2025-08-20T22:06:28.2433775Z (Reading database ... 90%
2025-08-20T22:06:28.2519385Z (Reading database ... 95%
2025-08-20T22:06:28.2519992Z (Reading database ... 100%
2025-08-20T22:06:28.2520762Z (Reading database ... 236997 files and directories currently installed.)
2025-08-20T22:06:28.2567697Z Removing inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-20T22:06:28.3099956Z Selecting previously unselected package iputils-ping.
2025-08-20T22:06:28.3161575Z (Reading database ... 
2025-08-20T22:06:28.3162036Z (Reading database ... 5%
2025-08-20T22:06:28.3162338Z (Reading database ... 10%
2025-08-20T22:06:28.3162620Z (Reading database ... 15%
2025-08-20T22:06:28.3162889Z (Reading database ... 20%
2025-08-20T22:06:28.3163156Z (Reading database ... 25%
2025-08-20T22:06:28.3163414Z (Reading database ... 30%
2025-08-20T22:06:28.3163692Z (Reading database ... 35%
2025-08-20T22:06:28.3163955Z (Reading database ... 40%
2025-08-20T22:06:28.3164220Z (Reading database ... 45%
2025-08-20T22:06:28.3164478Z (Reading database ... 50%
2025-08-20T22:06:28.3262585Z (Reading database ... 55%
2025-08-20T22:06:28.3283174Z (Reading database ... 60%
2025-08-20T22:06:28.3305949Z (Reading database ... 65%
2025-08-20T22:06:28.3351165Z (Reading database ... 70%
2025-08-20T22:06:28.3377809Z (Reading database ... 75%
2025-08-20T22:06:28.3416250Z (Reading database ... 80%
2025-08-20T22:06:28.3580154Z (Reading database ... 85%
2025-08-20T22:06:28.3880400Z (Reading database ... 90%
2025-08-20T22:06:28.3959366Z (Reading database ... 95%
2025-08-20T22:06:28.3959823Z (Reading database ... 100%
2025-08-20T22:06:28.3960387Z (Reading database ... 236988 files and directories currently installed.)
2025-08-20T22:06:28.4007360Z Preparing to unpack .../iputils-ping_3%3a20240117-1ubuntu0.1_amd64.deb ...
2025-08-20T22:06:28.4017817Z Unpacking iputils-ping (3:20240117-1ubuntu0.1) ...
2025-08-20T22:06:28.4242136Z Selecting previously unselected package iputils-arping.
2025-08-20T22:06:28.4393149Z Preparing to unpack .../iputils-arping_3%3a20240117-1ubuntu0.1_amd64.deb ...
2025-08-20T22:06:28.4402096Z Unpacking iputils-arping (3:20240117-1ubuntu0.1) ...
2025-08-20T22:06:28.4617074Z Selecting previously unselected package iputils-clockdiff.
2025-08-20T22:06:28.4766968Z Preparing to unpack .../iputils-clockdiff_3%3a20240117-1ubuntu0.1_amd64.deb ...
2025-08-20T22:06:28.4774637Z Unpacking iputils-clockdiff (3:20240117-1ubuntu0.1) ...
2025-08-20T22:06:28.5177542Z Setting up iputils-arping (3:20240117-1ubuntu0.1) ...
2025-08-20T22:06:28.5336369Z Setting up iputils-ping (3:20240117-1ubuntu0.1) ...
2025-08-20T22:06:28.5490783Z Setting up iputils-clockdiff (3:20240117-1ubuntu0.1) ...
2025-08-20T22:06:28.5656932Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:06:34.7432458Z Reading package lists...
2025-08-20T22:06:34.9530939Z Building dependency tree...
2025-08-20T22:06:34.9540857Z Reading state information...
2025-08-20T22:06:35.1710200Z python3-pip is already the newest version (24.0+dfsg-1ubuntu1.2).
2025-08-20T22:06:35.1710765Z python3-venv is already the newest version (3.12.3-0ubuntu2).
2025-08-20T22:06:35.2197129Z 0 upgraded, 0 newly installed, 0 to remove and 45 not upgraded.
2025-08-20T22:06:36.1318552Z pip 24.0 from /usr/lib/python3/dist-packages/pip (python 3.12)
2025-08-20T22:06:36.5499568Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T22:06:37.0562792Z Requirement already satisfied: pip in /usr/lib/python3/dist-packages (24.0)
2025-08-20T22:06:37.1769476Z Collecting pip
2025-08-20T22:06:37.2456646Z   Downloading pip-25.2-py3-none-any.whl.metadata (4.7 kB)
2025-08-20T22:06:37.2655807Z Downloading pip-25.2-py3-none-any.whl (1.8 MB)
2025-08-20T22:06:37.3402743Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 24.7 MB/s eta 0:00:00
2025-08-20T22:06:37.6040237Z Installing collected packages: pip
2025-08-20T22:06:38.3532282Z Successfully installed pip-25.2
2025-08-20T22:06:38.5838028Z pip 25.2 from /home/runner/.local/lib/python3.12/site-packages/pip (python 3.12)
2025-08-20T22:06:38.6352028Z Reading package lists...
2025-08-20T22:06:38.8472274Z Building dependency tree...
2025-08-20T22:06:38.8482219Z Reading state information...
2025-08-20T22:06:39.0255706Z pciutils is already the newest version (1:3.10.0-2build1).
2025-08-20T22:06:39.0256267Z pciutils set to manually installed.
2025-08-20T22:06:39.0256618Z procps is already the newest version (2:4.0.4-4ubuntu3.2).
2025-08-20T22:06:39.0258260Z python3-distro is already the newest version (1.9.0-1).
2025-08-20T22:06:39.0258814Z python3-distro set to manually installed.
2025-08-20T22:06:39.0259241Z python3-netifaces is already the newest version (0.11.0-2build3).
2025-08-20T22:06:39.0259627Z python3-netifaces set to manually installed.
2025-08-20T22:06:39.0259957Z The following additional packages will be installed:
2025-08-20T22:06:39.0260271Z   libsysfs2
2025-08-20T22:06:39.0264034Z Suggested packages:
2025-08-20T22:06:39.0264396Z   fancontrol read-edid i2c-tools
2025-08-20T22:06:39.0573796Z The following NEW packages will be installed:
2025-08-20T22:06:39.0579606Z   libsysfs2 lm-sensors sysfsutils virt-what
2025-08-20T22:06:39.0788637Z 0 upgraded, 4 newly installed, 0 to remove and 45 not upgraded.
2025-08-20T22:06:39.1049352Z Need to get 142 kB of archives.
2025-08-20T22:06:39.1050235Z After this operation, 577 kB of additional disk space will be used.
2025-08-20T22:06:39.1050997Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T22:06:39.1579901Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libsysfs2 amd64 2.1.1-6build1 [20.0 kB]
2025-08-20T22:06:39.1890597Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 sysfsutils amd64 2.1.1-6build1 [15.5 kB]
2025-08-20T22:06:39.2180360Z 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:06:39.2511594Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 virt-what amd64 1.25-2 [15.9 kB]
2025-08-20T22:06:39.5599857Z Fetched 142 kB in 0s (896 kB/s)
2025-08-20T22:06:39.5828654Z Selecting previously unselected package libsysfs2:amd64.
2025-08-20T22:06:39.5897642Z (Reading database ... 
2025-08-20T22:06:39.5898137Z (Reading database ... 5%
2025-08-20T22:06:39.5898582Z (Reading database ... 10%
2025-08-20T22:06:39.5898976Z (Reading database ... 15%
2025-08-20T22:06:39.5899897Z (Reading database ... 20%
2025-08-20T22:06:39.5900278Z (Reading database ... 25%
2025-08-20T22:06:39.5900642Z (Reading database ... 30%
2025-08-20T22:06:39.5901029Z (Reading database ... 35%
2025-08-20T22:06:39.5901406Z (Reading database ... 40%
2025-08-20T22:06:39.5901786Z (Reading database ... 45%
2025-08-20T22:06:39.5902157Z (Reading database ... 50%
2025-08-20T22:06:39.6030887Z (Reading database ... 55%
2025-08-20T22:06:39.6056047Z (Reading database ... 60%
2025-08-20T22:06:39.6083551Z (Reading database ... 65%
2025-08-20T22:06:39.6140628Z (Reading database ... 70%
2025-08-20T22:06:39.6172860Z (Reading database ... 75%
2025-08-20T22:06:39.6218642Z (Reading database ... 80%
2025-08-20T22:06:39.6402326Z (Reading database ... 85%
2025-08-20T22:06:39.6754402Z (Reading database ... 90%
2025-08-20T22:06:39.6865614Z (Reading database ... 95%
2025-08-20T22:06:39.6866150Z (Reading database ... 100%
2025-08-20T22:06:39.6867576Z (Reading database ... 237007 files and directories currently installed.)
2025-08-20T22:06:39.6921421Z Preparing to unpack .../libsysfs2_2.1.1-6build1_amd64.deb ...
2025-08-20T22:06:39.6942168Z Unpacking libsysfs2:amd64 (2.1.1-6build1) ...
2025-08-20T22:06:39.7178103Z Selecting previously unselected package sysfsutils.
2025-08-20T22:06:39.7325267Z Preparing to unpack .../sysfsutils_2.1.1-6build1_amd64.deb ...
2025-08-20T22:06:39.7358613Z Unpacking sysfsutils (2.1.1-6build1) ...
2025-08-20T22:06:39.7617532Z Selecting previously unselected package lm-sensors.
2025-08-20T22:06:39.7769145Z Preparing to unpack .../lm-sensors_1%3a3.6.0-9build1_amd64.deb ...
2025-08-20T22:06:39.7965976Z Unpacking lm-sensors (1:3.6.0-9build1) ...
2025-08-20T22:06:39.8242503Z Selecting previously unselected package virt-what.
2025-08-20T22:06:39.8392707Z Preparing to unpack .../virt-what_1.25-2_amd64.deb ...
2025-08-20T22:06:39.8401750Z Unpacking virt-what (1.25-2) ...
2025-08-20T22:06:39.8819041Z Setting up virt-what (1.25-2) ...
2025-08-20T22:06:39.8853475Z Setting up libsysfs2:amd64 (2.1.1-6build1) ...
2025-08-20T22:06:39.8873605Z Setting up sysfsutils (2.1.1-6build1) ...
2025-08-20T22:06:40.3128005Z Created symlink /etc/systemd/system/sysfs.service → /usr/lib/systemd/system/sysfsutils.service.
2025-08-20T22:06:40.3128700Z 
2025-08-20T22:06:40.3129447Z Created symlink /etc/systemd/system/multi-user.target.wants/sysfsutils.service → /usr/lib/systemd/system/sysfsutils.service.
2025-08-20T22:06:40.3129982Z 
2025-08-20T22:06:40.6441840Z Setting up lm-sensors (1:3.6.0-9build1) ...
2025-08-20T22:06:41.0443650Z Created symlink /etc/systemd/system/multi-user.target.wants/lm-sensors.service → /usr/lib/systemd/system/lm-sensors.service.
2025-08-20T22:06:41.0444377Z 
2025-08-20T22:06:41.0481318Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:06:45.9318708Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T22:06:47.8005422Z Reading package lists...
2025-08-20T22:06:48.0286084Z Building dependency tree...
2025-08-20T22:06:48.0295801Z Reading state information...
2025-08-20T22:06:48.2467287Z scons is already the newest version (4.5.2+dfsg-1).
2025-08-20T22:06:48.2468011Z The following additional packages will be installed:
2025-08-20T22:06:48.2474053Z   libpthread-stubs0-dev libxau-dev libxcb-shape0 libxdmcp-dev x11proto-dev
2025-08-20T22:06:48.2474732Z   xorg-sgml-doctools
2025-08-20T22:06:48.2482795Z Suggested packages:
2025-08-20T22:06:48.2483161Z   libxcb-doc
2025-08-20T22:06:48.2713545Z The following NEW packages will be installed:
2025-08-20T22:06:48.2717695Z   libpthread-stubs0-dev libxau-dev libxcb-render0-dev libxcb-shape0
2025-08-20T22:06:48.2725884Z   libxcb-shape0-dev libxcb-xfixes0-dev libxcb1-dev libxdmcp-dev x11proto-dev
2025-08-20T22:06:48.2726396Z   xcb xorg-sgml-doctools
2025-08-20T22:06:48.2963175Z 0 upgraded, 11 newly installed, 0 to remove and 45 not upgraded.
2025-08-20T22:06:48.2963564Z Need to get 807 kB of archives.
2025-08-20T22:06:48.2963923Z After this operation, 3089 kB of additional disk space will be used.
2025-08-20T22:06:48.2964327Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T22:06:48.3418195Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libpthread-stubs0-dev amd64 0.4-1build3 [4746 B]
2025-08-20T22:06:48.3720203Z 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:06:48.4009870Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 x11proto-dev all 2023.2-1 [602 kB]
2025-08-20T22:06:48.4632855Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxau-dev amd64 1:1.0.9-1build6 [9570 B]
2025-08-20T22:06:48.4923858Z 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:06:48.5223144Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxcb1-dev amd64 1.15-1ubuntu2 [85.8 kB]
2025-08-20T22:06:48.5523316Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxcb-render0-dev amd64 1.15-1ubuntu2 [19.6 kB]
2025-08-20T22:06:48.5816186Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxcb-shape0 amd64 1.15-1ubuntu2 [6100 B]
2025-08-20T22:06:48.6151693Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxcb-shape0-dev amd64 1.15-1ubuntu2 [7310 B]
2025-08-20T22:06:48.6445537Z Get:11 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxcb-xfixes0-dev amd64 1.15-1ubuntu2 [12.6 kB]
2025-08-20T22:06:48.6737542Z Get:12 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 xcb amd64 2.4-8build2 [21.3 kB]
2025-08-20T22:06:48.9636570Z Fetched 807 kB in 0s (2077 kB/s)
2025-08-20T22:06:48.9834162Z Selecting previously unselected package libpthread-stubs0-dev:amd64.
2025-08-20T22:06:48.9898756Z (Reading database ... 
2025-08-20T22:06:48.9899302Z (Reading database ... 5%
2025-08-20T22:06:48.9899777Z (Reading database ... 10%
2025-08-20T22:06:48.9900090Z (Reading database ... 15%
2025-08-20T22:06:48.9900387Z (Reading database ... 20%
2025-08-20T22:06:48.9900714Z (Reading database ... 25%
2025-08-20T22:06:48.9901001Z (Reading database ... 30%
2025-08-20T22:06:48.9901297Z (Reading database ... 35%
2025-08-20T22:06:48.9901587Z (Reading database ... 40%
2025-08-20T22:06:48.9901884Z (Reading database ... 45%
2025-08-20T22:06:48.9902175Z (Reading database ... 50%
2025-08-20T22:06:49.0003817Z (Reading database ... 55%
2025-08-20T22:06:49.0026221Z (Reading database ... 60%
2025-08-20T22:06:49.0051599Z (Reading database ... 65%
2025-08-20T22:06:49.0102045Z (Reading database ... 70%
2025-08-20T22:06:49.0130446Z (Reading database ... 75%
2025-08-20T22:06:49.0171157Z (Reading database ... 80%
2025-08-20T22:06:49.0349657Z (Reading database ... 85%
2025-08-20T22:06:49.0692028Z (Reading database ... 90%
2025-08-20T22:06:49.0781648Z (Reading database ... 95%
2025-08-20T22:06:49.0782193Z (Reading database ... 100%
2025-08-20T22:06:49.0782918Z (Reading database ... 237064 files and directories currently installed.)
2025-08-20T22:06:49.0835942Z Preparing to unpack .../00-libpthread-stubs0-dev_0.4-1build3_amd64.deb ...
2025-08-20T22:06:49.0844952Z Unpacking libpthread-stubs0-dev:amd64 (0.4-1build3) ...
2025-08-20T22:06:49.1068406Z Selecting previously unselected package xorg-sgml-doctools.
2025-08-20T22:06:49.1222219Z Preparing to unpack .../01-xorg-sgml-doctools_1%3a1.11-1.1_all.deb ...
2025-08-20T22:06:49.1231951Z Unpacking xorg-sgml-doctools (1:1.11-1.1) ...
2025-08-20T22:06:49.1499283Z Selecting previously unselected package x11proto-dev.
2025-08-20T22:06:49.1659460Z Preparing to unpack .../02-x11proto-dev_2023.2-1_all.deb ...
2025-08-20T22:06:49.1668844Z Unpacking x11proto-dev (2023.2-1) ...
2025-08-20T22:06:49.2234494Z Selecting previously unselected package libxau-dev:amd64.
2025-08-20T22:06:49.2392655Z Preparing to unpack .../03-libxau-dev_1%3a1.0.9-1build6_amd64.deb ...
2025-08-20T22:06:49.2402183Z Unpacking libxau-dev:amd64 (1:1.0.9-1build6) ...
2025-08-20T22:06:49.2652123Z Selecting previously unselected package libxdmcp-dev:amd64.
2025-08-20T22:06:49.2813665Z Preparing to unpack .../04-libxdmcp-dev_1%3a1.1.3-0ubuntu6_amd64.deb ...
2025-08-20T22:06:49.2823762Z Unpacking libxdmcp-dev:amd64 (1:1.1.3-0ubuntu6) ...
2025-08-20T22:06:49.3047766Z Selecting previously unselected package libxcb1-dev:amd64.
2025-08-20T22:06:49.3202779Z Preparing to unpack .../05-libxcb1-dev_1.15-1ubuntu2_amd64.deb ...
2025-08-20T22:06:49.3211294Z Unpacking libxcb1-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T22:06:49.3473025Z Selecting previously unselected package libxcb-render0-dev:amd64.
2025-08-20T22:06:49.3626598Z Preparing to unpack .../06-libxcb-render0-dev_1.15-1ubuntu2_amd64.deb ...
2025-08-20T22:06:49.3636399Z Unpacking libxcb-render0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T22:06:49.3882678Z Selecting previously unselected package libxcb-shape0:amd64.
2025-08-20T22:06:49.4037768Z Preparing to unpack .../07-libxcb-shape0_1.15-1ubuntu2_amd64.deb ...
2025-08-20T22:06:49.4055045Z Unpacking libxcb-shape0:amd64 (1.15-1ubuntu2) ...
2025-08-20T22:06:49.4282749Z Selecting previously unselected package libxcb-shape0-dev:amd64.
2025-08-20T22:06:49.4440047Z Preparing to unpack .../08-libxcb-shape0-dev_1.15-1ubuntu2_amd64.deb ...
2025-08-20T22:06:49.4448486Z Unpacking libxcb-shape0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T22:06:49.4683954Z Selecting previously unselected package libxcb-xfixes0-dev:amd64.
2025-08-20T22:06:49.4842320Z Preparing to unpack .../09-libxcb-xfixes0-dev_1.15-1ubuntu2_amd64.deb ...
2025-08-20T22:06:49.4851169Z Unpacking libxcb-xfixes0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T22:06:49.5120684Z Selecting previously unselected package xcb.
2025-08-20T22:06:49.5282397Z Preparing to unpack .../10-xcb_2.4-8build2_amd64.deb ...
2025-08-20T22:06:49.5291167Z Unpacking xcb (2.4-8build2) ...
2025-08-20T22:06:49.5757945Z Setting up libxcb-shape0:amd64 (1.15-1ubuntu2) ...
2025-08-20T22:06:49.5780175Z Setting up libpthread-stubs0-dev:amd64 (0.4-1build3) ...
2025-08-20T22:06:49.5804851Z Setting up xcb (2.4-8build2) ...
2025-08-20T22:06:49.5847642Z Setting up xorg-sgml-doctools (1:1.11-1.1) ...
2025-08-20T22:06:49.5898233Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T22:06:49.6051522Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:06:54.0663309Z Processing triggers for sgml-base (1.31) ...
2025-08-20T22:06:54.0755504Z Setting up x11proto-dev (2023.2-1) ...
2025-08-20T22:06:54.0778527Z Setting up libxau-dev:amd64 (1:1.0.9-1build6) ...
2025-08-20T22:06:54.0800542Z Setting up libxdmcp-dev:amd64 (1:1.1.3-0ubuntu6) ...
2025-08-20T22:06:54.0827212Z Setting up libxcb1-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T22:06:54.0939257Z Setting up libxcb-render0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T22:06:54.0962406Z Setting up libxcb-shape0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T22:06:54.0985216Z Setting up libxcb-xfixes0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T22:06:56.0486173Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T22:06:56.2241627Z Collecting build
2025-08-20T22:06:56.2604187Z   Downloading build-1.3.0-py3-none-any.whl.metadata (5.6 kB)
2025-08-20T22:06:56.3702679Z Collecting cffi
2025-08-20T22:06:56.3740967Z   Downloading cffi-1.17.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (1.5 kB)
2025-08-20T22:06:56.3899481Z Collecting scons
2025-08-20T22:06:56.3952621Z   Downloading scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T22:06:56.4088304Z Collecting scuba
2025-08-20T22:06:56.4140501Z   Downloading scuba-2.14.1-py3-none-any.whl.metadata (3.4 kB)
2025-08-20T22:06:56.4608235Z Collecting pytest
2025-08-20T22:06:56.4649067Z   Downloading pytest-8.4.1-py3-none-any.whl.metadata (7.7 kB)
2025-08-20T22:06:56.4829268Z Collecting packaging>=19.1 (from build)
2025-08-20T22:06:56.4863701Z   Downloading packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T22:06:56.4958906Z Collecting pyproject_hooks (from build)
2025-08-20T22:06:56.4995398Z   Downloading pyproject_hooks-1.2.0-py3-none-any.whl.metadata (1.3 kB)
2025-08-20T22:06:56.5100012Z Collecting pycparser (from cffi)
2025-08-20T22:06:56.5134860Z   Downloading pycparser-2.22-py3-none-any.whl.metadata (943 bytes)
2025-08-20T22:06:56.5453227Z Collecting PyYAML (from scuba)
2025-08-20T22:06:56.5491273Z   Downloading PyYAML-6.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.1 kB)
2025-08-20T22:06:56.5728243Z Collecting iniconfig>=1 (from pytest)
2025-08-20T22:06:56.5767798Z   Downloading iniconfig-2.1.0-py3-none-any.whl.metadata (2.7 kB)
2025-08-20T22:06:56.5934208Z Collecting pluggy<2,>=1.5 (from pytest)
2025-08-20T22:06:56.5969259Z   Downloading pluggy-1.6.0-py3-none-any.whl.metadata (4.8 kB)
2025-08-20T22:06:56.6164558Z Collecting pygments>=2.7.2 (from pytest)
2025-08-20T22:06:56.6199453Z   Downloading pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T22:06:56.6301588Z Downloading build-1.3.0-py3-none-any.whl (23 kB)
2025-08-20T22:06:56.6356128Z Downloading cffi-1.17.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (479 kB)
2025-08-20T22:06:56.6523161Z Downloading scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T22:06:56.6972655Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.1/4.1 MB 94.5 MB/s  0:00:00
2025-08-20T22:06:56.7019123Z Downloading scuba-2.14.1-py3-none-any.whl (292 kB)
2025-08-20T22:06:56.7103552Z Downloading pytest-8.4.1-py3-none-any.whl (365 kB)
2025-08-20T22:06:56.7210917Z Downloading pluggy-1.6.0-py3-none-any.whl (20 kB)
2025-08-20T22:06:56.7263283Z Downloading iniconfig-2.1.0-py3-none-any.whl (6.0 kB)
2025-08-20T22:06:56.7314320Z Downloading packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T22:06:56.7369106Z Downloading pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T22:06:56.7459081Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 155.1 MB/s  0:00:00
2025-08-20T22:06:56.7494732Z Downloading pycparser-2.22-py3-none-any.whl (117 kB)
2025-08-20T22:06:56.7550882Z Downloading pyproject_hooks-1.2.0-py3-none-any.whl (10 kB)
2025-08-20T22:06:56.7599068Z Downloading PyYAML-6.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (767 kB)
2025-08-20T22:06:56.7671672Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 767.5/767.5 kB 112.8 MB/s  0:00:00
2025-08-20T22:06:56.8826968Z Installing collected packages: scons, PyYAML, pyproject_hooks, pygments, pycparser, pluggy, packaging, iniconfig, scuba, pytest, cffi, build
2025-08-20T22:06:58.6579529Z 
2025-08-20T22:06:58.6598782Z 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:06:59.0312980Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T22:06:59.2093682Z Collecting ansi2txt
2025-08-20T22:06:59.2483198Z   Downloading ansi2txt-0.2.0-py3-none-any.whl.metadata (2.1 kB)
2025-08-20T22:06:59.2673031Z Collecting pipx
2025-08-20T22:06:59.2724590Z   Downloading pipx-1.7.1-py3-none-any.whl.metadata (18 kB)
2025-08-20T22:06:59.3068371Z Collecting scons
2025-08-20T22:06:59.3086606Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T22:06:59.3176108Z Collecting py2static
2025-08-20T22:06:59.3253695Z   Downloading py2static-0.0.1-py3-none-any.whl.metadata (1.2 kB)
2025-08-20T22:06:59.3477885Z Collecting typer
2025-08-20T22:06:59.3515529Z   Downloading typer-0.16.1-py3-none-any.whl.metadata (15 kB)
2025-08-20T22:06:59.3788251Z Collecting argcomplete>=1.9.4 (from pipx)
2025-08-20T22:06:59.3823761Z   Downloading argcomplete-3.6.2-py3-none-any.whl.metadata (16 kB)
2025-08-20T22:06:59.3999535Z Collecting packaging>=20 (from pipx)
2025-08-20T22:06:59.4011882Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T22:06:59.4204222Z Collecting platformdirs>=2.1 (from pipx)
2025-08-20T22:06:59.4239010Z   Downloading platformdirs-4.3.8-py3-none-any.whl.metadata (12 kB)
2025-08-20T22:06:59.4370520Z Collecting userpath!=1.9,>=1.6 (from pipx)
2025-08-20T22:06:59.4419582Z   Downloading userpath-1.9.2-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T22:06:59.4846055Z Collecting pyinstaller (from py2static)
2025-08-20T22:06:59.4904851Z   Downloading pyinstaller-6.15.0-py3-none-manylinux2014_x86_64.whl.metadata (8.4 kB)
2025-08-20T22:06:59.5064059Z Collecting staticx (from py2static)
2025-08-20T22:06:59.5127072Z   Downloading staticx-0.14.1-py3-none-manylinux1_x86_64.whl.metadata (1.9 kB)
2025-08-20T22:06:59.5302317Z Collecting click>=8.0.0 (from typer)
2025-08-20T22:06:59.5337760Z   Downloading click-8.2.1-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T22:06:59.5672646Z Collecting typing-extensions>=3.7.4.3 (from typer)
2025-08-20T22:06:59.5710548Z   Downloading typing_extensions-4.14.1-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T22:06:59.5838542Z Collecting shellingham>=1.3.0 (from typer)
2025-08-20T22:06:59.5871550Z   Downloading shellingham-1.5.4-py2.py3-none-any.whl.metadata (3.5 kB)
2025-08-20T22:06:59.6232427Z Collecting rich>=10.11.0 (from typer)
2025-08-20T22:06:59.6270153Z   Downloading rich-14.1.0-py3-none-any.whl.metadata (18 kB)
2025-08-20T22:06:59.6555791Z Collecting markdown-it-py>=2.2.0 (from rich>=10.11.0->typer)
2025-08-20T22:06:59.6591226Z   Downloading markdown_it_py-4.0.0-py3-none-any.whl.metadata (7.3 kB)
2025-08-20T22:06:59.6811318Z Collecting pygments<3.0.0,>=2.13.0 (from rich>=10.11.0->typer)
2025-08-20T22:06:59.6823012Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T22:06:59.6916631Z Collecting mdurl~=0.1 (from markdown-it-py>=2.2.0->rich>=10.11.0->typer)
2025-08-20T22:06:59.6950628Z   Downloading mdurl-0.1.2-py3-none-any.whl.metadata (1.6 kB)
2025-08-20T22:06:59.8072353Z Collecting setuptools>=42.0.0 (from pyinstaller->py2static)
2025-08-20T22:06:59.8109162Z   Downloading setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-20T22:06:59.8304172Z Collecting altgraph (from pyinstaller->py2static)
2025-08-20T22:06:59.8339269Z   Downloading altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-20T22:06:59.8516116Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller->py2static)
2025-08-20T22:06:59.8552785Z   Downloading pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-20T22:06:59.8733004Z Collecting pyelftools (from staticx->py2static)
2025-08-20T22:06:59.8795234Z   Downloading pyelftools-0.32-py3-none-any.whl.metadata (372 bytes)
2025-08-20T22:06:59.8912168Z Downloading ansi2txt-0.2.0-py3-none-any.whl (14 kB)
2025-08-20T22:06:59.9000682Z Downloading pipx-1.7.1-py3-none-any.whl (78 kB)
2025-08-20T22:06:59.9051408Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T22:06:59.9132258Z Downloading py2static-0.0.1-py3-none-any.whl (5.7 kB)
2025-08-20T22:06:59.9201539Z Downloading typer-0.16.1-py3-none-any.whl (46 kB)
2025-08-20T22:06:59.9256011Z Downloading argcomplete-3.6.2-py3-none-any.whl (43 kB)
2025-08-20T22:06:59.9316631Z Downloading click-8.2.1-py3-none-any.whl (102 kB)
2025-08-20T22:06:59.9349560Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T22:06:59.9389043Z Downloading platformdirs-4.3.8-py3-none-any.whl (18 kB)
2025-08-20T22:06:59.9439390Z Downloading rich-14.1.0-py3-none-any.whl (243 kB)
2025-08-20T22:06:59.9485630Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T22:06:59.9527452Z Downloading markdown_it_py-4.0.0-py3-none-any.whl (87 kB)
2025-08-20T22:06:59.9583643Z Downloading mdurl-0.1.2-py3-none-any.whl (10.0 kB)
2025-08-20T22:06:59.9637735Z Downloading shellingham-1.5.4-py2.py3-none-any.whl (9.8 kB)
2025-08-20T22:06:59.9687576Z Downloading typing_extensions-4.14.1-py3-none-any.whl (43 kB)
2025-08-20T22:06:59.9739428Z Downloading userpath-1.9.2-py3-none-any.whl (9.1 kB)
2025-08-20T22:06:59.9818441Z Downloading pyinstaller-6.15.0-py3-none-manylinux2014_x86_64.whl (732 kB)
2025-08-20T22:06:59.9916241Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 732.2/732.2 kB 67.3 MB/s  0:00:00
2025-08-20T22:06:59.9985131Z Downloading pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-20T22:07:00.0058836Z Downloading setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-20T22:07:00.0140170Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 166.6 MB/s  0:00:00
2025-08-20T22:07:00.0173642Z Downloading altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-20T22:07:00.0234548Z Downloading staticx-0.14.1-py3-none-manylinux1_x86_64.whl (182 kB)
2025-08-20T22:07:00.0308755Z Downloading pyelftools-0.32-py3-none-any.whl (188 kB)
2025-08-20T22:07:00.1857792Z 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:07:01.0667330Z   Attempting uninstall: scons
2025-08-20T22:07:01.0754833Z     Found existing installation: SCons 4.9.1
2025-08-20T22:07:01.1147682Z     Uninstalling SCons-4.9.1:
2025-08-20T22:07:01.1227131Z       Successfully uninstalled SCons-4.9.1
2025-08-20T22:07:01.7570082Z   Attempting uninstall: pygments
2025-08-20T22:07:01.7660820Z     Found existing installation: Pygments 2.19.2
2025-08-20T22:07:01.7900126Z     Uninstalling Pygments-2.19.2:
2025-08-20T22:07:01.7929939Z       Successfully uninstalled Pygments-2.19.2
2025-08-20T22:07:02.4599497Z   Attempting uninstall: packaging
2025-08-20T22:07:02.4680966Z     Found existing installation: packaging 25.0
2025-08-20T22:07:02.4707042Z     Uninstalling packaging-25.0:
2025-08-20T22:07:02.4715165Z       Successfully uninstalled packaging-25.0
2025-08-20T22:07:03.5005142Z 
2025-08-20T22:07:03.5036136Z 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:07:03.8684133Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T22:07:04.0442950Z Collecting build
2025-08-20T22:07:04.0455879Z   Using cached build-1.3.0-py3-none-any.whl.metadata (5.6 kB)
2025-08-20T22:07:04.1349218Z Collecting cffi
2025-08-20T22:07:04.1363405Z   Using cached cffi-1.17.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (1.5 kB)
2025-08-20T22:07:04.1486620Z Collecting scons
2025-08-20T22:07:04.1497511Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T22:07:04.1616108Z Collecting scuba
2025-08-20T22:07:04.1627365Z   Using cached scuba-2.14.1-py3-none-any.whl.metadata (3.4 kB)
2025-08-20T22:07:04.2073754Z Collecting pytest
2025-08-20T22:07:04.2086545Z   Using cached pytest-8.4.1-py3-none-any.whl.metadata (7.7 kB)
2025-08-20T22:07:04.2246605Z Collecting packaging>=19.1 (from build)
2025-08-20T22:07:04.2258516Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T22:07:04.2351408Z Collecting pyproject_hooks (from build)
2025-08-20T22:07:04.2362551Z   Using cached pyproject_hooks-1.2.0-py3-none-any.whl.metadata (1.3 kB)
2025-08-20T22:07:04.2452145Z Collecting pycparser (from cffi)
2025-08-20T22:07:04.2465447Z   Using cached pycparser-2.22-py3-none-any.whl.metadata (943 bytes)
2025-08-20T22:07:04.2756465Z Collecting PyYAML (from scuba)
2025-08-20T22:07:04.2770784Z   Using cached PyYAML-6.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.1 kB)
2025-08-20T22:07:04.2852570Z Collecting iniconfig>=1 (from pytest)
2025-08-20T22:07:04.2863830Z   Using cached iniconfig-2.1.0-py3-none-any.whl.metadata (2.7 kB)
2025-08-20T22:07:04.3007676Z Collecting pluggy<2,>=1.5 (from pytest)
2025-08-20T22:07:04.3019035Z   Using cached pluggy-1.6.0-py3-none-any.whl.metadata (4.8 kB)
2025-08-20T22:07:04.3187050Z Collecting pygments>=2.7.2 (from pytest)
2025-08-20T22:07:04.3198991Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T22:07:04.3260429Z Using cached build-1.3.0-py3-none-any.whl (23 kB)
2025-08-20T22:07:04.3271153Z Using cached cffi-1.17.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (479 kB)
2025-08-20T22:07:04.3284551Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T22:07:04.3327843Z Using cached scuba-2.14.1-py3-none-any.whl (292 kB)
2025-08-20T22:07:04.3340040Z Using cached pytest-8.4.1-py3-none-any.whl (365 kB)
2025-08-20T22:07:04.3352994Z Using cached pluggy-1.6.0-py3-none-any.whl (20 kB)
2025-08-20T22:07:04.3363185Z Using cached iniconfig-2.1.0-py3-none-any.whl (6.0 kB)
2025-08-20T22:07:04.3373201Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T22:07:04.3383572Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T22:07:04.3402796Z Using cached pycparser-2.22-py3-none-any.whl (117 kB)
2025-08-20T22:07:04.3413532Z Using cached pyproject_hooks-1.2.0-py3-none-any.whl (10 kB)
2025-08-20T22:07:04.3423795Z Using cached PyYAML-6.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (767 kB)
2025-08-20T22:07:04.4690342Z Installing collected packages: scons, PyYAML, pyproject_hooks, pygments, pycparser, pluggy, packaging, iniconfig, scuba, pytest, cffi, build
2025-08-20T22:07:04.4695891Z   Attempting uninstall: scons
2025-08-20T22:07:04.4783891Z     Found existing installation: SCons 4.9.1
2025-08-20T22:07:04.5169787Z     Uninstalling SCons-4.9.1:
2025-08-20T22:07:04.5244802Z       Successfully uninstalled SCons-4.9.1
2025-08-20T22:07:05.1680316Z   Attempting uninstall: PyYAML
2025-08-20T22:07:05.1772177Z     Found existing installation: PyYAML 6.0.2
2025-08-20T22:07:05.1797827Z     Uninstalling PyYAML-6.0.2:
2025-08-20T22:07:05.1806183Z       Successfully uninstalled PyYAML-6.0.2
2025-08-20T22:07:05.2347063Z   Attempting uninstall: pyproject_hooks
2025-08-20T22:07:05.2432082Z     Found existing installation: pyproject_hooks 1.2.0
2025-08-20T22:07:05.2450268Z     Uninstalling pyproject_hooks-1.2.0:
2025-08-20T22:07:05.2457013Z       Successfully uninstalled pyproject_hooks-1.2.0
2025-08-20T22:07:05.2551647Z   Attempting uninstall: pygments
2025-08-20T22:07:05.2630910Z     Found existing installation: Pygments 2.19.2
2025-08-20T22:07:05.2860714Z     Uninstalling Pygments-2.19.2:
2025-08-20T22:07:05.2887925Z       Successfully uninstalled Pygments-2.19.2
2025-08-20T22:07:05.9434335Z   Attempting uninstall: pycparser
2025-08-20T22:07:05.9527980Z     Found existing installation: pycparser 2.22
2025-08-20T22:07:05.9552646Z     Uninstalling pycparser-2.22:
2025-08-20T22:07:05.9560302Z       Successfully uninstalled pycparser-2.22
2025-08-20T22:07:06.0776978Z   Attempting uninstall: pluggy
2025-08-20T22:07:06.0867755Z     Found existing installation: pluggy 1.6.0
2025-08-20T22:07:06.0887426Z     Uninstalling pluggy-1.6.0:
2025-08-20T22:07:06.0894777Z       Successfully uninstalled pluggy-1.6.0
2025-08-20T22:07:06.1055823Z   Attempting uninstall: packaging
2025-08-20T22:07:06.1137983Z     Found existing installation: packaging 25.0
2025-08-20T22:07:06.1162866Z     Uninstalling packaging-25.0:
2025-08-20T22:07:06.1170555Z       Successfully uninstalled packaging-25.0
2025-08-20T22:07:06.1573920Z   Attempting uninstall: iniconfig
2025-08-20T22:07:06.1661211Z     Found existing installation: iniconfig 2.1.0
2025-08-20T22:07:06.1678587Z     Uninstalling iniconfig-2.1.0:
2025-08-20T22:07:06.1685592Z       Successfully uninstalled iniconfig-2.1.0
2025-08-20T22:07:06.1757349Z   Attempting uninstall: scuba
2025-08-20T22:07:06.1836964Z     Found existing installation: scuba 2.14.1
2025-08-20T22:07:06.1858318Z     Uninstalling scuba-2.14.1:
2025-08-20T22:07:06.1867084Z       Successfully uninstalled scuba-2.14.1
2025-08-20T22:07:06.2062411Z   Attempting uninstall: pytest
2025-08-20T22:07:06.2148863Z     Found existing installation: pytest 8.4.1
2025-08-20T22:07:06.2215562Z     Uninstalling pytest-8.4.1:
2025-08-20T22:07:06.2486209Z       Successfully uninstalled pytest-8.4.1
2025-08-20T22:07:06.4681333Z   Attempting uninstall: cffi
2025-08-20T22:07:06.4765956Z     Found existing installation: cffi 1.17.1
2025-08-20T22:07:06.4797501Z     Uninstalling cffi-1.17.1:
2025-08-20T22:07:06.5038083Z       Successfully uninstalled cffi-1.17.1
2025-08-20T22:07:06.5727326Z   Attempting uninstall: build
2025-08-20T22:07:06.5808512Z     Found existing installation: build 1.3.0
2025-08-20T22:07:06.5832912Z     Uninstalling build-1.3.0:
2025-08-20T22:07:06.5843832Z       Successfully uninstalled build-1.3.0
2025-08-20T22:07:06.6025737Z 
2025-08-20T22:07:06.6055007Z 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:07:06.9637515Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T22:07:07.1365508Z Collecting ansi2txt
2025-08-20T22:07:07.1377912Z   Using cached ansi2txt-0.2.0-py3-none-any.whl.metadata (2.1 kB)
2025-08-20T22:07:07.1560173Z Collecting pipx
2025-08-20T22:07:07.1573128Z   Using cached pipx-1.7.1-py3-none-any.whl.metadata (18 kB)
2025-08-20T22:07:07.1722846Z Collecting scons
2025-08-20T22:07:07.1744545Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T22:07:07.1832948Z Collecting py2static
2025-08-20T22:07:07.1843849Z   Using cached py2static-0.0.1-py3-none-any.whl.metadata (1.2 kB)
2025-08-20T22:07:07.1980613Z Collecting typer
2025-08-20T22:07:07.1991350Z   Using cached typer-0.16.1-py3-none-any.whl.metadata (15 kB)
2025-08-20T22:07:07.2204589Z Collecting argcomplete>=1.9.4 (from pipx)
2025-08-20T22:07:07.2216428Z   Using cached argcomplete-3.6.2-py3-none-any.whl.metadata (16 kB)
2025-08-20T22:07:07.2376267Z Collecting packaging>=20 (from pipx)
2025-08-20T22:07:07.2389341Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T22:07:07.2565279Z Collecting platformdirs>=2.1 (from pipx)
2025-08-20T22:07:07.2580968Z   Using cached platformdirs-4.3.8-py3-none-any.whl.metadata (12 kB)
2025-08-20T22:07:07.2728268Z Collecting userpath!=1.9,>=1.6 (from pipx)
2025-08-20T22:07:07.2740033Z   Using cached userpath-1.9.2-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T22:07:07.3102171Z Collecting pyinstaller (from py2static)
2025-08-20T22:07:07.3114969Z   Using cached pyinstaller-6.15.0-py3-none-manylinux2014_x86_64.whl.metadata (8.4 kB)
2025-08-20T22:07:07.3258107Z Collecting staticx (from py2static)
2025-08-20T22:07:07.3269824Z   Using cached staticx-0.14.1-py3-none-manylinux1_x86_64.whl.metadata (1.9 kB)
2025-08-20T22:07:07.3425217Z Collecting click>=8.0.0 (from typer)
2025-08-20T22:07:07.3439633Z   Using cached click-8.2.1-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T22:07:07.3793077Z Collecting typing-extensions>=3.7.4.3 (from typer)
2025-08-20T22:07:07.3805867Z   Using cached typing_extensions-4.14.1-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T22:07:07.3938975Z Collecting shellingham>=1.3.0 (from typer)
2025-08-20T22:07:07.3953089Z   Using cached shellingham-1.5.4-py2.py3-none-any.whl.metadata (3.5 kB)
2025-08-20T22:07:07.4369766Z Collecting rich>=10.11.0 (from typer)
2025-08-20T22:07:07.4385592Z   Using cached rich-14.1.0-py3-none-any.whl.metadata (18 kB)
2025-08-20T22:07:07.4572220Z Collecting markdown-it-py>=2.2.0 (from rich>=10.11.0->typer)
2025-08-20T22:07:07.4587397Z   Using cached markdown_it_py-4.0.0-py3-none-any.whl.metadata (7.3 kB)
2025-08-20T22:07:07.4793393Z Collecting pygments<3.0.0,>=2.13.0 (from rich>=10.11.0->typer)
2025-08-20T22:07:07.4807507Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T22:07:07.5003152Z Collecting mdurl~=0.1 (from markdown-it-py>=2.2.0->rich>=10.11.0->typer)
2025-08-20T22:07:07.5014267Z   Using cached mdurl-0.1.2-py3-none-any.whl.metadata (1.6 kB)
2025-08-20T22:07:07.6113148Z Collecting setuptools>=42.0.0 (from pyinstaller->py2static)
2025-08-20T22:07:07.6127644Z   Using cached setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-20T22:07:07.6288465Z Collecting altgraph (from pyinstaller->py2static)
2025-08-20T22:07:07.6299268Z   Using cached altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-20T22:07:07.6449257Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller->py2static)
2025-08-20T22:07:07.6461840Z   Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-20T22:07:07.6602425Z Collecting pyelftools (from staticx->py2static)
2025-08-20T22:07:07.6613219Z   Using cached pyelftools-0.32-py3-none-any.whl.metadata (372 bytes)
2025-08-20T22:07:07.6652006Z Using cached ansi2txt-0.2.0-py3-none-any.whl (14 kB)
2025-08-20T22:07:07.6662074Z Using cached pipx-1.7.1-py3-none-any.whl (78 kB)
2025-08-20T22:07:07.6672696Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T22:07:07.6715696Z Using cached py2static-0.0.1-py3-none-any.whl (5.7 kB)
2025-08-20T22:07:07.6726322Z Using cached typer-0.16.1-py3-none-any.whl (46 kB)
2025-08-20T22:07:07.6736408Z Using cached argcomplete-3.6.2-py3-none-any.whl (43 kB)
2025-08-20T22:07:07.6746548Z Using cached click-8.2.1-py3-none-any.whl (102 kB)
2025-08-20T22:07:07.6757068Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T22:07:07.6767090Z Using cached platformdirs-4.3.8-py3-none-any.whl (18 kB)
2025-08-20T22:07:07.6776976Z Using cached rich-14.1.0-py3-none-any.whl (243 kB)
2025-08-20T22:07:07.6788571Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T22:07:07.6808089Z Using cached markdown_it_py-4.0.0-py3-none-any.whl (87 kB)
2025-08-20T22:07:07.6818542Z Using cached mdurl-0.1.2-py3-none-any.whl (10.0 kB)
2025-08-20T22:07:07.6828179Z Using cached shellingham-1.5.4-py2.py3-none-any.whl (9.8 kB)
2025-08-20T22:07:07.6837942Z Using cached typing_extensions-4.14.1-py3-none-any.whl (43 kB)
2025-08-20T22:07:07.6847937Z Using cached userpath-1.9.2-py3-none-any.whl (9.1 kB)
2025-08-20T22:07:07.6858473Z Using cached pyinstaller-6.15.0-py3-none-manylinux2014_x86_64.whl (732 kB)
2025-08-20T22:07:07.6873504Z Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-20T22:07:07.6886414Z Using cached setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-20T22:07:07.6906433Z Using cached altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-20T22:07:07.6916473Z Using cached staticx-0.14.1-py3-none-manylinux1_x86_64.whl (182 kB)
2025-08-20T22:07:07.6927483Z Using cached pyelftools-0.32-py3-none-any.whl (188 kB)
2025-08-20T22:07:07.8470160Z 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:07:07.8477658Z   Attempting uninstall: pyelftools
2025-08-20T22:07:07.8560918Z     Found existing installation: pyelftools 0.32
2025-08-20T22:07:07.8614890Z     Uninstalling pyelftools-0.32:
2025-08-20T22:07:07.8633327Z       Successfully uninstalled pyelftools-0.32
2025-08-20T22:07:07.9795815Z   Attempting uninstall: altgraph
2025-08-20T22:07:07.9883882Z     Found existing installation: altgraph 0.17.4
2025-08-20T22:07:07.9903723Z     Uninstalling altgraph-0.17.4:
2025-08-20T22:07:07.9913525Z       Successfully uninstalled altgraph-0.17.4
2025-08-20T22:07:08.0056924Z   Attempting uninstall: typing-extensions
2025-08-20T22:07:08.0147487Z     Found existing installation: typing_extensions 4.14.1
2025-08-20T22:07:08.0166182Z     Uninstalling typing_extensions-4.14.1:
2025-08-20T22:07:08.0413328Z       Successfully uninstalled typing_extensions-4.14.1
2025-08-20T22:07:08.0695404Z   Attempting uninstall: staticx
2025-08-20T22:07:08.0783017Z     Found existing installation: staticx 0.14.1
2025-08-20T22:07:08.0810826Z     Uninstalling staticx-0.14.1:
2025-08-20T22:07:08.0822333Z       Successfully uninstalled staticx-0.14.1
2025-08-20T22:07:08.1038522Z   Attempting uninstall: shellingham
2025-08-20T22:07:08.1124047Z     Found existing installation: shellingham 1.5.4
2025-08-20T22:07:08.1143594Z     Uninstalling shellingham-1.5.4:
2025-08-20T22:07:08.1151613Z       Successfully uninstalled shellingham-1.5.4
2025-08-20T22:07:08.1246002Z   Attempting uninstall: setuptools
2025-08-20T22:07:08.1333839Z     Found existing installation: setuptools 80.9.0
2025-08-20T22:07:08.1623842Z     Uninstalling setuptools-80.9.0:
2025-08-20T22:07:08.1914307Z       Successfully uninstalled setuptools-80.9.0
2025-08-20T22:07:08.8745797Z   Attempting uninstall: scons
2025-08-20T22:07:08.8850380Z     Found existing installation: SCons 4.9.1
2025-08-20T22:07:08.9253871Z     Uninstalling SCons-4.9.1:
2025-08-20T22:07:08.9329747Z       Successfully uninstalled SCons-4.9.1
2025-08-20T22:07:09.5766141Z   Attempting uninstall: pygments
2025-08-20T22:07:09.5852131Z     Found existing installation: Pygments 2.19.2
2025-08-20T22:07:09.6094278Z     Uninstalling Pygments-2.19.2:
2025-08-20T22:07:09.6122261Z       Successfully uninstalled Pygments-2.19.2
2025-08-20T22:07:10.2736922Z   Attempting uninstall: platformdirs
2025-08-20T22:07:10.2822379Z     Found existing installation: platformdirs 4.3.8
2025-08-20T22:07:10.2855664Z     Uninstalling platformdirs-4.3.8:
2025-08-20T22:07:10.2862608Z       Successfully uninstalled platformdirs-4.3.8
2025-08-20T22:07:10.3010661Z   Attempting uninstall: packaging
2025-08-20T22:07:10.3092036Z     Found existing installation: packaging 25.0
2025-08-20T22:07:10.3117249Z     Uninstalling packaging-25.0:
2025-08-20T22:07:10.3124748Z       Successfully uninstalled packaging-25.0
2025-08-20T22:07:10.3509441Z   Attempting uninstall: mdurl
2025-08-20T22:07:10.3592276Z     Found existing installation: mdurl 0.1.2
2025-08-20T22:07:10.3609766Z     Uninstalling mdurl-0.1.2:
2025-08-20T22:07:10.3616228Z       Successfully uninstalled mdurl-0.1.2
2025-08-20T22:07:10.3701005Z   Attempting uninstall: click
2025-08-20T22:07:10.3782556Z     Found existing installation: click 8.2.1
2025-08-20T22:07:10.3805547Z     Uninstalling click-8.2.1:
2025-08-20T22:07:10.3812748Z       Successfully uninstalled click-8.2.1
2025-08-20T22:07:10.4413189Z   Attempting uninstall: argcomplete
2025-08-20T22:07:10.4501967Z     Found existing installation: argcomplete 3.6.2
2025-08-20T22:07:10.4531520Z     Uninstalling argcomplete-3.6.2:
2025-08-20T22:07:10.4543729Z       Successfully uninstalled argcomplete-3.6.2
2025-08-20T22:07:10.4775589Z   Attempting uninstall: ansi2txt
2025-08-20T22:07:10.4858176Z     Found existing installation: ansi2txt 0.2.0
2025-08-20T22:07:10.4873794Z     Uninstalling ansi2txt-0.2.0:
2025-08-20T22:07:10.5128005Z       Successfully uninstalled ansi2txt-0.2.0
2025-08-20T22:07:10.5183795Z   Attempting uninstall: userpath
2025-08-20T22:07:10.5272478Z     Found existing installation: userpath 1.9.2
2025-08-20T22:07:10.5293288Z     Uninstalling userpath-1.9.2:
2025-08-20T22:07:10.5302991Z       Successfully uninstalled userpath-1.9.2
2025-08-20T22:07:10.5411507Z   Attempting uninstall: pyinstaller-hooks-contrib
2025-08-20T22:07:10.5499473Z     Found existing installation: pyinstaller-hooks-contrib 2025.8
2025-08-20T22:07:10.5950708Z     Uninstalling pyinstaller-hooks-contrib-2025.8:
2025-08-20T22:07:10.5994834Z       Successfully uninstalled pyinstaller-hooks-contrib-2025.8
2025-08-20T22:07:10.8836460Z   Attempting uninstall: markdown-it-py
2025-08-20T22:07:10.8936351Z     Found existing installation: markdown-it-py 4.0.0
2025-08-20T22:07:10.8997609Z     Uninstalling markdown-it-py-4.0.0:
2025-08-20T22:07:10.9013206Z       Successfully uninstalled markdown-it-py-4.0.0
2025-08-20T22:07:10.9645345Z   Attempting uninstall: rich
2025-08-20T22:07:10.9741701Z     Found existing installation: rich 14.1.0
2025-08-20T22:07:10.9805879Z     Uninstalling rich-14.1.0:
2025-08-20T22:07:10.9816434Z       Successfully uninstalled rich-14.1.0
2025-08-20T22:07:11.1469286Z   Attempting uninstall: pyinstaller
2025-08-20T22:07:11.1555462Z     Found existing installation: pyinstaller 6.15.0
2025-08-20T22:07:11.1928020Z     Uninstalling pyinstaller-6.15.0:
2025-08-20T22:07:11.1973119Z       Successfully uninstalled pyinstaller-6.15.0
2025-08-20T22:07:11.5416024Z   Attempting uninstall: pipx
2025-08-20T22:07:11.5511236Z     Found existing installation: pipx 1.7.1
2025-08-20T22:07:11.5550719Z     Uninstalling pipx-1.7.1:
2025-08-20T22:07:11.5562393Z       Successfully uninstalled pipx-1.7.1
2025-08-20T22:07:11.6095520Z   Attempting uninstall: typer
2025-08-20T22:07:11.6187986Z     Found existing installation: typer 0.16.1
2025-08-20T22:07:11.6215947Z     Uninstalling typer-0.16.1:
2025-08-20T22:07:11.6225884Z       Successfully uninstalled typer-0.16.1
2025-08-20T22:07:11.6578773Z   Attempting uninstall: py2static
2025-08-20T22:07:11.6660923Z     Found existing installation: py2static 0.0.1
2025-08-20T22:07:11.6681269Z     Uninstalling py2static-0.0.1:
2025-08-20T22:07:11.6692381Z       Successfully uninstalled py2static-0.0.1
2025-08-20T22:07:11.6770232Z 
2025-08-20T22:07:11.6800841Z 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:07:12.0255866Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T22:07:12.1511888Z Collecting git+https://github.com/pyinstaller/pyinstaller
2025-08-20T22:07:12.1517584Z   Cloning https://github.com/pyinstaller/pyinstaller to /tmp/pip-req-build-eulcdfu9
2025-08-20T22:07:12.1544061Z   Running command git clone --filter=blob:none --quiet https://github.com/pyinstaller/pyinstaller /tmp/pip-req-build-eulcdfu9
2025-08-20T22:07:13.4203638Z   Resolved https://github.com/pyinstaller/pyinstaller to commit 34508a2cda1072718a81ef1d5a660ce89e62d295
2025-08-20T22:07:13.4247845Z   Installing build dependencies: started
2025-08-20T22:07:14.1767514Z   Installing build dependencies: finished with status 'done'
2025-08-20T22:07:14.1777242Z   Getting requirements to build wheel: started
2025-08-20T22:07:14.4793274Z   Getting requirements to build wheel: finished with status 'done'
2025-08-20T22:07:14.4806191Z   Preparing metadata (pyproject.toml): started
2025-08-20T22:07:14.6857750Z   Preparing metadata (pyproject.toml): finished with status 'done'
2025-08-20T22:07:14.8463747Z Collecting setuptools>=42.0.0 (from pyinstaller==6.15.0)
2025-08-20T22:07:14.8477736Z   Using cached setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-20T22:07:14.8638331Z Collecting altgraph (from pyinstaller==6.15.0)
2025-08-20T22:07:14.8649425Z   Using cached altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-20T22:07:14.8822260Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller==6.15.0)
2025-08-20T22:07:14.8833607Z   Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-20T22:07:14.8973581Z Collecting packaging>=22.0 (from pyinstaller==6.15.0)
2025-08-20T22:07:14.8985667Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T22:07:14.9036176Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T22:07:14.9047310Z Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-20T22:07:14.9061276Z Using cached setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-20T22:07:14.9081390Z Using cached altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-20T22:07:14.9207740Z Building wheels for collected packages: pyinstaller
2025-08-20T22:07:14.9216223Z   Building wheel for pyinstaller (pyproject.toml): started
2025-08-20T22:07:15.5862093Z   Building wheel for pyinstaller (pyproject.toml): finished with status 'done'
2025-08-20T22:07:15.5884712Z   Created wheel for pyinstaller: filename=pyinstaller-6.15.0-py3-none-any.whl size=1772413 sha256=72ba2fb5cba620f76855cea31c4c20e7a0f8cf72529e427348ec22df230bf3b0
2025-08-20T22:07:15.5886461Z   Stored in directory: /tmp/pip-ephem-wheel-cache-rnfbremd/wheels/ad/f0/96/ada035be05b1c8fe6a9d81fd24e3d5f767d7ccd2219d68e4e2
2025-08-20T22:07:15.5927271Z Successfully built pyinstaller
2025-08-20T22:07:15.6858668Z Installing collected packages: altgraph, setuptools, packaging, pyinstaller-hooks-contrib, pyinstaller
2025-08-20T22:07:15.6864346Z   Attempting uninstall: altgraph
2025-08-20T22:07:15.6950062Z     Found existing installation: altgraph 0.17.4
2025-08-20T22:07:15.6970760Z     Uninstalling altgraph-0.17.4:
2025-08-20T22:07:15.6978450Z       Successfully uninstalled altgraph-0.17.4
2025-08-20T22:07:15.7131672Z   Attempting uninstall: setuptools
2025-08-20T22:07:15.7222046Z     Found existing installation: setuptools 80.9.0
2025-08-20T22:07:15.7515011Z     Uninstalling setuptools-80.9.0:
2025-08-20T22:07:15.7807833Z       Successfully uninstalled setuptools-80.9.0
2025-08-20T22:07:16.4770030Z   Attempting uninstall: packaging
2025-08-20T22:07:16.4853215Z     Found existing installation: packaging 25.0
2025-08-20T22:07:16.4889366Z     Uninstalling packaging-25.0:
2025-08-20T22:07:16.4896486Z       Successfully uninstalled packaging-25.0
2025-08-20T22:07:16.5307820Z   Attempting uninstall: pyinstaller-hooks-contrib
2025-08-20T22:07:16.5390796Z     Found existing installation: pyinstaller-hooks-contrib 2025.8
2025-08-20T22:07:16.5835075Z     Uninstalling pyinstaller-hooks-contrib-2025.8:
2025-08-20T22:07:16.5879031Z       Successfully uninstalled pyinstaller-hooks-contrib-2025.8
2025-08-20T22:07:16.8729425Z   Attempting uninstall: pyinstaller
2025-08-20T22:07:16.8817554Z     Found existing installation: pyinstaller 6.15.0
2025-08-20T22:07:16.9183069Z     Uninstalling pyinstaller-6.15.0:
2025-08-20T22:07:16.9228975Z       Successfully uninstalled pyinstaller-6.15.0
2025-08-20T22:07:17.2686298Z 
2025-08-20T22:07:17.2719862Z 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:07:17.5759340Z 6.15.0
2025-08-20T22:07:17.9549139Z # Executing docker install script, commit: bedc5d6b3e782a5e50d3d2a870f5e1f1b5a38d5c
2025-08-20T22:07:17.9560102Z Warning: the "docker" command appears to already exist on this system.
2025-08-20T22:07:17.9560496Z 
2025-08-20T22:07:17.9560746Z If you already have Docker installed, this script can cause trouble, which is
2025-08-20T22:07:17.9561324Z why we're displaying this warning and provide the opportunity to cancel the
2025-08-20T22:07:17.9561749Z installation.
2025-08-20T22:07:17.9561906Z 
2025-08-20T22:07:17.9562151Z If you installed the current Docker package using this script and are using it
2025-08-20T22:07:17.9562755Z again to update Docker, you can ignore this message, but be aware that the
2025-08-20T22:07:17.9563288Z script resets any custom changes in the deb and rpm repo configuration
2025-08-20T22:07:17.9563756Z files to match the parameters passed to the script.
2025-08-20T22:07:17.9564027Z 
2025-08-20T22:07:17.9564168Z You may press Ctrl+C now to abort this script.
2025-08-20T22:07:17.9759758Z + sh -c 'apt-get -qq update >/dev/null'
2025-08-20T22:07:19.4203719Z + sh -c 'DEBIAN_FRONTEND=noninteractive apt-get -y -qq install ca-certificates curl >/dev/null'
2025-08-20T22:07:20.0163434Z + sh -c 'install -m 0755 -d /etc/apt/keyrings'
2025-08-20T22:07:20.0191513Z + sh -c 'curl -fsSL "https://download.docker.com/linux/ubuntu/gpg" -o /etc/apt/keyrings/docker.asc'
2025-08-20T22:07:20.1098419Z + sh -c 'chmod a+r /etc/apt/keyrings/docker.asc'
2025-08-20T22:07:20.1118554Z + 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:07:20.1126004Z + sh -c 'apt-get -qq update >/dev/null'
2025-08-20T22:07:21.5441955Z + 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:07:33.2697730Z 
2025-08-20T22:07:33.2698375Z Running kernel seems to be up-to-date.
2025-08-20T22:07:33.2698809Z 
2025-08-20T22:07:33.2698972Z Restarting services...
2025-08-20T22:07:33.2776551Z 
2025-08-20T22:07:33.2777285Z Service restarts being deferred:
2025-08-20T22:07:33.2777856Z  systemctl restart hosted-compute-agent.service
2025-08-20T22:07:33.2778231Z 
2025-08-20T22:07:33.2778390Z No containers need to be restarted.
2025-08-20T22:07:33.2778676Z 
2025-08-20T22:07:33.2778853Z No user sessions are running outdated binaries.
2025-08-20T22:07:33.2779186Z 
2025-08-20T22:07:33.2779499Z No VM guests are running outdated hypervisor (qemu) binaries on this host.
2025-08-20T22:07:34.6374847Z + sh -c 'docker version'
2025-08-20T22:07:34.6553776Z Client: Docker Engine - Community
2025-08-20T22:07:34.6554563Z  Version:           28.3.3
2025-08-20T22:07:34.6554995Z  API version:       1.51
2025-08-20T22:07:34.6555400Z  Go version:        go1.24.5
2025-08-20T22:07:34.6555828Z  Git commit:        980b856
2025-08-20T22:07:34.6556228Z  Built:             Fri Jul 25 11:34:09 2025
2025-08-20T22:07:34.6556634Z  OS/Arch:           linux/amd64
2025-08-20T22:07:34.6557204Z  Context:           default
2025-08-20T22:07:34.6557463Z 
2025-08-20T22:07:34.6557642Z Server: Docker Engine - Community
2025-08-20T22:07:34.6558080Z  Engine:
2025-08-20T22:07:34.6558405Z   Version:          28.3.3
2025-08-20T22:07:34.6558851Z   API version:      1.51 (minimum version 1.24)
2025-08-20T22:07:34.6559362Z   Go version:       go1.24.5
2025-08-20T22:07:34.6559770Z   Git commit:       bea959c
2025-08-20T22:07:34.6560192Z   Built:            Fri Jul 25 11:34:09 2025
2025-08-20T22:07:34.6560996Z   OS/Arch:          linux/amd64
2025-08-20T22:07:34.6561434Z   Experimental:     false
2025-08-20T22:07:34.6561835Z  containerd:
2025-08-20T22:07:34.6562177Z   Version:          1.7.27
2025-08-20T22:07:34.6562624Z   GitCommit:        05044ec0a9a75232cad458027ca83437aae3f4da
2025-08-20T22:07:34.6563081Z  runc:
2025-08-20T22:07:34.6563344Z   Version:          1.2.5
2025-08-20T22:07:34.6563677Z   GitCommit:        v1.2.5-0-g59923ef
2025-08-20T22:07:34.6564051Z  docker-init:
2025-08-20T22:07:34.6564353Z   Version:          0.19.0
2025-08-20T22:07:34.6564707Z   GitCommit:        de40ad0
2025-08-20T22:07:34.6575977Z 
2025-08-20T22:07:34.6576227Z ================================================================================
2025-08-20T22:07:34.6576587Z 
2025-08-20T22:07:34.6577042Z To run Docker as a non-privileged user, consider setting up the
2025-08-20T22:07:34.6577663Z Docker daemon in rootless mode for your user:
2025-08-20T22:07:34.6577995Z 
2025-08-20T22:07:34.6578175Z     dockerd-rootless-setuptool.sh install
2025-08-20T22:07:34.6578517Z 
2025-08-20T22:07:34.6578880Z Visit https://docs.docker.com/go/rootless/ to learn about rootless mode.
2025-08-20T22:07:34.6579360Z 
2025-08-20T22:07:34.6579365Z 
2025-08-20T22:07:34.6579679Z To run the Docker daemon as a fully privileged service, but granting non-root
2025-08-20T22:07:34.6580424Z users access, refer to https://docs.docker.com/go/daemon-access/
2025-08-20T22:07:34.6580811Z 
2025-08-20T22:07:34.6581010Z WARNING: Access to the remote API on a privileged Docker daemon is equivalent
2025-08-20T22:07:34.6581488Z          to root access on the host. Refer to the 'Docker daemon attack surface'
2025-08-20T22:07:34.6581978Z          documentation for details: https://docs.docker.com/go/attack-surface/
2025-08-20T22:07:34.6582434Z 
2025-08-20T22:07:34.6582595Z ================================================================================
2025-08-20T22:07:34.6582833Z 
2025-08-20T22:07:45.4624394Z ● docker.service - Docker Application Container Engine
2025-08-20T22:07:45.4625671Z      Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; preset: enabled)
2025-08-20T22:07:45.4626543Z      Active: active (running) since Wed 2025-08-20 22:07:35 UTC; 10s ago
2025-08-20T22:07:45.4627389Z TriggeredBy: ● docker.socket
2025-08-20T22:07:45.4627829Z        Docs: https://docs.docker.com
2025-08-20T22:07:45.4628240Z    Main PID: 19677 (dockerd)
2025-08-20T22:07:45.4628541Z       Tasks: 10
2025-08-20T22:07:45.4628746Z      Memory: 23.5M (peak: 26.9M)
2025-08-20T22:07:45.4628974Z         CPU: 382ms
2025-08-20T22:07:45.4629193Z      CGroup: /system.slice/docker.service
2025-08-20T22:07:45.4631522Z              └─19677 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
2025-08-20T22:07:45.4631885Z 
2025-08-20T22:07:45.4632240Z Aug 20 22:07:34 pkrvmubgrv54qmi dockerd[19677]: time="2025-08-20T22:07:34.789832485Z" level=info msg="Loading containers: start."
2025-08-20T22:07:45.4633528Z Aug 20 22:07:35 pkrvmubgrv54qmi dockerd[19677]: time="2025-08-20T22:07:35.361412365Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint_count 061879b777be2a9e2c613673926737e0a48c1d41a079f429d8b8a9939f013d7c], retrying...."
2025-08-20T22:07:45.4634829Z Aug 20 22:07:35 pkrvmubgrv54qmi dockerd[19677]: time="2025-08-20T22:07:35.399063038Z" level=info msg="Loading containers: done."
2025-08-20T22:07:45.4636055Z Aug 20 22:07:35 pkrvmubgrv54qmi dockerd[19677]: time="2025-08-20T22:07:35.411363341Z" 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:07:45.4637801Z Aug 20 22:07:35 pkrvmubgrv54qmi dockerd[19677]: time="2025-08-20T22:07:35.411497621Z" level=info msg="Docker daemon" commit=bea959c containerd-snapshotter=false storage-driver=overlay2 version=28.3.3
2025-08-20T22:07:45.4638772Z Aug 20 22:07:35 pkrvmubgrv54qmi dockerd[19677]: time="2025-08-20T22:07:35.411548005Z" level=info msg="Initializing buildkit"
2025-08-20T22:07:45.4639784Z Aug 20 22:07:35 pkrvmubgrv54qmi dockerd[19677]: time="2025-08-20T22:07:35.438737769Z" level=info msg="Completed buildkit initialization"
2025-08-20T22:07:45.4640532Z Aug 20 22:07:35 pkrvmubgrv54qmi dockerd[19677]: time="2025-08-20T22:07:35.442611296Z" level=info msg="Daemon has completed initialization"
2025-08-20T22:07:45.4641243Z Aug 20 22:07:35 pkrvmubgrv54qmi dockerd[19677]: time="2025-08-20T22:07:35.442728855Z" level=info msg="API listen on /run/docker.sock"
2025-08-20T22:07:45.4641904Z Aug 20 22:07:35 pkrvmubgrv54qmi systemd[1]: Started docker.service - Docker Application Container Engine.
2025-08-20T22:07:45.4747676Z ● docker.service - Docker Application Container Engine
2025-08-20T22:07:45.4748770Z      Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; preset: enabled)
2025-08-20T22:07:45.4750504Z      Active: active (running) since Wed 2025-08-20 22:07:35 UTC; 10s ago
2025-08-20T22:07:45.4751216Z TriggeredBy: ● docker.socket
2025-08-20T22:07:45.4751657Z        Docs: https://docs.docker.com
2025-08-20T22:07:45.4752007Z    Main PID: 19677 (dockerd)
2025-08-20T22:07:45.4752395Z       Tasks: 10
2025-08-20T22:07:45.4752624Z      Memory: 23.5M (peak: 26.9M)
2025-08-20T22:07:45.4752852Z         CPU: 382ms
2025-08-20T22:07:45.4753068Z      CGroup: /system.slice/docker.service
2025-08-20T22:07:45.4753581Z              └─19677 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
2025-08-20T22:07:45.4753880Z 
2025-08-20T22:07:45.4754202Z Aug 20 22:07:34 pkrvmubgrv54qmi dockerd[19677]: time="2025-08-20T22:07:34.789832485Z" level=info msg="Loading containers: start."
2025-08-20T22:07:45.4755346Z Aug 20 22:07:35 pkrvmubgrv54qmi dockerd[19677]: time="2025-08-20T22:07:35.361412365Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint_count 061879b777be2a9e2c613673926737e0a48c1d41a079f429d8b8a9939f013d7c], retrying...."
2025-08-20T22:07:45.4757013Z Aug 20 22:07:35 pkrvmubgrv54qmi dockerd[19677]: time="2025-08-20T22:07:35.399063038Z" level=info msg="Loading containers: done."
2025-08-20T22:07:45.4758188Z Aug 20 22:07:35 pkrvmubgrv54qmi dockerd[19677]: time="2025-08-20T22:07:35.411363341Z" 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:07:45.4760082Z Aug 20 22:07:35 pkrvmubgrv54qmi dockerd[19677]: time="2025-08-20T22:07:35.411497621Z" level=info msg="Docker daemon" commit=bea959c containerd-snapshotter=false storage-driver=overlay2 version=28.3.3
2025-08-20T22:07:45.4761631Z Aug 20 22:07:35 pkrvmubgrv54qmi dockerd[19677]: time="2025-08-20T22:07:35.411548005Z" level=info msg="Initializing buildkit"
2025-08-20T22:07:45.4762874Z Aug 20 22:07:35 pkrvmubgrv54qmi dockerd[19677]: time="2025-08-20T22:07:35.438737769Z" level=info msg="Completed buildkit initialization"
2025-08-20T22:07:45.4763693Z Aug 20 22:07:35 pkrvmubgrv54qmi dockerd[19677]: time="2025-08-20T22:07:35.442611296Z" level=info msg="Daemon has completed initialization"
2025-08-20T22:07:45.4764419Z Aug 20 22:07:35 pkrvmubgrv54qmi dockerd[19677]: time="2025-08-20T22:07:35.442728855Z" level=info msg="API listen on /run/docker.sock"
2025-08-20T22:07:45.4765069Z Aug 20 22:07:35 pkrvmubgrv54qmi systemd[1]: Started docker.service - Docker Application Container Engine.
2025-08-20T22:07:45.4968602Z ● docker.service - Docker Application Container Engine
2025-08-20T22:07:45.4969463Z      Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; preset: enabled)
2025-08-20T22:07:45.4970334Z      Active: active (running) since Wed 2025-08-20 22:07:35 UTC; 10s ago
2025-08-20T22:07:45.4971011Z TriggeredBy: ● docker.socket
2025-08-20T22:07:45.4971450Z        Docs: https://docs.docker.com
2025-08-20T22:07:45.4971889Z    Main PID: 19677 (dockerd)
2025-08-20T22:07:45.4972204Z       Tasks: 10
2025-08-20T22:07:45.4972408Z      Memory: 23.5M (peak: 26.9M)
2025-08-20T22:07:45.4972876Z         CPU: 382ms
2025-08-20T22:07:45.4973113Z      CGroup: /system.slice/docker.service
2025-08-20T22:07:45.4973628Z              └─19677 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
2025-08-20T22:07:45.4973921Z 
2025-08-20T22:07:45.4974241Z Aug 20 22:07:34 pkrvmubgrv54qmi dockerd[19677]: time="2025-08-20T22:07:34.789832485Z" level=info msg="Loading containers: start."
2025-08-20T22:07:45.4975434Z Aug 20 22:07:35 pkrvmubgrv54qmi dockerd[19677]: time="2025-08-20T22:07:35.361412365Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint_count 061879b777be2a9e2c613673926737e0a48c1d41a079f429d8b8a9939f013d7c], retrying...."
2025-08-20T22:07:45.4976636Z Aug 20 22:07:35 pkrvmubgrv54qmi dockerd[19677]: time="2025-08-20T22:07:35.399063038Z" level=info msg="Loading containers: done."
2025-08-20T22:07:45.4978051Z Aug 20 22:07:35 pkrvmubgrv54qmi dockerd[19677]: time="2025-08-20T22:07:35.411363341Z" 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:07:45.4979427Z Aug 20 22:07:35 pkrvmubgrv54qmi dockerd[19677]: time="2025-08-20T22:07:35.411497621Z" level=info msg="Docker daemon" commit=bea959c containerd-snapshotter=false storage-driver=overlay2 version=28.3.3
2025-08-20T22:07:45.4980344Z Aug 20 22:07:35 pkrvmubgrv54qmi dockerd[19677]: time="2025-08-20T22:07:35.411548005Z" level=info msg="Initializing buildkit"
2025-08-20T22:07:45.4981051Z Aug 20 22:07:35 pkrvmubgrv54qmi dockerd[19677]: time="2025-08-20T22:07:35.438737769Z" level=info msg="Completed buildkit initialization"
2025-08-20T22:07:45.4981783Z Aug 20 22:07:35 pkrvmubgrv54qmi dockerd[19677]: time="2025-08-20T22:07:35.442611296Z" level=info msg="Daemon has completed initialization"
2025-08-20T22:07:45.4982492Z Aug 20 22:07:35 pkrvmubgrv54qmi dockerd[19677]: time="2025-08-20T22:07:35.442728855Z" level=info msg="API listen on /run/docker.sock"
2025-08-20T22:07:45.4983295Z Aug 20 22:07:35 pkrvmubgrv54qmi systemd[1]: Started docker.service - Docker Application Container Engine.
2025-08-20T22:07:45.5098393Z Docker version 28.3.3, build 980b856
2025-08-20T22:07:45.5289323Z Unable to find image 'hello-world:latest' locally
2025-08-20T22:07:45.9067561Z latest: Pulling from library/hello-world
2025-08-20T22:07:46.0129811Z 17eec7bbc9d7: Pulling fs layer
2025-08-20T22:07:46.1752243Z 17eec7bbc9d7: Download complete
2025-08-20T22:07:46.1799332Z 17eec7bbc9d7: Pull complete
2025-08-20T22:07:46.2112533Z Digest: sha256:a0dfb02aac212703bfcb339d77d47ec32c8706ff250850ecc0e19c8737b18567
2025-08-20T22:07:46.2123219Z Status: Downloaded newer image for hello-world:latest
2025-08-20T22:07:46.3747437Z 
2025-08-20T22:07:46.3747866Z Hello from Docker!
2025-08-20T22:07:46.3750235Z This message shows that your installation appears to be working correctly.
2025-08-20T22:07:46.3750822Z 
2025-08-20T22:07:46.3751087Z To generate this message, Docker took the following steps:
2025-08-20T22:07:46.3751750Z  1. The Docker client contacted the Docker daemon.
2025-08-20T22:07:46.3752411Z  2. The Docker daemon pulled the "hello-world" image from the Docker Hub.
2025-08-20T22:07:46.3752993Z     (amd64)
2025-08-20T22:07:46.3753496Z  3. The Docker daemon created a new container from that image which runs the
2025-08-20T22:07:46.3754275Z     executable that produces the output you are currently reading.
2025-08-20T22:07:46.3755439Z  4. The Docker daemon streamed that output to the Docker client, which sent it
2025-08-20T22:07:46.3756056Z     to your terminal.
2025-08-20T22:07:46.3756291Z 
2025-08-20T22:07:46.3756572Z To try something more ambitious, you can run an Ubuntu container with:
2025-08-20T22:07:46.3757384Z  $ docker run -it ubuntu bash
2025-08-20T22:07:46.3757542Z 
2025-08-20T22:07:46.3757704Z Share images, automate workflows, and more with a free Docker ID:
2025-08-20T22:07:46.3758232Z  https://hub.docker.com/
2025-08-20T22:07:46.3758399Z 
2025-08-20T22:07:46.3758497Z For more examples and ideas, visit:
2025-08-20T22:07:46.3759357Z  https://docs.docker.com/get-started/
2025-08-20T22:07:46.3759582Z 
2025-08-20T22:07:46.4788117Z 680 libs found in cache `/etc/ld.so.cache'
2025-08-20T22:07:46.4788981Z 	libz3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so.4
2025-08-20T22:07:46.4789617Z 	libz3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so
2025-08-20T22:07:46.4790274Z 	libzstd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so.1
2025-08-20T22:07:46.4790988Z 	libzstd.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so
2025-08-20T22:07:46.4791668Z 	libzmq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzmq.so.5
2025-08-20T22:07:46.4792351Z 	libzip.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzip.so.4
2025-08-20T22:07:46.4793038Z 	libzen.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzen.so.0
2025-08-20T22:07:46.4793681Z 	libz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so.1
2025-08-20T22:07:46.4794279Z 	libz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so
2025-08-20T22:07:46.4794958Z 	libyaml-0.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyaml-0.so.2
2025-08-20T22:07:46.4795666Z 	libyajl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyajl.so.2
2025-08-20T22:07:46.4796390Z 	libxxhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxxhash.so.0
2025-08-20T22:07:46.4797429Z 	libxtables.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxtables.so.12
2025-08-20T22:07:46.4798176Z 	libxslt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxslt.so.1
2025-08-20T22:07:46.4798915Z 	libxshmfence.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxshmfence.so.1
2025-08-20T22:07:46.4799616Z 	libxml2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so.2
2025-08-20T22:07:46.4800206Z 	libxml2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so
2025-08-20T22:07:46.4800844Z 	libxmlsec1.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1.so.1
2025-08-20T22:07:46.4801344Z 	libxmlsec1-openssl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T22:07:46.4801809Z 	libxmlb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlb.so.2
2025-08-20T22:07:46.4802495Z 	libxkbfile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbfile.so.1
2025-08-20T22:07:46.4802942Z 	libxkbcommon.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbcommon.so.0
2025-08-20T22:07:46.4803359Z 	libxcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so.1
2025-08-20T22:07:46.4803725Z 	libxcb.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so
2025-08-20T22:07:46.4804218Z 	libxcb-xfixes.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T22:07:46.4804654Z 	libxcb-xfixes.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so
2025-08-20T22:07:46.4805064Z 	libxcb-sync.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-sync.so.1
2025-08-20T22:07:46.4805465Z 	libxcb-shm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shm.so.0
2025-08-20T22:07:46.4806004Z 	libxcb-shape.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so.0
2025-08-20T22:07:46.4807093Z 	libxcb-shape.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so
2025-08-20T22:07:46.4807853Z 	libxcb-render.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so.0
2025-08-20T22:07:46.4808621Z 	libxcb-render.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so
2025-08-20T22:07:46.4809194Z 	libxcb-randr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-randr.so.0
2025-08-20T22:07:46.4809653Z 	libxcb-present.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-present.so.0
2025-08-20T22:07:46.4810113Z 	libxcb-glx.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-glx.so.0
2025-08-20T22:07:46.4810525Z 	libxcb-dri3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-dri3.so.0
2025-08-20T22:07:46.4810925Z 	libwrap.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwrap.so.0
2025-08-20T22:07:46.4811338Z 	libwmflite-0.2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T22:07:46.4811762Z 	libwebpmux.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpmux.so.3
2025-08-20T22:07:46.4812410Z 	libwebpdemux.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpdemux.so.2
2025-08-20T22:07:46.4812814Z 	libwebp.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebp.so.7
2025-08-20T22:07:46.4813205Z 	libwbclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwbclient.so.0
2025-08-20T22:07:46.4813663Z 	libwayland-server.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-server.so.0
2025-08-20T22:07:46.4814136Z 	libwayland-egl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-egl.so.1
2025-08-20T22:07:46.4814599Z 	libwayland-cursor.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-cursor.so.0
2025-08-20T22:07:46.4815076Z 	libwayland-client.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-client.so.0
2025-08-20T22:07:46.4815515Z 	libvulkan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvulkan.so.1
2025-08-20T22:07:46.4815934Z 	libvorbisfile.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbisfile.so.3
2025-08-20T22:07:46.4816348Z 	libvorbis.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbis.so.0
2025-08-20T22:07:46.4817185Z 	libvolume_key.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvolume_key.so.1
2025-08-20T22:07:46.4817798Z 	libvmtools.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvmtools.so.0
2025-08-20T22:07:46.4818201Z 	libvgauth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvgauth.so.0
2025-08-20T22:07:46.4818575Z 	libuv.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuv.so.1
2025-08-20T22:07:46.4818937Z 	libuuid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuuid.so.1
2025-08-20T22:07:46.4819303Z 	libutil.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutil.so.1
2025-08-20T22:07:46.4819630Z 	libutil.so.1 (libc6) => /lib32/libutil.so.1
2025-08-20T22:07:46.4819974Z 	libutempter.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutempter.so.0
2025-08-20T22:07:46.4820393Z 	libusb-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libusb-1.0.so.0
2025-08-20T22:07:46.4820766Z 	liburcu.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu.so.8
2025-08-20T22:07:46.4821362Z 	liburcu-signal.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-signal.so.8
2025-08-20T22:07:46.4821813Z 	liburcu-qsbr.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T22:07:46.4822229Z 	liburcu-memb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-memb.so.8
2025-08-20T22:07:46.4822636Z 	liburcu-mb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-mb.so.8
2025-08-20T22:07:46.4823058Z 	liburcu-common.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-common.so.8
2025-08-20T22:07:46.4823486Z 	liburcu-cds.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-cds.so.8
2025-08-20T22:07:46.4823878Z 	liburcu-bp.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-bp.so.8
2025-08-20T22:07:46.4824271Z 	libunwind.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind.so.8
2025-08-20T22:07:46.4824689Z 	libunwind-x86_64.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-x86_64.so.8
2025-08-20T22:07:46.4825165Z 	libunwind-ptrace.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T22:07:46.4825677Z 	libunwind-coredump.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-coredump.so.0
2025-08-20T22:07:46.4826147Z 	libunistring.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunistring.so.5
2025-08-20T22:07:46.4826560Z 	libudisks2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudisks2.so.0
2025-08-20T22:07:46.4827187Z 	libudev.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudev.so.1
2025-08-20T22:07:46.4827580Z 	libuchardet.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuchardet.so.0
2025-08-20T22:07:46.4827980Z 	libubsan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libubsan.so.1
2025-08-20T22:07:46.4828419Z 	libtss2-tcti-swtpm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T22:07:46.4828907Z 	libtss2-tcti-mssim.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T22:07:46.4829403Z 	libtss2-tcti-device.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T22:07:46.4830059Z 	libtss2-tcti-cmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T22:07:46.4830498Z 	libtss2-sys.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-sys.so.1
2025-08-20T22:07:46.4830890Z 	libtss2-rc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-rc.so.0
2025-08-20T22:07:46.4831277Z 	libtss2-mu.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-mu.so.0
2025-08-20T22:07:46.4831675Z 	libtss2-esys.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-esys.so.0
2025-08-20T22:07:46.4832069Z 	libtsan.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtsan.so.2
2025-08-20T22:07:46.4832448Z 	libtracefs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtracefs.so.1
2025-08-20T22:07:46.4832871Z 	libtraceevent.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtraceevent.so.1
2025-08-20T22:07:46.4833290Z 	libtommath.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtommath.so.1
2025-08-20T22:07:46.4833666Z 	libtk8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtk8.6.so
2025-08-20T22:07:46.4834050Z 	libtirpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtirpc.so.3
2025-08-20T22:07:46.4834452Z 	libtinyxml2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinyxml2.so.10
2025-08-20T22:07:46.4834850Z 	libtinfo.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so.6
2025-08-20T22:07:46.4835222Z 	libtinfo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so
2025-08-20T22:07:46.4835591Z 	libtiff.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtiff.so.6
2025-08-20T22:07:46.4835984Z 	libtidy.so.5deb1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtidy.so.5deb1
2025-08-20T22:07:46.4836370Z 	libtic.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so.6
2025-08-20T22:07:46.4836887Z 	libtic.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so
2025-08-20T22:07:46.4837385Z 	libthread_db.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so.1
2025-08-20T22:07:46.4837782Z 	libthread_db.so.1 (libc6) => /lib32/libthread_db.so.1
2025-08-20T22:07:46.4838153Z 	libthread_db.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so
2025-08-20T22:07:46.4838678Z 	libthai.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthai.so.0
2025-08-20T22:07:46.4839051Z 	libtdb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtdb.so.1
2025-08-20T22:07:46.4839419Z 	libtcl8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtcl8.6.so
2025-08-20T22:07:46.4839789Z 	libtasn1.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtasn1.so.6
2025-08-20T22:07:46.4840173Z 	libtalloc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtalloc.so.2
2025-08-20T22:07:46.4840571Z 	libsystemd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsystemd.so.0
2025-08-20T22:07:46.4840958Z 	libsysfs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsysfs.so.2
2025-08-20T22:07:46.4841329Z 	libsybdb.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsybdb.so.5
2025-08-20T22:07:46.4841701Z 	libsubid.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsubid.so.4
2025-08-20T22:07:46.4842095Z 	libstemmer.so.0d (libc6,x86-64) => /lib/x86_64-linux-gnu/libstemmer.so.0d
2025-08-20T22:07:46.4842505Z 	libstdc++.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libstdc++.so.6
2025-08-20T22:07:46.4843007Z 	libstdc++.so.6 (libc6) => /lib32/libstdc++.so.6
2025-08-20T22:07:46.4843380Z 	libssl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl3.so
2025-08-20T22:07:46.4843739Z 	libssl.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so.3
2025-08-20T22:07:46.4844094Z 	libssl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so
2025-08-20T22:07:46.4844449Z 	libssh2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh2.so.1
2025-08-20T22:07:46.4844803Z 	libssh.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh.so.4
2025-08-20T22:07:46.4845154Z 	libss.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libss.so.2
2025-08-20T22:07:46.4845529Z 	libsqlite3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so.0
2025-08-20T22:07:46.4845925Z 	libsqlite3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so
2025-08-20T22:07:46.4846364Z 	libsourcekitdInProc.so (libc6,x86-64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T22:07:46.4847216Z 	libsoftokn3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsoftokn3.so
2025-08-20T22:07:46.4847629Z 	libsodium.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsodium.so.23
2025-08-20T22:07:46.4848013Z 	libsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnmp.so.40
2025-08-20T22:07:46.4848412Z 	libsnappy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnappy.so.1
2025-08-20T22:07:46.4848803Z 	libsmime3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmime3.so
2025-08-20T22:07:46.4849611Z 	libsmartcols.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmartcols.so.1
2025-08-20T22:07:46.4850282Z 	libslirp.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslirp.so.0
2025-08-20T22:07:46.4850918Z 	libslang.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslang.so.2
2025-08-20T22:07:46.4851585Z 	libsigsegv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsigsegv.so.2
2025-08-20T22:07:46.4852267Z 	libsharpyuv.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsharpyuv.so.0
2025-08-20T22:07:46.4852954Z 	libsgutils2-1.46.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T22:07:46.4853402Z 	libsframe.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsframe.so.1
2025-08-20T22:07:46.4853796Z 	libsepol.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsepol.so.2
2025-08-20T22:07:46.4854188Z 	libsensors.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsensors.so.5
2025-08-20T22:07:46.4854595Z 	libsemanage.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsemanage.so.2
2025-08-20T22:07:46.4855022Z 	libselinux.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libselinux.so.1
2025-08-20T22:07:46.4855433Z 	libseccomp.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libseccomp.so.2
2025-08-20T22:07:46.4855832Z 	libsasl2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsasl2.so.2
2025-08-20T22:07:46.4856241Z 	libruby-3.2.so.3.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T22:07:46.4856904Z 	libruby-3.2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so
2025-08-20T22:07:46.4857620Z 	librtmp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librtmp.so.1
2025-08-20T22:07:46.4858062Z 	librt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librt.so.1
2025-08-20T22:07:46.4858389Z 	librt.so.1 (libc6) => /lib32/librt.so.1
2025-08-20T22:07:46.4858724Z 	librpmsign.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmsign.so.9
2025-08-20T22:07:46.4859124Z 	librpmio.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmio.so.9
2025-08-20T22:07:46.4859528Z 	librpmbuild.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmbuild.so.9
2025-08-20T22:07:46.4859930Z 	librpm.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpm.so.9
2025-08-20T22:07:46.4860310Z 	librhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/librhash.so.0
2025-08-20T22:07:46.4860687Z 	libre2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libre2.so.10
2025-08-20T22:07:46.4861071Z 	libresolv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so.2
2025-08-20T22:07:46.4861422Z 	libresolv.so.2 (libc6) => /lib32/libresolv.so.2
2025-08-20T22:07:46.4861772Z 	libresolv.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so
2025-08-20T22:07:46.4862207Z 	libreiserfscore.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreiserfscore.so.0
2025-08-20T22:07:46.4862653Z 	libreadline.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreadline.so.8
2025-08-20T22:07:46.4863054Z 	libraw_r.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw_r.so.23
2025-08-20T22:07:46.4863432Z 	libraw.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw.so.23
2025-08-20T22:07:46.4863823Z 	librabbitmq.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/librabbitmq.so.4
2025-08-20T22:07:46.4864239Z 	libquadmath.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libquadmath.so.0
2025-08-20T22:07:46.4864664Z 	libqrtr-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqrtr-glib.so.0
2025-08-20T22:07:46.4865087Z 	libqmi-glib.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqmi-glib.so.5
2025-08-20T22:07:46.4865462Z 	libqdbm.so.14 (libc6,x86-64) => /lib/libqdbm.so.14
2025-08-20T22:07:46.4866047Z 	libp11-kit.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libp11-kit.so.0
2025-08-20T22:07:46.4866488Z 	libpython3.12.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so.1.0
2025-08-20T22:07:46.4867187Z 	libpython3.12.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so
2025-08-20T22:07:46.4867603Z 	libpthread.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpthread.so.0
2025-08-20T22:07:46.4867972Z 	libpthread.so.0 (libc6) => /lib32/libpthread.so.0
2025-08-20T22:07:46.4868313Z 	libpsx.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsx.so.2
2025-08-20T22:07:46.4868706Z 	libpspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpspell.so.15
2025-08-20T22:07:46.4869091Z 	libpsl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsl.so.5
2025-08-20T22:07:46.4869520Z 	libprotobuf-lite.so.32 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T22:07:46.4869995Z 	libprotobuf-c.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-c.so.1
2025-08-20T22:07:46.4870422Z 	libproc2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libproc2.so.0
2025-08-20T22:07:46.4870798Z 	libpq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so.5
2025-08-20T22:07:46.4871140Z 	libpq.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so
2025-08-20T22:07:46.4871501Z 	libpopt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpopt.so.0
2025-08-20T22:07:46.4871953Z 	libpolkit-gobject-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T22:07:46.4872464Z 	libpolkit-agent-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T22:07:46.4872908Z 	libpng16.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpng16.so.16
2025-08-20T22:07:46.4873285Z 	libply.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply.so.5
2025-08-20T22:07:46.4873753Z 	libply-splash-graphics.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T22:07:46.4874299Z 	libply-splash-core.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-core.so.5
2025-08-20T22:07:46.4874943Z 	libply-boot-client.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-boot-client.so.5
2025-08-20T22:07:46.4875385Z 	libplds4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplds4.so
2025-08-20T22:07:46.4875751Z 	libplc4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplc4.so
2025-08-20T22:07:46.4876136Z 	libpkgconf.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpkgconf.so.3
2025-08-20T22:07:46.4876548Z 	libpixman-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpixman-1.so.0
2025-08-20T22:07:46.4877579Z 	libpipeline.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpipeline.so.1
2025-08-20T22:07:46.4878014Z 	libpgm-5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpgm-5.3.so.0
2025-08-20T22:07:46.4878419Z 	libpfm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpfm.so.4
2025-08-20T22:07:46.4878804Z 	libperl.so.5.38 (libc6,x86-64) => /lib/x86_64-linux-gnu/libperl.so.5.38
2025-08-20T22:07:46.4879209Z 	libpcre2-32.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so.0
2025-08-20T22:07:46.4879630Z 	libpcre2-32.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so
2025-08-20T22:07:46.4880025Z 	libpcre2-16.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so.0
2025-08-20T22:07:46.4880413Z 	libpcre2-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so
2025-08-20T22:07:46.4880808Z 	libpcre2-8.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so.0
2025-08-20T22:07:46.4881202Z 	libpcre2-8.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so
2025-08-20T22:07:46.4881632Z 	libpcre2-posix.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so.3
2025-08-20T22:07:46.4882087Z 	libpcre2-posix.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so
2025-08-20T22:07:46.4882513Z 	libpcprofile.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcprofile.so
2025-08-20T22:07:46.4882883Z 	libpcprofile.so (libc6) => /lib32/libpcprofile.so
2025-08-20T22:07:46.4883252Z 	libpciaccess.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpciaccess.so.0
2025-08-20T22:07:46.4883838Z 	libpci.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpci.so.3
2025-08-20T22:07:46.4884220Z 	libpcap.so.0.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so.0.8
2025-08-20T22:07:46.4884607Z 	libpcap.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so
2025-08-20T22:07:46.4884987Z 	libparted.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libparted.so.2
2025-08-20T22:07:46.4885379Z 	libpaper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpaper.so.1
2025-08-20T22:07:46.4885796Z 	libpangoft2-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T22:07:46.4886264Z 	libpangocairo-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T22:07:46.4886931Z 	libpango-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpango-1.0.so.0
2025-08-20T22:07:46.4887631Z 	libpanelw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so.6
2025-08-20T22:07:46.4888270Z 	libpanelw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so
2025-08-20T22:07:46.4888743Z 	libpanel.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so.6
2025-08-20T22:07:46.4889133Z 	libpanel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so
2025-08-20T22:07:46.4889496Z 	libpamc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpamc.so.0
2025-08-20T22:07:46.4889881Z 	libpam_misc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam_misc.so.0
2025-08-20T22:07:46.4890264Z 	libpam.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam.so.0
2025-08-20T22:07:46.4890738Z 	libpackagekit-glib2.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T22:07:46.4891226Z 	libopenjp2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopenjp2.so.7
2025-08-20T22:07:46.4891690Z 	libopeniscsiusr.so.0.2.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T22:07:46.4892206Z 	libopcodes-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T22:07:46.4893142Z 	libopcodes-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-arm64.so
2025-08-20T22:07:46.4893871Z 	libopcodes-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T22:07:46.4894390Z 	libopcodes-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T22:07:46.4894822Z 	libonig.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libonig.so.5
2025-08-20T22:07:46.4895183Z 	libogg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libogg.so.0
2025-08-20T22:07:46.4895543Z 	libodbc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libodbc.so.2
2025-08-20T22:07:46.4895919Z 	libobjc_gc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc_gc.so.4
2025-08-20T22:07:46.4896295Z 	libobjc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc.so.4
2025-08-20T22:07:46.4896657Z 	libnvme.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme.so.1
2025-08-20T22:07:46.4897226Z 	libnvme-mi.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme-mi.so.1
2025-08-20T22:07:46.4905282Z 	libnuma.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnuma.so.1
2025-08-20T22:07:46.4905803Z 	libntfs-3g.so.89 (libc6,x86-64) => /lib/x86_64-linux-gnu/libntfs-3g.so.89
2025-08-20T22:07:46.4906224Z 	libnss3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss3.so
2025-08-20T22:07:46.4906637Z 	libnssutil3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssutil3.so
2025-08-20T22:07:46.4907315Z 	libnssdbm3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssdbm3.so
2025-08-20T22:07:46.4907718Z 	libnssckbi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssckbi.so
2025-08-20T22:07:46.4908164Z 	libnss_systemd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_systemd.so.2
2025-08-20T22:07:46.4908612Z 	libnss_hesiod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so.2
2025-08-20T22:07:46.4909013Z 	libnss_hesiod.so.2 (libc6) => /lib32/libnss_hesiod.so.2
2025-08-20T22:07:46.4909395Z 	libnss_hesiod.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so
2025-08-20T22:07:46.4909809Z 	libnss_files.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_files.so.2
2025-08-20T22:07:46.4910377Z 	libnss_files.so.2 (libc6) => /lib32/libnss_files.so.2
2025-08-20T22:07:46.4910743Z 	libnss_dns.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_dns.so.2
2025-08-20T22:07:46.4911102Z 	libnss_dns.so.2 (libc6) => /lib32/libnss_dns.so.2
2025-08-20T22:07:46.4911471Z 	libnss_compat.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so.2
2025-08-20T22:07:46.4911865Z 	libnss_compat.so.2 (libc6) => /lib32/libnss_compat.so.2
2025-08-20T22:07:46.4912239Z 	libnss_compat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so
2025-08-20T22:07:46.4912636Z 	libnspr4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnspr4.so
2025-08-20T22:07:46.4913001Z 	libnsl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnsl.so.1
2025-08-20T22:07:46.4913318Z 	libnsl.so.1 (libc6) => /lib32/libnsl.so.1
2025-08-20T22:07:46.4913782Z 	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:07:46.4914305Z 	libnpth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnpth.so.0
2025-08-20T22:07:46.4914692Z 	libnorm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnorm.so.1
2025-08-20T22:07:46.4915075Z 	libnl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so.200
2025-08-20T22:07:46.4915451Z 	libnl-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so
2025-08-20T22:07:46.4915880Z 	libnl-route-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so.200
2025-08-20T22:07:46.4916327Z 	libnl-route-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so
2025-08-20T22:07:46.4916972Z 	libnl-genl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-genl-3.so.200
2025-08-20T22:07:46.4917418Z 	libnghttp2.so.14 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnghttp2.so.14
2025-08-20T22:07:46.4917828Z 	libnftnl.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftnl.so.11
2025-08-20T22:07:46.4918236Z 	libnftables.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftables.so.1
2025-08-20T22:07:46.4918656Z 	libnfnetlink.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnfnetlink.so.0
2025-08-20T22:07:46.4919222Z 	libnewt.so.0.52 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnewt.so.0.52
2025-08-20T22:07:46.4919630Z 	libnettle.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnettle.so.8
2025-08-20T22:07:46.4920059Z 	libnetsnmpmibs.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T22:07:46.4920563Z 	libnetsnmphelpers.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T22:07:46.4921077Z 	libnetsnmpagent.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T22:07:46.4921527Z 	libnetsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmp.so.40
2025-08-20T22:07:46.4921942Z 	libnetplan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetplan.so.1
2025-08-20T22:07:46.4922345Z 	libnetpbm.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetpbm.so.11
2025-08-20T22:07:46.4923015Z 	libnetfilter_conntrack.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T22:07:46.4923512Z 	libncursesw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncursesw.so.6
2025-08-20T22:07:46.4923913Z 	libncurses.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncurses.so.6
2025-08-20T22:07:46.4924346Z 	libmysqlclient.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so.21
2025-08-20T22:07:46.4924801Z 	libmysqlclient.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so
2025-08-20T22:07:46.4925210Z 	libmvec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so.1
2025-08-20T22:07:46.4925578Z 	libmvec.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so
2025-08-20T22:07:46.4925944Z 	libmultipath.so.0 (libc6,x86-64) => /lib/libmultipath.so.0
2025-08-20T22:07:46.4926325Z 	libmspack.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmspack.so.0
2025-08-20T22:07:46.4926877Z 	libmpfr.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpfr.so.6
2025-08-20T22:07:46.4927285Z 	libmpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpc.so.3
2025-08-20T22:07:46.4927659Z 	libmpathutil.so.0 (libc6,x86-64) => /lib/libmpathutil.so.0
2025-08-20T22:07:46.4928201Z 	libmpathpersist.so.0 (libc6,x86-64) => /lib/libmpathpersist.so.0
2025-08-20T22:07:46.4928586Z 	libmpathcmd.so.0 (libc6,x86-64) => /lib/libmpathcmd.so.0
2025-08-20T22:07:46.4928966Z 	libmount.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmount.so.1
2025-08-20T22:07:46.4929338Z 	libmnl.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmnl.so.0
2025-08-20T22:07:46.4929692Z 	libmms.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmms.so.0
2025-08-20T22:07:46.4930065Z 	libmm-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmm-glib.so.0
2025-08-20T22:07:46.4930452Z 	libmlx5.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so.1
2025-08-20T22:07:46.4930813Z 	libmlx5.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so
2025-08-20T22:07:46.4931163Z 	libmlx4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so.1
2025-08-20T22:07:46.4931523Z 	libmlx4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so
2025-08-20T22:07:46.4931893Z 	libmenuw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so.6
2025-08-20T22:07:46.4932273Z 	libmenuw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so
2025-08-20T22:07:46.4932634Z 	libmenu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so.6
2025-08-20T22:07:46.4932993Z 	libmenu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so
2025-08-20T22:07:46.4933367Z 	libmemusage.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemusage.so
2025-08-20T22:07:46.4933727Z 	libmemusage.so (libc6) => /lib32/libmemusage.so
2025-08-20T22:07:46.4934093Z 	libmemcached.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemcached.so.11
2025-08-20T22:07:46.4934527Z 	libmediainfo.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmediainfo.so.0
2025-08-20T22:07:46.4934953Z 	libmecab.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmecab.so.2
2025-08-20T22:07:46.4935325Z 	libmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmd.so.0
2025-08-20T22:07:46.4935708Z 	libmbim-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmbim-glib.so.4
2025-08-20T22:07:46.4936341Z 	libmaxminddb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmaxminddb.so.0
2025-08-20T22:07:46.4936948Z 	libmana.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so.1
2025-08-20T22:07:46.4937320Z 	libmana.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so
2025-08-20T22:07:46.4937687Z 	libmagic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmagic.so.1
2025-08-20T22:07:46.4938046Z 	libm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libm.so.6
2025-08-20T22:07:46.4938348Z 	libm.so.6 (libc6) => /lib32/libm.so.6
2025-08-20T22:07:46.4938643Z 	liblz4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so.1
2025-08-20T22:07:46.4938994Z 	liblz4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so
2025-08-20T22:07:46.4939346Z 	liblzo2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzo2.so.2
2025-08-20T22:07:46.4939715Z 	liblzma.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so.5
2025-08-20T22:07:46.4940082Z 	liblzma.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so
2025-08-20T22:07:46.4940439Z 	liblz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so.1
2025-08-20T22:07:46.4940779Z 	liblz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so
2025-08-20T22:07:46.4941166Z 	liblvm2cmd.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T22:07:46.4941580Z 	liblua5.4.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4.so.0
2025-08-20T22:07:46.4942001Z 	liblua5.4-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T22:07:46.4942419Z 	liblua5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3.so.0
2025-08-20T22:07:46.4942819Z 	liblua5.3-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T22:07:46.4943244Z 	liblttng-ust.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust.so.1
2025-08-20T22:07:46.4943753Z 	liblttng-ust-tracepoint.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T22:07:46.4944769Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T22:07:46.4945586Z 	liblttng-ust-libc-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T22:07:46.4946139Z 	liblttng-ust-fork.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T22:07:46.4946620Z 	liblttng-ust-fd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T22:07:46.4947281Z 	liblttng-ust-dl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T22:07:46.4947810Z 	liblttng-ust-cyg-profile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T22:07:46.4948443Z 	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:07:46.4949020Z 	liblttng-ust-ctl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T22:07:46.4949518Z 	liblttng-ust-common.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T22:07:46.4949983Z 	libltdl.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libltdl.so.7
2025-08-20T22:07:46.4950364Z 	liblsan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblsan.so.0
2025-08-20T22:07:46.4950744Z 	liblqr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblqr-1.so.0
2025-08-20T22:07:46.4951120Z 	liblmdb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblmdb.so.0
2025-08-20T22:07:46.4951505Z 	liblldb-18.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so.1
2025-08-20T22:07:46.4951896Z 	liblldb-18.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so
2025-08-20T22:07:46.4952282Z 	liblldb-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so.1
2025-08-20T22:07:46.4952668Z 	liblldb-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so
2025-08-20T22:07:46.4953041Z 	liblldb-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so.1
2025-08-20T22:07:46.4953426Z 	liblldb-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so
2025-08-20T22:07:46.4953975Z 	libldap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libldap.so.2
2025-08-20T22:07:46.4954364Z 	liblcms2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblcms2.so.2
2025-08-20T22:07:46.4954730Z 	liblber.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblber.so.2
2025-08-20T22:07:46.4955121Z 	libk5crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libk5crypto.so.3
2025-08-20T22:07:46.4955514Z 	libksba.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libksba.so.8
2025-08-20T22:07:46.4955926Z 	libkrb5support.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5support.so.0
2025-08-20T22:07:46.4956342Z 	libkrb5.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5.so.3
2025-08-20T22:07:46.4956931Z 	libkmod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkmod.so.2
2025-08-20T22:07:46.4957330Z 	libkeyutils.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkeyutils.so.1
2025-08-20T22:07:46.4957741Z 	libjxrglue.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjxrglue.so.0
2025-08-20T22:07:46.4958151Z 	libjsoncpp.so.25 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjsoncpp.so.25
2025-08-20T22:07:46.4958603Z 	libjson-glib-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T22:07:46.4959042Z 	libjson-c.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-c.so.5
2025-08-20T22:07:46.4959413Z 	libjq.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjq.so.1
2025-08-20T22:07:46.4959785Z 	libjpegxr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpegxr.so.0
2025-08-20T22:07:46.4960166Z 	libjpeg.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpeg.so.8
2025-08-20T22:07:46.4960530Z 	libjcat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjcat.so.1
2025-08-20T22:07:46.4960918Z 	libjbig2dec.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig2dec.so.0
2025-08-20T22:07:46.4961301Z 	libjbig.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig.so.0
2025-08-20T22:07:46.4961682Z 	libjansson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjansson.so.4
2025-08-20T22:07:46.4962064Z 	libitm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libitm.so.1
2025-08-20T22:07:46.4962584Z 	libisns.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisns.so.0
2025-08-20T22:07:46.4962943Z 	libisl.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisl.so.23
2025-08-20T22:07:46.4963495Z 	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:07:46.4964286Z 	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:07:46.4964967Z 	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:07:46.4965624Z 	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:07:46.4966146Z 	libip6tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip6tc.so.2
2025-08-20T22:07:46.4966528Z 	libip4tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip4tc.so.2
2025-08-20T22:07:46.4967142Z 	libinih.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libinih.so.1
2025-08-20T22:07:46.4967522Z 	libijs-0.35.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libijs-0.35.so
2025-08-20T22:07:46.4967893Z 	libidn2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn2.so.0
2025-08-20T22:07:46.4968254Z 	libidn.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn.so.12
2025-08-20T22:07:46.4968623Z 	libicuuc.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.74
2025-08-20T22:07:46.4969016Z 	libicuuc.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.70
2025-08-20T22:07:46.4969391Z 	libicuuc.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so
2025-08-20T22:07:46.4969766Z 	libicutu.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.74
2025-08-20T22:07:46.4970153Z 	libicutu.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.70
2025-08-20T22:07:46.4970525Z 	libicutu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so
2025-08-20T22:07:46.4970928Z 	libicutest.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.74
2025-08-20T22:07:46.4971477Z 	libicutest.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.70
2025-08-20T22:07:46.4971893Z 	libicutest.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so
2025-08-20T22:07:46.4972287Z 	libicui18n.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.74
2025-08-20T22:07:46.4972687Z 	libicui18n.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.70
2025-08-20T22:07:46.4973079Z 	libicui18n.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so
2025-08-20T22:07:46.4973468Z 	libicuio.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.74
2025-08-20T22:07:46.4973853Z 	libicuio.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.70
2025-08-20T22:07:46.4974231Z 	libicuio.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so
2025-08-20T22:07:46.4974614Z 	libicudata.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.74
2025-08-20T22:07:46.4975018Z 	libicudata.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.70
2025-08-20T22:07:46.4975427Z 	libicudata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so
2025-08-20T22:07:46.4975831Z 	libibverbs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so.1
2025-08-20T22:07:46.4976226Z 	libibverbs.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so
2025-08-20T22:07:46.4976609Z 	libhwasan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhwasan.so.0
2025-08-20T22:07:46.4977267Z 	libhunspell-1.7.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T22:07:46.4977712Z 	libhogweed.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhogweed.so.6
2025-08-20T22:07:46.4978117Z 	libhistory.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhistory.so.8
2025-08-20T22:07:46.4978559Z 	libhiredis_ssl.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T22:07:46.4979021Z 	libhiredis.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T22:07:46.4979618Z 	libhgfs.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhgfs.so.0
2025-08-20T22:07:46.4979991Z 	libheif.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libheif.so.1
2025-08-20T22:07:46.4980372Z 	libhavege.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhavege.so.2
2025-08-20T22:07:46.4980769Z 	libhashkit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhashkit.so.2
2025-08-20T22:07:46.4981183Z 	libharfbuzz.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libharfbuzz.so.0
2025-08-20T22:07:46.4981588Z 	libhandle.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhandle.so.1
2025-08-20T22:07:46.4981968Z 	libgusb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgusb.so.2
2025-08-20T22:07:46.4982356Z 	libguestlib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestlib.so.0
2025-08-20T22:07:46.4982829Z 	libguestStoreClient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestStoreClient.so.0
2025-08-20T22:07:46.4983302Z 	libgudev-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgudev-1.0.so.0
2025-08-20T22:07:46.4983707Z 	libgtk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgtk-3.so.0
2025-08-20T22:07:46.4984117Z 	libgthread-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgthread-2.0.so.0
2025-08-20T22:07:46.4984566Z 	libgstreamer-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T22:07:46.4985015Z 	libgstnet-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T22:07:46.4985490Z 	libgstcontroller-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T22:07:46.4985982Z 	libgstcheck-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T22:07:46.4986429Z 	libgstbase-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T22:07:46.4987089Z 	libgssapi_krb5.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T22:07:46.4987515Z 	libgs.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgs.so.10
2025-08-20T22:07:46.4987911Z 	libgraphite2.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgraphite2.so.3
2025-08-20T22:07:46.4988471Z 	libgprofng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgprofng.so.0
2025-08-20T22:07:46.4988875Z 	libgpm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpm.so.2
2025-08-20T22:07:46.4989251Z 	libgpgme.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpgme.so.11
2025-08-20T22:07:46.4989663Z 	libgpg-error.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpg-error.so.0
2025-08-20T22:07:46.4990064Z 	libgomp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgomp.so.1
2025-08-20T22:07:46.4990472Z 	libgobject-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgobject-2.0.so.0
2025-08-20T22:07:46.4990893Z 	libgnutls.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgnutls.so.30
2025-08-20T22:07:46.4991286Z 	libgmpxx.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so.4
2025-08-20T22:07:46.4991663Z 	libgmpxx.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so
2025-08-20T22:07:46.4992029Z 	libgmp.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so.10
2025-08-20T22:07:46.4992402Z 	libgmp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so
2025-08-20T22:07:46.4992799Z 	libgmodule-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T22:07:46.4993214Z 	libglib-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libglib-2.0.so.0
2025-08-20T22:07:46.4993673Z 	libgirepository-1.0.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T22:07:46.4994125Z 	libgio-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgio-2.0.so.0
2025-08-20T22:07:46.4994526Z 	libgfortran.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgfortran.so.5
2025-08-20T22:07:46.4994959Z 	libgdk_pixbuf-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T22:07:46.4995379Z 	libgdk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk-3.so.0
2025-08-20T22:07:46.4995784Z 	libgdbm_compat.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm_compat.so.4
2025-08-20T22:07:46.4996187Z 	libgdbm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm.so.6
2025-08-20T22:07:46.4996670Z 	libgd.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgd.so.3
2025-08-20T22:07:46.4997155Z 	libgctba.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgctba.so.1
2025-08-20T22:07:46.4997540Z 	libgcrypt.so.20 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcrypt.so.20
2025-08-20T22:07:46.4997933Z 	libgccpp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgccpp.so.1
2025-08-20T22:07:46.4998303Z 	libgcc_s.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcc_s.so.1
2025-08-20T22:07:46.4998629Z 	libgcc_s.so.1 (libc6) => /lib32/libgcc_s.so.1
2025-08-20T22:07:46.4998945Z 	libgc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgc.so.1
2025-08-20T22:07:46.4999294Z 	libgbm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgbm.so.1
2025-08-20T22:07:46.4999796Z 	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:07:46.5000312Z 	libfwupd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfwupd.so.2
2025-08-20T22:07:46.5000695Z 	libfuse3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfuse3.so.3
2025-08-20T22:07:46.5001067Z 	libftdi1.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libftdi1.so.2
2025-08-20T22:07:46.5001461Z 	libfsverity.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfsverity.so.0
2025-08-20T22:07:46.5001868Z 	libfribidi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfribidi.so.0
2025-08-20T22:07:46.5002277Z 	libfreetype.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreetype.so.6
2025-08-20T22:07:46.5002675Z 	libfreebl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreebl3.so
2025-08-20T22:07:46.5003084Z 	libfreeblpriv3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreeblpriv3.so
2025-08-20T22:07:46.5003493Z 	libformw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so.6
2025-08-20T22:07:46.5003866Z 	libformw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so
2025-08-20T22:07:46.5004231Z 	libform.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so.6
2025-08-20T22:07:46.5004597Z 	libform.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so
2025-08-20T22:07:46.5005097Z 	libfontenc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontenc.so.1
2025-08-20T22:07:46.5005522Z 	libfontconfig.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontconfig.so.1
2025-08-20T22:07:46.5005952Z 	libflashrom.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libflashrom.so.1
2025-08-20T22:07:46.5006349Z 	libfido2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfido2.so.1
2025-08-20T22:07:46.5007126Z 	libfftw3_threads.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_threads.so.3
2025-08-20T22:07:46.5007615Z 	libfftw3_omp.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_omp.so.3
2025-08-20T22:07:46.5008008Z 	libfftw3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3.so.3
2025-08-20T22:07:46.5008366Z 	libffi.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so.8
2025-08-20T22:07:46.5008723Z 	libffi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so
2025-08-20T22:07:46.5009079Z 	libfdisk.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfdisk.so.1
2025-08-20T22:07:46.5009465Z 	libfcgi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi.so.0
2025-08-20T22:07:46.5009837Z 	libfcgi++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi++.so.0
2025-08-20T22:07:46.5010230Z 	libfbclient.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfbclient.so.2
2025-08-20T22:07:46.5010636Z 	libfastjson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfastjson.so.4
2025-08-20T22:07:46.5011088Z 	libfakeroot-0.so (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T22:07:46.5011518Z 	libe2p.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libe2p.so.2
2025-08-20T22:07:46.5011892Z 	libext2fs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libext2fs.so.2
2025-08-20T22:07:46.5012268Z 	libexslt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexslt.so.0
2025-08-20T22:07:46.5012652Z 	libexpatw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so.1
2025-08-20T22:07:46.5013032Z 	libexpatw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so
2025-08-20T22:07:46.5013588Z 	libexpat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so.1
2025-08-20T22:07:46.5013959Z 	libexpat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so
2025-08-20T22:07:46.5014400Z 	libevent_pthreads-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T22:07:46.5014889Z 	libevent_core-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T22:07:46.5015306Z 	libevdev.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevdev.so.2
2025-08-20T22:07:46.5015677Z 	libestr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libestr.so.0
2025-08-20T22:07:46.5016048Z 	libepoxy.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libepoxy.so.0
2025-08-20T22:07:46.5016442Z 	libenchant-2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libenchant-2.so.2
2025-08-20T22:07:46.5017128Z 	libelf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libelf.so.1
2025-08-20T22:07:46.5017503Z 	libefivar.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefivar.so.1
2025-08-20T22:07:46.5017905Z 	libefiboot.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefiboot.so.1
2025-08-20T22:07:46.5018283Z 	libefa.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so.1
2025-08-20T22:07:46.5018637Z 	libefa.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so
2025-08-20T22:07:46.5018993Z 	libedit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libedit.so.2
2025-08-20T22:07:46.5019389Z 	libeatmydata.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so.1
2025-08-20T22:07:46.5019806Z 	libeatmydata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so
2025-08-20T22:07:46.5020180Z 	libdw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdw.so.1
2025-08-20T22:07:46.5020562Z 	libduktape.so.207 (libc6,x86-64) => /lib/x86_64-linux-gnu/libduktape.so.207
2025-08-20T22:07:46.5021003Z 	libdrop_ambient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrop_ambient.so.0
2025-08-20T22:07:46.5021429Z 	libdrm_intel.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_intel.so.1
2025-08-20T22:07:46.5021996Z 	libdrm_amdgpu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T22:07:46.5022388Z 	libdrm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm.so.2
2025-08-20T22:07:46.5022897Z 	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:07:46.5023409Z 	libdl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdl.so.2
2025-08-20T22:07:46.5023715Z 	libdl.so.2 (libc6) => /lib32/libdl.so.2
2025-08-20T22:07:46.5024059Z 	libdjvulibre.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdjvulibre.so.21
2025-08-20T22:07:46.5024464Z 	libde265.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libde265.so.0
2025-08-20T22:07:46.5024885Z 	libdevmapper.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T22:07:46.5025402Z 	libdevmapper-event.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T22:07:46.5025994Z 	libdevmapper-event-lvm2vdo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T22:07:46.5026605Z 	libdevmapper-event-lvm2thin.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T22:07:46.5027371Z 	libdevmapper-event-lvm2snapshot.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T22:07:46.5028020Z 	libdevmapper-event-lvm2raid.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T22:07:46.5028643Z 	libdevmapper-event-lvm2mirror.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T22:07:46.5029278Z 	libdevmapper-event-lvm2.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T22:07:46.5029856Z 	libdevmapper-event-lvm2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T22:07:46.5030337Z 	libdeflate.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdeflate.so.0
2025-08-20T22:07:46.5030911Z 	libdebconfclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdebconfclient.so.0
2025-08-20T22:07:46.5031346Z 	libdconf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdconf.so.1
2025-08-20T22:07:46.5031770Z 	libdbusmenu-gtk3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T22:07:46.5032237Z 	libdbusmenu-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T22:07:46.5032664Z 	libdbus-1.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so.3
2025-08-20T22:07:46.5033040Z 	libdbus-1.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so
2025-08-20T22:07:46.5033403Z 	libdb-5.3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdb-5.3.so
2025-08-20T22:07:46.5033772Z 	libdatrie.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdatrie.so.1
2025-08-20T22:07:46.5034147Z 	libcurl.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl.so.4
2025-08-20T22:07:46.5034546Z 	libcurl-gnutls.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T22:07:46.5034973Z 	libcups.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcups.so.2
2025-08-20T22:07:46.5035333Z 	libctf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf.so.0
2025-08-20T22:07:46.5035724Z 	libctf-nobfd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd.so.0
2025-08-20T22:07:46.5036184Z 	libctf-nobfd-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so.0
2025-08-20T22:07:46.5036666Z 	libctf-nobfd-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so
2025-08-20T22:07:46.5037253Z 	libctf-nobfd-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T22:07:46.5037729Z 	libctf-nobfd-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T22:07:46.5038206Z 	libctf-nobfd-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T22:07:46.5038683Z 	libctf-nobfd-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T22:07:46.5039131Z 	libctf-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so.0
2025-08-20T22:07:46.5039727Z 	libctf-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so
2025-08-20T22:07:46.5040142Z 	libctf-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so.0
2025-08-20T22:07:46.5040554Z 	libctf-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so
2025-08-20T22:07:46.5040963Z 	libctf-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so.0
2025-08-20T22:07:46.5041371Z 	libctf-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so
2025-08-20T22:07:46.5041802Z 	libcryptsetup.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcryptsetup.so.12
2025-08-20T22:07:46.5042226Z 	libcrypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so.3
2025-08-20T22:07:46.5042614Z 	libcrypto.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so
2025-08-20T22:07:46.5042992Z 	libcrypt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so.1
2025-08-20T22:07:46.5043362Z 	libcrypt.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so
2025-08-20T22:07:46.5043746Z 	libcom_err.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcom_err.so.2
2025-08-20T22:07:46.5044180Z 	libcolordprivate.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolordprivate.so.2
2025-08-20T22:07:46.5044613Z 	libcolord.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolord.so.2
2025-08-20T22:07:46.5045015Z 	libclang-18.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-18.so.18
2025-08-20T22:07:46.5045420Z 	libclang-17.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-17.so.17
2025-08-20T22:07:46.5045838Z 	libclang-16.so.16.0.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T22:07:46.5046284Z 	libclang-cpp.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T22:07:46.5046990Z 	libclang-cpp.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.17
2025-08-20T22:07:46.5047448Z 	libclang-cpp.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.16
2025-08-20T22:07:46.5047985Z 	libcc1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcc1.so.0
2025-08-20T22:07:46.5048360Z 	libcbor.so.0.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcbor.so.0.10
2025-08-20T22:07:46.5048762Z 	libcares.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcares.so.2
2025-08-20T22:07:46.5049128Z 	libcap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap.so.2
2025-08-20T22:07:46.5049501Z 	libcap-ng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap-ng.so.0
2025-08-20T22:07:46.5049897Z 	libcanberra.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcanberra.so.0
2025-08-20T22:07:46.5050293Z 	libcairo.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo.so.2
2025-08-20T22:07:46.5050716Z 	libcairo-gobject.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo-gobject.so.2
2025-08-20T22:07:46.5051183Z 	libc_malloc_debug.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T22:07:46.5051597Z 	libc_malloc_debug.so.0 (libc6) => /lib32/libc_malloc_debug.so.0
2025-08-20T22:07:46.5052008Z 	libc_malloc_debug.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so
2025-08-20T22:07:46.5052402Z 	libc.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc.so.6
2025-08-20T22:07:46.5052701Z 	libc.so.6 (libc6) => /lib32/libc.so.6
2025-08-20T22:07:46.5053020Z 	libc-client.so.2007e (libc6,x86-64) => /lib/libc-client.so.2007e
2025-08-20T22:07:46.5053400Z 	libbz2.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbz2.so.1.0
2025-08-20T22:07:46.5053789Z 	libbytesize.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbytesize.so.1
2025-08-20T22:07:46.5054172Z 	libbsd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbsd.so.0
2025-08-20T22:07:46.5054569Z 	libbrotlienc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlienc.so.1
2025-08-20T22:07:46.5054994Z 	libbrotlidec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlidec.so.1
2025-08-20T22:07:46.5055436Z 	libbrotlicommon.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlicommon.so.1
2025-08-20T22:07:46.5055846Z 	libbpf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbpf.so.1
2025-08-20T22:07:46.5056349Z 	libblockdev.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblockdev.so.3
2025-08-20T22:07:46.5056890Z 	libblkid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblkid.so.1
2025-08-20T22:07:46.5057436Z 	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:07:46.5058016Z 	libbfd-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-system.so
2025-08-20T22:07:46.5058462Z 	libbfd-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-arm64.so
2025-08-20T22:07:46.5058904Z 	libbfd-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T22:07:46.5059334Z 	libbfd-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T22:07:46.5059747Z 	libbd_utils.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_utils.so.3
2025-08-20T22:07:46.5060141Z 	libbd_swap.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_swap.so.3
2025-08-20T22:07:46.5060534Z 	libbd_part.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_part.so.3
2025-08-20T22:07:46.5060910Z 	libbd_nvme.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_nvme.so.3
2025-08-20T22:07:46.5061307Z 	libbd_mdraid.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_mdraid.so.3
2025-08-20T22:07:46.5061703Z 	libbd_loop.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_loop.so.3
2025-08-20T22:07:46.5062072Z 	libbd_fs.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_fs.so.3
2025-08-20T22:07:46.5062456Z 	libbd_crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_crypto.so.3
2025-08-20T22:07:46.5062847Z 	libbcc_bpf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc_bpf.so.0
2025-08-20T22:07:46.5063215Z 	libbcc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc.so.0
2025-08-20T22:07:46.5063619Z 	libavahi-common.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-common.so.3
2025-08-20T22:07:46.5064077Z 	libavahi-client.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-client.so.3
2025-08-20T22:07:46.5064659Z 	libaudit.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaudit.so.1
2025-08-20T22:07:46.5065031Z 	libattr.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libattr.so.1
2025-08-20T22:07:46.5065403Z 	libatspi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatspi.so.0
2025-08-20T22:07:46.5065777Z 	libatomic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatomic.so.1
2025-08-20T22:07:46.5066144Z 	libatm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatm.so.1
2025-08-20T22:07:46.5066517Z 	libatk-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-1.0.so.0
2025-08-20T22:07:46.5067059Z 	libatk-bridge-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T22:07:46.5067507Z 	libatasmart.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatasmart.so.4
2025-08-20T22:07:46.5067905Z 	libassuan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libassuan.so.0
2025-08-20T22:07:46.5068294Z 	libaspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaspell.so.15
2025-08-20T22:07:46.5068696Z 	libasound.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasound.so.2
2025-08-20T22:07:46.5069080Z 	libasan.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasan.so.8
2025-08-20T22:07:46.5069446Z 	libaria2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaria2.so.0
2025-08-20T22:07:46.5069822Z 	libargon2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libargon2.so.1
2025-08-20T22:07:46.5070213Z 	libarchive.so.13 (libc6,x86-64) => /lib/x86_64-linux-gnu/libarchive.so.13
2025-08-20T22:07:46.5070656Z 	libapt-private.so.0.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-private.so.0.0
2025-08-20T22:07:46.5071105Z 	libapt-pkg.so.6.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T22:07:46.5071518Z 	libaprutil-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaprutil-1.so.0
2025-08-20T22:07:46.5071913Z 	libapr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapr-1.so.0
2025-08-20T22:07:46.5072312Z 	libappstream.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libappstream.so.5
2025-08-20T22:07:46.5072852Z 	libapparmor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapparmor.so.1
2025-08-20T22:07:46.5073239Z 	libaom.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaom.so.3
2025-08-20T22:07:46.5073589Z 	libanl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so.1
2025-08-20T22:07:46.5073895Z 	libanl.so.1 (libc6) => /lib32/libanl.so.1
2025-08-20T22:07:46.5074194Z 	libanl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so
2025-08-20T22:07:46.5074556Z 	libaio.so.1t64 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaio.so.1t64
2025-08-20T22:07:46.5074927Z 	libacl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libacl.so.1
2025-08-20T22:07:46.5075276Z 	libX11.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11.so.6
2025-08-20T22:07:46.5075642Z 	libX11-xcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11-xcb.so.1
2025-08-20T22:07:46.5076033Z 	libXxf86vm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXxf86vm.so.1
2025-08-20T22:07:46.5076411Z 	libXtst.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXtst.so.6
2025-08-20T22:07:46.5076890Z 	libXt.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXt.so.6
2025-08-20T22:07:46.5077239Z 	libXss.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXss.so.1
2025-08-20T22:07:46.5077609Z 	libXrender.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrender.so.1
2025-08-20T22:07:46.5078000Z 	libXrandr.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrandr.so.2
2025-08-20T22:07:46.5078368Z 	libXpm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXpm.so.4
2025-08-20T22:07:46.5078724Z 	libXmuu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmuu.so.1
2025-08-20T22:07:46.5079080Z 	libXmu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmu.so.6
2025-08-20T22:07:46.5079457Z 	libXinerama.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXinerama.so.1
2025-08-20T22:07:46.5079836Z 	libXi.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXi.so.6
2025-08-20T22:07:46.5080179Z 	libXft.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXft.so.2
2025-08-20T22:07:46.5080663Z 	libXfont2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfont2.so.2
2025-08-20T22:07:46.5081045Z 	libXfixes.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfixes.so.3
2025-08-20T22:07:46.5081414Z 	libXext.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXext.so.6
2025-08-20T22:07:46.5081782Z 	libXdmcp.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so.6
2025-08-20T22:07:46.5082152Z 	libXdmcp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so
2025-08-20T22:07:46.5082535Z 	libXdamage.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdamage.so.1
2025-08-20T22:07:46.5082928Z 	libXcursor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcursor.so.1
2025-08-20T22:07:46.5083349Z 	libXcomposite.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcomposite.so.1
2025-08-20T22:07:46.5083751Z 	libXaw.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXaw.so.7
2025-08-20T22:07:46.5084101Z 	libXau.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so.6
2025-08-20T22:07:46.5084445Z 	libXau.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so
2025-08-20T22:07:46.5084793Z 	libSM.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libSM.so.6
2025-08-20T22:07:46.5085211Z 	libOpenEXRUtil-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T22:07:46.5085705Z 	libOpenEXRCore-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T22:07:46.5086202Z 	libOpenEXR-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T22:07:46.5086671Z 	libMagickWand-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T22:07:46.5087517Z 	libMagickCore-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T22:07:46.5087946Z 	libLerc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLerc.so.4
2025-08-20T22:07:46.5088322Z 	libLLVM.so.19.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.19.1
2025-08-20T22:07:46.5088706Z 	libLLVM.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.18.1
2025-08-20T22:07:46.5089229Z 	libLLVM-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so.1
2025-08-20T22:07:46.5089616Z 	libLLVM-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so
2025-08-20T22:07:46.5089990Z 	libLLVM-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so.1
2025-08-20T22:07:46.5090368Z 	libLLVM-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so
2025-08-20T22:07:46.5090732Z 	libJudy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libJudy.so.1
2025-08-20T22:07:46.5091121Z 	libImath-3_1.so.29 (libc6,x86-64) => /lib/x86_64-linux-gnu/libImath-3_1.so.29
2025-08-20T22:07:46.5091556Z 	libIlmThread-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T22:07:46.5091978Z 	libIex-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIex-3_1.so.30
2025-08-20T22:07:46.5092349Z 	libICE.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libICE.so.6
2025-08-20T22:07:46.5092743Z 	libGLdispatch.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLdispatch.so.0
2025-08-20T22:07:46.5093170Z 	libGLX_mesa.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX_mesa.so.0
2025-08-20T22:07:46.5093545Z 	libGLX.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX.so.0
2025-08-20T22:07:46.5093891Z 	libGL.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGL.so.1
2025-08-20T22:07:46.5094276Z 	libDeployPkg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libDeployPkg.so.0
2025-08-20T22:07:46.5094726Z 	libBrokenLocale.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so.1
2025-08-20T22:07:46.5095149Z 	libBrokenLocale.so.1 (libc6) => /lib32/libBrokenLocale.so.1
2025-08-20T22:07:46.5095552Z 	libBrokenLocale.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so
2025-08-20T22:07:46.5095955Z 	ld-musl-x86_64.so.1 (libc6,x86-64) => /lib/ld-musl-x86_64.so.1
2025-08-20T22:07:46.5096277Z 	ld-linux.so.2 (libc6) => /lib32/ld-linux.so.2
2025-08-20T22:07:46.5096555Z 	ld-linux.so.2 (libc6) => /lib/ld-linux.so.2
2025-08-20T22:07:46.5097146Z 	ld-linux-x86-64.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
2025-08-20T22:07:46.5097781Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.5) stable release version 2.39
2025-08-20T22:07:46.5358337Z [+] Installing Go for linux-amd64...
2025-08-20T22:07:46.5547632Z [!] Found existing Go installation at: /usr/bin/go
2025-08-20T22:07:46.5548342Z [!] GOROOT: /opt/hostedtoolcache/go/1.24.6/x64
2025-08-20T22:07:46.5549080Z [!] Removing existing GOROOT: /opt/hostedtoolcache/go/1.24.6/x64
2025-08-20T22:07:47.7171255Z [+] Downloading Go go1.25.0...
2025-08-20T22:07:47.7228438Z   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2025-08-20T22:07:47.7229117Z                                  Dload  Upload   Total   Spent    Left  Speed
2025-08-20T22:07:47.7229404Z 
2025-08-20T22:07:47.7990816Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2025-08-20T22:07:47.7991638Z 100    80  100    80    0     0   1047      0 --:--:-- --:--:-- --:--:--  1052
2025-08-20T22:07:47.8594631Z 
2025-08-20T22:07:47.8595510Z 100    75  100    75    0     0    548      0 --:--:-- --:--:-- --:--:--   548
2025-08-20T22:07:48.0172968Z 
2025-08-20T22:07:48.4163258Z  17 56.8M   17 9983k    0     0  33.0M      0  0:00:01 --:--:--  0:00:01 33.0M
2025-08-20T22:07:48.4163913Z 100 56.8M  100 56.8M    0     0  82.0M      0 --:--:-- --:--:-- --:--:--  118M
2025-08-20T22:07:48.4199881Z (DL) <== https://golang.org/dl/go1.25.0.linux-amd64.tar.gz
2025-08-20T22:07:49.8193203Z [+] Success! Go version: go version go1.25.0 linux/amd64
2025-08-20T22:07:49.8193753Z [+] GOROOT: /home/runner/.go
2025-08-20T22:07:49.8194123Z [+] GOPATH: /home/runner/go
2025-08-20T22:07:49.8194470Z [|] PATH: export PATH="/home/runner/.go/bin:/home/runner/go/bin:${PATH}"
2025-08-20T22:07:49.8354727Z go version go1.25.0 linux/amd64
2025-08-20T22:07:49.8754855Z 680 libs found in cache `/etc/ld.so.cache'
2025-08-20T22:07:49.8755559Z 	libz3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so.4
2025-08-20T22:07:49.8756224Z 	libz3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so
2025-08-20T22:07:49.8757379Z 	libzstd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so.1
2025-08-20T22:07:49.8758021Z 	libzstd.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so
2025-08-20T22:07:49.8758448Z 	libzmq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzmq.so.5
2025-08-20T22:07:49.8758883Z 	libzip.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzip.so.4
2025-08-20T22:07:49.8759301Z 	libzen.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzen.so.0
2025-08-20T22:07:49.8759696Z 	libz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so.1
2025-08-20T22:07:49.8760069Z 	libz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so
2025-08-20T22:07:49.8760477Z 	libyaml-0.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyaml-0.so.2
2025-08-20T22:07:49.8760915Z 	libyajl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyajl.so.2
2025-08-20T22:07:49.8761354Z 	libxxhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxxhash.so.0
2025-08-20T22:07:49.8761836Z 	libxtables.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxtables.so.12
2025-08-20T22:07:49.8762319Z 	libxslt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxslt.so.1
2025-08-20T22:07:49.8762780Z 	libxshmfence.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxshmfence.so.1
2025-08-20T22:07:49.8763238Z 	libxml2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so.2
2025-08-20T22:07:49.8763668Z 	libxml2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so
2025-08-20T22:07:49.8764106Z 	libxmlsec1.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1.so.1
2025-08-20T22:07:49.8764634Z 	libxmlsec1-openssl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T22:07:49.8765213Z 	libxmlb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlb.so.2
2025-08-20T22:07:49.8765861Z 	libxkbfile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbfile.so.1
2025-08-20T22:07:49.8766567Z 	libxkbcommon.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbcommon.so.0
2025-08-20T22:07:49.8767611Z 	libxcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so.1
2025-08-20T22:07:49.8768560Z 	libxcb.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so
2025-08-20T22:07:49.8769277Z 	libxcb-xfixes.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T22:07:49.8769787Z 	libxcb-xfixes.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so
2025-08-20T22:07:49.8770262Z 	libxcb-sync.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-sync.so.1
2025-08-20T22:07:49.8770720Z 	libxcb-shm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shm.so.0
2025-08-20T22:07:49.8771193Z 	libxcb-shape.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so.0
2025-08-20T22:07:49.8771668Z 	libxcb-shape.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so
2025-08-20T22:07:49.8772144Z 	libxcb-render.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so.0
2025-08-20T22:07:49.8772640Z 	libxcb-render.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so
2025-08-20T22:07:49.8773120Z 	libxcb-randr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-randr.so.0
2025-08-20T22:07:49.8773582Z 	libxcb-present.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-present.so.0
2025-08-20T22:07:49.8774006Z 	libxcb-glx.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-glx.so.0
2025-08-20T22:07:49.8774398Z 	libxcb-dri3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-dri3.so.0
2025-08-20T22:07:49.8774790Z 	libwrap.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwrap.so.0
2025-08-20T22:07:49.8775199Z 	libwmflite-0.2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T22:07:49.8775617Z 	libwebpmux.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpmux.so.3
2025-08-20T22:07:49.8776032Z 	libwebpdemux.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpdemux.so.2
2025-08-20T22:07:49.8776432Z 	libwebp.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebp.so.7
2025-08-20T22:07:49.8778568Z 	libwbclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwbclient.so.0
2025-08-20T22:07:49.8779236Z 	libwayland-server.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-server.so.0
2025-08-20T22:07:49.8779728Z 	libwayland-egl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-egl.so.1
2025-08-20T22:07:49.8780202Z 	libwayland-cursor.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-cursor.so.0
2025-08-20T22:07:49.8780680Z 	libwayland-client.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-client.so.0
2025-08-20T22:07:49.8781123Z 	libvulkan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvulkan.so.1
2025-08-20T22:07:49.8781536Z 	libvorbisfile.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbisfile.so.3
2025-08-20T22:07:49.8781959Z 	libvorbis.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbis.so.0
2025-08-20T22:07:49.8782371Z 	libvolume_key.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvolume_key.so.1
2025-08-20T22:07:49.8782778Z 	libvmtools.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvmtools.so.0
2025-08-20T22:07:49.8783173Z 	libvgauth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvgauth.so.0
2025-08-20T22:07:49.8783556Z 	libuv.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuv.so.1
2025-08-20T22:07:49.8783916Z 	libuuid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuuid.so.1
2025-08-20T22:07:49.8784269Z 	libutil.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutil.so.1
2025-08-20T22:07:49.8784588Z 	libutil.so.1 (libc6) => /lib32/libutil.so.1
2025-08-20T22:07:49.8784946Z 	libutempter.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutempter.so.0
2025-08-20T22:07:49.8785363Z 	libusb-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libusb-1.0.so.0
2025-08-20T22:07:49.8785739Z 	liburcu.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu.so.8
2025-08-20T22:07:49.8786146Z 	liburcu-signal.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-signal.so.8
2025-08-20T22:07:49.8786579Z 	liburcu-qsbr.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T22:07:49.8787247Z 	liburcu-memb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-memb.so.8
2025-08-20T22:07:49.8787808Z 	liburcu-mb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-mb.so.8
2025-08-20T22:07:49.8788232Z 	liburcu-common.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-common.so.8
2025-08-20T22:07:49.8788654Z 	liburcu-cds.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-cds.so.8
2025-08-20T22:07:49.8789052Z 	liburcu-bp.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-bp.so.8
2025-08-20T22:07:49.8789437Z 	libunwind.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind.so.8
2025-08-20T22:07:49.8789860Z 	libunwind-x86_64.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-x86_64.so.8
2025-08-20T22:07:49.8790320Z 	libunwind-ptrace.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T22:07:49.8790811Z 	libunwind-coredump.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-coredump.so.0
2025-08-20T22:07:49.8791277Z 	libunistring.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunistring.so.5
2025-08-20T22:07:49.8791683Z 	libudisks2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudisks2.so.0
2025-08-20T22:07:49.8792076Z 	libudev.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudev.so.1
2025-08-20T22:07:49.8792466Z 	libuchardet.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuchardet.so.0
2025-08-20T22:07:49.8792866Z 	libubsan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libubsan.so.1
2025-08-20T22:07:49.8793297Z 	libtss2-tcti-swtpm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T22:07:49.8793783Z 	libtss2-tcti-mssim.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T22:07:49.8794275Z 	libtss2-tcti-device.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T22:07:49.8794754Z 	libtss2-tcti-cmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T22:07:49.8795188Z 	libtss2-sys.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-sys.so.1
2025-08-20T22:07:49.8795581Z 	libtss2-rc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-rc.so.0
2025-08-20T22:07:49.8796082Z 	libtss2-mu.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-mu.so.0
2025-08-20T22:07:49.8796482Z 	libtss2-esys.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-esys.so.0
2025-08-20T22:07:49.8797122Z 	libtsan.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtsan.so.2
2025-08-20T22:07:49.8797510Z 	libtracefs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtracefs.so.1
2025-08-20T22:07:49.8797931Z 	libtraceevent.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtraceevent.so.1
2025-08-20T22:07:49.8798353Z 	libtommath.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtommath.so.1
2025-08-20T22:07:49.8798738Z 	libtk8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtk8.6.so
2025-08-20T22:07:49.8799109Z 	libtirpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtirpc.so.3
2025-08-20T22:07:49.8799516Z 	libtinyxml2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinyxml2.so.10
2025-08-20T22:07:49.8799912Z 	libtinfo.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so.6
2025-08-20T22:07:49.8800280Z 	libtinfo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so
2025-08-20T22:07:49.8800657Z 	libtiff.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtiff.so.6
2025-08-20T22:07:49.8801040Z 	libtidy.so.5deb1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtidy.so.5deb1
2025-08-20T22:07:49.8801419Z 	libtic.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so.6
2025-08-20T22:07:49.8801765Z 	libtic.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so
2025-08-20T22:07:49.8802141Z 	libthread_db.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so.1
2025-08-20T22:07:49.8802514Z 	libthread_db.so.1 (libc6) => /lib32/libthread_db.so.1
2025-08-20T22:07:49.8802871Z 	libthread_db.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so
2025-08-20T22:07:49.8803254Z 	libthai.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthai.so.0
2025-08-20T22:07:49.8803610Z 	libtdb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtdb.so.1
2025-08-20T22:07:49.8803962Z 	libtcl8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtcl8.6.so
2025-08-20T22:07:49.8804474Z 	libtasn1.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtasn1.so.6
2025-08-20T22:07:49.8804858Z 	libtalloc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtalloc.so.2
2025-08-20T22:07:49.8805256Z 	libsystemd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsystemd.so.0
2025-08-20T22:07:49.8805647Z 	libsysfs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsysfs.so.2
2025-08-20T22:07:49.8806018Z 	libsybdb.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsybdb.so.5
2025-08-20T22:07:49.8806381Z 	libsubid.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsubid.so.4
2025-08-20T22:07:49.8806949Z 	libstemmer.so.0d (libc6,x86-64) => /lib/x86_64-linux-gnu/libstemmer.so.0d
2025-08-20T22:07:49.8807358Z 	libstdc++.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libstdc++.so.6
2025-08-20T22:07:49.8807701Z 	libstdc++.so.6 (libc6) => /lib32/libstdc++.so.6
2025-08-20T22:07:49.8808022Z 	libssl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl3.so
2025-08-20T22:07:49.8808373Z 	libssl.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so.3
2025-08-20T22:07:49.8808724Z 	libssl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so
2025-08-20T22:07:49.8809072Z 	libssh2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh2.so.1
2025-08-20T22:07:49.8809423Z 	libssh.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh.so.4
2025-08-20T22:07:49.8809767Z 	libss.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libss.so.2
2025-08-20T22:07:49.8810140Z 	libsqlite3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so.0
2025-08-20T22:07:49.8810533Z 	libsqlite3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so
2025-08-20T22:07:49.8810964Z 	libsourcekitdInProc.so (libc6,x86-64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T22:07:49.8811403Z 	libsoftokn3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsoftokn3.so
2025-08-20T22:07:49.8811798Z 	libsodium.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsodium.so.23
2025-08-20T22:07:49.8812182Z 	libsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnmp.so.40
2025-08-20T22:07:49.8812689Z 	libsnappy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnappy.so.1
2025-08-20T22:07:49.8813079Z 	libsmime3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmime3.so
2025-08-20T22:07:49.8813477Z 	libsmartcols.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmartcols.so.1
2025-08-20T22:07:49.8813881Z 	libslirp.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslirp.so.0
2025-08-20T22:07:49.8814251Z 	libslang.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslang.so.2
2025-08-20T22:07:49.8814632Z 	libsigsegv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsigsegv.so.2
2025-08-20T22:07:49.8815041Z 	libsharpyuv.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsharpyuv.so.0
2025-08-20T22:07:49.8815478Z 	libsgutils2-1.46.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T22:07:49.8815904Z 	libsframe.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsframe.so.1
2025-08-20T22:07:49.8816282Z 	libsepol.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsepol.so.2
2025-08-20T22:07:49.8816673Z 	libsensors.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsensors.so.5
2025-08-20T22:07:49.8817356Z 	libsemanage.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsemanage.so.2
2025-08-20T22:07:49.8817761Z 	libselinux.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libselinux.so.1
2025-08-20T22:07:49.8818155Z 	libseccomp.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libseccomp.so.2
2025-08-20T22:07:49.8818538Z 	libsasl2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsasl2.so.2
2025-08-20T22:07:49.8818927Z 	libruby-3.2.so.3.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T22:07:49.8819322Z 	libruby-3.2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so
2025-08-20T22:07:49.8819728Z 	librtmp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librtmp.so.1
2025-08-20T22:07:49.8820087Z 	librt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librt.so.1
2025-08-20T22:07:49.8820394Z 	librt.so.1 (libc6) => /lib32/librt.so.1
2025-08-20T22:07:49.8820709Z 	librpmsign.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmsign.so.9
2025-08-20T22:07:49.8821242Z 	librpmio.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmio.so.9
2025-08-20T22:07:49.8821634Z 	librpmbuild.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmbuild.so.9
2025-08-20T22:07:49.8822021Z 	librpm.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpm.so.9
2025-08-20T22:07:49.8822385Z 	librhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/librhash.so.0
2025-08-20T22:07:49.8822750Z 	libre2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libre2.so.10
2025-08-20T22:07:49.8823120Z 	libresolv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so.2
2025-08-20T22:07:49.8823463Z 	libresolv.so.2 (libc6) => /lib32/libresolv.so.2
2025-08-20T22:07:49.8823793Z 	libresolv.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so
2025-08-20T22:07:49.8824211Z 	libreiserfscore.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreiserfscore.so.0
2025-08-20T22:07:49.8824653Z 	libreadline.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreadline.so.8
2025-08-20T22:07:49.8825055Z 	libraw_r.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw_r.so.23
2025-08-20T22:07:49.8825421Z 	libraw.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw.so.23
2025-08-20T22:07:49.8825801Z 	librabbitmq.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/librabbitmq.so.4
2025-08-20T22:07:49.8826208Z 	libquadmath.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libquadmath.so.0
2025-08-20T22:07:49.8826620Z 	libqrtr-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqrtr-glib.so.0
2025-08-20T22:07:49.8828075Z 	libqmi-glib.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqmi-glib.so.5
2025-08-20T22:07:49.8828469Z 	libqdbm.so.14 (libc6,x86-64) => /lib/libqdbm.so.14
2025-08-20T22:07:49.8828838Z 	libp11-kit.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libp11-kit.so.0
2025-08-20T22:07:49.8829261Z 	libpython3.12.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so.1.0
2025-08-20T22:07:49.8829690Z 	libpython3.12.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so
2025-08-20T22:07:49.8830258Z 	libpthread.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpthread.so.0
2025-08-20T22:07:49.8830627Z 	libpthread.so.0 (libc6) => /lib32/libpthread.so.0
2025-08-20T22:07:49.8830973Z 	libpsx.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsx.so.2
2025-08-20T22:07:49.8831363Z 	libpspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpspell.so.15
2025-08-20T22:07:49.8831743Z 	libpsl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsl.so.5
2025-08-20T22:07:49.8832168Z 	libprotobuf-lite.so.32 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T22:07:49.8832638Z 	libprotobuf-c.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-c.so.1
2025-08-20T22:07:49.8833065Z 	libproc2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libproc2.so.0
2025-08-20T22:07:49.8833443Z 	libpq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so.5
2025-08-20T22:07:49.8833794Z 	libpq.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so
2025-08-20T22:07:49.8834150Z 	libpopt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpopt.so.0
2025-08-20T22:07:49.8834617Z 	libpolkit-gobject-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T22:07:49.8835123Z 	libpolkit-agent-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T22:07:49.8835566Z 	libpng16.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpng16.so.16
2025-08-20T22:07:49.8835938Z 	libply.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply.so.5
2025-08-20T22:07:49.8836403Z 	libply-splash-graphics.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T22:07:49.8837163Z 	libply-splash-core.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-core.so.5
2025-08-20T22:07:49.8837660Z 	libply-boot-client.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-boot-client.so.5
2025-08-20T22:07:49.8838092Z 	libplds4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplds4.so
2025-08-20T22:07:49.8838452Z 	libplc4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplc4.so
2025-08-20T22:07:49.8839006Z 	libpkgconf.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpkgconf.so.3
2025-08-20T22:07:49.8839416Z 	libpixman-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpixman-1.so.0
2025-08-20T22:07:49.8839830Z 	libpipeline.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpipeline.so.1
2025-08-20T22:07:49.8840226Z 	libpgm-5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpgm-5.3.so.0
2025-08-20T22:07:49.8849750Z 	libpfm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpfm.so.4
2025-08-20T22:07:49.8850440Z 	libperl.so.5.38 (libc6,x86-64) => /lib/x86_64-linux-gnu/libperl.so.5.38
2025-08-20T22:07:49.8850905Z 	libpcre2-32.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so.0
2025-08-20T22:07:49.8851326Z 	libpcre2-32.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so
2025-08-20T22:07:49.8851747Z 	libpcre2-16.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so.0
2025-08-20T22:07:49.8852159Z 	libpcre2-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so
2025-08-20T22:07:49.8852591Z 	libpcre2-8.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so.0
2025-08-20T22:07:49.8853005Z 	libpcre2-8.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so
2025-08-20T22:07:49.8853455Z 	libpcre2-posix.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so.3
2025-08-20T22:07:49.8853921Z 	libpcre2-posix.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so
2025-08-20T22:07:49.8854358Z 	libpcprofile.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcprofile.so
2025-08-20T22:07:49.8854734Z 	libpcprofile.so (libc6) => /lib32/libpcprofile.so
2025-08-20T22:07:49.8855113Z 	libpciaccess.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpciaccess.so.0
2025-08-20T22:07:49.8855520Z 	libpci.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpci.so.3
2025-08-20T22:07:49.8855908Z 	libpcap.so.0.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so.0.8
2025-08-20T22:07:49.8856290Z 	libpcap.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so
2025-08-20T22:07:49.8856674Z 	libparted.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libparted.so.2
2025-08-20T22:07:49.8857673Z 	libpaper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpaper.so.1
2025-08-20T22:07:49.8858141Z 	libpangoft2-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T22:07:49.8858622Z 	libpangocairo-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T22:07:49.8859107Z 	libpango-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpango-1.0.so.0
2025-08-20T22:07:49.8859513Z 	libpanelw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so.6
2025-08-20T22:07:49.8859909Z 	libpanelw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so
2025-08-20T22:07:49.8860294Z 	libpanel.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so.6
2025-08-20T22:07:49.8860676Z 	libpanel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so
2025-08-20T22:07:49.8861045Z 	libpamc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpamc.so.0
2025-08-20T22:07:49.8861431Z 	libpam_misc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam_misc.so.0
2025-08-20T22:07:49.8861823Z 	libpam.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam.so.0
2025-08-20T22:07:49.8862285Z 	libpackagekit-glib2.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T22:07:49.8862773Z 	libopenjp2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopenjp2.so.7
2025-08-20T22:07:49.8863234Z 	libopeniscsiusr.so.0.2.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T22:07:49.8863753Z 	libopcodes-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T22:07:49.8864262Z 	libopcodes-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-arm64.so
2025-08-20T22:07:49.8864759Z 	libopcodes-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T22:07:49.8865253Z 	libopcodes-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T22:07:49.8865687Z 	libonig.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libonig.so.5
2025-08-20T22:07:49.8866186Z 	libogg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libogg.so.0
2025-08-20T22:07:49.8866547Z 	libodbc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libodbc.so.2
2025-08-20T22:07:49.8867315Z 	libobjc_gc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc_gc.so.4
2025-08-20T22:07:49.8867704Z 	libobjc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc.so.4
2025-08-20T22:07:49.8868060Z 	libnvme.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme.so.1
2025-08-20T22:07:49.8868432Z 	libnvme-mi.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme-mi.so.1
2025-08-20T22:07:49.8868799Z 	libnuma.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnuma.so.1
2025-08-20T22:07:49.8869177Z 	libntfs-3g.so.89 (libc6,x86-64) => /lib/x86_64-linux-gnu/libntfs-3g.so.89
2025-08-20T22:07:49.8869553Z 	libnss3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss3.so
2025-08-20T22:07:49.8869924Z 	libnssutil3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssutil3.so
2025-08-20T22:07:49.8870338Z 	libnssdbm3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssdbm3.so
2025-08-20T22:07:49.8870721Z 	libnssckbi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssckbi.so
2025-08-20T22:07:49.8871136Z 	libnss_systemd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_systemd.so.2
2025-08-20T22:07:49.8871576Z 	libnss_hesiod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so.2
2025-08-20T22:07:49.8871965Z 	libnss_hesiod.so.2 (libc6) => /lib32/libnss_hesiod.so.2
2025-08-20T22:07:49.8872345Z 	libnss_hesiod.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so
2025-08-20T22:07:49.8872755Z 	libnss_files.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_files.so.2
2025-08-20T22:07:49.8873122Z 	libnss_files.so.2 (libc6) => /lib32/libnss_files.so.2
2025-08-20T22:07:49.8873468Z 	libnss_dns.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_dns.so.2
2025-08-20T22:07:49.8873815Z 	libnss_dns.so.2 (libc6) => /lib32/libnss_dns.so.2
2025-08-20T22:07:49.8874173Z 	libnss_compat.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so.2
2025-08-20T22:07:49.8874705Z 	libnss_compat.so.2 (libc6) => /lib32/libnss_compat.so.2
2025-08-20T22:07:49.8875078Z 	libnss_compat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so
2025-08-20T22:07:49.8875467Z 	libnspr4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnspr4.so
2025-08-20T22:07:49.8875821Z 	libnsl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnsl.so.1
2025-08-20T22:07:49.8876142Z 	libnsl.so.1 (libc6) => /lib32/libnsl.so.1
2025-08-20T22:07:49.8876602Z 	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:07:49.8877321Z 	libnpth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnpth.so.0
2025-08-20T22:07:49.8877685Z 	libnorm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnorm.so.1
2025-08-20T22:07:49.8878056Z 	libnl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so.200
2025-08-20T22:07:49.8878422Z 	libnl-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so
2025-08-20T22:07:49.8878847Z 	libnl-route-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so.200
2025-08-20T22:07:49.8879282Z 	libnl-route-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so
2025-08-20T22:07:49.8879708Z 	libnl-genl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-genl-3.so.200
2025-08-20T22:07:49.8880135Z 	libnghttp2.so.14 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnghttp2.so.14
2025-08-20T22:07:49.8880540Z 	libnftnl.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftnl.so.11
2025-08-20T22:07:49.8880957Z 	libnftables.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftables.so.1
2025-08-20T22:07:49.8881389Z 	libnfnetlink.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnfnetlink.so.0
2025-08-20T22:07:49.8881817Z 	libnewt.so.0.52 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnewt.so.0.52
2025-08-20T22:07:49.8882209Z 	libnettle.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnettle.so.8
2025-08-20T22:07:49.8882649Z 	libnetsnmpmibs.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T22:07:49.8883299Z 	libnetsnmphelpers.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T22:07:49.8883800Z 	libnetsnmpagent.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T22:07:49.8884243Z 	libnetsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmp.so.40
2025-08-20T22:07:49.8884657Z 	libnetplan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetplan.so.1
2025-08-20T22:07:49.8885052Z 	libnetpbm.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetpbm.so.11
2025-08-20T22:07:49.8885527Z 	libnetfilter_conntrack.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T22:07:49.8886012Z 	libncursesw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncursesw.so.6
2025-08-20T22:07:49.8886420Z 	libncurses.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncurses.so.6
2025-08-20T22:07:49.8887158Z 	libmysqlclient.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so.21
2025-08-20T22:07:49.8887654Z 	libmysqlclient.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so
2025-08-20T22:07:49.8888058Z 	libmvec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so.1
2025-08-20T22:07:49.8888429Z 	libmvec.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so
2025-08-20T22:07:49.8888796Z 	libmultipath.so.0 (libc6,x86-64) => /lib/libmultipath.so.0
2025-08-20T22:07:49.8889171Z 	libmspack.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmspack.so.0
2025-08-20T22:07:49.8889558Z 	libmpfr.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpfr.so.6
2025-08-20T22:07:49.8889926Z 	libmpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpc.so.3
2025-08-20T22:07:49.8890286Z 	libmpathutil.so.0 (libc6,x86-64) => /lib/libmpathutil.so.0
2025-08-20T22:07:49.8890672Z 	libmpathpersist.so.0 (libc6,x86-64) => /lib/libmpathpersist.so.0
2025-08-20T22:07:49.8891054Z 	libmpathcmd.so.0 (libc6,x86-64) => /lib/libmpathcmd.so.0
2025-08-20T22:07:49.8891418Z 	libmount.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmount.so.1
2025-08-20T22:07:49.8891944Z 	libmnl.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmnl.so.0
2025-08-20T22:07:49.8892309Z 	libmms.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmms.so.0
2025-08-20T22:07:49.8892683Z 	libmm-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmm-glib.so.0
2025-08-20T22:07:49.8893069Z 	libmlx5.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so.1
2025-08-20T22:07:49.8893429Z 	libmlx5.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so
2025-08-20T22:07:49.8893782Z 	libmlx4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so.1
2025-08-20T22:07:49.8894136Z 	libmlx4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so
2025-08-20T22:07:49.8894495Z 	libmenuw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so.6
2025-08-20T22:07:49.8894866Z 	libmenuw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so
2025-08-20T22:07:49.8895226Z 	libmenu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so.6
2025-08-20T22:07:49.8895576Z 	libmenu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so
2025-08-20T22:07:49.8895959Z 	libmemusage.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemusage.so
2025-08-20T22:07:49.8896310Z 	libmemusage.so (libc6) => /lib32/libmemusage.so
2025-08-20T22:07:49.8896872Z 	libmemcached.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemcached.so.11
2025-08-20T22:07:49.8897413Z 	libmediainfo.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmediainfo.so.0
2025-08-20T22:07:49.8897821Z 	libmecab.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmecab.so.2
2025-08-20T22:07:49.8898178Z 	libmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmd.so.0
2025-08-20T22:07:49.8898556Z 	libmbim-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmbim-glib.so.4
2025-08-20T22:07:49.8898972Z 	libmaxminddb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmaxminddb.so.0
2025-08-20T22:07:49.8899364Z 	libmana.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so.1
2025-08-20T22:07:49.8899718Z 	libmana.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so
2025-08-20T22:07:49.8900241Z 	libmagic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmagic.so.1
2025-08-20T22:07:49.8900597Z 	libm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libm.so.6
2025-08-20T22:07:49.8900893Z 	libm.so.6 (libc6) => /lib32/libm.so.6
2025-08-20T22:07:49.8901193Z 	liblz4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so.1
2025-08-20T22:07:49.8901540Z 	liblz4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so
2025-08-20T22:07:49.8901891Z 	liblzo2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzo2.so.2
2025-08-20T22:07:49.8902251Z 	liblzma.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so.5
2025-08-20T22:07:49.8902604Z 	liblzma.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so
2025-08-20T22:07:49.8902945Z 	liblz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so.1
2025-08-20T22:07:49.8903273Z 	liblz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so
2025-08-20T22:07:49.8903658Z 	liblvm2cmd.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T22:07:49.8904081Z 	liblua5.4.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4.so.0
2025-08-20T22:07:49.8904481Z 	liblua5.4-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T22:07:49.8904874Z 	liblua5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3.so.0
2025-08-20T22:07:49.8905260Z 	liblua5.3-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T22:07:49.8905674Z 	liblttng-ust.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust.so.1
2025-08-20T22:07:49.8906175Z 	liblttng-ust-tracepoint.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T22:07:49.8907031Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T22:07:49.8907716Z 	liblttng-ust-libc-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T22:07:49.8908260Z 	liblttng-ust-fork.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T22:07:49.8908885Z 	liblttng-ust-fd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T22:07:49.8909337Z 	liblttng-ust-dl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T22:07:49.8909855Z 	liblttng-ust-cyg-profile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T22:07:49.8910480Z 	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:07:49.8911049Z 	liblttng-ust-ctl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T22:07:49.8911538Z 	liblttng-ust-common.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T22:07:49.8911983Z 	libltdl.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libltdl.so.7
2025-08-20T22:07:49.8912345Z 	liblsan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblsan.so.0
2025-08-20T22:07:49.8912713Z 	liblqr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblqr-1.so.0
2025-08-20T22:07:49.8913090Z 	liblmdb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblmdb.so.0
2025-08-20T22:07:49.8913469Z 	liblldb-18.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so.1
2025-08-20T22:07:49.8913859Z 	liblldb-18.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so
2025-08-20T22:07:49.8914229Z 	liblldb-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so.1
2025-08-20T22:07:49.8914605Z 	liblldb-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so
2025-08-20T22:07:49.8914985Z 	liblldb-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so.1
2025-08-20T22:07:49.8915358Z 	liblldb-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so
2025-08-20T22:07:49.8915725Z 	libldap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libldap.so.2
2025-08-20T22:07:49.8916092Z 	liblcms2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblcms2.so.2
2025-08-20T22:07:49.8916455Z 	liblber.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblber.so.2
2025-08-20T22:07:49.8917036Z 	libk5crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libk5crypto.so.3
2025-08-20T22:07:49.8917560Z 	libksba.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libksba.so.8
2025-08-20T22:07:49.8917970Z 	libkrb5support.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5support.so.0
2025-08-20T22:07:49.8918376Z 	libkrb5.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5.so.3
2025-08-20T22:07:49.8918735Z 	libkmod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkmod.so.2
2025-08-20T22:07:49.8919114Z 	libkeyutils.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkeyutils.so.1
2025-08-20T22:07:49.8919558Z 	libjxrglue.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjxrglue.so.0
2025-08-20T22:07:49.8919962Z 	libjsoncpp.so.25 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjsoncpp.so.25
2025-08-20T22:07:49.8920395Z 	libjson-glib-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T22:07:49.8920821Z 	libjson-c.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-c.so.5
2025-08-20T22:07:49.8921192Z 	libjq.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjq.so.1
2025-08-20T22:07:49.8921568Z 	libjpegxr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpegxr.so.0
2025-08-20T22:07:49.8921940Z 	libjpeg.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpeg.so.8
2025-08-20T22:07:49.8922297Z 	libjcat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjcat.so.1
2025-08-20T22:07:49.8922687Z 	libjbig2dec.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig2dec.so.0
2025-08-20T22:07:49.8923066Z 	libjbig.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig.so.0
2025-08-20T22:07:49.8923437Z 	libjansson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjansson.so.4
2025-08-20T22:07:49.8923811Z 	libitm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libitm.so.1
2025-08-20T22:07:49.8924169Z 	libisns.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisns.so.0
2025-08-20T22:07:49.8924525Z 	libisl.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisl.so.23
2025-08-20T22:07:49.8925073Z 	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:07:49.8925912Z 	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:07:49.8926599Z 	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:07:49.8927526Z 	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:07:49.8928046Z 	libip6tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip6tc.so.2
2025-08-20T22:07:49.8928422Z 	libip4tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip4tc.so.2
2025-08-20T22:07:49.8928789Z 	libinih.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libinih.so.1
2025-08-20T22:07:49.8929162Z 	libijs-0.35.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libijs-0.35.so
2025-08-20T22:07:49.8929533Z 	libidn2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn2.so.0
2025-08-20T22:07:49.8929913Z 	libidn.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn.so.12
2025-08-20T22:07:49.8930284Z 	libicuuc.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.74
2025-08-20T22:07:49.8930664Z 	libicuuc.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.70
2025-08-20T22:07:49.8931034Z 	libicuuc.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so
2025-08-20T22:07:49.8931408Z 	libicutu.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.74
2025-08-20T22:07:49.8931782Z 	libicutu.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.70
2025-08-20T22:07:49.8932146Z 	libicutu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so
2025-08-20T22:07:49.8932541Z 	libicutest.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.74
2025-08-20T22:07:49.8932947Z 	libicutest.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.70
2025-08-20T22:07:49.8933346Z 	libicutest.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so
2025-08-20T22:07:49.8933736Z 	libicui18n.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.74
2025-08-20T22:07:49.8934276Z 	libicui18n.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.70
2025-08-20T22:07:49.8934662Z 	libicui18n.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so
2025-08-20T22:07:49.8935044Z 	libicuio.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.74
2025-08-20T22:07:49.8935422Z 	libicuio.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.70
2025-08-20T22:07:49.8935788Z 	libicuio.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so
2025-08-20T22:07:49.8936168Z 	libicudata.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.74
2025-08-20T22:07:49.8936572Z 	libicudata.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.70
2025-08-20T22:07:49.8937234Z 	libicudata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so
2025-08-20T22:07:49.8937634Z 	libibverbs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so.1
2025-08-20T22:07:49.8938023Z 	libibverbs.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so
2025-08-20T22:07:49.8938416Z 	libhwasan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhwasan.so.0
2025-08-20T22:07:49.8938838Z 	libhunspell-1.7.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T22:07:49.8939267Z 	libhogweed.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhogweed.so.6
2025-08-20T22:07:49.8939662Z 	libhistory.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhistory.so.8
2025-08-20T22:07:49.8940089Z 	libhiredis_ssl.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T22:07:49.8940549Z 	libhiredis.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T22:07:49.8940951Z 	libhgfs.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhgfs.so.0
2025-08-20T22:07:49.8941313Z 	libheif.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libheif.so.1
2025-08-20T22:07:49.8941686Z 	libhavege.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhavege.so.2
2025-08-20T22:07:49.8942071Z 	libhashkit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhashkit.so.2
2025-08-20T22:07:49.8942606Z 	libharfbuzz.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libharfbuzz.so.0
2025-08-20T22:07:49.8943009Z 	libhandle.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhandle.so.1
2025-08-20T22:07:49.8943380Z 	libgusb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgusb.so.2
2025-08-20T22:07:49.8943761Z 	libguestlib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestlib.so.0
2025-08-20T22:07:49.8944227Z 	libguestStoreClient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestStoreClient.so.0
2025-08-20T22:07:49.8944693Z 	libgudev-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgudev-1.0.so.0
2025-08-20T22:07:49.8945092Z 	libgtk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgtk-3.so.0
2025-08-20T22:07:49.8945497Z 	libgthread-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgthread-2.0.so.0
2025-08-20T22:07:49.8945948Z 	libgstreamer-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T22:07:49.8946396Z 	libgstnet-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T22:07:49.8947093Z 	libgstcontroller-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T22:07:49.8947593Z 	libgstcheck-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T22:07:49.8948041Z 	libgstbase-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T22:07:49.8948473Z 	libgssapi_krb5.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T22:07:49.8948867Z 	libgs.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgs.so.10
2025-08-20T22:07:49.8949256Z 	libgraphite2.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgraphite2.so.3
2025-08-20T22:07:49.8949667Z 	libgprofng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgprofng.so.0
2025-08-20T22:07:49.8950051Z 	libgpm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpm.so.2
2025-08-20T22:07:49.8950435Z 	libgpgme.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpgme.so.11
2025-08-20T22:07:49.8950991Z 	libgpg-error.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpg-error.so.0
2025-08-20T22:07:49.8951397Z 	libgomp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgomp.so.1
2025-08-20T22:07:49.8951802Z 	libgobject-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgobject-2.0.so.0
2025-08-20T22:07:49.8952215Z 	libgnutls.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgnutls.so.30
2025-08-20T22:07:49.8952600Z 	libgmpxx.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so.4
2025-08-20T22:07:49.8952971Z 	libgmpxx.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so
2025-08-20T22:07:49.8953335Z 	libgmp.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so.10
2025-08-20T22:07:49.8953692Z 	libgmp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so
2025-08-20T22:07:49.8954078Z 	libgmodule-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T22:07:49.8954491Z 	libglib-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libglib-2.0.so.0
2025-08-20T22:07:49.8954965Z 	libgirepository-1.0.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T22:07:49.8955419Z 	libgio-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgio-2.0.so.0
2025-08-20T22:07:49.8955816Z 	libgfortran.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgfortran.so.5
2025-08-20T22:07:49.8956250Z 	libgdk_pixbuf-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T22:07:49.8956674Z 	libgdk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk-3.so.0
2025-08-20T22:07:49.8957190Z 	libgdbm_compat.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm_compat.so.4
2025-08-20T22:07:49.8957595Z 	libgdbm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm.so.6
2025-08-20T22:07:49.8957947Z 	libgd.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgd.so.3
2025-08-20T22:07:49.8958311Z 	libgctba.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgctba.so.1
2025-08-20T22:07:49.8958699Z 	libgcrypt.so.20 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcrypt.so.20
2025-08-20T22:07:49.8959215Z 	libgccpp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgccpp.so.1
2025-08-20T22:07:49.8959588Z 	libgcc_s.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcc_s.so.1
2025-08-20T22:07:49.8959915Z 	libgcc_s.so.1 (libc6) => /lib32/libgcc_s.so.1
2025-08-20T22:07:49.8960232Z 	libgc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgc.so.1
2025-08-20T22:07:49.8960590Z 	libgbm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgbm.so.1
2025-08-20T22:07:49.8961092Z 	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:07:49.8961607Z 	libfwupd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfwupd.so.2
2025-08-20T22:07:49.8961990Z 	libfuse3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfuse3.so.3
2025-08-20T22:07:49.8962354Z 	libftdi1.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libftdi1.so.2
2025-08-20T22:07:49.8962742Z 	libfsverity.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfsverity.so.0
2025-08-20T22:07:49.8963161Z 	libfribidi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfribidi.so.0
2025-08-20T22:07:49.8963565Z 	libfreetype.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreetype.so.6
2025-08-20T22:07:49.8963958Z 	libfreebl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreebl3.so
2025-08-20T22:07:49.8964367Z 	libfreeblpriv3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreeblpriv3.so
2025-08-20T22:07:49.8964771Z 	libformw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so.6
2025-08-20T22:07:49.8965141Z 	libformw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so
2025-08-20T22:07:49.8965504Z 	libform.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so.6
2025-08-20T22:07:49.8965858Z 	libform.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so
2025-08-20T22:07:49.8966232Z 	libfontenc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontenc.so.1
2025-08-20T22:07:49.8966650Z 	libfontconfig.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontconfig.so.1
2025-08-20T22:07:49.8967361Z 	libflashrom.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libflashrom.so.1
2025-08-20T22:07:49.8967964Z 	libfido2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfido2.so.1
2025-08-20T22:07:49.8968392Z 	libfftw3_threads.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_threads.so.3
2025-08-20T22:07:49.8968833Z 	libfftw3_omp.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_omp.so.3
2025-08-20T22:07:49.8969231Z 	libfftw3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3.so.3
2025-08-20T22:07:49.8969601Z 	libffi.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so.8
2025-08-20T22:07:49.8969954Z 	libffi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so
2025-08-20T22:07:49.8970308Z 	libfdisk.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfdisk.so.1
2025-08-20T22:07:49.8970683Z 	libfcgi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi.so.0
2025-08-20T22:07:49.8971065Z 	libfcgi++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi++.so.0
2025-08-20T22:07:49.8971468Z 	libfbclient.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfbclient.so.2
2025-08-20T22:07:49.8971893Z 	libfastjson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfastjson.so.4
2025-08-20T22:07:49.8972346Z 	libfakeroot-0.so (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T22:07:49.8972784Z 	libe2p.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libe2p.so.2
2025-08-20T22:07:49.8973159Z 	libext2fs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libext2fs.so.2
2025-08-20T22:07:49.8973539Z 	libexslt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexslt.so.0
2025-08-20T22:07:49.8973916Z 	libexpatw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so.1
2025-08-20T22:07:49.8974293Z 	libexpatw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so
2025-08-20T22:07:49.8974665Z 	libexpat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so.1
2025-08-20T22:07:49.8975034Z 	libexpat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so
2025-08-20T22:07:49.8975478Z 	libevent_pthreads-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T22:07:49.8976098Z 	libevent_core-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T22:07:49.8976522Z 	libevdev.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevdev.so.2
2025-08-20T22:07:49.8977167Z 	libestr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libestr.so.0
2025-08-20T22:07:49.8977545Z 	libepoxy.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libepoxy.so.0
2025-08-20T22:07:49.8977944Z 	libenchant-2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libenchant-2.so.2
2025-08-20T22:07:49.8978334Z 	libelf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libelf.so.1
2025-08-20T22:07:49.8978702Z 	libefivar.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefivar.so.1
2025-08-20T22:07:49.8979096Z 	libefiboot.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefiboot.so.1
2025-08-20T22:07:49.8979474Z 	libefa.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so.1
2025-08-20T22:07:49.8979817Z 	libefa.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so
2025-08-20T22:07:49.8980182Z 	libedit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libedit.so.2
2025-08-20T22:07:49.8980576Z 	libeatmydata.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so.1
2025-08-20T22:07:49.8980995Z 	libeatmydata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so
2025-08-20T22:07:49.8981379Z 	libdw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdw.so.1
2025-08-20T22:07:49.8981777Z 	libduktape.so.207 (libc6,x86-64) => /lib/x86_64-linux-gnu/libduktape.so.207
2025-08-20T22:07:49.8982219Z 	libdrop_ambient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrop_ambient.so.0
2025-08-20T22:07:49.8982648Z 	libdrm_intel.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_intel.so.1
2025-08-20T22:07:49.8983062Z 	libdrm_amdgpu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T22:07:49.8983451Z 	libdrm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm.so.2
2025-08-20T22:07:49.8983972Z 	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:07:49.8984669Z 	libdl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdl.so.2
2025-08-20T22:07:49.8984977Z 	libdl.so.2 (libc6) => /lib32/libdl.so.2
2025-08-20T22:07:49.8985704Z 	libdjvulibre.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdjvulibre.so.21
2025-08-20T22:07:49.8986337Z 	libde265.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libde265.so.0
2025-08-20T22:07:49.8987251Z 	libdevmapper.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T22:07:49.8988123Z 	libdevmapper-event.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T22:07:49.8989153Z 	libdevmapper-event-lvm2vdo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T22:07:49.8990185Z 	libdevmapper-event-lvm2thin.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T22:07:49.8991257Z 	libdevmapper-event-lvm2snapshot.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T22:07:49.8991933Z 	libdevmapper-event-lvm2raid.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T22:07:49.8992557Z 	libdevmapper-event-lvm2mirror.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T22:07:49.8993178Z 	libdevmapper-event-lvm2.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T22:07:49.8993758Z 	libdevmapper-event-lvm2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T22:07:49.8994246Z 	libdeflate.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdeflate.so.0
2025-08-20T22:07:49.8994686Z 	libdebconfclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdebconfclient.so.0
2025-08-20T22:07:49.8995121Z 	libdconf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdconf.so.1
2025-08-20T22:07:49.8995542Z 	libdbusmenu-gtk3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T22:07:49.8996193Z 	libdbusmenu-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T22:07:49.8996631Z 	libdbus-1.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so.3
2025-08-20T22:07:49.8997282Z 	libdbus-1.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so
2025-08-20T22:07:49.8997652Z 	libdb-5.3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdb-5.3.so
2025-08-20T22:07:49.8998021Z 	libdatrie.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdatrie.so.1
2025-08-20T22:07:49.8998396Z 	libcurl.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl.so.4
2025-08-20T22:07:49.8998799Z 	libcurl-gnutls.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T22:07:49.8999207Z 	libcups.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcups.so.2
2025-08-20T22:07:49.8999566Z 	libctf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf.so.0
2025-08-20T22:07:49.8999952Z 	libctf-nobfd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd.so.0
2025-08-20T22:07:49.9000423Z 	libctf-nobfd-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so.0
2025-08-20T22:07:49.9000925Z 	libctf-nobfd-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so
2025-08-20T22:07:49.9001408Z 	libctf-nobfd-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T22:07:49.9001885Z 	libctf-nobfd-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T22:07:49.9002355Z 	libctf-nobfd-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T22:07:49.9002821Z 	libctf-nobfd-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T22:07:49.9003258Z 	libctf-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so.0
2025-08-20T22:07:49.9003667Z 	libctf-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so
2025-08-20T22:07:49.9004073Z 	libctf-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so.0
2025-08-20T22:07:49.9004474Z 	libctf-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so
2025-08-20T22:07:49.9005014Z 	libctf-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so.0
2025-08-20T22:07:49.9005420Z 	libctf-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so
2025-08-20T22:07:49.9005847Z 	libcryptsetup.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcryptsetup.so.12
2025-08-20T22:07:49.9006268Z 	libcrypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so.3
2025-08-20T22:07:49.9006648Z 	libcrypto.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so
2025-08-20T22:07:49.9007313Z 	libcrypt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so.1
2025-08-20T22:07:49.9007691Z 	libcrypt.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so
2025-08-20T22:07:49.9008091Z 	libcom_err.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcom_err.so.2
2025-08-20T22:07:49.9008536Z 	libcolordprivate.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolordprivate.so.2
2025-08-20T22:07:49.9008975Z 	libcolord.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolord.so.2
2025-08-20T22:07:49.9009389Z 	libclang-18.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-18.so.18
2025-08-20T22:07:49.9009792Z 	libclang-17.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-17.so.17
2025-08-20T22:07:49.9010213Z 	libclang-16.so.16.0.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T22:07:49.9010657Z 	libclang-cpp.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T22:07:49.9011097Z 	libclang-cpp.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.17
2025-08-20T22:07:49.9011523Z 	libclang-cpp.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.16
2025-08-20T22:07:49.9011908Z 	libcc1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcc1.so.0
2025-08-20T22:07:49.9012280Z 	libcbor.so.0.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcbor.so.0.10
2025-08-20T22:07:49.9012661Z 	libcares.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcares.so.2
2025-08-20T22:07:49.9013161Z 	libcap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap.so.2
2025-08-20T22:07:49.9013536Z 	libcap-ng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap-ng.so.0
2025-08-20T22:07:49.9013937Z 	libcanberra.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcanberra.so.0
2025-08-20T22:07:49.9014332Z 	libcairo.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo.so.2
2025-08-20T22:07:49.9014751Z 	libcairo-gobject.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo-gobject.so.2
2025-08-20T22:07:49.9015218Z 	libc_malloc_debug.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T22:07:49.9015633Z 	libc_malloc_debug.so.0 (libc6) => /lib32/libc_malloc_debug.so.0
2025-08-20T22:07:49.9016039Z 	libc_malloc_debug.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so
2025-08-20T22:07:49.9016432Z 	libc.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc.so.6
2025-08-20T22:07:49.9016936Z 	libc.so.6 (libc6) => /lib32/libc.so.6
2025-08-20T22:07:49.9017287Z 	libc-client.so.2007e (libc6,x86-64) => /lib/libc-client.so.2007e
2025-08-20T22:07:49.9017691Z 	libbz2.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbz2.so.1.0
2025-08-20T22:07:49.9018083Z 	libbytesize.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbytesize.so.1
2025-08-20T22:07:49.9018474Z 	libbsd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbsd.so.0
2025-08-20T22:07:49.9018869Z 	libbrotlienc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlienc.so.1
2025-08-20T22:07:49.9019301Z 	libbrotlidec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlidec.so.1
2025-08-20T22:07:49.9019777Z 	libbrotlicommon.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlicommon.so.1
2025-08-20T22:07:49.9020197Z 	libbpf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbpf.so.1
2025-08-20T22:07:49.9020586Z 	libblockdev.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblockdev.so.3
2025-08-20T22:07:49.9020985Z 	libblkid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblkid.so.1
2025-08-20T22:07:49.9021537Z 	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:07:49.9022260Z 	libbfd-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-system.so
2025-08-20T22:07:49.9022713Z 	libbfd-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-arm64.so
2025-08-20T22:07:49.9023145Z 	libbfd-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T22:07:49.9023571Z 	libbfd-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T22:07:49.9023988Z 	libbd_utils.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_utils.so.3
2025-08-20T22:07:49.9024385Z 	libbd_swap.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_swap.so.3
2025-08-20T22:07:49.9024770Z 	libbd_part.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_part.so.3
2025-08-20T22:07:49.9025149Z 	libbd_nvme.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_nvme.so.3
2025-08-20T22:07:49.9025543Z 	libbd_mdraid.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_mdraid.so.3
2025-08-20T22:07:49.9025946Z 	libbd_loop.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_loop.so.3
2025-08-20T22:07:49.9026321Z 	libbd_fs.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_fs.so.3
2025-08-20T22:07:49.9026912Z 	libbd_crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_crypto.so.3
2025-08-20T22:07:49.9027367Z 	libbcc_bpf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc_bpf.so.0
2025-08-20T22:07:49.9027743Z 	libbcc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc.so.0
2025-08-20T22:07:49.9028154Z 	libavahi-common.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-common.so.3
2025-08-20T22:07:49.9028620Z 	libavahi-client.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-client.so.3
2025-08-20T22:07:49.9029039Z 	libaudit.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaudit.so.1
2025-08-20T22:07:49.9029409Z 	libattr.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libattr.so.1
2025-08-20T22:07:49.9029785Z 	libatspi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatspi.so.0
2025-08-20T22:07:49.9030302Z 	libatomic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatomic.so.1
2025-08-20T22:07:49.9030684Z 	libatm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatm.so.1
2025-08-20T22:07:49.9031056Z 	libatk-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-1.0.so.0
2025-08-20T22:07:49.9031487Z 	libatk-bridge-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T22:07:49.9031938Z 	libatasmart.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatasmart.so.4
2025-08-20T22:07:49.9032345Z 	libassuan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libassuan.so.0
2025-08-20T22:07:49.9032738Z 	libaspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaspell.so.15
2025-08-20T22:07:49.9033131Z 	libasound.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasound.so.2
2025-08-20T22:07:49.9033512Z 	libasan.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasan.so.8
2025-08-20T22:07:49.9033884Z 	libaria2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaria2.so.0
2025-08-20T22:07:49.9034271Z 	libargon2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libargon2.so.1
2025-08-20T22:07:49.9034667Z 	libarchive.so.13 (libc6,x86-64) => /lib/x86_64-linux-gnu/libarchive.so.13
2025-08-20T22:07:49.9035117Z 	libapt-private.so.0.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-private.so.0.0
2025-08-20T22:07:49.9035575Z 	libapt-pkg.so.6.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T22:07:49.9036003Z 	libaprutil-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaprutil-1.so.0
2025-08-20T22:07:49.9036402Z 	libapr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapr-1.so.0
2025-08-20T22:07:49.9036942Z 	libappstream.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libappstream.so.5
2025-08-20T22:07:49.9037369Z 	libapparmor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapparmor.so.1
2025-08-20T22:07:49.9037751Z 	libaom.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaom.so.3
2025-08-20T22:07:49.9038108Z 	libanl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so.1
2025-08-20T22:07:49.9038554Z 	libanl.so.1 (libc6) => /lib32/libanl.so.1
2025-08-20T22:07:49.9038860Z 	libanl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so
2025-08-20T22:07:49.9039228Z 	libaio.so.1t64 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaio.so.1t64
2025-08-20T22:07:49.9039599Z 	libacl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libacl.so.1
2025-08-20T22:07:49.9039952Z 	libX11.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11.so.6
2025-08-20T22:07:49.9040321Z 	libX11-xcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11-xcb.so.1
2025-08-20T22:07:49.9040717Z 	libXxf86vm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXxf86vm.so.1
2025-08-20T22:07:49.9041102Z 	libXtst.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXtst.so.6
2025-08-20T22:07:49.9041462Z 	libXt.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXt.so.6
2025-08-20T22:07:49.9041815Z 	libXss.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXss.so.1
2025-08-20T22:07:49.9042185Z 	libXrender.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrender.so.1
2025-08-20T22:07:49.9042591Z 	libXrandr.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrandr.so.2
2025-08-20T22:07:49.9042969Z 	libXpm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXpm.so.4
2025-08-20T22:07:49.9043326Z 	libXmuu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmuu.so.1
2025-08-20T22:07:49.9043684Z 	libXmu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmu.so.6
2025-08-20T22:07:49.9044070Z 	libXinerama.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXinerama.so.1
2025-08-20T22:07:49.9044443Z 	libXi.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXi.so.6
2025-08-20T22:07:49.9044792Z 	libXft.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXft.so.2
2025-08-20T22:07:49.9045164Z 	libXfont2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfont2.so.2
2025-08-20T22:07:49.9045549Z 	libXfixes.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfixes.so.3
2025-08-20T22:07:49.9045926Z 	libXext.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXext.so.6
2025-08-20T22:07:49.9046419Z 	libXdmcp.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so.6
2025-08-20T22:07:49.9047053Z 	libXdmcp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so
2025-08-20T22:07:49.9047455Z 	libXdamage.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdamage.so.1
2025-08-20T22:07:49.9047853Z 	libXcursor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcursor.so.1
2025-08-20T22:07:49.9048275Z 	libXcomposite.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcomposite.so.1
2025-08-20T22:07:49.9048676Z 	libXaw.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXaw.so.7
2025-08-20T22:07:49.9049026Z 	libXau.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so.6
2025-08-20T22:07:49.9049374Z 	libXau.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so
2025-08-20T22:07:49.9049717Z 	libSM.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libSM.so.6
2025-08-20T22:07:49.9050143Z 	libOpenEXRUtil-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T22:07:49.9050639Z 	libOpenEXRCore-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T22:07:49.9051118Z 	libOpenEXR-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T22:07:49.9051589Z 	libMagickWand-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T22:07:49.9052082Z 	libMagickCore-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T22:07:49.9052513Z 	libLerc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLerc.so.4
2025-08-20T22:07:49.9052884Z 	libLLVM.so.19.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.19.1
2025-08-20T22:07:49.9053271Z 	libLLVM.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.18.1
2025-08-20T22:07:49.9053652Z 	libLLVM-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so.1
2025-08-20T22:07:49.9054035Z 	libLLVM-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so
2025-08-20T22:07:49.9054415Z 	libLLVM-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so.1
2025-08-20T22:07:49.9054930Z 	libLLVM-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so
2025-08-20T22:07:49.9055309Z 	libJudy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libJudy.so.1
2025-08-20T22:07:49.9055696Z 	libImath-3_1.so.29 (libc6,x86-64) => /lib/x86_64-linux-gnu/libImath-3_1.so.29
2025-08-20T22:07:49.9056135Z 	libIlmThread-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T22:07:49.9056566Z 	libIex-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIex-3_1.so.30
2025-08-20T22:07:49.9057168Z 	libICE.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libICE.so.6
2025-08-20T22:07:49.9057569Z 	libGLdispatch.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLdispatch.so.0
2025-08-20T22:07:49.9057988Z 	libGLX_mesa.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX_mesa.so.0
2025-08-20T22:07:49.9058367Z 	libGLX.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX.so.0
2025-08-20T22:07:49.9058718Z 	libGL.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGL.so.1
2025-08-20T22:07:49.9059125Z 	libDeployPkg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libDeployPkg.so.0
2025-08-20T22:07:49.9059578Z 	libBrokenLocale.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so.1
2025-08-20T22:07:49.9060005Z 	libBrokenLocale.so.1 (libc6) => /lib32/libBrokenLocale.so.1
2025-08-20T22:07:49.9060412Z 	libBrokenLocale.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so
2025-08-20T22:07:49.9060821Z 	ld-musl-x86_64.so.1 (libc6,x86-64) => /lib/ld-musl-x86_64.so.1
2025-08-20T22:07:49.9061141Z 	ld-linux.so.2 (libc6) => /lib32/ld-linux.so.2
2025-08-20T22:07:49.9061418Z 	ld-linux.so.2 (libc6) => /lib/ld-linux.so.2
2025-08-20T22:07:49.9061772Z 	ld-linux-x86-64.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
2025-08-20T22:07:49.9062250Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.5) stable release version 2.39
2025-08-20T22:07:50.1370107Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T22:07:50.3123427Z Collecting meson
2025-08-20T22:07:50.3504272Z   Downloading meson-1.8.4-py3-none-any.whl.metadata (1.8 kB)
2025-08-20T22:07:50.3836436Z Collecting ninja
2025-08-20T22:07:50.3874006Z   Downloading ninja-1.13.0-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.metadata (5.1 kB)
2025-08-20T22:07:50.3979522Z Downloading meson-1.8.4-py3-none-any.whl (1.0 MB)
2025-08-20T22:07:50.4214011Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.0/1.0 MB 105.1 MB/s  0:00:00
2025-08-20T22:07:50.4253752Z Downloading ninja-1.13.0-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (180 kB)
2025-08-20T22:07:50.5160421Z Installing collected packages: ninja, meson
2025-08-20T22:07:51.2526504Z 
2025-08-20T22:07:51.2557068Z Successfully installed meson-1.8.4 ninja-1.13.0
2025-08-20T22:07:51.5500958Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T22:07:51.6590260Z Requirement already satisfied: meson in /home/runner/.local/lib/python3.12/site-packages (1.8.4)
2025-08-20T22:07:51.7169242Z Requirement already satisfied: ninja in /home/runner/.local/lib/python3.12/site-packages (1.13.0)
2025-08-20T22:07:52.1269599Z 1.8.4
2025-08-20T22:07:52.1572273Z 1.13.0.git.kitware.jobserver-pipe-1
2025-08-20T22:07:52.1831500Z 680 libs found in cache `/etc/ld.so.cache'
2025-08-20T22:07:52.1832363Z 	libz3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so.4
2025-08-20T22:07:52.1833139Z 	libz3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so
2025-08-20T22:07:52.1833638Z 	libzstd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so.1
2025-08-20T22:07:52.1834264Z 	libzstd.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so
2025-08-20T22:07:52.1835037Z 	libzmq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzmq.so.5
2025-08-20T22:07:52.1835823Z 	libzip.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzip.so.4
2025-08-20T22:07:52.1836262Z 	libzen.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzen.so.0
2025-08-20T22:07:52.1836661Z 	libz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so.1
2025-08-20T22:07:52.1837511Z 	libz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so
2025-08-20T22:07:52.1837907Z 	libyaml-0.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyaml-0.so.2
2025-08-20T22:07:52.1838312Z 	libyajl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyajl.so.2
2025-08-20T22:07:52.1838718Z 	libxxhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxxhash.so.0
2025-08-20T22:07:52.1839135Z 	libxtables.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxtables.so.12
2025-08-20T22:07:52.1839541Z 	libxslt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxslt.so.1
2025-08-20T22:07:52.1839940Z 	libxshmfence.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxshmfence.so.1
2025-08-20T22:07:52.1840347Z 	libxml2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so.2
2025-08-20T22:07:52.1840783Z 	libxml2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so
2025-08-20T22:07:52.1841447Z 	libxmlsec1.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1.so.1
2025-08-20T22:07:52.1842262Z 	libxmlsec1-openssl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T22:07:52.1843081Z 	libxmlb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlb.so.2
2025-08-20T22:07:52.1843786Z 	libxkbfile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbfile.so.1
2025-08-20T22:07:52.1844517Z 	libxkbcommon.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbcommon.so.0
2025-08-20T22:07:52.1845218Z 	libxcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so.1
2025-08-20T22:07:52.1845850Z 	libxcb.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so
2025-08-20T22:07:52.1846565Z 	libxcb-xfixes.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T22:07:52.1847394Z 	libxcb-xfixes.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so
2025-08-20T22:07:52.1847814Z 	libxcb-sync.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-sync.so.1
2025-08-20T22:07:52.1848211Z 	libxcb-shm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shm.so.0
2025-08-20T22:07:52.1848620Z 	libxcb-shape.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so.0
2025-08-20T22:07:52.1849244Z 	libxcb-shape.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so
2025-08-20T22:07:52.1849669Z 	libxcb-render.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so.0
2025-08-20T22:07:52.1850096Z 	libxcb-render.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so
2025-08-20T22:07:52.1850506Z 	libxcb-randr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-randr.so.0
2025-08-20T22:07:52.1850960Z 	libxcb-present.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-present.so.0
2025-08-20T22:07:52.1851396Z 	libxcb-glx.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-glx.so.0
2025-08-20T22:07:52.1851798Z 	libxcb-dri3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-dri3.so.0
2025-08-20T22:07:52.1852197Z 	libwrap.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwrap.so.0
2025-08-20T22:07:52.1852608Z 	libwmflite-0.2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T22:07:52.1853035Z 	libwebpmux.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpmux.so.3
2025-08-20T22:07:52.1853463Z 	libwebpdemux.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpdemux.so.2
2025-08-20T22:07:52.1853869Z 	libwebp.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebp.so.7
2025-08-20T22:07:52.1854259Z 	libwbclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwbclient.so.0
2025-08-20T22:07:52.1854714Z 	libwayland-server.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-server.so.0
2025-08-20T22:07:52.1855187Z 	libwayland-egl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-egl.so.1
2025-08-20T22:07:52.1855652Z 	libwayland-cursor.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-cursor.so.0
2025-08-20T22:07:52.1856129Z 	libwayland-client.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-client.so.0
2025-08-20T22:07:52.1856568Z 	libvulkan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvulkan.so.1
2025-08-20T22:07:52.1857406Z 	libvorbisfile.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbisfile.so.3
2025-08-20T22:07:52.1857970Z 	libvorbis.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbis.so.0
2025-08-20T22:07:52.1858369Z 	libvolume_key.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvolume_key.so.1
2025-08-20T22:07:52.1858778Z 	libvmtools.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvmtools.so.0
2025-08-20T22:07:52.1859168Z 	libvgauth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvgauth.so.0
2025-08-20T22:07:52.1859533Z 	libuv.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuv.so.1
2025-08-20T22:07:52.1859894Z 	libuuid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuuid.so.1
2025-08-20T22:07:52.1860262Z 	libutil.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutil.so.1
2025-08-20T22:07:52.1860586Z 	libutil.so.1 (libc6) => /lib32/libutil.so.1
2025-08-20T22:07:52.1860933Z 	libutempter.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutempter.so.0
2025-08-20T22:07:52.1861348Z 	libusb-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libusb-1.0.so.0
2025-08-20T22:07:52.1861732Z 	liburcu.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu.so.8
2025-08-20T22:07:52.1862149Z 	liburcu-signal.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-signal.so.8
2025-08-20T22:07:52.1862589Z 	liburcu-qsbr.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T22:07:52.1863002Z 	liburcu-memb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-memb.so.8
2025-08-20T22:07:52.1863408Z 	liburcu-mb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-mb.so.8
2025-08-20T22:07:52.1863830Z 	liburcu-common.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-common.so.8
2025-08-20T22:07:52.1864255Z 	liburcu-cds.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-cds.so.8
2025-08-20T22:07:52.1864654Z 	liburcu-bp.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-bp.so.8
2025-08-20T22:07:52.1865047Z 	libunwind.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind.so.8
2025-08-20T22:07:52.1865479Z 	libunwind-x86_64.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-x86_64.so.8
2025-08-20T22:07:52.1866059Z 	libunwind-ptrace.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T22:07:52.1866557Z 	libunwind-coredump.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-coredump.so.0
2025-08-20T22:07:52.1867214Z 	libunistring.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunistring.so.5
2025-08-20T22:07:52.1867744Z 	libudisks2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudisks2.so.0
2025-08-20T22:07:52.1868135Z 	libudev.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudev.so.1
2025-08-20T22:07:52.1868522Z 	libuchardet.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuchardet.so.0
2025-08-20T22:07:52.1868927Z 	libubsan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libubsan.so.1
2025-08-20T22:07:52.1869363Z 	libtss2-tcti-swtpm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T22:07:52.1869851Z 	libtss2-tcti-mssim.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T22:07:52.1870342Z 	libtss2-tcti-device.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T22:07:52.1870833Z 	libtss2-tcti-cmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T22:07:52.1871268Z 	libtss2-sys.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-sys.so.1
2025-08-20T22:07:52.1871662Z 	libtss2-rc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-rc.so.0
2025-08-20T22:07:52.1872042Z 	libtss2-mu.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-mu.so.0
2025-08-20T22:07:52.1872443Z 	libtss2-esys.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-esys.so.0
2025-08-20T22:07:52.1872833Z 	libtsan.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtsan.so.2
2025-08-20T22:07:52.1873211Z 	libtracefs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtracefs.so.1
2025-08-20T22:07:52.1873628Z 	libtraceevent.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtraceevent.so.1
2025-08-20T22:07:52.1874045Z 	libtommath.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtommath.so.1
2025-08-20T22:07:52.1874427Z 	libtk8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtk8.6.so
2025-08-20T22:07:52.1875036Z 	libtirpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtirpc.so.3
2025-08-20T22:07:52.1875440Z 	libtinyxml2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinyxml2.so.10
2025-08-20T22:07:52.1875843Z 	libtinfo.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so.6
2025-08-20T22:07:52.1876214Z 	libtinfo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so
2025-08-20T22:07:52.1876579Z 	libtiff.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtiff.so.6
2025-08-20T22:07:52.1877230Z 	libtidy.so.5deb1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtidy.so.5deb1
2025-08-20T22:07:52.1877620Z 	libtic.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so.6
2025-08-20T22:07:52.1877966Z 	libtic.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so
2025-08-20T22:07:52.1878341Z 	libthread_db.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so.1
2025-08-20T22:07:52.1878710Z 	libthread_db.so.1 (libc6) => /lib32/libthread_db.so.1
2025-08-20T22:07:52.1879083Z 	libthread_db.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so
2025-08-20T22:07:52.1879468Z 	libthai.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthai.so.0
2025-08-20T22:07:52.1879829Z 	libtdb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtdb.so.1
2025-08-20T22:07:52.1880186Z 	libtcl8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtcl8.6.so
2025-08-20T22:07:52.1880553Z 	libtasn1.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtasn1.so.6
2025-08-20T22:07:52.1880937Z 	libtalloc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtalloc.so.2
2025-08-20T22:07:52.1881337Z 	libsystemd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsystemd.so.0
2025-08-20T22:07:52.1881725Z 	libsysfs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsysfs.so.2
2025-08-20T22:07:52.1882169Z 	libsybdb.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsybdb.so.5
2025-08-20T22:07:52.1882538Z 	libsubid.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsubid.so.4
2025-08-20T22:07:52.1882926Z 	libstemmer.so.0d (libc6,x86-64) => /lib/x86_64-linux-gnu/libstemmer.so.0d
2025-08-20T22:07:52.1883455Z 	libstdc++.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libstdc++.so.6
2025-08-20T22:07:52.1883803Z 	libstdc++.so.6 (libc6) => /lib32/libstdc++.so.6
2025-08-20T22:07:52.1884126Z 	libssl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl3.so
2025-08-20T22:07:52.1884483Z 	libssl.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so.3
2025-08-20T22:07:52.1884833Z 	libssl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so
2025-08-20T22:07:52.1885181Z 	libssh2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh2.so.1
2025-08-20T22:07:52.1885542Z 	libssh.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh.so.4
2025-08-20T22:07:52.1885889Z 	libss.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libss.so.2
2025-08-20T22:07:52.1886259Z 	libsqlite3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so.0
2025-08-20T22:07:52.1886648Z 	libsqlite3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so
2025-08-20T22:07:52.1887386Z 	libsourcekitdInProc.so (libc6,x86-64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T22:07:52.1887838Z 	libsoftokn3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsoftokn3.so
2025-08-20T22:07:52.1888233Z 	libsodium.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsodium.so.23
2025-08-20T22:07:52.1888616Z 	libsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnmp.so.40
2025-08-20T22:07:52.1889002Z 	libsnappy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnappy.so.1
2025-08-20T22:07:52.1889391Z 	libsmime3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmime3.so
2025-08-20T22:07:52.1889793Z 	libsmartcols.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmartcols.so.1
2025-08-20T22:07:52.1890204Z 	libslirp.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslirp.so.0
2025-08-20T22:07:52.1890580Z 	libslang.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslang.so.2
2025-08-20T22:07:52.1890965Z 	libsigsegv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsigsegv.so.2
2025-08-20T22:07:52.1891374Z 	libsharpyuv.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsharpyuv.so.0
2025-08-20T22:07:52.1891946Z 	libsgutils2-1.46.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T22:07:52.1892373Z 	libsframe.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsframe.so.1
2025-08-20T22:07:52.1892757Z 	libsepol.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsepol.so.2
2025-08-20T22:07:52.1893145Z 	libsensors.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsensors.so.5
2025-08-20T22:07:52.1893545Z 	libsemanage.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsemanage.so.2
2025-08-20T22:07:52.1893949Z 	libselinux.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libselinux.so.1
2025-08-20T22:07:52.1894346Z 	libseccomp.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libseccomp.so.2
2025-08-20T22:07:52.1894728Z 	libsasl2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsasl2.so.2
2025-08-20T22:07:52.1895117Z 	libruby-3.2.so.3.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T22:07:52.1895516Z 	libruby-3.2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so
2025-08-20T22:07:52.1895893Z 	librtmp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librtmp.so.1
2025-08-20T22:07:52.1896252Z 	librt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librt.so.1
2025-08-20T22:07:52.1896560Z 	librt.so.1 (libc6) => /lib32/librt.so.1
2025-08-20T22:07:52.1897080Z 	librpmsign.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmsign.so.9
2025-08-20T22:07:52.1897499Z 	librpmio.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmio.so.9
2025-08-20T22:07:52.1897903Z 	librpmbuild.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmbuild.so.9
2025-08-20T22:07:52.1898298Z 	librpm.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpm.so.9
2025-08-20T22:07:52.1898663Z 	librhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/librhash.so.0
2025-08-20T22:07:52.1899034Z 	libre2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libre2.so.10
2025-08-20T22:07:52.1899408Z 	libresolv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so.2
2025-08-20T22:07:52.1899879Z 	libresolv.so.2 (libc6) => /lib32/libresolv.so.2
2025-08-20T22:07:52.1900224Z 	libresolv.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so
2025-08-20T22:07:52.1900639Z 	libreiserfscore.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreiserfscore.so.0
2025-08-20T22:07:52.1901109Z 	libreadline.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreadline.so.8
2025-08-20T22:07:52.1908763Z 	libraw_r.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw_r.so.23
2025-08-20T22:07:52.1909502Z 	libraw.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw.so.23
2025-08-20T22:07:52.1910282Z 	librabbitmq.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/librabbitmq.so.4
2025-08-20T22:07:52.1910745Z 	libquadmath.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libquadmath.so.0
2025-08-20T22:07:52.1911228Z 	libqrtr-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqrtr-glib.so.0
2025-08-20T22:07:52.1911650Z 	libqmi-glib.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqmi-glib.so.5
2025-08-20T22:07:52.1912022Z 	libqdbm.so.14 (libc6,x86-64) => /lib/libqdbm.so.14
2025-08-20T22:07:52.1912407Z 	libp11-kit.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libp11-kit.so.0
2025-08-20T22:07:52.1912858Z 	libpython3.12.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so.1.0
2025-08-20T22:07:52.1913299Z 	libpython3.12.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so
2025-08-20T22:07:52.1913709Z 	libpthread.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpthread.so.0
2025-08-20T22:07:52.1914073Z 	libpthread.so.0 (libc6) => /lib32/libpthread.so.0
2025-08-20T22:07:52.1914427Z 	libpsx.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsx.so.2
2025-08-20T22:07:52.1914823Z 	libpspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpspell.so.15
2025-08-20T22:07:52.1915208Z 	libpsl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsl.so.5
2025-08-20T22:07:52.1915636Z 	libprotobuf-lite.so.32 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T22:07:52.1916109Z 	libprotobuf-c.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-c.so.1
2025-08-20T22:07:52.1916954Z 	libproc2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libproc2.so.0
2025-08-20T22:07:52.1917473Z 	libpq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so.5
2025-08-20T22:07:52.1917828Z 	libpq.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so
2025-08-20T22:07:52.1918187Z 	libpopt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpopt.so.0
2025-08-20T22:07:52.1918637Z 	libpolkit-gobject-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T22:07:52.1919150Z 	libpolkit-agent-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T22:07:52.1919593Z 	libpng16.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpng16.so.16
2025-08-20T22:07:52.1919971Z 	libply.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply.so.5
2025-08-20T22:07:52.1920439Z 	libply-splash-graphics.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T22:07:52.1920973Z 	libply-splash-core.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-core.so.5
2025-08-20T22:07:52.1921480Z 	libply-boot-client.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-boot-client.so.5
2025-08-20T22:07:52.1921918Z 	libplds4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplds4.so
2025-08-20T22:07:52.1922278Z 	libplc4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplc4.so
2025-08-20T22:07:52.1922660Z 	libpkgconf.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpkgconf.so.3
2025-08-20T22:07:52.1923068Z 	libpixman-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpixman-1.so.0
2025-08-20T22:07:52.1923481Z 	libpipeline.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpipeline.so.1
2025-08-20T22:07:52.1923887Z 	libpgm-5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpgm-5.3.so.0
2025-08-20T22:07:52.1924258Z 	libpfm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpfm.so.4
2025-08-20T22:07:52.1924626Z 	libperl.so.5.38 (libc6,x86-64) => /lib/x86_64-linux-gnu/libperl.so.5.38
2025-08-20T22:07:52.1925023Z 	libpcre2-32.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so.0
2025-08-20T22:07:52.1925549Z 	libpcre2-32.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so
2025-08-20T22:07:52.1925957Z 	libpcre2-16.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so.0
2025-08-20T22:07:52.1926353Z 	libpcre2-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so
2025-08-20T22:07:52.1926952Z 	libpcre2-8.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so.0
2025-08-20T22:07:52.1927526Z 	libpcre2-8.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so
2025-08-20T22:07:52.1927963Z 	libpcre2-posix.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so.3
2025-08-20T22:07:52.1928422Z 	libpcre2-posix.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so
2025-08-20T22:07:52.1928853Z 	libpcprofile.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcprofile.so
2025-08-20T22:07:52.1929225Z 	libpcprofile.so (libc6) => /lib32/libpcprofile.so
2025-08-20T22:07:52.1929596Z 	libpciaccess.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpciaccess.so.0
2025-08-20T22:07:52.1930003Z 	libpci.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpci.so.3
2025-08-20T22:07:52.1930397Z 	libpcap.so.0.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so.0.8
2025-08-20T22:07:52.1930782Z 	libpcap.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so
2025-08-20T22:07:52.1931166Z 	libparted.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libparted.so.2
2025-08-20T22:07:52.1931552Z 	libpaper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpaper.so.1
2025-08-20T22:07:52.1931971Z 	libpangoft2-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T22:07:52.1932439Z 	libpangocairo-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T22:07:52.1932887Z 	libpango-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpango-1.0.so.0
2025-08-20T22:07:52.1933290Z 	libpanelw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so.6
2025-08-20T22:07:52.1933677Z 	libpanelw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so
2025-08-20T22:07:52.1934202Z 	libpanel.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so.6
2025-08-20T22:07:52.1934583Z 	libpanel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so
2025-08-20T22:07:52.1934950Z 	libpamc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpamc.so.0
2025-08-20T22:07:52.1935343Z 	libpam_misc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam_misc.so.0
2025-08-20T22:07:52.1935726Z 	libpam.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam.so.0
2025-08-20T22:07:52.1936176Z 	libpackagekit-glib2.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T22:07:52.1936656Z 	libopenjp2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopenjp2.so.7
2025-08-20T22:07:52.1937440Z 	libopeniscsiusr.so.0.2.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T22:07:52.1937966Z 	libopcodes-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T22:07:52.1938478Z 	libopcodes-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-arm64.so
2025-08-20T22:07:52.1938968Z 	libopcodes-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T22:07:52.1939456Z 	libopcodes-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T22:07:52.1939884Z 	libonig.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libonig.so.5
2025-08-20T22:07:52.1940250Z 	libogg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libogg.so.0
2025-08-20T22:07:52.1940608Z 	libodbc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libodbc.so.2
2025-08-20T22:07:52.1940982Z 	libobjc_gc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc_gc.so.4
2025-08-20T22:07:52.1941353Z 	libobjc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc.so.4
2025-08-20T22:07:52.1941708Z 	libnvme.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme.so.1
2025-08-20T22:07:52.1942078Z 	libnvme-mi.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme-mi.so.1
2025-08-20T22:07:52.1942597Z 	libnuma.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnuma.so.1
2025-08-20T22:07:52.1942981Z 	libntfs-3g.so.89 (libc6,x86-64) => /lib/x86_64-linux-gnu/libntfs-3g.so.89
2025-08-20T22:07:52.1943362Z 	libnss3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss3.so
2025-08-20T22:07:52.1943743Z 	libnssutil3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssutil3.so
2025-08-20T22:07:52.1944135Z 	libnssdbm3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssdbm3.so
2025-08-20T22:07:52.1944515Z 	libnssckbi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssckbi.so
2025-08-20T22:07:52.1944929Z 	libnss_systemd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_systemd.so.2
2025-08-20T22:07:52.1945363Z 	libnss_hesiod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so.2
2025-08-20T22:07:52.1945760Z 	libnss_hesiod.so.2 (libc6) => /lib32/libnss_hesiod.so.2
2025-08-20T22:07:52.1946129Z 	libnss_hesiod.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so
2025-08-20T22:07:52.1946541Z 	libnss_files.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_files.so.2
2025-08-20T22:07:52.1947127Z 	libnss_files.so.2 (libc6) => /lib32/libnss_files.so.2
2025-08-20T22:07:52.1947485Z 	libnss_dns.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_dns.so.2
2025-08-20T22:07:52.1947831Z 	libnss_dns.so.2 (libc6) => /lib32/libnss_dns.so.2
2025-08-20T22:07:52.1948190Z 	libnss_compat.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so.2
2025-08-20T22:07:52.1948569Z 	libnss_compat.so.2 (libc6) => /lib32/libnss_compat.so.2
2025-08-20T22:07:52.1948936Z 	libnss_compat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so
2025-08-20T22:07:52.1949327Z 	libnspr4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnspr4.so
2025-08-20T22:07:52.1949689Z 	libnsl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnsl.so.1
2025-08-20T22:07:52.1950001Z 	libnsl.so.1 (libc6) => /lib32/libnsl.so.1
2025-08-20T22:07:52.1950460Z 	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:07:52.1951109Z 	libnpth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnpth.so.0
2025-08-20T22:07:52.1951488Z 	libnorm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnorm.so.1
2025-08-20T22:07:52.1951861Z 	libnl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so.200
2025-08-20T22:07:52.1952232Z 	libnl-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so
2025-08-20T22:07:52.1952640Z 	libnl-route-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so.200
2025-08-20T22:07:52.1953071Z 	libnl-route-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so
2025-08-20T22:07:52.1953496Z 	libnl-genl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-genl-3.so.200
2025-08-20T22:07:52.1953924Z 	libnghttp2.so.14 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnghttp2.so.14
2025-08-20T22:07:52.1954329Z 	libnftnl.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftnl.so.11
2025-08-20T22:07:52.1954729Z 	libnftables.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftables.so.1
2025-08-20T22:07:52.1955151Z 	libnfnetlink.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnfnetlink.so.0
2025-08-20T22:07:52.1955563Z 	libnewt.so.0.52 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnewt.so.0.52
2025-08-20T22:07:52.1955954Z 	libnettle.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnettle.so.8
2025-08-20T22:07:52.1956381Z 	libnetsnmpmibs.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T22:07:52.1957059Z 	libnetsnmphelpers.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T22:07:52.1957562Z 	libnetsnmpagent.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T22:07:52.1958010Z 	libnetsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmp.so.40
2025-08-20T22:07:52.1958414Z 	libnetplan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetplan.so.1
2025-08-20T22:07:52.1958812Z 	libnetpbm.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetpbm.so.11
2025-08-20T22:07:52.1959277Z 	libnetfilter_conntrack.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T22:07:52.1959877Z 	libncursesw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncursesw.so.6
2025-08-20T22:07:52.1960288Z 	libncurses.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncurses.so.6
2025-08-20T22:07:52.1960719Z 	libmysqlclient.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so.21
2025-08-20T22:07:52.1961168Z 	libmysqlclient.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so
2025-08-20T22:07:52.1961572Z 	libmvec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so.1
2025-08-20T22:07:52.1961934Z 	libmvec.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so
2025-08-20T22:07:52.1962296Z 	libmultipath.so.0 (libc6,x86-64) => /lib/libmultipath.so.0
2025-08-20T22:07:52.1962672Z 	libmspack.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmspack.so.0
2025-08-20T22:07:52.1963052Z 	libmpfr.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpfr.so.6
2025-08-20T22:07:52.1963421Z 	libmpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpc.so.3
2025-08-20T22:07:52.1963787Z 	libmpathutil.so.0 (libc6,x86-64) => /lib/libmpathutil.so.0
2025-08-20T22:07:52.1964170Z 	libmpathpersist.so.0 (libc6,x86-64) => /lib/libmpathpersist.so.0
2025-08-20T22:07:52.1964551Z 	libmpathcmd.so.0 (libc6,x86-64) => /lib/libmpathcmd.so.0
2025-08-20T22:07:52.1964915Z 	libmount.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmount.so.1
2025-08-20T22:07:52.1965280Z 	libmnl.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmnl.so.0
2025-08-20T22:07:52.1965629Z 	libmms.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmms.so.0
2025-08-20T22:07:52.1966002Z 	libmm-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmm-glib.so.0
2025-08-20T22:07:52.1966384Z 	libmlx5.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so.1
2025-08-20T22:07:52.1966845Z 	libmlx5.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so
2025-08-20T22:07:52.1967203Z 	libmlx4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so.1
2025-08-20T22:07:52.1967555Z 	libmlx4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so
2025-08-20T22:07:52.1968037Z 	libmenuw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so.6
2025-08-20T22:07:52.1968409Z 	libmenuw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so
2025-08-20T22:07:52.1968766Z 	libmenu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so.6
2025-08-20T22:07:52.1969116Z 	libmenu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so
2025-08-20T22:07:52.1969487Z 	libmemusage.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemusage.so
2025-08-20T22:07:52.1969836Z 	libmemusage.so (libc6) => /lib32/libmemusage.so
2025-08-20T22:07:52.1970228Z 	libmemcached.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemcached.so.11
2025-08-20T22:07:52.1971008Z 	libmediainfo.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmediainfo.so.0
2025-08-20T22:07:52.1971736Z 	libmecab.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmecab.so.2
2025-08-20T22:07:52.1972384Z 	libmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmd.so.0
2025-08-20T22:07:52.1973105Z 	libmbim-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmbim-glib.so.4
2025-08-20T22:07:52.1973571Z 	libmaxminddb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmaxminddb.so.0
2025-08-20T22:07:52.1973966Z 	libmana.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so.1
2025-08-20T22:07:52.1974328Z 	libmana.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so
2025-08-20T22:07:52.1974689Z 	libmagic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmagic.so.1
2025-08-20T22:07:52.1975046Z 	libm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libm.so.6
2025-08-20T22:07:52.1975338Z 	libm.so.6 (libc6) => /lib32/libm.so.6
2025-08-20T22:07:52.1975637Z 	liblz4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so.1
2025-08-20T22:07:52.1975986Z 	liblz4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so
2025-08-20T22:07:52.1976339Z 	liblzo2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzo2.so.2
2025-08-20T22:07:52.1976883Z 	liblzma.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so.5
2025-08-20T22:07:52.1977491Z 	liblzma.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so
2025-08-20T22:07:52.1977844Z 	liblz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so.1
2025-08-20T22:07:52.1978177Z 	liblz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so
2025-08-20T22:07:52.1978561Z 	liblvm2cmd.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T22:07:52.1978970Z 	liblua5.4.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4.so.0
2025-08-20T22:07:52.1979366Z 	liblua5.4-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T22:07:52.1979755Z 	liblua5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3.so.0
2025-08-20T22:07:52.1980142Z 	liblua5.3-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T22:07:52.1980553Z 	liblttng-ust.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust.so.1
2025-08-20T22:07:52.1981049Z 	liblttng-ust-tracepoint.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T22:07:52.1981684Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T22:07:52.1982309Z 	liblttng-ust-libc-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T22:07:52.1982852Z 	liblttng-ust-fork.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T22:07:52.1983327Z 	liblttng-ust-fd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T22:07:52.1983777Z 	liblttng-ust-dl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T22:07:52.1984295Z 	liblttng-ust-cyg-profile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T22:07:52.1984906Z 	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:07:52.1985466Z 	liblttng-ust-ctl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T22:07:52.1986075Z 	liblttng-ust-common.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T22:07:52.1986522Z 	libltdl.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libltdl.so.7
2025-08-20T22:07:52.1987065Z 	liblsan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblsan.so.0
2025-08-20T22:07:52.1987463Z 	liblqr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblqr-1.so.0
2025-08-20T22:07:52.1987828Z 	liblmdb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblmdb.so.0
2025-08-20T22:07:52.1988205Z 	liblldb-18.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so.1
2025-08-20T22:07:52.1988590Z 	liblldb-18.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so
2025-08-20T22:07:52.1988973Z 	liblldb-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so.1
2025-08-20T22:07:52.1989353Z 	liblldb-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so
2025-08-20T22:07:52.1989735Z 	liblldb-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so.1
2025-08-20T22:07:52.1990108Z 	liblldb-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so
2025-08-20T22:07:52.1990486Z 	libldap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libldap.so.2
2025-08-20T22:07:52.1990853Z 	liblcms2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblcms2.so.2
2025-08-20T22:07:52.1991218Z 	liblber.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblber.so.2
2025-08-20T22:07:52.1991608Z 	libk5crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libk5crypto.so.3
2025-08-20T22:07:52.1991993Z 	libksba.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libksba.so.8
2025-08-20T22:07:52.1992406Z 	libkrb5support.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5support.so.0
2025-08-20T22:07:52.1992810Z 	libkrb5.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5.so.3
2025-08-20T22:07:52.1993158Z 	libkmod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkmod.so.2
2025-08-20T22:07:52.1993543Z 	libkeyutils.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkeyutils.so.1
2025-08-20T22:07:52.1993949Z 	libjxrglue.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjxrglue.so.0
2025-08-20T22:07:52.1994480Z 	libjsoncpp.so.25 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjsoncpp.so.25
2025-08-20T22:07:52.1994922Z 	libjson-glib-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T22:07:52.1995349Z 	libjson-c.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-c.so.5
2025-08-20T22:07:52.1995712Z 	libjq.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjq.so.1
2025-08-20T22:07:52.1996077Z 	libjpegxr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpegxr.so.0
2025-08-20T22:07:52.1996455Z 	libjpeg.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpeg.so.8
2025-08-20T22:07:52.1997054Z 	libjcat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjcat.so.1
2025-08-20T22:07:52.1997439Z 	libjbig2dec.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig2dec.so.0
2025-08-20T22:07:52.1997822Z 	libjbig.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig.so.0
2025-08-20T22:07:52.1998196Z 	libjansson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjansson.so.4
2025-08-20T22:07:52.1998580Z 	libitm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libitm.so.1
2025-08-20T22:07:52.1998936Z 	libisns.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisns.so.0
2025-08-20T22:07:52.1999289Z 	libisl.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisl.so.23
2025-08-20T22:07:52.1999835Z 	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:07:52.2000545Z 	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:07:52.2001219Z 	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:07:52.2001871Z 	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:07:52.2002388Z 	libip6tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip6tc.so.2
2025-08-20T22:07:52.2002895Z 	libip4tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip4tc.so.2
2025-08-20T22:07:52.2003261Z 	libinih.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libinih.so.1
2025-08-20T22:07:52.2003622Z 	libijs-0.35.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libijs-0.35.so
2025-08-20T22:07:52.2003987Z 	libidn2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn2.so.0
2025-08-20T22:07:52.2004340Z 	libidn.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn.so.12
2025-08-20T22:07:52.2004704Z 	libicuuc.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.74
2025-08-20T22:07:52.2005088Z 	libicuuc.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.70
2025-08-20T22:07:52.2005459Z 	libicuuc.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so
2025-08-20T22:07:52.2005827Z 	libicutu.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.74
2025-08-20T22:07:52.2006201Z 	libicutu.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.70
2025-08-20T22:07:52.2006567Z 	libicutu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so
2025-08-20T22:07:52.2007209Z 	libicutest.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.74
2025-08-20T22:07:52.2007621Z 	libicutest.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.70
2025-08-20T22:07:52.2008017Z 	libicutest.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so
2025-08-20T22:07:52.2008405Z 	libicui18n.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.74
2025-08-20T22:07:52.2008796Z 	libicui18n.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.70
2025-08-20T22:07:52.2009181Z 	libicui18n.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so
2025-08-20T22:07:52.2009561Z 	libicuio.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.74
2025-08-20T22:07:52.2009936Z 	libicuio.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.70
2025-08-20T22:07:52.2010304Z 	libicuio.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so
2025-08-20T22:07:52.2010681Z 	libicudata.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.74
2025-08-20T22:07:52.2011240Z 	libicudata.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.70
2025-08-20T22:07:52.2011633Z 	libicudata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so
2025-08-20T22:07:52.2012019Z 	libibverbs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so.1
2025-08-20T22:07:52.2012406Z 	libibverbs.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so
2025-08-20T22:07:52.2012784Z 	libhwasan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhwasan.so.0
2025-08-20T22:07:52.2013205Z 	libhunspell-1.7.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T22:07:52.2013630Z 	libhogweed.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhogweed.so.6
2025-08-20T22:07:52.2014020Z 	libhistory.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhistory.so.8
2025-08-20T22:07:52.2014453Z 	libhiredis_ssl.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T22:07:52.2014904Z 	libhiredis.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T22:07:52.2015313Z 	libhgfs.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhgfs.so.0
2025-08-20T22:07:52.2015678Z 	libheif.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libheif.so.1
2025-08-20T22:07:52.2016048Z 	libhavege.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhavege.so.2
2025-08-20T22:07:52.2016437Z 	libhashkit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhashkit.so.2
2025-08-20T22:07:52.2017044Z 	libharfbuzz.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libharfbuzz.so.0
2025-08-20T22:07:52.2017452Z 	libhandle.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhandle.so.1
2025-08-20T22:07:52.2017831Z 	libgusb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgusb.so.2
2025-08-20T22:07:52.2018215Z 	libguestlib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestlib.so.0
2025-08-20T22:07:52.2018680Z 	libguestStoreClient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestStoreClient.so.0
2025-08-20T22:07:52.2019148Z 	libgudev-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgudev-1.0.so.0
2025-08-20T22:07:52.2019667Z 	libgtk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgtk-3.so.0
2025-08-20T22:07:52.2020071Z 	libgthread-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgthread-2.0.so.0
2025-08-20T22:07:52.2020518Z 	libgstreamer-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T22:07:52.2020959Z 	libgstnet-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T22:07:52.2021425Z 	libgstcontroller-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T22:07:52.2021909Z 	libgstcheck-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T22:07:52.2022346Z 	libgstbase-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T22:07:52.2022774Z 	libgssapi_krb5.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T22:07:52.2023166Z 	libgs.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgs.so.10
2025-08-20T22:07:52.2023564Z 	libgraphite2.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgraphite2.so.3
2025-08-20T22:07:52.2023978Z 	libgprofng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgprofng.so.0
2025-08-20T22:07:52.2024360Z 	libgpm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpm.so.2
2025-08-20T22:07:52.2024732Z 	libgpgme.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpgme.so.11
2025-08-20T22:07:52.2025133Z 	libgpg-error.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpg-error.so.0
2025-08-20T22:07:52.2025530Z 	libgomp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgomp.so.1
2025-08-20T22:07:52.2025928Z 	libgobject-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgobject-2.0.so.0
2025-08-20T22:07:52.2026341Z 	libgnutls.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgnutls.so.30
2025-08-20T22:07:52.2026910Z 	libgmpxx.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so.4
2025-08-20T22:07:52.2027315Z 	libgmpxx.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so
2025-08-20T22:07:52.2027804Z 	libgmp.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so.10
2025-08-20T22:07:52.2028163Z 	libgmp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so
2025-08-20T22:07:52.2028548Z 	libgmodule-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T22:07:52.2028957Z 	libglib-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libglib-2.0.so.0
2025-08-20T22:07:52.2029407Z 	libgirepository-1.0.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T22:07:52.2029849Z 	libgio-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgio-2.0.so.0
2025-08-20T22:07:52.2030246Z 	libgfortran.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgfortran.so.5
2025-08-20T22:07:52.2030680Z 	libgdk_pixbuf-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T22:07:52.2031103Z 	libgdk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk-3.so.0
2025-08-20T22:07:52.2031501Z 	libgdbm_compat.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm_compat.so.4
2025-08-20T22:07:52.2031907Z 	libgdbm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm.so.6
2025-08-20T22:07:52.2032269Z 	libgd.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgd.so.3
2025-08-20T22:07:52.2032632Z 	libgctba.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgctba.so.1
2025-08-20T22:07:52.2033019Z 	libgcrypt.so.20 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcrypt.so.20
2025-08-20T22:07:52.2033408Z 	libgccpp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgccpp.so.1
2025-08-20T22:07:52.2033776Z 	libgcc_s.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcc_s.so.1
2025-08-20T22:07:52.2034104Z 	libgcc_s.so.1 (libc6) => /lib32/libgcc_s.so.1
2025-08-20T22:07:52.2034415Z 	libgc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgc.so.1
2025-08-20T22:07:52.2034765Z 	libgbm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgbm.so.1
2025-08-20T22:07:52.2035265Z 	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:07:52.2035902Z 	libfwupd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfwupd.so.2
2025-08-20T22:07:52.2036276Z 	libfuse3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfuse3.so.3
2025-08-20T22:07:52.2036641Z 	libftdi1.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libftdi1.so.2
2025-08-20T22:07:52.2037129Z 	libfsverity.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfsverity.so.0
2025-08-20T22:07:52.2037538Z 	libfribidi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfribidi.so.0
2025-08-20T22:07:52.2037940Z 	libfreetype.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreetype.so.6
2025-08-20T22:07:52.2038334Z 	libfreebl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreebl3.so
2025-08-20T22:07:52.2038739Z 	libfreeblpriv3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreeblpriv3.so
2025-08-20T22:07:52.2039145Z 	libformw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so.6
2025-08-20T22:07:52.2039510Z 	libformw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so
2025-08-20T22:07:52.2039872Z 	libform.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so.6
2025-08-20T22:07:52.2040237Z 	libform.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so
2025-08-20T22:07:52.2040610Z 	libfontenc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontenc.so.1
2025-08-20T22:07:52.2041025Z 	libfontconfig.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontconfig.so.1
2025-08-20T22:07:52.2041445Z 	libflashrom.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libflashrom.so.1
2025-08-20T22:07:52.2041832Z 	libfido2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfido2.so.1
2025-08-20T22:07:52.2042244Z 	libfftw3_threads.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_threads.so.3
2025-08-20T22:07:52.2042679Z 	libfftw3_omp.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_omp.so.3
2025-08-20T22:07:52.2043066Z 	libfftw3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3.so.3
2025-08-20T22:07:52.2043425Z 	libffi.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so.8
2025-08-20T22:07:52.2043772Z 	libffi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so
2025-08-20T22:07:52.2044245Z 	libfdisk.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfdisk.so.1
2025-08-20T22:07:52.2044611Z 	libfcgi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi.so.0
2025-08-20T22:07:52.2044977Z 	libfcgi++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi++.so.0
2025-08-20T22:07:52.2045371Z 	libfbclient.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfbclient.so.2
2025-08-20T22:07:52.2045779Z 	libfastjson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfastjson.so.4
2025-08-20T22:07:52.2046230Z 	libfakeroot-0.so (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T22:07:52.2046666Z 	libe2p.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libe2p.so.2
2025-08-20T22:07:52.2047139Z 	libext2fs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libext2fs.so.2
2025-08-20T22:07:52.2047515Z 	libexslt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexslt.so.0
2025-08-20T22:07:52.2047893Z 	libexpatw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so.1
2025-08-20T22:07:52.2048278Z 	libexpatw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so
2025-08-20T22:07:52.2048652Z 	libexpat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so.1
2025-08-20T22:07:52.2049019Z 	libexpat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so
2025-08-20T22:07:52.2049454Z 	libevent_pthreads-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T22:07:52.2049941Z 	libevent_core-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T22:07:52.2050352Z 	libevdev.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevdev.so.2
2025-08-20T22:07:52.2050716Z 	libestr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libestr.so.0
2025-08-20T22:07:52.2051084Z 	libepoxy.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libepoxy.so.0
2025-08-20T22:07:52.2051479Z 	libenchant-2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libenchant-2.so.2
2025-08-20T22:07:52.2051862Z 	libelf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libelf.so.1
2025-08-20T22:07:52.2052356Z 	libefivar.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefivar.so.1
2025-08-20T22:07:52.2052750Z 	libefiboot.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefiboot.so.1
2025-08-20T22:07:52.2053149Z 	libefa.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so.1
2025-08-20T22:07:52.2053500Z 	libefa.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so
2025-08-20T22:07:52.2053853Z 	libedit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libedit.so.2
2025-08-20T22:07:52.2054250Z 	libeatmydata.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so.1
2025-08-20T22:07:52.2054672Z 	libeatmydata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so
2025-08-20T22:07:52.2055051Z 	libdw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdw.so.1
2025-08-20T22:07:52.2055445Z 	libduktape.so.207 (libc6,x86-64) => /lib/x86_64-linux-gnu/libduktape.so.207
2025-08-20T22:07:52.2055889Z 	libdrop_ambient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrop_ambient.so.0
2025-08-20T22:07:52.2056324Z 	libdrm_intel.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_intel.so.1
2025-08-20T22:07:52.2056837Z 	libdrm_amdgpu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T22:07:52.2057229Z 	libdrm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm.so.2
2025-08-20T22:07:52.2057743Z 	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:07:52.2058256Z 	libdl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdl.so.2
2025-08-20T22:07:52.2058563Z 	libdl.so.2 (libc6) => /lib32/libdl.so.2
2025-08-20T22:07:52.2058907Z 	libdjvulibre.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdjvulibre.so.21
2025-08-20T22:07:52.2059316Z 	libde265.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libde265.so.0
2025-08-20T22:07:52.2059741Z 	libdevmapper.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T22:07:52.2060263Z 	libdevmapper-event.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T22:07:52.2060962Z 	libdevmapper-event-lvm2vdo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T22:07:52.2061580Z 	libdevmapper-event-lvm2thin.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T22:07:52.2062228Z 	libdevmapper-event-lvm2snapshot.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T22:07:52.2062862Z 	libdevmapper-event-lvm2raid.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T22:07:52.2063484Z 	libdevmapper-event-lvm2mirror.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T22:07:52.2064103Z 	libdevmapper-event-lvm2.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T22:07:52.2064680Z 	libdevmapper-event-lvm2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T22:07:52.2065163Z 	libdeflate.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdeflate.so.0
2025-08-20T22:07:52.2065609Z 	libdebconfclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdebconfclient.so.0
2025-08-20T22:07:52.2066041Z 	libdconf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdconf.so.1
2025-08-20T22:07:52.2066462Z 	libdbusmenu-gtk3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T22:07:52.2067030Z 	libdbusmenu-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T22:07:52.2067460Z 	libdbus-1.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so.3
2025-08-20T22:07:52.2067839Z 	libdbus-1.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so
2025-08-20T22:07:52.2068205Z 	libdb-5.3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdb-5.3.so
2025-08-20T22:07:52.2068580Z 	libdatrie.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdatrie.so.1
2025-08-20T22:07:52.2068956Z 	libcurl.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl.so.4
2025-08-20T22:07:52.2069357Z 	libcurl-gnutls.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T22:07:52.2069896Z 	libcups.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcups.so.2
2025-08-20T22:07:52.2070259Z 	libctf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf.so.0
2025-08-20T22:07:52.2070648Z 	libctf-nobfd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd.so.0
2025-08-20T22:07:52.2071109Z 	libctf-nobfd-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so.0
2025-08-20T22:07:52.2071596Z 	libctf-nobfd-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so
2025-08-20T22:07:52.2072080Z 	libctf-nobfd-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T22:07:52.2072558Z 	libctf-nobfd-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T22:07:52.2073035Z 	libctf-nobfd-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T22:07:52.2073509Z 	libctf-nobfd-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T22:07:52.2073962Z 	libctf-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so.0
2025-08-20T22:07:52.2074375Z 	libctf-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so
2025-08-20T22:07:52.2074783Z 	libctf-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so.0
2025-08-20T22:07:52.2075192Z 	libctf-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so
2025-08-20T22:07:52.2075601Z 	libctf-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so.0
2025-08-20T22:07:52.2076009Z 	libctf-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so
2025-08-20T22:07:52.2076438Z 	libcryptsetup.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcryptsetup.so.12
2025-08-20T22:07:52.2076966Z 	libcrypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so.3
2025-08-20T22:07:52.2077354Z 	libcrypto.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so
2025-08-20T22:07:52.2077730Z 	libcrypt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so.1
2025-08-20T22:07:52.2078223Z 	libcrypt.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so
2025-08-20T22:07:52.2078597Z 	libcom_err.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcom_err.so.2
2025-08-20T22:07:52.2079026Z 	libcolordprivate.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolordprivate.so.2
2025-08-20T22:07:52.2079461Z 	libcolord.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolord.so.2
2025-08-20T22:07:52.2079860Z 	libclang-18.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-18.so.18
2025-08-20T22:07:52.2080263Z 	libclang-17.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-17.so.17
2025-08-20T22:07:52.2080683Z 	libclang-16.so.16.0.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T22:07:52.2081126Z 	libclang-cpp.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T22:07:52.2081565Z 	libclang-cpp.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.17
2025-08-20T22:07:52.2082000Z 	libclang-cpp.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.16
2025-08-20T22:07:52.2082388Z 	libcc1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcc1.so.0
2025-08-20T22:07:52.2082762Z 	libcbor.so.0.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcbor.so.0.10
2025-08-20T22:07:52.2083146Z 	libcares.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcares.so.2
2025-08-20T22:07:52.2083514Z 	libcap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap.so.2
2025-08-20T22:07:52.2083886Z 	libcap-ng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap-ng.so.0
2025-08-20T22:07:52.2084525Z 	libcanberra.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcanberra.so.0
2025-08-20T22:07:52.2085193Z 	libcairo.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo.so.2
2025-08-20T22:07:52.2085632Z 	libcairo-gobject.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo-gobject.so.2
2025-08-20T22:07:52.2086100Z 	libc_malloc_debug.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T22:07:52.2086659Z 	libc_malloc_debug.so.0 (libc6) => /lib32/libc_malloc_debug.so.0
2025-08-20T22:07:52.2087310Z 	libc_malloc_debug.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so
2025-08-20T22:07:52.2087712Z 	libc.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc.so.6
2025-08-20T22:07:52.2088009Z 	libc.so.6 (libc6) => /lib32/libc.so.6
2025-08-20T22:07:52.2088335Z 	libc-client.so.2007e (libc6,x86-64) => /lib/libc-client.so.2007e
2025-08-20T22:07:52.2088723Z 	libbz2.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbz2.so.1.0
2025-08-20T22:07:52.2089122Z 	libbytesize.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbytesize.so.1
2025-08-20T22:07:52.2089510Z 	libbsd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbsd.so.0
2025-08-20T22:07:52.2089904Z 	libbrotlienc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlienc.so.1
2025-08-20T22:07:52.2090328Z 	libbrotlidec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlidec.so.1
2025-08-20T22:07:52.2090769Z 	libbrotlicommon.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlicommon.so.1
2025-08-20T22:07:52.2091191Z 	libbpf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbpf.so.1
2025-08-20T22:07:52.2091575Z 	libblockdev.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblockdev.so.3
2025-08-20T22:07:52.2092020Z 	libblkid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblkid.so.1
2025-08-20T22:07:52.2092578Z 	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:07:52.2093156Z 	libbfd-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-system.so
2025-08-20T22:07:52.2093607Z 	libbfd-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-arm64.so
2025-08-20T22:07:52.2094045Z 	libbfd-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T22:07:52.2094475Z 	libbfd-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T22:07:52.2094893Z 	libbd_utils.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_utils.so.3
2025-08-20T22:07:52.2095414Z 	libbd_swap.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_swap.so.3
2025-08-20T22:07:52.2095809Z 	libbd_part.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_part.so.3
2025-08-20T22:07:52.2096188Z 	libbd_nvme.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_nvme.so.3
2025-08-20T22:07:52.2096585Z 	libbd_mdraid.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_mdraid.so.3
2025-08-20T22:07:52.2097186Z 	libbd_loop.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_loop.so.3
2025-08-20T22:07:52.2097559Z 	libbd_fs.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_fs.so.3
2025-08-20T22:07:52.2097945Z 	libbd_crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_crypto.so.3
2025-08-20T22:07:52.2098342Z 	libbcc_bpf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc_bpf.so.0
2025-08-20T22:07:52.2098713Z 	libbcc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc.so.0
2025-08-20T22:07:52.2099121Z 	libavahi-common.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-common.so.3
2025-08-20T22:07:52.2099585Z 	libavahi-client.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-client.so.3
2025-08-20T22:07:52.2100000Z 	libaudit.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaudit.so.1
2025-08-20T22:07:52.2100371Z 	libattr.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libattr.so.1
2025-08-20T22:07:52.2100741Z 	libatspi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatspi.so.0
2025-08-20T22:07:52.2101127Z 	libatomic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatomic.so.1
2025-08-20T22:07:52.2101496Z 	libatm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatm.so.1
2025-08-20T22:07:52.2101863Z 	libatk-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-1.0.so.0
2025-08-20T22:07:52.2102288Z 	libatk-bridge-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T22:07:52.2102738Z 	libatasmart.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatasmart.so.4
2025-08-20T22:07:52.2103138Z 	libassuan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libassuan.so.0
2025-08-20T22:07:52.2103659Z 	libaspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaspell.so.15
2025-08-20T22:07:52.2104049Z 	libasound.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasound.so.2
2025-08-20T22:07:52.2104425Z 	libasan.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasan.so.8
2025-08-20T22:07:52.2104792Z 	libaria2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaria2.so.0
2025-08-20T22:07:52.2105165Z 	libargon2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libargon2.so.1
2025-08-20T22:07:52.2105557Z 	libarchive.so.13 (libc6,x86-64) => /lib/x86_64-linux-gnu/libarchive.so.13
2025-08-20T22:07:52.2105999Z 	libapt-private.so.0.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-private.so.0.0
2025-08-20T22:07:52.2106445Z 	libapt-pkg.so.6.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T22:07:52.2106973Z 	libaprutil-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaprutil-1.so.0
2025-08-20T22:07:52.2107369Z 	libapr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapr-1.so.0
2025-08-20T22:07:52.2107772Z 	libappstream.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libappstream.so.5
2025-08-20T22:07:52.2108205Z 	libapparmor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapparmor.so.1
2025-08-20T22:07:52.2108589Z 	libaom.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaom.so.3
2025-08-20T22:07:52.2108944Z 	libanl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so.1
2025-08-20T22:07:52.2109254Z 	libanl.so.1 (libc6) => /lib32/libanl.so.1
2025-08-20T22:07:52.2109555Z 	libanl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so
2025-08-20T22:07:52.2109925Z 	libaio.so.1t64 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaio.so.1t64
2025-08-20T22:07:52.2110292Z 	libacl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libacl.so.1
2025-08-20T22:07:52.2110637Z 	libX11.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11.so.6
2025-08-20T22:07:52.2111004Z 	libX11-xcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11-xcb.so.1
2025-08-20T22:07:52.2111398Z 	libXxf86vm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXxf86vm.so.1
2025-08-20T22:07:52.2111898Z 	libXtst.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXtst.so.6
2025-08-20T22:07:52.2112256Z 	libXt.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXt.so.6
2025-08-20T22:07:52.2112603Z 	libXss.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXss.so.1
2025-08-20T22:07:52.2112975Z 	libXrender.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrender.so.1
2025-08-20T22:07:52.2113366Z 	libXrandr.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrandr.so.2
2025-08-20T22:07:52.2113738Z 	libXpm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXpm.so.4
2025-08-20T22:07:52.2114096Z 	libXmuu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmuu.so.1
2025-08-20T22:07:52.2114447Z 	libXmu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmu.so.6
2025-08-20T22:07:52.2114824Z 	libXinerama.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXinerama.so.1
2025-08-20T22:07:52.2115201Z 	libXi.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXi.so.6
2025-08-20T22:07:52.2115555Z 	libXft.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXft.so.2
2025-08-20T22:07:52.2115921Z 	libXfont2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfont2.so.2
2025-08-20T22:07:52.2116301Z 	libXfixes.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfixes.so.3
2025-08-20T22:07:52.2116672Z 	libXext.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXext.so.6
2025-08-20T22:07:52.2117141Z 	libXdmcp.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so.6
2025-08-20T22:07:52.2117511Z 	libXdmcp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so
2025-08-20T22:07:52.2117891Z 	libXdamage.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdamage.so.1
2025-08-20T22:07:52.2118286Z 	libXcursor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcursor.so.1
2025-08-20T22:07:52.2118706Z 	libXcomposite.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcomposite.so.1
2025-08-20T22:07:52.2119103Z 	libXaw.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXaw.so.7
2025-08-20T22:07:52.2119450Z 	libXau.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so.6
2025-08-20T22:07:52.2119918Z 	libXau.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so
2025-08-20T22:07:52.2120259Z 	libSM.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libSM.so.6
2025-08-20T22:07:52.2120679Z 	libOpenEXRUtil-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T22:07:52.2121173Z 	libOpenEXRCore-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T22:07:52.2121638Z 	libOpenEXR-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T22:07:52.2122107Z 	libMagickWand-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T22:07:52.2122595Z 	libMagickCore-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T22:07:52.2123023Z 	libLerc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLerc.so.4
2025-08-20T22:07:52.2123400Z 	libLLVM.so.19.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.19.1
2025-08-20T22:07:52.2123791Z 	libLLVM.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.18.1
2025-08-20T22:07:52.2124172Z 	libLLVM-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so.1
2025-08-20T22:07:52.2124554Z 	libLLVM-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so
2025-08-20T22:07:52.2124932Z 	libLLVM-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so.1
2025-08-20T22:07:52.2125309Z 	libLLVM-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so
2025-08-20T22:07:52.2125677Z 	libJudy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libJudy.so.1
2025-08-20T22:07:52.2126063Z 	libImath-3_1.so.29 (libc6,x86-64) => /lib/x86_64-linux-gnu/libImath-3_1.so.29
2025-08-20T22:07:52.2126498Z 	libIlmThread-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T22:07:52.2127023Z 	libIex-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIex-3_1.so.30
2025-08-20T22:07:52.2127395Z 	libICE.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libICE.so.6
2025-08-20T22:07:52.2127909Z 	libGLdispatch.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLdispatch.so.0
2025-08-20T22:07:52.2128329Z 	libGLX_mesa.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX_mesa.so.0
2025-08-20T22:07:52.2128704Z 	libGLX.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX.so.0
2025-08-20T22:07:52.2129051Z 	libGL.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGL.so.1
2025-08-20T22:07:52.2129437Z 	libDeployPkg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libDeployPkg.so.0
2025-08-20T22:07:52.2129890Z 	libBrokenLocale.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so.1
2025-08-20T22:07:52.2130311Z 	libBrokenLocale.so.1 (libc6) => /lib32/libBrokenLocale.so.1
2025-08-20T22:07:52.2130714Z 	libBrokenLocale.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so
2025-08-20T22:07:52.2131120Z 	ld-musl-x86_64.so.1 (libc6,x86-64) => /lib/ld-musl-x86_64.so.1
2025-08-20T22:07:52.2131443Z 	ld-linux.so.2 (libc6) => /lib32/ld-linux.so.2
2025-08-20T22:07:52.2131718Z 	ld-linux.so.2 (libc6) => /lib/ld-linux.so.2
2025-08-20T22:07:52.2132071Z 	ld-linux-x86-64.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
2025-08-20T22:07:52.2132552Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.5) stable release version 2.39
2025-08-20T22:07:52.4447873Z info: downloading installer
2025-08-20T22:07:52.7063479Z warn: It looks like you have an existing rustup settings file at:
2025-08-20T22:07:52.7063959Z warn: /home/runner/.rustup/settings.toml
2025-08-20T22:07:52.7064453Z warn: Rustup will install the default toolchain as specified in the settings file,
2025-08-20T22:07:52.7065018Z warn: instead of the one inferred from the default host triple.
2025-08-20T22:07:52.7234410Z info: profile set to 'default'
2025-08-20T22:07:52.7234902Z info: default host triple is x86_64-unknown-linux-gnu
2025-08-20T22:07:52.7235454Z warn: Updating existing toolchain, profile choice will be ignored
2025-08-20T22:07:52.7932926Z info: syncing channel updates for 'stable-x86_64-unknown-linux-gnu'
2025-08-20T22:07:52.8687452Z info: default toolchain set to 'stable-x86_64-unknown-linux-gnu'
2025-08-20T22:07:52.8687969Z 
2025-08-20T22:07:52.8791931Z   stable-x86_64-unknown-linux-gnu unchanged - rustc 1.89.0 (29483883e 2025-08-04)
2025-08-20T22:07:52.8792362Z 
2025-08-20T22:07:52.8792366Z 
2025-08-20T22:07:52.8792476Z Rust is installed now. Great!
2025-08-20T22:07:52.8792673Z 
2025-08-20T22:07:52.8792906Z To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
2025-08-20T22:07:52.8793440Z environment variable. This has not been done automatically.
2025-08-20T22:07:52.8793870Z 
2025-08-20T22:07:52.8794082Z To configure your current shell, you need to source
2025-08-20T22:07:52.8794536Z the corresponding env file under $HOME/.cargo.
2025-08-20T22:07:52.8794766Z 
2025-08-20T22:07:52.8794986Z This is usually done by running one of the following (note the leading DOT):
2025-08-20T22:07:52.8795484Z . "$HOME/.cargo/env"            # For sh/bash/zsh/ash/dash/pdksh
2025-08-20T22:07:52.8795880Z source "$HOME/.cargo/env.fish"  # For fish
2025-08-20T22:07:52.8796279Z source $"($nu.home-path)/.cargo/env.nu"  # For nushell
2025-08-20T22:07:52.8992292Z info: using existing install for 'stable-x86_64-unknown-linux-gnu'
2025-08-20T22:07:52.9328276Z info: default toolchain set to 'stable-x86_64-unknown-linux-gnu'
2025-08-20T22:07:52.9328724Z 
2025-08-20T22:07:52.9425839Z   stable-x86_64-unknown-linux-gnu unchanged - rustc 1.89.0 (29483883e 2025-08-04)
2025-08-20T22:07:52.9426207Z 
2025-08-20T22:07:52.9923943Z rustc 1.89.0 (29483883e 2025-08-04)
2025-08-20T22:07:53.5547215Z cargo 1.89.0 (c24e10642 2025-06-23)
2025-08-20T22:07:53.5874025Z 680 libs found in cache `/etc/ld.so.cache'
2025-08-20T22:07:53.5874540Z 	libz3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so.4
2025-08-20T22:07:53.5875139Z 	libz3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so
2025-08-20T22:07:53.5875754Z 	libzstd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so.1
2025-08-20T22:07:53.5876387Z 	libzstd.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so
2025-08-20T22:07:53.5877825Z 	libzmq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzmq.so.5
2025-08-20T22:07:53.5878495Z 	libzip.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzip.so.4
2025-08-20T22:07:53.5879174Z 	libzen.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzen.so.0
2025-08-20T22:07:53.5879805Z 	libz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so.1
2025-08-20T22:07:53.5880454Z 	libz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so
2025-08-20T22:07:53.5881111Z 	libyaml-0.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyaml-0.so.2
2025-08-20T22:07:53.5881846Z 	libyajl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyajl.so.2
2025-08-20T22:07:53.5882542Z 	libxxhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxxhash.so.0
2025-08-20T22:07:53.5883160Z 	libxtables.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxtables.so.12
2025-08-20T22:07:53.5883585Z 	libxslt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxslt.so.1
2025-08-20T22:07:53.5884011Z 	libxshmfence.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxshmfence.so.1
2025-08-20T22:07:53.5884460Z 	libxml2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so.2
2025-08-20T22:07:53.5884843Z 	libxml2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so
2025-08-20T22:07:53.5885249Z 	libxmlsec1.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1.so.1
2025-08-20T22:07:53.5885739Z 	libxmlsec1-openssl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T22:07:53.5886207Z 	libxmlb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlb.so.2
2025-08-20T22:07:53.5886618Z 	libxkbfile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbfile.so.1
2025-08-20T22:07:53.5887318Z 	libxkbcommon.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbcommon.so.0
2025-08-20T22:07:53.5887740Z 	libxcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so.1
2025-08-20T22:07:53.5888116Z 	libxcb.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so
2025-08-20T22:07:53.5888533Z 	libxcb-xfixes.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T22:07:53.5889230Z 	libxcb-xfixes.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so
2025-08-20T22:07:53.5889669Z 	libxcb-sync.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-sync.so.1
2025-08-20T22:07:53.5890094Z 	libxcb-shm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shm.so.0
2025-08-20T22:07:53.5890526Z 	libxcb-shape.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so.0
2025-08-20T22:07:53.5890972Z 	libxcb-shape.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so
2025-08-20T22:07:53.5891418Z 	libxcb-render.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so.0
2025-08-20T22:07:53.5891878Z 	libxcb-render.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so
2025-08-20T22:07:53.5892314Z 	libxcb-randr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-randr.so.0
2025-08-20T22:07:53.5892749Z 	libxcb-present.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-present.so.0
2025-08-20T22:07:53.5893176Z 	libxcb-glx.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-glx.so.0
2025-08-20T22:07:53.5893581Z 	libxcb-dri3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-dri3.so.0
2025-08-20T22:07:53.5893967Z 	libwrap.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwrap.so.0
2025-08-20T22:07:53.5894367Z 	libwmflite-0.2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T22:07:53.5894785Z 	libwebpmux.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpmux.so.3
2025-08-20T22:07:53.5895200Z 	libwebpdemux.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpdemux.so.2
2025-08-20T22:07:53.5895596Z 	libwebp.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebp.so.7
2025-08-20T22:07:53.5895981Z 	libwbclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwbclient.so.0
2025-08-20T22:07:53.5896425Z 	libwayland-server.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-server.so.0
2025-08-20T22:07:53.5897209Z 	libwayland-egl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-egl.so.1
2025-08-20T22:07:53.5897841Z 	libwayland-cursor.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-cursor.so.0
2025-08-20T22:07:53.5898328Z 	libwayland-client.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-client.so.0
2025-08-20T22:07:53.5898764Z 	libvulkan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvulkan.so.1
2025-08-20T22:07:53.5899182Z 	libvorbisfile.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbisfile.so.3
2025-08-20T22:07:53.5899593Z 	libvorbis.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbis.so.0
2025-08-20T22:07:53.5899997Z 	libvolume_key.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvolume_key.so.1
2025-08-20T22:07:53.5900403Z 	libvmtools.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvmtools.so.0
2025-08-20T22:07:53.5900797Z 	libvgauth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvgauth.so.0
2025-08-20T22:07:53.5901165Z 	libuv.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuv.so.1
2025-08-20T22:07:53.5901518Z 	libuuid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuuid.so.1
2025-08-20T22:07:53.5901890Z 	libutil.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutil.so.1
2025-08-20T22:07:53.5902208Z 	libutil.so.1 (libc6) => /lib32/libutil.so.1
2025-08-20T22:07:53.5902544Z 	libutempter.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutempter.so.0
2025-08-20T22:07:53.5902940Z 	libusb-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libusb-1.0.so.0
2025-08-20T22:07:53.5903303Z 	liburcu.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu.so.8
2025-08-20T22:07:53.5903705Z 	liburcu-signal.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-signal.so.8
2025-08-20T22:07:53.5904130Z 	liburcu-qsbr.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T22:07:53.5904538Z 	liburcu-memb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-memb.so.8
2025-08-20T22:07:53.5904933Z 	liburcu-mb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-mb.so.8
2025-08-20T22:07:53.5905344Z 	liburcu-common.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-common.so.8
2025-08-20T22:07:53.5905903Z 	liburcu-cds.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-cds.so.8
2025-08-20T22:07:53.5906292Z 	liburcu-bp.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-bp.so.8
2025-08-20T22:07:53.5906676Z 	libunwind.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind.so.8
2025-08-20T22:07:53.5907852Z 	libunwind-x86_64.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-x86_64.so.8
2025-08-20T22:07:53.5908321Z 	libunwind-ptrace.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T22:07:53.5908815Z 	libunwind-coredump.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-coredump.so.0
2025-08-20T22:07:53.5909281Z 	libunistring.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunistring.so.5
2025-08-20T22:07:53.5909686Z 	libudisks2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudisks2.so.0
2025-08-20T22:07:53.5910063Z 	libudev.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudev.so.1
2025-08-20T22:07:53.5910447Z 	libuchardet.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuchardet.so.0
2025-08-20T22:07:53.5910854Z 	libubsan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libubsan.so.1
2025-08-20T22:07:53.5911291Z 	libtss2-tcti-swtpm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T22:07:53.5911814Z 	libtss2-tcti-mssim.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T22:07:53.5912318Z 	libtss2-tcti-device.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T22:07:53.5912804Z 	libtss2-tcti-cmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T22:07:53.5913236Z 	libtss2-sys.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-sys.so.1
2025-08-20T22:07:53.5913628Z 	libtss2-rc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-rc.so.0
2025-08-20T22:07:53.5914012Z 	libtss2-mu.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-mu.so.0
2025-08-20T22:07:53.5914410Z 	libtss2-esys.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-esys.so.0
2025-08-20T22:07:53.5914810Z 	libtsan.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtsan.so.2
2025-08-20T22:07:53.5915324Z 	libtracefs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtracefs.so.1
2025-08-20T22:07:53.5915746Z 	libtraceevent.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtraceevent.so.1
2025-08-20T22:07:53.5916159Z 	libtommath.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtommath.so.1
2025-08-20T22:07:53.5916534Z 	libtk8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtk8.6.so
2025-08-20T22:07:53.5917080Z 	libtirpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtirpc.so.3
2025-08-20T22:07:53.5917481Z 	libtinyxml2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinyxml2.so.10
2025-08-20T22:07:53.5917873Z 	libtinfo.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so.6
2025-08-20T22:07:53.5918240Z 	libtinfo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so
2025-08-20T22:07:53.5918607Z 	libtiff.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtiff.so.6
2025-08-20T22:07:53.5918992Z 	libtidy.so.5deb1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtidy.so.5deb1
2025-08-20T22:07:53.5919383Z 	libtic.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so.6
2025-08-20T22:07:53.5919731Z 	libtic.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so
2025-08-20T22:07:53.5920103Z 	libthread_db.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so.1
2025-08-20T22:07:53.5920469Z 	libthread_db.so.1 (libc6) => /lib32/libthread_db.so.1
2025-08-20T22:07:53.5920824Z 	libthread_db.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so
2025-08-20T22:07:53.5921204Z 	libthai.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthai.so.0
2025-08-20T22:07:53.5921571Z 	libtdb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtdb.so.1
2025-08-20T22:07:53.5921929Z 	libtcl8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtcl8.6.so
2025-08-20T22:07:53.5922297Z 	libtasn1.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtasn1.so.6
2025-08-20T22:07:53.5922680Z 	libtalloc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtalloc.so.2
2025-08-20T22:07:53.5923212Z 	libsystemd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsystemd.so.0
2025-08-20T22:07:53.5923618Z 	libsysfs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsysfs.so.2
2025-08-20T22:07:53.5931324Z 	libsybdb.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsybdb.so.5
2025-08-20T22:07:53.5931786Z 	libsubid.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsubid.so.4
2025-08-20T22:07:53.5932221Z 	libstemmer.so.0d (libc6,x86-64) => /lib/x86_64-linux-gnu/libstemmer.so.0d
2025-08-20T22:07:53.5932649Z 	libstdc++.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libstdc++.so.6
2025-08-20T22:07:53.5933003Z 	libstdc++.so.6 (libc6) => /lib32/libstdc++.so.6
2025-08-20T22:07:53.5933530Z 	libssl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl3.so
2025-08-20T22:07:53.5934133Z 	libssl.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so.3
2025-08-20T22:07:53.5934719Z 	libssl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so
2025-08-20T22:07:53.5935084Z 	libssh2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh2.so.1
2025-08-20T22:07:53.5935462Z 	libssh.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh.so.4
2025-08-20T22:07:53.5935815Z 	libss.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libss.so.2
2025-08-20T22:07:53.5936206Z 	libsqlite3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so.0
2025-08-20T22:07:53.5936615Z 	libsqlite3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so
2025-08-20T22:07:53.5937325Z 	libsourcekitdInProc.so (libc6,x86-64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T22:07:53.5937780Z 	libsoftokn3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsoftokn3.so
2025-08-20T22:07:53.5938183Z 	libsodium.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsodium.so.23
2025-08-20T22:07:53.5938573Z 	libsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnmp.so.40
2025-08-20T22:07:53.5938958Z 	libsnappy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnappy.so.1
2025-08-20T22:07:53.5939340Z 	libsmime3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmime3.so
2025-08-20T22:07:53.5939910Z 	libsmartcols.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmartcols.so.1
2025-08-20T22:07:53.5940354Z 	libslirp.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslirp.so.0
2025-08-20T22:07:53.5940737Z 	libslang.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslang.so.2
2025-08-20T22:07:53.5941126Z 	libsigsegv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsigsegv.so.2
2025-08-20T22:07:53.5941538Z 	libsharpyuv.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsharpyuv.so.0
2025-08-20T22:07:53.5941988Z 	libsgutils2-1.46.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T22:07:53.5942418Z 	libsframe.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsframe.so.1
2025-08-20T22:07:53.5942799Z 	libsepol.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsepol.so.2
2025-08-20T22:07:53.5943185Z 	libsensors.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsensors.so.5
2025-08-20T22:07:53.5943589Z 	libsemanage.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsemanage.so.2
2025-08-20T22:07:53.5944003Z 	libselinux.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libselinux.so.1
2025-08-20T22:07:53.5944400Z 	libseccomp.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libseccomp.so.2
2025-08-20T22:07:53.5944787Z 	libsasl2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsasl2.so.2
2025-08-20T22:07:53.5945176Z 	libruby-3.2.so.3.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T22:07:53.5945574Z 	libruby-3.2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so
2025-08-20T22:07:53.5945949Z 	librtmp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librtmp.so.1
2025-08-20T22:07:53.5946310Z 	librt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librt.so.1
2025-08-20T22:07:53.5946619Z 	librt.so.1 (libc6) => /lib32/librt.so.1
2025-08-20T22:07:53.5947182Z 	librpmsign.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmsign.so.9
2025-08-20T22:07:53.5947588Z 	librpmio.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmio.so.9
2025-08-20T22:07:53.5947987Z 	librpmbuild.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmbuild.so.9
2025-08-20T22:07:53.5948519Z 	librpm.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpm.so.9
2025-08-20T22:07:53.5948896Z 	librhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/librhash.so.0
2025-08-20T22:07:53.5949267Z 	libre2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libre2.so.10
2025-08-20T22:07:53.5949641Z 	libresolv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so.2
2025-08-20T22:07:53.5949988Z 	libresolv.so.2 (libc6) => /lib32/libresolv.so.2
2025-08-20T22:07:53.5950329Z 	libresolv.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so
2025-08-20T22:07:53.5950752Z 	libreiserfscore.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreiserfscore.so.0
2025-08-20T22:07:53.5951193Z 	libreadline.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreadline.so.8
2025-08-20T22:07:53.5951595Z 	libraw_r.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw_r.so.23
2025-08-20T22:07:53.5951962Z 	libraw.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw.so.23
2025-08-20T22:07:53.5952354Z 	librabbitmq.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/librabbitmq.so.4
2025-08-20T22:07:53.5952761Z 	libquadmath.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libquadmath.so.0
2025-08-20T22:07:53.5953174Z 	libqrtr-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqrtr-glib.so.0
2025-08-20T22:07:53.5953585Z 	libqmi-glib.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqmi-glib.so.5
2025-08-20T22:07:53.5953941Z 	libqdbm.so.14 (libc6,x86-64) => /lib/libqdbm.so.14
2025-08-20T22:07:53.5954297Z 	libp11-kit.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libp11-kit.so.0
2025-08-20T22:07:53.5954705Z 	libpython3.12.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so.1.0
2025-08-20T22:07:53.5955130Z 	libpython3.12.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so
2025-08-20T22:07:53.5955531Z 	libpthread.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpthread.so.0
2025-08-20T22:07:53.5955892Z 	libpthread.so.0 (libc6) => /lib32/libpthread.so.0
2025-08-20T22:07:53.5956227Z 	libpsx.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsx.so.2
2025-08-20T22:07:53.5956864Z 	libpspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpspell.so.15
2025-08-20T22:07:53.5957391Z 	libpsl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsl.so.5
2025-08-20T22:07:53.5957816Z 	libprotobuf-lite.so.32 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T22:07:53.5958277Z 	libprotobuf-c.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-c.so.1
2025-08-20T22:07:53.5958689Z 	libproc2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libproc2.so.0
2025-08-20T22:07:53.5959050Z 	libpq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so.5
2025-08-20T22:07:53.5959393Z 	libpq.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so
2025-08-20T22:07:53.5959742Z 	libpopt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpopt.so.0
2025-08-20T22:07:53.5960186Z 	libpolkit-gobject-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T22:07:53.5960685Z 	libpolkit-agent-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T22:07:53.5961313Z 	libpng16.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpng16.so.16
2025-08-20T22:07:53.5961994Z 	libply.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply.so.5
2025-08-20T22:07:53.5962646Z 	libply-splash-graphics.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T22:07:53.5963187Z 	libply-splash-core.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-core.so.5
2025-08-20T22:07:53.5963682Z 	libply-boot-client.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-boot-client.so.5
2025-08-20T22:07:53.5964119Z 	libplds4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplds4.so
2025-08-20T22:07:53.5964482Z 	libplc4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplc4.so
2025-08-20T22:07:53.5964873Z 	libpkgconf.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpkgconf.so.3
2025-08-20T22:07:53.5965287Z 	libpixman-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpixman-1.so.0
2025-08-20T22:07:53.5965852Z 	libpipeline.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpipeline.so.1
2025-08-20T22:07:53.5966254Z 	libpgm-5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpgm-5.3.so.0
2025-08-20T22:07:53.5966623Z 	libpfm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpfm.so.4
2025-08-20T22:07:53.5967222Z 	libperl.so.5.38 (libc6,x86-64) => /lib/x86_64-linux-gnu/libperl.so.5.38
2025-08-20T22:07:53.5967616Z 	libpcre2-32.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so.0
2025-08-20T22:07:53.5968011Z 	libpcre2-32.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so
2025-08-20T22:07:53.5968404Z 	libpcre2-16.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so.0
2025-08-20T22:07:53.5968792Z 	libpcre2-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so
2025-08-20T22:07:53.5969179Z 	libpcre2-8.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so.0
2025-08-20T22:07:53.5969568Z 	libpcre2-8.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so
2025-08-20T22:07:53.5969991Z 	libpcre2-posix.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so.3
2025-08-20T22:07:53.5970454Z 	libpcre2-posix.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so
2025-08-20T22:07:53.5970879Z 	libpcprofile.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcprofile.so
2025-08-20T22:07:53.5971244Z 	libpcprofile.so (libc6) => /lib32/libpcprofile.so
2025-08-20T22:07:53.5971612Z 	libpciaccess.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpciaccess.so.0
2025-08-20T22:07:53.5972011Z 	libpci.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpci.so.3
2025-08-20T22:07:53.5972381Z 	libpcap.so.0.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so.0.8
2025-08-20T22:07:53.5972764Z 	libpcap.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so
2025-08-20T22:07:53.5973139Z 	libparted.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libparted.so.2
2025-08-20T22:07:53.5973522Z 	libpaper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpaper.so.1
2025-08-20T22:07:53.5973933Z 	libpangoft2-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T22:07:53.5974527Z 	libpangocairo-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T22:07:53.5974998Z 	libpango-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpango-1.0.so.0
2025-08-20T22:07:53.5975406Z 	libpanelw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so.6
2025-08-20T22:07:53.5975801Z 	libpanelw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so
2025-08-20T22:07:53.5976185Z 	libpanel.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so.6
2025-08-20T22:07:53.5976550Z 	libpanel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so
2025-08-20T22:07:53.5977033Z 	libpamc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpamc.so.0
2025-08-20T22:07:53.5977414Z 	libpam_misc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam_misc.so.0
2025-08-20T22:07:53.5977791Z 	libpam.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam.so.0
2025-08-20T22:07:53.5978238Z 	libpackagekit-glib2.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T22:07:53.5978727Z 	libopenjp2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopenjp2.so.7
2025-08-20T22:07:53.5979187Z 	libopeniscsiusr.so.0.2.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T22:07:53.5979708Z 	libopcodes-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T22:07:53.5980250Z 	libopcodes-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-arm64.so
2025-08-20T22:07:53.5980742Z 	libopcodes-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T22:07:53.5981228Z 	libopcodes-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T22:07:53.5981662Z 	libonig.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libonig.so.5
2025-08-20T22:07:53.5982030Z 	libogg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libogg.so.0
2025-08-20T22:07:53.5982394Z 	libodbc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libodbc.so.2
2025-08-20T22:07:53.5982909Z 	libobjc_gc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc_gc.so.4
2025-08-20T22:07:53.5983290Z 	libobjc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc.so.4
2025-08-20T22:07:53.5983646Z 	libnvme.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme.so.1
2025-08-20T22:07:53.5984021Z 	libnvme-mi.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme-mi.so.1
2025-08-20T22:07:53.5984397Z 	libnuma.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnuma.so.1
2025-08-20T22:07:53.5984778Z 	libntfs-3g.so.89 (libc6,x86-64) => /lib/x86_64-linux-gnu/libntfs-3g.so.89
2025-08-20T22:07:53.5985159Z 	libnss3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss3.so
2025-08-20T22:07:53.5985533Z 	libnssutil3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssutil3.so
2025-08-20T22:07:53.5985930Z 	libnssdbm3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssdbm3.so
2025-08-20T22:07:53.5986312Z 	libnssckbi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssckbi.so
2025-08-20T22:07:53.5986859Z 	libnss_systemd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_systemd.so.2
2025-08-20T22:07:53.5987500Z 	libnss_hesiod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so.2
2025-08-20T22:07:53.5988155Z 	libnss_hesiod.so.2 (libc6) => /lib32/libnss_hesiod.so.2
2025-08-20T22:07:53.5988755Z 	libnss_hesiod.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so
2025-08-20T22:07:53.5989171Z 	libnss_files.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_files.so.2
2025-08-20T22:07:53.5989536Z 	libnss_files.so.2 (libc6) => /lib32/libnss_files.so.2
2025-08-20T22:07:53.5989887Z 	libnss_dns.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_dns.so.2
2025-08-20T22:07:53.5990232Z 	libnss_dns.so.2 (libc6) => /lib32/libnss_dns.so.2
2025-08-20T22:07:53.5990589Z 	libnss_compat.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so.2
2025-08-20T22:07:53.5990970Z 	libnss_compat.so.2 (libc6) => /lib32/libnss_compat.so.2
2025-08-20T22:07:53.5991335Z 	libnss_compat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so
2025-08-20T22:07:53.5991864Z 	libnspr4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnspr4.so
2025-08-20T22:07:53.5992230Z 	libnsl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnsl.so.1
2025-08-20T22:07:53.5992543Z 	libnsl.so.1 (libc6) => /lib32/libnsl.so.1
2025-08-20T22:07:53.5993003Z 	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:07:53.5993525Z 	libnpth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnpth.so.0
2025-08-20T22:07:53.5993895Z 	libnorm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnorm.so.1
2025-08-20T22:07:53.5994267Z 	libnl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so.200
2025-08-20T22:07:53.5994712Z 	libnl-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so
2025-08-20T22:07:53.5995110Z 	libnl-route-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so.200
2025-08-20T22:07:53.5995548Z 	libnl-route-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so
2025-08-20T22:07:53.5995979Z 	libnl-genl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-genl-3.so.200
2025-08-20T22:07:53.5996404Z 	libnghttp2.so.14 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnghttp2.so.14
2025-08-20T22:07:53.5997047Z 	libnftnl.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftnl.so.11
2025-08-20T22:07:53.5997457Z 	libnftables.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftables.so.1
2025-08-20T22:07:53.5997876Z 	libnfnetlink.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnfnetlink.so.0
2025-08-20T22:07:53.5998283Z 	libnewt.so.0.52 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnewt.so.0.52
2025-08-20T22:07:53.5998671Z 	libnettle.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnettle.so.8
2025-08-20T22:07:53.5999099Z 	libnetsnmpmibs.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T22:07:53.5999586Z 	libnetsnmphelpers.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T22:07:53.6000083Z 	libnetsnmpagent.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T22:07:53.6000759Z 	libnetsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmp.so.40
2025-08-20T22:07:53.6001172Z 	libnetplan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetplan.so.1
2025-08-20T22:07:53.6001568Z 	libnetpbm.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetpbm.so.11
2025-08-20T22:07:53.6002042Z 	libnetfilter_conntrack.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T22:07:53.6002523Z 	libncursesw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncursesw.so.6
2025-08-20T22:07:53.6002925Z 	libncurses.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncurses.so.6
2025-08-20T22:07:53.6003347Z 	libmysqlclient.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so.21
2025-08-20T22:07:53.6003797Z 	libmysqlclient.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so
2025-08-20T22:07:53.6004198Z 	libmvec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so.1
2025-08-20T22:07:53.6004567Z 	libmvec.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so
2025-08-20T22:07:53.6004932Z 	libmultipath.so.0 (libc6,x86-64) => /lib/libmultipath.so.0
2025-08-20T22:07:53.6005306Z 	libmspack.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmspack.so.0
2025-08-20T22:07:53.6005688Z 	libmpfr.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpfr.so.6
2025-08-20T22:07:53.6006050Z 	libmpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpc.so.3
2025-08-20T22:07:53.6006435Z 	libmpathutil.so.0 (libc6,x86-64) => /lib/libmpathutil.so.0
2025-08-20T22:07:53.6007017Z 	libmpathpersist.so.0 (libc6,x86-64) => /lib/libmpathpersist.so.0
2025-08-20T22:07:53.6007402Z 	libmpathcmd.so.0 (libc6,x86-64) => /lib/libmpathcmd.so.0
2025-08-20T22:07:53.6007771Z 	libmount.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmount.so.1
2025-08-20T22:07:53.6008143Z 	libmnl.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmnl.so.0
2025-08-20T22:07:53.6008494Z 	libmms.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmms.so.0
2025-08-20T22:07:53.6008997Z 	libmm-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmm-glib.so.0
2025-08-20T22:07:53.6009392Z 	libmlx5.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so.1
2025-08-20T22:07:53.6009752Z 	libmlx5.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so
2025-08-20T22:07:53.6010108Z 	libmlx4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so.1
2025-08-20T22:07:53.6010465Z 	libmlx4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so
2025-08-20T22:07:53.6010822Z 	libmenuw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so.6
2025-08-20T22:07:53.6011193Z 	libmenuw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so
2025-08-20T22:07:53.6011555Z 	libmenu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so.6
2025-08-20T22:07:53.6011908Z 	libmenu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so
2025-08-20T22:07:53.6012277Z 	libmemusage.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemusage.so
2025-08-20T22:07:53.6012630Z 	libmemusage.so (libc6) => /lib32/libmemusage.so
2025-08-20T22:07:53.6013009Z 	libmemcached.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemcached.so.11
2025-08-20T22:07:53.6013438Z 	libmediainfo.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmediainfo.so.0
2025-08-20T22:07:53.6013845Z 	libmecab.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmecab.so.2
2025-08-20T22:07:53.6014202Z 	libmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmd.so.0
2025-08-20T22:07:53.6014577Z 	libmbim-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmbim-glib.so.4
2025-08-20T22:07:53.6014998Z 	libmaxminddb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmaxminddb.so.0
2025-08-20T22:07:53.6015392Z 	libmana.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so.1
2025-08-20T22:07:53.6015746Z 	libmana.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so
2025-08-20T22:07:53.6016106Z 	libmagic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmagic.so.1
2025-08-20T22:07:53.6016461Z 	libm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libm.so.6
2025-08-20T22:07:53.6016878Z 	libm.so.6 (libc6) => /lib32/libm.so.6
2025-08-20T22:07:53.6017303Z 	liblz4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so.1
2025-08-20T22:07:53.6017644Z 	liblz4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so
2025-08-20T22:07:53.6017995Z 	liblzo2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzo2.so.2
2025-08-20T22:07:53.6018358Z 	liblzma.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so.5
2025-08-20T22:07:53.6018708Z 	liblzma.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so
2025-08-20T22:07:53.6019049Z 	liblz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so.1
2025-08-20T22:07:53.6019383Z 	liblz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so
2025-08-20T22:07:53.6019759Z 	liblvm2cmd.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T22:07:53.6020164Z 	liblua5.4.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4.so.0
2025-08-20T22:07:53.6020559Z 	liblua5.4-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T22:07:53.6020957Z 	liblua5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3.so.0
2025-08-20T22:07:53.6021342Z 	liblua5.3-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T22:07:53.6021750Z 	liblttng-ust.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust.so.1
2025-08-20T22:07:53.6022247Z 	liblttng-ust-tracepoint.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T22:07:53.6022868Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T22:07:53.6023485Z 	liblttng-ust-libc-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T22:07:53.6024023Z 	liblttng-ust-fork.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T22:07:53.6024490Z 	liblttng-ust-fd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T22:07:53.6024939Z 	liblttng-ust-dl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T22:07:53.6025574Z 	liblttng-ust-cyg-profile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T22:07:53.6026191Z 	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:07:53.6026854Z 	liblttng-ust-ctl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T22:07:53.6027347Z 	liblttng-ust-common.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T22:07:53.6027784Z 	libltdl.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libltdl.so.7
2025-08-20T22:07:53.6028142Z 	liblsan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblsan.so.0
2025-08-20T22:07:53.6028511Z 	liblqr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblqr-1.so.0
2025-08-20T22:07:53.6028874Z 	liblmdb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblmdb.so.0
2025-08-20T22:07:53.6029250Z 	liblldb-18.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so.1
2025-08-20T22:07:53.6029634Z 	liblldb-18.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so
2025-08-20T22:07:53.6030019Z 	liblldb-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so.1
2025-08-20T22:07:53.6030398Z 	liblldb-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so
2025-08-20T22:07:53.6030770Z 	liblldb-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so.1
2025-08-20T22:07:53.6031147Z 	liblldb-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so
2025-08-20T22:07:53.6031513Z 	libldap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libldap.so.2
2025-08-20T22:07:53.6031880Z 	liblcms2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblcms2.so.2
2025-08-20T22:07:53.6032243Z 	liblber.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblber.so.2
2025-08-20T22:07:53.6032628Z 	libk5crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libk5crypto.so.3
2025-08-20T22:07:53.6033015Z 	libksba.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libksba.so.8
2025-08-20T22:07:53.6033422Z 	libkrb5support.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5support.so.0
2025-08-20T22:07:53.6033964Z 	libkrb5.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5.so.3
2025-08-20T22:07:53.6034328Z 	libkmod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkmod.so.2
2025-08-20T22:07:53.6034710Z 	libkeyutils.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkeyutils.so.1
2025-08-20T22:07:53.6035113Z 	libjxrglue.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjxrglue.so.0
2025-08-20T22:07:53.6035510Z 	libjsoncpp.so.25 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjsoncpp.so.25
2025-08-20T22:07:53.6035943Z 	libjson-glib-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T22:07:53.6036366Z 	libjson-c.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-c.so.5
2025-08-20T22:07:53.6036839Z 	libjq.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjq.so.1
2025-08-20T22:07:53.6037336Z 	libjpegxr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpegxr.so.0
2025-08-20T22:07:53.6037711Z 	libjpeg.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpeg.so.8
2025-08-20T22:07:53.6038096Z 	libjcat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjcat.so.1
2025-08-20T22:07:53.6038474Z 	libjbig2dec.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig2dec.so.0
2025-08-20T22:07:53.6038858Z 	libjbig.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig.so.0
2025-08-20T22:07:53.6039232Z 	libjansson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjansson.so.4
2025-08-20T22:07:53.6039607Z 	libitm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libitm.so.1
2025-08-20T22:07:53.6039964Z 	libisns.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisns.so.0
2025-08-20T22:07:53.6040320Z 	libisl.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisl.so.23
2025-08-20T22:07:53.6040862Z 	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:07:53.6041569Z 	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:07:53.6042369Z 	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:07:53.6043026Z 	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:07:53.6043540Z 	libip6tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip6tc.so.2
2025-08-20T22:07:53.6043919Z 	libip4tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip4tc.so.2
2025-08-20T22:07:53.6044283Z 	libinih.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libinih.so.1
2025-08-20T22:07:53.6044653Z 	libijs-0.35.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libijs-0.35.so
2025-08-20T22:07:53.6045024Z 	libidn2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn2.so.0
2025-08-20T22:07:53.6045375Z 	libidn.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn.so.12
2025-08-20T22:07:53.6045740Z 	libicuuc.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.74
2025-08-20T22:07:53.6046122Z 	libicuuc.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.70
2025-08-20T22:07:53.6046499Z 	libicuuc.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so
2025-08-20T22:07:53.6047083Z 	libicutu.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.74
2025-08-20T22:07:53.6047461Z 	libicutu.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.70
2025-08-20T22:07:53.6047828Z 	libicutu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so
2025-08-20T22:07:53.6048209Z 	libicutest.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.74
2025-08-20T22:07:53.6048613Z 	libicutest.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.70
2025-08-20T22:07:53.6049008Z 	libicutest.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so
2025-08-20T22:07:53.6049394Z 	libicui18n.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.74
2025-08-20T22:07:53.6049785Z 	libicui18n.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.70
2025-08-20T22:07:53.6050170Z 	libicui18n.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so
2025-08-20T22:07:53.6050727Z 	libicuio.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.74
2025-08-20T22:07:53.6051105Z 	libicuio.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.70
2025-08-20T22:07:53.6051472Z 	libicuio.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so
2025-08-20T22:07:53.6051847Z 	libicudata.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.74
2025-08-20T22:07:53.6052257Z 	libicudata.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.70
2025-08-20T22:07:53.6052656Z 	libicudata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so
2025-08-20T22:07:53.6053053Z 	libibverbs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so.1
2025-08-20T22:07:53.6053445Z 	libibverbs.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so
2025-08-20T22:07:53.6053828Z 	libhwasan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhwasan.so.0
2025-08-20T22:07:53.6054253Z 	libhunspell-1.7.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T22:07:53.6054693Z 	libhogweed.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhogweed.so.6
2025-08-20T22:07:53.6055194Z 	libhistory.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhistory.so.8
2025-08-20T22:07:53.6055630Z 	libhiredis_ssl.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T22:07:53.6056080Z 	libhiredis.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T22:07:53.6056485Z 	libhgfs.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhgfs.so.0
2025-08-20T22:07:53.6056963Z 	libheif.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libheif.so.1
2025-08-20T22:07:53.6057339Z 	libhavege.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhavege.so.2
2025-08-20T22:07:53.6057731Z 	libhashkit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhashkit.so.2
2025-08-20T22:07:53.6058140Z 	libharfbuzz.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libharfbuzz.so.0
2025-08-20T22:07:53.6058537Z 	libhandle.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhandle.so.1
2025-08-20T22:07:53.6059052Z 	libgusb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgusb.so.2
2025-08-20T22:07:53.6059441Z 	libguestlib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestlib.so.0
2025-08-20T22:07:53.6059902Z 	libguestStoreClient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestStoreClient.so.0
2025-08-20T22:07:53.6060371Z 	libgudev-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgudev-1.0.so.0
2025-08-20T22:07:53.6060764Z 	libgtk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgtk-3.so.0
2025-08-20T22:07:53.6061173Z 	libgthread-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgthread-2.0.so.0
2025-08-20T22:07:53.6061621Z 	libgstreamer-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T22:07:53.6062060Z 	libgstnet-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T22:07:53.6062531Z 	libgstcontroller-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T22:07:53.6063023Z 	libgstcheck-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T22:07:53.6063462Z 	libgstbase-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T22:07:53.6063894Z 	libgssapi_krb5.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T22:07:53.6064291Z 	libgs.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgs.so.10
2025-08-20T22:07:53.6064681Z 	libgraphite2.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgraphite2.so.3
2025-08-20T22:07:53.6065091Z 	libgprofng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgprofng.so.0
2025-08-20T22:07:53.6065477Z 	libgpm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpm.so.2
2025-08-20T22:07:53.6065852Z 	libgpgme.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpgme.so.11
2025-08-20T22:07:53.6066255Z 	libgpg-error.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpg-error.so.0
2025-08-20T22:07:53.6066655Z 	libgomp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgomp.so.1
2025-08-20T22:07:53.6067287Z 	libgobject-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgobject-2.0.so.0
2025-08-20T22:07:53.6067701Z 	libgnutls.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgnutls.so.30
2025-08-20T22:07:53.6068091Z 	libgmpxx.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so.4
2025-08-20T22:07:53.6068464Z 	libgmpxx.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so
2025-08-20T22:07:53.6068827Z 	libgmp.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so.10
2025-08-20T22:07:53.6069178Z 	libgmp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so
2025-08-20T22:07:53.6069662Z 	libgmodule-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T22:07:53.6070079Z 	libglib-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libglib-2.0.so.0
2025-08-20T22:07:53.6070529Z 	libgirepository-1.0.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T22:07:53.6070976Z 	libgio-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgio-2.0.so.0
2025-08-20T22:07:53.6071383Z 	libgfortran.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgfortran.so.5
2025-08-20T22:07:53.6071809Z 	libgdk_pixbuf-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T22:07:53.6072234Z 	libgdk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk-3.so.0
2025-08-20T22:07:53.6072642Z 	libgdbm_compat.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm_compat.so.4
2025-08-20T22:07:53.6073046Z 	libgdbm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm.so.6
2025-08-20T22:07:53.6073401Z 	libgd.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgd.so.3
2025-08-20T22:07:53.6073758Z 	libgctba.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgctba.so.1
2025-08-20T22:07:53.6074145Z 	libgcrypt.so.20 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcrypt.so.20
2025-08-20T22:07:53.6074534Z 	libgccpp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgccpp.so.1
2025-08-20T22:07:53.6074903Z 	libgcc_s.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcc_s.so.1
2025-08-20T22:07:53.6075234Z 	libgcc_s.so.1 (libc6) => /lib32/libgcc_s.so.1
2025-08-20T22:07:53.6075663Z 	libgc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgc.so.1
2025-08-20T22:07:53.6076020Z 	libgbm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgbm.so.1
2025-08-20T22:07:53.6076527Z 	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:07:53.6077314Z 	libfwupd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfwupd.so.2
2025-08-20T22:07:53.6077704Z 	libfuse3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfuse3.so.3
2025-08-20T22:07:53.6078067Z 	libftdi1.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libftdi1.so.2
2025-08-20T22:07:53.6078458Z 	libfsverity.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfsverity.so.0
2025-08-20T22:07:53.6078863Z 	libfribidi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfribidi.so.0
2025-08-20T22:07:53.6079262Z 	libfreetype.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreetype.so.6
2025-08-20T22:07:53.6079660Z 	libfreebl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreebl3.so
2025-08-20T22:07:53.6080099Z 	libfreeblpriv3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreeblpriv3.so
2025-08-20T22:07:53.6080498Z 	libformw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so.6
2025-08-20T22:07:53.6080862Z 	libformw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so
2025-08-20T22:07:53.6081226Z 	libform.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so.6
2025-08-20T22:07:53.6081585Z 	libform.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so
2025-08-20T22:07:53.6081958Z 	libfontenc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontenc.so.1
2025-08-20T22:07:53.6082374Z 	libfontconfig.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontconfig.so.1
2025-08-20T22:07:53.6082795Z 	libflashrom.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libflashrom.so.1
2025-08-20T22:07:53.6083183Z 	libfido2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfido2.so.1
2025-08-20T22:07:53.6083593Z 	libfftw3_threads.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_threads.so.3
2025-08-20T22:07:53.6084233Z 	libfftw3_omp.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_omp.so.3
2025-08-20T22:07:53.6084625Z 	libfftw3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3.so.3
2025-08-20T22:07:53.6084984Z 	libffi.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so.8
2025-08-20T22:07:53.6085330Z 	libffi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so
2025-08-20T22:07:53.6085683Z 	libfdisk.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfdisk.so.1
2025-08-20T22:07:53.6086050Z 	libfcgi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi.so.0
2025-08-20T22:07:53.6086420Z 	libfcgi++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi++.so.0
2025-08-20T22:07:53.6086997Z 	libfbclient.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfbclient.so.2
2025-08-20T22:07:53.6087434Z 	libfastjson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfastjson.so.4
2025-08-20T22:07:53.6087893Z 	libfakeroot-0.so (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T22:07:53.6088343Z 	libe2p.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libe2p.so.2
2025-08-20T22:07:53.6088719Z 	libext2fs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libext2fs.so.2
2025-08-20T22:07:53.6089100Z 	libexslt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexslt.so.0
2025-08-20T22:07:53.6089477Z 	libexpatw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so.1
2025-08-20T22:07:53.6089860Z 	libexpatw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so
2025-08-20T22:07:53.6090231Z 	libexpat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so.1
2025-08-20T22:07:53.6090598Z 	libexpat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so
2025-08-20T22:07:53.6091040Z 	libevent_pthreads-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T22:07:53.6091528Z 	libevent_core-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T22:07:53.6091941Z 	libevdev.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevdev.so.2
2025-08-20T22:07:53.6092434Z 	libestr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libestr.so.0
2025-08-20T22:07:53.6092806Z 	libepoxy.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libepoxy.so.0
2025-08-20T22:07:53.6093204Z 	libenchant-2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libenchant-2.so.2
2025-08-20T22:07:53.6093594Z 	libelf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libelf.so.1
2025-08-20T22:07:53.6093963Z 	libefivar.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefivar.so.1
2025-08-20T22:07:53.6094355Z 	libefiboot.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefiboot.so.1
2025-08-20T22:07:53.6094730Z 	libefa.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so.1
2025-08-20T22:07:53.6095085Z 	libefa.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so
2025-08-20T22:07:53.6095439Z 	libedit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libedit.so.2
2025-08-20T22:07:53.6095834Z 	libeatmydata.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so.1
2025-08-20T22:07:53.6096266Z 	libeatmydata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so
2025-08-20T22:07:53.6096640Z 	libdw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdw.so.1
2025-08-20T22:07:53.6097141Z 	libduktape.so.207 (libc6,x86-64) => /lib/x86_64-linux-gnu/libduktape.so.207
2025-08-20T22:07:53.6097578Z 	libdrop_ambient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrop_ambient.so.0
2025-08-20T22:07:53.6098004Z 	libdrm_intel.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_intel.so.1
2025-08-20T22:07:53.6098419Z 	libdrm_amdgpu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T22:07:53.6098806Z 	libdrm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm.so.2
2025-08-20T22:07:53.6099322Z 	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:07:53.6099831Z 	libdl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdl.so.2
2025-08-20T22:07:53.6100137Z 	libdl.so.2 (libc6) => /lib32/libdl.so.2
2025-08-20T22:07:53.6100621Z 	libdjvulibre.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdjvulibre.so.21
2025-08-20T22:07:53.6101030Z 	libde265.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libde265.so.0
2025-08-20T22:07:53.6101451Z 	libdevmapper.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T22:07:53.6101968Z 	libdevmapper-event.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T22:07:53.6102550Z 	libdevmapper-event-lvm2vdo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T22:07:53.6103161Z 	libdevmapper-event-lvm2thin.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T22:07:53.6103809Z 	libdevmapper-event-lvm2snapshot.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T22:07:53.6104448Z 	libdevmapper-event-lvm2raid.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T22:07:53.6105079Z 	libdevmapper-event-lvm2mirror.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T22:07:53.6105698Z 	libdevmapper-event-lvm2.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T22:07:53.6106277Z 	libdevmapper-event-lvm2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T22:07:53.6106871Z 	libdeflate.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdeflate.so.0
2025-08-20T22:07:53.6107317Z 	libdebconfclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdebconfclient.so.0
2025-08-20T22:07:53.6107751Z 	libdconf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdconf.so.1
2025-08-20T22:07:53.6108173Z 	libdbusmenu-gtk3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T22:07:53.6108647Z 	libdbusmenu-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T22:07:53.6109074Z 	libdbus-1.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so.3
2025-08-20T22:07:53.6109581Z 	libdbus-1.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so
2025-08-20T22:07:53.6109951Z 	libdb-5.3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdb-5.3.so
2025-08-20T22:07:53.6110325Z 	libdatrie.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdatrie.so.1
2025-08-20T22:07:53.6110697Z 	libcurl.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl.so.4
2025-08-20T22:07:53.6111097Z 	libcurl-gnutls.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T22:07:53.6111508Z 	libcups.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcups.so.2
2025-08-20T22:07:53.6111861Z 	libctf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf.so.0
2025-08-20T22:07:53.6112248Z 	libctf-nobfd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd.so.0
2025-08-20T22:07:53.6112709Z 	libctf-nobfd-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so.0
2025-08-20T22:07:53.6113195Z 	libctf-nobfd-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so
2025-08-20T22:07:53.6113684Z 	libctf-nobfd-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T22:07:53.6114165Z 	libctf-nobfd-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T22:07:53.6114643Z 	libctf-nobfd-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T22:07:53.6115123Z 	libctf-nobfd-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T22:07:53.6115570Z 	libctf-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so.0
2025-08-20T22:07:53.6115982Z 	libctf-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so
2025-08-20T22:07:53.6116480Z 	libctf-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so.0
2025-08-20T22:07:53.6117140Z 	libctf-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so
2025-08-20T22:07:53.6117553Z 	libctf-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so.0
2025-08-20T22:07:53.6117958Z 	libctf-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so
2025-08-20T22:07:53.6118529Z 	libcryptsetup.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcryptsetup.so.12
2025-08-20T22:07:53.6118958Z 	libcrypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so.3
2025-08-20T22:07:53.6119340Z 	libcrypto.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so
2025-08-20T22:07:53.6119718Z 	libcrypt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so.1
2025-08-20T22:07:53.6120093Z 	libcrypt.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so
2025-08-20T22:07:53.6120467Z 	libcom_err.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcom_err.so.2
2025-08-20T22:07:53.6120898Z 	libcolordprivate.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolordprivate.so.2
2025-08-20T22:07:53.6121334Z 	libcolord.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolord.so.2
2025-08-20T22:07:53.6121726Z 	libclang-18.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-18.so.18
2025-08-20T22:07:53.6122132Z 	libclang-17.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-17.so.17
2025-08-20T22:07:53.6122564Z 	libclang-16.so.16.0.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T22:07:53.6123010Z 	libclang-cpp.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T22:07:53.6123450Z 	libclang-cpp.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.17
2025-08-20T22:07:53.6123882Z 	libclang-cpp.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.16
2025-08-20T22:07:53.6124273Z 	libcc1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcc1.so.0
2025-08-20T22:07:53.6124644Z 	libcbor.so.0.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcbor.so.0.10
2025-08-20T22:07:53.6125029Z 	libcares.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcares.so.2
2025-08-20T22:07:53.6125396Z 	libcap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap.so.2
2025-08-20T22:07:53.6125765Z 	libcap-ng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap-ng.so.0
2025-08-20T22:07:53.6126161Z 	libcanberra.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcanberra.so.0
2025-08-20T22:07:53.6126675Z 	libcairo.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo.so.2
2025-08-20T22:07:53.6127322Z 	libcairo-gobject.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo-gobject.so.2
2025-08-20T22:07:53.6127787Z 	libc_malloc_debug.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T22:07:53.6128202Z 	libc_malloc_debug.so.0 (libc6) => /lib32/libc_malloc_debug.so.0
2025-08-20T22:07:53.6128603Z 	libc_malloc_debug.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so
2025-08-20T22:07:53.6128998Z 	libc.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc.so.6
2025-08-20T22:07:53.6129296Z 	libc.so.6 (libc6) => /lib32/libc.so.6
2025-08-20T22:07:53.6129606Z 	libc-client.so.2007e (libc6,x86-64) => /lib/libc-client.so.2007e
2025-08-20T22:07:53.6129983Z 	libbz2.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbz2.so.1.0
2025-08-20T22:07:53.6130371Z 	libbytesize.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbytesize.so.1
2025-08-20T22:07:53.6130768Z 	libbsd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbsd.so.0
2025-08-20T22:07:53.6131156Z 	libbrotlienc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlienc.so.1
2025-08-20T22:07:53.6131578Z 	libbrotlidec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlidec.so.1
2025-08-20T22:07:53.6132018Z 	libbrotlicommon.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlicommon.so.1
2025-08-20T22:07:53.6132427Z 	libbpf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbpf.so.1
2025-08-20T22:07:53.6132806Z 	libblockdev.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblockdev.so.3
2025-08-20T22:07:53.6133197Z 	libblkid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblkid.so.1
2025-08-20T22:07:53.6133741Z 	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:07:53.6134321Z 	libbfd-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-system.so
2025-08-20T22:07:53.6134947Z 	libbfd-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-arm64.so
2025-08-20T22:07:53.6135388Z 	libbfd-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T22:07:53.6135824Z 	libbfd-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T22:07:53.6136240Z 	libbd_utils.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_utils.so.3
2025-08-20T22:07:53.6136632Z 	libbd_swap.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_swap.so.3
2025-08-20T22:07:53.6137137Z 	libbd_part.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_part.so.3
2025-08-20T22:07:53.6137516Z 	libbd_nvme.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_nvme.so.3
2025-08-20T22:07:53.6137902Z 	libbd_mdraid.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_mdraid.so.3
2025-08-20T22:07:53.6138292Z 	libbd_loop.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_loop.so.3
2025-08-20T22:07:53.6138661Z 	libbd_fs.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_fs.so.3
2025-08-20T22:07:53.6139051Z 	libbd_crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_crypto.so.3
2025-08-20T22:07:53.6139448Z 	libbcc_bpf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc_bpf.so.0
2025-08-20T22:07:53.6139818Z 	libbcc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc.so.0
2025-08-20T22:07:53.6140222Z 	libavahi-common.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-common.so.3
2025-08-20T22:07:53.6140676Z 	libavahi-client.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-client.so.3
2025-08-20T22:07:53.6141094Z 	libaudit.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaudit.so.1
2025-08-20T22:07:53.6141464Z 	libattr.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libattr.so.1
2025-08-20T22:07:53.6141833Z 	libatspi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatspi.so.0
2025-08-20T22:07:53.6142220Z 	libatomic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatomic.so.1
2025-08-20T22:07:53.6142608Z 	libatm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatm.so.1
2025-08-20T22:07:53.6143105Z 	libatk-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-1.0.so.0
2025-08-20T22:07:53.6143538Z 	libatk-bridge-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T22:07:53.6143992Z 	libatasmart.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatasmart.so.4
2025-08-20T22:07:53.6144398Z 	libassuan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libassuan.so.0
2025-08-20T22:07:53.6144793Z 	libaspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaspell.so.15
2025-08-20T22:07:53.6145187Z 	libasound.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasound.so.2
2025-08-20T22:07:53.6145568Z 	libasan.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasan.so.8
2025-08-20T22:07:53.6145944Z 	libaria2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaria2.so.0
2025-08-20T22:07:53.6146330Z 	libargon2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libargon2.so.1
2025-08-20T22:07:53.6146827Z 	libarchive.so.13 (libc6,x86-64) => /lib/x86_64-linux-gnu/libarchive.so.13
2025-08-20T22:07:53.6147288Z 	libapt-private.so.0.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-private.so.0.0
2025-08-20T22:07:53.6147744Z 	libapt-pkg.so.6.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T22:07:53.6148166Z 	libaprutil-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaprutil-1.so.0
2025-08-20T22:07:53.6148568Z 	libapr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapr-1.so.0
2025-08-20T22:07:53.6148967Z 	libappstream.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libappstream.so.5
2025-08-20T22:07:53.6149387Z 	libapparmor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapparmor.so.1
2025-08-20T22:07:53.6149778Z 	libaom.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaom.so.3
2025-08-20T22:07:53.6150135Z 	libanl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so.1
2025-08-20T22:07:53.6150452Z 	libanl.so.1 (libc6) => /lib32/libanl.so.1
2025-08-20T22:07:53.6150757Z 	libanl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so
2025-08-20T22:07:53.6151131Z 	libaio.so.1t64 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaio.so.1t64
2025-08-20T22:07:53.6151634Z 	libacl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libacl.so.1
2025-08-20T22:07:53.6151985Z 	libX11.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11.so.6
2025-08-20T22:07:53.6152354Z 	libX11-xcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11-xcb.so.1
2025-08-20T22:07:53.6152753Z 	libXxf86vm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXxf86vm.so.1
2025-08-20T22:07:53.6153135Z 	libXtst.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXtst.so.6
2025-08-20T22:07:53.6153491Z 	libXt.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXt.so.6
2025-08-20T22:07:53.6153841Z 	libXss.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXss.so.1
2025-08-20T22:07:53.6154213Z 	libXrender.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrender.so.1
2025-08-20T22:07:53.6154609Z 	libXrandr.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrandr.so.2
2025-08-20T22:07:53.6154984Z 	libXpm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXpm.so.4
2025-08-20T22:07:53.6155351Z 	libXmuu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmuu.so.1
2025-08-20T22:07:53.6155708Z 	libXmu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmu.so.6
2025-08-20T22:07:53.6156098Z 	libXinerama.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXinerama.so.1
2025-08-20T22:07:53.6156479Z 	libXi.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXi.so.6
2025-08-20T22:07:53.6156994Z 	libXft.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXft.so.2
2025-08-20T22:07:53.6157444Z 	libXfont2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfont2.so.2
2025-08-20T22:07:53.6157832Z 	libXfixes.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfixes.so.3
2025-08-20T22:07:53.6158206Z 	libXext.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXext.so.6
2025-08-20T22:07:53.6158579Z 	libXdmcp.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so.6
2025-08-20T22:07:53.6158949Z 	libXdmcp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so
2025-08-20T22:07:53.6159330Z 	libXdamage.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdamage.so.1
2025-08-20T22:07:53.6159859Z 	libXcursor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcursor.so.1
2025-08-20T22:07:53.6160288Z 	libXcomposite.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcomposite.so.1
2025-08-20T22:07:53.6160690Z 	libXaw.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXaw.so.7
2025-08-20T22:07:53.6161042Z 	libXau.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so.6
2025-08-20T22:07:53.6161389Z 	libXau.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so
2025-08-20T22:07:53.6161727Z 	libSM.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libSM.so.6
2025-08-20T22:07:53.6162155Z 	libOpenEXRUtil-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T22:07:53.6162657Z 	libOpenEXRCore-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T22:07:53.6163125Z 	libOpenEXR-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T22:07:53.6163607Z 	libMagickWand-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T22:07:53.6164107Z 	libMagickCore-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T22:07:53.6164545Z 	libLerc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLerc.so.4
2025-08-20T22:07:53.6164933Z 	libLLVM.so.19.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.19.1
2025-08-20T22:07:53.6165325Z 	libLLVM.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.18.1
2025-08-20T22:07:53.6165713Z 	libLLVM-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so.1
2025-08-20T22:07:53.6166104Z 	libLLVM-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so
2025-08-20T22:07:53.6166489Z 	libLLVM-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so.1
2025-08-20T22:07:53.6167104Z 	libLLVM-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so
2025-08-20T22:07:53.6167482Z 	libJudy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libJudy.so.1
2025-08-20T22:07:53.6168022Z 	libImath-3_1.so.29 (libc6,x86-64) => /lib/x86_64-linux-gnu/libImath-3_1.so.29
2025-08-20T22:07:53.6168461Z 	libIlmThread-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T22:07:53.6168890Z 	libIex-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIex-3_1.so.30
2025-08-20T22:07:53.6169270Z 	libICE.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libICE.so.6
2025-08-20T22:07:53.6169674Z 	libGLdispatch.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLdispatch.so.0
2025-08-20T22:07:53.6170098Z 	libGLX_mesa.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX_mesa.so.0
2025-08-20T22:07:53.6170478Z 	libGLX.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX.so.0
2025-08-20T22:07:53.6170825Z 	libGL.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGL.so.1
2025-08-20T22:07:53.6171217Z 	libDeployPkg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libDeployPkg.so.0
2025-08-20T22:07:53.6171667Z 	libBrokenLocale.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so.1
2025-08-20T22:07:53.6172104Z 	libBrokenLocale.so.1 (libc6) => /lib32/libBrokenLocale.so.1
2025-08-20T22:07:53.6172516Z 	libBrokenLocale.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so
2025-08-20T22:07:53.6172920Z 	ld-musl-x86_64.so.1 (libc6,x86-64) => /lib/ld-musl-x86_64.so.1
2025-08-20T22:07:53.6173247Z 	ld-linux.so.2 (libc6) => /lib32/ld-linux.so.2
2025-08-20T22:07:53.6173525Z 	ld-linux.so.2 (libc6) => /lib/ld-linux.so.2
2025-08-20T22:07:53.6173881Z 	ld-linux-x86-64.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
2025-08-20T22:07:53.6174363Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.5) stable release version 2.39
2025-08-20T22:07:53.6174671Z 
2025-08-20T22:07:53.6174675Z 
2025-08-20T22:07:53.6175053Z  [+] Finished Initializing Linux pkrvmubgrv54qmi 6.11.0-1018-azure x86_64 :: at Wednesday, 2025-08-20 (10:07:53 PM)
2025-08-20T22:07:53.6175441Z 
2025-08-20T22:07:53.6175444Z 
2025-08-20T22:07:53.6175447Z 
2025-08-20T22:07:53.6175524Z [+] Continue : YES
2025-08-20T22:07:53.6175651Z 
2025-08-20T22:07:53.6176006Z [+] ulimit -n (open file descriptors) :: [Soft --> 65536] [Hard --> 65536] [Total --> 9223372036854775807]
2025-08-20T22:07:53.6486574Z 
2025-08-20T22:07:53.6487304Z ==> [+] Started Building at :: Wednesday, 2025-08-20 (10:07:53 PM) UTC
2025-08-20T22:07:53.6487689Z 
2025-08-20T22:07:53.6505142Z 
2025-08-20T22:07:53.6505342Z [+] Total RECIPES :: 1
2025-08-20T22:07:53.6505578Z 
2025-08-20T22:07:53.6582967Z 
2025-08-20T22:07:53.6583827Z [+] Fetching : https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/pkgtop/static.official.source.yaml (1/1)
2025-08-20T22:07:53.6584452Z 
2025-08-20T22:07:53.6956270Z ==> https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/pkgtop/static.official.source.yaml
2025-08-20T22:07:53.6969377Z mode of '/tmp/pkgforge/bG3MkmSkI_build.yaml' changed from 0600 (rw-------) to 0755 (rwxr-xr-x)
2025-08-20T22:07:53.7019547Z [+] Setting '.ghcr_pkg' --> ghcr.io/pkgforge/bincache/pkgtop/official [Provided]
2025-08-20T22:07:53.7020222Z [+] Setting '.pkg_family' --> pkgtop [Provided]
2025-08-20T22:07:53.7033424Z [00:00:00.000]➜  [+] SBUILD Functions Version: 1.7.1
2025-08-20T22:07:53.7040224Z [00:00:00.000]➜  [+] HOST: Linux pkrvmubgrv54qmi 6.11.0-1018-azure #18~24.04.1-Ubuntu SMP Sat Jun 28 04:46:03 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux
2025-08-20T22:07:53.7070928Z [00:00:00.003]➜  
2025-08-20T22:07:53.7071700Z [00:00:00.003]➜  [+] INFO: Adding --platform="linux/amd64" to 'docker run' ==> /tmp/pkgforge/bG3MkmSkI_build.yaml
2025-08-20T22:07:53.7072221Z [00:00:00.003]➜  
2025-08-20T22:07:53.7116070Z [00:00:00.008]➜  
2025-08-20T22:07:53.7117058Z [00:00:00.008]➜  [+] INFO: Fixing Docker Tag ':$(uname -m)' to ':x86_64' ==> /tmp/pkgforge/bG3MkmSkI_build.yaml
2025-08-20T22:07:53.7117584Z [00:00:00.008]➜  
2025-08-20T22:07:53.7199295Z [00:00:00.016]➜  
2025-08-20T22:07:53.7200637Z [00:00:00.016]➜  [+] Building (https://github.com/pkgforge/soarpkgs/blob/main/binaries/pkgtop/static.official.source.yaml) --> /tmp/pkgforge/4NRhCNz_bG3MkmSkI_build.yaml/SBUILD_OUTDIR [Wednesday, 2025-08-20 (10:07:53 PM) UTC]
2025-08-20T22:07:53.7201779Z [00:00:00.016]➜  
2025-08-20T22:07:53.7201995Z [00:00:00.016]➜  
2025-08-20T22:07:53.7202192Z [00:00:00.016]➜  
2025-08-20T22:07:53.7202482Z [00:00:00.016]➜  ###################################################################
2025-08-20T22:07:53.7210220Z [00:00:00.017]➜  #!/SBUILD ver @v1.0.0
2025-08-20T22:07:53.7211943Z [00:00:00.017]➜  #SELF: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/pkgtop/static.official.source.yaml
2025-08-20T22:07:53.7213127Z [00:00:00.017]➜  _disabled: false
2025-08-20T22:07:53.7213585Z [00:00:00.017]➜  
2025-08-20T22:07:53.7213988Z [00:00:00.017]➜  pkg: "pkgtop"
2025-08-20T22:07:53.7214547Z [00:00:00.017]➜  pkg_id: "github.com.orhun.pkgtop"
2025-08-20T22:07:53.7215116Z [00:00:00.017]➜  pkg_type: "static"
2025-08-20T22:07:53.7215580Z [00:00:00.017]➜  category:
2025-08-20T22:07:53.7216453Z [00:00:00.017]➜    - "ConsoleOnly"
2025-08-20T22:07:53.7217159Z [00:00:00.017]➜    - "Utility"
2025-08-20T22:07:53.7217859Z [00:00:00.017]➜  description: "Interactive package manager and resource monitor"
2025-08-20T22:07:53.7218557Z [00:00:00.017]➜  distro_pkg:
2025-08-20T22:07:53.7218995Z [00:00:00.017]➜    archlinux:
2025-08-20T22:07:53.7219409Z [00:00:00.017]➜      aur:
2025-08-20T22:07:53.7219935Z [00:00:00.017]➜        - "pkgtop"
2025-08-20T22:07:53.7220440Z [00:00:00.017]➜        - "pkgtop-git"
2025-08-20T22:07:53.7220923Z [00:00:00.017]➜    nixpkgs:
2025-08-20T22:07:53.7221377Z [00:00:00.017]➜      - "pkgtop"
2025-08-20T22:07:53.7221821Z [00:00:00.017]➜  homepage:
2025-08-20T22:07:53.7222377Z [00:00:00.017]➜    - "https://github.com/orhun/pkgtop"
2025-08-20T22:07:53.7222939Z [00:00:00.017]➜  license:
2025-08-20T22:07:53.7223376Z [00:00:00.017]➜    - "GPL3"  
2025-08-20T22:07:53.7223815Z [00:00:00.017]➜  maintainer:
2025-08-20T22:07:53.7224427Z [00:00:00.017]➜    - "Azathothas (https://github.com/Azathothas)"
2025-08-20T22:07:53.7225007Z [00:00:00.017]➜  note:
2025-08-20T22:07:53.7225825Z [00:00:00.017]➜    - "[DO NOT RUN] (Meant for pkgforge CI Only)"
2025-08-20T22:07:53.7227677Z [00:00:00.017]➜    - "Built From Source (Latest Git HEAD). Check/Report @ https://github.com/orhun/pkgtop"
2025-08-20T22:07:53.7228530Z [00:00:00.017]➜  repology:
2025-08-20T22:07:53.7229013Z [00:00:00.017]➜    - "pkgtop"
2025-08-20T22:07:53.7229458Z [00:00:00.017]➜  src_url:
2025-08-20T22:07:53.7229985Z [00:00:00.017]➜    - "https://github.com/orhun/pkgtop"
2025-08-20T22:07:53.7230561Z [00:00:00.017]➜  tag:
2025-08-20T22:07:53.7230953Z [00:00:00.017]➜    - "monitor"
2025-08-20T22:07:53.7231363Z [00:00:00.017]➜  x_exec:
2025-08-20T22:07:53.7231798Z [00:00:00.017]➜    bsys: "docker://go"
2025-08-20T22:07:53.7232264Z [00:00:00.017]➜    host:
2025-08-20T22:07:53.7232605Z [00:00:00.017]➜      - "aarch64-Linux"
2025-08-20T22:07:53.7232896Z [00:00:00.017]➜      - "x86_64-Linux"
2025-08-20T22:07:53.7233178Z [00:00:00.017]➜    shell: "bash"
2025-08-20T22:07:53.7233425Z [00:00:00.017]➜    pkgver: |
2025-08-20T22:07:53.7233768Z [00:00:00.017]➜      pushd "$(mktemp -d)" &>/dev/null && \
2025-08-20T22:07:53.7234508Z [00:00:00.017]➜      git clone --depth="1" --filter="blob:none" --no-checkout --single-branch --quiet "https://github.com/orhun/pkgtop" "./TEMPREPO" &>/dev/null && \
2025-08-20T22:07:53.7235405Z [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:07:53.7236080Z [00:00:00.017]➜      [ -d "$(realpath .)/TEMPREPO" ] && rm -rf "$(realpath .)" &>/dev/null && popd &>/dev/null
2025-08-20T22:07:53.7236475Z [00:00:00.017]➜    run: |
2025-08-20T22:07:53.7236972Z [00:00:00.017]➜      #Build
2025-08-20T22:07:53.7237631Z [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:07:53.7238378Z [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:07:53.7239195Z [00:00:00.017]➜       -e "PKGVER=${PKGVER}" -e "SBUILD_PKG=${SBUILD_PKG}" -e "SBUILD_PKGVER=${SBUILD_PKGVER}" \
2025-08-20T22:07:53.7239682Z [00:00:00.017]➜       --volume "${SBUILD_TMPDIR}/tmp:/tmp:rw" \
2025-08-20T22:07:53.7240117Z [00:00:00.017]➜       "ghcr.io/pkgforge/devscripts/alpine-builder:x86_64" \
2025-08-20T22:07:53.7240472Z [00:00:00.017]➜        bash -l -c '
2025-08-20T22:07:53.7240736Z [00:00:00.017]➜        #Setup ENV
2025-08-20T22:07:53.7241200Z [00:00:00.017]➜         set -x ; mkdir -p "/build-bins" && pushd "$(mktemp -d)" &>/dev/null
2025-08-20T22:07:53.7241884Z [00:00:00.017]➜         CGO_ENABLED="1"
2025-08-20T22:07:53.7242576Z [00:00:00.017]➜         CGO_CFLAGS="-O2 -flto=auto -fPIE -fpie -static -w -pipe"
2025-08-20T22:07:53.7243522Z [00:00:00.018]➜         GOARCH="$(uname -m | sed "s/x86_64/amd64/;s/aarch64/arm64/;s/loongarch64/loong64/")"
2025-08-20T22:07:53.7244275Z [00:00:00.018]➜         GOOS="linux"
2025-08-20T22:07:53.7244871Z [00:00:00.018]➜         export CGO_ENABLED CGO_CFLAGS GOARCH GOOS
2025-08-20T22:07:53.7245458Z [00:00:00.018]➜        #Build
2025-08-20T22:07:53.7246355Z [00:00:00.018]➜         git clone --filter "blob:none" --quiet "https://github.com/orhun/pkgtop" "./TEMPREPO" && cd "./TEMPREPO"
2025-08-20T22:07:53.7247536Z [00:00:00.018]➜         echo -e "\n[+] Target: \"${GOARCH}/${GOOS}\""
2025-08-20T22:07:53.7248426Z [00:00:00.018]➜         echo -e "[+] Flags: CGO_ENABLED=\"${CGO_ENABLED}\" CGO_CFLAGS=\"${CGO_CFLAGS}\"\n"
2025-08-20T22:07:53.7249225Z [00:00:00.018]➜         go mod tidy -v ; go generate ./...
2025-08-20T22:07:53.7250736Z [00:00:00.018]➜         go build -C "./cmd/pkgtop.go" -x -v -trimpath -buildmode="pie" -ldflags="-s -w -buildid= -linkmode=external -extldflags '\''-s -w -static-pie -Wl,--build-id=none'\''" -o "/build-bins/pkgtop"
2025-08-20T22:07:53.7251994Z [00:00:00.018]➜        #Copy
2025-08-20T22:07:53.7253474Z [00:00:00.018]➜         ( 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:07:53.7254613Z [00:00:00.018]➜        #Strip 
2025-08-20T22:07:53.7255568Z [00:00:00.018]➜         find "/build-bins/" -type f -exec objcopy --remove-section=".comment" --remove-section=".note.*" "{}" \;
2025-08-20T22:07:53.7257081Z [00:00:00.018]➜         find "/build-bins/" -type f ! -name "*.no_strip" -exec strip --strip-all --verbose "{}" 2>/dev/null \;
2025-08-20T22:07:53.7258384Z [00:00:00.018]➜         find "/build-bins/" -type f -exec bash -c "echo && realpath {} && readelf --section-headers {} 2>/dev/null" \;
2025-08-20T22:07:53.7259507Z [00:00:00.018]➜         file "/build-bins/"* && stat -c "%n:         %s Bytes" "/build-bins/"* && \
2025-08-20T22:07:53.7260571Z [00:00:00.018]➜         du "/build-bins/"* --bytes --human-readable --time --time-style="full-iso" --summarize
2025-08-20T22:07:53.7261832Z [00:00:00.018]➜         popd &>/dev/null
2025-08-20T22:07:53.7262324Z [00:00:00.018]➜        '
2025-08-20T22:07:53.7262777Z [00:00:00.018]➜      #Copy & Meta
2025-08-20T22:07:53.7263483Z [00:00:00.018]➜       docker cp "alpine-builder:/build-bins/." "${SBUILD_TMPDIR}/"
2025-08-20T22:07:53.7273853Z [00:00:00.018]➜       [ -s "${SBUILD_TMPDIR}/LICENSE" ] && cp -fv "${SBUILD_TMPDIR}/LICENSE" "${SBUILD_OUTDIR}/LICENSE"
2025-08-20T22:07:53.7275968Z [00:00:00.018]➜       find "${SBUILD_TMPDIR}" -maxdepth 1 -type f -exec file -i "{}" \; | grep -Ei "application/.*executable|inode/symlink|text/x-perl|text/.*script" | cut -d":" -f1 | xargs realpath --no-symlinks | xargs -I "{}" rsync -achvL "{}" "${SBUILD_OUTDIR}"
2025-08-20T22:07:53.7277769Z [00:00:00.018]➜  
2025-08-20T22:07:53.7278138Z [00:00:00.018]➜  
2025-08-20T22:07:53.7278657Z [00:00:00.018]➜  ###################################################################
2025-08-20T22:07:53.7279189Z [00:00:00.018]➜  
2025-08-20T22:07:53.7279542Z [00:00:00.018]➜  
2025-08-20T22:07:53.7279902Z [00:00:00.018]➜  
2025-08-20T22:07:53.7280857Z [00:00:00.019]➜  '/tmp/pkgforge/bG3MkmSkI_build.yaml' -> '/tmp/pkgforge/4NRhCNz_bG3MkmSkI_build.yaml/SBUILD_OUTDIR/SBUILD'
2025-08-20T22:07:55.0539254Z [00:00:01.350]➜  '/tmp/pkgforge/4NRhCNz_bG3MkmSkI_build.yaml/SBUILD_OUTDIR/pkgtop.static.version' -> '/tmp/pkgforge/4NRhCNz_bG3MkmSkI_build.yaml/SBUILD_OUTDIR/pkgtop.version'
2025-08-20T22:07:55.0597668Z [00:00:01.356]➜  [+] Version: HEAD-c41e785-250420T095334 ('.x_exec.pkgver') [/tmp/pkgforge/4NRhCNz_bG3MkmSkI_build.yaml/SBUILD_OUTDIR/pkgtop.static.version]
2025-08-20T22:07:55.0768079Z [00:00:01.373]➜  [+] Progs: pkgtop
2025-08-20T22:07:55.2522249Z [00:00:01.548]➜  
2025-08-20T22:07:55.2522848Z [00:00:01.548]➜  [-] Missing packages. Found: 
2025-08-20T22:07:55.2523464Z [00:00:01.548]➜  [+] Expected: pkgtop
2025-08-20T22:07:55.2524086Z [00:00:01.548]➜  [+] Continuing with build...
2025-08-20T22:07:55.2524456Z [00:00:01.548]➜  
2025-08-20T22:07:55.6850190Z [00:00:01.981]➜  
2025-08-20T22:07:55.6850506Z [00:00:01.981]➜  
2025-08-20T22:07:55.6950615Z [00:00:01.991]➜  + mkdir -pv /tmp/pkgforge/4NRhCNz_bG3MkmSkI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp
2025-08-20T22:07:55.6972005Z [00:00:01.993]➜  + docker run --platform=linux/amd64 --privileged --net=host --name alpine-builder --pull=always -e PKG=pkgtop -e PKG_ID=github.com.orhun.pkgtop -e PKG_TYPE=static -e PKG_VER=HEAD-c41e785-250420T095334 -e PKGVER=HEAD-c41e785-250420T095334 -e SBUILD_PKG=pkgtop.static -e SBUILD_PKGVER=HEAD-c41e785-250420T095334 --volume /tmp/pkgforge/4NRhCNz_bG3MkmSkI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp:/tmp:rw ghcr.io/pkgforge/devscripts/alpine-builder:x86_64 bash -l -c '
2025-08-20T22:07:55.6973702Z [00:00:01.993]➜    #Setup ENV
2025-08-20T22:07:55.6974114Z [00:00:01.993]➜     set -x ; mkdir -p "/build-bins" && pushd "$(mktemp -d)" &>/dev/null
2025-08-20T22:07:55.6974524Z [00:00:01.993]➜     CGO_ENABLED="1"
2025-08-20T22:07:55.6974924Z [00:00:01.993]➜     CGO_CFLAGS="-O2 -flto=auto -fPIE -fpie -static -w -pipe"
2025-08-20T22:07:55.6975459Z [00:00:01.993]➜     GOARCH="$(uname -m | sed "s/x86_64/amd64/;s/aarch64/arm64/;s/loongarch64/loong64/")"
2025-08-20T22:07:55.6976194Z [00:00:01.993]➜     GOOS="linux"
2025-08-20T22:07:55.6976542Z [00:00:01.993]➜     export CGO_ENABLED CGO_CFLAGS GOARCH GOOS
2025-08-20T22:07:55.6977121Z [00:00:01.993]➜    #Build
2025-08-20T22:07:55.6977666Z [00:00:01.993]➜     git clone --filter "blob:none" --quiet "https://github.com/orhun/pkgtop" "./TEMPREPO" && cd "./TEMPREPO"
2025-08-20T22:07:55.6978224Z [00:00:01.993]➜     echo -e "\n[+] Target: \"${GOARCH}/${GOOS}\""
2025-08-20T22:07:55.6978708Z [00:00:01.993]➜     echo -e "[+] Flags: CGO_ENABLED=\"${CGO_ENABLED}\" CGO_CFLAGS=\"${CGO_CFLAGS}\"\n"
2025-08-20T22:07:55.6979145Z [00:00:01.993]➜     go mod tidy -v ; go generate ./...
2025-08-20T22:07:55.6979986Z [00:00:01.993]➜     go build -C "./cmd/pkgtop.go" -x -v -trimpath -buildmode="pie" -ldflags="-s -w -buildid= -linkmode=external -extldflags '\''-s -w -static-pie -Wl,--build-id=none'\''" -o "/build-bins/pkgtop"
2025-08-20T22:07:55.6980675Z [00:00:01.993]➜    #Copy
2025-08-20T22:07:55.6981376Z [00:00:01.993]➜     ( 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:07:55.6981972Z [00:00:01.993]➜    #Strip 
2025-08-20T22:07:55.6982493Z [00:00:01.993]➜     find "/build-bins/" -type f -exec objcopy --remove-section=".comment" --remove-section=".note.*" "{}" \;
2025-08-20T22:07:55.6983199Z [00:00:01.993]➜     find "/build-bins/" -type f ! -name "*.no_strip" -exec strip --strip-all --verbose "{}" 2>/dev/null \;
2025-08-20T22:07:55.6983889Z [00:00:01.993]➜     find "/build-bins/" -type f -exec bash -c "echo && realpath {} && readelf --section-headers {} 2>/dev/null" \;
2025-08-20T22:07:55.6984490Z [00:00:01.993]➜     file "/build-bins/"* && stat -c "%n:         %s Bytes" "/build-bins/"* && \
2025-08-20T22:07:55.6985065Z [00:00:01.993]➜     du "/build-bins/"* --bytes --human-readable --time --time-style="full-iso" --summarize
2025-08-20T22:07:55.6985503Z [00:00:01.993]➜     popd &>/dev/null
2025-08-20T22:07:55.6985962Z [00:00:01.993]➜    '
2025-08-20T22:07:56.0890684Z [00:00:02.385]➜  x86_64: Pulling from pkgforge/devscripts/alpine-builder
2025-08-20T22:07:56.1711070Z [00:00:02.467]➜  d62bb7eb03b5: Pulling fs layer
2025-08-20T22:07:56.1711773Z [00:00:02.467]➜  74f0d3ee81d8: Pulling fs layer
2025-08-20T22:07:56.1712163Z [00:00:02.467]➜  bffca73cb30c: Pulling fs layer
2025-08-20T22:07:56.1712538Z [00:00:02.467]➜  73d19b2d2e73: Pulling fs layer
2025-08-20T22:07:56.1712891Z [00:00:02.467]➜  eb4a15147d73: Pulling fs layer
2025-08-20T22:07:56.1713238Z [00:00:02.467]➜  1eff1cf6af24: Pulling fs layer
2025-08-20T22:07:56.1713576Z [00:00:02.467]➜  73d19b2d2e73: Waiting
2025-08-20T22:07:56.1713893Z [00:00:02.467]➜  eb4a15147d73: Waiting
2025-08-20T22:07:56.1714194Z [00:00:02.467]➜  1eff1cf6af24: Waiting
2025-08-20T22:07:56.2742021Z [00:00:02.570]➜  bffca73cb30c: Verifying Checksum
2025-08-20T22:07:56.2743245Z [00:00:02.570]➜  bffca73cb30c: Download complete
2025-08-20T22:07:56.3030434Z [00:00:02.599]➜  74f0d3ee81d8: Verifying Checksum
2025-08-20T22:07:56.3031434Z [00:00:02.599]➜  74f0d3ee81d8: Download complete
2025-08-20T22:07:56.6013628Z [00:00:02.897]➜  eb4a15147d73: Verifying Checksum
2025-08-20T22:07:56.6014417Z [00:00:02.897]➜  eb4a15147d73: Download complete
2025-08-20T22:07:56.6673476Z [00:00:02.963]➜  d62bb7eb03b5: Download complete
2025-08-20T22:07:56.6950749Z [00:00:02.991]➜  1eff1cf6af24: Verifying Checksum
2025-08-20T22:07:56.6951533Z [00:00:02.991]➜  1eff1cf6af24: Download complete
2025-08-20T22:07:56.8056561Z [00:00:03.101]➜  d62bb7eb03b5: Pull complete
2025-08-20T22:07:58.7077977Z [00:00:05.004]➜  74f0d3ee81d8: Pull complete
2025-08-20T22:07:58.9826878Z [00:00:05.278]➜  bffca73cb30c: Pull complete
2025-08-20T22:08:03.9136229Z [00:00:10.210]➜  73d19b2d2e73: Verifying Checksum
2025-08-20T22:08:03.9137694Z [00:00:10.210]➜  73d19b2d2e73: Download complete
2025-08-20T22:09:18.0893788Z [00:01:24.385]➜  73d19b2d2e73: Pull complete
2025-08-20T22:09:23.4528290Z [00:01:29.749]➜  eb4a15147d73: Pull complete
2025-08-20T22:09:23.4623783Z [00:01:29.758]➜  1eff1cf6af24: Pull complete
2025-08-20T22:09:23.4672327Z [00:01:29.763]➜  Digest: sha256:275f0d74757c41d7d8c67ff66bbd1327d906f1cc180818b350613ea49d8459ac
2025-08-20T22:09:23.4686033Z [00:01:29.765]➜  Status: Downloaded newer image for ghcr.io/pkgforge/devscripts/alpine-builder:x86_64
2025-08-20T22:09:23.6548028Z [00:01:29.951]➜  + mkdir -p /build-bins
2025-08-20T22:09:23.6566358Z [00:01:29.953]➜  ++ mktemp -d
2025-08-20T22:09:23.6582953Z [00:01:29.954]➜  + pushd /tmp/tmp.PaoWqrvWNQ
2025-08-20T22:09:23.6585979Z [00:01:29.955]➜  + CGO_ENABLED=1
2025-08-20T22:09:23.6586864Z [00:01:29.955]➜  + CGO_CFLAGS='-O2 -flto=auto -fPIE -fpie -static -w -pipe'
2025-08-20T22:09:23.6591287Z [00:01:29.955]➜  ++ uname -m
2025-08-20T22:09:23.6592457Z [00:01:29.955]➜  ++ sed 's/x86_64/amd64/;s/aarch64/arm64/;s/loongarch64/loong64/'
2025-08-20T22:09:23.6609446Z [00:01:29.957]➜  + GOARCH=amd64
2025-08-20T22:09:23.6609930Z [00:01:29.957]➜  + GOOS=linux
2025-08-20T22:09:23.6610579Z [00:01:29.957]➜  + export CGO_ENABLED CGO_CFLAGS GOARCH GOOS
2025-08-20T22:09:23.6611565Z [00:01:29.957]➜  + git clone --filter blob:none --quiet https://github.com/orhun/pkgtop ./TEMPREPO
2025-08-20T22:09:24.0524983Z [00:01:30.349]➜  + cd ./TEMPREPO
2025-08-20T22:09:24.0525665Z [00:01:30.349]➜  + echo -e '\n[+] Target: "amd64/linux"'
2025-08-20T22:09:24.0526176Z [00:01:30.349]➜  
2025-08-20T22:09:24.0526585Z [00:01:30.349]➜  [+] Target: "amd64/linux"
2025-08-20T22:09:24.0527488Z [00:01:30.349]➜  + echo -e '[+] Flags: CGO_ENABLED="1" CGO_CFLAGS="-O2 -flto=auto -fPIE -fpie -static -w -pipe"\n'
2025-08-20T22:09:24.0527975Z [00:01:30.349]➜  + go mod tidy -v
2025-08-20T22:09:24.0528432Z [00:01:30.349]➜  [+] Flags: CGO_ENABLED="1" CGO_CFLAGS="-O2 -flto=auto -fPIE -fpie -static -w -pipe"
2025-08-20T22:09:24.0528836Z [00:01:30.349]➜  
2025-08-20T22:09:24.0588752Z [00:01:30.355]➜  go: downloading github.com/dustin/go-humanize v1.0.0
2025-08-20T22:09:24.0589622Z [00:01:30.355]➜  go: downloading github.com/atotto/clipboard v0.1.2
2025-08-20T22:09:24.0747774Z [00:01:30.371]➜  go: downloading github.com/gizak/termui/v3 v3.1.0
2025-08-20T22:09:24.2338140Z [00:01:30.530]➜  go: downloading github.com/mattn/go-runewidth v0.0.2
2025-08-20T22:09:24.2345275Z [00:01:30.531]➜  go: downloading github.com/mitchellh/go-wordwrap v0.0.0-20150314170334-ad45545899c7
2025-08-20T22:09:24.2347573Z [00:01:30.531]➜  go: downloading github.com/nsf/termbox-go v0.0.0-20190121233118-02980233997d
2025-08-20T22:09:24.3942905Z [00:01:30.690]➜  + go generate ./...
2025-08-20T22:09:24.4103325Z [00:01:30.706]➜  + go build -C ./cmd/pkgtop.go -x -v -trimpath -buildmode=pie '-ldflags=-s -w -buildid= -linkmode=external -extldflags '\''-s -w -static-pie -Wl,--build-id=none'\''' -o /build-bins/pkgtop
2025-08-20T22:09:24.4125682Z [00:01:30.709]➜  go: chdir ./cmd/pkgtop.go: not a directory
2025-08-20T22:09:24.5680037Z [00:01:30.864]➜  '/tmp/tmp.PaoWqrvWNQ/TEMPREPO/LICENSE' -> '/build-bins/LICENSE'
2025-08-20T22:09:24.5905469Z [00:01:30.887]➜  + find /build-bins/ -type f -exec objcopy --remove-section=.comment '--remove-section=.note.*' '{}' ';'
2025-08-20T22:09:24.5927235Z [00:01:30.889]➜  objcopy: /build-bins/LICENSE: file format not recognized
2025-08-20T22:09:24.5931356Z [00:01:30.889]➜  + find /build-bins/ -type f '!' -name '*.no_strip' -exec strip --strip-all --verbose '{}' ';'
2025-08-20T22:09:24.6323803Z [00:01:30.928]➜  + find /build-bins/ -type f -exec bash -c 'echo && realpath {} && readelf --section-headers {} 2>/dev/null' ';'
2025-08-20T22:09:24.6356302Z [00:01:30.932]➜  
2025-08-20T22:09:24.6373872Z [00:01:30.934]➜  /build-bins/LICENSE
2025-08-20T22:09:24.6391105Z [00:01:30.935]➜  + file /build-bins/LICENSE
2025-08-20T22:09:24.6671071Z [00:01:30.963]➜  /build-bins/LICENSE: ASCII text
2025-08-20T22:09:24.6679358Z [00:01:30.964]➜  + stat -c '%n:         %s Bytes' /build-bins/LICENSE
2025-08-20T22:09:24.6699783Z [00:01:30.966]➜  /build-bins/LICENSE:         35149 Bytes
2025-08-20T22:09:24.6703049Z [00:01:30.966]➜  + du /build-bins/LICENSE --bytes --human-readable --time --time-style=full-iso --summarize
2025-08-20T22:09:24.6717429Z [00:01:30.968]➜  35K	2025-08-20 22:09:24.566318406 +0000	/build-bins/LICENSE
2025-08-20T22:09:24.6720713Z [00:01:30.968]➜  + popd
2025-08-20T22:09:24.7300366Z [00:01:31.026]➜  + docker cp alpine-builder:/build-bins/. /tmp/pkgforge/4NRhCNz_bG3MkmSkI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/
2025-08-20T22:09:24.7478694Z [00:01:31.044]➜  + '[' -s /tmp/pkgforge/4NRhCNz_bG3MkmSkI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE ']'
2025-08-20T22:09:24.7480103Z [00:01:31.044]➜  + cp -fv /tmp/pkgforge/4NRhCNz_bG3MkmSkI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE /tmp/pkgforge/4NRhCNz_bG3MkmSkI_build.yaml/SBUILD_OUTDIR/LICENSE
2025-08-20T22:09:24.7510726Z [00:01:31.047]➜  '/tmp/pkgforge/4NRhCNz_bG3MkmSkI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE' -> '/tmp/pkgforge/4NRhCNz_bG3MkmSkI_build.yaml/SBUILD_OUTDIR/LICENSE'
2025-08-20T22:09:24.7516467Z [00:01:31.048]➜  + find /tmp/pkgforge/4NRhCNz_bG3MkmSkI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP -maxdepth 1 -type f -exec file -i '{}' ';'
2025-08-20T22:09:24.7520041Z [00:01:31.048]➜  + grep -Ei 'application/.*executable|inode/symlink|text/x-perl|text/.*script'
2025-08-20T22:09:24.7527987Z [00:01:31.049]➜  + cut -d: -f1
2025-08-20T22:09:24.7528962Z [00:01:31.049]➜  + xargs realpath --no-symlinks
2025-08-20T22:09:24.7543907Z [00:01:31.051]➜  + xargs -I '{}' rsync -achvL '{}' /tmp/pkgforge/4NRhCNz_bG3MkmSkI_build.yaml/SBUILD_OUTDIR
2025-08-20T22:09:24.8612590Z [00:01:31.157]➜  realpath: missing operand
2025-08-20T22:09:24.8614113Z [00:01:31.157]➜  Try 'realpath --help' for more information.
2025-08-20T22:09:24.8623188Z [00:01:31.159]➜  
2025-08-20T22:09:25.3009998Z [00:01:31.597]➜  
2025-08-20T22:09:25.3140201Z [00:01:31.610]➜  changed ownership of '/tmp/pkgforge/4NRhCNz_bG3MkmSkI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.PaoWqrvWNQ/TEMPREPO/.gitignore' from root:root to runner:runner
2025-08-20T22:09:25.3142615Z [00:01:31.610]➜  changed ownership of '/tmp/pkgforge/4NRhCNz_bG3MkmSkI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.PaoWqrvWNQ/TEMPREPO/README.md' from root:root to runner:runner
2025-08-20T22:09:25.3144962Z [00:01:31.610]➜  changed ownership of '/tmp/pkgforge/4NRhCNz_bG3MkmSkI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.PaoWqrvWNQ/TEMPREPO/cmd/pkgtop_test.go' from root:root to runner:runner
2025-08-20T22:09:25.3147598Z [00:01:31.610]➜  changed ownership of '/tmp/pkgforge/4NRhCNz_bG3MkmSkI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.PaoWqrvWNQ/TEMPREPO/cmd/pkgtop.go' from root:root to runner:runner
2025-08-20T22:09:25.3149847Z [00:01:31.610]➜  changed ownership of '/tmp/pkgforge/4NRhCNz_bG3MkmSkI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.PaoWqrvWNQ/TEMPREPO/cmd' from root:root to runner:runner
2025-08-20T22:09:25.3152108Z [00:01:31.610]➜  changed ownership of '/tmp/pkgforge/4NRhCNz_bG3MkmSkI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.PaoWqrvWNQ/TEMPREPO/docker/Dockerfile' from root:root to runner:runner
2025-08-20T22:09:25.3154672Z [00:01:31.610]➜  changed ownership of '/tmp/pkgforge/4NRhCNz_bG3MkmSkI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.PaoWqrvWNQ/TEMPREPO/docker' from root:root to runner:runner
2025-08-20T22:09:25.3157061Z [00:01:31.610]➜  changed ownership of '/tmp/pkgforge/4NRhCNz_bG3MkmSkI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.PaoWqrvWNQ/TEMPREPO/go.sum' from root:root to runner:runner
2025-08-20T22:09:25.3159302Z [00:01:31.610]➜  changed ownership of '/tmp/pkgforge/4NRhCNz_bG3MkmSkI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.PaoWqrvWNQ/TEMPREPO/LICENSE' from root:root to runner:runner
2025-08-20T22:09:25.3161659Z [00:01:31.610]➜  changed ownership of '/tmp/pkgforge/4NRhCNz_bG3MkmSkI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.PaoWqrvWNQ/TEMPREPO/go.mod' from root:root to runner:runner
2025-08-20T22:09:25.3163906Z [00:01:31.610]➜  changed ownership of '/tmp/pkgforge/4NRhCNz_bG3MkmSkI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.PaoWqrvWNQ/TEMPREPO/.github/workflows/docker.yml' from root:root to runner:runner
2025-08-20T22:09:25.3166303Z [00:01:31.610]➜  changed ownership of '/tmp/pkgforge/4NRhCNz_bG3MkmSkI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.PaoWqrvWNQ/TEMPREPO/.github/workflows/ci.yml' from root:root to runner:runner
2025-08-20T22:09:25.3168227Z [00:01:31.610]➜  changed ownership of '/tmp/pkgforge/4NRhCNz_bG3MkmSkI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.PaoWqrvWNQ/TEMPREPO/.github/workflows' from root:root to runner:runner
2025-08-20T22:09:25.3169502Z [00:01:31.610]➜  changed ownership of '/tmp/pkgforge/4NRhCNz_bG3MkmSkI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.PaoWqrvWNQ/TEMPREPO/.github/FUNDING.yml' from root:root to runner:runner
2025-08-20T22:09:25.3170735Z [00:01:31.610]➜  changed ownership of '/tmp/pkgforge/4NRhCNz_bG3MkmSkI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.PaoWqrvWNQ/TEMPREPO/.github' from root:root to runner:runner
2025-08-20T22:09:25.3172010Z [00:01:31.610]➜  changed ownership of '/tmp/pkgforge/4NRhCNz_bG3MkmSkI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.PaoWqrvWNQ/TEMPREPO/.git/hooks/push-to-checkout.sample' from root:root to runner:runner
2025-08-20T22:09:25.3173593Z [00:01:31.610]➜  changed ownership of '/tmp/pkgforge/4NRhCNz_bG3MkmSkI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.PaoWqrvWNQ/TEMPREPO/.git/hooks/post-update.sample' from root:root to runner:runner
2025-08-20T22:09:25.3174970Z [00:01:31.610]➜  changed ownership of '/tmp/pkgforge/4NRhCNz_bG3MkmSkI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.PaoWqrvWNQ/TEMPREPO/.git/hooks/prepare-commit-msg.sample' from root:root to runner:runner
2025-08-20T22:09:25.3176339Z [00:01:31.610]➜  changed ownership of '/tmp/pkgforge/4NRhCNz_bG3MkmSkI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.PaoWqrvWNQ/TEMPREPO/.git/hooks/update.sample' from root:root to runner:runner
2025-08-20T22:09:25.3177895Z [00:01:31.610]➜  changed ownership of '/tmp/pkgforge/4NRhCNz_bG3MkmSkI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.PaoWqrvWNQ/TEMPREPO/.git/hooks/pre-receive.sample' from root:root to runner:runner
2025-08-20T22:09:25.3179261Z [00:01:31.610]➜  changed ownership of '/tmp/pkgforge/4NRhCNz_bG3MkmSkI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.PaoWqrvWNQ/TEMPREPO/.git/hooks/sendemail-validate.sample' from root:root to runner:runner
2025-08-20T22:09:25.3180618Z [00:01:31.610]➜  changed ownership of '/tmp/pkgforge/4NRhCNz_bG3MkmSkI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.PaoWqrvWNQ/TEMPREPO/.git/hooks/pre-commit.sample' from root:root to runner:runner
2025-08-20T22:09:25.3181920Z [00:01:31.610]➜  changed ownership of '/tmp/pkgforge/4NRhCNz_bG3MkmSkI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.PaoWqrvWNQ/TEMPREPO/.git/hooks/commit-msg.sample' from root:root to runner:runner
2025-08-20T22:09:25.3183277Z [00:01:31.611]➜  changed ownership of '/tmp/pkgforge/4NRhCNz_bG3MkmSkI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.PaoWqrvWNQ/TEMPREPO/.git/hooks/pre-applypatch.sample' from root:root to runner:runner
2025-08-20T22:09:25.3184599Z [00:01:31.611]➜  changed ownership of '/tmp/pkgforge/4NRhCNz_bG3MkmSkI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.PaoWqrvWNQ/TEMPREPO/.git/hooks/pre-rebase.sample' from root:root to runner:runner
2025-08-20T22:09:25.3186037Z [00:01:31.611]➜  changed ownership of '/tmp/pkgforge/4NRhCNz_bG3MkmSkI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.PaoWqrvWNQ/TEMPREPO/.git/hooks/pre-push.sample' from root:root to runner:runner
2025-08-20T22:09:25.3187606Z [00:01:31.611]➜  changed ownership of '/tmp/pkgforge/4NRhCNz_bG3MkmSkI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.PaoWqrvWNQ/TEMPREPO/.git/hooks/applypatch-msg.sample' from root:root to runner:runner
2025-08-20T22:09:25.3188990Z [00:01:31.611]➜  changed ownership of '/tmp/pkgforge/4NRhCNz_bG3MkmSkI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.PaoWqrvWNQ/TEMPREPO/.git/hooks/pre-merge-commit.sample' from root:root to runner:runner
2025-08-20T22:09:25.3190355Z [00:01:31.611]➜  changed ownership of '/tmp/pkgforge/4NRhCNz_bG3MkmSkI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.PaoWqrvWNQ/TEMPREPO/.git/hooks/fsmonitor-watchman.sample' from root:root to runner:runner
2025-08-20T22:09:25.3191646Z [00:01:31.611]➜  changed ownership of '/tmp/pkgforge/4NRhCNz_bG3MkmSkI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.PaoWqrvWNQ/TEMPREPO/.git/hooks' from root:root to runner:runner
2025-08-20T22:09:25.3192898Z [00:01:31.611]➜  changed ownership of '/tmp/pkgforge/4NRhCNz_bG3MkmSkI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.PaoWqrvWNQ/TEMPREPO/.git/logs/refs/heads/master' from root:root to runner:runner
2025-08-20T22:09:25.3194163Z [00:01:31.611]➜  changed ownership of '/tmp/pkgforge/4NRhCNz_bG3MkmSkI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.PaoWqrvWNQ/TEMPREPO/.git/logs/refs/heads' from root:root to runner:runner
2025-08-20T22:09:25.3195464Z [00:01:31.611]➜  changed ownership of '/tmp/pkgforge/4NRhCNz_bG3MkmSkI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.PaoWqrvWNQ/TEMPREPO/.git/logs/refs/remotes/origin/HEAD' from root:root to runner:runner
2025-08-20T22:09:25.3196983Z [00:01:31.611]➜  changed ownership of '/tmp/pkgforge/4NRhCNz_bG3MkmSkI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.PaoWqrvWNQ/TEMPREPO/.git/logs/refs/remotes/origin' from root:root to runner:runner
2025-08-20T22:09:25.3198428Z [00:01:31.611]➜  changed ownership of '/tmp/pkgforge/4NRhCNz_bG3MkmSkI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.PaoWqrvWNQ/TEMPREPO/.git/logs/refs/remotes' from root:root to runner:runner
2025-08-20T22:09:25.3199657Z [00:01:31.611]➜  changed ownership of '/tmp/pkgforge/4NRhCNz_bG3MkmSkI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.PaoWqrvWNQ/TEMPREPO/.git/logs/refs' from root:root to runner:runner
2025-08-20T22:09:25.3200901Z [00:01:31.611]➜  changed ownership of '/tmp/pkgforge/4NRhCNz_bG3MkmSkI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.PaoWqrvWNQ/TEMPREPO/.git/logs/HEAD' from root:root to runner:runner
2025-08-20T22:09:25.3202078Z [00:01:31.611]➜  changed ownership of '/tmp/pkgforge/4NRhCNz_bG3MkmSkI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.PaoWqrvWNQ/TEMPREPO/.git/logs' from root:root to runner:runner
2025-08-20T22:09:25.3203297Z [00:01:31.611]➜  changed ownership of '/tmp/pkgforge/4NRhCNz_bG3MkmSkI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.PaoWqrvWNQ/TEMPREPO/.git/refs/heads/master' from root:root to runner:runner
2025-08-20T22:09:25.3204541Z [00:01:31.611]➜  changed ownership of '/tmp/pkgforge/4NRhCNz_bG3MkmSkI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.PaoWqrvWNQ/TEMPREPO/.git/refs/heads' from root:root to runner:runner
2025-08-20T22:09:25.3205801Z [00:01:31.611]➜  changed ownership of '/tmp/pkgforge/4NRhCNz_bG3MkmSkI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.PaoWqrvWNQ/TEMPREPO/.git/refs/remotes/origin/HEAD' from root:root to runner:runner
2025-08-20T22:09:25.3207548Z [00:01:31.611]➜  changed ownership of '/tmp/pkgforge/4NRhCNz_bG3MkmSkI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.PaoWqrvWNQ/TEMPREPO/.git/refs/remotes/origin' from root:root to runner:runner
2025-08-20T22:09:25.3208809Z [00:01:31.611]➜  changed ownership of '/tmp/pkgforge/4NRhCNz_bG3MkmSkI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.PaoWqrvWNQ/TEMPREPO/.git/refs/remotes' from root:root to runner:runner
2025-08-20T22:09:25.3210148Z [00:01:31.611]➜  changed ownership of '/tmp/pkgforge/4NRhCNz_bG3MkmSkI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.PaoWqrvWNQ/TEMPREPO/.git/refs/tags' from root:root to runner:runner
2025-08-20T22:09:25.3211342Z [00:01:31.611]➜  changed ownership of '/tmp/pkgforge/4NRhCNz_bG3MkmSkI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.PaoWqrvWNQ/TEMPREPO/.git/refs' from root:root to runner:runner
2025-08-20T22:09:25.3212508Z [00:01:31.611]➜  changed ownership of '/tmp/pkgforge/4NRhCNz_bG3MkmSkI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.PaoWqrvWNQ/TEMPREPO/.git/config' from root:root to runner:runner
2025-08-20T22:09:25.3213715Z [00:01:31.611]➜  changed ownership of '/tmp/pkgforge/4NRhCNz_bG3MkmSkI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.PaoWqrvWNQ/TEMPREPO/.git/packed-refs' from root:root to runner:runner
2025-08-20T22:09:25.3214926Z [00:01:31.612]➜  changed ownership of '/tmp/pkgforge/4NRhCNz_bG3MkmSkI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.PaoWqrvWNQ/TEMPREPO/.git/description' from root:root to runner:runner
2025-08-20T22:09:25.3216125Z [00:01:31.612]➜  changed ownership of '/tmp/pkgforge/4NRhCNz_bG3MkmSkI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.PaoWqrvWNQ/TEMPREPO/.git/HEAD' from root:root to runner:runner
2025-08-20T22:09:25.3217789Z [00:01:31.612]➜  changed ownership of '/tmp/pkgforge/4NRhCNz_bG3MkmSkI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.PaoWqrvWNQ/TEMPREPO/.git/objects/pack/pack-3a55ce2f53ec6ab45cc8148fe45882ada9717e5f.idx' from root:root to runner:runner
2025-08-20T22:09:25.3219471Z [00:01:31.612]➜  changed ownership of '/tmp/pkgforge/4NRhCNz_bG3MkmSkI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.PaoWqrvWNQ/TEMPREPO/.git/objects/pack/pack-3a55ce2f53ec6ab45cc8148fe45882ada9717e5f.rev' from root:root to runner:runner
2025-08-20T22:09:25.3221111Z [00:01:31.612]➜  changed ownership of '/tmp/pkgforge/4NRhCNz_bG3MkmSkI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.PaoWqrvWNQ/TEMPREPO/.git/objects/pack/pack-876ddf7a02127718fffc5a1726bc4df4da9b7df7.rev' from root:root to runner:runner
2025-08-20T22:09:25.3222781Z [00:01:31.612]➜  changed ownership of '/tmp/pkgforge/4NRhCNz_bG3MkmSkI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.PaoWqrvWNQ/TEMPREPO/.git/objects/pack/pack-3a55ce2f53ec6ab45cc8148fe45882ada9717e5f.promisor' from root:root to runner:runner
2025-08-20T22:09:25.3224584Z [00:01:31.612]➜  changed ownership of '/tmp/pkgforge/4NRhCNz_bG3MkmSkI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.PaoWqrvWNQ/TEMPREPO/.git/objects/pack/pack-876ddf7a02127718fffc5a1726bc4df4da9b7df7.pack' from root:root to runner:runner
2025-08-20T22:09:25.3226215Z [00:01:31.612]➜  changed ownership of '/tmp/pkgforge/4NRhCNz_bG3MkmSkI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.PaoWqrvWNQ/TEMPREPO/.git/objects/pack/pack-876ddf7a02127718fffc5a1726bc4df4da9b7df7.idx' from root:root to runner:runner
2025-08-20T22:09:25.3228054Z [00:01:31.612]➜  changed ownership of '/tmp/pkgforge/4NRhCNz_bG3MkmSkI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.PaoWqrvWNQ/TEMPREPO/.git/objects/pack/pack-876ddf7a02127718fffc5a1726bc4df4da9b7df7.promisor' from root:root to runner:runner
2025-08-20T22:09:25.3229736Z [00:01:31.612]➜  changed ownership of '/tmp/pkgforge/4NRhCNz_bG3MkmSkI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.PaoWqrvWNQ/TEMPREPO/.git/objects/pack/pack-3a55ce2f53ec6ab45cc8148fe45882ada9717e5f.pack' from root:root to runner:runner
2025-08-20T22:09:25.3231382Z [00:01:31.612]➜  changed ownership of '/tmp/pkgforge/4NRhCNz_bG3MkmSkI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.PaoWqrvWNQ/TEMPREPO/.git/objects/pack' from root:root to runner:runner
2025-08-20T22:09:25.3232635Z [00:01:31.612]➜  changed ownership of '/tmp/pkgforge/4NRhCNz_bG3MkmSkI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.PaoWqrvWNQ/TEMPREPO/.git/objects/info' from root:root to runner:runner
2025-08-20T22:09:25.3233836Z [00:01:31.612]➜  changed ownership of '/tmp/pkgforge/4NRhCNz_bG3MkmSkI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.PaoWqrvWNQ/TEMPREPO/.git/objects' from root:root to runner:runner
2025-08-20T22:09:25.3235176Z [00:01:31.612]➜  changed ownership of '/tmp/pkgforge/4NRhCNz_bG3MkmSkI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.PaoWqrvWNQ/TEMPREPO/.git/info/exclude' from root:root to runner:runner
2025-08-20T22:09:25.3236559Z [00:01:31.612]➜  changed ownership of '/tmp/pkgforge/4NRhCNz_bG3MkmSkI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.PaoWqrvWNQ/TEMPREPO/.git/info' from root:root to runner:runner
2025-08-20T22:09:25.3237930Z [00:01:31.612]➜  changed ownership of '/tmp/pkgforge/4NRhCNz_bG3MkmSkI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.PaoWqrvWNQ/TEMPREPO/.git/index' from root:root to runner:runner
2025-08-20T22:09:25.3239076Z [00:01:31.612]➜  changed ownership of '/tmp/pkgforge/4NRhCNz_bG3MkmSkI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.PaoWqrvWNQ/TEMPREPO/.git' from root:root to runner:runner
2025-08-20T22:09:25.3240177Z [00:01:31.612]➜  changed ownership of '/tmp/pkgforge/4NRhCNz_bG3MkmSkI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.PaoWqrvWNQ/TEMPREPO' from root:root to runner:runner
2025-08-20T22:09:25.3241245Z [00:01:31.612]➜  changed ownership of '/tmp/pkgforge/4NRhCNz_bG3MkmSkI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.PaoWqrvWNQ' from root:root to runner:runner
2025-08-20T22:09:25.3242245Z [00:01:31.612]➜  changed ownership of '/tmp/pkgforge/4NRhCNz_bG3MkmSkI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp' from runner:docker to runner:runner
2025-08-20T22:09:25.3243209Z [00:01:31.612]➜  changed ownership of '/tmp/pkgforge/4NRhCNz_bG3MkmSkI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE' from runner:docker to runner:runner
2025-08-20T22:09:25.3244203Z [00:01:31.612]➜  changed ownership of '/tmp/pkgforge/4NRhCNz_bG3MkmSkI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/MANIFEST.json' from runner:docker to runner:runner
2025-08-20T22:09:25.3245167Z [00:01:31.612]➜  changed ownership of '/tmp/pkgforge/4NRhCNz_bG3MkmSkI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP' from runner:docker to runner:runner
2025-08-20T22:09:25.3246067Z [00:01:31.612]➜  changed ownership of '/tmp/pkgforge/4NRhCNz_bG3MkmSkI_build.yaml/SBUILD_OUTDIR/SBUILD' from runner:docker to runner:runner
2025-08-20T22:09:25.3247134Z [00:01:31.612]➜  changed ownership of '/tmp/pkgforge/4NRhCNz_bG3MkmSkI_build.yaml/SBUILD_OUTDIR/LICENSE' from runner:docker to runner:runner
2025-08-20T22:09:25.3248238Z [00:01:31.612]➜  changed ownership of '/tmp/pkgforge/4NRhCNz_bG3MkmSkI_build.yaml/SBUILD_OUTDIR/pkgtop.static.version' from runner:docker to runner:runner
2025-08-20T22:09:25.3249310Z [00:01:31.612]➜  changed ownership of '/tmp/pkgforge/4NRhCNz_bG3MkmSkI_build.yaml/SBUILD_OUTDIR/pkgtop.version' from runner:docker to runner:runner
2025-08-20T22:09:25.3250925Z [00:01:31.612]➜  changed ownership of '/tmp/pkgforge/4NRhCNz_bG3MkmSkI_build.yaml/SBUILD_OUTDIR' from runner:docker to runner:runner
2025-08-20T22:09:25.3252878Z [00:01:31.621]➜  mode of '/tmp/pkgforge/4NRhCNz_bG3MkmSkI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.PaoWqrvWNQ/TEMPREPO/.gitignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:09:25.3323168Z [00:01:31.628]➜  mode of '/tmp/pkgforge/4NRhCNz_bG3MkmSkI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.PaoWqrvWNQ/TEMPREPO/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:09:25.3393833Z [00:01:31.635]➜  mode of '/tmp/pkgforge/4NRhCNz_bG3MkmSkI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.PaoWqrvWNQ/TEMPREPO/cmd/pkgtop_test.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:09:25.3464062Z [00:01:31.642]➜  mode of '/tmp/pkgforge/4NRhCNz_bG3MkmSkI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.PaoWqrvWNQ/TEMPREPO/cmd/pkgtop.go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:09:25.3547264Z [00:01:31.651]➜  mode of '/tmp/pkgforge/4NRhCNz_bG3MkmSkI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.PaoWqrvWNQ/TEMPREPO/docker/Dockerfile' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:09:25.3627880Z [00:01:31.659]➜  mode of '/tmp/pkgforge/4NRhCNz_bG3MkmSkI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.PaoWqrvWNQ/TEMPREPO/go.sum' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:09:25.3705163Z [00:01:31.667]➜  mode of '/tmp/pkgforge/4NRhCNz_bG3MkmSkI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.PaoWqrvWNQ/TEMPREPO/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:09:25.3776167Z [00:01:31.674]➜  mode of '/tmp/pkgforge/4NRhCNz_bG3MkmSkI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.PaoWqrvWNQ/TEMPREPO/go.mod' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:09:25.3847260Z [00:01:31.681]➜  mode of '/tmp/pkgforge/4NRhCNz_bG3MkmSkI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.PaoWqrvWNQ/TEMPREPO/.github/workflows/docker.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:09:25.3921771Z [00:01:31.688]➜  mode of '/tmp/pkgforge/4NRhCNz_bG3MkmSkI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.PaoWqrvWNQ/TEMPREPO/.github/workflows/ci.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:09:25.4007487Z [00:01:31.697]➜  mode of '/tmp/pkgforge/4NRhCNz_bG3MkmSkI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.PaoWqrvWNQ/TEMPREPO/.github/FUNDING.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:09:25.4089656Z [00:01:31.705]➜  mode of '/tmp/pkgforge/4NRhCNz_bG3MkmSkI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.PaoWqrvWNQ/TEMPREPO/.git/hooks/push-to-checkout.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:09:25.4170089Z [00:01:31.713]➜  mode of '/tmp/pkgforge/4NRhCNz_bG3MkmSkI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.PaoWqrvWNQ/TEMPREPO/.git/hooks/post-update.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:09:25.4245981Z [00:01:31.721]➜  mode of '/tmp/pkgforge/4NRhCNz_bG3MkmSkI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.PaoWqrvWNQ/TEMPREPO/.git/hooks/prepare-commit-msg.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:09:25.4320123Z [00:01:31.728]➜  mode of '/tmp/pkgforge/4NRhCNz_bG3MkmSkI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.PaoWqrvWNQ/TEMPREPO/.git/hooks/update.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:09:25.4391900Z [00:01:31.735]➜  mode of '/tmp/pkgforge/4NRhCNz_bG3MkmSkI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.PaoWqrvWNQ/TEMPREPO/.git/hooks/pre-receive.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:09:25.4463809Z [00:01:31.742]➜  mode of '/tmp/pkgforge/4NRhCNz_bG3MkmSkI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.PaoWqrvWNQ/TEMPREPO/.git/hooks/sendemail-validate.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:09:25.4537764Z [00:01:31.750]➜  mode of '/tmp/pkgforge/4NRhCNz_bG3MkmSkI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.PaoWqrvWNQ/TEMPREPO/.git/hooks/pre-commit.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:09:25.4608312Z [00:01:31.757]➜  mode of '/tmp/pkgforge/4NRhCNz_bG3MkmSkI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.PaoWqrvWNQ/TEMPREPO/.git/hooks/commit-msg.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:09:25.4680042Z [00:01:31.764]➜  mode of '/tmp/pkgforge/4NRhCNz_bG3MkmSkI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.PaoWqrvWNQ/TEMPREPO/.git/hooks/pre-applypatch.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:09:25.4750423Z [00:01:31.771]➜  mode of '/tmp/pkgforge/4NRhCNz_bG3MkmSkI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.PaoWqrvWNQ/TEMPREPO/.git/hooks/pre-rebase.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:09:25.4824886Z [00:01:31.779]➜  mode of '/tmp/pkgforge/4NRhCNz_bG3MkmSkI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.PaoWqrvWNQ/TEMPREPO/.git/hooks/pre-push.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:09:25.4894263Z [00:01:31.786]➜  mode of '/tmp/pkgforge/4NRhCNz_bG3MkmSkI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.PaoWqrvWNQ/TEMPREPO/.git/hooks/applypatch-msg.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:09:25.4967873Z [00:01:31.793]➜  mode of '/tmp/pkgforge/4NRhCNz_bG3MkmSkI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.PaoWqrvWNQ/TEMPREPO/.git/hooks/pre-merge-commit.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:09:25.5037704Z [00:01:31.800]➜  mode of '/tmp/pkgforge/4NRhCNz_bG3MkmSkI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.PaoWqrvWNQ/TEMPREPO/.git/hooks/fsmonitor-watchman.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:09:25.5109232Z [00:01:31.807]➜  mode of '/tmp/pkgforge/4NRhCNz_bG3MkmSkI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.PaoWqrvWNQ/TEMPREPO/.git/logs/refs/heads/master' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:09:25.5180336Z [00:01:31.814]➜  mode of '/tmp/pkgforge/4NRhCNz_bG3MkmSkI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.PaoWqrvWNQ/TEMPREPO/.git/logs/refs/remotes/origin/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:09:25.5257954Z [00:01:31.822]➜  mode of '/tmp/pkgforge/4NRhCNz_bG3MkmSkI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.PaoWqrvWNQ/TEMPREPO/.git/logs/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:09:25.5336658Z [00:01:31.830]➜  mode of '/tmp/pkgforge/4NRhCNz_bG3MkmSkI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.PaoWqrvWNQ/TEMPREPO/.git/refs/heads/master' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:09:25.5419545Z [00:01:31.838]➜  mode of '/tmp/pkgforge/4NRhCNz_bG3MkmSkI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.PaoWqrvWNQ/TEMPREPO/.git/refs/remotes/origin/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:09:25.5499147Z [00:01:31.846]➜  mode of '/tmp/pkgforge/4NRhCNz_bG3MkmSkI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.PaoWqrvWNQ/TEMPREPO/.git/config' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:09:25.5574846Z [00:01:31.854]➜  mode of '/tmp/pkgforge/4NRhCNz_bG3MkmSkI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.PaoWqrvWNQ/TEMPREPO/.git/packed-refs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:09:25.5655747Z [00:01:31.862]➜  mode of '/tmp/pkgforge/4NRhCNz_bG3MkmSkI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.PaoWqrvWNQ/TEMPREPO/.git/description' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:09:25.5735874Z [00:01:31.870]➜  mode of '/tmp/pkgforge/4NRhCNz_bG3MkmSkI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.PaoWqrvWNQ/TEMPREPO/.git/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:09:25.5810385Z [00:01:31.877]➜  mode of '/tmp/pkgforge/4NRhCNz_bG3MkmSkI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.PaoWqrvWNQ/TEMPREPO/.git/objects/pack/pack-3a55ce2f53ec6ab45cc8148fe45882ada9717e5f.idx' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:09:25.5885863Z [00:01:31.885]➜  mode of '/tmp/pkgforge/4NRhCNz_bG3MkmSkI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.PaoWqrvWNQ/TEMPREPO/.git/objects/pack/pack-3a55ce2f53ec6ab45cc8148fe45882ada9717e5f.rev' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:09:25.5960767Z [00:01:31.892]➜  mode of '/tmp/pkgforge/4NRhCNz_bG3MkmSkI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.PaoWqrvWNQ/TEMPREPO/.git/objects/pack/pack-876ddf7a02127718fffc5a1726bc4df4da9b7df7.rev' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:09:25.6032713Z [00:01:31.899]➜  mode of '/tmp/pkgforge/4NRhCNz_bG3MkmSkI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.PaoWqrvWNQ/TEMPREPO/.git/objects/pack/pack-3a55ce2f53ec6ab45cc8148fe45882ada9717e5f.promisor' changed from 0600 (rw-------) to 0755 (rwxr-xr-x)
2025-08-20T22:09:25.6103280Z [00:01:31.906]➜  mode of '/tmp/pkgforge/4NRhCNz_bG3MkmSkI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.PaoWqrvWNQ/TEMPREPO/.git/objects/pack/pack-876ddf7a02127718fffc5a1726bc4df4da9b7df7.pack' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:09:25.6171692Z [00:01:31.913]➜  mode of '/tmp/pkgforge/4NRhCNz_bG3MkmSkI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.PaoWqrvWNQ/TEMPREPO/.git/objects/pack/pack-876ddf7a02127718fffc5a1726bc4df4da9b7df7.idx' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:09:25.6240115Z [00:01:31.920]➜  mode of '/tmp/pkgforge/4NRhCNz_bG3MkmSkI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.PaoWqrvWNQ/TEMPREPO/.git/objects/pack/pack-876ddf7a02127718fffc5a1726bc4df4da9b7df7.promisor' changed from 0600 (rw-------) to 0755 (rwxr-xr-x)
2025-08-20T22:09:25.6308212Z [00:01:31.927]➜  mode of '/tmp/pkgforge/4NRhCNz_bG3MkmSkI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.PaoWqrvWNQ/TEMPREPO/.git/objects/pack/pack-3a55ce2f53ec6ab45cc8148fe45882ada9717e5f.pack' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:09:25.6379418Z [00:01:31.934]➜  mode of '/tmp/pkgforge/4NRhCNz_bG3MkmSkI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.PaoWqrvWNQ/TEMPREPO/.git/info/exclude' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:09:25.6449893Z [00:01:31.941]➜  mode of '/tmp/pkgforge/4NRhCNz_bG3MkmSkI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.PaoWqrvWNQ/TEMPREPO/.git/index' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:09:25.6529483Z [00:01:31.949]➜  mode of '/tmp/pkgforge/4NRhCNz_bG3MkmSkI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:09:25.6606409Z [00:01:31.957]➜  mode of '/tmp/pkgforge/4NRhCNz_bG3MkmSkI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/MANIFEST.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:09:25.6678000Z [00:01:31.964]➜  mode of '/tmp/pkgforge/4NRhCNz_bG3MkmSkI_build.yaml/SBUILD_OUTDIR/SBUILD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:09:25.6746899Z [00:01:31.971]➜  mode of '/tmp/pkgforge/4NRhCNz_bG3MkmSkI_build.yaml/SBUILD_OUTDIR/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:09:25.6816123Z [00:01:31.978]➜  mode of '/tmp/pkgforge/4NRhCNz_bG3MkmSkI_build.yaml/SBUILD_OUTDIR/pkgtop.static.version' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:09:25.6886334Z [00:01:31.985]➜  mode of '/tmp/pkgforge/4NRhCNz_bG3MkmSkI_build.yaml/SBUILD_OUTDIR/pkgtop.version' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:09:25.7236123Z [00:01:32.020]➜  realpath: missing operand
2025-08-20T22:09:25.7237093Z [00:01:32.020]➜  Try 'realpath --help' for more information.
2025-08-20T22:09:25.7351991Z [00:01:32.031]➜  
2025-08-20T22:09:25.7353051Z [00:01:32.031]➜  [+] Found LICENSE ==> [/tmp/pkgforge/4NRhCNz_bG3MkmSkI_build.yaml/SBUILD_OUTDIR/LICENSE]
2025-08-20T22:09:25.7353813Z [00:01:32.031]➜  
2025-08-20T22:09:25.7354198Z [00:01:32.031]➜  
2025-08-20T22:09:25.7368340Z [00:01:32.033]➜                      GNU GENERAL PUBLIC LICENSE
2025-08-20T22:09:25.7369529Z [00:01:32.033]➜                         Version 3, 29 June 2007
2025-08-20T22:09:25.7370120Z [00:01:32.033]➜  
2025-08-20T22:09:25.7370866Z [00:01:32.033]➜   Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/>
2025-08-20T22:09:25.7371879Z [00:01:32.033]➜   Everyone is permitted to copy and distribute verbatim copies
2025-08-20T22:09:25.7372804Z [00:01:32.033]➜   of this license document, but changing it is not allowed.
2025-08-20T22:09:25.7373454Z [00:01:32.033]➜  
2025-08-20T22:09:25.7373984Z [00:01:32.033]➜                              Preamble
2025-08-20T22:09:25.7374546Z [00:01:32.033]➜  
2025-08-20T22:09:25.7375229Z [00:01:32.033]➜    The GNU General Public License is a free, copyleft license for
2025-08-20T22:09:25.7376041Z [00:01:32.033]➜  software and other kinds of works.
2025-08-20T22:09:25.7376599Z [00:01:32.033]➜  
2025-08-20T22:09:25.7377577Z [00:01:32.033]➜    The licenses for most software and other practical works are designed
2025-08-20T22:09:25.7378521Z [00:01:32.033]➜  to take away your freedom to share and change the works.  By contrast,
2025-08-20T22:09:25.7379381Z [00:01:32.033]➜  the GNU General Public License is intended to guarantee your freedom to
2025-08-20T22:09:25.7380268Z [00:01:32.033]➜  share and change all versions of a program--to make sure it remains free
2025-08-20T22:09:25.7381146Z [00:01:32.033]➜  software for all its users.  We, the Free Software Foundation, use the
2025-08-20T22:09:25.7382017Z [00:01:32.033]➜  GNU General Public License for most of our software; it applies also to
2025-08-20T22:09:25.7382920Z [00:01:32.033]➜  any other work released this way by its authors.  You can apply it to
2025-08-20T22:09:25.7383663Z [00:01:32.033]➜  your programs, too.
2025-08-20T22:09:25.7384135Z [00:01:32.033]➜  
2025-08-20T22:09:25.7384764Z [00:01:32.033]➜    When we speak of free software, we are referring to freedom, not
2025-08-20T22:09:25.7385702Z [00:01:32.033]➜  price.  Our General Public Licenses are designed to make sure that you
2025-08-20T22:09:25.7387367Z [00:01:32.033]➜  have the freedom to distribute copies of free software (and charge for
2025-08-20T22:09:25.7388377Z [00:01:32.033]➜  them if you wish), that you receive source code or can get it if you
2025-08-20T22:09:25.7389335Z [00:01:32.033]➜  want it, that you can change the software or use pieces of it in new
2025-08-20T22:09:25.7390210Z [00:01:32.033]➜  free programs, and that you know you can do these things.
2025-08-20T22:09:25.7390829Z [00:01:32.033]➜  
2025-08-20T22:09:25.7391472Z [00:01:32.033]➜    To protect your rights, we need to prevent others from denying you
2025-08-20T22:09:25.7392443Z [00:01:32.033]➜  these rights or asking you to surrender the rights.  Therefore, you have
2025-08-20T22:09:25.7393497Z [00:01:32.033]➜  certain responsibilities if you distribute copies of the software, or if
2025-08-20T22:09:25.7394479Z [00:01:32.033]➜  you modify it: responsibilities to respect the freedom of others.
2025-08-20T22:09:25.7395125Z [00:01:32.033]➜  
2025-08-20T22:09:25.7395788Z [00:01:32.033]➜    For example, if you distribute copies of such a program, whether
2025-08-20T22:09:25.7396654Z [00:01:32.033]➜  gratis or for a fee, you must pass on to the recipients the same
2025-08-20T22:09:25.7397846Z [00:01:32.033]➜  freedoms that you received.  You must make sure that they, too, receive
2025-08-20T22:09:25.7398784Z [00:01:32.033]➜  or can get the source code.  And you must show them these terms so they
2025-08-20T22:09:25.7399571Z [00:01:32.033]➜  know their rights.
2025-08-20T22:09:25.7400025Z [00:01:32.033]➜  
2025-08-20T22:09:25.7400674Z [00:01:32.033]➜    Developers that use the GNU GPL protect your rights with two steps:
2025-08-20T22:09:25.7401583Z [00:01:32.033]➜  (1) assert copyright on the software, and (2) offer you this License
2025-08-20T22:09:25.7402466Z [00:01:32.033]➜  giving you legal permission to copy, distribute and/or modify it.
2025-08-20T22:09:25.7403124Z [00:01:32.033]➜  
2025-08-20T22:09:25.7403789Z [00:01:32.033]➜    For the developers' and authors' protection, the GPL clearly explains
2025-08-20T22:09:25.7405040Z [00:01:32.033]➜  that there is no warranty for this free software.  For both users' and
2025-08-20T22:09:25.7405937Z [00:01:32.033]➜  authors' sake, the GPL requires that modified versions be marked as
2025-08-20T22:09:25.7407134Z [00:01:32.033]➜  changed, so that their problems will not be attributed erroneously to
2025-08-20T22:09:25.7407891Z [00:01:32.033]➜  authors of previous versions.
2025-08-20T22:09:25.7408403Z [00:01:32.033]➜  
2025-08-20T22:09:25.7409016Z [00:01:32.033]➜    Some devices are designed to deny users access to install or run
2025-08-20T22:09:25.7409744Z [00:01:32.033]➜  modified versions of the software inside them, although the manufacturer
2025-08-20T22:09:25.7410278Z [00:01:32.033]➜  can do so.  This is fundamentally incompatible with the aim of
2025-08-20T22:09:25.7410782Z [00:01:32.033]➜  protecting users' freedom to change the software.  The systematic
2025-08-20T22:09:25.7411324Z [00:01:32.033]➜  pattern of such abuse occurs in the area of products for individuals to
2025-08-20T22:09:25.7411879Z [00:01:32.033]➜  use, which is precisely where it is most unacceptable.  Therefore, we
2025-08-20T22:09:25.7412677Z [00:01:32.033]➜  have designed this version of the GPL to prohibit the practice for those
2025-08-20T22:09:25.7413458Z [00:01:32.033]➜  products.  If such problems arise substantially in other domains, we
2025-08-20T22:09:25.7414410Z [00:01:32.033]➜  stand ready to extend this provision to those domains in future versions
2025-08-20T22:09:25.7415283Z [00:01:32.033]➜  of the GPL, as needed to protect the freedom of users.
2025-08-20T22:09:25.7415906Z [00:01:32.033]➜  
2025-08-20T22:09:25.7416618Z [00:01:32.033]➜    Finally, every program is threatened constantly by software patents.
2025-08-20T22:09:25.7417756Z [00:01:32.033]➜  States should not allow patents to restrict development and use of
2025-08-20T22:09:25.7418753Z [00:01:32.033]➜  software on general-purpose computers, but in those that do, we wish to
2025-08-20T22:09:25.7419984Z [00:01:32.033]➜  avoid the special danger that patents applied to a free program could
2025-08-20T22:09:25.7421025Z [00:01:32.033]➜  make it effectively proprietary.  To prevent this, the GPL assures that
2025-08-20T22:09:25.7421934Z [00:01:32.033]➜  patents cannot be used to render the program non-free.
2025-08-20T22:09:25.7422541Z [00:01:32.033]➜  
2025-08-20T22:09:25.7423167Z [00:01:32.033]➜    The precise terms and conditions for copying, distribution and
2025-08-20T22:09:25.7423860Z [00:01:32.033]➜  modification follow.
2025-08-20T22:09:25.7424309Z [00:01:32.033]➜  
2025-08-20T22:09:25.7424793Z [00:01:32.033]➜                         TERMS AND CONDITIONS
2025-08-20T22:09:25.7425302Z [00:01:32.033]➜  
2025-08-20T22:09:25.7425706Z [00:01:32.033]➜    0. Definitions.
2025-08-20T22:09:25.7426139Z [00:01:32.033]➜  
2025-08-20T22:09:25.7426969Z [00:01:32.033]➜    "This License" refers to version 3 of the GNU General Public License.
2025-08-20T22:09:25.7427645Z [00:01:32.033]➜  
2025-08-20T22:09:25.7428359Z [00:01:32.033]➜    "Copyright" also means copyright-like laws that apply to other kinds of
2025-08-20T22:09:25.7429144Z [00:01:32.033]➜  works, such as semiconductor masks.
2025-08-20T22:09:25.7429545Z [00:01:32.033]➜  
2025-08-20T22:09:25.7429902Z [00:01:32.033]➜    "The Program" refers to any copyrightable work licensed under this
2025-08-20T22:09:25.7430413Z [00:01:32.033]➜  License.  Each licensee is addressed as "you".  "Licensees" and
2025-08-20T22:09:25.7430867Z [00:01:32.033]➜  "recipients" may be individuals or organizations.
2025-08-20T22:09:25.7431188Z [00:01:32.033]➜  
2025-08-20T22:09:25.7431545Z [00:01:32.033]➜    To "modify" a work means to copy from or adapt all or part of the work
2025-08-20T22:09:25.7432070Z [00:01:32.033]➜  in a fashion requiring copyright permission, other than the making of an
2025-08-20T22:09:25.7432612Z [00:01:32.033]➜  exact copy.  The resulting work is called a "modified version" of the
2025-08-20T22:09:25.7433072Z [00:01:32.033]➜  earlier work or a work "based on" the earlier work.
2025-08-20T22:09:25.7433598Z [00:01:32.033]➜  
2025-08-20T22:09:25.7433952Z [00:01:32.033]➜    A "covered work" means either the unmodified Program or a work based
2025-08-20T22:09:25.7434332Z [00:01:32.033]➜  on the Program.
2025-08-20T22:09:25.7434571Z [00:01:32.033]➜  
2025-08-20T22:09:25.7434908Z [00:01:32.033]➜    To "propagate" a work means to do anything with it that, without
2025-08-20T22:09:25.7435385Z [00:01:32.033]➜  permission, would make you directly or secondarily liable for
2025-08-20T22:09:25.7435894Z [00:01:32.033]➜  infringement under applicable copyright law, except executing it on a
2025-08-20T22:09:25.7436418Z [00:01:32.033]➜  computer or modifying a private copy.  Propagation includes copying,
2025-08-20T22:09:25.7437233Z [00:01:32.033]➜  distribution (with or without modification), making available to the
2025-08-20T22:09:25.7438109Z [00:01:32.033]➜  public, and in some countries other activities as well.
2025-08-20T22:09:25.7438696Z [00:01:32.033]➜  
2025-08-20T22:09:25.7439196Z [00:01:32.033]➜    To "convey" a work means any kind of propagation that enables other
2025-08-20T22:09:25.7439708Z [00:01:32.033]➜  parties to make or receive copies.  Mere interaction with a user through
2025-08-20T22:09:25.7440217Z [00:01:32.033]➜  a computer network, with no transfer of a copy, is not conveying.
2025-08-20T22:09:25.7440564Z [00:01:32.033]➜  
2025-08-20T22:09:25.7440905Z [00:01:32.034]➜    An interactive user interface displays "Appropriate Legal Notices"
2025-08-20T22:09:25.7441404Z [00:01:32.034]➜  to the extent that it includes a convenient and prominently visible
2025-08-20T22:09:25.7441899Z [00:01:32.034]➜  feature that (1) displays an appropriate copyright notice, and (2)
2025-08-20T22:09:25.7442386Z [00:01:32.034]➜  tells the user that there is no warranty for the work (except to the
2025-08-20T22:09:25.7442880Z [00:01:32.034]➜  extent that warranties are provided), that licensees may convey the
2025-08-20T22:09:25.7443373Z [00:01:32.034]➜  work under this License, and how to view a copy of this License.  If
2025-08-20T22:09:25.7444039Z [00:01:32.034]➜  the interface presents a list of user commands or options, such as a
2025-08-20T22:09:25.7444523Z [00:01:32.034]➜  menu, a prominent item in the list meets this criterion.
2025-08-20T22:09:25.7444850Z [00:01:32.034]➜  
2025-08-20T22:09:25.7445069Z [00:01:32.034]➜    1. Source Code.
2025-08-20T22:09:25.7445304Z [00:01:32.034]➜  
2025-08-20T22:09:25.7445629Z [00:01:32.034]➜    The "source code" for a work means the preferred form of the work
2025-08-20T22:09:25.7446115Z [00:01:32.034]➜  for making modifications to it.  "Object code" means any non-source
2025-08-20T22:09:25.7446488Z [00:01:32.034]➜  form of a work.
2025-08-20T22:09:25.7446931Z [00:01:32.034]➜  
2025-08-20T22:09:25.7447399Z [00:01:32.034]➜    A "Standard Interface" means an interface that either is an official
2025-08-20T22:09:25.7447917Z [00:01:32.034]➜  standard defined by a recognized standards body, or, in the case of
2025-08-20T22:09:25.7448456Z [00:01:32.034]➜  interfaces specified for a particular programming language, one that
2025-08-20T22:09:25.7449238Z [00:01:32.034]➜  is widely used among developers working in that language.
2025-08-20T22:09:25.7449837Z [00:01:32.034]➜  
2025-08-20T22:09:25.7450471Z [00:01:32.034]➜    The "System Libraries" of an executable work include anything, other
2025-08-20T22:09:25.7450990Z [00:01:32.034]➜  than the work as a whole, that (a) is included in the normal form of
2025-08-20T22:09:25.7451476Z [00:01:32.034]➜  packaging a Major Component, but which is not part of that Major
2025-08-20T22:09:25.7451970Z [00:01:32.034]➜  Component, and (b) serves only to enable use of the work with that
2025-08-20T22:09:25.7452458Z [00:01:32.034]➜  Major Component, or to implement a Standard Interface for which an
2025-08-20T22:09:25.7452969Z [00:01:32.034]➜  implementation is available to the public in source code form.  A
2025-08-20T22:09:25.7453477Z [00:01:32.034]➜  "Major Component", in this context, means a major essential component
2025-08-20T22:09:25.7454156Z [00:01:32.034]➜  (kernel, window system, and so on) of the specific operating system
2025-08-20T22:09:25.7454631Z [00:01:32.034]➜  (if any) on which the executable work runs, or a compiler used to
2025-08-20T22:09:25.7455087Z [00:01:32.034]➜  produce the work, or an object code interpreter used to run it.
2025-08-20T22:09:25.7455425Z [00:01:32.034]➜  
2025-08-20T22:09:25.7455772Z [00:01:32.034]➜    The "Corresponding Source" for a work in object code form means all
2025-08-20T22:09:25.7456262Z [00:01:32.034]➜  the source code needed to generate, install, and (for an executable
2025-08-20T22:09:25.7456978Z [00:01:32.034]➜  work) run the object code and to modify the work, including scripts to
2025-08-20T22:09:25.7457520Z [00:01:32.034]➜  control those activities.  However, it does not include the work's
2025-08-20T22:09:25.7458047Z [00:01:32.034]➜  System Libraries, or general-purpose tools or generally available free
2025-08-20T22:09:25.7458564Z [00:01:32.034]➜  programs which are used unmodified in performing those activities but
2025-08-20T22:09:25.7459083Z [00:01:32.034]➜  which are not part of the work.  For example, Corresponding Source
2025-08-20T22:09:25.7459581Z [00:01:32.034]➜  includes interface definition files associated with source files for
2025-08-20T22:09:25.7460267Z [00:01:32.034]➜  the work, and the source code for shared libraries and dynamically
2025-08-20T22:09:25.7461192Z [00:01:32.034]➜  linked subprograms that the work is specifically designed to require,
2025-08-20T22:09:25.7461812Z [00:01:32.034]➜  such as by intimate data communication or control flow between those
2025-08-20T22:09:25.7462236Z [00:01:32.034]➜  subprograms and other parts of the work.
2025-08-20T22:09:25.7462523Z [00:01:32.034]➜  
2025-08-20T22:09:25.7462857Z [00:01:32.034]➜    The Corresponding Source need not include anything that users
2025-08-20T22:09:25.7463347Z [00:01:32.034]➜  can regenerate automatically from other parts of the Corresponding
2025-08-20T22:09:25.7463723Z [00:01:32.034]➜  Source.
2025-08-20T22:09:25.7464102Z [00:01:32.034]➜  
2025-08-20T22:09:25.7464448Z [00:01:32.034]➜    The Corresponding Source for a work in source code form is that
2025-08-20T22:09:25.7464809Z [00:01:32.034]➜  same work.
2025-08-20T22:09:25.7465031Z [00:01:32.034]➜  
2025-08-20T22:09:25.7465263Z [00:01:32.034]➜    2. Basic Permissions.
2025-08-20T22:09:25.7465518Z [00:01:32.034]➜  
2025-08-20T22:09:25.7465854Z [00:01:32.034]➜    All rights granted under this License are granted for the term of
2025-08-20T22:09:25.7466344Z [00:01:32.034]➜  copyright on the Program, and are irrevocable provided the stated
2025-08-20T22:09:25.7467121Z [00:01:32.034]➜  conditions are met.  This License explicitly affirms your unlimited
2025-08-20T22:09:25.7467649Z [00:01:32.034]➜  permission to run the unmodified Program.  The output from running a
2025-08-20T22:09:25.7468164Z [00:01:32.034]➜  covered work is covered by this License only if the output, given its
2025-08-20T22:09:25.7468684Z [00:01:32.034]➜  content, constitutes a covered work.  This License acknowledges your
2025-08-20T22:09:25.7469201Z [00:01:32.034]➜  rights of fair use or other equivalent, as provided by copyright law.
2025-08-20T22:09:25.7469552Z [00:01:32.034]➜  
2025-08-20T22:09:25.7469869Z [00:01:32.034]➜    You may make, run and propagate covered works that you do not
2025-08-20T22:09:25.7470355Z [00:01:32.034]➜  convey, without conditions so long as your license otherwise remains
2025-08-20T22:09:25.7470983Z [00:01:32.034]➜  in force.  You may convey covered works to others for the sole purpose
2025-08-20T22:09:25.7471909Z [00:01:32.034]➜  of having them make modifications exclusively for you, or provide you
2025-08-20T22:09:25.7472577Z [00:01:32.034]➜  with facilities for running those works, provided that you comply with
2025-08-20T22:09:25.7473084Z [00:01:32.034]➜  the terms of this License in conveying all material for which you do
2025-08-20T22:09:25.7473591Z [00:01:32.034]➜  not control copyright.  Those thus making or running the covered works
2025-08-20T22:09:25.7474264Z [00:01:32.034]➜  for you must do so exclusively on your behalf, under your direction
2025-08-20T22:09:25.7474744Z [00:01:32.034]➜  and control, on terms that prohibit them from making any copies of
2025-08-20T22:09:25.7475237Z [00:01:32.034]➜  your copyrighted material outside their relationship with you.
2025-08-20T22:09:25.7475589Z [00:01:32.034]➜  
2025-08-20T22:09:25.7475933Z [00:01:32.034]➜    Conveying under any other circumstances is permitted solely under
2025-08-20T22:09:25.7476442Z [00:01:32.034]➜  the conditions stated below.  Sublicensing is not allowed; section 10
2025-08-20T22:09:25.7477127Z [00:01:32.034]➜  makes it unnecessary.
2025-08-20T22:09:25.7477402Z [00:01:32.035]➜  
2025-08-20T22:09:25.7477749Z [00:01:32.035]➜    3. Protecting Users' Legal Rights From Anti-Circumvention Law.
2025-08-20T22:09:25.7478096Z [00:01:32.035]➜  
2025-08-20T22:09:25.7478438Z [00:01:32.035]➜    No covered work shall be deemed part of an effective technological
2025-08-20T22:09:25.7478971Z [00:01:32.035]➜  measure under any applicable law fulfilling obligations under article
2025-08-20T22:09:25.7479462Z [00:01:32.035]➜  11 of the WIPO copyright treaty adopted on 20 December 1996, or
2025-08-20T22:09:25.7479932Z [00:01:32.035]➜  similar laws prohibiting or restricting circumvention of such
2025-08-20T22:09:25.7480290Z [00:01:32.035]➜  measures.
2025-08-20T22:09:25.7480513Z [00:01:32.035]➜  
2025-08-20T22:09:25.7480854Z [00:01:32.035]➜    When you convey a covered work, you waive any legal power to forbid
2025-08-20T22:09:25.7481382Z [00:01:32.035]➜  circumvention of technological measures to the extent such circumvention
2025-08-20T22:09:25.7482137Z [00:01:32.035]➜  is effected by exercising rights under this License with respect to
2025-08-20T22:09:25.7483063Z [00:01:32.035]➜  the covered work, and you disclaim any intention to limit operation or
2025-08-20T22:09:25.7483676Z [00:01:32.035]➜  modification of the work as a means of enforcing, against the work's
2025-08-20T22:09:25.7484360Z [00:01:32.035]➜  users, your or third parties' legal rights to forbid circumvention of
2025-08-20T22:09:25.7484768Z [00:01:32.035]➜  technological measures.
2025-08-20T22:09:25.7485029Z [00:01:32.035]➜  
2025-08-20T22:09:25.7485272Z [00:01:32.035]➜    4. Conveying Verbatim Copies.
2025-08-20T22:09:25.7485543Z [00:01:32.035]➜  
2025-08-20T22:09:25.7485879Z [00:01:32.035]➜    You may convey verbatim copies of the Program's source code as you
2025-08-20T22:09:25.7486359Z [00:01:32.035]➜  receive it, in any medium, provided that you conspicuously and
2025-08-20T22:09:25.7487093Z [00:01:32.035]➜  appropriately publish on each copy an appropriate copyright notice;
2025-08-20T22:09:25.7487599Z [00:01:32.035]➜  keep intact all notices stating that this License and any
2025-08-20T22:09:25.7488091Z [00:01:32.035]➜  non-permissive terms added in accord with section 7 apply to the code;
2025-08-20T22:09:25.7488598Z [00:01:32.035]➜  keep intact all notices of the absence of any warranty; and give all
2025-08-20T22:09:25.7489088Z [00:01:32.035]➜  recipients a copy of this License along with the Program.
2025-08-20T22:09:25.7489457Z [00:01:32.035]➜  
2025-08-20T22:09:25.7489799Z [00:01:32.035]➜    You may charge any price or no price for each copy that you convey,
2025-08-20T22:09:25.7490263Z [00:01:32.035]➜  and you may offer support or warranty protection for a fee.
2025-08-20T22:09:25.7490588Z [00:01:32.035]➜  
2025-08-20T22:09:25.7490851Z [00:01:32.035]➜    5. Conveying Modified Source Versions.
2025-08-20T22:09:25.7491133Z [00:01:32.035]➜  
2025-08-20T22:09:25.7491461Z [00:01:32.035]➜    You may convey a work based on the Program, or the modifications to
2025-08-20T22:09:25.7491948Z [00:01:32.035]➜  produce it from the Program, in the form of source code under the
2025-08-20T22:09:25.7492450Z [00:01:32.035]➜  terms of section 4, provided that you also meet all of these conditions:
2025-08-20T22:09:25.7492809Z [00:01:32.035]➜  
2025-08-20T22:09:25.7493417Z [00:01:32.035]➜      a) The work must carry prominent notices stating that you modified
2025-08-20T22:09:25.7494387Z [00:01:32.035]➜      it, and giving a relevant date.
2025-08-20T22:09:25.7494897Z [00:01:32.035]➜  
2025-08-20T22:09:25.7495238Z [00:01:32.035]➜      b) The work must carry prominent notices stating that it is
2025-08-20T22:09:25.7495727Z [00:01:32.035]➜      released under this License and any conditions added under section
2025-08-20T22:09:25.7496209Z [00:01:32.035]➜      7.  This requirement modifies the requirement in section 4 to
2025-08-20T22:09:25.7496594Z [00:01:32.035]➜      "keep intact all notices".
2025-08-20T22:09:25.7497092Z [00:01:32.035]➜  
2025-08-20T22:09:25.7497409Z [00:01:32.035]➜      c) You must license the entire work, as a whole, under this
2025-08-20T22:09:25.7497864Z [00:01:32.035]➜      License to anyone who comes into possession of a copy.  This
2025-08-20T22:09:25.7498346Z [00:01:32.035]➜      License will therefore apply, along with any applicable section 7
2025-08-20T22:09:25.7498838Z [00:01:32.035]➜      additional terms, to the whole of the work, and all its parts,
2025-08-20T22:09:25.7499329Z [00:01:32.035]➜      regardless of how they are packaged.  This License gives no
2025-08-20T22:09:25.7499805Z [00:01:32.035]➜      permission to license the work in any other way, but it does not
2025-08-20T22:09:25.7500288Z [00:01:32.035]➜      invalidate such permission if you have separately received it.
2025-08-20T22:09:25.7500633Z [00:01:32.035]➜  
2025-08-20T22:09:25.7500959Z [00:01:32.035]➜      d) If the work has interactive user interfaces, each must display
2025-08-20T22:09:25.7501460Z [00:01:32.035]➜      Appropriate Legal Notices; however, if the Program has interactive
2025-08-20T22:09:25.7501955Z [00:01:32.035]➜      interfaces that do not display Appropriate Legal Notices, your
2025-08-20T22:09:25.7502349Z [00:01:32.035]➜      work need not make them do so.
2025-08-20T22:09:25.7502616Z [00:01:32.035]➜  
2025-08-20T22:09:25.7502962Z [00:01:32.035]➜    A compilation of a covered work with other separate and independent
2025-08-20T22:09:25.7503616Z [00:01:32.035]➜  works, which are not by their nature extensions of the covered work,
2025-08-20T22:09:25.7504200Z [00:01:32.035]➜  and which are not combined with it such as to form a larger program,
2025-08-20T22:09:25.7505082Z [00:01:32.035]➜  in or on a volume of a storage or distribution medium, is called an
2025-08-20T22:09:25.7505796Z [00:01:32.035]➜  "aggregate" if the compilation and its resulting copyright are not
2025-08-20T22:09:25.7506286Z [00:01:32.035]➜  used to limit the access or legal rights of the compilation's users
2025-08-20T22:09:25.7506983Z [00:01:32.035]➜  beyond what the individual works permit.  Inclusion of a covered work
2025-08-20T22:09:25.7507492Z [00:01:32.035]➜  in an aggregate does not cause this License to apply to the other
2025-08-20T22:09:25.7507884Z [00:01:32.035]➜  parts of the aggregate.
2025-08-20T22:09:25.7508135Z [00:01:32.035]➜  
2025-08-20T22:09:25.7508389Z [00:01:32.035]➜    6. Conveying Non-Source Forms.
2025-08-20T22:09:25.7508677Z [00:01:32.035]➜  
2025-08-20T22:09:25.7509015Z [00:01:32.035]➜    You may convey a covered work in object code form under the terms
2025-08-20T22:09:25.7509467Z [00:01:32.035]➜  of sections 4 and 5, provided that you also convey the
2025-08-20T22:09:25.7509955Z [00:01:32.035]➜  machine-readable Corresponding Source under the terms of this License,
2025-08-20T22:09:25.7510360Z [00:01:32.035]➜  in one of these ways:
2025-08-20T22:09:25.7510609Z [00:01:32.035]➜  
2025-08-20T22:09:25.7510935Z [00:01:32.035]➜      a) Convey the object code in, or embodied in, a physical product
2025-08-20T22:09:25.7511409Z [00:01:32.035]➜      (including a physical distribution medium), accompanied by the
2025-08-20T22:09:25.7511876Z [00:01:32.035]➜      Corresponding Source fixed on a durable physical medium
2025-08-20T22:09:25.7512293Z [00:01:32.035]➜      customarily used for software interchange.
2025-08-20T22:09:25.7512593Z [00:01:32.035]➜  
2025-08-20T22:09:25.7512915Z [00:01:32.035]➜      b) Convey the object code in, or embodied in, a physical product
2025-08-20T22:09:25.7513558Z [00:01:32.035]➜      (including a physical distribution medium), accompanied by a
2025-08-20T22:09:25.7514033Z [00:01:32.035]➜      written offer, valid for at least three years and valid for as
2025-08-20T22:09:25.7514513Z [00:01:32.035]➜      long as you offer spare parts or customer support for that product
2025-08-20T22:09:25.7514989Z [00:01:32.035]➜      model, to give anyone who possesses the object code either (1) a
2025-08-20T22:09:25.7515443Z [00:01:32.036]➜      copy of the Corresponding Source for all the software in the
2025-08-20T22:09:25.7516187Z [00:01:32.036]➜      product that is covered by this License, on a durable physical
2025-08-20T22:09:25.7517268Z [00:01:32.036]➜      medium customarily used for software interchange, for a price no
2025-08-20T22:09:25.7517837Z [00:01:32.036]➜      more than your reasonable cost of physically performing this
2025-08-20T22:09:25.7518272Z [00:01:32.036]➜      conveying of source, or (2) access to copy the
2025-08-20T22:09:25.7518727Z [00:01:32.036]➜      Corresponding Source from a network server at no charge.
2025-08-20T22:09:25.7519060Z [00:01:32.036]➜  
2025-08-20T22:09:25.7519404Z [00:01:32.036]➜      c) Convey individual copies of the object code with a copy of the
2025-08-20T22:09:25.7519877Z [00:01:32.036]➜      written offer to provide the Corresponding Source.  This
2025-08-20T22:09:25.7520355Z [00:01:32.036]➜      alternative is allowed only occasionally and noncommercially, and
2025-08-20T22:09:25.7520848Z [00:01:32.036]➜      only if you received the object code with such an offer, in accord
2025-08-20T22:09:25.7521224Z [00:01:32.036]➜      with subsection 6b.
2025-08-20T22:09:25.7521478Z [00:01:32.036]➜  
2025-08-20T22:09:25.7521806Z [00:01:32.036]➜      d) Convey the object code by offering access from a designated
2025-08-20T22:09:25.7522294Z [00:01:32.036]➜      place (gratis or for a charge), and offer equivalent access to the
2025-08-20T22:09:25.7522799Z [00:01:32.036]➜      Corresponding Source in the same way through the same place at no
2025-08-20T22:09:25.7523454Z [00:01:32.036]➜      further charge.  You need not require recipients to copy the
2025-08-20T22:09:25.7523954Z [00:01:32.036]➜      Corresponding Source along with the object code.  If the place to
2025-08-20T22:09:25.7524454Z [00:01:32.036]➜      copy the object code is a network server, the Corresponding Source
2025-08-20T22:09:25.7524932Z [00:01:32.036]➜      may be on a different server (operated by you or a third party)
2025-08-20T22:09:25.7525432Z [00:01:32.036]➜      that supports equivalent copying facilities, provided you maintain
2025-08-20T22:09:25.7525926Z [00:01:32.036]➜      clear directions next to the object code saying where to find the
2025-08-20T22:09:25.7526413Z [00:01:32.036]➜      Corresponding Source.  Regardless of what server hosts the
2025-08-20T22:09:25.7527442Z [00:01:32.036]➜      Corresponding Source, you remain obligated to ensure that it is
2025-08-20T22:09:25.7528369Z [00:01:32.036]➜      available for as long as needed to satisfy these requirements.
2025-08-20T22:09:25.7529019Z [00:01:32.036]➜  
2025-08-20T22:09:25.7529397Z [00:01:32.036]➜      e) Convey the object code using peer-to-peer transmission, provided
2025-08-20T22:09:25.7529888Z [00:01:32.036]➜      you inform other peers where the object code and Corresponding
2025-08-20T22:09:25.7530369Z [00:01:32.036]➜      Source of the work are being offered to the general public at no
2025-08-20T22:09:25.7530769Z [00:01:32.036]➜      charge under subsection 6d.
2025-08-20T22:09:25.7531043Z [00:01:32.036]➜  
2025-08-20T22:09:25.7531397Z [00:01:32.036]➜    A separable portion of the object code, whose source code is excluded
2025-08-20T22:09:25.7531888Z [00:01:32.036]➜  from the Corresponding Source as a System Library, need not be
2025-08-20T22:09:25.7532310Z [00:01:32.036]➜  included in conveying the object code work.
2025-08-20T22:09:25.7532602Z [00:01:32.036]➜  
2025-08-20T22:09:25.7532942Z [00:01:32.036]➜    A "User Product" is either (1) a "consumer product", which means any
2025-08-20T22:09:25.7533629Z [00:01:32.036]➜  tangible personal property which is normally used for personal, family,
2025-08-20T22:09:25.7534170Z [00:01:32.036]➜  or household purposes, or (2) anything designed or sold for incorporation
2025-08-20T22:09:25.7534700Z [00:01:32.036]➜  into a dwelling.  In determining whether a product is a consumer product,
2025-08-20T22:09:25.7535233Z [00:01:32.036]➜  doubtful cases shall be resolved in favor of coverage.  For a particular
2025-08-20T22:09:25.7535749Z [00:01:32.036]➜  product received by a particular user, "normally used" refers to a
2025-08-20T22:09:25.7536254Z [00:01:32.036]➜  typical or common use of that class of product, regardless of the status
2025-08-20T22:09:25.7536986Z [00:01:32.036]➜  of the particular user or of the way in which the particular user
2025-08-20T22:09:25.7537564Z [00:01:32.036]➜  actually uses, or expects or is expected to use, the product.  A product
2025-08-20T22:09:25.7538099Z [00:01:32.036]➜  is a consumer product regardless of whether the product has substantial
2025-08-20T22:09:25.7538923Z [00:01:32.036]➜  commercial, industrial or non-consumer uses, unless such uses represent
2025-08-20T22:09:25.7539771Z [00:01:32.036]➜  the only significant mode of use of the product.
2025-08-20T22:09:25.7540153Z [00:01:32.036]➜  
2025-08-20T22:09:25.7540503Z [00:01:32.036]➜    "Installation Information" for a User Product means any methods,
2025-08-20T22:09:25.7541025Z [00:01:32.036]➜  procedures, authorization keys, or other information required to install
2025-08-20T22:09:25.7541563Z [00:01:32.036]➜  and execute modified versions of a covered work in that User Product from
2025-08-20T22:09:25.7542085Z [00:01:32.036]➜  a modified version of its Corresponding Source.  The information must
2025-08-20T22:09:25.7542599Z [00:01:32.036]➜  suffice to ensure that the continued functioning of the modified object
2025-08-20T22:09:25.7543079Z [00:01:32.036]➜  code is in no case prevented or interfered with solely because
2025-08-20T22:09:25.7543624Z [00:01:32.036]➜  modification has been made.
2025-08-20T22:09:25.7543902Z [00:01:32.036]➜  
2025-08-20T22:09:25.7544243Z [00:01:32.036]➜    If you convey an object code work under this section in, or with, or
2025-08-20T22:09:25.7544741Z [00:01:32.036]➜  specifically for use in, a User Product, and the conveying occurs as
2025-08-20T22:09:25.7545247Z [00:01:32.036]➜  part of a transaction in which the right of possession and use of the
2025-08-20T22:09:25.7545745Z [00:01:32.036]➜  User Product is transferred to the recipient in perpetuity or for a
2025-08-20T22:09:25.7546249Z [00:01:32.036]➜  fixed term (regardless of how the transaction is characterized), the
2025-08-20T22:09:25.7546954Z [00:01:32.036]➜  Corresponding Source conveyed under this section must be accompanied
2025-08-20T22:09:25.7547492Z [00:01:32.036]➜  by the Installation Information.  But this requirement does not apply
2025-08-20T22:09:25.7547982Z [00:01:32.036]➜  if neither you nor any third party retains the ability to install
2025-08-20T22:09:25.7548494Z [00:01:32.036]➜  modified object code on the User Product (for example, the work has
2025-08-20T22:09:25.7548888Z [00:01:32.036]➜  been installed in ROM).
2025-08-20T22:09:25.7549146Z [00:01:32.036]➜  
2025-08-20T22:09:25.7549581Z [00:01:32.036]➜    The requirement to provide Installation Information does not include a
2025-08-20T22:09:25.7550578Z [00:01:32.037]➜  requirement to continue to provide support service, warranty, or updates
2025-08-20T22:09:25.7551330Z [00:01:32.037]➜  for a work that has been modified or installed by the recipient, or for
2025-08-20T22:09:25.7551855Z [00:01:32.037]➜  the User Product in which it has been modified or installed.  Access to a
2025-08-20T22:09:25.7552361Z [00:01:32.037]➜  network may be denied when the modification itself materially and
2025-08-20T22:09:25.7552880Z [00:01:32.037]➜  adversely affects the operation of the network or violates the rules and
2025-08-20T22:09:25.7553345Z [00:01:32.037]➜  protocols for communication across the network.
2025-08-20T22:09:25.7553874Z [00:01:32.037]➜  
2025-08-20T22:09:25.7554245Z [00:01:32.037]➜    Corresponding Source conveyed, and Installation Information provided,
2025-08-20T22:09:25.7554750Z [00:01:32.037]➜  in accord with this section must be in a format that is publicly
2025-08-20T22:09:25.7555233Z [00:01:32.037]➜  documented (and with an implementation available to the public in
2025-08-20T22:09:25.7555732Z [00:01:32.037]➜  source code form), and must require no special password or key for
2025-08-20T22:09:25.7556130Z [00:01:32.037]➜  unpacking, reading or copying.
2025-08-20T22:09:25.7556398Z [00:01:32.037]➜  
2025-08-20T22:09:25.7556625Z [00:01:32.037]➜    7. Additional Terms.
2025-08-20T22:09:25.7557089Z [00:01:32.037]➜  
2025-08-20T22:09:25.7557447Z [00:01:32.037]➜    "Additional permissions" are terms that supplement the terms of this
2025-08-20T22:09:25.7558091Z [00:01:32.037]➜  License by making exceptions from one or more of its conditions.
2025-08-20T22:09:25.7558625Z [00:01:32.037]➜  Additional permissions that are applicable to the entire Program shall
2025-08-20T22:09:25.7559142Z [00:01:32.037]➜  be treated as though they were included in this License, to the extent
2025-08-20T22:09:25.7559648Z [00:01:32.037]➜  that they are valid under applicable law.  If additional permissions
2025-08-20T22:09:25.7560153Z [00:01:32.037]➜  apply only to part of the Program, that part may be used separately
2025-08-20T22:09:25.7560978Z [00:01:32.037]➜  under those permissions, but the entire Program remains governed by
2025-08-20T22:09:25.7561856Z [00:01:32.037]➜  this License without regard to the additional permissions.
2025-08-20T22:09:25.7562208Z [00:01:32.037]➜  
2025-08-20T22:09:25.7562538Z [00:01:32.037]➜    When you convey a copy of a covered work, you may at your option
2025-08-20T22:09:25.7563041Z [00:01:32.037]➜  remove any additional permissions from that copy, or from any part of
2025-08-20T22:09:25.7563792Z [00:01:32.037]➜  it.  (Additional permissions may be written to require their own
2025-08-20T22:09:25.7564859Z [00:01:32.037]➜  removal in certain cases when you modify the work.)  You may place
2025-08-20T22:09:25.7565411Z [00:01:32.037]➜  additional permissions on material, added by you to a covered work,
2025-08-20T22:09:25.7565916Z [00:01:32.037]➜  for which you have or can give appropriate copyright permission.
2025-08-20T22:09:25.7566268Z [00:01:32.037]➜  
2025-08-20T22:09:25.7566631Z [00:01:32.037]➜    Notwithstanding any other provision of this License, for material you
2025-08-20T22:09:25.7567462Z [00:01:32.037]➜  add to a covered work, you may (if authorized by the copyright holders of
2025-08-20T22:09:25.7567965Z [00:01:32.037]➜  that material) supplement the terms of this License with terms:
2025-08-20T22:09:25.7568311Z [00:01:32.037]➜  
2025-08-20T22:09:25.7577539Z [00:01:32.037]➜      a) Disclaiming warranty or limiting liability differently from the
2025-08-20T22:09:25.7578079Z [00:01:32.037]➜      terms of sections 15 and 16 of this License; or
2025-08-20T22:09:25.7578647Z [00:01:32.037]➜  
2025-08-20T22:09:25.7579061Z [00:01:32.037]➜      b) Requiring preservation of specified reasonable legal notices or
2025-08-20T22:09:25.7579626Z [00:01:32.037]➜      author attributions in that material or in the Appropriate Legal
2025-08-20T22:09:25.7580086Z [00:01:32.037]➜      Notices displayed by works containing it; or
2025-08-20T22:09:25.7580401Z [00:01:32.037]➜  
2025-08-20T22:09:25.7580778Z [00:01:32.037]➜      c) Prohibiting misrepresentation of the origin of that material, or
2025-08-20T22:09:25.7581299Z [00:01:32.037]➜      requiring that modified versions of such material be marked in
2025-08-20T22:09:25.7581783Z [00:01:32.037]➜      reasonable ways as different from the original version; or
2025-08-20T22:09:25.7582122Z [00:01:32.037]➜  
2025-08-20T22:09:25.7582465Z [00:01:32.037]➜      d) Limiting the use for publicity purposes of names of licensors or
2025-08-20T22:09:25.7582876Z [00:01:32.037]➜      authors of the material; or
2025-08-20T22:09:25.7583162Z [00:01:32.037]➜  
2025-08-20T22:09:25.7583514Z [00:01:32.037]➜      e) Declining to grant rights under trademark law for use of some
2025-08-20T22:09:25.7583980Z [00:01:32.037]➜      trade names, trademarks, or service marks; or
2025-08-20T22:09:25.7584293Z [00:01:32.037]➜  
2025-08-20T22:09:25.7584648Z [00:01:32.037]➜      f) Requiring indemnification of licensors and authors of that
2025-08-20T22:09:25.7585180Z [00:01:32.037]➜      material by anyone who conveys the material (or modified versions of
2025-08-20T22:09:25.7585716Z [00:01:32.037]➜      it) with contractual assumptions of liability to the recipient, for
2025-08-20T22:09:25.7586233Z [00:01:32.037]➜      any liability that these contractual assumptions directly impose on
2025-08-20T22:09:25.7586871Z [00:01:32.037]➜      those licensors and authors.
2025-08-20T22:09:25.7587412Z [00:01:32.037]➜  
2025-08-20T22:09:25.7588051Z [00:01:32.037]➜    All other non-permissive additional terms are considered "further
2025-08-20T22:09:25.7588903Z [00:01:32.037]➜  restrictions" within the meaning of section 10.  If the Program as you
2025-08-20T22:09:25.7589509Z [00:01:32.037]➜  received it, or any part of it, contains a notice stating that it is
2025-08-20T22:09:25.7589993Z [00:01:32.037]➜  governed by this License along with a term that is a further
2025-08-20T22:09:25.7590496Z [00:01:32.037]➜  restriction, you may remove that term.  If a license document contains
2025-08-20T22:09:25.7591023Z [00:01:32.037]➜  a further restriction but permits relicensing or conveying under this
2025-08-20T22:09:25.7591539Z [00:01:32.037]➜  License, you may add to a covered work material governed by the terms
2025-08-20T22:09:25.7592035Z [00:01:32.037]➜  of that license document, provided that the further restriction does
2025-08-20T22:09:25.7592482Z [00:01:32.037]➜  not survive such relicensing or conveying.
2025-08-20T22:09:25.7592787Z [00:01:32.037]➜  
2025-08-20T22:09:25.7593135Z [00:01:32.037]➜    If you add terms to a covered work in accord with this section, you
2025-08-20T22:09:25.7593635Z [00:01:32.037]➜  must place, in the relevant source files, a statement of the
2025-08-20T22:09:25.7594123Z [00:01:32.037]➜  additional terms that apply to those files, or a notice indicating
2025-08-20T22:09:25.7594547Z [00:01:32.037]➜  where to find the applicable terms.
2025-08-20T22:09:25.7594831Z [00:01:32.037]➜  
2025-08-20T22:09:25.7595196Z [00:01:32.037]➜    Additional terms, permissive or non-permissive, may be stated in the
2025-08-20T22:09:25.7595700Z [00:01:32.037]➜  form of a separately written license, or stated as exceptions;
2025-08-20T22:09:25.7596121Z [00:01:32.037]➜  the above requirements apply either way.
2025-08-20T22:09:25.7596419Z [00:01:32.037]➜  
2025-08-20T22:09:25.7596651Z [00:01:32.037]➜    8. Termination.
2025-08-20T22:09:25.7597120Z [00:01:32.037]➜  
2025-08-20T22:09:25.7597473Z [00:01:32.037]➜    You may not propagate or modify a covered work except as expressly
2025-08-20T22:09:25.7598263Z [00:01:32.037]➜  provided under this License.  Any attempt otherwise to propagate or
2025-08-20T22:09:25.7599360Z [00:01:32.037]➜  modify it is void, and will automatically terminate your rights under
2025-08-20T22:09:25.7599874Z [00:01:32.037]➜  this License (including any patent licenses granted under the third
2025-08-20T22:09:25.7600281Z [00:01:32.037]➜  paragraph of section 11).
2025-08-20T22:09:25.7600548Z [00:01:32.037]➜  
2025-08-20T22:09:25.7600879Z [00:01:32.037]➜    However, if you cease all violation of this License, then your
2025-08-20T22:09:25.7601358Z [00:01:32.038]➜  license from a particular copyright holder is reinstated (a)
2025-08-20T22:09:25.7601859Z [00:01:32.038]➜  provisionally, unless and until the copyright holder explicitly and
2025-08-20T22:09:25.7602395Z [00:01:32.038]➜  finally terminates your license, and (b) permanently, if the copyright
2025-08-20T22:09:25.7602924Z [00:01:32.038]➜  holder fails to notify you of the violation by some reasonable means
2025-08-20T22:09:25.7603349Z [00:01:32.038]➜  prior to 60 days after the cessation.
2025-08-20T22:09:25.7603643Z [00:01:32.038]➜  
2025-08-20T22:09:25.7603991Z [00:01:32.038]➜    Moreover, your license from a particular copyright holder is
2025-08-20T22:09:25.7604498Z [00:01:32.038]➜  reinstated permanently if the copyright holder notifies you of the
2025-08-20T22:09:25.7605008Z [00:01:32.038]➜  violation by some reasonable means, this is the first time you have
2025-08-20T22:09:25.7605517Z [00:01:32.038]➜  received notice of violation of this License (for any work) from that
2025-08-20T22:09:25.7606030Z [00:01:32.038]➜  copyright holder, and you cure the violation prior to 30 days after
2025-08-20T22:09:25.7606438Z [00:01:32.038]➜  your receipt of the notice.
2025-08-20T22:09:25.7606891Z [00:01:32.038]➜  
2025-08-20T22:09:25.7607285Z [00:01:32.038]➜    Termination of your rights under this section does not terminate the
2025-08-20T22:09:25.7607814Z [00:01:32.038]➜  licenses of parties who have received copies or rights from you under
2025-08-20T22:09:25.7608329Z [00:01:32.038]➜  this License.  If your rights have been terminated and not permanently
2025-08-20T22:09:25.7609224Z [00:01:32.038]➜  reinstated, you do not qualify to receive new licenses for the same
2025-08-20T22:09:25.7609983Z [00:01:32.038]➜  material under section 10.
2025-08-20T22:09:25.7610369Z [00:01:32.038]➜  
2025-08-20T22:09:25.7610677Z [00:01:32.038]➜    9. Acceptance Not Required for Having Copies.
2025-08-20T22:09:25.7610993Z [00:01:32.038]➜  
2025-08-20T22:09:25.7611339Z [00:01:32.038]➜    You are not required to accept this License in order to receive or
2025-08-20T22:09:25.7611830Z [00:01:32.038]➜  run a copy of the Program.  Ancillary propagation of a covered work
2025-08-20T22:09:25.7612337Z [00:01:32.038]➜  occurring solely as a consequence of using peer-to-peer transmission
2025-08-20T22:09:25.7612850Z [00:01:32.038]➜  to receive a copy likewise does not require acceptance.  However,
2025-08-20T22:09:25.7613365Z [00:01:32.038]➜  nothing other than this License grants you permission to propagate or
2025-08-20T22:09:25.7613903Z [00:01:32.038]➜  modify any covered work.  These actions infringe copyright if you do
2025-08-20T22:09:25.7614407Z [00:01:32.038]➜  not accept this License.  Therefore, by modifying or propagating a
2025-08-20T22:09:25.7614912Z [00:01:32.038]➜  covered work, you indicate your acceptance of this License to do so.
2025-08-20T22:09:25.7615270Z [00:01:32.038]➜  
2025-08-20T22:09:25.7615571Z [00:01:32.038]➜    10. Automatic Licensing of Downstream Recipients.
2025-08-20T22:09:25.7615886Z [00:01:32.038]➜  
2025-08-20T22:09:25.7616218Z [00:01:32.038]➜    Each time you convey a covered work, the recipient automatically
2025-08-20T22:09:25.7616932Z [00:01:32.038]➜  receives a license from the original licensors, to run, modify and
2025-08-20T22:09:25.7617471Z [00:01:32.038]➜  propagate that work, subject to this License.  You are not responsible
2025-08-20T22:09:25.7617987Z [00:01:32.038]➜  for enforcing compliance by third parties with this License.
2025-08-20T22:09:25.7618338Z [00:01:32.038]➜  
2025-08-20T22:09:25.7618862Z [00:01:32.038]➜    An "entity transaction" is a transaction transferring control of an
2025-08-20T22:09:25.7619379Z [00:01:32.038]➜  organization, or substantially all assets of one, or subdividing an
2025-08-20T22:09:25.7620187Z [00:01:32.038]➜  organization, or merging organizations.  If propagation of a covered
2025-08-20T22:09:25.7621094Z [00:01:32.038]➜  work results from an entity transaction, each party to that
2025-08-20T22:09:25.7621624Z [00:01:32.038]➜  transaction who receives a copy of the work also receives whatever
2025-08-20T22:09:25.7622130Z [00:01:32.038]➜  licenses to the work the party's predecessor in interest had or could
2025-08-20T22:09:25.7622641Z [00:01:32.038]➜  give under the previous paragraph, plus a right to possession of the
2025-08-20T22:09:25.7623160Z [00:01:32.038]➜  Corresponding Source of the work from the predecessor in interest, if
2025-08-20T22:09:25.7623662Z [00:01:32.038]➜  the predecessor has it or can get it with reasonable efforts.
2025-08-20T22:09:25.7624026Z [00:01:32.038]➜  
2025-08-20T22:09:25.7624393Z [00:01:32.038]➜    You may not impose any further restrictions on the exercise of the
2025-08-20T22:09:25.7624891Z [00:01:32.038]➜  rights granted or affirmed under this License.  For example, you may
2025-08-20T22:09:25.7625388Z [00:01:32.038]➜  not impose a license fee, royalty, or other charge for exercise of
2025-08-20T22:09:25.7625901Z [00:01:32.038]➜  rights granted under this License, and you may not initiate litigation
2025-08-20T22:09:25.7626418Z [00:01:32.038]➜  (including a cross-claim or counterclaim in a lawsuit) alleging that
2025-08-20T22:09:25.7627146Z [00:01:32.038]➜  any patent claim is infringed by making, using, selling, offering for
2025-08-20T22:09:25.7627626Z [00:01:32.038]➜  sale, or importing the Program or any portion of it.
2025-08-20T22:09:25.7627946Z [00:01:32.038]➜  
2025-08-20T22:09:25.7628177Z [00:01:32.038]➜    11. Patents.
2025-08-20T22:09:25.7628414Z [00:01:32.038]➜  
2025-08-20T22:09:25.7628770Z [00:01:32.038]➜    A "contributor" is a copyright holder who authorizes use under this
2025-08-20T22:09:25.7629443Z [00:01:32.038]➜  License of the Program or a work on which the Program is based.  The
2025-08-20T22:09:25.7629971Z [00:01:32.038]➜  work thus licensed is called the contributor's "contributor version".
2025-08-20T22:09:25.7630334Z [00:01:32.038]➜  
2025-08-20T22:09:25.7630671Z [00:01:32.038]➜    A contributor's "essential patent claims" are all patent claims
2025-08-20T22:09:25.7631596Z [00:01:32.038]➜  owned or controlled by the contributor, whether already acquired or
2025-08-20T22:09:25.7632438Z [00:01:32.038]➜  hereafter acquired, that would be infringed by some manner, permitted
2025-08-20T22:09:25.7632969Z [00:01:32.038]➜  by this License, of making, using, or selling its contributor version,
2025-08-20T22:09:25.7633442Z [00:01:32.038]➜  but do not include claims that would be infringed only as a
2025-08-20T22:09:25.7633925Z [00:01:32.038]➜  consequence of further modification of the contributor version.  For
2025-08-20T22:09:25.7634462Z [00:01:32.038]➜  purposes of this definition, "control" includes the right to grant
2025-08-20T22:09:25.7634978Z [00:01:32.038]➜  patent sublicenses in a manner consistent with the requirements of
2025-08-20T22:09:25.7635358Z [00:01:32.038]➜  this License.
2025-08-20T22:09:25.7635598Z [00:01:32.038]➜  
2025-08-20T22:09:25.7635955Z [00:01:32.038]➜    Each contributor grants you a non-exclusive, worldwide, royalty-free
2025-08-20T22:09:25.7636467Z [00:01:32.038]➜  patent license under the contributor's essential patent claims, to
2025-08-20T22:09:25.7637184Z [00:01:32.038]➜  make, use, sell, offer for sale, import and otherwise run, modify and
2025-08-20T22:09:25.7637647Z [00:01:32.038]➜  propagate the contents of its contributor version.
2025-08-20T22:09:25.7637964Z [00:01:32.038]➜  
2025-08-20T22:09:25.7638316Z [00:01:32.038]➜    In the following three paragraphs, a "patent license" is any express
2025-08-20T22:09:25.7638831Z [00:01:32.038]➜  agreement or commitment, however denominated, not to enforce a patent
2025-08-20T22:09:25.7639531Z [00:01:32.038]➜  (such as an express permission to practice a patent or covenant not to
2025-08-20T22:09:25.7640043Z [00:01:32.038]➜  sue for patent infringement).  To "grant" such a patent license to a
2025-08-20T22:09:25.7640544Z [00:01:32.038]➜  party means to make such an agreement or commitment not to enforce a
2025-08-20T22:09:25.7640937Z [00:01:32.038]➜  patent against the party.
2025-08-20T22:09:25.7641202Z [00:01:32.038]➜  
2025-08-20T22:09:25.7641548Z [00:01:32.038]➜    If you convey a covered work, knowingly relying on a patent license,
2025-08-20T22:09:25.7642467Z [00:01:32.038]➜  and the Corresponding Source of the work is not available for anyone
2025-08-20T22:09:25.7643276Z [00:01:32.038]➜  to copy, free of charge and under the terms of this License, through a
2025-08-20T22:09:25.7643792Z [00:01:32.038]➜  publicly available network server or other readily accessible means,
2025-08-20T22:09:25.7644293Z [00:01:32.038]➜  then you must either (1) cause the Corresponding Source to be so
2025-08-20T22:09:25.7644807Z [00:01:32.038]➜  available, or (2) arrange to deprive yourself of the benefit of the
2025-08-20T22:09:25.7645309Z [00:01:32.038]➜  patent license for this particular work, or (3) arrange, in a manner
2025-08-20T22:09:25.7645832Z [00:01:32.038]➜  consistent with the requirements of this License, to extend the patent
2025-08-20T22:09:25.7646355Z [00:01:32.038]➜  license to downstream recipients.  "Knowingly relying" means you have
2025-08-20T22:09:25.7647054Z [00:01:32.038]➜  actual knowledge that, but for the patent license, your conveying the
2025-08-20T22:09:25.7647571Z [00:01:32.038]➜  covered work in a country, or your recipient's use of the covered work
2025-08-20T22:09:25.7648076Z [00:01:32.038]➜  in a country, would infringe one or more identifiable patents in that
2025-08-20T22:09:25.7648532Z [00:01:32.038]➜  country that you have reason to believe are valid.
2025-08-20T22:09:25.7648847Z [00:01:32.038]➜  
2025-08-20T22:09:25.7649348Z [00:01:32.038]➜    If, pursuant to or in connection with a single transaction or
2025-08-20T22:09:25.7649869Z [00:01:32.038]➜  arrangement, you convey, or propagate by procuring conveyance of, a
2025-08-20T22:09:25.7650377Z [00:01:32.038]➜  covered work, and grant a patent license to some of the parties
2025-08-20T22:09:25.7650887Z [00:01:32.038]➜  receiving the covered work authorizing them to use, propagate, modify
2025-08-20T22:09:25.7651419Z [00:01:32.038]➜  or convey a specific copy of the covered work, then the patent license
2025-08-20T22:09:25.7651937Z [00:01:32.038]➜  you grant is automatically extended to all recipients of the covered
2025-08-20T22:09:25.7652416Z [00:01:32.038]➜  work and works based on it.
2025-08-20T22:09:25.7652908Z [00:01:32.038]➜  
2025-08-20T22:09:25.7653526Z [00:01:32.038]➜    A patent license is "discriminatory" if it does not include within
2025-08-20T22:09:25.7654150Z [00:01:32.038]➜  the scope of its coverage, prohibits the exercise of, or is
2025-08-20T22:09:25.7654668Z [00:01:32.038]➜  conditioned on the non-exercise of one or more of the rights that are
2025-08-20T22:09:25.7655198Z [00:01:32.038]➜  specifically granted under this License.  You may not convey a covered
2025-08-20T22:09:25.7655722Z [00:01:32.038]➜  work if you are a party to an arrangement with a third party that is
2025-08-20T22:09:25.7656228Z [00:01:32.038]➜  in the business of distributing software, under which you make payment
2025-08-20T22:09:25.7656923Z [00:01:32.038]➜  to the third party based on the extent of your activity of conveying
2025-08-20T22:09:25.7657466Z [00:01:32.038]➜  the work, and under which the third party grants, to any of the
2025-08-20T22:09:25.7657963Z [00:01:32.038]➜  parties who would receive the covered work from you, a discriminatory
2025-08-20T22:09:25.7658463Z [00:01:32.038]➜  patent license (a) in connection with copies of the covered work
2025-08-20T22:09:25.7658964Z [00:01:32.038]➜  conveyed by you (or copies made from those copies), or (b) primarily
2025-08-20T22:09:25.7659635Z [00:01:32.038]➜  for and in connection with specific products or compilations that
2025-08-20T22:09:25.7660140Z [00:01:32.038]➜  contain the covered work, unless you entered into that arrangement,
2025-08-20T22:09:25.7660633Z [00:01:32.038]➜  or that patent license was granted, prior to 28 March 2007.
2025-08-20T22:09:25.7660977Z [00:01:32.038]➜  
2025-08-20T22:09:25.7661330Z [00:01:32.038]➜    Nothing in this License shall be construed as excluding or limiting
2025-08-20T22:09:25.7661827Z [00:01:32.038]➜  any implied license or other defenses to infringement that may
2025-08-20T22:09:25.7662312Z [00:01:32.038]➜  otherwise be available to you under applicable patent law.
2025-08-20T22:09:25.7662660Z [00:01:32.038]➜  
2025-08-20T22:09:25.7662929Z [00:01:32.038]➜    12. No Surrender of Others' Freedom.
2025-08-20T22:09:25.7663389Z [00:01:32.038]➜  
2025-08-20T22:09:25.7664055Z [00:01:32.038]➜    If conditions are imposed on you (whether by court order, agreement or
2025-08-20T22:09:25.7664851Z [00:01:32.038]➜  otherwise) that contradict the conditions of this License, they do not
2025-08-20T22:09:25.7665398Z [00:01:32.038]➜  excuse you from the conditions of this License.  If you cannot convey a
2025-08-20T22:09:25.7665930Z [00:01:32.038]➜  covered work so as to satisfy simultaneously your obligations under this
2025-08-20T22:09:25.7666481Z [00:01:32.038]➜  License and any other pertinent obligations, then as a consequence you may
2025-08-20T22:09:25.7667231Z [00:01:32.038]➜  not convey it at all.  For example, if you agree to terms that obligate you
2025-08-20T22:09:25.7667764Z [00:01:32.038]➜  to collect a royalty for further conveying from those to whom you convey
2025-08-20T22:09:25.7668277Z [00:01:32.038]➜  the Program, the only way you could satisfy both those terms and this
2025-08-20T22:09:25.7668783Z [00:01:32.038]➜  License would be to refrain entirely from conveying the Program.
2025-08-20T22:09:25.7669141Z [00:01:32.038]➜  
2025-08-20T22:09:25.7669454Z [00:01:32.038]➜    13. Use with the GNU Affero General Public License.
2025-08-20T22:09:25.7669927Z [00:01:32.038]➜  
2025-08-20T22:09:25.7670285Z [00:01:32.038]➜    Notwithstanding any other provision of this License, you have
2025-08-20T22:09:25.7670794Z [00:01:32.038]➜  permission to link or combine any covered work with a work licensed
2025-08-20T22:09:25.7671303Z [00:01:32.038]➜  under version 3 of the GNU Affero General Public License into a single
2025-08-20T22:09:25.7671805Z [00:01:32.038]➜  combined work, and to convey the resulting work.  The terms of this
2025-08-20T22:09:25.7672314Z [00:01:32.038]➜  License will continue to apply to the part which is the covered work,
2025-08-20T22:09:25.7672835Z [00:01:32.038]➜  but the special requirements of the GNU Affero General Public License,
2025-08-20T22:09:25.7673358Z [00:01:32.038]➜  section 13, concerning interaction through a network will apply to the
2025-08-20T22:09:25.7673826Z [00:01:32.038]➜  combination as such.
2025-08-20T22:09:25.7674284Z [00:01:32.038]➜  
2025-08-20T22:09:25.7674782Z [00:01:32.038]➜    14. Revised Versions of this License.
2025-08-20T22:09:25.7675269Z [00:01:32.038]➜  
2025-08-20T22:09:25.7675652Z [00:01:32.038]➜    The Free Software Foundation may publish revised and/or new versions of
2025-08-20T22:09:25.7676195Z [00:01:32.038]➜  the GNU General Public License from time to time.  Such new versions will
2025-08-20T22:09:25.7676900Z [00:01:32.038]➜  be similar in spirit to the present version, but may differ in detail to
2025-08-20T22:09:25.7677349Z [00:01:32.038]➜  address new problems or concerns.
2025-08-20T22:09:25.7677640Z [00:01:32.038]➜  
2025-08-20T22:09:25.7677989Z [00:01:32.038]➜    Each version is given a distinguishing version number.  If the
2025-08-20T22:09:25.7678499Z [00:01:32.038]➜  Program specifies that a certain numbered version of the GNU General
2025-08-20T22:09:25.7679009Z [00:01:32.038]➜  Public License "or any later version" applies to it, you have the
2025-08-20T22:09:25.7679509Z [00:01:32.038]➜  option of following the terms and conditions either of that numbered
2025-08-20T22:09:25.7680185Z [00:01:32.038]➜  version or of any later version published by the Free Software
2025-08-20T22:09:25.7680677Z [00:01:32.038]➜  Foundation.  If the Program does not specify a version number of the
2025-08-20T22:09:25.7681190Z [00:01:32.038]➜  GNU General Public License, you may choose any version ever published
2025-08-20T22:09:25.7681608Z [00:01:32.038]➜  by the Free Software Foundation.
2025-08-20T22:09:25.7681887Z [00:01:32.038]➜  
2025-08-20T22:09:25.7682219Z [00:01:32.038]➜    If the Program specifies that a proxy can decide which future
2025-08-20T22:09:25.7682700Z [00:01:32.038]➜  versions of the GNU General Public License can be used, that proxy's
2025-08-20T22:09:25.7683230Z [00:01:32.038]➜  public statement of acceptance of a version permanently authorizes you
2025-08-20T22:09:25.7683679Z [00:01:32.038]➜  to choose that version for the Program.
2025-08-20T22:09:25.7683969Z [00:01:32.038]➜  
2025-08-20T22:09:25.7684294Z [00:01:32.038]➜    Later license versions may give you additional or different
2025-08-20T22:09:25.7685193Z [00:01:32.038]➜  permissions.  However, no additional obligations are imposed on any
2025-08-20T22:09:25.7686163Z [00:01:32.038]➜  author or copyright holder as a result of your choosing to follow a
2025-08-20T22:09:25.7686980Z [00:01:32.038]➜  later version.
2025-08-20T22:09:25.7687234Z [00:01:32.039]➜  
2025-08-20T22:09:25.7687487Z [00:01:32.039]➜    15. Disclaimer of Warranty.
2025-08-20T22:09:25.7687759Z [00:01:32.039]➜  
2025-08-20T22:09:25.7688103Z [00:01:32.039]➜    THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
2025-08-20T22:09:25.7688623Z [00:01:32.039]➜  APPLICABLE LAW.  EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
2025-08-20T22:09:25.7689172Z [00:01:32.039]➜  HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
2025-08-20T22:09:25.7689755Z [00:01:32.039]➜  OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
2025-08-20T22:09:25.7690302Z [00:01:32.039]➜  THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
2025-08-20T22:09:25.7691022Z [00:01:32.039]➜  PURPOSE.  THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
2025-08-20T22:09:25.7691567Z [00:01:32.039]➜  IS WITH YOU.  SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
2025-08-20T22:09:25.7692020Z [00:01:32.039]➜  ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
2025-08-20T22:09:25.7692322Z [00:01:32.039]➜  
2025-08-20T22:09:25.7692574Z [00:01:32.039]➜    16. Limitation of Liability.
2025-08-20T22:09:25.7692851Z [00:01:32.039]➜  
2025-08-20T22:09:25.7693202Z [00:01:32.039]➜    IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
2025-08-20T22:09:25.7693727Z [00:01:32.039]➜  WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
2025-08-20T22:09:25.7694271Z [00:01:32.039]➜  THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
2025-08-20T22:09:25.7694816Z [00:01:32.039]➜  GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
2025-08-20T22:09:25.7695373Z [00:01:32.039]➜  USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
2025-08-20T22:09:25.7696051Z [00:01:32.039]➜  DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
2025-08-20T22:09:25.7697233Z [00:01:32.039]➜  PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
2025-08-20T22:09:25.7698129Z [00:01:32.039]➜  EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
2025-08-20T22:09:25.7698536Z [00:01:32.039]➜  SUCH DAMAGES.
2025-08-20T22:09:25.7698785Z [00:01:32.039]➜  
2025-08-20T22:09:25.7699076Z [00:01:32.039]➜    17. Interpretation of Sections 15 and 16.
2025-08-20T22:09:25.7699381Z [00:01:32.039]➜  
2025-08-20T22:09:25.7699740Z [00:01:32.039]➜    If the disclaimer of warranty and limitation of liability provided
2025-08-20T22:09:25.7700256Z [00:01:32.039]➜  above cannot be given local legal effect according to their terms,
2025-08-20T22:09:25.7700779Z [00:01:32.039]➜  reviewing courts shall apply local law that most closely approximates
2025-08-20T22:09:25.7701474Z [00:01:32.039]➜  an absolute waiver of all civil liability in connection with the
2025-08-20T22:09:25.7701985Z [00:01:32.039]➜  Program, unless a warranty or assumption of liability accompanies a
2025-08-20T22:09:25.7702417Z [00:01:32.039]➜  copy of the Program in return for a fee.
2025-08-20T22:09:25.7702705Z [00:01:32.039]➜  
2025-08-20T22:09:25.7702980Z [00:01:32.039]➜                       END OF TERMS AND CONDITIONS
2025-08-20T22:09:25.7703273Z [00:01:32.039]➜  
2025-08-20T22:09:25.7703564Z [00:01:32.039]➜              How to Apply These Terms to Your New Programs
2025-08-20T22:09:25.7703874Z [00:01:32.039]➜  
2025-08-20T22:09:25.7704212Z [00:01:32.039]➜    If you develop a new program, and you want it to be of the greatest
2025-08-20T22:09:25.7704714Z [00:01:32.039]➜  possible use to the public, the best way to achieve this is to make it
2025-08-20T22:09:25.7705254Z [00:01:32.039]➜  free software which everyone can redistribute and change under these terms.
2025-08-20T22:09:25.7705662Z [00:01:32.039]➜  
2025-08-20T22:09:25.7706000Z [00:01:32.039]➜    To do so, attach the following notices to the program.  It is safest
2025-08-20T22:09:25.7706490Z [00:01:32.039]➜  to attach them to the start of each source file to most effectively
2025-08-20T22:09:25.7707261Z [00:01:32.039]➜  state the exclusion of warranty; and each file should have at least
2025-08-20T22:09:25.7708197Z [00:01:32.039]➜  the "copyright" line and a pointer to where the full notice is found.
2025-08-20T22:09:25.7708821Z [00:01:32.039]➜  
2025-08-20T22:09:25.7709192Z [00:01:32.039]➜      <one line to give the program's name and a brief idea of what it does.>
2025-08-20T22:09:25.7709628Z [00:01:32.039]➜      Copyright (C) <year>  <name of author>
2025-08-20T22:09:25.7709916Z [00:01:32.039]➜  
2025-08-20T22:09:25.7710267Z [00:01:32.039]➜      This program is free software: you can redistribute it and/or modify
2025-08-20T22:09:25.7710933Z [00:01:32.039]➜      it under the terms of the GNU General Public License as published by
2025-08-20T22:09:25.7711459Z [00:01:32.039]➜      the Free Software Foundation, either version 3 of the License, or
2025-08-20T22:09:25.7711880Z [00:01:32.039]➜      (at your option) any later version.
2025-08-20T22:09:25.7712163Z [00:01:32.039]➜  
2025-08-20T22:09:25.7712499Z [00:01:32.039]➜      This program is distributed in the hope that it will be useful,
2025-08-20T22:09:25.7712983Z [00:01:32.039]➜      but WITHOUT ANY WARRANTY; without even the implied warranty of
2025-08-20T22:09:25.7713479Z [00:01:32.039]➜      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
2025-08-20T22:09:25.7713920Z [00:01:32.039]➜      GNU General Public License for more details.
2025-08-20T22:09:25.7714221Z [00:01:32.039]➜  
2025-08-20T22:09:25.7714557Z [00:01:32.039]➜      You should have received a copy of the GNU General Public License
2025-08-20T22:09:25.7715089Z [00:01:32.039]➜      along with this program.  If not, see <https://www.gnu.org/licenses/>.
2025-08-20T22:09:25.7715478Z [00:01:32.039]➜  
2025-08-20T22:09:25.7715841Z [00:01:32.039]➜  Also add information on how to contact you by electronic and paper mail.
2025-08-20T22:09:25.7716217Z [00:01:32.039]➜  
2025-08-20T22:09:25.7716549Z [00:01:32.039]➜    If the program does terminal interaction, make it output a short
2025-08-20T22:09:25.7717245Z [00:01:32.039]➜  notice like this when it starts in an interactive mode:
2025-08-20T22:09:25.7717571Z [00:01:32.039]➜  
2025-08-20T22:09:25.7717870Z [00:01:32.039]➜      <program>  Copyright (C) <year>  <name of author>
2025-08-20T22:09:25.7718725Z [00:01:32.039]➜      This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
2025-08-20T22:09:25.7719680Z [00:01:32.039]➜      This is free software, and you are welcome to redistribute it
2025-08-20T22:09:25.7720293Z [00:01:32.039]➜      under certain conditions; type `show c' for details.
2025-08-20T22:09:25.7720616Z [00:01:32.039]➜  
2025-08-20T22:09:25.7721020Z [00:01:32.039]➜  The hypothetical commands `show w' and `show c' should show the appropriate
2025-08-20T22:09:25.7721806Z [00:01:32.039]➜  parts of the General Public License.  Of course, your program's commands
2025-08-20T22:09:25.7722340Z [00:01:32.039]➜  might be different; for a GUI interface, you would use an "about box".
2025-08-20T22:09:25.7722708Z [00:01:32.039]➜  
2025-08-20T22:09:25.7723074Z [00:01:32.039]➜    You should also get your employer (if you work as a programmer) or school,
2025-08-20T22:09:25.7723603Z [00:01:32.039]➜  if any, to sign a "copyright disclaimer" for the program, if necessary.
2025-08-20T22:09:25.7724128Z [00:01:32.039]➜  For more information on this, and how to apply and follow the GNU GPL, see
2025-08-20T22:09:25.7724571Z [00:01:32.039]➜  <https://www.gnu.org/licenses/>.
2025-08-20T22:09:25.7724857Z [00:01:32.039]➜  
2025-08-20T22:09:25.7725226Z [00:01:32.039]➜    The GNU General Public License does not permit incorporating your program
2025-08-20T22:09:25.7725782Z [00:01:32.039]➜  into proprietary programs.  If your program is a subroutine library, you
2025-08-20T22:09:25.7726339Z [00:01:32.039]➜  may consider it more useful to permit linking proprietary applications with
2025-08-20T22:09:25.7727096Z [00:01:32.039]➜  the library.  If this is what you want to do, use the GNU Lesser General
2025-08-20T22:09:25.7727614Z [00:01:32.039]➜  Public License instead of this License.  But first, please read
2025-08-20T22:09:25.7728083Z [00:01:32.039]➜  <https://www.gnu.org/licenses/why-not-lgpl.html>.
2025-08-20T22:09:25.7728419Z [00:01:32.039]➜  
2025-08-20T22:09:25.7728622Z [00:01:32.039]➜  
2025-08-20T22:09:25.8215425Z [00:01:32.118]➜  
2025-08-20T22:09:25.8215867Z [00:01:32.118]➜  File: LICENSE
2025-08-20T22:09:25.8216193Z [00:01:32.118]➜    Type: ASCII text
2025-08-20T22:09:25.8216929Z [00:01:32.118]➜    B3sum: 9531546decbed2aa21abd964d148ded0bbd272d98b13698629883de3abfa9b30
2025-08-20T22:09:25.8217660Z [00:01:32.118]➜    SHA256sum: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986
2025-08-20T22:09:25.8218214Z [00:01:32.118]➜    Size: 36K
2025-08-20T22:09:25.8361249Z [00:01:32.132]➜  
2025-08-20T22:09:25.8361619Z [00:01:32.132]➜  File: SBUILD
2025-08-20T22:09:25.8362045Z [00:01:32.132]➜    Type: a /SBUILD ver @v1.0.0 script, ASCII text executable
2025-08-20T22:09:25.8362598Z [00:01:32.132]➜    B3sum: f76153f980d3f3d11000d5bac9caf992df021e84c96866e179379c3145f6ea8f
2025-08-20T22:09:25.8363200Z [00:01:32.132]➜    SHA256sum: bbde88f9e40009eba0658c120ffb451b9b0a38ee31455a6d6ae5d6180e0e4fc1
2025-08-20T22:09:25.8363627Z [00:01:32.132]➜    Size: 4.0K
2025-08-20T22:09:25.8477701Z [00:01:32.144]➜  
2025-08-20T22:09:25.8478252Z [00:01:32.144]➜  File: pkgtop.static.version
2025-08-20T22:09:25.8478795Z [00:01:32.144]➜    Type: ASCII text, with no line terminators
2025-08-20T22:09:25.8479380Z [00:01:32.144]➜    B3sum: 63af7159bfc22106db2b4eee5a6f047dadd2998f2692f8c22ff37bd00dc47947
2025-08-20T22:09:25.8480086Z [00:01:32.144]➜    SHA256sum: 2d383ee0d46fa04cbc1161d7a4e4a402adeccaa155df06c57a441da92a926694
2025-08-20T22:09:25.8480606Z [00:01:32.144]➜    Size: 4.0K
2025-08-20T22:09:25.8590047Z [00:01:32.155]➜  
2025-08-20T22:09:25.8590489Z [00:01:32.155]➜  File: pkgtop.version
2025-08-20T22:09:25.8590886Z [00:01:32.155]➜    Type: ASCII text, with no line terminators
2025-08-20T22:09:25.8591680Z [00:01:32.155]➜    B3sum: 63af7159bfc22106db2b4eee5a6f047dadd2998f2692f8c22ff37bd00dc47947
2025-08-20T22:09:25.8592762Z [00:01:32.155]➜    SHA256sum: 2d383ee0d46fa04cbc1161d7a4e4a402adeccaa155df06c57a441da92a926694
2025-08-20T22:09:25.8593462Z [00:01:32.155]➜    Size: 4.0K
2025-08-20T22:09:25.8593843Z [00:01:32.156]➜  
2025-08-20T22:09:25.8594700Z [00:01:32.156]➜  [+] Generating (b3sum) Checksums ==> [/tmp/pkgforge/4NRhCNz_bG3MkmSkI_build.yaml/SBUILD_OUTDIR/CHECKSUM]
2025-08-20T22:09:25.8626892Z [00:01:32.159]➜  SBUILD:f76153f980d3f3d11000d5bac9caf992df021e84c96866e179379c3145f6ea8f
2025-08-20T22:09:25.8628032Z [00:01:32.159]➜  LICENSE:9531546decbed2aa21abd964d148ded0bbd272d98b13698629883de3abfa9b30
2025-08-20T22:09:25.8629323Z [00:01:32.159]➜  pkgtop.static.version:63af7159bfc22106db2b4eee5a6f047dadd2998f2692f8c22ff37bd00dc47947
2025-08-20T22:09:25.8649481Z [00:01:32.159]➜  pkgtop.version:63af7159bfc22106db2b4eee5a6f047dadd2998f2692f8c22ff37bd00dc47947
2025-08-20T22:09:25.8650298Z [00:01:32.161]➜  
2025-08-20T22:09:25.8651314Z [00:01:32.161]➜  [+] Signing pkgtop.static (Verify: https://docs.pkgforge.dev/repositories/pkgforge-stable/security#trust-but-verify)
2025-08-20T22:09:25.8750396Z [00:01:32.171]➜  
2025-08-20T22:09:25.8751656Z [00:01:32.171]➜  [✓] SuccessFully Built pkgtop.static using https://github.com/pkgforge/soarpkgs/blob/main/binaries/pkgtop/static.official.source.yaml [Wednesday, 2025-08-20 (10:09:25 PM) UTC]
2025-08-20T22:09:25.8752552Z [00:01:32.171]➜  
2025-08-20T22:09:25.8779689Z [00:01:32.174]➜  [+] Total Size: 632K (Includes DUPES+TMPFILES)
2025-08-20T22:09:25.8780576Z [00:01:32.174]➜  [+] LOGPATH='/tmp/pkgforge/4NRhCNz_bG3MkmSkI_build.yaml/SBUILD_OUTDIR/pkgtop.static.log'
2025-08-20T22:09:25.8793734Z [00:01:32.176]➜  [+] ENVPATH=/tmp/pkgforge/EeXRpoqAE_SBUILD/ENVPATH
2025-08-20T22:09:25.8900278Z 
2025-08-20T22:09:25.8901261Z [+] Sanitizing /tmp/pkgforge/EeXRpoqAE_SBUILD/BUILD.log ==> /tmp/pkgforge/4NRhCNz_bG3MkmSkI_build.yaml/SBUILD_OUTDIR/pkgtop.static.log
2025-08-20T22:09:29.8248883Z 
2025-08-20T22:09:29.8250100Z [✗] FATAL: Failed to Push Artifacts ==> [ghcr.io/pkgforge/bincache/pkgtop/official]
2025-08-20T22:09:29.8251565Z [+] LOGS (Build Dir): /tmp/pkgforge/4NRhCNz_bG3MkmSkI_build.yaml/SBUILD_OUTDIR
2025-08-20T22:09:29.8252246Z 
2025-08-20T22:09:29.8314406Z *** Zstandard CLI (64-bit) v1.5.7, by Yann Collet ***
2025-08-20T22:09:29.8353528Z ./BUILD_ARTIFACTS.tar : 40.29%   (   540 KiB =>    218 KiB, /tmp/BUILD_ARTIFACTS.zstd) 
2025-08-20T22:09:29.8372076Z removed './BUILD_ARTIFACTS.tar'
2025-08-20T22:09:29.8409506Z 
2025-08-20T22:09:29.8410377Z [+] Completed (Building|Fetching) https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/pkgtop/static.official.source.yaml :: 00(Hr):01(Min):36(Sec)
2025-08-20T22:09:29.8411083Z 
2025-08-20T22:09:29.8426040Z 
2025-08-20T22:09:29.8426323Z ==> [+] Finished Building at :: Wednesday, 2025-08-20 (10:09:29 PM) UTC
2025-08-20T22:09:29.8426601Z 
2025-08-20T22:09:29.9777621Z renamed '/tmp/BUILD.gh.log.txt' -> '/tmp/BUILD.log'
2025-08-20T22:09:29.9827431Z ##[group]Run ##Presets
2025-08-20T22:09:29.9827779Z [36;1m##Presets[0m
2025-08-20T22:09:29.9828032Z [36;1mset +x ; set +e[0m
2025-08-20T22:09:29.9828251Z [36;1m#-------------#[0m
2025-08-20T22:09:29.9828452Z [36;1m##Debug?[0m
2025-08-20T22:09:29.9828695Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T22:09:29.9828977Z [36;1m  set -x[0m
2025-08-20T22:09:29.9829187Z [36;1mfi[0m
2025-08-20T22:09:29.9829370Z [36;1m#-------------#[0m
2025-08-20T22:09:29.9829572Z [36;1m##Set ENV[0m
2025-08-20T22:09:29.9829807Z [36;1m if [[ "${SKIP_SRCBUILD_UPLOAD}" != "YES" ]]; then[0m
2025-08-20T22:09:29.9830243Z [36;1m    #GHCRPKG_TAG_SRCBUILD="srcbuild.$(date --utc +"%y%m%dT%H%M%S" | tr -d '[:space:]')-"[0m
2025-08-20T22:09:29.9830685Z [36;1m    GHCRPKG_TAG_SRCBUILD=""[0m
2025-08-20T22:09:29.9831108Z [36;1m    GHCRPKG_URL_SRCBUILD="ghcr.io/pkgforge/bincache/pkgtop/official/pkgtop-srcbuild-"[0m
2025-08-20T22:09:29.9831609Z [36;1m    export GHCRPKG_TAG_SRCBUILD GHCRPKG_URL_SRCBUILD[0m
2025-08-20T22:09:29.9832016Z [36;1m    echo "GHCRPKG_TAG_SRCBUILD=${GHCRPKG_TAG_SRCBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:09:29.9832460Z [36;1m    echo "GHCRPKG_URL_SRCBUILD=${GHCRPKG_URL_SRCBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:09:29.9832832Z [36;1m fi[0m
2025-08-20T22:09:29.9833009Z [36;1m##Push[0m
2025-08-20T22:09:29.9833232Z [36;1m if [[ -n "${GHCRPKG_TAG_SRCBUILD+x}" ]]; then[0m
2025-08-20T22:09:29.9833510Z [36;1m  pushd "/tmp" &>/dev/null[0m
2025-08-20T22:09:29.9833900Z [36;1m   if [[ -s "./BUILD_ARTIFACTS.zstd" && $(stat -c%s "./BUILD_ARTIFACTS.zstd") -gt 1000 ]]; then[0m
2025-08-20T22:09:29.9834383Z [36;1m     realpath "./BUILD_ARTIFACTS.zstd" && du -sh "./BUILD_ARTIFACTS.zstd"[0m
2025-08-20T22:09:29.9835057Z [36;1m     ls -sh "/tmp/pkgforge/4NRhCNz_bG3MkmSkI_build.yaml/SBUILD_OUTDIR"[0m
2025-08-20T22:09:29.9835404Z [36;1m     ghcr_push_cmd()[0m
2025-08-20T22:09:29.9835629Z [36;1m       {[0m
2025-08-20T22:09:29.9835828Z [36;1m        for i in {1..10}; do[0m
2025-08-20T22:09:29.9836174Z [36;1m          unset ghcr_push ; ghcr_push=(oras push --disable-path-validation)[0m
2025-08-20T22:09:29.9836626Z [36;1m          ghcr_push+=(--config "/dev/null:application/vnd.oci.empty.v1+json")[0m
2025-08-20T22:09:29.9837281Z [36;1m          ghcr_push+=(--annotation "com.github.package.type=container")[0m
2025-08-20T22:09:29.9837716Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_ghcrpkg-tag=")[0m
2025-08-20T22:09:29.9838135Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_gha=")[0m
2025-08-20T22:09:29.9838521Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_id=")[0m
2025-08-20T22:09:29.9838907Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.ghcr_pkg=:")[0m
2025-08-20T22:09:29.9839281Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.push_date=")[0m
2025-08-20T22:09:29.9839663Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.version=")[0m
2025-08-20T22:09:29.9840061Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.created=")[0m
2025-08-20T22:09:29.9840539Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.description=SRCBUILD for ")[0m
2025-08-20T22:09:29.9841052Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.licenses=blessing")[0m
2025-08-20T22:09:29.9841504Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.ref.name=")[0m
2025-08-20T22:09:29.9841923Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.revision=")[0m
2025-08-20T22:09:29.9842338Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.source=")[0m
2025-08-20T22:09:29.9842803Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.title=SRCBUILD-pkgtop")[0m
2025-08-20T22:09:29.9843273Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.url=")[0m
2025-08-20T22:09:29.9843868Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.vendor=pkgforge")[0m
2025-08-20T22:09:29.9844313Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.version=")[0m
2025-08-20T22:09:29.9844717Z [36;1m          ghcr_push+=("${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}")[0m
2025-08-20T22:09:29.9845251Z [36;1m          [[ -f "./BUILD_ARTIFACTS.zstd" && -s "./BUILD_ARTIFACTS.zstd" ]] && ghcr_push+=("./BUILD_ARTIFACTS.zstd")[0m
2025-08-20T22:09:29.9845689Z [36;1m          "${ghcr_push[@]}" ; sleep 5[0m
2025-08-20T22:09:29.9845943Z [36;1m         #Check[0m
2025-08-20T22:09:29.9846503Z [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:09:29.9847393Z [36;1m            echo -e "\n[+] (ARTIFACTS) Registry --> https://${GHCRPKG_URL_SRCBUILD}\n"[0m
2025-08-20T22:09:29.9847747Z [36;1m            break[0m
2025-08-20T22:09:29.9847955Z [36;1m          else[0m
2025-08-20T22:09:29.9848361Z [36;1m            echo -e "\n[-] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD} (Retrying ${i}/10)\n"[0m
2025-08-20T22:09:29.9848793Z [36;1m          fi[0m
2025-08-20T22:09:29.9849010Z [36;1m          sleep "$(shuf -i 500-4500 -n 1)e-3"[0m
2025-08-20T22:09:29.9849265Z [36;1m        done[0m
2025-08-20T22:09:29.9849448Z [36;1m       }[0m
2025-08-20T22:09:29.9849652Z [36;1m       export -f ghcr_push_cmd[0m
2025-08-20T22:09:29.9849902Z [36;1m       ghcr_push_cmd[0m
2025-08-20T22:09:29.9850469Z [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:09:29.9851352Z [36;1m         echo -e "\n[✗] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}\n"[0m
2025-08-20T22:09:29.9851771Z [36;1m          echo -e "\n[-] Retrying ...\n"[0m
2025-08-20T22:09:29.9852032Z [36;1m          ghcr_push_cmd[0m
2025-08-20T22:09:29.9852661Z [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:09:29.9853363Z [36;1m             oras manifest fetch "${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}" | jq .[0m
2025-08-20T22:09:29.9853904Z [36;1m             echo -e "\n[✗] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}\n"[0m
2025-08-20T22:09:29.9854325Z [36;1m             return 1 || exit 1[0m
2025-08-20T22:09:29.9854558Z [36;1m           fi[0m
2025-08-20T22:09:29.9854749Z [36;1m       fi[0m
2025-08-20T22:09:29.9854930Z [36;1m   fi[0m
2025-08-20T22:09:29.9855113Z [36;1m fi[0m
2025-08-20T22:09:29.9855302Z [36;1mpopd >/dev/null 2>&1[0m
2025-08-20T22:09:29.9949417Z shell: /usr/bin/bash -e {0}
2025-08-20T22:09:29.9949659Z env:
2025-08-20T22:09:29.9949867Z   CROSS_COMPILING: NO
2025-08-20T22:09:29.9950091Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T22:09:29.9950333Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T22:09:29.9950546Z   ON_QEMU: NO
2025-08-20T22:09:29.9950720Z   DEBUG: 0
2025-08-20T22:09:29.9950898Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T22:09:29.9951117Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T22:09:29.9951395Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/pkgtop/official
2025-08-20T22:09:29.9951693Z   KEEP_LOGS: YES
2025-08-20T22:09:29.9951882Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:09:29.9952113Z   PKG_FAMILY_LOCAL: pkgtop
2025-08-20T22:09:29.9952331Z   SBUILD_REBUILD: false
2025-08-20T22:09:29.9952883Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/pkgtop/static.official.source.yaml
2025-08-20T22:09:29.9953473Z   BUILD_SYS: docker://go
2025-08-20T22:09:29.9953684Z   BUILD_ON_HOST: FALSE
2025-08-20T22:09:29.9953881Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:09:29.9954073Z   SYSTMP: /tmp
2025-08-20T22:09:29.9954255Z   GHA_MODE: MATRIX
2025-08-20T22:09:29.9954849Z   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:29.9955369Z   INPUT_SBUILD: /tmp/pkgforge/bG3MkmSkI_build.yaml
2025-08-20T22:09:29.9955702Z   BUILD_DIR: /tmp/pkgforge/4NRhCNz_bG3MkmSkI_build.yaml
2025-08-20T22:09:29.9956090Z   SBUILD_OUTDIR: /tmp/pkgforge/4NRhCNz_bG3MkmSkI_build.yaml/SBUILD_OUTDIR
2025-08-20T22:09:29.9956577Z   SBUILD_TMPDIR: /tmp/pkgforge/4NRhCNz_bG3MkmSkI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:09:29.9957103Z   PKG_TYPE: static
2025-08-20T22:09:29.9957300Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:09:29.9957546Z   PUSH_SUCCESSFUL: NO
2025-08-20T22:09:29.9958068Z   GHCR_TOKEN: ***
2025-08-20T22:09:29.9958378Z   GITHUB_TOKEN: ***
2025-08-20T22:09:29.9958619Z   GITLAB_TOKEN: ***
2025-08-20T22:09:29.9959756Z   MINISIGN_KEY: ***
2025-08-20T22:09:29.9959946Z ##[endgroup]
2025-08-20T22:09:30.0052936Z /tmp/BUILD_ARTIFACTS.zstd
2025-08-20T22:09:30.0063451Z 220K	./BUILD_ARTIFACTS.zstd
2025-08-20T22:09:30.0076331Z total 168K
2025-08-20T22:09:30.0076669Z 4.0K CHECKSUM
2025-08-20T22:09:30.0077199Z 4.0K CHECKSUM.sig
2025-08-20T22:09:30.0077532Z  36K LICENSE
2025-08-20T22:09:30.0077825Z 4.0K LICENSE.sig
2025-08-20T22:09:30.0078034Z 4.0K SBUILD
2025-08-20T22:09:30.0078219Z 4.0K SBUILD.sig
2025-08-20T22:09:30.0078427Z 4.0K SBUILD_TEMP
2025-08-20T22:09:30.0078652Z  92K pkgtop.static.log
2025-08-20T22:09:30.0078897Z 4.0K pkgtop.static.version
2025-08-20T22:09:30.0079157Z 4.0K pkgtop.static.version.sig
2025-08-20T22:09:30.0079413Z 4.0K pkgtop.version
2025-08-20T22:09:30.0079622Z 4.0K pkgtop.version.sig
2025-08-20T22:09:30.0120487Z Error: "ghcr.io/pkgforge/bincache/pkgtop/official/pkgtop-srcbuild-:": invalid reference: invalid repository "pkgforge/bincache/pkgtop/official/pkgtop-srcbuild-"
2025-08-20T22:09:30.0123644Z Please make sure the provided reference is in the form of <registry>/<repo>[:tag|@digest]
2025-08-20T22:09:35.0189354Z Error: "ghcr.io/pkgforge/bincache/pkgtop/official/pkgtop-srcbuild-:": invalid reference: invalid repository "pkgforge/bincache/pkgtop/official/pkgtop-srcbuild-"
2025-08-20T22:09:35.0191684Z Please make sure the provided reference is in the form of <registry>/<repo>[:tag|@digest]
2025-08-20T22:09:35.0200399Z 
2025-08-20T22:09:35.0201004Z [+] (ARTIFACTS) Registry --> https://ghcr.io/pkgforge/bincache/pkgtop/official/pkgtop-srcbuild-
2025-08-20T22:09:35.0201389Z 
2025-08-20T22:09:35.0244469Z Error: "ghcr.io/pkgforge/bincache/pkgtop/official/pkgtop-srcbuild-:": invalid reference: invalid repository "pkgforge/bincache/pkgtop/official/pkgtop-srcbuild-"
2025-08-20T22:09:35.0245954Z Please make sure the provided reference is in the form of <registry>/<repo>[:tag|@digest]
2025-08-20T22:09:35.0305663Z ##[group]Run ##Presets
2025-08-20T22:09:35.0306144Z [36;1m##Presets[0m
2025-08-20T22:09:35.0306524Z [36;1mset +x ; set +e[0m
2025-08-20T22:09:35.0307118Z [36;1m#-------------#[0m
2025-08-20T22:09:35.0307498Z [36;1m##Debug?[0m
2025-08-20T22:09:35.0307946Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T22:09:35.0308479Z [36;1m  set -x[0m
2025-08-20T22:09:35.0308800Z [36;1mfi[0m
2025-08-20T22:09:35.0309126Z [36;1m#-------------#[0m
2025-08-20T22:09:35.0309601Z [36;1mUTC_TIME="$(TZ='UTC' date +'%Y_%m_%dT%I_%M_%S_%p')"[0m
2025-08-20T22:09:35.0310252Z [36;1mecho "UTC_TIME=${UTC_TIME}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:09:35.0373882Z shell: /usr/bin/bash -e {0}
2025-08-20T22:09:35.0374125Z env:
2025-08-20T22:09:35.0374306Z   CROSS_COMPILING: NO
2025-08-20T22:09:35.0374530Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T22:09:35.0374764Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T22:09:35.0374985Z   ON_QEMU: NO
2025-08-20T22:09:35.0375198Z   DEBUG: 0
2025-08-20T22:09:35.0375382Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T22:09:35.0375612Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T22:09:35.0375900Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/pkgtop/official
2025-08-20T22:09:35.0376200Z   KEEP_LOGS: YES
2025-08-20T22:09:35.0376391Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:09:35.0376607Z   PKG_FAMILY_LOCAL: pkgtop
2025-08-20T22:09:35.0377036Z   SBUILD_REBUILD: false
2025-08-20T22:09:35.0377589Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/pkgtop/static.official.source.yaml
2025-08-20T22:09:35.0378172Z   BUILD_SYS: docker://go
2025-08-20T22:09:35.0378394Z   BUILD_ON_HOST: FALSE
2025-08-20T22:09:35.0378593Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:09:35.0378782Z   SYSTMP: /tmp
2025-08-20T22:09:35.0378968Z   GHA_MODE: MATRIX
2025-08-20T22:09:35.0379405Z   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:35.0379919Z   INPUT_SBUILD: /tmp/pkgforge/bG3MkmSkI_build.yaml
2025-08-20T22:09:35.0380247Z   BUILD_DIR: /tmp/pkgforge/4NRhCNz_bG3MkmSkI_build.yaml
2025-08-20T22:09:35.0380635Z   SBUILD_OUTDIR: /tmp/pkgforge/4NRhCNz_bG3MkmSkI_build.yaml/SBUILD_OUTDIR
2025-08-20T22:09:35.0381117Z   SBUILD_TMPDIR: /tmp/pkgforge/4NRhCNz_bG3MkmSkI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:09:35.0381496Z   PKG_TYPE: static
2025-08-20T22:09:35.0381690Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:09:35.0381891Z   PUSH_SUCCESSFUL: NO
2025-08-20T22:09:35.0382094Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T22:09:35.0382440Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/pkgtop/official/pkgtop-srcbuild-
2025-08-20T22:09:35.0382812Z ##[endgroup]
2025-08-20T22:09:35.0564802Z ##[group]Run actions/upload-artifact@v4
2025-08-20T22:09:35.0565116Z with:
2025-08-20T22:09:35.0565351Z   name: Bincache_pkgtop_x86_64-Linux
2025-08-20T22:09:35.0565667Z   path: /tmp/BUILD.log
/tmp/BUILD_ARTIFACTS.zstd

2025-08-20T22:09:35.0565965Z   compression-level: 0
2025-08-20T22:09:35.0566182Z   retention-days: 30
2025-08-20T22:09:35.0566579Z   overwrite: true
2025-08-20T22:09:35.0566976Z   if-no-files-found: warn
2025-08-20T22:09:35.0567209Z   include-hidden-files: false
2025-08-20T22:09:35.0567427Z env:
2025-08-20T22:09:35.0567597Z   CROSS_COMPILING: NO
2025-08-20T22:09:35.0567804Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T22:09:35.0568024Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T22:09:35.0568228Z   ON_QEMU: NO
2025-08-20T22:09:35.0568401Z   DEBUG: 0
2025-08-20T22:09:35.0568580Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T22:09:35.0568813Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T22:09:35.0569109Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/pkgtop/official
2025-08-20T22:09:35.0569469Z   KEEP_LOGS: YES
2025-08-20T22:09:35.0569664Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:09:35.0569881Z   PKG_FAMILY_LOCAL: pkgtop
2025-08-20T22:09:35.0570092Z   SBUILD_REBUILD: false
2025-08-20T22:09:35.0570629Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/pkgtop/static.official.source.yaml
2025-08-20T22:09:35.0571198Z   BUILD_SYS: docker://go
2025-08-20T22:09:35.0571406Z   BUILD_ON_HOST: FALSE
2025-08-20T22:09:35.0571604Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:09:35.0571796Z   SYSTMP: /tmp
2025-08-20T22:09:35.0571974Z   GHA_MODE: MATRIX
2025-08-20T22:09:35.0572413Z   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:35.0572940Z   INPUT_SBUILD: /tmp/pkgforge/bG3MkmSkI_build.yaml
2025-08-20T22:09:35.0573265Z   BUILD_DIR: /tmp/pkgforge/4NRhCNz_bG3MkmSkI_build.yaml
2025-08-20T22:09:35.0573660Z   SBUILD_OUTDIR: /tmp/pkgforge/4NRhCNz_bG3MkmSkI_build.yaml/SBUILD_OUTDIR
2025-08-20T22:09:35.0574149Z   SBUILD_TMPDIR: /tmp/pkgforge/4NRhCNz_bG3MkmSkI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:09:35.0574534Z   PKG_TYPE: static
2025-08-20T22:09:35.0574728Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:09:35.0574935Z   PUSH_SUCCESSFUL: NO
2025-08-20T22:09:35.0575143Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T22:09:35.0575500Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/pkgtop/official/pkgtop-srcbuild-
2025-08-20T22:09:35.0575914Z   UTC_TIME: 2025_08_20T10_09_35_PM
2025-08-20T22:09:35.0576146Z ##[endgroup]
2025-08-20T22:09:35.2810153Z Multiple search paths detected. Calculating the least common ancestor of all paths
2025-08-20T22:09:35.2813338Z The least common ancestor is /tmp. This will be the root directory of the artifact
2025-08-20T22:09:35.2814167Z With the provided path, there will be 2 files uploaded
2025-08-20T22:09:35.4133577Z Artifact name is valid!
2025-08-20T22:09:35.4135375Z Root directory input is valid!
2025-08-20T22:09:35.5159212Z Beginning upload of artifact content to blob storage
2025-08-20T22:09:35.9990060Z Uploaded bytes 663545
2025-08-20T22:09:36.0701846Z Finished uploading artifact content to blob storage!
2025-08-20T22:09:36.0704453Z SHA256 digest of uploaded artifact zip is 0fd70fdc533dd9379c5c16e6c95cc2ff7acedce35b2b872bb46f92c91ade60f7
2025-08-20T22:09:36.0705354Z Finalizing artifact upload
2025-08-20T22:09:36.1625932Z Artifact Bincache_pkgtop_x86_64-Linux.zip successfully finalized. Artifact ID 3813685530
2025-08-20T22:09:36.1627965Z Artifact Bincache_pkgtop_x86_64-Linux has been successfully uploaded! Final size is 663545 bytes. Artifact ID is 3813685530
2025-08-20T22:09:36.1635167Z Artifact download URL: https://github.com/pkgforge/bincache/actions/runs/17108974941/artifacts/3813685530
2025-08-20T22:09:36.1786890Z ##[group]Run actions/attest-build-provenance@v2.4.0
2025-08-20T22:09:36.1787280Z with:
2025-08-20T22:09:36.1787481Z   subject-name: pkgtop--
2025-08-20T22:09:36.1788218Z   subject-path: "/tmp/BUILD.log"
"/tmp/BUILD_ARTIFACTS.zstd"
/tmp/pkgforge/4NRhCNz_bG3MkmSkI_build.yaml/SBUILD_OUTDIR/**
!/tmp/pkgforge/4NRhCNz_bG3MkmSkI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/**

2025-08-20T22:09:36.1788959Z   show-summary: true
2025-08-20T22:09:36.1789179Z   push-to-registry: false
2025-08-20T22:09:36.1789541Z   github-token: ***
2025-08-20T22:09:36.1789741Z env:
2025-08-20T22:09:36.1789920Z   CROSS_COMPILING: NO
2025-08-20T22:09:36.1790341Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T22:09:36.1790568Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T22:09:36.1790794Z   ON_QEMU: NO
2025-08-20T22:09:36.1790973Z   DEBUG: 0
2025-08-20T22:09:36.1791157Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T22:09:36.1791389Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T22:09:36.1791714Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/pkgtop/official
2025-08-20T22:09:36.1792728Z   KEEP_LOGS: YES
2025-08-20T22:09:36.1792932Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:09:36.1793204Z   PKG_FAMILY_LOCAL: pkgtop
2025-08-20T22:09:36.1793422Z   SBUILD_REBUILD: false
2025-08-20T22:09:36.1793965Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/pkgtop/static.official.source.yaml
2025-08-20T22:09:36.1794550Z   BUILD_SYS: docker://go
2025-08-20T22:09:36.1794775Z   BUILD_ON_HOST: FALSE
2025-08-20T22:09:36.1794983Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:09:36.1795190Z   SYSTMP: /tmp
2025-08-20T22:09:36.1795380Z   GHA_MODE: MATRIX
2025-08-20T22:09:36.1795861Z   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:36.1796386Z   INPUT_SBUILD: /tmp/pkgforge/bG3MkmSkI_build.yaml
2025-08-20T22:09:36.1796951Z   BUILD_DIR: /tmp/pkgforge/4NRhCNz_bG3MkmSkI_build.yaml
2025-08-20T22:09:36.1797366Z   SBUILD_OUTDIR: /tmp/pkgforge/4NRhCNz_bG3MkmSkI_build.yaml/SBUILD_OUTDIR
2025-08-20T22:09:36.1797860Z   SBUILD_TMPDIR: /tmp/pkgforge/4NRhCNz_bG3MkmSkI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:09:36.1798253Z   PKG_TYPE: static
2025-08-20T22:09:36.1798457Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:09:36.1798674Z   PUSH_SUCCESSFUL: NO
2025-08-20T22:09:36.1798883Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T22:09:36.1799242Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/pkgtop/official/pkgtop-srcbuild-
2025-08-20T22:09:36.1799637Z   UTC_TIME: 2025_08_20T10_09_35_PM
2025-08-20T22:09:36.1799872Z ##[endgroup]
2025-08-20T22:09:36.1874729Z ##[group]Run actions/attest-build-provenance/predicate@1176ef556905f349f669722abf30bce1a6e16e01
2025-08-20T22:09:36.1875197Z env:
2025-08-20T22:09:36.1875388Z   CROSS_COMPILING: NO
2025-08-20T22:09:36.1875611Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T22:09:36.1875846Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T22:09:36.1876075Z   ON_QEMU: NO
2025-08-20T22:09:36.1876268Z   DEBUG: 0
2025-08-20T22:09:36.1876472Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T22:09:36.1877032Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T22:09:36.1877430Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/pkgtop/official
2025-08-20T22:09:36.1877749Z   KEEP_LOGS: YES
2025-08-20T22:09:36.1877961Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:09:36.1878194Z   PKG_FAMILY_LOCAL: pkgtop
2025-08-20T22:09:36.1878425Z   SBUILD_REBUILD: false
2025-08-20T22:09:36.1878998Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/pkgtop/static.official.source.yaml
2025-08-20T22:09:36.1879585Z   BUILD_SYS: docker://go
2025-08-20T22:09:36.1879811Z   BUILD_ON_HOST: FALSE
2025-08-20T22:09:36.1880034Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:09:36.1880241Z   SYSTMP: /tmp
2025-08-20T22:09:36.1880441Z   GHA_MODE: MATRIX
2025-08-20T22:09:36.1880892Z   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:36.1881708Z   INPUT_SBUILD: /tmp/pkgforge/bG3MkmSkI_build.yaml
2025-08-20T22:09:36.1882090Z   BUILD_DIR: /tmp/pkgforge/4NRhCNz_bG3MkmSkI_build.yaml
2025-08-20T22:09:36.1882500Z   SBUILD_OUTDIR: /tmp/pkgforge/4NRhCNz_bG3MkmSkI_build.yaml/SBUILD_OUTDIR
2025-08-20T22:09:36.1882994Z   SBUILD_TMPDIR: /tmp/pkgforge/4NRhCNz_bG3MkmSkI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:09:36.1883405Z   PKG_TYPE: static
2025-08-20T22:09:36.1883613Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:09:36.1883838Z   PUSH_SUCCESSFUL: NO
2025-08-20T22:09:36.1884050Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T22:09:36.1884411Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/pkgtop/official/pkgtop-srcbuild-
2025-08-20T22:09:36.1885034Z   UTC_TIME: 2025_08_20T10_09_35_PM
2025-08-20T22:09:36.1885298Z ##[endgroup]
2025-08-20T22:09:36.6494998Z ##[group]Run actions/attest@ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc
2025-08-20T22:09:36.6495345Z with:
2025-08-20T22:09:36.6496053Z   subject-path: "/tmp/BUILD.log"
"/tmp/BUILD_ARTIFACTS.zstd"
/tmp/pkgforge/4NRhCNz_bG3MkmSkI_build.yaml/SBUILD_OUTDIR/**
!/tmp/pkgforge/4NRhCNz_bG3MkmSkI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/**

2025-08-20T22:09:36.6497092Z   subject-name: pkgtop--
2025-08-20T22:09:36.6497444Z   predicate-type: https://slsa.dev/provenance/v1
2025-08-20T22:09:36.6500926Z   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/17108974941/attempts/1"}}}
2025-08-20T22:09:36.6503579Z   push-to-registry: false
2025-08-20T22:09:36.6503816Z   show-summary: true
2025-08-20T22:09:36.6504234Z   github-token: ***
2025-08-20T22:09:36.6504447Z env:
2025-08-20T22:09:36.6504631Z   CROSS_COMPILING: NO
2025-08-20T22:09:36.6504858Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T22:09:36.6505096Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T22:09:36.6505325Z   ON_QEMU: NO
2025-08-20T22:09:36.6505517Z   DEBUG: 0
2025-08-20T22:09:36.6505718Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T22:09:36.6505957Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T22:09:36.6506256Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/pkgtop/official
2025-08-20T22:09:36.6506580Z   KEEP_LOGS: YES
2025-08-20T22:09:36.6506978Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:09:36.6507217Z   PKG_FAMILY_LOCAL: pkgtop
2025-08-20T22:09:36.6507451Z   SBUILD_REBUILD: false
2025-08-20T22:09:36.6508055Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/pkgtop/static.official.source.yaml
2025-08-20T22:09:36.6508643Z   BUILD_SYS: docker://go
2025-08-20T22:09:36.6508866Z   BUILD_ON_HOST: FALSE
2025-08-20T22:09:36.6509077Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:09:36.6509283Z   SYSTMP: /tmp
2025-08-20T22:09:36.6509478Z   GHA_MODE: MATRIX
2025-08-20T22:09:36.6509930Z   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:36.6510468Z   INPUT_SBUILD: /tmp/pkgforge/bG3MkmSkI_build.yaml
2025-08-20T22:09:36.6510808Z   BUILD_DIR: /tmp/pkgforge/4NRhCNz_bG3MkmSkI_build.yaml
2025-08-20T22:09:36.6511214Z   SBUILD_OUTDIR: /tmp/pkgforge/4NRhCNz_bG3MkmSkI_build.yaml/SBUILD_OUTDIR
2025-08-20T22:09:36.6511721Z   SBUILD_TMPDIR: /tmp/pkgforge/4NRhCNz_bG3MkmSkI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:09:36.6512119Z   PKG_TYPE: static
2025-08-20T22:09:36.6512325Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:09:36.6512549Z   PUSH_SUCCESSFUL: NO
2025-08-20T22:09:36.6512767Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T22:09:36.6513325Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/pkgtop/official/pkgtop-srcbuild-
2025-08-20T22:09:36.6513729Z   UTC_TIME: 2025_08_20T10_09_35_PM
2025-08-20T22:09:36.6513971Z ##[endgroup]
2025-08-20T22:09:37.5866528Z Attestation created for 12 subjects
2025-08-20T22:09:37.5871535Z ##[group][36mAttestation signed using certificate from Public Good Sigstore instance[39m
2025-08-20T22:09:37.5872437Z -----BEGIN CERTIFICATE-----
2025-08-20T22:09:37.5873030Z MIIG7zCCBnagAwIBAgIUbge5SvRsP9tkP8uRfRMVYfJCRx8wCgYIKoZIzj0EAwMw
2025-08-20T22:09:37.5873798Z NzEVMBMGA1UEChMMc2lnc3RvcmUuZGV2MR4wHAYDVQQDExVzaWdzdG9yZS1pbnRl
2025-08-20T22:09:37.5874867Z cm1lZGlhdGUwHhcNMjUwODIwMjIwOTM3WhcNMjUwODIwMjIxOTM3WjAAMFkwEwYH
2025-08-20T22:09:37.5875623Z KoZIzj0CAQYIKoZIzj0DAQcDQgAEvgVFJHTTqKqu7jbgwXNob3XIogziqheYHaB+
2025-08-20T22:09:37.5876359Z NE05R+ODl3l8G4o9zDAuiPI9pLnCpi4GoKZXvhupSotq+XhqQ6OCBZUwggWRMA4G
2025-08-20T22:09:37.5877375Z A1UdDwEB/wQEAwIHgDATBgNVHSUEDDAKBggrBgEFBQcDAzAdBgNVHQ4EFgQUMI8e
2025-08-20T22:09:37.5878130Z Puok5tvwTVgI5+5q2sjmrbUwHwYDVR0jBBgwFoAU39Ppz1YkEZb5qNjpKFWixi4Y
2025-08-20T22:09:37.5879036Z ZD8wZwYDVR0RAQH/BF0wW4ZZaHR0cHM6Ly9naXRodWIuY29tL3BrZ2ZvcmdlL2Jp
2025-08-20T22:09:37.5879760Z bmNhY2hlLy5naXRodWIvd29ya2Zsb3dzL21hdHJpeF9idWlsZHMueWFtbEByZWZz
2025-08-20T22:09:37.5880275Z L2hlYWRzL21haW4wOQYKKwYBBAGDvzABAQQraHR0cHM6Ly90b2tlbi5hY3Rpb25z
2025-08-20T22:09:37.5880854Z LmdpdGh1YnVzZXJjb250ZW50LmNvbTAfBgorBgEEAYO/MAECBBF3b3JrZmxvd19k
2025-08-20T22:09:37.5881429Z aXNwYXRjaDA2BgorBgEEAYO/MAEDBCgzMzhhM2JhZTFiYWIwNWFiYTBhZDRiZmU1
2025-08-20T22:09:37.5882410Z NTgwZDgyZWVhYjNmMjFkMDAGCisGAQQBg78wAQQEIvCfp7Dwn5ug77iPIEJ1aWxk
2025-08-20T22:09:37.5883108Z IFBhY2thZ2Ug8J+TpvCfk4AwHwYKKwYBBAGDvzABBQQRcGtnZm9yZ2UvYmluY2Fj
2025-08-20T22:09:37.5883719Z aGUwHQYKKwYBBAGDvzABBgQPcmVmcy9oZWFkcy9tYWluMDsGCisGAQQBg78wAQgE
2025-08-20T22:09:37.5894709Z LQwraHR0cHM6Ly90b2tlbi5hY3Rpb25zLmdpdGh1YnVzZXJjb250ZW50LmNvbTBp
2025-08-20T22:09:37.5895237Z BgorBgEEAYO/MAEJBFsMWWh0dHBzOi8vZ2l0aHViLmNvbS9wa2dmb3JnZS9iaW5j
2025-08-20T22:09:37.5895741Z YWNoZS8uZ2l0aHViL3dvcmtmbG93cy9tYXRyaXhfYnVpbGRzLnlhbWxAcmVmcy9o
2025-08-20T22:09:37.5896238Z ZWFkcy9tYWluMDgGCisGAQQBg78wAQoEKgwoMzM4YTNiYWUxYmFiMDVhYmEwYWQ0
2025-08-20T22:09:37.5896898Z YmZlNTU4MGQ4MmVlYWIzZjIxZDAdBgorBgEEAYO/MAELBA8MDWdpdGh1Yi1ob3N0
2025-08-20T22:09:37.5897394Z ZWQwNAYKKwYBBAGDvzABDAQmDCRodHRwczovL2dpdGh1Yi5jb20vcGtnZm9yZ2Uv
2025-08-20T22:09:37.5897891Z YmluY2FjaGUwOAYKKwYBBAGDvzABDQQqDCgzMzhhM2JhZTFiYWIwNWFiYTBhZDRi
2025-08-20T22:09:37.5898379Z ZmU1NTgwZDgyZWVhYjNmMjFkMB8GCisGAQQBg78wAQ4EEQwPcmVmcy9oZWFkcy9t
2025-08-20T22:09:37.5898863Z YWluMBkGCisGAQQBg78wAQ8ECwwJODgzNjU1MjMwMCsGCisGAQQBg78wARAEHQwb
2025-08-20T22:09:37.5899354Z aHR0cHM6Ly9naXRodWIuY29tL3BrZ2ZvcmdlMBkGCisGAQQBg78wAREECwwJMTg3
2025-08-20T22:09:37.5899836Z Mjc1MzQzMGkGCisGAQQBg78wARIEWwxZaHR0cHM6Ly9naXRodWIuY29tL3BrZ2Zv
2025-08-20T22:09:37.5900324Z cmdlL2JpbmNhY2hlLy5naXRodWIvd29ya2Zsb3dzL21hdHJpeF9idWlsZHMueWFt
2025-08-20T22:09:37.5900832Z bEByZWZzL2hlYWRzL21haW4wOAYKKwYBBAGDvzABEwQqDCgzMzhhM2JhZTFiYWIw
2025-08-20T22:09:37.5901336Z NWFiYTBhZDRiZmU1NTgwZDgyZWVhYjNmMjFkMCEGCisGAQQBg78wARQEEwwRd29y
2025-08-20T22:09:37.5901829Z a2Zsb3dfZGlzcGF0Y2gwWAYKKwYBBAGDvzABFQRKDEhodHRwczovL2dpdGh1Yi5j
2025-08-20T22:09:37.5902316Z b20vcGtnZm9yZ2UvYmluY2FjaGUvYWN0aW9ucy9ydW5zLzE3MTA4OTc0OTQxL2F0
2025-08-20T22:09:37.5902807Z dGVtcHRzLzEwFgYKKwYBBAGDvzABFgQIDAZwdWJsaWMwgYsGCisGAQQB1nkCBAIE
2025-08-20T22:09:37.5903310Z fQR7AHkAdwDdPTBqxscRMmMZHhyZZzcCokpeuN48rf+HinKALynujgAAAZjJh807
2025-08-20T22:09:37.5903782Z AAAEAwBIMEYCIQCe3SwlmtRwsdI75KS2W3tjYcZkj/kJhDLbGHn6Bx12/gIhAMcr
2025-08-20T22:09:37.5904243Z 3KQKio8lM9TikxXPpNIcYkS6Oo0GuJU0Rzyu2W7JMAoGCCqGSM49BAMDA2cAMGQC
2025-08-20T22:09:37.5904716Z MB6TaMNFrnSJzWX3SyZYr/IXMDS+SCNCAYz4A585NZsQHnapbrGj/PiH3iXerGxs
2025-08-20T22:09:37.5905170Z GwIwayqgDt25tl8r7wgkLu+oixchjubb25q7KValwS513epf9NHjhA06GBgEv+Gh
2025-08-20T22:09:37.5905516Z FbLF
2025-08-20T22:09:37.5905704Z -----END CERTIFICATE-----
2025-08-20T22:09:37.5905860Z 
2025-08-20T22:09:37.5906318Z ##[endgroup]
2025-08-20T22:09:37.5907147Z [36mAttestation signature uploaded to Rekor transparency log[39m
2025-08-20T22:09:37.5907594Z https://search.sigstore.dev?logIndex=414491749
2025-08-20T22:09:37.5907983Z [36mAttestation uploaded to repository[39m
2025-08-20T22:09:37.5908324Z https://github.com/pkgforge/bincache/attestations/9875213
2025-08-20T22:09:37.6710423Z ##[group]Run ##Presets
2025-08-20T22:09:37.6710701Z [36;1m##Presets[0m
2025-08-20T22:09:37.6710919Z [36;1mset +x ; set +e[0m
2025-08-20T22:09:37.6711143Z [36;1m#-------------#[0m
2025-08-20T22:09:37.6711355Z [36;1m##Debug?[0m
2025-08-20T22:09:37.6711608Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T22:09:37.6712152Z [36;1m  set -x[0m
2025-08-20T22:09:37.6712353Z [36;1mfi[0m
2025-08-20T22:09:37.6712546Z [36;1m#-------------#[0m
2025-08-20T22:09:37.6712863Z [36;1mif [[ "${GHA_BUILD_FAILED}" == "YES" || "${SBUILD_SUCCESSFUL}" == "NO" ]]; then[0m
2025-08-20T22:09:37.6713399Z [36;1m  echo -e "\n[-] FATAL: Failed to Successfully Build ghcr.io/pkgforge/bincache/pkgtop/official"[0m
2025-08-20T22:09:37.6713841Z [36;1m exit 1[0m
2025-08-20T22:09:37.6714033Z [36;1mfi[0m
2025-08-20T22:09:37.6764497Z shell: /usr/bin/bash -e {0}
2025-08-20T22:09:37.6764789Z env:
2025-08-20T22:09:37.6764992Z   CROSS_COMPILING: NO
2025-08-20T22:09:37.6765264Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T22:09:37.6765516Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T22:09:37.6765746Z   ON_QEMU: NO
2025-08-20T22:09:37.6765933Z   DEBUG: 0
2025-08-20T22:09:37.6766122Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T22:09:37.6766359Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T22:09:37.6766679Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/pkgtop/official
2025-08-20T22:09:37.6767269Z   KEEP_LOGS: YES
2025-08-20T22:09:37.6767477Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:09:37.6767716Z   PKG_FAMILY_LOCAL: pkgtop
2025-08-20T22:09:37.6767949Z   SBUILD_REBUILD: false
2025-08-20T22:09:37.6768549Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/pkgtop/static.official.source.yaml
2025-08-20T22:09:37.6769143Z   BUILD_SYS: docker://go
2025-08-20T22:09:37.6769365Z   BUILD_ON_HOST: FALSE
2025-08-20T22:09:37.6769571Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:09:37.6769770Z   SYSTMP: /tmp
2025-08-20T22:09:37.6769965Z   GHA_MODE: MATRIX
2025-08-20T22:09:37.6770423Z   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:37.6770977Z   INPUT_SBUILD: /tmp/pkgforge/bG3MkmSkI_build.yaml
2025-08-20T22:09:37.6771320Z   BUILD_DIR: /tmp/pkgforge/4NRhCNz_bG3MkmSkI_build.yaml
2025-08-20T22:09:37.6771733Z   SBUILD_OUTDIR: /tmp/pkgforge/4NRhCNz_bG3MkmSkI_build.yaml/SBUILD_OUTDIR
2025-08-20T22:09:37.6772238Z   SBUILD_TMPDIR: /tmp/pkgforge/4NRhCNz_bG3MkmSkI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:09:37.6772643Z   PKG_TYPE: static
2025-08-20T22:09:37.6773085Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:09:37.6773469Z   PUSH_SUCCESSFUL: NO
2025-08-20T22:09:37.6773822Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T22:09:37.6774427Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/pkgtop/official/pkgtop-srcbuild-
2025-08-20T22:09:37.6775119Z   UTC_TIME: 2025_08_20T10_09_35_PM
2025-08-20T22:09:37.6775509Z ##[endgroup]
2025-08-20T22:09:37.6878349Z ##[group]Run ##Presets
2025-08-20T22:09:37.6878640Z [36;1m##Presets[0m
2025-08-20T22:09:37.6878848Z [36;1mset +x ; set +e[0m
2025-08-20T22:09:37.6879075Z [36;1m#-------------#[0m
2025-08-20T22:09:37.6879289Z [36;1m##Debug?[0m
2025-08-20T22:09:37.6879540Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T22:09:37.6879862Z [36;1m  set -x[0m
2025-08-20T22:09:37.6880047Z [36;1mfi[0m
2025-08-20T22:09:37.6880230Z [36;1m#-------------#[0m
2025-08-20T22:09:37.6880477Z [36;1mif [[ "${PUSH_SUCCESSFUL}" == "NO" ]]; then[0m
2025-08-20T22:09:37.6880934Z [36;1m  echo -e "\n[-] FATAL: Failed to Successfully Push ==> ghcr.io/pkgforge/bincache/pkgtop/official"[0m
2025-08-20T22:09:37.6881346Z [36;1m exit 1[0m
2025-08-20T22:09:37.6881532Z [36;1mfi[0m
2025-08-20T22:09:37.6932467Z shell: /usr/bin/bash -e {0}
2025-08-20T22:09:37.6932849Z env:
2025-08-20T22:09:37.6933195Z   CROSS_COMPILING: NO
2025-08-20T22:09:37.6933522Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T22:09:37.6933895Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T22:09:37.6934127Z   ON_QEMU: NO
2025-08-20T22:09:37.6934317Z   DEBUG: 0
2025-08-20T22:09:37.6934507Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T22:09:37.6934739Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T22:09:37.6935040Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/pkgtop/official
2025-08-20T22:09:37.6935370Z   KEEP_LOGS: YES
2025-08-20T22:09:37.6935812Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:09:37.6936040Z   PKG_FAMILY_LOCAL: pkgtop
2025-08-20T22:09:37.6936262Z   SBUILD_REBUILD: false
2025-08-20T22:09:37.6937075Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/pkgtop/static.official.source.yaml
2025-08-20T22:09:37.6937713Z   BUILD_SYS: docker://go
2025-08-20T22:09:37.6937938Z   BUILD_ON_HOST: FALSE
2025-08-20T22:09:37.6938143Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:09:37.6938349Z   SYSTMP: /tmp
2025-08-20T22:09:37.6938540Z   GHA_MODE: MATRIX
2025-08-20T22:09:37.6938996Z   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:37.6939526Z   INPUT_SBUILD: /tmp/pkgforge/bG3MkmSkI_build.yaml
2025-08-20T22:09:37.6939867Z   BUILD_DIR: /tmp/pkgforge/4NRhCNz_bG3MkmSkI_build.yaml
2025-08-20T22:09:37.6940269Z   SBUILD_OUTDIR: /tmp/pkgforge/4NRhCNz_bG3MkmSkI_build.yaml/SBUILD_OUTDIR
2025-08-20T22:09:37.6940782Z   SBUILD_TMPDIR: /tmp/pkgforge/4NRhCNz_bG3MkmSkI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:09:37.6941173Z   PKG_TYPE: static
2025-08-20T22:09:37.6941374Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:09:37.6941592Z   PUSH_SUCCESSFUL: NO
2025-08-20T22:09:37.6941801Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T22:09:37.6942157Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/pkgtop/official/pkgtop-srcbuild-
2025-08-20T22:09:37.6942544Z   UTC_TIME: 2025_08_20T10_09_35_PM
2025-08-20T22:09:37.6942787Z ##[endgroup]
2025-08-20T22:09:37.7015235Z 
2025-08-20T22:09:37.7015709Z [-] FATAL: Failed to Successfully Push ==> ghcr.io/pkgforge/bincache/pkgtop/official
2025-08-20T22:09:37.7028680Z ##[error]Process completed with exit code 1.
2025-08-20T22:09:37.7071125Z ##[group]Run ##Presets
2025-08-20T22:09:37.7071398Z [36;1m##Presets[0m
2025-08-20T22:09:37.7071614Z [36;1mset +x ; set +e[0m
2025-08-20T22:09:37.7071839Z [36;1m#-------------#[0m
2025-08-20T22:09:37.7072046Z [36;1m##Debug?[0m
2025-08-20T22:09:37.7072306Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T22:09:37.7072608Z [36;1m  set -x[0m
2025-08-20T22:09:37.7072794Z [36;1mfi[0m
2025-08-20T22:09:37.7072975Z [36;1m#-------------#[0m
2025-08-20T22:09:37.7073326Z [36;1m[[ -f "/tmp/GHA_CI_STATUS" && -w "/tmp/GHA_CI_STATUS" ]] && echo "" > "/tmp/GHA_CI_STATUS"[0m
2025-08-20T22:09:37.7073734Z [36;1mif [[ -d "/tmp" && -w "/tmp" ]]; then[0m
2025-08-20T22:09:37.7074041Z [36;1m  echo "EXITED" | tee "/tmp/GHA_CI_STATUS"[0m
2025-08-20T22:09:37.7074327Z [36;1mfi[0m
2025-08-20T22:09:37.7123488Z shell: /usr/bin/bash -e {0}
2025-08-20T22:09:37.7123737Z env:
2025-08-20T22:09:37.7123942Z   CROSS_COMPILING: NO
2025-08-20T22:09:37.7124208Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T22:09:37.7124454Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T22:09:37.7124674Z   ON_QEMU: NO
2025-08-20T22:09:37.7124852Z   DEBUG: 0
2025-08-20T22:09:37.7125036Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T22:09:37.7125267Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T22:09:37.7125573Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/pkgtop/official
2025-08-20T22:09:37.7125886Z   KEEP_LOGS: YES
2025-08-20T22:09:37.7126086Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:09:37.7126319Z   PKG_FAMILY_LOCAL: pkgtop
2025-08-20T22:09:37.7126549Z   SBUILD_REBUILD: false
2025-08-20T22:09:37.7127320Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/pkgtop/static.official.source.yaml
2025-08-20T22:09:37.7127924Z   BUILD_SYS: docker://go
2025-08-20T22:09:37.7128149Z   BUILD_ON_HOST: FALSE
2025-08-20T22:09:37.7128355Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:09:37.7128559Z   SYSTMP: /tmp
2025-08-20T22:09:37.7128752Z   GHA_MODE: MATRIX
2025-08-20T22:09:37.7129199Z   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:37.7129725Z   INPUT_SBUILD: /tmp/pkgforge/bG3MkmSkI_build.yaml
2025-08-20T22:09:37.7130057Z   BUILD_DIR: /tmp/pkgforge/4NRhCNz_bG3MkmSkI_build.yaml
2025-08-20T22:09:37.7130632Z   SBUILD_OUTDIR: /tmp/pkgforge/4NRhCNz_bG3MkmSkI_build.yaml/SBUILD_OUTDIR
2025-08-20T22:09:37.7131124Z   SBUILD_TMPDIR: /tmp/pkgforge/4NRhCNz_bG3MkmSkI_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:09:37.7131519Z   PKG_TYPE: static
2025-08-20T22:09:37.7131731Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:09:37.7131946Z   PUSH_SUCCESSFUL: NO
2025-08-20T22:09:37.7132155Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T22:09:37.7132509Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/pkgtop/official/pkgtop-srcbuild-
2025-08-20T22:09:37.7132893Z   UTC_TIME: 2025_08_20T10_09_35_PM
2025-08-20T22:09:37.7133129Z ##[endgroup]
2025-08-20T22:09:37.7212126Z EXITED
2025-08-20T22:09:37.7259080Z Cleaning up orphan processes
