﻿2025-08-20T20:00:12.5138414Z Current runner version: '2.328.0'
2025-08-20T20:00:12.5161703Z ##[group]Runner Image Provisioner
2025-08-20T20:00:12.5162948Z Hosted Compute Agent
2025-08-20T20:00:12.5163544Z Version: 20250818.377
2025-08-20T20:00:12.5164222Z Commit: 3c593e9f75fe0b87e893bca80d6e12ba089c61fc
2025-08-20T20:00:12.5164977Z Build Date: 2025-08-18T14:52:18Z
2025-08-20T20:00:12.5165586Z ##[endgroup]
2025-08-20T20:00:12.5166131Z ##[group]Operating System
2025-08-20T20:00:12.5166758Z Ubuntu
2025-08-20T20:00:12.5167243Z 24.04.2
2025-08-20T20:00:12.5167666Z LTS
2025-08-20T20:00:12.5168203Z ##[endgroup]
2025-08-20T20:00:12.5168752Z ##[group]Runner Image
2025-08-20T20:00:12.5169346Z Image: ubuntu-24.04
2025-08-20T20:00:12.5169899Z Version: 20250818.1.0
2025-08-20T20:00:12.5171090Z Included Software: https://github.com/actions/runner-images/blob/ubuntu24/20250818.1/images/ubuntu/Ubuntu2404-Readme.md
2025-08-20T20:00:12.5172731Z Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu24%2F20250818.1
2025-08-20T20:00:12.5173811Z ##[endgroup]
2025-08-20T20:00:12.5175062Z ##[group]GITHUB_TOKEN Permissions
2025-08-20T20:00:12.5176856Z Attestations: write
2025-08-20T20:00:12.5177546Z Contents: write
2025-08-20T20:00:12.5178117Z Metadata: read
2025-08-20T20:00:12.5178680Z Packages: write
2025-08-20T20:00:12.5179234Z ##[endgroup]
2025-08-20T20:00:12.5181405Z Secret source: Actions
2025-08-20T20:00:12.5182205Z Prepare workflow directory
2025-08-20T20:00:12.5526984Z Prepare all required actions
2025-08-20T20:00:12.5583362Z Getting action download info
2025-08-20T20:00:13.0173034Z Download action repository 'docker/setup-qemu-action@v3' (SHA:29109295f81e9208d7d86ff1c6c12d2833863392)
2025-08-20T20:00:14.0867520Z Download action repository 'docker/setup-buildx-action@v3' (SHA:e468171a9de216ec08956ac3ada2f0791b6bd435)
2025-08-20T20:00:15.1479279Z Download action repository 'actions/upload-artifact@v4' (SHA:ea165f8d65b6e75b540449e92b4886f43607fa02)
2025-08-20T20:00:15.2547613Z Download action repository 'actions/attest-build-provenance@v2.4.0' (SHA:e8998f949152b193b063cb0ec769d69d929409be)
2025-08-20T20:00:16.1180767Z Getting action download info
2025-08-20T20:00:16.3153012Z Download action repository 'actions/attest-build-provenance@1176ef556905f349f669722abf30bce1a6e16e01' (SHA:1176ef556905f349f669722abf30bce1a6e16e01)
2025-08-20T20:00:17.0501642Z Download action repository 'actions/attest@ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc' (SHA:ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc)
2025-08-20T20:00:17.9456598Z Complete job name: x86_64-Linux ==> (ghcr.io/pkgforge/bincache/elinks/official)
2025-08-20T20:00:17.9992653Z ##[group]Run ##Presets
2025-08-20T20:00:17.9993008Z [36;1m##Presets[0m
2025-08-20T20:00:17.9993217Z [36;1mset +x ; set +e[0m
2025-08-20T20:00:17.9993438Z [36;1m#-------------#[0m
2025-08-20T20:00:17.9993737Z [36;1mif [[ "$(uname -m | tr -d '[:space:]')" == "aarch64" ]]; then[0m
2025-08-20T20:00:17.9994101Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "aarch64-Linux" ]]; then[0m
2025-08-20T20:00:17.9994455Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T20:00:17.9994765Z [36;1m  fi[0m
2025-08-20T20:00:17.9995025Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "loongarch64" ]]; then[0m
2025-08-20T20:00:17.9995402Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "loongarch64-Linux" ]]; then[0m
2025-08-20T20:00:17.9995743Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T20:00:17.9996017Z [36;1m  fi[0m
2025-08-20T20:00:17.9996261Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "riscv64" ]]; then[0m
2025-08-20T20:00:17.9996639Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "riscv64-Linux" ]]; then[0m
2025-08-20T20:00:17.9996965Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T20:00:17.9997229Z [36;1m  fi[0m
2025-08-20T20:00:17.9997466Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "x86_64" ]]; then[0m
2025-08-20T20:00:17.9997801Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "x86_64-Linux" ]]; then[0m
2025-08-20T20:00:17.9998411Z [36;1m     if [[ "ALL" == "riscv64-Linux" ||\[0m
2025-08-20T20:00:17.9998706Z [36;1m           "ALL" == "loongarch64-Linux" ]]; then[0m
2025-08-20T20:00:17.9999016Z [36;1m       echo "CONTINUE_GHRUN=TRUE" >> "${GITHUB_ENV}"[0m
2025-08-20T20:00:17.9999298Z [36;1m     else[0m
2025-08-20T20:00:17.9999559Z [36;1m       echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T20:00:17.9999833Z [36;1m     fi[0m
2025-08-20T20:00:18.0000012Z [36;1m  fi[0m
2025-08-20T20:00:18.0000182Z [36;1mfi[0m
2025-08-20T20:00:18.0074110Z shell: /usr/bin/bash -e {0}
2025-08-20T20:00:18.0074644Z env:
2025-08-20T20:00:18.0075164Z   GH_TOKEN: ***
2025-08-20T20:00:18.0075368Z ##[endgroup]
2025-08-20T20:00:18.0360825Z ##[group]Run ##Presets
2025-08-20T20:00:18.0361351Z [36;1m##Presets[0m
2025-08-20T20:00:18.0361787Z [36;1mset +x ; set +e[0m
2025-08-20T20:00:18.0362083Z [36;1m#-------------#[0m
2025-08-20T20:00:18.0362509Z [36;1m# Check if any of the required secrets are missing[0m
2025-08-20T20:00:18.0363176Z [36;1mif [ -z "${RO_GHTOKEN##*[[:space:]]}" ] || [ -z "${RO_GLTOKEN##*[[:space:]]}" ] || [ -z "${MINISIGN_KEY##*[[:space:]]}" ]; then[0m
2025-08-20T20:00:18.0363818Z [36;1m  echo "::error::One or more required secrets are missing:"[0m
2025-08-20T20:00:18.0364324Z [36;1m  [ -z "${RO_GHTOKEN##*[[:space:]]}" ] && echo "- RO_GHTOKEN is missing"[0m
2025-08-20T20:00:18.0364816Z [36;1m  [ -z "${RO_GLTOKEN##*[[:space:]]}" ] && echo "- RO_GLTOKEN is missing"[0m
2025-08-20T20:00:18.0365367Z [36;1m  [ -z "${MINISIGN_KEY##*[[:space:]]}" ] && echo "- MINISIGN_KEY is missing"[0m
2025-08-20T20:00:18.0365797Z [36;1m  exit 1[0m
2025-08-20T20:00:18.0366057Z [36;1mfi[0m
2025-08-20T20:00:18.0404395Z shell: /usr/bin/bash -e {0}
2025-08-20T20:00:18.0404829Z env:
2025-08-20T20:00:18.0405287Z   RO_GHTOKEN: ***
2025-08-20T20:00:18.0405696Z   RO_GLTOKEN: ***
2025-08-20T20:00:18.0407025Z   MINISIGN_KEY: ***
2025-08-20T20:00:18.0407310Z ##[endgroup]
2025-08-20T20:00:18.0603089Z ##[group]Run ##Presets
2025-08-20T20:00:18.0603466Z [36;1m##Presets[0m
2025-08-20T20:00:18.0603674Z [36;1mset +x ; set +e[0m
2025-08-20T20:00:18.0603898Z [36;1m#-------------#[0m
2025-08-20T20:00:18.0604116Z [36;1m##Host Triplet[0m
2025-08-20T20:00:18.0604400Z [36;1m if [[ "x86_64-Linux" != "$(uname -m)-$(uname -s)" ]] ; then[0m
2025-08-20T20:00:18.0604742Z [36;1m   export CROSS_COMPILING="YES"[0m
2025-08-20T20:00:18.0605061Z [36;1m   export HOST_TRIPLET_R="$(uname -m)-$(uname -s)"[0m
2025-08-20T20:00:18.0605369Z [36;1m   export ON_QEMU="YES"[0m
2025-08-20T20:00:18.0605663Z [36;1m   if [[ "x86_64-Linux" == "loongarch64-Linux" ]] ; then[0m
2025-08-20T20:00:18.0606000Z [36;1m     export HOST_TRIPLET="loongarch64-Linux"[0m
2025-08-20T20:00:18.0606325Z [36;1m   elif [[ "x86_64-Linux" == "riscv64-Linux" ]] ; then[0m
2025-08-20T20:00:18.0606647Z [36;1m     export HOST_TRIPLET="riscv64-Linux"[0m
2025-08-20T20:00:18.0606921Z [36;1m   fi[0m
2025-08-20T20:00:18.0607215Z [36;1m elif [[ "x86_64-Linux" == "$(uname -m)-$(uname -s)" ]] ; then[0m
2025-08-20T20:00:18.0607549Z [36;1m   export CROSS_COMPILING="NO"[0m
2025-08-20T20:00:18.0607850Z [36;1m   export HOST_TRIPLET="$(uname -m)-$(uname -s)"[0m
2025-08-20T20:00:18.0608177Z [36;1m   export HOST_TRIPLET_R="${HOST_TRIPLET}"[0m
2025-08-20T20:00:18.0608469Z [36;1m   export ON_QEMU="NO"[0m
2025-08-20T20:00:18.0608701Z [36;1m fi[0m
2025-08-20T20:00:18.0608973Z [36;1m echo "CROSS_COMPILING=${CROSS_COMPILING}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:00:18.0609359Z [36;1m echo "HOST_TRIPLET=${HOST_TRIPLET}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:00:18.0609732Z [36;1m echo "HOST_TRIPLET_R=${HOST_TRIPLET_R}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:00:18.0610077Z [36;1m echo "ON_QEMU=${ON_QEMU}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:00:18.0610349Z [36;1m##Debug[0m
2025-08-20T20:00:18.0610794Z [36;1m if [[ "false" == "true" ]] ; then[0m
2025-08-20T20:00:18.0611064Z [36;1m   export DEBUG="1"[0m
2025-08-20T20:00:18.0611290Z [36;1m else[0m
2025-08-20T20:00:18.0611488Z [36;1m   export DEBUG="0"[0m
2025-08-20T20:00:18.0611886Z [36;1m fi[0m
2025-08-20T20:00:18.0612106Z [36;1m echo "DEBUG=${DEBUG}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:00:18.0612388Z [36;1m##Docker Platform[0m
2025-08-20T20:00:18.0612663Z [36;1m if echo "${HOST_TRIPLET}" | grep -qiE "aarch64"; then[0m
2025-08-20T20:00:18.0612984Z [36;1m   DOCKER_PLATFORM="linux/arm64"[0m
2025-08-20T20:00:18.0613317Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "loongarch64"; then[0m
2025-08-20T20:00:18.0613655Z [36;1m   DOCKER_PLATFORM="linux/loong64"[0m
2025-08-20T20:00:18.0613978Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "riscv64"; then[0m
2025-08-20T20:00:18.0614300Z [36;1m   DOCKER_PLATFORM="linux/riscv64"[0m
2025-08-20T20:00:18.0614611Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "x86_64"; then[0m
2025-08-20T20:00:18.0614925Z [36;1m   DOCKER_PLATFORM="linux/amd64"[0m
2025-08-20T20:00:18.0615171Z [36;1m fi[0m
2025-08-20T20:00:18.0615454Z [36;1m echo "DOCKER_PLATFORM_ARCH=${HOST_TRIPLET%%-*}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:00:18.0615877Z [36;1m echo "DOCKER_PLATFORM=${DOCKER_PLATFORM}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:00:18.0616198Z [36;1m##GHCRPKG_URL[0m
2025-08-20T20:00:18.0616668Z [36;1m GHCRPKG_LOCAL="$(echo "ghcr.io/pkgforge/bincache/elinks/official" | tr '[:upper:]' '[:lower:]' | tr -d '[:space:]')"[0m
2025-08-20T20:00:18.0617171Z [36;1m export GHCRPKG_LOCAL[0m
2025-08-20T20:00:18.0617475Z [36;1m echo "GHCRPKG_LOCAL=${GHCRPKG_LOCAL}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:00:18.0617792Z [36;1m##Logs[0m
2025-08-20T20:00:18.0618072Z [36;1m if [[ "true" == "false" ]] ; then[0m
2025-08-20T20:00:18.0618339Z [36;1m   export KEEP_LOGS="NO"[0m
2025-08-20T20:00:18.0618576Z [36;1m else[0m
2025-08-20T20:00:18.0618774Z [36;1m   export KEEP_LOGS="YES"[0m
2025-08-20T20:00:18.0619034Z [36;1m   export GITHUB_TEST_BUILD="YES"[0m
2025-08-20T20:00:18.0619286Z [36;1m fi[0m
2025-08-20T20:00:18.0619689Z [36;1m echo "KEEP_LOGS=${KEEP_LOGS}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:00:18.0620067Z [36;1m echo "GITHUB_TEST_BUILD=${GITHUB_TEST_BUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:00:18.0620587Z [36;1m##PKG_FAMILY_LOCAL[0m
2025-08-20T20:00:18.0620974Z [36;1m PKG_FAMILY_LOCAL="$(echo "elinks" | tr '[:upper:]' '[:lower:]' | tr -d '[:space:]')"[0m
2025-08-20T20:00:18.0621361Z [36;1m export PKG_FAMILY_LOCAL[0m
2025-08-20T20:00:18.0621685Z [36;1m echo "PKG_FAMILY_LOCAL=${PKG_FAMILY_LOCAL}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:00:18.0622008Z [36;1m##Rebuild[0m
2025-08-20T20:00:18.0622228Z [36;1m if [[ "false" == "false" ]] ; then[0m
2025-08-20T20:00:18.0622508Z [36;1m   export SBUILD_REBUILD="false"[0m
2025-08-20T20:00:18.0622762Z [36;1m else[0m
2025-08-20T20:00:18.0622973Z [36;1m   export SBUILD_REBUILD="true"[0m
2025-08-20T20:00:18.0623219Z [36;1m fi[0m
2025-08-20T20:00:18.0623479Z [36;1m echo "SBUILD_REBUILD=${SBUILD_REBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:00:18.0623800Z [36;1m ##SBUILD_URL[0m
2025-08-20T20:00:18.0624201Z [36;1m sudo curl -qfsSL "https://bin.pkgforge.dev/${HOST_TRIPLET_R}/yq" -o "/usr/local/bin/yq" && \[0m
2025-08-20T20:00:18.0624737Z [36;1m   sudo chmod 'a+x' "/usr/local/bin/yq" && command -v yq >/dev/null || exit 1[0m
2025-08-20T20:00:18.0625557Z [36;1m SBUILD_FILE_URL="$(echo "https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/elinks/static.official.stable.yaml" | tr -d '[:space:]')"[0m
2025-08-20T20:00:18.0626268Z [36;1m pushd "$(mktemp -d)" >/dev/null 2>&1[0m
2025-08-20T20:00:18.0626627Z [36;1m   curl -w "(SBUILD) <== %{url}\n" -fL "${SBUILD_FILE_URL}" -o "./SBUILD_INPUT"[0m
2025-08-20T20:00:18.0627059Z [36;1m   if [[ ! -s "./SBUILD_INPUT" || $(stat -c%s "./SBUILD_INPUT") -le 10 ]]; then[0m
2025-08-20T20:00:18.0627481Z [36;1m     echo -e "\n[✗] FATAL: Failed to Fetch ${SBUILD_FILE_URL}\n"[0m
2025-08-20T20:00:18.0627851Z [36;1m     echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T20:00:18.0628138Z [36;1m    exit 1[0m
2025-08-20T20:00:18.0628344Z [36;1m   else[0m
2025-08-20T20:00:18.0628548Z [36;1m     export SBUILD_FILE_URL[0m
2025-08-20T20:00:18.0629009Z [36;1m     echo "SBUILD_FILE_URL=${SBUILD_FILE_URL}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:00:18.0629343Z [36;1m    #Check for x_exec.host[0m
2025-08-20T20:00:18.0629675Z [36;1m     if yq e '.x_exec.host != null' "./SBUILD_INPUT" | grep -qi 'true'; then[0m
2025-08-20T20:00:18.0630021Z [36;1m      #check if supported[0m
2025-08-20T20:00:18.0630395Z [36;1m       if ! yq '.x_exec.host[]' "./SBUILD_INPUT" | grep -v '^#' | grep -qi "${HOST_TRIPLET,,}"; then[0m
2025-08-20T20:00:18.0631156Z [36;1m          echo -e "\n[✗] WARNING: SBUILD (./SBUILD_INPUT) is NOT Supported on ${HOST_TRIPLET}\n"[0m
2025-08-20T20:00:18.0631576Z [36;1m          yq '.x_exec.host[]' "./SBUILD_INPUT"[0m
2025-08-20T20:00:18.0631898Z [36;1m          echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T20:00:18.0632192Z [36;1m         exit 1[0m
2025-08-20T20:00:18.0632399Z [36;1m       fi[0m
2025-08-20T20:00:18.0632614Z [36;1m      #get build system[0m
2025-08-20T20:00:18.0632990Z [36;1m       BUILD_SYS="$(yq '.x_exec.bsys' "./SBUILD_INPUT" | grep -v '^#' | tr -d '"'\''[:space:]')"[0m
2025-08-20T20:00:18.0633368Z [36;1m       export BUILD_SYS[0m
2025-08-20T20:00:18.0633645Z [36;1m       echo "BUILD_SYS=${BUILD_SYS}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:00:18.0633991Z [36;1m       if echo "${BUILD_SYS}" | grep -qi "docker://"; then[0m
2025-08-20T20:00:18.0634321Z [36;1m          echo "BUILD_ON_HOST=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T20:00:18.0634637Z [36;1m          echo "BUILD_SYSTEM=DOCKER" >> "${GITHUB_ENV}"[0m
2025-08-20T20:00:18.0634965Z [36;1m       elif echo "${BUILD_SYS}" | grep -qi "host://"; then[0m
2025-08-20T20:00:18.0635303Z [36;1m          echo "BUILD_ON_HOST=TRUE" >> "${GITHUB_ENV}"[0m
2025-08-20T20:00:18.0635625Z [36;1m          echo "BUILD_SYSTEM=HOST" >> "${GITHUB_ENV}"[0m
2025-08-20T20:00:18.0635904Z [36;1m       fi[0m
2025-08-20T20:00:18.0636225Z [36;1m     fi[0m
2025-08-20T20:00:18.0636422Z [36;1m   fi[0m
2025-08-20T20:00:18.0636627Z [36;1m popd >/dev/null 2>&1[0m
2025-08-20T20:00:18.0674685Z shell: /usr/bin/bash -e {0}
2025-08-20T20:00:18.0674947Z ##[endgroup]
2025-08-20T20:00:18.9242113Z   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2025-08-20T20:00:18.9242766Z                                  Dload  Upload   Total   Spent    Left  Speed
2025-08-20T20:00:18.9243065Z 
2025-08-20T20:00:19.0973726Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2025-08-20T20:00:19.0989136Z 100  2470  100  2470    0     0  14139      0 --:--:-- --:--:-- --:--:-- 14195
2025-08-20T20:00:19.0990322Z (SBUILD) <== https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/elinks/static.official.stable.yaml
2025-08-20T20:00:19.1226897Z ##[group]Run ##Presets
2025-08-20T20:00:19.1227200Z [36;1m##Presets[0m
2025-08-20T20:00:19.1227410Z [36;1mset +x ; set +e[0m
2025-08-20T20:00:19.1227626Z [36;1m#-------------#[0m
2025-08-20T20:00:19.1227829Z [36;1m##Debug?[0m
2025-08-20T20:00:19.1228089Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T20:00:19.1228393Z [36;1m  set -x[0m
2025-08-20T20:00:19.1228579Z [36;1mfi[0m
2025-08-20T20:00:19.1228764Z [36;1m#-------------#[0m
2025-08-20T20:00:19.1228973Z [36;1m##CoreUtils[0m
2025-08-20T20:00:19.1229185Z [36;1msudo apt update -y[0m
2025-08-20T20:00:19.1229544Z [36;1msudo apt install bc coreutils curl dos2unix fdupes jq moreutils wget -y[0m
2025-08-20T20:00:19.1230841Z [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-20T20:00:19.1231785Z [36;1m##tmp[0m
2025-08-20T20:00:19.1232069Z [36;1mSYSTMP="$(dirname $(mktemp -u))" && export SYSTMP="${SYSTMP}"[0m
2025-08-20T20:00:19.1232398Z [36;1m#GH ENV[0m
2025-08-20T20:00:19.1232628Z [36;1mecho "SYSTMP=${SYSTMP}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:00:19.1233160Z [36;1mecho "GHA_MODE=MATRIX" >> "${GITHUB_ENV}"[0m
2025-08-20T20:00:19.1233477Z [36;1m#-------------#[0m
2025-08-20T20:00:19.1233701Z [36;1mmkdir -p "${HOME}/bin"[0m
2025-08-20T20:00:19.1233946Z [36;1msudo apt update -y[0m
2025-08-20T20:00:19.1234198Z [36;1msudo apt install dos2unix -y[0m
2025-08-20T20:00:19.1234456Z [36;1m##Setup Minisign[0m
2025-08-20T20:00:19.1234699Z [36;1mmkdir -pv "${HOME}/.minisign"[0m
2025-08-20T20:00:19.1235134Z [36;1mecho "***[0m
2025-08-20T20:00:19.1236501Z [36;1m***" > "${HOME}/.minisign/pkgforge.key"[0m
2025-08-20T20:00:19.1236800Z [36;1m##User-Agent[0m
2025-08-20T20:00:19.1237536Z [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-20T20:00:19.1238342Z [36;1mecho "USER_AGENT=${USER_AGENT}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:00:19.1277699Z shell: /usr/bin/bash -e {0}
2025-08-20T20:00:19.1277954Z env:
2025-08-20T20:00:19.1278140Z   CROSS_COMPILING: NO
2025-08-20T20:00:19.1278358Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T20:00:19.1278593Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T20:00:19.1278820Z   ON_QEMU: NO
2025-08-20T20:00:19.1278997Z   DEBUG: 0
2025-08-20T20:00:19.1279179Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T20:00:19.1279404Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T20:00:19.1279695Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/elinks/official
2025-08-20T20:00:19.1280007Z   KEEP_LOGS: YES
2025-08-20T20:00:19.1280206Z   GITHUB_TEST_BUILD: YES
2025-08-20T20:00:19.1280539Z   PKG_FAMILY_LOCAL: elinks
2025-08-20T20:00:19.1280764Z   SBUILD_REBUILD: false
2025-08-20T20:00:19.1281319Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/elinks/static.official.stable.yaml
2025-08-20T20:00:19.1281900Z   BUILD_SYS: host://soar-dl
2025-08-20T20:00:19.1282128Z   BUILD_ON_HOST: TRUE
2025-08-20T20:00:19.1282323Z   BUILD_SYSTEM: HOST
2025-08-20T20:00:19.1282524Z ##[endgroup]
2025-08-20T20:00:19.1497479Z 
2025-08-20T20:00:19.1497953Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T20:00:19.1498437Z 
2025-08-20T20:00:19.2414522Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T20:00:19.2844414Z Hit:2 http://azure.archive.ubuntu.com/ubuntu noble InRelease
2025-08-20T20:00:19.2861859Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble-updates InRelease [126 kB]
2025-08-20T20:00:19.2914251Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble-backports InRelease [126 kB]
2025-08-20T20:00:19.2945256Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble-security InRelease [126 kB]
2025-08-20T20:00:19.3105155Z Hit:6 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T20:00:19.3186177Z Get:7 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease [3600 B]
2025-08-20T20:00:19.4370659Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 Packages [1349 kB]
2025-08-20T20:00:19.4525893Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble-updates/main Translation-en [268 kB]
2025-08-20T20:00:19.4569684Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 Components [175 kB]
2025-08-20T20:00:19.4578485Z Get:11 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 Packages [1124 kB]
2025-08-20T20:00:19.4657488Z Get:12 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe Translation-en [288 kB]
2025-08-20T20:00:19.4686363Z Get:13 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 Components [377 kB]
2025-08-20T20:00:19.4851843Z Get:14 http://azure.archive.ubuntu.com/ubuntu noble-updates/restricted amd64 Packages [1728 kB]
2025-08-20T20:00:19.4933451Z Get:15 http://azure.archive.ubuntu.com/ubuntu noble-updates/restricted Translation-en [382 kB]
2025-08-20T20:00:19.4974752Z Get:16 http://azure.archive.ubuntu.com/ubuntu noble-updates/restricted amd64 Components [212 B]
2025-08-20T20:00:19.4987511Z Get:17 http://azure.archive.ubuntu.com/ubuntu noble-updates/multiverse amd64 Components [940 B]
2025-08-20T20:00:19.5547008Z Get:18 http://azure.archive.ubuntu.com/ubuntu noble-backports/main amd64 Components [7060 B]
2025-08-20T20:00:19.5637423Z Get:19 http://azure.archive.ubuntu.com/ubuntu noble-backports/universe amd64 Components [19.2 kB]
2025-08-20T20:00:19.5649542Z Get:20 http://azure.archive.ubuntu.com/ubuntu noble-backports/restricted amd64 Components [216 B]
2025-08-20T20:00:19.5665438Z Get:21 http://azure.archive.ubuntu.com/ubuntu noble-backports/multiverse amd64 Components [212 B]
2025-08-20T20:00:19.5678017Z Get:22 http://azure.archive.ubuntu.com/ubuntu noble-security/main amd64 Packages [1081 kB]
2025-08-20T20:00:19.5761192Z Get:23 http://azure.archive.ubuntu.com/ubuntu noble-security/main Translation-en [187 kB]
2025-08-20T20:00:19.5774426Z Get:24 http://azure.archive.ubuntu.com/ubuntu noble-security/main amd64 Components [21.6 kB]
2025-08-20T20:00:19.5794484Z Get:25 http://azure.archive.ubuntu.com/ubuntu noble-security/universe amd64 Packages [881 kB]
2025-08-20T20:00:19.5842754Z Get:26 http://azure.archive.ubuntu.com/ubuntu noble-security/universe Translation-en [195 kB]
2025-08-20T20:00:19.5871157Z Get:27 http://azure.archive.ubuntu.com/ubuntu noble-security/universe amd64 Components [52.2 kB]
2025-08-20T20:00:19.5888625Z Get:28 http://azure.archive.ubuntu.com/ubuntu noble-security/restricted amd64 Packages [1625 kB]
2025-08-20T20:00:19.5983775Z Get:29 http://azure.archive.ubuntu.com/ubuntu noble-security/restricted Translation-en [359 kB]
2025-08-20T20:00:19.6022555Z Get:30 http://azure.archive.ubuntu.com/ubuntu noble-security/restricted amd64 Components [212 B]
2025-08-20T20:00:19.6027949Z Get:31 http://azure.archive.ubuntu.com/ubuntu noble-security/multiverse amd64 Components [208 B]
2025-08-20T20:00:19.6734704Z Get:32 https://packages.microsoft.com/ubuntu/24.04/prod noble/main armhf Packages [9870 B]
2025-08-20T20:00:19.6873226Z Get:33 https://packages.microsoft.com/ubuntu/24.04/prod noble/main arm64 Packages [33.2 kB]
2025-08-20T20:00:19.6924519Z Get:34 https://packages.microsoft.com/ubuntu/24.04/prod noble/main amd64 Packages [48.0 kB]
2025-08-20T20:00:23.9075659Z Fetched 10.6 MB in 1s (8121 kB/s)
2025-08-20T20:00:24.6095966Z Reading package lists...
2025-08-20T20:00:24.7676767Z Building dependency tree...
2025-08-20T20:00:24.7683341Z Reading state information...
2025-08-20T20:00:24.7832324Z 21 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-20T20:00:24.7944694Z 
2025-08-20T20:00:24.7945195Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T20:00:24.7945758Z 
2025-08-20T20:00:24.8078571Z Reading package lists...
2025-08-20T20:00:24.9787437Z Building dependency tree...
2025-08-20T20:00:24.9794988Z Reading state information...
2025-08-20T20:00:25.1340120Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-20T20:00:25.1340948Z bc set to manually installed.
2025-08-20T20:00:25.1341588Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-20T20:00:25.1342297Z curl is already the newest version (8.5.0-2ubuntu10.6).
2025-08-20T20:00:25.1342855Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T20:00:25.1343411Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T20:00:25.1343966Z The following additional packages will be installed:
2025-08-20T20:00:25.1344671Z   libtime-duration-perl
2025-08-20T20:00:25.1700326Z The following NEW packages will be installed:
2025-08-20T20:00:25.1706545Z   dos2unix fdupes libtime-duration-perl moreutils
2025-08-20T20:00:25.1913132Z 0 upgraded, 4 newly installed, 0 to remove and 21 not upgraded.
2025-08-20T20:00:25.2156720Z Need to get 616 kB of archives.
2025-08-20T20:00:25.2157566Z After this operation, 2255 kB of additional disk space will be used.
2025-08-20T20:00:25.2158796Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T20:00:25.2996860Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 fdupes amd64 1:2.3.0-1build1 [46.4 kB]
2025-08-20T20:00:25.3670396Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libtime-duration-perl all 1.21-2 [12.3 kB]
2025-08-20T20:00:25.4317977Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 moreutils amd64 0.69-1 [56.4 kB]
2025-08-20T20:00:25.4972009Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 dos2unix amd64 7.5.1-1 [501 kB]
2025-08-20T20:00:25.8148395Z Fetched 616 kB in 0s (1739 kB/s)
2025-08-20T20:00:25.8459592Z Selecting previously unselected package fdupes.
2025-08-20T20:00:25.8760746Z (Reading database ... 
2025-08-20T20:00:25.8761190Z (Reading database ... 5%
2025-08-20T20:00:25.8761755Z (Reading database ... 10%
2025-08-20T20:00:25.8762163Z (Reading database ... 15%
2025-08-20T20:00:25.8762587Z (Reading database ... 20%
2025-08-20T20:00:25.8762976Z (Reading database ... 25%
2025-08-20T20:00:25.8763363Z (Reading database ... 30%
2025-08-20T20:00:25.8763758Z (Reading database ... 35%
2025-08-20T20:00:25.8764146Z (Reading database ... 40%
2025-08-20T20:00:25.8764551Z (Reading database ... 45%
2025-08-20T20:00:25.8764924Z (Reading database ... 50%
2025-08-20T20:00:25.9683463Z (Reading database ... 55%
2025-08-20T20:00:26.1021439Z (Reading database ... 60%
2025-08-20T20:00:26.3097880Z (Reading database ... 65%
2025-08-20T20:00:26.4444789Z (Reading database ... 70%
2025-08-20T20:00:26.6352608Z (Reading database ... 75%
2025-08-20T20:00:26.9915916Z (Reading database ... 80%
2025-08-20T20:00:28.0986156Z (Reading database ... 85%
2025-08-20T20:00:28.6690392Z (Reading database ... 90%
2025-08-20T20:00:29.5237728Z (Reading database ... 95%
2025-08-20T20:00:29.5238102Z (Reading database ... 100%
2025-08-20T20:00:29.5238521Z (Reading database ... 219830 files and directories currently installed.)
2025-08-20T20:00:29.5284004Z Preparing to unpack .../fdupes_1%3a2.3.0-1build1_amd64.deb ...
2025-08-20T20:00:29.5312368Z Unpacking fdupes (1:2.3.0-1build1) ...
2025-08-20T20:00:29.5608172Z Selecting previously unselected package libtime-duration-perl.
2025-08-20T20:00:29.5746684Z Preparing to unpack .../libtime-duration-perl_1.21-2_all.deb ...
2025-08-20T20:00:29.5759571Z Unpacking libtime-duration-perl (1.21-2) ...
2025-08-20T20:00:29.6194223Z Selecting previously unselected package moreutils.
2025-08-20T20:00:29.6327753Z Preparing to unpack .../moreutils_0.69-1_amd64.deb ...
2025-08-20T20:00:29.6341166Z Unpacking moreutils (0.69-1) ...
2025-08-20T20:00:29.7085053Z Selecting previously unselected package dos2unix.
2025-08-20T20:00:29.7218493Z Preparing to unpack .../dos2unix_7.5.1-1_amd64.deb ...
2025-08-20T20:00:29.7233282Z Unpacking dos2unix (7.5.1-1) ...
2025-08-20T20:00:29.8621379Z Setting up fdupes (1:2.3.0-1build1) ...
2025-08-20T20:00:29.8665456Z Setting up libtime-duration-perl (1.21-2) ...
2025-08-20T20:00:29.8709232Z Setting up dos2unix (7.5.1-1) ...
2025-08-20T20:00:29.8746896Z Setting up moreutils (0.69-1) ...
2025-08-20T20:00:29.8782073Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:01:29.2619754Z 
2025-08-20T20:01:29.2620762Z Running kernel seems to be up-to-date.
2025-08-20T20:01:29.2621276Z 
2025-08-20T20:01:29.2621460Z Restarting services...
2025-08-20T20:01:29.2690693Z 
2025-08-20T20:01:29.2691065Z Service restarts being deferred:
2025-08-20T20:01:29.2693149Z  systemctl restart hosted-compute-agent.service
2025-08-20T20:01:29.2693528Z 
2025-08-20T20:01:29.2693700Z No containers need to be restarted.
2025-08-20T20:01:29.2693942Z 
2025-08-20T20:01:29.2694059Z No user sessions are running outdated binaries.
2025-08-20T20:01:29.2694252Z 
2025-08-20T20:01:29.2694433Z No VM guests are running outdated hypervisor (qemu) binaries on this host.
2025-08-20T20:01:30.1402017Z Reading package lists...
2025-08-20T20:01:30.3064573Z Building dependency tree...
2025-08-20T20:01:30.3072108Z Reading state information...
2025-08-20T20:01:30.4649302Z apt-transport-https is already the newest version (2.8.3).
2025-08-20T20:01:30.4650192Z apt-utils is already the newest version (2.8.3).
2025-08-20T20:01:30.4650966Z apt-utils set to manually installed.
2025-08-20T20:01:30.4651892Z ca-certificates is already the newest version (20240203).
2025-08-20T20:01:30.4652392Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-20T20:01:30.4652852Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T20:01:30.4653324Z gnupg2 is already the newest version (2.4.4-2ubuntu17.3).
2025-08-20T20:01:30.4653812Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T20:01:30.4654310Z moreutils is already the newest version (0.69-1).
2025-08-20T20:01:30.4654749Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-20T20:01:30.4655268Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-20T20:01:30.4655879Z texinfo is already the newest version (7.1-3build2).
2025-08-20T20:01:30.4656425Z tmux is already the newest version (3.4-1ubuntu0.1).
2025-08-20T20:01:30.4656773Z tmux set to manually installed.
2025-08-20T20:01:30.4657131Z util-linux is already the newest version (2.39.3-9ubuntu6.3).
2025-08-20T20:01:30.4657556Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T20:01:30.4657959Z The following additional packages will be installed:
2025-08-20T20:01:30.4658350Z   python3-software-properties
2025-08-20T20:01:30.4658635Z Recommended packages:
2025-08-20T20:01:30.4658883Z   unattended-upgrades
2025-08-20T20:01:30.4990970Z The following NEW packages will be installed:
2025-08-20T20:01:30.4991469Z   rename
2025-08-20T20:01:30.5000694Z The following packages will be upgraded:
2025-08-20T20:01:30.5001551Z   python3-software-properties software-properties-common
2025-08-20T20:01:30.5172011Z 2 upgraded, 1 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T20:01:30.5406458Z Need to get 64.7 kB of archives.
2025-08-20T20:01:30.5407040Z After this operation, 63.5 kB of additional disk space will be used.
2025-08-20T20:01:30.5407453Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T20:01:31.1016753Z 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-20T20:01:31.2305409Z 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-20T20:01:31.2963262Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 rename all 2.02-1 [20.3 kB]
2025-08-20T20:01:31.5494554Z Fetched 64.7 kB in 1s (84.3 kB/s)
2025-08-20T20:01:31.5754376Z (Reading database ... 
2025-08-20T20:01:31.5755456Z (Reading database ... 5%
2025-08-20T20:01:31.5755875Z (Reading database ... 10%
2025-08-20T20:01:31.5756263Z (Reading database ... 15%
2025-08-20T20:01:31.5756646Z (Reading database ... 20%
2025-08-20T20:01:31.5757014Z (Reading database ... 25%
2025-08-20T20:01:31.5757382Z (Reading database ... 30%
2025-08-20T20:01:31.5758042Z (Reading database ... 35%
2025-08-20T20:01:31.5758422Z (Reading database ... 40%
2025-08-20T20:01:31.5758784Z (Reading database ... 45%
2025-08-20T20:01:31.5759153Z (Reading database ... 50%
2025-08-20T20:01:31.5843447Z (Reading database ... 55%
2025-08-20T20:01:31.5877504Z (Reading database ... 60%
2025-08-20T20:01:31.5898957Z (Reading database ... 65%
2025-08-20T20:01:31.5932426Z (Reading database ... 70%
2025-08-20T20:01:31.5956702Z (Reading database ... 75%
2025-08-20T20:01:31.5985164Z (Reading database ... 80%
2025-08-20T20:01:31.6120931Z (Reading database ... 85%
2025-08-20T20:01:31.6211940Z (Reading database ... 90%
2025-08-20T20:01:31.6495834Z (Reading database ... 95%
2025-08-20T20:01:31.6496288Z (Reading database ... 100%
2025-08-20T20:01:31.6496824Z (Reading database ... 219999 files and directories currently installed.)
2025-08-20T20:01:31.6540037Z Preparing to unpack .../software-properties-common_0.99.49.3_all.deb ...
2025-08-20T20:01:31.7757451Z Unpacking software-properties-common (0.99.49.3) over (0.99.49.2) ...
2025-08-20T20:01:31.8582640Z Preparing to unpack .../python3-software-properties_0.99.49.3_all.deb ...
2025-08-20T20:01:31.9350344Z Unpacking python3-software-properties (0.99.49.3) over (0.99.49.2) ...
2025-08-20T20:01:31.9667187Z Selecting previously unselected package rename.
2025-08-20T20:01:31.9803742Z Preparing to unpack .../archives/rename_2.02-1_all.deb ...
2025-08-20T20:01:31.9818339Z Unpacking rename (2.02-1) ...
2025-08-20T20:01:32.0235176Z Setting up rename (2.02-1) ...
2025-08-20T20:01:32.0309534Z update-alternatives: using /usr/bin/file-rename to provide /usr/bin/rename (rename) in auto mode
2025-08-20T20:01:32.0342134Z Setting up python3-software-properties (0.99.49.3) ...
2025-08-20T20:01:32.1946071Z Setting up software-properties-common (0.99.49.3) ...
2025-08-20T20:01:32.2960847Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:01:36.3546027Z Processing triggers for dbus (1.14.10-4ubuntu4.1) ...
2025-08-20T20:01:37.8721748Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T20:01:37.9213603Z Hit:6 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T20:01:37.9239372Z Hit:7 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T20:01:37.9637696Z Hit:2 http://azure.archive.ubuntu.com/ubuntu noble InRelease
2025-08-20T20:01:37.9650054Z Hit:3 http://azure.archive.ubuntu.com/ubuntu noble-updates InRelease
2025-08-20T20:01:37.9653954Z Hit:4 http://azure.archive.ubuntu.com/ubuntu noble-backports InRelease
2025-08-20T20:01:37.9669469Z Hit:5 http://azure.archive.ubuntu.com/ubuntu noble-security InRelease
2025-08-20T20:01:39.0354625Z Reading package lists...
2025-08-20T20:01:39.1962001Z Building dependency tree...
2025-08-20T20:01:39.1968469Z Reading state information...
2025-08-20T20:01:39.2110259Z 19 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-20T20:01:39.2258534Z 
2025-08-20T20:01:39.2259333Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T20:01:39.2259858Z 
2025-08-20T20:01:39.2749080Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T20:01:39.3069089Z Hit:2 http://azure.archive.ubuntu.com/ubuntu noble InRelease
2025-08-20T20:01:39.3082898Z Hit:3 http://azure.archive.ubuntu.com/ubuntu noble-updates InRelease
2025-08-20T20:01:39.3095077Z Hit:4 http://azure.archive.ubuntu.com/ubuntu noble-backports InRelease
2025-08-20T20:01:39.3106230Z Hit:5 http://azure.archive.ubuntu.com/ubuntu noble-security InRelease
2025-08-20T20:01:39.3114398Z Hit:6 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T20:01:39.3217510Z Hit:7 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T20:01:40.4384666Z Reading package lists...
2025-08-20T20:01:40.5993550Z Building dependency tree...
2025-08-20T20:01:40.6000172Z Reading state information...
2025-08-20T20:01:40.6146952Z 19 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-20T20:01:40.6261686Z 
2025-08-20T20:01:40.6263019Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T20:01:40.6263565Z 
2025-08-20T20:01:40.6391322Z Reading package lists...
2025-08-20T20:01:40.8027719Z Building dependency tree...
2025-08-20T20:01:40.8035205Z Reading state information...
2025-08-20T20:01:40.9525207Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T20:01:40.9900837Z 0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T20:01:41.0195329Z mkdir: created directory '/home/runner/.minisign'
2025-08-20T20:01:41.0708602Z ##[group]Run ##Presets
2025-08-20T20:01:41.0708880Z [36;1m##Presets[0m
2025-08-20T20:01:41.0709092Z [36;1mset +x ; set +e[0m
2025-08-20T20:01:41.0709344Z [36;1m#-------------#[0m
2025-08-20T20:01:41.0709546Z [36;1m##Debug?[0m
2025-08-20T20:01:41.0709793Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T20:01:41.0710086Z [36;1m  set -x[0m
2025-08-20T20:01:41.0710269Z [36;1mfi[0m
2025-08-20T20:01:41.0729205Z [36;1m#-------------#[0m
2025-08-20T20:01:41.0729997Z [36;1mecho "kernel.apparmor_restrict_unprivileged_userns=0" | sudo tee "/etc/sysctl.d/98-apparmor-unuserns.conf"[0m
2025-08-20T20:01:41.0731206Z [36;1mecho "0" | sudo tee "/proc/sys/kernel/apparmor_restrict_unprivileged_userns"[0m
2025-08-20T20:01:41.0732137Z [36;1msudo service procps restart[0m
2025-08-20T20:01:41.0732622Z [36;1msudo sysctl -p "/etc/sysctl.conf"[0m
2025-08-20T20:01:41.0776337Z shell: /usr/bin/bash -e {0}
2025-08-20T20:01:41.0776573Z env:
2025-08-20T20:01:41.0776793Z   CROSS_COMPILING: NO
2025-08-20T20:01:41.0777017Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T20:01:41.0777255Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T20:01:41.0777468Z   ON_QEMU: NO
2025-08-20T20:01:41.0777638Z   DEBUG: 0
2025-08-20T20:01:41.0777817Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T20:01:41.0778038Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T20:01:41.0778320Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/elinks/official
2025-08-20T20:01:41.0778620Z   KEEP_LOGS: YES
2025-08-20T20:01:41.0778810Z   GITHUB_TEST_BUILD: YES
2025-08-20T20:01:41.0779021Z   PKG_FAMILY_LOCAL: elinks
2025-08-20T20:01:41.0779246Z   SBUILD_REBUILD: false
2025-08-20T20:01:41.0779791Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/elinks/static.official.stable.yaml
2025-08-20T20:01:41.0780371Z   BUILD_SYS: host://soar-dl
2025-08-20T20:01:41.0780819Z   BUILD_ON_HOST: TRUE
2025-08-20T20:01:41.0781019Z   BUILD_SYSTEM: HOST
2025-08-20T20:01:41.0781214Z   SYSTMP: /tmp
2025-08-20T20:01:41.0781402Z   GHA_MODE: MATRIX
2025-08-20T20:01:41.0781832Z   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-20T20:01:41.0782306Z ##[endgroup]
2025-08-20T20:01:41.0904186Z kernel.apparmor_restrict_unprivileged_userns=0
2025-08-20T20:01:41.0974577Z 0
2025-08-20T20:01:41.1347005Z vm.max_map_count = 262144
2025-08-20T20:01:41.1347387Z fs.inotify.max_user_watches = 655360
2025-08-20T20:01:41.1347674Z fs.inotify.max_user_instances = 1280
2025-08-20T20:01:41.1347922Z vm.mmap_rnd_bits = 28
2025-08-20T20:01:41.1418825Z ##[group]Run ##Presets
2025-08-20T20:01:41.1419143Z [36;1m##Presets[0m
2025-08-20T20:01:41.1419345Z [36;1mset +x ; set +e[0m
2025-08-20T20:01:41.1419578Z [36;1m#-------------#[0m
2025-08-20T20:01:41.1419773Z [36;1m##Debug?[0m
2025-08-20T20:01:41.1420036Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T20:01:41.1420327Z [36;1m  set -x[0m
2025-08-20T20:01:41.1420766Z [36;1mfi[0m
2025-08-20T20:01:41.1420951Z [36;1m#-------------#[0m
2025-08-20T20:01:41.1421153Z [36;1m##Main[0m
2025-08-20T20:01:41.1421369Z [36;1mpushd "$(mktemp -d)" >/dev/null 2>&1[0m
2025-08-20T20:01:41.1422024Z [36;1m curl -qfsSL "https://raw.githubusercontent.com/pkgforge/bincache/refs/heads/main/scripts/runner/builder.sh" -o "${SYSTMP}/BUILDER.sh"[0m
2025-08-20T20:01:41.1422753Z [36;1m dos2unix --quiet "${SYSTMP}/BUILDER.sh" ; chmod +xwr "${SYSTMP}/BUILDER.sh"[0m
2025-08-20T20:01:41.1423132Z [36;1m ##Run with STDOUT + LOGS[0m
2025-08-20T20:01:41.1423500Z [36;1m  export DEBUG="${DEBUG}"[0m
2025-08-20T20:01:41.1423753Z [36;1m  export KEEP_LOGS="${KEEP_LOGS}"[0m
2025-08-20T20:01:41.1424059Z [36;1m  export PKG_FAMILY_LOCAL="${PKG_FAMILY_LOCAL}"[0m
2025-08-20T20:01:41.1424384Z [36;1m  export GHCRPKG_LOCAL="${GHCRPKG_LOCAL}"[0m
2025-08-20T20:01:41.1424688Z [36;1m  export SBUILD_REBUILD="${SBUILD_REBUILD}"[0m
2025-08-20T20:01:41.1425007Z [36;1m  export GITHUB_TEST_BUILD="${GITHUB_TEST_BUILD}"[0m
2025-08-20T20:01:41.1425298Z [36;1m if [[ "" == "TRUE" ]]; then[0m
2025-08-20T20:01:41.1425627Z [36;1m   sudo podman cp "${SYSTMP}/BUILDER.sh" "${POD_ID}:/tmp/BUILDER.sh"[0m
2025-08-20T20:01:41.1425995Z [36;1m   sudo podman exec -u "runner" -w "/tmp" \[0m
2025-08-20T20:01:41.1426281Z [36;1m     -e DEBUG="${DEBUG}" \[0m
2025-08-20T20:01:41.1426549Z [36;1m     -e GHCR_TOKEN="${GHCR_TOKEN}" \[0m
2025-08-20T20:01:41.1426832Z [36;1m     -e GITHUB_TOKEN="${GITHUB_TOKEN}" \[0m
2025-08-20T20:01:41.1427118Z [36;1m     -e GITLAB_TOKEN="${GITLAB_TOKEN}" \[0m
2025-08-20T20:01:41.1427399Z [36;1m     -e MINISIGN_KEY="${MINISIGN_KEY}" \[0m
2025-08-20T20:01:41.1427678Z [36;1m     -e KEEP_LOGS="${KEEP_LOGS}" \[0m
2025-08-20T20:01:41.1428152Z [36;1m     -e PKG_FAMILY_LOCAL="${PKG_FAMILY_LOCAL}" \[0m
2025-08-20T20:01:41.1428464Z [36;1m     -e GHCRPKG_LOCAL="${GHCRPKG_LOCAL}" \[0m
2025-08-20T20:01:41.1428763Z [36;1m     -e SBUILD_REBUILD="${SBUILD_REBUILD}" \[0m
2025-08-20T20:01:41.1429076Z [36;1m     -e GITHUB_TEST_BUILD="${GITHUB_TEST_BUILD}" \[0m
2025-08-20T20:01:41.1429386Z [36;1m     -e INSIDE_PODMAN="${INSIDE_PODMAN}" \[0m
2025-08-20T20:01:41.1429684Z [36;1m     -e CROSS_COMPILING="${CROSS_COMPILING}" \[0m
2025-08-20T20:01:41.1429994Z [36;1m     -e SBUILD_FILE_URL="${SBUILD_FILE_URL}" \[0m
2025-08-20T20:01:41.1430277Z [36;1m     "${POD_ID}" \[0m
2025-08-20T20:01:41.1430800Z [36;1m     bash -c 'bash "/tmp/BUILDER.sh" "${SBUILD_FILE_URL}" | tee "/tmp/BUILD.log" 2>&1'[0m
2025-08-20T20:01:41.1431256Z [36;1m   sudo podman cp "${POD_ID}:/tmp/BUILD.log" "${SYSTMP}/BUILD.log"[0m
2025-08-20T20:01:41.1431727Z [36;1m   sudo podman cp "${POD_ID}:/tmp/BUILD_ARTIFACTS.zstd" "${SYSTMP}/BUILD_ARTIFACTS.zstd"[0m
2025-08-20T20:01:41.1432194Z [36;1m   sudo podman cp "${POD_ID}:/tmp/GITHUB_ENV" "${SYSTMP}/GITHUB_ENV"[0m
2025-08-20T20:01:41.1432545Z [36;1m   mkdir -p "${SYSTMP}/_POD_BRIDGE"[0m
2025-08-20T20:01:41.1432889Z [36;1m   sudo podman cp "${POD_ID}:/tmp/_POD_BRIDGE/." "${SYSTMP}/_POD_BRIDGE"[0m
2025-08-20T20:01:41.1433515Z [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-20T20:01:41.1434296Z [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-20T20:01:41.1434825Z [36;1m   cat "${SYSTMP}/GITHUB_ENV" >> "${GITHUB_ENV}"[0m
2025-08-20T20:01:41.1435098Z [36;1m else[0m
2025-08-20T20:01:41.1435566Z [36;1m   bash "${SYSTMP}/BUILDER.sh" "${SBUILD_FILE_URL}" | tee "${SYSTMP}/BUILD.log" 2>&1[0m
2025-08-20T20:01:41.1435942Z [36;1m fi[0m
2025-08-20T20:01:41.1436199Z [36;1m ##Purge Tokens (in case set -x & gh didn't redact)[0m
2025-08-20T20:01:41.1436604Z [36;1m cat "${SYSTMP}/BUILD.log" | ansi2txt > "${SYSTMP}/BUILD.gh.log.txt"[0m
2025-08-20T20:01:41.1437033Z [36;1m sed -i '/.*github_pat.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T20:01:41.1437431Z [36;1m sed -i '/.*ghp_.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T20:01:41.1437820Z [36;1m sed -i '/.*access_key_id.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T20:01:41.1438215Z [36;1m sed -i '/.*token.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T20:01:41.1438622Z [36;1m sed -i '/.*secret_access_key.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T20:01:41.1439028Z [36;1m sed -i '/.*token.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T20:01:41.1439453Z [36;1m sed -i '/.*cloudflarestorage.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T20:01:41.1439871Z [36;1m mv -fv "${SYSTMP}/BUILD.gh.log.txt" "${SYSTMP}/BUILD.log"[0m
2025-08-20T20:01:41.1440188Z [36;1mpopd >/dev/null 2>&1[0m
2025-08-20T20:01:41.1479296Z shell: /usr/bin/bash -e {0}
2025-08-20T20:01:41.1479528Z env:
2025-08-20T20:01:41.1479706Z   CROSS_COMPILING: NO
2025-08-20T20:01:41.1479924Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T20:01:41.1480153Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T20:01:41.1480366Z   ON_QEMU: NO
2025-08-20T20:01:41.1480749Z   DEBUG: 0
2025-08-20T20:01:41.1480936Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T20:01:41.1481158Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T20:01:41.1481434Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/elinks/official
2025-08-20T20:01:41.1481732Z   KEEP_LOGS: YES
2025-08-20T20:01:41.1481950Z   GITHUB_TEST_BUILD: YES
2025-08-20T20:01:41.1482160Z   PKG_FAMILY_LOCAL: elinks
2025-08-20T20:01:41.1482390Z   SBUILD_REBUILD: false
2025-08-20T20:01:41.1482933Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/elinks/static.official.stable.yaml
2025-08-20T20:01:41.1483509Z   BUILD_SYS: host://soar-dl
2025-08-20T20:01:41.1483888Z   BUILD_ON_HOST: TRUE
2025-08-20T20:01:41.1484091Z   BUILD_SYSTEM: HOST
2025-08-20T20:01:41.1484286Z   SYSTMP: /tmp
2025-08-20T20:01:41.1484474Z   GHA_MODE: MATRIX
2025-08-20T20:01:41.1484910Z   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-20T20:01:41.1485881Z   GHCR_TOKEN: ***
2025-08-20T20:01:41.1486190Z   GITHUB_TOKEN: ***
2025-08-20T20:01:41.1486542Z   GITLAB_TOKEN: ***
2025-08-20T20:01:41.1487777Z   MINISIGN_KEY: ***
2025-08-20T20:01:41.1487967Z ##[endgroup]
2025-08-20T20:01:41.3555477Z [+] SBUILD Builder Version: 0.2.2
2025-08-20T20:01:41.5715232Z   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2025-08-20T20:01:41.5715986Z                                  Dload  Upload   Total   Spent    Left  Speed
2025-08-20T20:01:41.5716361Z 
2025-08-20T20:01:41.6146970Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2025-08-20T20:01:41.6147481Z 100  2470  100  2470    0     0  57005      0 --:--:-- --:--:-- --:--:-- 57441
2025-08-20T20:01:41.6160158Z (SBUILD) <== https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/elinks/static.official.stable.yaml
2025-08-20T20:01:41.6247683Z 
2025-08-20T20:01:41.6248202Z [+] Building [/tmp/tmp.1bvF4utI4p/SBUILD_INPUT] Locally
2025-08-20T20:01:41.6248608Z 
2025-08-20T20:01:41.6262079Z '/tmp/tmp.1bvF4utI4p/SBUILD_INPUT' -> '/tmp/pkgforge/FLlGUAiuX_build.yaml'
2025-08-20T20:01:41.8189739Z 
2025-08-20T20:01:41.8190212Z [+] Passwordless sudo is Configured
2025-08-20T20:01:42.0118610Z 
2025-08-20T20:01:42.0131824Z [+] Setting Install Dir (ROOT) :: /usr/local/bin
2025-08-20T20:01:42.0132082Z 
2025-08-20T20:01:42.0606929Z 
2025-08-20T20:01:42.0608385Z [+] Fetching Bins from (Default) :: https://bin.pkgforge.dev/x86_64-Linux
2025-08-20T20:01:42.0609221Z 
2025-08-20T20:01:42.0609248Z 
2025-08-20T20:01:42.0609643Z [+] Installing in Sequential (Slow) Mode [Re Run : export PARALLEL=1 for Speed]
2025-08-20T20:01:42.0610165Z 
2025-08-20T20:01:42.0692585Z [+] Installing: 7z -> 7z
2025-08-20T20:01:42.7658218Z [+] Installing: actionlint -> actionlint
2025-08-20T20:01:43.4248989Z [+] Installing: anew -> anew
2025-08-20T20:01:44.0903515Z [+] Installing: anew-rs -> anew-rs
2025-08-20T20:01:44.7152422Z [+] Installing: ansi2html -> ansi2html
2025-08-20T20:01:45.2986336Z [+] Installing: ansi2txt -> ansi2txt
2025-08-20T20:01:45.8980160Z [+] Installing: archey -> archey
2025-08-20T20:01:46.6148193Z [+] Installing: aria2 -> aria2c
2025-08-20T20:01:47.3047510Z [+] Installing: askalono -> askalono
2025-08-20T20:01:48.2119572Z [+] Installing: bsdtar -> bsdtar
2025-08-20T20:01:48.8757214Z [+] Installing: b3sum -> b3sum
2025-08-20T20:01:49.5348068Z [+] Installing: bita -> bita
2025-08-20T20:01:50.2068185Z [+] Installing: btop -> btop
2025-08-20T20:01:50.8286105Z [+] Installing: chafa -> chafa
2025-08-20T20:01:51.4998280Z [+] Installing: cloudflared -> cloudflared
2025-08-20T20:01:52.2616435Z [+] Installing: croc -> croc
2025-08-20T20:01:52.9213128Z [+] Installing: csvtk -> csvtk
2025-08-20T20:01:53.6509146Z [+] Installing: cutlines -> cutlines
2025-08-20T20:01:54.2447597Z curl: (22) The requested URL returned error: 404
2025-08-20T20:01:54.2489853Z [-] Failed to install cutlines to /usr/local/bin/cutlines
2025-08-20T20:01:54.2491111Z [+] Installing: dbin -> dbin
2025-08-20T20:01:54.9277336Z [+] Installing: dasel -> dasel
2025-08-20T20:01:55.5834937Z [+] Installing: delta -> delta
2025-08-20T20:01:56.2565834Z [+] Installing: ds -> ds
2025-08-20T20:01:56.8505123Z curl: (22) The requested URL returned error: 404
2025-08-20T20:01:56.8547496Z [-] Failed to install ds to /usr/local/bin/ds
2025-08-20T20:01:56.8548687Z [+] Installing: dos2unix -> dos2unix
2025-08-20T20:01:57.4411006Z [+] Installing: duf -> duf
2025-08-20T20:01:58.0983828Z [+] Installing: duplicut -> duplicut
2025-08-20T20:01:58.7374634Z [+] Installing: dust -> dust
2025-08-20T20:01:59.4099901Z [+] Installing: dwarfs-tools -> dwarfs
2025-08-20T20:02:00.0823227Z [+] Installing: dwarfs-tools -> mkdwarfs
2025-08-20T20:02:00.6293003Z [+] Installing: dysk -> dysk
2025-08-20T20:02:00.9047845Z [+] Installing: eget -> eget
2025-08-20T20:02:01.5792843Z [+] Installing: epoch -> epoch
2025-08-20T20:02:02.1868894Z [+] Installing: faketty -> faketty
2025-08-20T20:02:02.8610376Z [+] Installing: fastfetch -> fastfetch
2025-08-20T20:02:03.5222265Z [+] Installing: freeze -> freeze
2025-08-20T20:02:04.2107270Z [+] Installing: fusermount3 -> fusermount
2025-08-20T20:02:04.8251350Z [+] Installing: gdu -> gdu
2025-08-20T20:02:05.5109660Z [+] Installing: gh -> gh
2025-08-20T20:02:06.3231772Z [+] Installing: gitleaks -> gitleaks
2025-08-20T20:02:07.0250621Z [+] Installing: git-sizer -> git-sizer
2025-08-20T20:02:07.7004362Z [+] Installing: glab -> glab
2025-08-20T20:02:08.4678045Z [+] Installing: glow -> glow
2025-08-20T20:02:09.1694030Z [+] Installing: httpx -> httpx
2025-08-20T20:02:09.9580645Z [+] Installing: huggingface-cli -> huggingface-cli
2025-08-20T20:02:10.7064830Z [+] Installing: husarnet -> husarnet
2025-08-20T20:02:11.3861774Z curl: (22) The requested URL returned error: 404
2025-08-20T20:02:11.3904944Z [-] Failed to install husarnet to /usr/local/bin/husarnet
2025-08-20T20:02:11.3905737Z [+] Installing: husarnet-daemon -> husarnet-daemon
2025-08-20T20:02:11.9509537Z curl: (22) The requested URL returned error: 404
2025-08-20T20:02:11.9552618Z [-] Failed to install husarnet-daemon to /usr/local/bin/husarnet-daemon
2025-08-20T20:02:11.9553463Z [+] Installing: imgcat -> imgcat
2025-08-20T20:02:12.5952667Z [+] Installing: jc -> jc
2025-08-20T20:02:13.2894786Z [+] Installing: jq -> jq
2025-08-20T20:02:13.8925976Z [+] Installing: logdy -> logdy
2025-08-20T20:02:14.6428796Z [+] Installing: micro -> micro
2025-08-20T20:02:15.3129093Z [+] Installing: miniserve -> miniserve
2025-08-20T20:02:15.9745260Z [+] Installing: minisign -> minisign
2025-08-20T20:02:16.6050696Z [+] Installing: ncdu -> ncdu
2025-08-20T20:02:17.2202728Z [+] Installing: notify -> notify
2025-08-20T20:02:17.9278049Z [+] Installing: ouch -> ouch
2025-08-20T20:02:18.6013373Z [+] Installing: oras -> oras
2025-08-20T20:02:19.2810106Z [+] Installing: pipetty -> pipetty
2025-08-20T20:02:19.8817715Z [+] Installing: pixterm -> pixterm
2025-08-20T20:02:20.5742414Z [+] Installing: qsv -> qsv
2025-08-20T20:02:21.2693100Z [+] Installing: rclone -> rclone
2025-08-20T20:02:22.0896034Z [+] Installing: ripgrep -> rg
2025-08-20T20:02:22.7297302Z [+] Installing: rga -> rga
2025-08-20T20:02:23.4525643Z [+] Installing: rsync -> rsync
2025-08-20T20:02:24.1254533Z [+] Installing: script -> script
2025-08-20T20:02:24.7331228Z [+] Installing: shellcheck -> shellcheck
2025-08-20T20:02:25.4589720Z [+] Installing: soar -> soar
2025-08-20T20:02:26.1582398Z [+] Installing: speedtest-go -> speedtest-go
2025-08-20T20:02:26.8502548Z [+] Installing: sstrip -> sstrip
2025-08-20T20:02:27.4706422Z [+] Installing: strace -> strace
2025-08-20T20:02:28.1020903Z [+] Installing: sttr -> sttr
2025-08-20T20:02:28.8144028Z [+] Installing: tailscale -> tailscale
2025-08-20T20:02:29.5771507Z [+] Installing: tailscaled -> tailscaled
2025-08-20T20:02:30.3121656Z [+] Installing: taplo -> taplo
2025-08-20T20:02:30.9792349Z [+] Installing: tldr -> tldr
2025-08-20T20:02:31.6492860Z [+] Installing: tldr -> tealdeer
2025-08-20T20:02:32.2564473Z [+] Installing: tmux -> tmux
2025-08-20T20:02:32.9026269Z [+] Installing: tok -> tok
2025-08-20T20:02:33.5467565Z [+] Installing: trufflehog -> trufflehog
2025-08-20T20:02:34.2899310Z [+] Installing: trurl -> trurl
2025-08-20T20:02:34.9959761Z [+] Installing: tss -> tss
2025-08-20T20:02:35.6255419Z [+] Installing: ulexec -> ulexec
2025-08-20T20:02:36.3081187Z [+] Installing: unfurl -> unfurl
2025-08-20T20:02:36.9931568Z [+] Installing: upx -> upx
2025-08-20T20:02:37.6369889Z [+] Installing: validtoml -> validtoml
2025-08-20T20:02:38.2773823Z [+] Installing: wget -> wget
2025-08-20T20:02:38.9499587Z [+] Installing: wget2 -> wget2
2025-08-20T20:02:39.6239569Z [+] Installing: wormhole-rs -> wormhole-rs
2025-08-20T20:02:40.3197827Z [+] Installing: xq -> xq
2025-08-20T20:02:40.9638090Z [+] Installing: xz -> xz
2025-08-20T20:02:41.5786843Z [+] Installing: unxz -> unxz
2025-08-20T20:02:42.2455029Z [+] Installing: yq -> yq
2025-08-20T20:02:42.8100879Z [+] Installing: yj -> yj
2025-08-20T20:02:43.4554201Z [+] Installing: zapper -> zapper
2025-08-20T20:02:44.1030656Z [+] Installing: zapper-stealth -> zproccer
2025-08-20T20:02:44.7735100Z [+] Installing: zerotier-cli -> zerotier-cli
2025-08-20T20:02:45.3601217Z curl: (22) The requested URL returned error: 404
2025-08-20T20:02:45.3645712Z [-] Failed to install zerotier-cli to /usr/local/bin/zerotier-cli
2025-08-20T20:02:45.3646595Z [+] Installing: zerotier-idtool -> zerotier-idtool
2025-08-20T20:02:45.9670311Z curl: (22) The requested URL returned error: 404
2025-08-20T20:02:45.9715550Z [-] Failed to install zerotier-idtool to /usr/local/bin/zerotier-idtool
2025-08-20T20:02:45.9716458Z [+] Installing: zerotier-one -> zerotier-one
2025-08-20T20:02:46.5479148Z curl: (22) The requested URL returned error: 404
2025-08-20T20:02:46.5523688Z [-] Failed to install zerotier-one to /usr/local/bin/zerotier-one
2025-08-20T20:02:46.5525138Z [+] Installing: zstd -> zstd
2025-08-20T20:02:47.2245390Z [+] Creating symlinks...
2025-08-20T20:02:47.2335210Z '/usr/bin/7z' -> '/usr/local/bin/7z'
2025-08-20T20:02:47.2431072Z '/usr/bin/actionlint' -> '/usr/local/bin/actionlint'
2025-08-20T20:02:47.2526072Z '/usr/bin/anew' -> '/usr/local/bin/anew'
2025-08-20T20:02:47.2622562Z '/usr/bin/anew-rs' -> '/usr/local/bin/anew-rs'
2025-08-20T20:02:47.2718872Z '/usr/bin/ansi2html' -> '/usr/local/bin/ansi2html'
2025-08-20T20:02:47.2816182Z '/usr/bin/ansi2txt' -> '/usr/local/bin/ansi2txt'
2025-08-20T20:02:47.2913427Z '/usr/bin/archey' -> '/usr/local/bin/archey'
2025-08-20T20:02:47.3017624Z '/usr/bin/aria2c' -> '/usr/local/bin/aria2c'
2025-08-20T20:02:47.3116915Z '/usr/bin/askalono' -> '/usr/local/bin/askalono'
2025-08-20T20:02:47.3215796Z '/usr/bin/bsdtar' -> '/usr/local/bin/bsdtar'
2025-08-20T20:02:47.3319432Z '/usr/bin/b3sum' -> '/usr/local/bin/b3sum'
2025-08-20T20:02:47.3418473Z '/usr/bin/bita' -> '/usr/local/bin/bita'
2025-08-20T20:02:47.3516748Z '/usr/bin/btop' -> '/usr/local/bin/btop'
2025-08-20T20:02:47.3614385Z '/usr/bin/chafa' -> '/usr/local/bin/chafa'
2025-08-20T20:02:47.3711322Z '/usr/bin/cloudflared' -> '/usr/local/bin/cloudflared'
2025-08-20T20:02:47.3806673Z '/usr/bin/croc' -> '/usr/local/bin/croc'
2025-08-20T20:02:47.3903842Z '/usr/bin/csvtk' -> '/usr/local/bin/csvtk'
2025-08-20T20:02:47.3940850Z [-] Warning: Target /usr/local/bin/cutlines does not exist for symlink cutlines
2025-08-20T20:02:47.4027299Z '/usr/bin/dbin' -> '/usr/local/bin/dbin'
2025-08-20T20:02:47.4124448Z '/usr/bin/dasel' -> '/usr/local/bin/dasel'
2025-08-20T20:02:47.4219017Z '/usr/bin/delta' -> '/usr/local/bin/delta'
2025-08-20T20:02:47.4255748Z [-] Warning: Target /usr/local/bin/ds does not exist for symlink ds
2025-08-20T20:02:47.4343641Z '/usr/bin/dos2unix' -> '/usr/local/bin/dos2unix'
2025-08-20T20:02:47.4442214Z '/usr/bin/duf' -> '/usr/local/bin/duf'
2025-08-20T20:02:47.4538448Z '/usr/bin/duplicut' -> '/usr/local/bin/duplicut'
2025-08-20T20:02:47.4641836Z '/usr/bin/dust' -> '/usr/local/bin/dust'
2025-08-20T20:02:47.4739584Z '/usr/bin/dwarfs' -> '/usr/local/bin/dwarfs'
2025-08-20T20:02:47.4834454Z '/usr/bin/mkdwarfs' -> '/usr/local/bin/mkdwarfs'
2025-08-20T20:02:47.4929294Z '/usr/bin/dysk' -> '/usr/local/bin/dysk'
2025-08-20T20:02:47.5025419Z '/usr/bin/eget' -> '/usr/local/bin/eget'
2025-08-20T20:02:47.5121245Z '/usr/bin/epoch' -> '/usr/local/bin/epoch'
2025-08-20T20:02:47.5216378Z '/usr/bin/faketty' -> '/usr/local/bin/faketty'
2025-08-20T20:02:47.5312455Z '/usr/bin/fastfetch' -> '/usr/local/bin/fastfetch'
2025-08-20T20:02:47.5408138Z '/usr/bin/freeze' -> '/usr/local/bin/freeze'
2025-08-20T20:02:47.5504050Z '/usr/bin/fusermount' -> '/usr/local/bin/fusermount'
2025-08-20T20:02:47.5599200Z '/usr/bin/gdu' -> '/usr/local/bin/gdu'
2025-08-20T20:02:47.5695347Z '/usr/bin/gh' -> '/usr/local/bin/gh'
2025-08-20T20:02:47.5790312Z '/usr/bin/gitleaks' -> '/usr/local/bin/gitleaks'
2025-08-20T20:02:47.5885636Z '/usr/bin/git-sizer' -> '/usr/local/bin/git-sizer'
2025-08-20T20:02:47.5981156Z '/usr/bin/glab' -> '/usr/local/bin/glab'
2025-08-20T20:02:47.6076834Z '/usr/bin/glow' -> '/usr/local/bin/glow'
2025-08-20T20:02:47.6173606Z '/usr/bin/httpx' -> '/usr/local/bin/httpx'
2025-08-20T20:02:47.6273847Z '/home/runner/.local/bin/httpx' -> '/usr/local/bin/httpx'
2025-08-20T20:02:47.6370192Z '/usr/bin/huggingface-cli' -> '/usr/local/bin/huggingface-cli'
2025-08-20T20:02:47.6407682Z [-] Warning: Target /usr/local/bin/husarnet does not exist for symlink husarnet
2025-08-20T20:02:47.6435866Z [-] Warning: Target /usr/local/bin/husarnet-daemon does not exist for symlink husarnet-daemon
2025-08-20T20:02:47.6523311Z '/usr/bin/imgcat' -> '/usr/local/bin/imgcat'
2025-08-20T20:02:47.6623919Z '/usr/bin/jc' -> '/usr/local/bin/jc'
2025-08-20T20:02:47.6722536Z '/usr/bin/jq' -> '/usr/local/bin/jq'
2025-08-20T20:02:47.6817698Z '/usr/bin/logdy' -> '/usr/local/bin/logdy'
2025-08-20T20:02:47.6912703Z '/usr/bin/micro' -> '/usr/local/bin/micro'
2025-08-20T20:02:47.7009373Z '/usr/bin/miniserve' -> '/usr/local/bin/miniserve'
2025-08-20T20:02:47.7104765Z '/usr/bin/minisign' -> '/usr/local/bin/minisign'
2025-08-20T20:02:47.7201205Z '/usr/bin/ncdu' -> '/usr/local/bin/ncdu'
2025-08-20T20:02:47.7296123Z '/usr/bin/notify' -> '/usr/local/bin/notify'
2025-08-20T20:02:47.7392030Z '/usr/bin/ouch' -> '/usr/local/bin/ouch'
2025-08-20T20:02:47.7487551Z '/usr/bin/oras' -> '/usr/local/bin/oras'
2025-08-20T20:02:47.7582939Z '/usr/bin/pipetty' -> '/usr/local/bin/pipetty'
2025-08-20T20:02:47.7677476Z '/usr/bin/pixterm' -> '/usr/local/bin/pixterm'
2025-08-20T20:02:47.7772895Z '/usr/bin/qsv' -> '/usr/local/bin/qsv'
2025-08-20T20:02:47.7867097Z '/usr/bin/rclone' -> '/usr/local/bin/rclone'
2025-08-20T20:02:47.7962247Z '/usr/bin/rg' -> '/usr/local/bin/rg'
2025-08-20T20:02:47.8057488Z '/usr/bin/rga' -> '/usr/local/bin/rga'
2025-08-20T20:02:47.8153972Z '/usr/bin/rsync' -> '/usr/local/bin/rsync'
2025-08-20T20:02:47.8248577Z '/usr/bin/script' -> '/usr/local/bin/script'
2025-08-20T20:02:47.8343566Z '/usr/bin/shellcheck' -> '/usr/local/bin/shellcheck'
2025-08-20T20:02:47.8437937Z '/usr/bin/soar' -> '/usr/local/bin/soar'
2025-08-20T20:02:47.8532007Z '/usr/bin/speedtest-go' -> '/usr/local/bin/speedtest-go'
2025-08-20T20:02:47.8629179Z '/usr/bin/sstrip' -> '/usr/local/bin/sstrip'
2025-08-20T20:02:47.8726144Z '/usr/bin/strace' -> '/usr/local/bin/strace'
2025-08-20T20:02:47.8825051Z '/usr/bin/sttr' -> '/usr/local/bin/sttr'
2025-08-20T20:02:47.8920806Z '/usr/bin/tailscale' -> '/usr/local/bin/tailscale'
2025-08-20T20:02:47.9015592Z '/usr/bin/tailscaled' -> '/usr/local/bin/tailscaled'
2025-08-20T20:02:47.9113465Z '/usr/bin/taplo' -> '/usr/local/bin/taplo'
2025-08-20T20:02:47.9208847Z '/usr/bin/tldr' -> '/usr/local/bin/tldr'
2025-08-20T20:02:47.9314014Z '/usr/bin/tealdeer' -> '/usr/local/bin/tealdeer'
2025-08-20T20:02:47.9410582Z '/usr/bin/tmux' -> '/usr/local/bin/tmux'
2025-08-20T20:02:47.9505926Z '/usr/bin/tok' -> '/usr/local/bin/tok'
2025-08-20T20:02:47.9602224Z '/usr/bin/trufflehog' -> '/usr/local/bin/trufflehog'
2025-08-20T20:02:47.9696959Z '/usr/bin/trurl' -> '/usr/local/bin/trurl'
2025-08-20T20:02:47.9792912Z '/usr/bin/tss' -> '/usr/local/bin/tss'
2025-08-20T20:02:47.9888375Z '/usr/bin/ulexec' -> '/usr/local/bin/ulexec'
2025-08-20T20:02:47.9991715Z '/usr/bin/unfurl' -> '/usr/local/bin/unfurl'
2025-08-20T20:02:48.0086680Z '/usr/bin/upx' -> '/usr/local/bin/upx'
2025-08-20T20:02:48.0181241Z '/usr/bin/validtoml' -> '/usr/local/bin/validtoml'
2025-08-20T20:02:48.0277132Z '/usr/bin/wget' -> '/usr/local/bin/wget'
2025-08-20T20:02:48.0371457Z '/usr/bin/wget2' -> '/usr/local/bin/wget2'
2025-08-20T20:02:48.0466990Z '/usr/bin/wormhole-rs' -> '/usr/local/bin/wormhole-rs'
2025-08-20T20:02:48.0561525Z '/usr/bin/xq' -> '/usr/local/bin/xq'
2025-08-20T20:02:48.0658756Z '/usr/bin/xz' -> '/usr/local/bin/xz'
2025-08-20T20:02:48.0756026Z '/usr/bin/unxz' -> '/usr/local/bin/unxz'
2025-08-20T20:02:48.0851871Z '/usr/bin/yq' -> '/usr/local/bin/yq'
2025-08-20T20:02:48.0948999Z '/usr/bin/yj' -> '/usr/local/bin/yj'
2025-08-20T20:02:48.1045057Z '/usr/bin/zapper' -> '/usr/local/bin/zapper'
2025-08-20T20:02:48.1139946Z '/usr/bin/zproccer' -> '/usr/local/bin/zproccer'
2025-08-20T20:02:48.1177248Z [-] Warning: Target /usr/local/bin/zerotier-cli does not exist for symlink zerotier-cli
2025-08-20T20:02:48.1205464Z [-] Warning: Target /usr/local/bin/zerotier-idtool does not exist for symlink zerotier-idtool
2025-08-20T20:02:48.1234247Z [-] Warning: Target /usr/local/bin/zerotier-one does not exist for symlink zerotier-one
2025-08-20T20:02:48.1327780Z '/usr/bin/zstd' -> '/usr/local/bin/zstd'
2025-08-20T20:02:48.1354499Z 
2025-08-20T20:02:48.1354946Z [!] Failed to install: husarnet cutlines ds zerotier-one zerotier-idtool zerotier-cli husarnet-daemon
2025-08-20T20:02:48.1355347Z 
2025-08-20T20:02:48.1373990Z 
2025-08-20T20:02:48.1468644Z 
2025-08-20T20:02:48.1469009Z [+] Disk Size (/usr/local/bin) :: 931M --> 1.9G
2025-08-20T20:02:48.1469330Z 
2025-08-20T20:02:48.1469475Z [+] Installation completed!
2025-08-20T20:02:48.1540250Z 
2025-08-20T20:02:48.1540626Z [+] GITHUB_TOKEN is Exported
2025-08-20T20:02:48.6419067Z github.com
2025-08-20T20:02:48.6419930Z   ✓ Logged in to github.com account Azathothas (GITHUB_TOKEN)
2025-08-20T20:02:48.6420776Z   - Active account: true
2025-08-20T20:02:48.6421261Z   - Git operations protocol: https
2025-08-20T20:02:48.6421820Z   - Token: ghp_************************************
2025-08-20T20:02:48.6423323Z   - 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-20T20:02:48.6424801Z   ! Missing required token scopes: 'repo', 'read:org'
2025-08-20T20:02:48.6425571Z   - To request missing scopes, run: gh auth refresh -h github.com
2025-08-20T20:02:48.9416797Z Limit: 5000, Remaining: 4960, Reset: 2025-08-20 20:25:34 +0000 UTC (22m45s)
2025-08-20T20:02:48.9425818Z 
2025-08-20T20:02:48.9426004Z [+] GHCR_TOKEN is Exported
2025-08-20T20:02:48.9462952Z WARNING! Using --password via the CLI is insecure. Use --password-stdin.
2025-08-20T20:02:49.3538056Z Login Succeeded
2025-08-20T20:02:49.3548813Z 
2025-08-20T20:02:49.3549035Z [+] GITLAB is Exported
2025-08-20T20:02:49.3855442Z [git remote -v]
2025-08-20T20:02:49.6157808Z gitlab.com
2025-08-20T20:02:49.6158615Z   ✓ Logged in to gitlab.com as Ajamx101 (GITLAB_TOKEN)
2025-08-20T20:02:49.6159492Z   ✓ Git operations for gitlab.com configured to use ssh protocol.
2025-08-20T20:02:49.6160236Z   ✓ API calls for gitlab.com are made over https protocol.
2025-08-20T20:02:49.6161101Z   ✓ REST API Endpoint: https://gitlab.com/api/v4/
2025-08-20T20:02:49.6161717Z   ✓ GraphQL Endpoint: https://gitlab.com/api/graphql/
2025-08-20T20:02:49.6162332Z   ✓ Token found: **************************
2025-08-20T20:02:49.6162624Z 
2025-08-20T20:02:49.6163248Z ! One of GITLAB_TOKEN, GITLAB_ACCESS_TOKEN, OAUTH_TOKEN environment variables is set. It will be used for all authentication.
2025-08-20T20:02:49.6164154Z [git remote -v]
2025-08-20T20:02:49.6178962Z 2025/08/20 20:02:49 [Could not determine base repo in telemetry hook:  fatal: not a git repository (or any of the parent directories): .git
2025-08-20T20:02:49.6179882Z git: exit status 128]
2025-08-20T20:02:49.8832014Z 
2025-08-20T20:02:49.8832026Z 
2025-08-20T20:02:49.8832807Z  [+] Started Initializing Linux pkrvmqc4gcfdwos 6.11.0-1018-azure x86_64 :: at Wednesday, 2025-08-20 (08:02:49 PM)
2025-08-20T20:02:49.8833255Z 
2025-08-20T20:02:49.8833259Z 
2025-08-20T20:02:49.8833352Z [+] USER = runner
2025-08-20T20:02:49.8833559Z [+] HOME = /home/runner
2025-08-20T20:02:49.8835782Z [+] 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-20T20:02:49.8839756Z 
2025-08-20T20:02:49.9505370Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T20:02:49.9802119Z Hit:2 http://azure.archive.ubuntu.com/ubuntu noble InRelease
2025-08-20T20:02:49.9818888Z Hit:3 http://azure.archive.ubuntu.com/ubuntu noble-updates InRelease
2025-08-20T20:02:49.9831936Z Hit:4 http://azure.archive.ubuntu.com/ubuntu noble-backports InRelease
2025-08-20T20:02:49.9838924Z Hit:5 http://azure.archive.ubuntu.com/ubuntu noble-security InRelease
2025-08-20T20:02:50.0792875Z Hit:6 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T20:02:50.0979447Z Hit:7 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T20:02:51.1058697Z Reading package lists...
2025-08-20T20:02:51.1370678Z Reading package lists...
2025-08-20T20:02:51.3004975Z Building dependency tree...
2025-08-20T20:02:51.3012348Z Reading state information...
2025-08-20T20:02:51.4681271Z apt-transport-https is already the newest version (2.8.3).
2025-08-20T20:02:51.4681856Z apt-utils is already the newest version (2.8.3).
2025-08-20T20:02:51.4682264Z ca-certificates is already the newest version (20240203).
2025-08-20T20:02:51.4682699Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-20T20:02:51.4683119Z gnupg2 is already the newest version (2.4.4-2ubuntu17.3).
2025-08-20T20:02:51.4683523Z moreutils is already the newest version (0.69-1).
2025-08-20T20:02:51.4684001Z software-properties-common is already the newest version (0.99.49.3).
2025-08-20T20:02:51.4684518Z util-linux is already the newest version (2.39.3-9ubuntu6.3).
2025-08-20T20:02:51.4685274Z 0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T20:02:51.5263251Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T20:02:51.5604555Z Hit:2 http://azure.archive.ubuntu.com/ubuntu noble InRelease
2025-08-20T20:02:51.5634624Z Hit:3 http://azure.archive.ubuntu.com/ubuntu noble-updates InRelease
2025-08-20T20:02:51.5648327Z Hit:6 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T20:02:51.5664881Z Hit:4 http://azure.archive.ubuntu.com/ubuntu noble-backports InRelease
2025-08-20T20:02:51.5678245Z Hit:5 http://azure.archive.ubuntu.com/ubuntu noble-security InRelease
2025-08-20T20:02:51.5713113Z Hit:7 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T20:02:52.6925155Z Reading package lists...
2025-08-20T20:02:52.7242695Z Reading package lists...
2025-08-20T20:02:52.8961525Z Building dependency tree...
2025-08-20T20:02:52.8969105Z Reading state information...
2025-08-20T20:02:53.0595666Z aria2 is already the newest version (1.37.0+debian-1build3).
2025-08-20T20:02:53.0596430Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T20:02:53.0597146Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-20T20:02:53.0597615Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T20:02:53.0598098Z ca-certificates is already the newest version (20240203).
2025-08-20T20:02:53.0598580Z diffutils is already the newest version (1:3.10-1build1).
2025-08-20T20:02:53.0599013Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T20:02:53.0599432Z gawk is already the newest version (1:5.2.1-2build3).
2025-08-20T20:02:53.0599814Z gawk set to manually installed.
2025-08-20T20:02:53.0600159Z git-lfs is already the newest version (3.7.0).
2025-08-20T20:02:53.0600955Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T20:02:53.0601571Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T20:02:53.0602206Z make is already the newest version (4.3-4.1build2).
2025-08-20T20:02:53.0602932Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-20T20:02:53.0603431Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-20T20:02:53.0604448Z texinfo is already the newest version (7.1-3build2).
2025-08-20T20:02:53.0605135Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T20:02:53.0605621Z The following additional packages will be installed:
2025-08-20T20:02:53.0606159Z   fonts-droid-fallback fonts-noto-mono fonts-urw-base35 ghostscript
2025-08-20T20:02:53.0606803Z   imagemagick-6.q16 libdjvulibre-text libdjvulibre21 libgs-common libgs10
2025-08-20T20:02:53.0607422Z   libgs10-common libhiredis1.1.0 libidn12 libijs-0.35 libimath-3-1-29t64
2025-08-20T20:02:53.0608006Z   libjbig2dec0 libjxr-tools libjxr0t64 libmagickcore-6.q16-7-extra
2025-08-20T20:02:53.0608618Z   libnetpbm11t64 libopenexr-3-1-30 libpaper-utils libpaper1 libwmflite-0.2-7
2025-08-20T20:02:53.0609165Z   netpbm poppler-data xfonts-encodings xfonts-utils
2025-08-20T20:02:53.0612747Z Suggested packages:
2025-08-20T20:02:53.0613249Z   distcc | icecc fonts-noto fonts-freefont-otf | fonts-freefont-ttf
2025-08-20T20:02:53.0613845Z   fonts-texgyre texlive-binaries imagemagick-6-doc autotrace cups-bsd | lpr
2025-08-20T20:02:53.0614333Z   | lprng enscript ffmpeg gimp gnuplot grads graphviz hp2xx html2ps libwmf-bin
2025-08-20T20:02:53.0614810Z   mplayer povray radiance sane-utils texlive-base-bin transfig libraw-bin
2025-08-20T20:02:53.0615278Z   inkscape poppler-utils fonts-japanese-mincho | fonts-ipafont-mincho
2025-08-20T20:02:53.0615720Z   fonts-japanese-gothic | fonts-ipafont-gothic fonts-arphic-ukai
2025-08-20T20:02:53.0616072Z   fonts-arphic-uming fonts-nanum
2025-08-20T20:02:53.0933050Z The following NEW packages will be installed:
2025-08-20T20:02:53.0933822Z   b3sum build-essential ccache fonts-droid-fallback fonts-noto-mono
2025-08-20T20:02:53.0935092Z   fonts-urw-base35 ghostscript imagemagick imagemagick-6.q16 libdjvulibre-text
2025-08-20T20:02:53.0936498Z   libdjvulibre21 libgs-common libgs10 libgs10-common libhiredis1.1.0 libidn12
2025-08-20T20:02:53.0937466Z   libijs-0.35 libimath-3-1-29t64 libjbig2dec0 libjxr-tools libjxr0t64
2025-08-20T20:02:53.0938098Z   libmagickcore-6.q16-7-extra libnetpbm11t64 libopenexr-3-1-30 libpaper-utils
2025-08-20T20:02:53.0941929Z   libpaper1 libtool-bin libwmflite-0.2-7 lzip musl musl-dev musl-tools netpbm
2025-08-20T20:02:53.0943680Z   poppler-data xfonts-encodings xfonts-utils
2025-08-20T20:02:53.1125877Z 0 upgraded, 36 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T20:02:53.1126512Z Need to get 27.5 MB of archives.
2025-08-20T20:02:53.1127093Z After this operation, 93.0 MB of additional disk space will be used.
2025-08-20T20:02:53.1127776Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T20:02:53.1914090Z 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-20T20:02:53.4510023Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 poppler-data all 0.4.12-1 [2060 kB]
2025-08-20T20:02:53.7034820Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 b3sum amd64 1.2.0-1 [388 kB]
2025-08-20T20:02:53.8313725Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 build-essential amd64 12.10ubuntu1 [4928 B]
2025-08-20T20:02:53.8950623Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libhiredis1.1.0 amd64 1.2.0-6ubuntu3 [41.4 kB]
2025-08-20T20:02:53.9733241Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 ccache amd64 4.9.1-1 [592 kB]
2025-08-20T20:02:54.1070791Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 fonts-noto-mono all 20201225-2 [435 kB]
2025-08-20T20:02:54.2344199Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 xfonts-encodings all 1:1.0.5-0ubuntu2 [578 kB]
2025-08-20T20:02:54.3714390Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 xfonts-utils amd64 1:7.7+6build3 [94.4 kB]
2025-08-20T20:02:54.4374928Z Get:11 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 fonts-urw-base35 all 20200910-8 [11.0 MB]
2025-08-20T20:02:55.1244336Z 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-20T20:02:55.1930864Z 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-20T20:02:55.3186812Z Get:14 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libidn12 amd64 1.42-1build1 [55.9 kB]
2025-08-20T20:02:55.3826760Z Get:15 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libijs-0.35 amd64 0.35-15.1build1 [15.3 kB]
2025-08-20T20:02:55.4464517Z Get:16 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libjbig2dec0 amd64 0.20-1build3 [65.0 kB]
2025-08-20T20:02:55.5111327Z Get:17 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libpaper1 amd64 1.1.29build1 [13.4 kB]
2025-08-20T20:02:55.5758338Z Get:18 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libgs10 amd64 10.02.1~dfsg1-0ubuntu7.7 [3897 kB]
2025-08-20T20:02:55.8861589Z 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-20T20:02:55.9536624Z 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-20T20:02:56.0197469Z 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-20T20:02:56.0897128Z 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-20T20:02:56.1541791Z 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-20T20:02:56.2807102Z 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-20T20:02:56.3455175Z Get:25 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libjxr0t64 amd64 1.2~git20170615.f752187-5.1ubuntu2 [181 kB]
2025-08-20T20:02:56.4128620Z 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-20T20:02:56.4772748Z 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-20T20:02:56.6056268Z 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-20T20:02:56.6716495Z 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-20T20:02:56.7361164Z Get:30 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libnetpbm11t64 amd64 2:11.05.02-1.1build1 [114 kB]
2025-08-20T20:02:56.8439812Z Get:31 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libpaper-utils amd64 1.1.29build1 [8650 B]
2025-08-20T20:02:56.9149768Z Get:32 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libtool-bin amd64 2.4.7-7build1 [84.1 kB]
2025-08-20T20:02:56.9809283Z Get:33 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 lzip amd64 1.24.1-1build1 [83.1 kB]
2025-08-20T20:02:57.0456016Z Get:34 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 netpbm amd64 2:11.05.02-1.1build1 [2054 kB]
2025-08-20T20:02:57.3068011Z Get:35 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 musl amd64 1.2.4-2 [416 kB]
2025-08-20T20:02:57.4323747Z Get:36 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 musl-dev amd64 1.2.4-2 [616 kB]
2025-08-20T20:02:57.5591566Z Get:37 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 musl-tools amd64 1.2.4-2 [5540 B]
2025-08-20T20:02:57.8075928Z Preconfiguring packages ...
2025-08-20T20:02:57.8654651Z Fetched 27.5 MB in 4s (6163 kB/s)
2025-08-20T20:02:57.8873956Z Selecting previously unselected package fonts-droid-fallback.
2025-08-20T20:02:57.8926299Z (Reading database ... 
2025-08-20T20:02:57.8926736Z (Reading database ... 5%
2025-08-20T20:02:57.8927125Z (Reading database ... 10%
2025-08-20T20:02:57.8927518Z (Reading database ... 15%
2025-08-20T20:02:57.8927887Z (Reading database ... 20%
2025-08-20T20:02:57.8928527Z (Reading database ... 25%
2025-08-20T20:02:57.8928888Z (Reading database ... 30%
2025-08-20T20:02:57.8929254Z (Reading database ... 35%
2025-08-20T20:02:57.8930205Z (Reading database ... 40%
2025-08-20T20:02:57.8930744Z (Reading database ... 45%
2025-08-20T20:02:57.8931107Z (Reading database ... 50%
2025-08-20T20:02:57.8951042Z (Reading database ... 55%
2025-08-20T20:02:57.9042195Z (Reading database ... 60%
2025-08-20T20:02:57.9062852Z (Reading database ... 65%
2025-08-20T20:02:57.9095413Z (Reading database ... 70%
2025-08-20T20:02:57.9118812Z (Reading database ... 75%
2025-08-20T20:02:57.9146733Z (Reading database ... 80%
2025-08-20T20:02:57.9279554Z (Reading database ... 85%
2025-08-20T20:02:57.9369233Z (Reading database ... 90%
2025-08-20T20:02:57.9661080Z (Reading database ... 95%
2025-08-20T20:02:57.9661640Z (Reading database ... 100%
2025-08-20T20:02:57.9662338Z (Reading database ... 220021 files and directories currently installed.)
2025-08-20T20:02:57.9704853Z Preparing to unpack .../00-fonts-droid-fallback_1%3a6.0.1r16-1.1build1_all.deb ...
2025-08-20T20:02:57.9904553Z Unpacking fonts-droid-fallback (1:6.0.1r16-1.1build1) ...
2025-08-20T20:02:58.1515817Z Selecting previously unselected package poppler-data.
2025-08-20T20:02:58.1650748Z Preparing to unpack .../01-poppler-data_0.4.12-1_all.deb ...
2025-08-20T20:02:58.1667771Z Unpacking poppler-data (0.4.12-1) ...
2025-08-20T20:02:58.2918531Z Selecting previously unselected package b3sum.
2025-08-20T20:02:58.3054424Z Preparing to unpack .../02-b3sum_1.2.0-1_amd64.deb ...
2025-08-20T20:02:58.3069960Z Unpacking b3sum (1.2.0-1) ...
2025-08-20T20:02:58.3370000Z Selecting previously unselected package build-essential.
2025-08-20T20:02:58.3504795Z Preparing to unpack .../03-build-essential_12.10ubuntu1_amd64.deb ...
2025-08-20T20:02:58.3522078Z Unpacking build-essential (12.10ubuntu1) ...
2025-08-20T20:02:58.3767118Z Selecting previously unselected package libhiredis1.1.0:amd64.
2025-08-20T20:02:58.3902468Z Preparing to unpack .../04-libhiredis1.1.0_1.2.0-6ubuntu3_amd64.deb ...
2025-08-20T20:02:58.3932936Z Unpacking libhiredis1.1.0:amd64 (1.2.0-6ubuntu3) ...
2025-08-20T20:02:58.4183778Z Selecting previously unselected package ccache.
2025-08-20T20:02:58.4319785Z Preparing to unpack .../05-ccache_4.9.1-1_amd64.deb ...
2025-08-20T20:02:58.4334840Z Unpacking ccache (4.9.1-1) ...
2025-08-20T20:02:58.4687050Z Selecting previously unselected package fonts-noto-mono.
2025-08-20T20:02:58.4823662Z Preparing to unpack .../06-fonts-noto-mono_20201225-2_all.deb ...
2025-08-20T20:02:58.4838441Z Unpacking fonts-noto-mono (20201225-2) ...
2025-08-20T20:02:58.5143516Z Selecting previously unselected package xfonts-encodings.
2025-08-20T20:02:58.5277455Z Preparing to unpack .../07-xfonts-encodings_1%3a1.0.5-0ubuntu2_all.deb ...
2025-08-20T20:02:58.5298836Z Unpacking xfonts-encodings (1:1.0.5-0ubuntu2) ...
2025-08-20T20:02:58.5619196Z Selecting previously unselected package xfonts-utils.
2025-08-20T20:02:58.5753335Z Preparing to unpack .../08-xfonts-utils_1%3a7.7+6build3_amd64.deb ...
2025-08-20T20:02:58.5782959Z Unpacking xfonts-utils (1:7.7+6build3) ...
2025-08-20T20:02:58.6175356Z Selecting previously unselected package fonts-urw-base35.
2025-08-20T20:02:58.6309639Z Preparing to unpack .../09-fonts-urw-base35_20200910-8_all.deb ...
2025-08-20T20:02:58.6949325Z Unpacking fonts-urw-base35 (20200910-8) ...
2025-08-20T20:02:58.7965064Z Selecting previously unselected package libgs-common.
2025-08-20T20:02:58.8099683Z Preparing to unpack .../10-libgs-common_10.02.1~dfsg1-0ubuntu7.7_all.deb ...
2025-08-20T20:02:58.8123386Z Unpacking libgs-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T20:02:58.8375597Z Selecting previously unselected package libgs10-common.
2025-08-20T20:02:58.8510209Z Preparing to unpack .../11-libgs10-common_10.02.1~dfsg1-0ubuntu7.7_all.deb ...
2025-08-20T20:02:58.8528008Z Unpacking libgs10-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T20:02:58.9218093Z Selecting previously unselected package libidn12:amd64.
2025-08-20T20:02:58.9354957Z Preparing to unpack .../12-libidn12_1.42-1build1_amd64.deb ...
2025-08-20T20:02:58.9374123Z Unpacking libidn12:amd64 (1.42-1build1) ...
2025-08-20T20:02:58.9642806Z Selecting previously unselected package libijs-0.35:amd64.
2025-08-20T20:02:58.9777858Z Preparing to unpack .../13-libijs-0.35_0.35-15.1build1_amd64.deb ...
2025-08-20T20:02:58.9793757Z Unpacking libijs-0.35:amd64 (0.35-15.1build1) ...
2025-08-20T20:02:59.0043160Z Selecting previously unselected package libjbig2dec0:amd64.
2025-08-20T20:02:59.0178175Z Preparing to unpack .../14-libjbig2dec0_0.20-1build3_amd64.deb ...
2025-08-20T20:02:59.0190871Z Unpacking libjbig2dec0:amd64 (0.20-1build3) ...
2025-08-20T20:02:59.0485728Z Selecting previously unselected package libpaper1:amd64.
2025-08-20T20:02:59.0622873Z Preparing to unpack .../15-libpaper1_1.1.29build1_amd64.deb ...
2025-08-20T20:02:59.0637691Z Unpacking libpaper1:amd64 (1.1.29build1) ...
2025-08-20T20:02:59.0877287Z Selecting previously unselected package libgs10:amd64.
2025-08-20T20:02:59.1012277Z Preparing to unpack .../16-libgs10_10.02.1~dfsg1-0ubuntu7.7_amd64.deb ...
2025-08-20T20:02:59.1025137Z Unpacking libgs10:amd64 (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T20:02:59.2093266Z Selecting previously unselected package ghostscript.
2025-08-20T20:02:59.2241551Z Preparing to unpack .../17-ghostscript_10.02.1~dfsg1-0ubuntu7.7_amd64.deb ...
2025-08-20T20:02:59.2284776Z Unpacking ghostscript (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T20:02:59.2626305Z Selecting previously unselected package imagemagick-6.q16.
2025-08-20T20:02:59.2762657Z Preparing to unpack .../18-imagemagick-6.q16_8%3a6.9.12.98+dfsg1-5.2build2_amd64.deb ...
2025-08-20T20:02:59.2783670Z Unpacking imagemagick-6.q16 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T20:02:59.4020660Z Selecting previously unselected package imagemagick.
2025-08-20T20:02:59.4157490Z Preparing to unpack .../19-imagemagick_8%3a6.9.12.98+dfsg1-5.2build2_amd64.deb ...
2025-08-20T20:02:59.4170023Z Unpacking imagemagick (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T20:02:59.4413237Z Selecting previously unselected package libdjvulibre-text.
2025-08-20T20:02:59.4549178Z Preparing to unpack .../20-libdjvulibre-text_3.5.28-2ubuntu0.24.04.1_all.deb ...
2025-08-20T20:02:59.4560095Z Unpacking libdjvulibre-text (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T20:02:59.4862648Z Selecting previously unselected package libdjvulibre21:amd64.
2025-08-20T20:02:59.4996649Z Preparing to unpack .../21-libdjvulibre21_3.5.28-2ubuntu0.24.04.1_amd64.deb ...
2025-08-20T20:02:59.5016133Z Unpacking libdjvulibre21:amd64 (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T20:02:59.5350752Z Selecting previously unselected package libimath-3-1-29t64:amd64.
2025-08-20T20:02:59.5486672Z Preparing to unpack .../22-libimath-3-1-29t64_3.1.9-3.1ubuntu2_amd64.deb ...
2025-08-20T20:02:59.5502464Z Unpacking libimath-3-1-29t64:amd64 (3.1.9-3.1ubuntu2) ...
2025-08-20T20:02:59.5755509Z Selecting previously unselected package libjxr0t64:amd64.
2025-08-20T20:02:59.5890738Z Preparing to unpack .../23-libjxr0t64_1.2~git20170615.f752187-5.1ubuntu2_amd64.deb ...
2025-08-20T20:02:59.5902668Z Unpacking libjxr0t64:amd64 (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T20:02:59.6175913Z Selecting previously unselected package libjxr-tools.
2025-08-20T20:02:59.6311091Z Preparing to unpack .../24-libjxr-tools_1.2~git20170615.f752187-5.1ubuntu2_amd64.deb ...
2025-08-20T20:02:59.6322029Z Unpacking libjxr-tools (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T20:02:59.6583570Z Selecting previously unselected package libopenexr-3-1-30:amd64.
2025-08-20T20:02:59.6718219Z Preparing to unpack .../25-libopenexr-3-1-30_3.1.5-5.1build3_amd64.deb ...
2025-08-20T20:02:59.6740018Z Unpacking libopenexr-3-1-30:amd64 (3.1.5-5.1build3) ...
2025-08-20T20:02:59.7202592Z Selecting previously unselected package libwmflite-0.2-7:amd64.
2025-08-20T20:02:59.7340123Z Preparing to unpack .../26-libwmflite-0.2-7_0.2.13-1.1build3_amd64.deb ...
2025-08-20T20:02:59.7362601Z Unpacking libwmflite-0.2-7:amd64 (0.2.13-1.1build3) ...
2025-08-20T20:02:59.7595718Z Selecting previously unselected package libmagickcore-6.q16-7-extra:amd64.
2025-08-20T20:02:59.7731776Z Preparing to unpack .../27-libmagickcore-6.q16-7-extra_8%3a6.9.12.98+dfsg1-5.2build2_amd64.deb ...
2025-08-20T20:02:59.7744621Z Unpacking libmagickcore-6.q16-7-extra:amd64 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T20:02:59.8043852Z Selecting previously unselected package libnetpbm11t64:amd64.
2025-08-20T20:02:59.8180325Z Preparing to unpack .../28-libnetpbm11t64_2%3a11.05.02-1.1build1_amd64.deb ...
2025-08-20T20:02:59.8193416Z Unpacking libnetpbm11t64:amd64 (2:11.05.02-1.1build1) ...
2025-08-20T20:02:59.8467464Z Selecting previously unselected package libpaper-utils.
2025-08-20T20:02:59.8604351Z Preparing to unpack .../29-libpaper-utils_1.1.29build1_amd64.deb ...
2025-08-20T20:02:59.8615796Z Unpacking libpaper-utils (1.1.29build1) ...
2025-08-20T20:02:59.8840590Z Selecting previously unselected package libtool-bin.
2025-08-20T20:02:59.8976596Z Preparing to unpack .../30-libtool-bin_2.4.7-7build1_amd64.deb ...
2025-08-20T20:02:59.8987783Z Unpacking libtool-bin (2.4.7-7build1) ...
2025-08-20T20:02:59.9249482Z Selecting previously unselected package lzip.
2025-08-20T20:02:59.9386930Z Preparing to unpack .../31-lzip_1.24.1-1build1_amd64.deb ...
2025-08-20T20:02:59.9411559Z Unpacking lzip (1.24.1-1build1) ...
2025-08-20T20:02:59.9678090Z Selecting previously unselected package netpbm.
2025-08-20T20:02:59.9814921Z Preparing to unpack .../32-netpbm_2%3a11.05.02-1.1build1_amd64.deb ...
2025-08-20T20:02:59.9836241Z Unpacking netpbm (2:11.05.02-1.1build1) ...
2025-08-20T20:03:00.1504231Z Selecting previously unselected package musl:amd64.
2025-08-20T20:03:00.1645225Z Preparing to unpack .../33-musl_1.2.4-2_amd64.deb ...
2025-08-20T20:03:00.1657626Z Unpacking musl:amd64 (1.2.4-2) ...
2025-08-20T20:03:00.1936586Z Selecting previously unselected package musl-dev:amd64.
2025-08-20T20:03:00.2072890Z Preparing to unpack .../34-musl-dev_1.2.4-2_amd64.deb ...
2025-08-20T20:03:00.2083351Z Unpacking musl-dev:amd64 (1.2.4-2) ...
2025-08-20T20:03:00.2718397Z Selecting previously unselected package musl-tools.
2025-08-20T20:03:00.2853693Z Preparing to unpack .../35-musl-tools_1.2.4-2_amd64.deb ...
2025-08-20T20:03:00.2871678Z Unpacking musl-tools (1.2.4-2) ...
2025-08-20T20:03:00.3306300Z Setting up libpaper1:amd64 (1.1.29build1) ...
2025-08-20T20:03:00.4707039Z 
2025-08-20T20:03:00.4707632Z Creating config file /etc/papersize with new version
2025-08-20T20:03:00.5509109Z Setting up libtool-bin (2.4.7-7build1) ...
2025-08-20T20:03:00.5541144Z Setting up fonts-noto-mono (20201225-2) ...
2025-08-20T20:03:00.5599824Z Setting up libwmflite-0.2-7:amd64 (0.2.13-1.1build3) ...
2025-08-20T20:03:00.5632942Z Setting up libijs-0.35:amd64 (0.35-15.1build1) ...
2025-08-20T20:03:00.5679404Z Setting up libgs-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T20:03:00.5731360Z Setting up libpaper-utils (1.1.29build1) ...
2025-08-20T20:03:00.5769617Z Setting up libnetpbm11t64:amd64 (2:11.05.02-1.1build1) ...
2025-08-20T20:03:00.5816788Z Setting up poppler-data (0.4.12-1) ...
2025-08-20T20:03:00.6008246Z Setting up libjxr0t64:amd64 (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T20:03:00.6040358Z Setting up libjbig2dec0:amd64 (0.20-1build3) ...
2025-08-20T20:03:00.6080931Z Setting up lzip (1.24.1-1build1) ...
2025-08-20T20:03:00.6144801Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip (lzip) in auto mode
2025-08-20T20:03:00.6191994Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip-compressor (lzip-compressor) in auto mode
2025-08-20T20:03:00.6238621Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip-decompressor (lzip-decompressor) in auto mode
2025-08-20T20:03:00.6268532Z Setting up xfonts-encodings (1:1.0.5-0ubuntu2) ...
2025-08-20T20:03:00.6316379Z Setting up libimath-3-1-29t64:amd64 (3.1.9-3.1ubuntu2) ...
2025-08-20T20:03:00.6366011Z Setting up libidn12:amd64 (1.42-1build1) ...
2025-08-20T20:03:00.6407842Z Setting up netpbm (2:11.05.02-1.1build1) ...
2025-08-20T20:03:00.6436358Z Setting up imagemagick-6.q16 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T20:03:00.6518426Z update-alternatives: using /usr/bin/compare-im6.q16 to provide /usr/bin/compare (compare) in auto mode
2025-08-20T20:03:00.6564313Z update-alternatives: using /usr/bin/compare-im6.q16 to provide /usr/bin/compare-im6 (compare-im6) in auto mode
2025-08-20T20:03:00.6621251Z update-alternatives: using /usr/bin/animate-im6.q16 to provide /usr/bin/animate (animate) in auto mode
2025-08-20T20:03:00.6669343Z update-alternatives: using /usr/bin/animate-im6.q16 to provide /usr/bin/animate-im6 (animate-im6) in auto mode
2025-08-20T20:03:00.6726968Z update-alternatives: using /usr/bin/convert-im6.q16 to provide /usr/bin/convert (convert) in auto mode
2025-08-20T20:03:00.6775749Z update-alternatives: using /usr/bin/convert-im6.q16 to provide /usr/bin/convert-im6 (convert-im6) in auto mode
2025-08-20T20:03:00.6834345Z update-alternatives: using /usr/bin/composite-im6.q16 to provide /usr/bin/composite (composite) in auto mode
2025-08-20T20:03:00.6884633Z update-alternatives: using /usr/bin/composite-im6.q16 to provide /usr/bin/composite-im6 (composite-im6) in auto mode
2025-08-20T20:03:00.6944728Z update-alternatives: using /usr/bin/conjure-im6.q16 to provide /usr/bin/conjure (conjure) in auto mode
2025-08-20T20:03:00.6996766Z update-alternatives: using /usr/bin/conjure-im6.q16 to provide /usr/bin/conjure-im6 (conjure-im6) in auto mode
2025-08-20T20:03:00.7058296Z update-alternatives: using /usr/bin/import-im6.q16 to provide /usr/bin/import (import) in auto mode
2025-08-20T20:03:00.7105497Z update-alternatives: using /usr/bin/import-im6.q16 to provide /usr/bin/import-im6 (import-im6) in auto mode
2025-08-20T20:03:00.7164909Z update-alternatives: using /usr/bin/identify-im6.q16 to provide /usr/bin/identify (identify) in auto mode
2025-08-20T20:03:00.7212346Z update-alternatives: using /usr/bin/identify-im6.q16 to provide /usr/bin/identify-im6 (identify-im6) in auto mode
2025-08-20T20:03:00.7274867Z update-alternatives: using /usr/bin/stream-im6.q16 to provide /usr/bin/stream (stream) in auto mode
2025-08-20T20:03:00.7325011Z update-alternatives: using /usr/bin/stream-im6.q16 to provide /usr/bin/stream-im6 (stream-im6) in auto mode
2025-08-20T20:03:00.7386278Z update-alternatives: using /usr/bin/display-im6.q16 to provide /usr/bin/display (display) in auto mode
2025-08-20T20:03:00.7442834Z update-alternatives: using /usr/bin/display-im6.q16 to provide /usr/bin/display-im6 (display-im6) in auto mode
2025-08-20T20:03:00.7503850Z update-alternatives: using /usr/bin/montage-im6.q16 to provide /usr/bin/montage (montage) in auto mode
2025-08-20T20:03:00.7562783Z update-alternatives: using /usr/bin/montage-im6.q16 to provide /usr/bin/montage-im6 (montage-im6) in auto mode
2025-08-20T20:03:00.7621159Z update-alternatives: using /usr/bin/mogrify-im6.q16 to provide /usr/bin/mogrify (mogrify) in auto mode
2025-08-20T20:03:00.7672603Z update-alternatives: using /usr/bin/mogrify-im6.q16 to provide /usr/bin/mogrify-im6 (mogrify-im6) in auto mode
2025-08-20T20:03:00.7707530Z Setting up b3sum (1.2.0-1) ...
2025-08-20T20:03:00.7751061Z Setting up musl:amd64 (1.2.4-2) ...
2025-08-20T20:03:00.7822712Z Setting up build-essential (12.10ubuntu1) ...
2025-08-20T20:03:00.7869782Z Setting up fonts-droid-fallback (1:6.0.1r16-1.1build1) ...
2025-08-20T20:03:00.8091528Z Setting up libdjvulibre-text (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T20:03:00.8117034Z Setting up libhiredis1.1.0:amd64 (1.2.0-6ubuntu3) ...
2025-08-20T20:03:00.8162665Z Setting up libjxr-tools (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T20:03:00.8194560Z Setting up ccache (4.9.1-1) ...
2025-08-20T20:03:00.8242042Z Updating symlinks in /usr/lib/ccache ...
2025-08-20T20:03:00.8392831Z Setting up libdjvulibre21:amd64 (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T20:03:00.8426195Z Setting up xfonts-utils (1:7.7+6build3) ...
2025-08-20T20:03:00.8478640Z Setting up musl-dev:amd64 (1.2.4-2) ...
2025-08-20T20:03:00.8525028Z Setting up libopenexr-3-1-30:amd64 (3.1.5-5.1build3) ...
2025-08-20T20:03:00.8554460Z Setting up imagemagick (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T20:03:00.8578050Z Setting up libmagickcore-6.q16-7-extra:amd64 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T20:03:00.8602746Z Setting up fonts-urw-base35 (20200910-8) ...
2025-08-20T20:03:01.0134232Z Setting up musl-tools (1.2.4-2) ...
2025-08-20T20:03:01.0161772Z Setting up libgs10-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T20:03:01.0186379Z Setting up libgs10:amd64 (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T20:03:01.0211708Z Setting up ghostscript (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T20:03:01.0284019Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T20:03:01.2880224Z Processing triggers for fontconfig (2.15.0-1.1ubuntu2) ...
2025-08-20T20:03:01.5177196Z Processing triggers for hicolor-icon-theme (0.17-2) ...
2025-08-20T20:03:02.0195601Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T20:03:02.0824718Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:03:11.0661386Z Reading package lists...
2025-08-20T20:03:11.2261547Z Building dependency tree...
2025-08-20T20:03:11.2269426Z Reading state information...
2025-08-20T20:03:11.3814364Z autoconf is already the newest version (2.71-3).
2025-08-20T20:03:11.3815257Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T20:03:11.3816017Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T20:03:11.3816674Z bison is already the newest version (2:3.8.2+dfsg-1build2).
2025-08-20T20:03:11.3817359Z build-essential is already the newest version (12.10ubuntu1).
2025-08-20T20:03:11.3817864Z ca-certificates is already the newest version (20240203).
2025-08-20T20:03:11.3818276Z flex is already the newest version (2.6.4-8.2build1).
2025-08-20T20:03:11.3818659Z file is already the newest version (1:5.45-3build1).
2025-08-20T20:03:11.3819335Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T20:03:11.3819746Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T20:03:11.3820151Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-20T20:03:11.3821880Z patch is already the newest version (2.7.6-7build3).
2025-08-20T20:03:11.3822257Z patch set to manually installed.
2025-08-20T20:03:11.3822622Z patchelf is already the newest version (0.18.0-1.1build1).
2025-08-20T20:03:11.3823050Z pkg-config is already the newest version (1.8.1-2build1).
2025-08-20T20:03:11.3823448Z tree is already the newest version (2.1.1-2ubuntu3).
2025-08-20T20:03:11.3823849Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T20:03:11.3824192Z Suggested packages:
2025-08-20T20:03:11.3824418Z   scons-doc
2025-08-20T20:03:11.3944290Z The following NEW packages will be installed:
2025-08-20T20:03:11.3949857Z   autopoint byacc clang qemu-user-static scons
2025-08-20T20:03:11.4114176Z 0 upgraded, 5 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T20:03:11.4114703Z Need to get 15.8 MB of archives.
2025-08-20T20:03:11.4115199Z After this operation, 140 MB of additional disk space will be used.
2025-08-20T20:03:11.4115895Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T20:03:11.4968303Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 autopoint all 0.21-14ubuntu2 [422 kB]
2025-08-20T20:03:11.6238822Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 clang amd64 1:18.0-59~exp2 [5846 B]
2025-08-20T20:03:11.6922758Z 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-20T20:03:12.4638269Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 scons all 4.5.2+dfsg-1 [577 kB]
2025-08-20T20:03:12.5901333Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 byacc amd64 1:2.0.20221106-1 [85.5 kB]
2025-08-20T20:03:12.8427965Z Fetched 15.8 MB in 1s (13.2 MB/s)
2025-08-20T20:03:12.8616888Z Selecting previously unselected package autopoint.
2025-08-20T20:03:12.8671828Z (Reading database ... 
2025-08-20T20:03:12.8672245Z (Reading database ... 5%
2025-08-20T20:03:12.8672935Z (Reading database ... 10%
2025-08-20T20:03:12.8673335Z (Reading database ... 15%
2025-08-20T20:03:12.8673702Z (Reading database ... 20%
2025-08-20T20:03:12.8673954Z (Reading database ... 25%
2025-08-20T20:03:12.8674233Z (Reading database ... 30%
2025-08-20T20:03:12.8674477Z (Reading database ... 35%
2025-08-20T20:03:12.8674729Z (Reading database ... 40%
2025-08-20T20:03:12.8674980Z (Reading database ... 45%
2025-08-20T20:03:12.8675223Z (Reading database ... 50%
2025-08-20T20:03:12.8696650Z (Reading database ... 55%
2025-08-20T20:03:12.8798641Z (Reading database ... 60%
2025-08-20T20:03:12.8821349Z (Reading database ... 65%
2025-08-20T20:03:12.8857016Z (Reading database ... 70%
2025-08-20T20:03:12.8882041Z (Reading database ... 75%
2025-08-20T20:03:12.8911603Z (Reading database ... 80%
2025-08-20T20:03:12.9059075Z (Reading database ... 85%
2025-08-20T20:03:12.9151862Z (Reading database ... 90%
2025-08-20T20:03:12.9426737Z (Reading database ... 95%
2025-08-20T20:03:12.9427199Z (Reading database ... 100%
2025-08-20T20:03:12.9427825Z (Reading database ... 222514 files and directories currently installed.)
2025-08-20T20:03:12.9471546Z Preparing to unpack .../autopoint_0.21-14ubuntu2_all.deb ...
2025-08-20T20:03:12.9484911Z Unpacking autopoint (0.21-14ubuntu2) ...
2025-08-20T20:03:12.9755596Z Selecting previously unselected package clang.
2025-08-20T20:03:12.9893888Z Preparing to unpack .../clang_1%3a18.0-59~exp2_amd64.deb ...
2025-08-20T20:03:12.9904841Z Unpacking clang (1:18.0-59~exp2) ...
2025-08-20T20:03:13.0133440Z Selecting previously unselected package qemu-user-static.
2025-08-20T20:03:13.0279653Z Preparing to unpack .../qemu-user-static_1%3a8.2.2+ds-0ubuntu1.9_amd64.deb ...
2025-08-20T20:03:13.0327401Z Unpacking qemu-user-static (1:8.2.2+ds-0ubuntu1.9) ...
2025-08-20T20:03:13.4811300Z Selecting previously unselected package scons.
2025-08-20T20:03:13.4951109Z Preparing to unpack .../scons_4.5.2+dfsg-1_all.deb ...
2025-08-20T20:03:13.4965705Z Unpacking scons (4.5.2+dfsg-1) ...
2025-08-20T20:03:13.5670147Z Selecting previously unselected package byacc.
2025-08-20T20:03:13.5807931Z Preparing to unpack .../byacc_1%3a2.0.20221106-1_amd64.deb ...
2025-08-20T20:03:13.5818734Z Unpacking byacc (1:2.0.20221106-1) ...
2025-08-20T20:03:13.6221578Z Setting up qemu-user-static (1:8.2.2+ds-0ubuntu1.9) ...
2025-08-20T20:03:13.6269390Z Setting up byacc (1:2.0.20221106-1) ...
2025-08-20T20:03:13.6352762Z Setting up clang (1:18.0-59~exp2) ...
2025-08-20T20:03:13.6589068Z Setting up scons (4.5.2+dfsg-1) ...
2025-08-20T20:03:14.0608208Z Setting up autopoint (0.21-14ubuntu2) ...
2025-08-20T20:03:14.0644314Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:03:18.1115488Z Processing triggers for systemd (255.4-1ubuntu8.10) ...
2025-08-20T20:03:19.6537578Z Reading package lists...
2025-08-20T20:03:19.8247573Z Building dependency tree...
2025-08-20T20:03:19.8255229Z Reading state information...
2025-08-20T20:03:19.9875818Z The following additional packages will be installed:
2025-08-20T20:03:19.9876658Z   libb-hooks-op-check-perl libclass-method-modifiers-perl
2025-08-20T20:03:19.9877540Z   libclass-xsaccessor-perl libdevel-callchecker-perl
2025-08-20T20:03:19.9878555Z   libdynaloader-functions-perl libfile-dirlist-perl libfile-homedir-perl
2025-08-20T20:03:19.9879764Z   libfile-listing-perl libfile-touch-perl libfile-which-perl libhtml-tree-perl
2025-08-20T20:03:19.9881136Z   libhttp-cookies-perl libhttp-negotiate-perl libimport-into-perl
2025-08-20T20:03:19.9882253Z   libio-socket-ssl-perl liblwp-protocol-https-perl libmodule-runtime-perl
2025-08-20T20:03:19.9883034Z   libmoo-perl libnet-http-perl libnet-ssleay-perl libparams-classify-perl
2025-08-20T20:03:19.9883718Z   librole-tiny-perl libsub-quote-perl libtry-tiny-perl libwww-perl
2025-08-20T20:03:19.9884364Z   libwww-robotrules-perl patchutils perl-openssl-defaults wdiff
2025-08-20T20:03:19.9888015Z Suggested packages:
2025-08-20T20:03:19.9888507Z   adequate at autopkgtest bls-standalone bsd-mailx | mailx
2025-08-20T20:03:19.9889228Z   check-all-the-things cvs-buildpackage debhelper diffoscope disorderfs
2025-08-20T20:03:19.9890643Z   dose-extra duck elpa-devscripts faketime gnuplot how-can-i-help
2025-08-20T20:03:19.9893457Z   libauthen-sasl-perl libdbd-pg-perl libfile-desktopentry-perl
2025-08-20T20:03:19.9894556Z   libterm-size-perl libyaml-syck-perl mmdebstrap mutt piuparts pristine-lfs
2025-08-20T20:03:19.9895491Z   quilt ratt reprotest svn-buildpackage w3m debian-keyring equivs
2025-08-20T20:03:19.9896389Z   libgitlab-api-v4-perl libsoap-lite-perl pristine-tar libcrypt-ssleay-perl
2025-08-20T20:03:19.9897297Z   libscalar-number-perl libxstring-perl libsub-name-perl libauthen-ntlm-perl
2025-08-20T20:03:19.9897954Z   wdiff-doc
2025-08-20T20:03:19.9898271Z Recommended packages:
2025-08-20T20:03:19.9898816Z   dctrl-tools dput | dupload libdistro-info-perl libgit-wrapper-perl
2025-08-20T20:03:19.9899629Z   liblist-compare-perl libstring-shellquote-perl licensecheck lintian
2025-08-20T20:03:19.9900682Z   python3-unidiff python3-xdg libhtml-format-perl libnamespace-clean-perl
2025-08-20T20:03:19.9901588Z   libdata-dump-perl libhtml-form-perl libhttp-daemon-perl libmailtools-perl
2025-08-20T20:03:20.0088667Z The following NEW packages will be installed:
2025-08-20T20:03:20.0089472Z   devscripts libb-hooks-op-check-perl libclass-method-modifiers-perl
2025-08-20T20:03:20.0090256Z   libclass-xsaccessor-perl libdevel-callchecker-perl
2025-08-20T20:03:20.0091282Z   libdynaloader-functions-perl libfile-dirlist-perl libfile-homedir-perl
2025-08-20T20:03:20.0092323Z   libfile-listing-perl libfile-touch-perl libfile-which-perl libhtml-tree-perl
2025-08-20T20:03:20.0093248Z   libhttp-cookies-perl libhttp-negotiate-perl libimport-into-perl
2025-08-20T20:03:20.0094193Z   libio-socket-ssl-perl liblwp-protocol-https-perl libmodule-runtime-perl
2025-08-20T20:03:20.0095415Z   libmoo-perl libnet-http-perl libnet-ssleay-perl libparams-classify-perl
2025-08-20T20:03:20.0096275Z   librole-tiny-perl libsub-quote-perl libtry-tiny-perl libwww-perl
2025-08-20T20:03:20.0097158Z   libwww-robotrules-perl patchutils perl-openssl-defaults wdiff
2025-08-20T20:03:20.0271894Z 0 upgraded, 30 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T20:03:20.0272526Z Need to get 2417 kB of archives.
2025-08-20T20:03:20.0273108Z After this operation, 7084 kB of additional disk space will be used.
2025-08-20T20:03:20.0273784Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T20:03:20.1107469Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libfile-dirlist-perl all 0.05-3 [7286 B]
2025-08-20T20:03:20.1746427Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libfile-which-perl all 1.27-2 [12.5 kB]
2025-08-20T20:03:20.2398499Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libfile-homedir-perl all 1.006-2 [37.0 kB]
2025-08-20T20:03:20.3041956Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libfile-touch-perl all 0.12-2 [7498 B]
2025-08-20T20:03:20.3681612Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libclass-method-modifiers-perl all 2.15-1 [16.1 kB]
2025-08-20T20:03:20.4323688Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libclass-xsaccessor-perl amd64 1.19-4build4 [33.1 kB]
2025-08-20T20:03:20.4960310Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libb-hooks-op-check-perl amd64 0.22-3build1 [9518 B]
2025-08-20T20:03:20.5602103Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libdynaloader-functions-perl all 0.003-3 [12.1 kB]
2025-08-20T20:03:20.6250362Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libdevel-callchecker-perl amd64 0.008-2build3 [13.2 kB]
2025-08-20T20:03:20.6886010Z Get:11 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libparams-classify-perl amd64 0.015-2build5 [20.1 kB]
2025-08-20T20:03:20.7569080Z Get:12 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libmodule-runtime-perl all 0.016-2 [16.4 kB]
2025-08-20T20:03:20.8203185Z Get:13 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libimport-into-perl all 1.002005-2 [10.7 kB]
2025-08-20T20:03:20.8837197Z Get:14 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 librole-tiny-perl all 2.002004-1 [16.3 kB]
2025-08-20T20:03:20.9483695Z Get:15 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libsub-quote-perl all 2.006008-1ubuntu1 [20.7 kB]
2025-08-20T20:03:21.0119545Z Get:16 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libmoo-perl all 2.005005-1 [47.4 kB]
2025-08-20T20:03:21.0755365Z Get:17 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libfile-listing-perl all 6.16-1 [11.3 kB]
2025-08-20T20:03:21.1405675Z Get:18 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libhtml-tree-perl all 5.07-3 [200 kB]
2025-08-20T20:03:21.2060908Z Get:19 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libhttp-cookies-perl all 6.11-1 [18.2 kB]
2025-08-20T20:03:21.2702278Z Get:20 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libhttp-negotiate-perl all 6.01-2 [12.4 kB]
2025-08-20T20:03:21.3348543Z Get:21 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 perl-openssl-defaults amd64 7build3 [6626 B]
2025-08-20T20:03:21.3989931Z Get:22 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libnet-ssleay-perl amd64 1.94-1build4 [316 kB]
2025-08-20T20:03:21.4657252Z Get:23 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libio-socket-ssl-perl all 2.085-1 [195 kB]
2025-08-20T20:03:21.5319070Z Get:24 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libnet-http-perl all 6.23-1 [22.3 kB]
2025-08-20T20:03:21.5961983Z Get:25 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 liblwp-protocol-https-perl all 6.13-1 [9006 B]
2025-08-20T20:03:21.6604387Z Get:26 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libtry-tiny-perl all 0.31-2 [20.8 kB]
2025-08-20T20:03:21.7247008Z Get:27 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libwww-robotrules-perl all 6.02-1 [12.6 kB]
2025-08-20T20:03:21.7903389Z Get:28 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libwww-perl all 6.76-1 [138 kB]
2025-08-20T20:03:21.8564397Z Get:29 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 patchutils amd64 0.4.2-1build3 [77.0 kB]
2025-08-20T20:03:21.9221872Z Get:30 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 wdiff amd64 1.2.2-6build1 [29.1 kB]
2025-08-20T20:03:21.9868638Z Get:31 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 devscripts all 2.23.7 [1069 kB]
2025-08-20T20:03:22.3836033Z Fetched 2417 kB in 2s (1151 kB/s)
2025-08-20T20:03:22.4024473Z Selecting previously unselected package libfile-dirlist-perl.
2025-08-20T20:03:22.4079962Z (Reading database ... 
2025-08-20T20:03:22.4080572Z (Reading database ... 5%
2025-08-20T20:03:22.4081023Z (Reading database ... 10%
2025-08-20T20:03:22.4081460Z (Reading database ... 15%
2025-08-20T20:03:22.4081909Z (Reading database ... 20%
2025-08-20T20:03:22.4082347Z (Reading database ... 25%
2025-08-20T20:03:22.4082812Z (Reading database ... 30%
2025-08-20T20:03:22.4083238Z (Reading database ... 35%
2025-08-20T20:03:22.4083666Z (Reading database ... 40%
2025-08-20T20:03:22.4084110Z (Reading database ... 45%
2025-08-20T20:03:22.4084537Z (Reading database ... 50%
2025-08-20T20:03:22.4103826Z (Reading database ... 55%
2025-08-20T20:03:22.4198632Z (Reading database ... 60%
2025-08-20T20:03:22.4220672Z (Reading database ... 65%
2025-08-20T20:03:22.4255833Z (Reading database ... 70%
2025-08-20T20:03:22.4281510Z (Reading database ... 75%
2025-08-20T20:03:22.4312714Z (Reading database ... 80%
2025-08-20T20:03:22.4464008Z (Reading database ... 85%
2025-08-20T20:03:22.4557663Z (Reading database ... 90%
2025-08-20T20:03:22.4824967Z (Reading database ... 95%
2025-08-20T20:03:22.4825408Z (Reading database ... 100%
2025-08-20T20:03:22.4825942Z (Reading database ... 222962 files and directories currently installed.)
2025-08-20T20:03:22.4869148Z Preparing to unpack .../00-libfile-dirlist-perl_0.05-3_all.deb ...
2025-08-20T20:03:22.4883109Z Unpacking libfile-dirlist-perl (0.05-3) ...
2025-08-20T20:03:22.5120235Z Selecting previously unselected package libfile-which-perl.
2025-08-20T20:03:22.5260698Z Preparing to unpack .../01-libfile-which-perl_1.27-2_all.deb ...
2025-08-20T20:03:22.5271096Z Unpacking libfile-which-perl (1.27-2) ...
2025-08-20T20:03:22.5494908Z Selecting previously unselected package libfile-homedir-perl.
2025-08-20T20:03:22.5634813Z Preparing to unpack .../02-libfile-homedir-perl_1.006-2_all.deb ...
2025-08-20T20:03:22.5646744Z Unpacking libfile-homedir-perl (1.006-2) ...
2025-08-20T20:03:22.5919849Z Selecting previously unselected package libfile-touch-perl.
2025-08-20T20:03:22.6059151Z Preparing to unpack .../03-libfile-touch-perl_0.12-2_all.deb ...
2025-08-20T20:03:22.6068826Z Unpacking libfile-touch-perl (0.12-2) ...
2025-08-20T20:03:22.6296856Z Selecting previously unselected package libclass-method-modifiers-perl.
2025-08-20T20:03:22.6432286Z Preparing to unpack .../04-libclass-method-modifiers-perl_2.15-1_all.deb ...
2025-08-20T20:03:22.6442419Z Unpacking libclass-method-modifiers-perl (2.15-1) ...
2025-08-20T20:03:22.6679278Z Selecting previously unselected package libclass-xsaccessor-perl.
2025-08-20T20:03:22.6813892Z Preparing to unpack .../05-libclass-xsaccessor-perl_1.19-4build4_amd64.deb ...
2025-08-20T20:03:22.6824200Z Unpacking libclass-xsaccessor-perl (1.19-4build4) ...
2025-08-20T20:03:22.7053086Z Selecting previously unselected package libb-hooks-op-check-perl:amd64.
2025-08-20T20:03:22.7191964Z Preparing to unpack .../06-libb-hooks-op-check-perl_0.22-3build1_amd64.deb ...
2025-08-20T20:03:22.7203263Z Unpacking libb-hooks-op-check-perl:amd64 (0.22-3build1) ...
2025-08-20T20:03:22.7451707Z Selecting previously unselected package libdynaloader-functions-perl.
2025-08-20T20:03:22.7590879Z Preparing to unpack .../07-libdynaloader-functions-perl_0.003-3_all.deb ...
2025-08-20T20:03:22.7602227Z Unpacking libdynaloader-functions-perl (0.003-3) ...
2025-08-20T20:03:22.7835824Z Selecting previously unselected package libdevel-callchecker-perl:amd64.
2025-08-20T20:03:22.7972487Z Preparing to unpack .../08-libdevel-callchecker-perl_0.008-2build3_amd64.deb ...
2025-08-20T20:03:22.7982102Z Unpacking libdevel-callchecker-perl:amd64 (0.008-2build3) ...
2025-08-20T20:03:22.8207116Z Selecting previously unselected package libparams-classify-perl:amd64.
2025-08-20T20:03:22.8342788Z Preparing to unpack .../09-libparams-classify-perl_0.015-2build5_amd64.deb ...
2025-08-20T20:03:22.8352494Z Unpacking libparams-classify-perl:amd64 (0.015-2build5) ...
2025-08-20T20:03:22.8577587Z Selecting previously unselected package libmodule-runtime-perl.
2025-08-20T20:03:22.8715918Z Preparing to unpack .../10-libmodule-runtime-perl_0.016-2_all.deb ...
2025-08-20T20:03:22.8726454Z Unpacking libmodule-runtime-perl (0.016-2) ...
2025-08-20T20:03:22.8986500Z Selecting previously unselected package libimport-into-perl.
2025-08-20T20:03:22.9124965Z Preparing to unpack .../11-libimport-into-perl_1.002005-2_all.deb ...
2025-08-20T20:03:22.9142599Z Unpacking libimport-into-perl (1.002005-2) ...
2025-08-20T20:03:22.9365848Z Selecting previously unselected package librole-tiny-perl.
2025-08-20T20:03:22.9502729Z Preparing to unpack .../12-librole-tiny-perl_2.002004-1_all.deb ...
2025-08-20T20:03:22.9512906Z Unpacking librole-tiny-perl (2.002004-1) ...
2025-08-20T20:03:22.9759155Z Selecting previously unselected package libsub-quote-perl.
2025-08-20T20:03:22.9897773Z Preparing to unpack .../13-libsub-quote-perl_2.006008-1ubuntu1_all.deb ...
2025-08-20T20:03:22.9925924Z Unpacking libsub-quote-perl (2.006008-1ubuntu1) ...
2025-08-20T20:03:23.0173943Z Selecting previously unselected package libmoo-perl.
2025-08-20T20:03:23.0310336Z Preparing to unpack .../14-libmoo-perl_2.005005-1_all.deb ...
2025-08-20T20:03:23.0322603Z Unpacking libmoo-perl (2.005005-1) ...
2025-08-20T20:03:23.0585762Z Selecting previously unselected package libfile-listing-perl.
2025-08-20T20:03:23.0721425Z Preparing to unpack .../15-libfile-listing-perl_6.16-1_all.deb ...
2025-08-20T20:03:23.0739742Z Unpacking libfile-listing-perl (6.16-1) ...
2025-08-20T20:03:23.0972599Z Selecting previously unselected package libhtml-tree-perl.
2025-08-20T20:03:23.1108019Z Preparing to unpack .../16-libhtml-tree-perl_5.07-3_all.deb ...
2025-08-20T20:03:23.1122735Z Unpacking libhtml-tree-perl (5.07-3) ...
2025-08-20T20:03:23.1544162Z Selecting previously unselected package libhttp-cookies-perl.
2025-08-20T20:03:23.1680067Z Preparing to unpack .../17-libhttp-cookies-perl_6.11-1_all.deb ...
2025-08-20T20:03:23.1698765Z Unpacking libhttp-cookies-perl (6.11-1) ...
2025-08-20T20:03:23.1956420Z Selecting previously unselected package libhttp-negotiate-perl.
2025-08-20T20:03:23.2091371Z Preparing to unpack .../18-libhttp-negotiate-perl_6.01-2_all.deb ...
2025-08-20T20:03:23.2127969Z Unpacking libhttp-negotiate-perl (6.01-2) ...
2025-08-20T20:03:23.2344960Z Selecting previously unselected package perl-openssl-defaults:amd64.
2025-08-20T20:03:23.2482562Z Preparing to unpack .../19-perl-openssl-defaults_7build3_amd64.deb ...
2025-08-20T20:03:23.2501461Z Unpacking perl-openssl-defaults:amd64 (7build3) ...
2025-08-20T20:03:23.2749261Z Selecting previously unselected package libnet-ssleay-perl:amd64.
2025-08-20T20:03:23.2885903Z Preparing to unpack .../20-libnet-ssleay-perl_1.94-1build4_amd64.deb ...
2025-08-20T20:03:23.2897409Z Unpacking libnet-ssleay-perl:amd64 (1.94-1build4) ...
2025-08-20T20:03:23.3373436Z Selecting previously unselected package libio-socket-ssl-perl.
2025-08-20T20:03:23.3508861Z Preparing to unpack .../21-libio-socket-ssl-perl_2.085-1_all.deb ...
2025-08-20T20:03:23.3518924Z Unpacking libio-socket-ssl-perl (2.085-1) ...
2025-08-20T20:03:23.3785373Z Selecting previously unselected package libnet-http-perl.
2025-08-20T20:03:23.3921848Z Preparing to unpack .../22-libnet-http-perl_6.23-1_all.deb ...
2025-08-20T20:03:23.3931741Z Unpacking libnet-http-perl (6.23-1) ...
2025-08-20T20:03:23.4164739Z Selecting previously unselected package liblwp-protocol-https-perl.
2025-08-20T20:03:23.4303523Z Preparing to unpack .../23-liblwp-protocol-https-perl_6.13-1_all.deb ...
2025-08-20T20:03:23.4316206Z Unpacking liblwp-protocol-https-perl (6.13-1) ...
2025-08-20T20:03:23.4575452Z Selecting previously unselected package libtry-tiny-perl.
2025-08-20T20:03:23.4711711Z Preparing to unpack .../24-libtry-tiny-perl_0.31-2_all.deb ...
2025-08-20T20:03:23.4723857Z Unpacking libtry-tiny-perl (0.31-2) ...
2025-08-20T20:03:23.4973566Z Selecting previously unselected package libwww-robotrules-perl.
2025-08-20T20:03:23.5110154Z Preparing to unpack .../25-libwww-robotrules-perl_6.02-1_all.deb ...
2025-08-20T20:03:23.5131580Z Unpacking libwww-robotrules-perl (6.02-1) ...
2025-08-20T20:03:23.5367546Z Selecting previously unselected package libwww-perl.
2025-08-20T20:03:23.5507450Z Preparing to unpack .../26-libwww-perl_6.76-1_all.deb ...
2025-08-20T20:03:23.5520182Z Unpacking libwww-perl (6.76-1) ...
2025-08-20T20:03:23.5845900Z Selecting previously unselected package patchutils.
2025-08-20T20:03:23.5990701Z Preparing to unpack .../27-patchutils_0.4.2-1build3_amd64.deb ...
2025-08-20T20:03:23.6016969Z Unpacking patchutils (0.4.2-1build3) ...
2025-08-20T20:03:23.6321433Z Selecting previously unselected package wdiff.
2025-08-20T20:03:23.6460651Z Preparing to unpack .../28-wdiff_1.2.2-6build1_amd64.deb ...
2025-08-20T20:03:23.6476288Z Unpacking wdiff (1.2.2-6build1) ...
2025-08-20T20:03:23.6798471Z Selecting previously unselected package devscripts.
2025-08-20T20:03:23.6937687Z Preparing to unpack .../29-devscripts_2.23.7_all.deb ...
2025-08-20T20:03:23.7141544Z Unpacking devscripts (2.23.7) ...
2025-08-20T20:03:23.8379564Z Setting up wdiff (1.2.2-6build1) ...
2025-08-20T20:03:23.8410241Z Setting up libhttp-negotiate-perl (6.01-2) ...
2025-08-20T20:03:23.8443795Z Setting up libfile-which-perl (1.27-2) ...
2025-08-20T20:03:23.8475982Z Setting up libfile-listing-perl (6.16-1) ...
2025-08-20T20:03:23.8511666Z Setting up libdynaloader-functions-perl (0.003-3) ...
2025-08-20T20:03:23.8536201Z Setting up libclass-method-modifiers-perl (2.15-1) ...
2025-08-20T20:03:23.8568791Z Setting up libhttp-cookies-perl (6.11-1) ...
2025-08-20T20:03:23.8604250Z Setting up libhtml-tree-perl (5.07-3) ...
2025-08-20T20:03:23.8650677Z Setting up libtry-tiny-perl (0.31-2) ...
2025-08-20T20:03:23.8683474Z Setting up perl-openssl-defaults:amd64 (7build3) ...
2025-08-20T20:03:23.8721281Z Setting up libnet-http-perl (6.23-1) ...
2025-08-20T20:03:23.8756025Z Setting up patchutils (0.4.2-1build3) ...
2025-08-20T20:03:23.8792176Z Setting up libb-hooks-op-check-perl:amd64 (0.22-3build1) ...
2025-08-20T20:03:23.8830930Z Setting up libwww-robotrules-perl (6.02-1) ...
2025-08-20T20:03:23.8880279Z Setting up librole-tiny-perl (2.002004-1) ...
2025-08-20T20:03:23.8924360Z Setting up libsub-quote-perl (2.006008-1ubuntu1) ...
2025-08-20T20:03:23.8977343Z Setting up libclass-xsaccessor-perl (1.19-4build4) ...
2025-08-20T20:03:23.9020743Z Setting up libfile-dirlist-perl (0.05-3) ...
2025-08-20T20:03:23.9055158Z Setting up libfile-homedir-perl (1.006-2) ...
2025-08-20T20:03:23.9094463Z Setting up libfile-touch-perl (0.12-2) ...
2025-08-20T20:03:23.9143425Z Setting up libnet-ssleay-perl:amd64 (1.94-1build4) ...
2025-08-20T20:03:23.9183020Z Setting up libdevel-callchecker-perl:amd64 (0.008-2build3) ...
2025-08-20T20:03:23.9215046Z Setting up libio-socket-ssl-perl (2.085-1) ...
2025-08-20T20:03:23.9258564Z Setting up libparams-classify-perl:amd64 (0.015-2build5) ...
2025-08-20T20:03:23.9301227Z Setting up libmodule-runtime-perl (0.016-2) ...
2025-08-20T20:03:23.9344375Z Setting up libimport-into-perl (1.002005-2) ...
2025-08-20T20:03:23.9378901Z Setting up libmoo-perl (2.005005-1) ...
2025-08-20T20:03:23.9427923Z Setting up libwww-perl (6.76-1) ...
2025-08-20T20:03:23.9479085Z Setting up devscripts (2.23.7) ...
2025-08-20T20:03:24.0730212Z Setting up liblwp-protocol-https-perl (6.13-1) ...
2025-08-20T20:03:24.0777186Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:03:29.2127491Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T20:03:30.8479731Z Reading package lists...
2025-08-20T20:03:31.0261908Z Building dependency tree...
2025-08-20T20:03:31.0270223Z Reading state information...
2025-08-20T20:03:31.1918458Z The following additional packages will be installed:
2025-08-20T20:03:31.1925885Z   cmake-data libjsoncpp25 librhash0
2025-08-20T20:03:31.1931257Z Suggested packages:
2025-08-20T20:03:31.1931719Z   cmake-doc cmake-format elpa-cmake-mode ninja-build
2025-08-20T20:03:31.2061536Z The following NEW packages will be installed:
2025-08-20T20:03:31.2070320Z   cmake cmake-data libjsoncpp25 librhash0
2025-08-20T20:03:31.2243172Z 0 upgraded, 4 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T20:03:31.2243863Z Need to get 13.6 MB of archives.
2025-08-20T20:03:31.2244436Z After this operation, 49.1 MB of additional disk space will be used.
2025-08-20T20:03:31.2245023Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T20:03:31.3053519Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libjsoncpp25 amd64 1.9.5-6build1 [82.8 kB]
2025-08-20T20:03:31.3713271Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 librhash0 amd64 1.4.3-3build1 [129 kB]
2025-08-20T20:03:31.4362993Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 cmake-data all 3.28.3-1build7 [2155 kB]
2025-08-20T20:03:31.6284869Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 cmake amd64 3.28.3-1build7 [11.2 MB]
2025-08-20T20:03:32.2885381Z Fetched 13.6 MB in 1s (16.8 MB/s)
2025-08-20T20:03:32.3093388Z Selecting previously unselected package libjsoncpp25:amd64.
2025-08-20T20:03:32.3148825Z (Reading database ... 
2025-08-20T20:03:32.3149554Z (Reading database ... 5%
2025-08-20T20:03:32.3150086Z (Reading database ... 10%
2025-08-20T20:03:32.3150630Z (Reading database ... 15%
2025-08-20T20:03:32.3150966Z (Reading database ... 20%
2025-08-20T20:03:32.3151240Z (Reading database ... 25%
2025-08-20T20:03:32.3151490Z (Reading database ... 30%
2025-08-20T20:03:32.3151739Z (Reading database ... 35%
2025-08-20T20:03:32.3152010Z (Reading database ... 40%
2025-08-20T20:03:32.3152253Z (Reading database ... 45%
2025-08-20T20:03:32.3152506Z (Reading database ... 50%
2025-08-20T20:03:32.3173099Z (Reading database ... 55%
2025-08-20T20:03:32.3271216Z (Reading database ... 60%
2025-08-20T20:03:32.3294348Z (Reading database ... 65%
2025-08-20T20:03:32.3333149Z (Reading database ... 70%
2025-08-20T20:03:32.3357691Z (Reading database ... 75%
2025-08-20T20:03:32.3390346Z (Reading database ... 80%
2025-08-20T20:03:32.3532206Z (Reading database ... 85%
2025-08-20T20:03:32.3632336Z (Reading database ... 90%
2025-08-20T20:03:32.3923427Z (Reading database ... 95%
2025-08-20T20:03:32.3923928Z (Reading database ... 100%
2025-08-20T20:03:32.3924883Z (Reading database ... 223897 files and directories currently installed.)
2025-08-20T20:03:32.3969446Z Preparing to unpack .../libjsoncpp25_1.9.5-6build1_amd64.deb ...
2025-08-20T20:03:32.4008963Z Unpacking libjsoncpp25:amd64 (1.9.5-6build1) ...
2025-08-20T20:03:32.4266062Z Selecting previously unselected package librhash0:amd64.
2025-08-20T20:03:32.4403412Z Preparing to unpack .../librhash0_1.4.3-3build1_amd64.deb ...
2025-08-20T20:03:32.4415729Z Unpacking librhash0:amd64 (1.4.3-3build1) ...
2025-08-20T20:03:32.4721243Z Selecting previously unselected package cmake-data.
2025-08-20T20:03:32.4858175Z Preparing to unpack .../cmake-data_3.28.3-1build7_all.deb ...
2025-08-20T20:03:32.4926603Z Unpacking cmake-data (3.28.3-1build7) ...
2025-08-20T20:03:33.0415815Z Selecting previously unselected package cmake.
2025-08-20T20:03:33.0555405Z Preparing to unpack .../cmake_3.28.3-1build7_amd64.deb ...
2025-08-20T20:03:33.0575236Z Unpacking cmake (3.28.3-1build7) ...
2025-08-20T20:03:33.2453539Z Setting up libjsoncpp25:amd64 (1.9.5-6build1) ...
2025-08-20T20:03:33.2488811Z Setting up librhash0:amd64 (1.4.3-3build1) ...
2025-08-20T20:03:33.2522262Z Setting up cmake-data (3.28.3-1build7) ...
2025-08-20T20:03:33.2600177Z Setting up cmake (3.28.3-1build7) ...
2025-08-20T20:03:33.2643297Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:03:37.5226680Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T20:03:38.0852656Z 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-20T20:03:38.0854340Z Running kernel seems to be up-to-date.
2025-08-20T20:03:38.0854650Z 
2025-08-20T20:03:38.0854785Z Restarting services...
2025-08-20T20:03:38.0913599Z 
2025-08-20T20:03:38.0914091Z Service restarts being deferred:
2025-08-20T20:03:38.0914634Z  systemctl restart hosted-compute-agent.service
2025-08-20T20:03:38.0914997Z 
2025-08-20T20:03:38.0915286Z No containers need to be restarted.
2025-08-20T20:03:38.0915582Z 
2025-08-20T20:03:38.0915776Z No user sessions are running outdated binaries.
2025-08-20T20:03:38.0916112Z 
2025-08-20T20:03:38.0916438Z No VM guests are running outdated hypervisor (qemu) binaries on this host.
2025-08-20T20:03:38.9605065Z Reading package lists...
2025-08-20T20:03:39.1370985Z Building dependency tree...
2025-08-20T20:03:39.1378674Z Reading state information...
2025-08-20T20:03:39.3337730Z aria2 is already the newest version (1.37.0+debian-1build3).
2025-08-20T20:03:39.3338385Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T20:03:39.3338790Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-20T20:03:39.3339184Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T20:03:39.3339576Z b3sum is already the newest version (1.2.0-1).
2025-08-20T20:03:39.3339986Z build-essential is already the newest version (12.10ubuntu1).
2025-08-20T20:03:39.3340635Z ca-certificates is already the newest version (20240203).
2025-08-20T20:03:39.3341074Z ccache is already the newest version (4.9.1-1).
2025-08-20T20:03:39.3341469Z diffutils is already the newest version (1:3.10-1build1).
2025-08-20T20:03:39.3341865Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T20:03:39.3342271Z gawk is already the newest version (1:5.2.1-2build3).
2025-08-20T20:03:39.3342659Z git-lfs is already the newest version (3.7.0).
2025-08-20T20:03:39.3343378Z imagemagick is already the newest version (8:6.9.12.98+dfsg1-5.2build2).
2025-08-20T20:03:39.3343852Z lzip is already the newest version (1.24.1-1build1).
2025-08-20T20:03:39.3344245Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T20:03:39.3344644Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T20:03:39.3345048Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-20T20:03:39.3345439Z make is already the newest version (4.3-4.1build2).
2025-08-20T20:03:39.3345914Z musl is already the newest version (1.2.4-2).
2025-08-20T20:03:39.3346429Z musl-dev is already the newest version (1.2.4-2).
2025-08-20T20:03:39.3347005Z musl-tools is already the newest version (1.2.4-2).
2025-08-20T20:03:39.3347607Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-20T20:03:39.3348330Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-20T20:03:39.3348922Z texinfo is already the newest version (7.1-3build2).
2025-08-20T20:03:39.3349512Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T20:03:39.3350203Z 0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T20:03:39.3577192Z Reading package lists...
2025-08-20T20:03:39.5249403Z Building dependency tree...
2025-08-20T20:03:39.5257361Z Reading state information...
2025-08-20T20:03:39.7229411Z autoconf is already the newest version (2.71-3).
2025-08-20T20:03:39.7230091Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T20:03:39.7230820Z autopoint is already the newest version (0.21-14ubuntu2).
2025-08-20T20:03:39.7231308Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T20:03:39.7231776Z bison is already the newest version (2:3.8.2+dfsg-1build2).
2025-08-20T20:03:39.7232267Z build-essential is already the newest version (12.10ubuntu1).
2025-08-20T20:03:39.7232994Z byacc is already the newest version (1:2.0.20221106-1).
2025-08-20T20:03:39.7233458Z ca-certificates is already the newest version (20240203).
2025-08-20T20:03:39.7233918Z clang is already the newest version (1:18.0-59~exp2).
2025-08-20T20:03:39.7234450Z flex is already the newest version (2.6.4-8.2build1).
2025-08-20T20:03:39.7235032Z file is already the newest version (1:5.45-3build1).
2025-08-20T20:03:39.7235683Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T20:03:39.7236261Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T20:03:39.7236958Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-20T20:03:39.7237584Z patch is already the newest version (2.7.6-7build3).
2025-08-20T20:03:39.7238198Z patchelf is already the newest version (0.18.0-1.1build1).
2025-08-20T20:03:39.7238855Z pkg-config is already the newest version (1.8.1-2build1).
2025-08-20T20:03:39.7239595Z qemu-user-static is already the newest version (1:8.2.2+ds-0ubuntu1.9).
2025-08-20T20:03:39.7240277Z scons is already the newest version (4.5.2+dfsg-1).
2025-08-20T20:03:39.7241002Z tree is already the newest version (2.1.1-2ubuntu3).
2025-08-20T20:03:39.7241666Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T20:03:39.7242355Z 0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T20:03:39.7466043Z Reading package lists...
2025-08-20T20:03:39.9318241Z Building dependency tree...
2025-08-20T20:03:39.9326317Z Reading state information...
2025-08-20T20:03:40.1349941Z devscripts is already the newest version (2.23.7).
2025-08-20T20:03:40.1350806Z 0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T20:03:40.1594030Z Reading package lists...
2025-08-20T20:03:40.3362622Z Building dependency tree...
2025-08-20T20:03:40.3370922Z Reading state information...
2025-08-20T20:03:40.5169192Z cmake is already the newest version (3.28.3-1build7).
2025-08-20T20:03:40.5169909Z 0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T20:03:40.5411085Z Reading package lists...
2025-08-20T20:03:40.7401106Z Building dependency tree...
2025-08-20T20:03:40.7409312Z Reading state information...
2025-08-20T20:03:40.9187011Z Suggested packages:
2025-08-20T20:03:40.9187383Z   binutils-doc
2025-08-20T20:03:40.9445379Z The following NEW packages will be installed:
2025-08-20T20:03:40.9451500Z   binutils-aarch64-linux-gnu
2025-08-20T20:03:40.9637762Z 0 upgraded, 1 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T20:03:40.9865987Z Need to get 3711 kB of archives.
2025-08-20T20:03:40.9866741Z After this operation, 21.0 MB of additional disk space will be used.
2025-08-20T20:03:40.9867332Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T20:03:41.0713152Z 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-20T20:03:41.5891336Z Fetched 3711 kB in 0s (10.7 MB/s)
2025-08-20T20:03:41.6092195Z Selecting previously unselected package binutils-aarch64-linux-gnu.
2025-08-20T20:03:41.6147916Z (Reading database ... 
2025-08-20T20:03:41.6148724Z (Reading database ... 5%
2025-08-20T20:03:41.6149172Z (Reading database ... 10%
2025-08-20T20:03:41.6149581Z (Reading database ... 15%
2025-08-20T20:03:41.6149956Z (Reading database ... 20%
2025-08-20T20:03:41.6150330Z (Reading database ... 25%
2025-08-20T20:03:41.6150863Z (Reading database ... 30%
2025-08-20T20:03:41.6151227Z (Reading database ... 35%
2025-08-20T20:03:41.6151592Z (Reading database ... 40%
2025-08-20T20:03:41.6151958Z (Reading database ... 45%
2025-08-20T20:03:41.6152323Z (Reading database ... 50%
2025-08-20T20:03:41.6172429Z (Reading database ... 55%
2025-08-20T20:03:41.6272127Z (Reading database ... 60%
2025-08-20T20:03:41.6295292Z (Reading database ... 65%
2025-08-20T20:03:41.6332179Z (Reading database ... 70%
2025-08-20T20:03:41.6358010Z (Reading database ... 75%
2025-08-20T20:03:41.6393379Z (Reading database ... 80%
2025-08-20T20:03:41.6544415Z (Reading database ... 85%
2025-08-20T20:03:41.6647348Z (Reading database ... 90%
2025-08-20T20:03:41.6948576Z (Reading database ... 95%
2025-08-20T20:03:41.6949035Z (Reading database ... 100%
2025-08-20T20:03:41.6949663Z (Reading database ... 227306 files and directories currently installed.)
2025-08-20T20:03:41.6994624Z Preparing to unpack .../binutils-aarch64-linux-gnu_2.42-4ubuntu2.5_amd64.deb ...
2025-08-20T20:03:41.7017065Z Unpacking binutils-aarch64-linux-gnu (2.42-4ubuntu2.5) ...
2025-08-20T20:03:41.8559373Z Setting up binutils-aarch64-linux-gnu (2.42-4ubuntu2.5) ...
2025-08-20T20:03:41.8597788Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T20:03:41.8745172Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:03:47.3940612Z Reading package lists...
2025-08-20T20:03:47.5813344Z Building dependency tree...
2025-08-20T20:03:47.5821796Z Reading state information...
2025-08-20T20:03:47.7671577Z qemu-user-static is already the newest version (1:8.2.2+ds-0ubuntu1.9).
2025-08-20T20:03:47.7672372Z The following additional packages will be installed:
2025-08-20T20:03:47.7673021Z   binutils-arm-linux-gnueabi binutils-arm-linux-gnueabihf
2025-08-20T20:03:47.7673817Z   cpp-13-aarch64-linux-gnu cpp-13-arm-linux-gnueabi cpp-13-arm-linux-gnueabihf
2025-08-20T20:03:47.7674745Z   cpp-aarch64-linux-gnu cpp-arm-linux-gnueabi cpp-arm-linux-gnueabihf
2025-08-20T20:03:47.7675675Z   g++-13-aarch64-linux-gnu g++-13-arm-linux-gnueabi g++-13-arm-linux-gnueabihf
2025-08-20T20:03:47.7676391Z   gcc-13-aarch64-linux-gnu gcc-13-aarch64-linux-gnu-base
2025-08-20T20:03:47.7677077Z   gcc-13-arm-linux-gnueabi gcc-13-arm-linux-gnueabi-base
2025-08-20T20:03:47.7677809Z   gcc-13-arm-linux-gnueabihf gcc-13-arm-linux-gnueabihf-base gcc-13-cross-base
2025-08-20T20:03:47.7678611Z   gcc-13-cross-base-ports gcc-14-cross-base gcc-14-cross-base-ports
2025-08-20T20:03:47.7679392Z   gcc-aarch64-linux-gnu gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf
2025-08-20T20:03:47.7680125Z   libasan8-arm64-cross libasan8-armel-cross libasan8-armhf-cross
2025-08-20T20:03:47.7681095Z   libatomic1-arm64-cross libatomic1-armel-cross libatomic1-armhf-cross
2025-08-20T20:03:47.7681919Z   libc6-arm64-cross libc6-armel-cross libc6-armhf-cross libc6-dev-arm64-cross
2025-08-20T20:03:47.7683144Z   libc6-dev-armel-cross libc6-dev-armhf-cross libgcc-13-dev-arm64-cross
2025-08-20T20:03:47.7684037Z   libgcc-13-dev-armel-cross libgcc-13-dev-armhf-cross libgcc-s1-arm64-cross
2025-08-20T20:03:47.7684867Z   libgcc-s1-armel-cross libgcc-s1-armhf-cross libgomp1-arm64-cross
2025-08-20T20:03:47.7685636Z   libgomp1-armel-cross libgomp1-armhf-cross libhwasan0-arm64-cross
2025-08-20T20:03:47.7686374Z   libitm1-arm64-cross liblsan0-arm64-cross libstdc++-13-dev-arm64-cross
2025-08-20T20:03:47.7687083Z   libstdc++-13-dev-armel-cross libstdc++-13-dev-armhf-cross
2025-08-20T20:03:47.7687734Z   libstdc++6-arm64-cross libstdc++6-armel-cross libstdc++6-armhf-cross
2025-08-20T20:03:47.7688429Z   libtsan2-arm64-cross libubsan1-arm64-cross libubsan1-armel-cross
2025-08-20T20:03:47.7689253Z   libubsan1-armhf-cross linux-libc-dev-arm64-cross linux-libc-dev-armel-cross
2025-08-20T20:03:47.7689922Z   linux-libc-dev-armhf-cross
2025-08-20T20:03:47.7690315Z Suggested packages:
2025-08-20T20:03:47.7691055Z   binutils-doc gcc-13-locales cpp-13-doc cpp-doc gcc-13-doc manpages-dev
2025-08-20T20:03:47.7691861Z   gdb-aarch64-linux-gnu gcc-doc gdb-arm-linux-gnueabi gdb-arm-linux-gnueabihf
2025-08-20T20:03:47.8231583Z The following NEW packages will be installed:
2025-08-20T20:03:47.8232343Z   binutils-arm-linux-gnueabi binutils-arm-linux-gnueabihf
2025-08-20T20:03:47.8233205Z   cpp-13-aarch64-linux-gnu cpp-13-arm-linux-gnueabi cpp-13-arm-linux-gnueabihf
2025-08-20T20:03:47.8234121Z   cpp-aarch64-linux-gnu cpp-arm-linux-gnueabi cpp-arm-linux-gnueabihf
2025-08-20T20:03:47.8235008Z   g++-13-aarch64-linux-gnu g++-13-arm-linux-gnueabi g++-13-arm-linux-gnueabihf
2025-08-20T20:03:47.8235915Z   g++-aarch64-linux-gnu g++-arm-linux-gnueabi g++-arm-linux-gnueabihf
2025-08-20T20:03:47.8237028Z   gcc-13-aarch64-linux-gnu gcc-13-aarch64-linux-gnu-base
2025-08-20T20:03:47.8237703Z   gcc-13-arm-linux-gnueabi gcc-13-arm-linux-gnueabi-base
2025-08-20T20:03:47.8238530Z   gcc-13-arm-linux-gnueabihf gcc-13-arm-linux-gnueabihf-base gcc-13-cross-base
2025-08-20T20:03:47.8239451Z   gcc-13-cross-base-ports gcc-14-cross-base gcc-14-cross-base-ports
2025-08-20T20:03:47.8240308Z   gcc-aarch64-linux-gnu gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf
2025-08-20T20:03:47.8241325Z   libasan8-arm64-cross libasan8-armel-cross libasan8-armhf-cross
2025-08-20T20:03:47.8242166Z   libatomic1-arm64-cross libatomic1-armel-cross libatomic1-armhf-cross
2025-08-20T20:03:47.8243162Z   libc6-arm64-cross libc6-armel-cross libc6-armhf-cross libc6-dev-arm64-cross
2025-08-20T20:03:47.8244079Z   libc6-dev-armel-cross libc6-dev-armhf-cross libgcc-13-dev-arm64-cross
2025-08-20T20:03:47.8244998Z   libgcc-13-dev-armel-cross libgcc-13-dev-armhf-cross libgcc-s1-arm64-cross
2025-08-20T20:03:47.8245892Z   libgcc-s1-armel-cross libgcc-s1-armhf-cross libgomp1-arm64-cross
2025-08-20T20:03:47.8246736Z   libgomp1-armel-cross libgomp1-armhf-cross libhwasan0-arm64-cross
2025-08-20T20:03:47.8247582Z   libitm1-arm64-cross liblsan0-arm64-cross libstdc++-13-dev-arm64-cross
2025-08-20T20:03:47.8248394Z   libstdc++-13-dev-armel-cross libstdc++-13-dev-armhf-cross
2025-08-20T20:03:47.8249042Z   libstdc++6-arm64-cross libstdc++6-armel-cross libstdc++6-armhf-cross
2025-08-20T20:03:47.8249749Z   libtsan2-arm64-cross libubsan1-arm64-cross libubsan1-armel-cross
2025-08-20T20:03:47.8250655Z   libubsan1-armhf-cross linux-libc-dev-arm64-cross linux-libc-dev-armel-cross
2025-08-20T20:03:47.8251293Z   linux-libc-dev-armhf-cross
2025-08-20T20:03:47.8457504Z 0 upgraded, 64 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T20:03:47.8457974Z Need to get 171 MB of archives.
2025-08-20T20:03:47.8458559Z After this operation, 599 MB of additional disk space will be used.
2025-08-20T20:03:47.8459267Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T20:03:47.9281785Z 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-20T20:03:47.9941667Z 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-20T20:03:48.5659988Z 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-20T20:03:48.6315488Z 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-20T20:03:49.1373822Z 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-20T20:03:49.2017184Z 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-20T20:03:49.7701774Z 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-20T20:03:49.8345034Z 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-20T20:03:50.0448269Z 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-20T20:03:50.1088042Z 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-20T20:03:50.1726295Z 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-20T20:03:50.2372217Z Get:13 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libc6-arm64-cross all 2.39-0ubuntu8cross1 [1197 kB]
2025-08-20T20:03:50.4257353Z 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-20T20:03:50.4900322Z 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-20T20:03:50.5567909Z 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-20T20:03:50.6210129Z 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-20T20:03:50.6854511Z 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-20T20:03:50.8114278Z 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-20T20:03:50.8770169Z 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-20T20:03:51.0098774Z 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-20T20:03:51.1517321Z 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-20T20:03:51.2171819Z 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-20T20:03:51.3885617Z 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-20T20:03:51.7019758Z 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-20T20:03:52.4577285Z 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-20T20:03:52.6482901Z Get:27 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libc6-dev-arm64-cross all 2.39-0ubuntu8cross1 [1629 kB]
2025-08-20T20:03:52.8371422Z 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-20T20:03:53.0893761Z 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-20T20:03:53.6607518Z 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-20T20:03:53.9116742Z 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-20T20:03:53.9772611Z 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-20T20:03:54.0413793Z Get:33 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libc6-armel-cross all 2.39-0ubuntu8cross1 [1046 kB]
2025-08-20T20:03:54.1712649Z 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-20T20:03:54.2368788Z 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-20T20:03:54.3043209Z 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-20T20:03:54.3733421Z 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-20T20:03:54.6301397Z 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-20T20:03:54.7590148Z 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-20T20:03:54.9035828Z 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-20T20:03:55.0365689Z 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-20T20:03:55.7211612Z 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-20T20:03:55.9146285Z Get:43 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libc6-dev-armel-cross all 2.39-0ubuntu8cross1 [1459 kB]
2025-08-20T20:03:56.1096385Z 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-20T20:03:56.3705294Z 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-20T20:03:57.0037429Z 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-20T20:03:57.3216287Z Get:47 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libc6-armhf-cross all 2.39-0ubuntu8cross1 [1320 kB]
2025-08-20T20:03:57.5200862Z 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-20T20:03:57.5850552Z 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-20T20:03:57.6518609Z 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-20T20:03:57.7169573Z 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-20T20:03:57.9700384Z 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-20T20:03:58.0977424Z 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-20T20:03:58.2280324Z 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-20T20:03:58.3581017Z 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-20T20:03:59.0667809Z 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-20T20:03:59.2569919Z Get:57 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libc6-dev-armhf-cross all 2.39-0ubuntu8cross1 [1387 kB]
2025-08-20T20:03:59.4463046Z 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-20T20:03:59.6985852Z 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-20T20:04:00.2026814Z 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-20T20:04:00.2669703Z 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-20T20:04:00.3315907Z 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-20T20:04:00.3952003Z 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-20T20:04:00.4591503Z 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-20T20:04:00.5230205Z 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-20T20:04:00.8476400Z Fetched 171 MB in 13s (13.4 MB/s)
2025-08-20T20:04:00.8672215Z Selecting previously unselected package gcc-13-aarch64-linux-gnu-base:amd64.
2025-08-20T20:04:00.8728703Z (Reading database ... 
2025-08-20T20:04:00.8729181Z (Reading database ... 5%
2025-08-20T20:04:00.8729547Z (Reading database ... 10%
2025-08-20T20:04:00.8729833Z (Reading database ... 15%
2025-08-20T20:04:00.8730116Z (Reading database ... 20%
2025-08-20T20:04:00.8730389Z (Reading database ... 25%
2025-08-20T20:04:00.8730973Z (Reading database ... 30%
2025-08-20T20:04:00.8731253Z (Reading database ... 35%
2025-08-20T20:04:00.8731522Z (Reading database ... 40%
2025-08-20T20:04:00.8731798Z (Reading database ... 45%
2025-08-20T20:04:00.8732070Z (Reading database ... 50%
2025-08-20T20:04:00.8752283Z (Reading database ... 55%
2025-08-20T20:04:00.8847921Z (Reading database ... 60%
2025-08-20T20:04:00.8869779Z (Reading database ... 65%
2025-08-20T20:04:00.8906516Z (Reading database ... 70%
2025-08-20T20:04:00.8931041Z (Reading database ... 75%
2025-08-20T20:04:00.8963632Z (Reading database ... 80%
2025-08-20T20:04:00.9105187Z (Reading database ... 85%
2025-08-20T20:04:00.9199180Z (Reading database ... 90%
2025-08-20T20:04:00.9491845Z (Reading database ... 95%
2025-08-20T20:04:00.9492271Z (Reading database ... 100%
2025-08-20T20:04:00.9492690Z (Reading database ... 227650 files and directories currently installed.)
2025-08-20T20:04:00.9537473Z Preparing to unpack .../00-gcc-13-aarch64-linux-gnu-base_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T20:04:00.9551410Z Unpacking gcc-13-aarch64-linux-gnu-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:04:00.9783586Z Selecting previously unselected package cpp-13-aarch64-linux-gnu.
2025-08-20T20:04:00.9922501Z Preparing to unpack .../01-cpp-13-aarch64-linux-gnu_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T20:04:00.9957206Z Unpacking cpp-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:04:01.1436861Z Selecting previously unselected package gcc-13-arm-linux-gnueabi-base:amd64.
2025-08-20T20:04:01.1575687Z Preparing to unpack .../02-gcc-13-arm-linux-gnueabi-base_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T20:04:01.1589523Z Unpacking gcc-13-arm-linux-gnueabi-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:04:01.1833311Z Selecting previously unselected package cpp-13-arm-linux-gnueabi.
2025-08-20T20:04:01.1975963Z Preparing to unpack .../03-cpp-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T20:04:01.2012481Z Unpacking cpp-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:04:01.3421296Z Selecting previously unselected package gcc-13-arm-linux-gnueabihf-base:amd64.
2025-08-20T20:04:01.3560629Z Preparing to unpack .../04-gcc-13-arm-linux-gnueabihf-base_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T20:04:01.3572684Z Unpacking gcc-13-arm-linux-gnueabihf-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:04:01.3814512Z Selecting previously unselected package cpp-13-arm-linux-gnueabihf.
2025-08-20T20:04:01.3954213Z Preparing to unpack .../05-cpp-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T20:04:01.3993365Z Unpacking cpp-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:04:01.5346231Z Selecting previously unselected package cpp-aarch64-linux-gnu.
2025-08-20T20:04:01.5486928Z Preparing to unpack .../06-cpp-aarch64-linux-gnu_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-20T20:04:01.5501894Z Unpacking cpp-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-20T20:04:01.5729799Z Selecting previously unselected package cpp-arm-linux-gnueabi.
2025-08-20T20:04:01.5868551Z Preparing to unpack .../07-cpp-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_amd64.deb ...
2025-08-20T20:04:01.5880183Z Unpacking cpp-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T20:04:01.6094480Z Selecting previously unselected package cpp-arm-linux-gnueabihf.
2025-08-20T20:04:01.6232897Z Preparing to unpack .../08-cpp-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-20T20:04:01.6248252Z Unpacking cpp-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T20:04:01.6473182Z Selecting previously unselected package gcc-13-cross-base.
2025-08-20T20:04:01.6613217Z Preparing to unpack .../09-gcc-13-cross-base_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:04:01.6625697Z Unpacking gcc-13-cross-base (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:04:01.6854695Z Selecting previously unselected package gcc-14-cross-base.
2025-08-20T20:04:01.6993479Z Preparing to unpack .../10-gcc-14-cross-base_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:04:01.7008502Z Unpacking gcc-14-cross-base (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:04:01.7235190Z Selecting previously unselected package libc6-arm64-cross.
2025-08-20T20:04:01.7373649Z Preparing to unpack .../11-libc6-arm64-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T20:04:01.7386590Z Unpacking libc6-arm64-cross (2.39-0ubuntu8cross1) ...
2025-08-20T20:04:01.7792823Z Selecting previously unselected package libgcc-s1-arm64-cross.
2025-08-20T20:04:01.7931337Z Preparing to unpack .../12-libgcc-s1-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:04:01.7943069Z Unpacking libgcc-s1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:04:01.8175394Z Selecting previously unselected package libgomp1-arm64-cross.
2025-08-20T20:04:01.8315625Z Preparing to unpack .../13-libgomp1-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:04:01.8326218Z Unpacking libgomp1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:04:01.8574259Z Selecting previously unselected package libitm1-arm64-cross.
2025-08-20T20:04:01.8714903Z Preparing to unpack .../14-libitm1-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:04:01.8728169Z Unpacking libitm1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:04:01.8956174Z Selecting previously unselected package libatomic1-arm64-cross.
2025-08-20T20:04:01.9094734Z Preparing to unpack .../15-libatomic1-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:04:01.9111860Z Unpacking libatomic1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:04:01.9349120Z Selecting previously unselected package libasan8-arm64-cross.
2025-08-20T20:04:01.9488042Z Preparing to unpack .../16-libasan8-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:04:01.9501437Z Unpacking libasan8-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:04:01.9847631Z Selecting previously unselected package liblsan0-arm64-cross.
2025-08-20T20:04:01.9986966Z Preparing to unpack .../17-liblsan0-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:04:02.0005030Z Unpacking liblsan0-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:04:02.0273877Z Selecting previously unselected package libtsan2-arm64-cross.
2025-08-20T20:04:02.0414082Z Preparing to unpack .../18-libtsan2-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:04:02.0424969Z Unpacking libtsan2-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:04:02.0745013Z Selecting previously unselected package libstdc++6-arm64-cross.
2025-08-20T20:04:02.0885999Z Preparing to unpack .../19-libstdc++6-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:04:02.0898005Z Unpacking libstdc++6-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:04:02.1258108Z Selecting previously unselected package libubsan1-arm64-cross.
2025-08-20T20:04:02.1398312Z Preparing to unpack .../20-libubsan1-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:04:02.1412570Z Unpacking libubsan1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:04:02.1674720Z Selecting previously unselected package libhwasan0-arm64-cross.
2025-08-20T20:04:02.1814468Z Preparing to unpack .../21-libhwasan0-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:04:02.1828649Z Unpacking libhwasan0-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:04:02.2098038Z Selecting previously unselected package libgcc-13-dev-arm64-cross.
2025-08-20T20:04:02.2236982Z Preparing to unpack .../22-libgcc-13-dev-arm64-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:04:02.2248856Z Unpacking libgcc-13-dev-arm64-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:04:02.3241413Z Selecting previously unselected package gcc-13-aarch64-linux-gnu.
2025-08-20T20:04:02.3381232Z Preparing to unpack .../23-gcc-13-aarch64-linux-gnu_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T20:04:02.3419184Z Unpacking gcc-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:04:02.6054393Z Selecting previously unselected package linux-libc-dev-arm64-cross.
2025-08-20T20:04:02.6192484Z Preparing to unpack .../24-linux-libc-dev-arm64-cross_6.8.0-25.25cross1_all.deb ...
2025-08-20T20:04:02.6207108Z Unpacking linux-libc-dev-arm64-cross (6.8.0-25.25cross1) ...
2025-08-20T20:04:02.8133618Z Selecting previously unselected package libc6-dev-arm64-cross.
2025-08-20T20:04:02.8276497Z Preparing to unpack .../25-libc6-dev-arm64-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T20:04:02.8286762Z Unpacking libc6-dev-arm64-cross (2.39-0ubuntu8cross1) ...
2025-08-20T20:04:02.9517961Z Selecting previously unselected package libstdc++-13-dev-arm64-cross.
2025-08-20T20:04:02.9660790Z Preparing to unpack .../26-libstdc++-13-dev-arm64-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:04:02.9672791Z Unpacking libstdc++-13-dev-arm64-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:04:03.1899155Z Selecting previously unselected package g++-13-aarch64-linux-gnu.
2025-08-20T20:04:03.2045893Z Preparing to unpack .../27-g++-13-aarch64-linux-gnu_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T20:04:03.2087493Z Unpacking g++-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:04:03.3615213Z Selecting previously unselected package binutils-arm-linux-gnueabi.
2025-08-20T20:04:03.3756494Z Preparing to unpack .../28-binutils-arm-linux-gnueabi_2.42-4ubuntu2.5_amd64.deb ...
2025-08-20T20:04:03.3777919Z Unpacking binutils-arm-linux-gnueabi (2.42-4ubuntu2.5) ...
2025-08-20T20:04:03.4676166Z Selecting previously unselected package gcc-13-cross-base-ports.
2025-08-20T20:04:03.4816012Z Preparing to unpack .../29-gcc-13-cross-base-ports_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:04:03.4832832Z Unpacking gcc-13-cross-base-ports (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:04:03.5062283Z Selecting previously unselected package gcc-14-cross-base-ports.
2025-08-20T20:04:03.5203261Z Preparing to unpack .../30-gcc-14-cross-base-ports_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:04:03.5215443Z Unpacking gcc-14-cross-base-ports (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:04:03.5480732Z Selecting previously unselected package libc6-armel-cross.
2025-08-20T20:04:03.5621596Z Preparing to unpack .../31-libc6-armel-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T20:04:03.5632590Z Unpacking libc6-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T20:04:03.5992557Z Selecting previously unselected package libgcc-s1-armel-cross.
2025-08-20T20:04:03.6133452Z Preparing to unpack .../32-libgcc-s1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:04:03.6144251Z Unpacking libgcc-s1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:04:03.6397923Z Selecting previously unselected package libgomp1-armel-cross.
2025-08-20T20:04:03.6539028Z Preparing to unpack .../33-libgomp1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:04:03.6550302Z Unpacking libgomp1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:04:03.6794847Z Selecting previously unselected package libatomic1-armel-cross.
2025-08-20T20:04:03.6935587Z Preparing to unpack .../34-libatomic1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:04:03.6946343Z Unpacking libatomic1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:04:03.7170634Z Selecting previously unselected package libasan8-armel-cross.
2025-08-20T20:04:03.7312872Z Preparing to unpack .../35-libasan8-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:04:03.7324247Z Unpacking libasan8-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:04:03.7970748Z Selecting previously unselected package libstdc++6-armel-cross.
2025-08-20T20:04:03.8111701Z Preparing to unpack .../36-libstdc++6-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:04:03.8120200Z Unpacking libstdc++6-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:04:03.8446934Z Selecting previously unselected package libubsan1-armel-cross.
2025-08-20T20:04:03.8588380Z Preparing to unpack .../37-libubsan1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:04:03.8602343Z Unpacking libubsan1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:04:03.8995423Z Selecting previously unselected package libgcc-13-dev-armel-cross.
2025-08-20T20:04:03.9136820Z Preparing to unpack .../38-libgcc-13-dev-armel-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:04:03.9147678Z Unpacking libgcc-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:04:03.9702017Z Selecting previously unselected package gcc-13-arm-linux-gnueabi.
2025-08-20T20:04:03.9849153Z Preparing to unpack .../39-gcc-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T20:04:03.9885335Z Unpacking gcc-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:04:04.2310011Z Selecting previously unselected package linux-libc-dev-armel-cross.
2025-08-20T20:04:04.2452301Z Preparing to unpack .../40-linux-libc-dev-armel-cross_6.8.0-25.25cross1_all.deb ...
2025-08-20T20:04:04.2462882Z Unpacking linux-libc-dev-armel-cross (6.8.0-25.25cross1) ...
2025-08-20T20:04:04.4479380Z Selecting previously unselected package libc6-dev-armel-cross.
2025-08-20T20:04:04.4622789Z Preparing to unpack .../41-libc6-dev-armel-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T20:04:04.4642127Z Unpacking libc6-dev-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T20:04:04.5781454Z Selecting previously unselected package libstdc++-13-dev-armel-cross.
2025-08-20T20:04:04.5926759Z Preparing to unpack .../42-libstdc++-13-dev-armel-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:04:04.5936315Z Unpacking libstdc++-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:04:04.7906013Z Selecting previously unselected package g++-13-arm-linux-gnueabi.
2025-08-20T20:04:04.8050301Z Preparing to unpack .../43-g++-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T20:04:04.8086430Z Unpacking g++-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:04:04.9498127Z Selecting previously unselected package binutils-arm-linux-gnueabihf.
2025-08-20T20:04:04.9638570Z Preparing to unpack .../44-binutils-arm-linux-gnueabihf_2.42-4ubuntu2.5_amd64.deb ...
2025-08-20T20:04:04.9651333Z Unpacking binutils-arm-linux-gnueabihf (2.42-4ubuntu2.5) ...
2025-08-20T20:04:05.0550823Z Selecting previously unselected package libc6-armhf-cross.
2025-08-20T20:04:05.0693693Z Preparing to unpack .../45-libc6-armhf-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T20:04:05.0706976Z Unpacking libc6-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T20:04:05.1097164Z Selecting previously unselected package libgcc-s1-armhf-cross.
2025-08-20T20:04:05.1244318Z Preparing to unpack .../46-libgcc-s1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:04:05.1258146Z Unpacking libgcc-s1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:04:05.1494319Z Selecting previously unselected package libgomp1-armhf-cross.
2025-08-20T20:04:05.1637902Z Preparing to unpack .../47-libgomp1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:04:05.1648237Z Unpacking libgomp1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:04:05.1899582Z Selecting previously unselected package libatomic1-armhf-cross.
2025-08-20T20:04:05.2042006Z Preparing to unpack .../48-libatomic1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:04:05.2053657Z Unpacking libatomic1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:04:05.2265714Z Selecting previously unselected package libasan8-armhf-cross.
2025-08-20T20:04:05.2408967Z Preparing to unpack .../49-libasan8-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:04:05.2419347Z Unpacking libasan8-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:04:05.3035281Z Selecting previously unselected package libstdc++6-armhf-cross.
2025-08-20T20:04:05.3178016Z Preparing to unpack .../50-libstdc++6-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:04:05.3187845Z Unpacking libstdc++6-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:04:05.3484878Z Selecting previously unselected package libubsan1-armhf-cross.
2025-08-20T20:04:05.3626712Z Preparing to unpack .../51-libubsan1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:04:05.3637734Z Unpacking libubsan1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:04:05.3989495Z Selecting previously unselected package libgcc-13-dev-armhf-cross.
2025-08-20T20:04:05.4132366Z Preparing to unpack .../52-libgcc-13-dev-armhf-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:04:05.4142689Z Unpacking libgcc-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:04:05.4687314Z Selecting previously unselected package gcc-13-arm-linux-gnueabihf.
2025-08-20T20:04:05.4828719Z Preparing to unpack .../53-gcc-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T20:04:05.4864304Z Unpacking gcc-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:04:05.7331952Z Selecting previously unselected package linux-libc-dev-armhf-cross.
2025-08-20T20:04:05.7473308Z Preparing to unpack .../54-linux-libc-dev-armhf-cross_6.8.0-25.25cross1_all.deb ...
2025-08-20T20:04:05.7487118Z Unpacking linux-libc-dev-armhf-cross (6.8.0-25.25cross1) ...
2025-08-20T20:04:05.9291150Z Selecting previously unselected package libc6-dev-armhf-cross.
2025-08-20T20:04:05.9436722Z Preparing to unpack .../55-libc6-dev-armhf-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T20:04:05.9446986Z Unpacking libc6-dev-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T20:04:06.0662670Z Selecting previously unselected package libstdc++-13-dev-armhf-cross.
2025-08-20T20:04:06.0807559Z Preparing to unpack .../56-libstdc++-13-dev-armhf-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:04:06.0831614Z Unpacking libstdc++-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:04:06.2920283Z Selecting previously unselected package g++-13-arm-linux-gnueabihf.
2025-08-20T20:04:06.3077383Z Preparing to unpack .../57-g++-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T20:04:06.3117790Z Unpacking g++-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:04:06.4605646Z Selecting previously unselected package gcc-aarch64-linux-gnu.
2025-08-20T20:04:06.4750016Z Preparing to unpack .../58-gcc-aarch64-linux-gnu_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-20T20:04:06.4760219Z Unpacking gcc-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-20T20:04:06.4979423Z Selecting previously unselected package g++-aarch64-linux-gnu.
2025-08-20T20:04:06.5122297Z Preparing to unpack .../59-g++-aarch64-linux-gnu_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-20T20:04:06.5133502Z Unpacking g++-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-20T20:04:06.5342963Z Selecting previously unselected package gcc-arm-linux-gnueabi.
2025-08-20T20:04:06.5488253Z Preparing to unpack .../60-gcc-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_amd64.deb ...
2025-08-20T20:04:06.5499566Z Unpacking gcc-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T20:04:06.5740039Z Selecting previously unselected package g++-arm-linux-gnueabi.
2025-08-20T20:04:06.5883455Z Preparing to unpack .../61-g++-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_amd64.deb ...
2025-08-20T20:04:06.5897375Z Unpacking g++-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T20:04:06.6099170Z Selecting previously unselected package gcc-arm-linux-gnueabihf.
2025-08-20T20:04:06.6244012Z Preparing to unpack .../62-gcc-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-20T20:04:06.6256756Z Unpacking gcc-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T20:04:06.6482191Z Selecting previously unselected package g++-arm-linux-gnueabihf.
2025-08-20T20:04:06.6625027Z Preparing to unpack .../63-g++-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-20T20:04:06.6636287Z Unpacking g++-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T20:04:06.7109075Z Setting up binutils-arm-linux-gnueabi (2.42-4ubuntu2.5) ...
2025-08-20T20:04:06.7135928Z Setting up libc6-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T20:04:06.7159522Z Setting up gcc-13-arm-linux-gnueabi-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:04:06.7186984Z Setting up gcc-14-cross-base (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:04:06.7223568Z Setting up libatomic1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:04:06.7265104Z Setting up linux-libc-dev-armel-cross (6.8.0-25.25cross1) ...
2025-08-20T20:04:06.7312301Z Setting up gcc-13-cross-base (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:04:06.7346393Z Setting up libc6-arm64-cross (2.39-0ubuntu8cross1) ...
2025-08-20T20:04:06.7376282Z Setting up linux-libc-dev-armhf-cross (6.8.0-25.25cross1) ...
2025-08-20T20:04:06.7404112Z Setting up libitm1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:04:06.7435791Z Setting up linux-libc-dev-arm64-cross (6.8.0-25.25cross1) ...
2025-08-20T20:04:06.7478214Z Setting up libc6-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T20:04:06.7507401Z Setting up gcc-13-arm-linux-gnueabihf-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:04:06.7544555Z Setting up gcc-14-cross-base-ports (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:04:06.7592650Z Setting up gcc-13-aarch64-linux-gnu-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:04:06.7634436Z Setting up libc6-dev-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T20:04:06.7665876Z Setting up binutils-arm-linux-gnueabihf (2.42-4ubuntu2.5) ...
2025-08-20T20:04:06.7709092Z Setting up gcc-13-cross-base-ports (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:04:06.7757782Z Setting up libgcc-s1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:04:06.7795239Z Setting up libatomic1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:04:06.7829517Z Setting up libgomp1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:04:06.7860046Z Setting up liblsan0-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:04:06.7918216Z Setting up libgomp1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:04:06.7952554Z Setting up cpp-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:04:06.7992209Z Setting up libgomp1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:04:06.8027118Z Setting up cpp-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:04:06.8063772Z Setting up cpp-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:04:06.8095626Z Setting up libgcc-s1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:04:06.8128159Z Setting up libgcc-s1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:04:06.8176918Z Setting up libc6-dev-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T20:04:06.8207265Z Setting up libhwasan0-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:04:06.8233699Z Setting up libc6-dev-arm64-cross (2.39-0ubuntu8cross1) ...
2025-08-20T20:04:06.8267468Z Setting up libstdc++6-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:04:06.8301991Z Setting up libatomic1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:04:06.8341761Z Setting up libstdc++6-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:04:06.8376653Z Setting up cpp-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-20T20:04:06.8407030Z Setting up cpp-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T20:04:06.8433869Z Setting up libstdc++6-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:04:06.8467776Z Setting up libubsan1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:04:06.8501403Z Setting up libubsan1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:04:06.8530086Z Setting up libasan8-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:04:06.8558149Z Setting up libtsan2-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:04:06.8586669Z Setting up cpp-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T20:04:06.8625785Z Setting up libasan8-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:04:06.8662463Z Setting up libasan8-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:04:06.8712160Z Setting up libubsan1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:04:06.8752749Z Setting up libgcc-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:04:06.8800787Z Setting up gcc-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:04:06.8850124Z Setting up libstdc++-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:04:06.8877284Z Setting up libgcc-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:04:06.8907069Z Setting up libgcc-13-dev-arm64-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:04:06.8945984Z Setting up gcc-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T20:04:06.9002803Z Setting up g++-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:04:06.9057773Z Setting up libstdc++-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:04:06.9094686Z Setting up gcc-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:04:06.9139344Z Setting up gcc-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:04:06.9187046Z Setting up libstdc++-13-dev-arm64-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:04:06.9216897Z Setting up g++-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T20:04:06.9256158Z Setting up gcc-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T20:04:06.9296577Z Setting up g++-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:04:06.9330561Z Setting up g++-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:04:06.9356696Z Setting up g++-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T20:04:06.9394098Z Setting up gcc-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-20T20:04:06.9422729Z Setting up g++-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-20T20:04:06.9472740Z Processing triggers for ccache (4.9.1-1) ...
2025-08-20T20:04:06.9498462Z Updating symlinks in /usr/lib/ccache ...
2025-08-20T20:04:06.9590724Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:04:11.2981371Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T20:04:12.7161952Z Reading package lists...
2025-08-20T20:04:12.8689909Z Building dependency tree...
2025-08-20T20:04:12.8698451Z Reading state information...
2025-08-20T20:04:13.0142060Z The following additional packages will be installed:
2025-08-20T20:04:13.0142909Z   libdbus-1-dev libibverbs-dev libjudydebian1 libnl-3-dev libnl-route-3-dev
2025-08-20T20:04:13.0150341Z   libpcap0.8-dev
2025-08-20T20:04:13.0420843Z The following NEW packages will be installed:
2025-08-20T20:04:13.0421761Z   libdbus-1-dev libibverbs-dev libjudydebian1 libnl-3-dev libnl-route-3-dev
2025-08-20T20:04:13.0426272Z   libpcap-dev libpcap0.8-dev pcaputils
2025-08-20T20:04:13.0585663Z 0 upgraded, 8 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T20:04:13.0817047Z Need to get 1613 kB of archives.
2025-08-20T20:04:13.0817793Z After this operation, 6802 kB of additional disk space will be used.
2025-08-20T20:04:13.0818641Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T20:04:13.2405687Z 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-20T20:04:13.5551804Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libjudydebian1 amd64 1.0.5-5.1build1 [107 kB]
2025-08-20T20:04:13.6417703Z 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-20T20:04:13.7285319Z 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-20T20:04:13.8699844Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libibverbs-dev amd64 50.0-2ubuntu0.2 [686 kB]
2025-08-20T20:04:14.0949529Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libpcap0.8-dev amd64 1.10.4-4.1ubuntu3 [269 kB]
2025-08-20T20:04:14.2272250Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libpcap-dev amd64 1.10.4-4.1ubuntu3 [3324 B]
2025-08-20T20:04:14.2906991Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 pcaputils amd64 0.8-1.1build2 [43.8 kB]
2025-08-20T20:04:14.5524372Z Fetched 1613 kB in 1s (1321 kB/s)
2025-08-20T20:04:14.5735028Z Selecting previously unselected package libdbus-1-dev:amd64.
2025-08-20T20:04:14.5793723Z (Reading database ... 
2025-08-20T20:04:14.5794166Z (Reading database ... 5%
2025-08-20T20:04:14.5794595Z (Reading database ... 10%
2025-08-20T20:04:14.5794963Z (Reading database ... 15%
2025-08-20T20:04:14.5795320Z (Reading database ... 20%
2025-08-20T20:04:14.5795719Z (Reading database ... 25%
2025-08-20T20:04:14.5796082Z (Reading database ... 30%
2025-08-20T20:04:14.5796439Z (Reading database ... 35%
2025-08-20T20:04:14.5796793Z (Reading database ... 40%
2025-08-20T20:04:14.5797148Z (Reading database ... 45%
2025-08-20T20:04:14.5797498Z (Reading database ... 50%
2025-08-20T20:04:14.5896436Z (Reading database ... 55%
2025-08-20T20:04:14.5916914Z (Reading database ... 60%
2025-08-20T20:04:14.5938976Z (Reading database ... 65%
2025-08-20T20:04:14.5979942Z (Reading database ... 70%
2025-08-20T20:04:14.6003343Z (Reading database ... 75%
2025-08-20T20:04:14.6035659Z (Reading database ... 80%
2025-08-20T20:04:14.6184597Z (Reading database ... 85%
2025-08-20T20:04:14.6276911Z (Reading database ... 90%
2025-08-20T20:04:14.6572148Z (Reading database ... 95%
2025-08-20T20:04:14.6572620Z (Reading database ... 100%
2025-08-20T20:04:14.6573143Z (Reading database ... 235709 files and directories currently installed.)
2025-08-20T20:04:14.6620257Z Preparing to unpack .../0-libdbus-1-dev_1.14.10-4ubuntu4.1_amd64.deb ...
2025-08-20T20:04:14.6635169Z Unpacking libdbus-1-dev:amd64 (1.14.10-4ubuntu4.1) ...
2025-08-20T20:04:14.6989154Z Selecting previously unselected package libjudydebian1.
2025-08-20T20:04:14.7133452Z Preparing to unpack .../1-libjudydebian1_1.0.5-5.1build1_amd64.deb ...
2025-08-20T20:04:14.7165769Z Unpacking libjudydebian1 (1.0.5-5.1build1) ...
2025-08-20T20:04:14.7400613Z Selecting previously unselected package libnl-3-dev:amd64.
2025-08-20T20:04:14.7543956Z Preparing to unpack .../2-libnl-3-dev_3.7.0-0.3build1.1_amd64.deb ...
2025-08-20T20:04:14.7566256Z Unpacking libnl-3-dev:amd64 (3.7.0-0.3build1.1) ...
2025-08-20T20:04:14.8020293Z Selecting previously unselected package libnl-route-3-dev:amd64.
2025-08-20T20:04:14.8167073Z Preparing to unpack .../3-libnl-route-3-dev_3.7.0-0.3build1.1_amd64.deb ...
2025-08-20T20:04:14.8179848Z Unpacking libnl-route-3-dev:amd64 (3.7.0-0.3build1.1) ...
2025-08-20T20:04:14.8466360Z Selecting previously unselected package libibverbs-dev:amd64.
2025-08-20T20:04:14.8608298Z Preparing to unpack .../4-libibverbs-dev_50.0-2ubuntu0.2_amd64.deb ...
2025-08-20T20:04:14.8619561Z Unpacking libibverbs-dev:amd64 (50.0-2ubuntu0.2) ...
2025-08-20T20:04:14.9289754Z Selecting previously unselected package libpcap0.8-dev:amd64.
2025-08-20T20:04:14.9434511Z Preparing to unpack .../5-libpcap0.8-dev_1.10.4-4.1ubuntu3_amd64.deb ...
2025-08-20T20:04:14.9471368Z Unpacking libpcap0.8-dev:amd64 (1.10.4-4.1ubuntu3) ...
2025-08-20T20:04:14.9856085Z Selecting previously unselected package libpcap-dev:amd64.
2025-08-20T20:04:15.0001259Z Preparing to unpack .../6-libpcap-dev_1.10.4-4.1ubuntu3_amd64.deb ...
2025-08-20T20:04:15.0014771Z Unpacking libpcap-dev:amd64 (1.10.4-4.1ubuntu3) ...
2025-08-20T20:04:15.0280703Z Selecting previously unselected package pcaputils.
2025-08-20T20:04:15.0427501Z Preparing to unpack .../7-pcaputils_0.8-1.1build2_amd64.deb ...
2025-08-20T20:04:15.0465471Z Unpacking pcaputils (0.8-1.1build2) ...
2025-08-20T20:04:15.0916496Z Setting up libjudydebian1 (1.0.5-5.1build1) ...
2025-08-20T20:04:15.0950938Z Setting up libdbus-1-dev:amd64 (1.14.10-4ubuntu4.1) ...
2025-08-20T20:04:15.2669504Z Setting up libnl-3-dev:amd64 (3.7.0-0.3build1.1) ...
2025-08-20T20:04:15.2700582Z Setting up pcaputils (0.8-1.1build2) ...
2025-08-20T20:04:15.2840583Z update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults
2025-08-20T20:04:15.5897937Z Setting up libnl-route-3-dev:amd64 (3.7.0-0.3build1.1) ...
2025-08-20T20:04:15.5920997Z Setting up libibverbs-dev:amd64 (50.0-2ubuntu0.2) ...
2025-08-20T20:04:15.5998089Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T20:04:15.6153313Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:04:20.2947596Z Processing triggers for sgml-base (1.31) ...
2025-08-20T20:04:20.3135261Z Setting up libpcap0.8-dev:amd64 (1.10.4-4.1ubuntu3) ...
2025-08-20T20:04:20.3171695Z Setting up libpcap-dev:amd64 (1.10.4-4.1ubuntu3) ...
2025-08-20T20:04:21.8035350Z Reading package lists...
2025-08-20T20:04:21.9661289Z Building dependency tree...
2025-08-20T20:04:21.9669640Z Reading state information...
2025-08-20T20:04:22.0082284Z Reading package lists...
2025-08-20T20:04:22.1727365Z Building dependency tree...
2025-08-20T20:04:22.1735661Z Reading state information...
2025-08-20T20:04:22.3399976Z The following additional packages will be installed:
2025-08-20T20:04:22.3405293Z   liblz1 liblzma-dev librust-cc-dev librust-libc-dev librust-pkg-config-dev
2025-08-20T20:04:22.3411652Z Suggested packages:
2025-08-20T20:04:22.3412223Z   liblzma-doc librust-cc+jobserver-dev librust-libc+rustc-dep-of-std-dev
2025-08-20T20:04:22.3412964Z   librust-libc+rustc-std-workspace-core-dev
2025-08-20T20:04:22.3588486Z The following NEW packages will be installed:
2025-08-20T20:04:22.3589203Z   liblz-dev liblz1 liblzma-dev librust-cc-dev librust-libc-dev
2025-08-20T20:04:22.3593100Z   librust-lzma-sys-dev librust-pkg-config-dev lzma lzma-dev
2025-08-20T20:04:22.3763596Z 0 upgraded, 9 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T20:04:22.3764521Z Need to get 800 kB of archives.
2025-08-20T20:04:22.3765094Z After this operation, 6245 kB of additional disk space will be used.
2025-08-20T20:04:22.3765769Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T20:04:22.4570032Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 liblz1 amd64 1.14-1 [36.4 kB]
2025-08-20T20:04:22.5212060Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 liblz-dev amd64 1.14-1 [51.7 kB]
2025-08-20T20:04:22.5857392Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 librust-libc-dev amd64 0.2.152-1 [353 kB]
2025-08-20T20:04:22.6518573Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 librust-cc-dev amd64 1.0.83-1 [61.6 kB]
2025-08-20T20:04:22.7161943Z 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-20T20:04:22.7840934Z 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-20T20:04:22.8495380Z 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-20T20:04:22.9231291Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 lzma amd64 9.22-2.2 [47.3 kB]
2025-08-20T20:04:22.9956965Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 lzma-dev all 9.22-2.2 [41.6 kB]
2025-08-20T20:04:23.2616117Z Fetched 800 kB in 1s (1270 kB/s)
2025-08-20T20:04:23.2829298Z Selecting previously unselected package liblz1:amd64.
2025-08-20T20:04:23.2888895Z (Reading database ... 
2025-08-20T20:04:23.2889523Z (Reading database ... 5%
2025-08-20T20:04:23.2889949Z (Reading database ... 10%
2025-08-20T20:04:23.2890340Z (Reading database ... 15%
2025-08-20T20:04:23.2891277Z (Reading database ... 20%
2025-08-20T20:04:23.2891665Z (Reading database ... 25%
2025-08-20T20:04:23.2892060Z (Reading database ... 30%
2025-08-20T20:04:23.2892443Z (Reading database ... 35%
2025-08-20T20:04:23.2892814Z (Reading database ... 40%
2025-08-20T20:04:23.2893193Z (Reading database ... 45%
2025-08-20T20:04:23.2893558Z (Reading database ... 50%
2025-08-20T20:04:23.2989874Z (Reading database ... 55%
2025-08-20T20:04:23.3010709Z (Reading database ... 60%
2025-08-20T20:04:23.3032707Z (Reading database ... 65%
2025-08-20T20:04:23.3073194Z (Reading database ... 70%
2025-08-20T20:04:23.3099977Z (Reading database ... 75%
2025-08-20T20:04:23.3127080Z (Reading database ... 80%
2025-08-20T20:04:23.3287857Z (Reading database ... 85%
2025-08-20T20:04:23.3368328Z (Reading database ... 90%
2025-08-20T20:04:23.3649767Z (Reading database ... 95%
2025-08-20T20:04:23.3650223Z (Reading database ... 100%
2025-08-20T20:04:23.3651038Z (Reading database ... 236365 files and directories currently installed.)
2025-08-20T20:04:23.3695968Z Preparing to unpack .../0-liblz1_1.14-1_amd64.deb ...
2025-08-20T20:04:23.3722564Z Unpacking liblz1:amd64 (1.14-1) ...
2025-08-20T20:04:23.3978835Z Selecting previously unselected package liblz-dev:amd64.
2025-08-20T20:04:23.4123121Z Preparing to unpack .../1-liblz-dev_1.14-1_amd64.deb ...
2025-08-20T20:04:23.4141579Z Unpacking liblz-dev:amd64 (1.14-1) ...
2025-08-20T20:04:23.4408477Z Selecting previously unselected package librust-libc-dev:amd64.
2025-08-20T20:04:23.4551677Z Preparing to unpack .../2-librust-libc-dev_0.2.152-1_amd64.deb ...
2025-08-20T20:04:23.4568191Z Unpacking librust-libc-dev:amd64 (0.2.152-1) ...
2025-08-20T20:04:23.5360605Z Selecting previously unselected package librust-cc-dev:amd64.
2025-08-20T20:04:23.5505984Z Preparing to unpack .../3-librust-cc-dev_1.0.83-1_amd64.deb ...
2025-08-20T20:04:23.5521212Z Unpacking librust-cc-dev:amd64 (1.0.83-1) ...
2025-08-20T20:04:23.5794696Z Selecting previously unselected package librust-pkg-config-dev:amd64.
2025-08-20T20:04:23.5938953Z Preparing to unpack .../4-librust-pkg-config-dev_0.3.27-1_amd64.deb ...
2025-08-20T20:04:23.5957948Z Unpacking librust-pkg-config-dev:amd64 (0.3.27-1) ...
2025-08-20T20:04:23.6237075Z Selecting previously unselected package liblzma-dev:amd64.
2025-08-20T20:04:23.6380966Z Preparing to unpack .../5-liblzma-dev_5.6.1+really5.4.5-1ubuntu0.2_amd64.deb ...
2025-08-20T20:04:23.6394825Z Unpacking liblzma-dev:amd64 (5.6.1+really5.4.5-1ubuntu0.2) ...
2025-08-20T20:04:23.6679456Z Selecting previously unselected package librust-lzma-sys-dev:amd64.
2025-08-20T20:04:23.6822989Z Preparing to unpack .../6-librust-lzma-sys-dev_0.1.20-1_amd64.deb ...
2025-08-20T20:04:23.6832211Z Unpacking librust-lzma-sys-dev:amd64 (0.1.20-1) ...
2025-08-20T20:04:23.7073590Z Selecting previously unselected package lzma.
2025-08-20T20:04:23.7220820Z Preparing to unpack .../7-lzma_9.22-2.2_amd64.deb ...
2025-08-20T20:04:23.7233404Z Unpacking lzma (9.22-2.2) ...
2025-08-20T20:04:23.7516281Z Selecting previously unselected package lzma-dev.
2025-08-20T20:04:23.7660818Z Preparing to unpack .../8-lzma-dev_9.22-2.2_all.deb ...
2025-08-20T20:04:23.7671317Z Unpacking lzma-dev (9.22-2.2) ...
2025-08-20T20:04:23.8157751Z Setting up liblz1:amd64 (1.14-1) ...
2025-08-20T20:04:23.8188214Z Setting up librust-libc-dev:amd64 (0.2.152-1) ...
2025-08-20T20:04:23.8225261Z Setting up librust-cc-dev:amd64 (1.0.83-1) ...
2025-08-20T20:04:23.8264071Z Setting up liblz-dev:amd64 (1.14-1) ...
2025-08-20T20:04:23.8296615Z Setting up lzma (9.22-2.2) ...
2025-08-20T20:04:23.8395426Z update-alternatives: using /usr/bin/lzmp to provide /usr/bin/lzma (lzma) in auto mode
2025-08-20T20:04:23.8432591Z Setting up lzma-dev (9.22-2.2) ...
2025-08-20T20:04:23.8470801Z Setting up liblzma-dev:amd64 (5.6.1+really5.4.5-1ubuntu0.2) ...
2025-08-20T20:04:23.8502936Z Setting up librust-pkg-config-dev:amd64 (0.3.27-1) ...
2025-08-20T20:04:23.8541946Z Setting up librust-lzma-sys-dev:amd64 (0.1.20-1) ...
2025-08-20T20:04:23.8619125Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T20:04:23.8786161Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:04:28.1967225Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T20:04:28.8325285Z 
2025-08-20T20:04:28.8325748Z Running kernel seems to be up-to-date.
2025-08-20T20:04:28.8326026Z 
2025-08-20T20:04:28.8326134Z Restarting services...
2025-08-20T20:04:28.8386192Z 
2025-08-20T20:04:28.8386556Z Service restarts being deferred:
2025-08-20T20:04:28.8387125Z  systemctl restart hosted-compute-agent.service
2025-08-20T20:04:28.8387443Z 
2025-08-20T20:04:28.8387767Z No containers need to be restarted.
2025-08-20T20:04:28.8388112Z 
2025-08-20T20:04:28.8388306Z No user sessions are running outdated binaries.
2025-08-20T20:04:28.8388649Z 
2025-08-20T20:04:28.8388973Z No VM guests are running outdated hypervisor (qemu) binaries on this host.
2025-08-20T20:04:29.7260880Z Reading package lists...
2025-08-20T20:04:29.8939293Z Building dependency tree...
2025-08-20T20:04:29.8947723Z Reading state information...
2025-08-20T20:04:30.0975384Z dnsutils is already the newest version (1:9.18.30-0ubuntu0.24.04.2).
2025-08-20T20:04:30.0976276Z inetutils-telnet is already the newest version (2:2.5-3ubuntu4).
2025-08-20T20:04:30.0976850Z inetutils-telnet set to manually installed.
2025-08-20T20:04:30.0977372Z net-tools is already the newest version (2.10-0.1ubuntu4.4).
2025-08-20T20:04:30.0977920Z The following additional packages will be installed:
2025-08-20T20:04:30.0978363Z   tcpd update-inetd
2025-08-20T20:04:30.1123957Z The following packages will be REMOVED:
2025-08-20T20:04:30.1131884Z   iputils-ping rsyslog ubuntu-minimal
2025-08-20T20:04:30.1132773Z The following NEW packages will be installed:
2025-08-20T20:04:30.1133404Z   inetutils-ftp inetutils-ftpd inetutils-inetd inetutils-ping
2025-08-20T20:04:30.1134163Z   inetutils-syslogd inetutils-talk inetutils-talkd inetutils-telnetd
2025-08-20T20:04:30.1139251Z   inetutils-tools inetutils-traceroute netcat-traditional tcpd update-inetd
2025-08-20T20:04:30.1317477Z 0 upgraded, 13 newly installed, 3 to remove and 19 not upgraded.
2025-08-20T20:04:30.1319834Z Need to get 698 kB of archives.
2025-08-20T20:04:30.1320209Z After this operation, 196 kB of additional disk space will be used.
2025-08-20T20:04:30.1321147Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T20:04:30.2141812Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-syslogd amd64 2:2.5-3ubuntu4 [62.6 kB]
2025-08-20T20:04:30.2819089Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 tcpd amd64 7.6.q-33 [24.3 kB]
2025-08-20T20:04:30.3486393Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 update-inetd all 4.53 [24.0 kB]
2025-08-20T20:04:30.4128054Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-inetd amd64 2:2.5-3ubuntu4 [45.5 kB]
2025-08-20T20:04:30.4783192Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-ftp amd64 2:2.5-3ubuntu4 [84.3 kB]
2025-08-20T20:04:30.5479578Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-ftpd amd64 2:2.5-3ubuntu4 [73.3 kB]
2025-08-20T20:04:30.6125774Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-ping amd64 2:2.5-3ubuntu4 [62.4 kB]
2025-08-20T20:04:30.6772728Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-talk amd64 2:2.5-3ubuntu4 [45.8 kB]
2025-08-20T20:04:30.7410158Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-talkd amd64 2:2.5-3ubuntu4 [35.7 kB]
2025-08-20T20:04:30.8049932Z Get:11 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-telnetd amd64 2:2.5-3ubuntu4 [60.0 kB]
2025-08-20T20:04:30.8701924Z Get:12 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-tools amd64 2:2.5-3ubuntu4 [76.9 kB]
2025-08-20T20:04:30.9363998Z Get:13 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 netcat-traditional amd64 1.10-48 [61.3 kB]
2025-08-20T20:04:31.0003572Z Get:14 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-traceroute amd64 2:2.5-3ubuntu4 [42.2 kB]
2025-08-20T20:04:31.2336517Z Preconfiguring packages ...
2025-08-20T20:04:31.3373077Z Fetched 698 kB in 1s (793 kB/s)
2025-08-20T20:04:31.3561219Z (Reading database ... 
2025-08-20T20:04:31.3561719Z (Reading database ... 5%
2025-08-20T20:04:31.3562170Z (Reading database ... 10%
2025-08-20T20:04:31.3562604Z (Reading database ... 15%
2025-08-20T20:04:31.3562939Z (Reading database ... 20%
2025-08-20T20:04:31.3563211Z (Reading database ... 25%
2025-08-20T20:04:31.3563477Z (Reading database ... 30%
2025-08-20T20:04:31.3563742Z (Reading database ... 35%
2025-08-20T20:04:31.3564006Z (Reading database ... 40%
2025-08-20T20:04:31.3564271Z (Reading database ... 45%
2025-08-20T20:04:31.3564538Z (Reading database ... 50%
2025-08-20T20:04:31.3585091Z (Reading database ... 55%
2025-08-20T20:04:31.3679702Z (Reading database ... 60%
2025-08-20T20:04:31.3702310Z (Reading database ... 65%
2025-08-20T20:04:31.3743628Z (Reading database ... 70%
2025-08-20T20:04:31.3769641Z (Reading database ... 75%
2025-08-20T20:04:31.3799184Z (Reading database ... 80%
2025-08-20T20:04:31.3964820Z (Reading database ... 85%
2025-08-20T20:04:31.4239245Z (Reading database ... 90%
2025-08-20T20:04:31.4340279Z (Reading database ... 95%
2025-08-20T20:04:31.4340846Z (Reading database ... 100%
2025-08-20T20:04:31.4341275Z (Reading database ... 236857 files and directories currently installed.)
2025-08-20T20:04:31.4385127Z Removing ubuntu-minimal (1.539.2) ...
2025-08-20T20:04:31.4591687Z Removing iputils-ping (3:20240117-1ubuntu0.1) ...
2025-08-20T20:04:31.4792260Z Removing rsyslog (8.2312.0-3ubuntu9.1) ...
2025-08-20T20:04:31.8548143Z Selecting previously unselected package inetutils-syslogd.
2025-08-20T20:04:31.8607731Z (Reading database ... 
2025-08-20T20:04:31.8608269Z (Reading database ... 5%
2025-08-20T20:04:31.8608756Z (Reading database ... 10%
2025-08-20T20:04:31.8609205Z (Reading database ... 15%
2025-08-20T20:04:31.8609551Z (Reading database ... 20%
2025-08-20T20:04:31.8609894Z (Reading database ... 25%
2025-08-20T20:04:31.8610182Z (Reading database ... 30%
2025-08-20T20:04:31.8610798Z (Reading database ... 35%
2025-08-20T20:04:31.8611120Z (Reading database ... 40%
2025-08-20T20:04:31.8611817Z (Reading database ... 45%
2025-08-20T20:04:31.8612107Z (Reading database ... 50%
2025-08-20T20:04:31.8631906Z (Reading database ... 55%
2025-08-20T20:04:31.8728201Z (Reading database ... 60%
2025-08-20T20:04:31.8750113Z (Reading database ... 65%
2025-08-20T20:04:31.8791833Z (Reading database ... 70%
2025-08-20T20:04:31.8816476Z (Reading database ... 75%
2025-08-20T20:04:31.8846065Z (Reading database ... 80%
2025-08-20T20:04:31.9029774Z (Reading database ... 85%
2025-08-20T20:04:31.9308816Z (Reading database ... 90%
2025-08-20T20:04:31.9409938Z (Reading database ... 95%
2025-08-20T20:04:31.9410299Z (Reading database ... 100%
2025-08-20T20:04:31.9410980Z (Reading database ... 236785 files and directories currently installed.)
2025-08-20T20:04:31.9456481Z Preparing to unpack .../00-inetutils-syslogd_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T20:04:31.9505634Z Unpacking inetutils-syslogd (2:2.5-3ubuntu4) ...
2025-08-20T20:04:31.9779211Z Selecting previously unselected package tcpd.
2025-08-20T20:04:31.9927764Z Preparing to unpack .../01-tcpd_7.6.q-33_amd64.deb ...
2025-08-20T20:04:31.9940255Z Unpacking tcpd (7.6.q-33) ...
2025-08-20T20:04:32.0211062Z Selecting previously unselected package update-inetd.
2025-08-20T20:04:32.0356433Z Preparing to unpack .../02-update-inetd_4.53_all.deb ...
2025-08-20T20:04:32.0367863Z Unpacking update-inetd (4.53) ...
2025-08-20T20:04:32.0634993Z Selecting previously unselected package inetutils-inetd.
2025-08-20T20:04:32.0781346Z Preparing to unpack .../03-inetutils-inetd_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T20:04:32.0836355Z Unpacking inetutils-inetd (2:2.5-3ubuntu4) ...
2025-08-20T20:04:32.1116814Z Selecting previously unselected package inetutils-ftp.
2025-08-20T20:04:32.1263844Z Preparing to unpack .../04-inetutils-ftp_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T20:04:32.1282515Z Unpacking inetutils-ftp (2:2.5-3ubuntu4) ...
2025-08-20T20:04:32.1556431Z Selecting previously unselected package inetutils-ftpd.
2025-08-20T20:04:32.1698097Z Preparing to unpack .../05-inetutils-ftpd_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T20:04:32.1713560Z Unpacking inetutils-ftpd (2:2.5-3ubuntu4) ...
2025-08-20T20:04:32.1977960Z Selecting previously unselected package inetutils-ping.
2025-08-20T20:04:32.2127149Z Preparing to unpack .../06-inetutils-ping_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T20:04:32.2136172Z Unpacking inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-20T20:04:32.2397445Z Selecting previously unselected package inetutils-talk.
2025-08-20T20:04:32.2544132Z Preparing to unpack .../07-inetutils-talk_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T20:04:32.2553839Z Unpacking inetutils-talk (2:2.5-3ubuntu4) ...
2025-08-20T20:04:32.2796561Z Selecting previously unselected package inetutils-talkd.
2025-08-20T20:04:32.2943008Z Preparing to unpack .../08-inetutils-talkd_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T20:04:32.2952513Z Unpacking inetutils-talkd (2:2.5-3ubuntu4) ...
2025-08-20T20:04:32.3184374Z Selecting previously unselected package inetutils-telnetd.
2025-08-20T20:04:32.3328658Z Preparing to unpack .../09-inetutils-telnetd_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T20:04:32.3338532Z Unpacking inetutils-telnetd (2:2.5-3ubuntu4) ...
2025-08-20T20:04:32.3564929Z Selecting previously unselected package inetutils-tools.
2025-08-20T20:04:32.3709587Z Preparing to unpack .../10-inetutils-tools_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T20:04:32.3717767Z Unpacking inetutils-tools (2:2.5-3ubuntu4) ...
2025-08-20T20:04:32.4007536Z Selecting previously unselected package netcat-traditional.
2025-08-20T20:04:32.4155010Z Preparing to unpack .../11-netcat-traditional_1.10-48_amd64.deb ...
2025-08-20T20:04:32.4169854Z Unpacking netcat-traditional (1.10-48) ...
2025-08-20T20:04:32.4493825Z Selecting previously unselected package inetutils-traceroute.
2025-08-20T20:04:32.4642117Z Preparing to unpack .../12-inetutils-traceroute_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T20:04:32.4655990Z Unpacking inetutils-traceroute (2:2.5-3ubuntu4) ...
2025-08-20T20:04:32.5097020Z Setting up netcat-traditional (1.10-48) ...
2025-08-20T20:04:32.5186352Z Setting up update-inetd (4.53) ...
2025-08-20T20:04:32.6079056Z Setting up inetutils-traceroute (2:2.5-3ubuntu4) ...
2025-08-20T20:04:32.6153398Z update-alternatives: using /usr/bin/inetutils-traceroute to provide /usr/bin/traceroute (traceroute) in auto mode
2025-08-20T20:04:32.6187788Z Setting up inetutils-syslogd (2:2.5-3ubuntu4) ...
2025-08-20T20:04:33.0359482Z Created symlink /etc/systemd/system/syslogd.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-20T20:04:33.0359909Z 
2025-08-20T20:04:33.0360033Z Removed "/etc/systemd/system/syslog.service".
2025-08-20T20:04:33.0360243Z 
2025-08-20T20:04:33.0360791Z Created symlink /etc/systemd/system/syslog.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-20T20:04:33.0361186Z 
2025-08-20T20:04:33.0362213Z Created symlink /etc/systemd/system/multi-user.target.wants/inetutils-syslogd.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-20T20:04:33.0363177Z 
2025-08-20T20:04:33.3419366Z Setting up inetutils-ftp (2:2.5-3ubuntu4) ...
2025-08-20T20:04:33.3523390Z Setting up inetutils-talk (2:2.5-3ubuntu4) ...
2025-08-20T20:04:33.3599318Z update-alternatives: using /usr/bin/inetutils-talk to provide /usr/bin/talk (talk) in auto mode
2025-08-20T20:04:33.3622655Z Setting up inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-20T20:04:33.3666828Z Setting up inetutils-tools (2:2.5-3ubuntu4) ...
2025-08-20T20:04:33.3701803Z Setting up tcpd (7.6.q-33) ...
2025-08-20T20:04:33.3737268Z Setting up inetutils-inetd (2:2.5-3ubuntu4) ...
2025-08-20T20:04:33.7777833Z Created symlink /etc/systemd/system/inetd.service → /usr/lib/systemd/system/inetutils-inetd.service.
2025-08-20T20:04:33.7778249Z 
2025-08-20T20:04:33.7778962Z Created symlink /etc/systemd/system/multi-user.target.wants/inetutils-inetd.service → /usr/lib/systemd/system/inetutils-inetd.service.
2025-08-20T20:04:33.7779479Z 
2025-08-20T20:04:34.0923189Z Setting up inetutils-talkd (2:2.5-3ubuntu4) ...
2025-08-20T20:04:34.1714307Z Setting up inetutils-ftpd (2:2.5-3ubuntu4) ...
2025-08-20T20:04:34.2367151Z Setting up inetutils-telnetd (2:2.5-3ubuntu4) ...
2025-08-20T20:04:34.2992612Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:04:40.5415059Z Reading package lists...
2025-08-20T20:04:40.7150229Z Building dependency tree...
2025-08-20T20:04:40.7158771Z Reading state information...
2025-08-20T20:04:40.9353948Z iputils-tracepath is already the newest version (3:20240117-1ubuntu0.1).
2025-08-20T20:04:40.9354429Z iputils-tracepath set to manually installed.
2025-08-20T20:04:40.9354751Z The following packages will be REMOVED:
2025-08-20T20:04:40.9364693Z   inetutils-ping
2025-08-20T20:04:40.9366802Z The following NEW packages will be installed:
2025-08-20T20:04:40.9377297Z   iputils-arping iputils-clockdiff iputils-ping
2025-08-20T20:04:40.9561656Z 0 upgraded, 3 newly installed, 1 to remove and 19 not upgraded.
2025-08-20T20:04:40.9562246Z Need to get 71.5 kB of archives.
2025-08-20T20:04:40.9562769Z After this operation, 16.4 kB of additional disk space will be used.
2025-08-20T20:04:40.9563450Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T20:04:41.0433047Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 iputils-ping amd64 3:20240117-1ubuntu0.1 [44.6 kB]
2025-08-20T20:04:41.1100290Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 iputils-arping amd64 3:20240117-1ubuntu0.1 [15.1 kB]
2025-08-20T20:04:41.1744939Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 iputils-clockdiff amd64 3:20240117-1ubuntu0.1 [11.8 kB]
2025-08-20T20:04:41.4638669Z Fetched 71.5 kB in 0s (312 kB/s)
2025-08-20T20:04:41.4833479Z (Reading database ... 
2025-08-20T20:04:41.4833910Z (Reading database ... 5%
2025-08-20T20:04:41.4834311Z (Reading database ... 10%
2025-08-20T20:04:41.4834670Z (Reading database ... 15%
2025-08-20T20:04:41.4834929Z (Reading database ... 20%
2025-08-20T20:04:41.4835166Z (Reading database ... 25%
2025-08-20T20:04:41.4835623Z (Reading database ... 30%
2025-08-20T20:04:41.4835854Z (Reading database ... 35%
2025-08-20T20:04:41.4836084Z (Reading database ... 40%
2025-08-20T20:04:41.4836309Z (Reading database ... 45%
2025-08-20T20:04:41.4836536Z (Reading database ... 50%
2025-08-20T20:04:41.4919502Z (Reading database ... 55%
2025-08-20T20:04:41.4955532Z (Reading database ... 60%
2025-08-20T20:04:41.4977884Z (Reading database ... 65%
2025-08-20T20:04:41.5018820Z (Reading database ... 70%
2025-08-20T20:04:41.5048514Z (Reading database ... 75%
2025-08-20T20:04:41.5074210Z (Reading database ... 80%
2025-08-20T20:04:41.5252210Z (Reading database ... 85%
2025-08-20T20:04:41.5539673Z (Reading database ... 90%
2025-08-20T20:04:41.5651368Z (Reading database ... 95%
2025-08-20T20:04:41.5651746Z (Reading database ... 100%
2025-08-20T20:04:41.5652263Z (Reading database ... 236946 files and directories currently installed.)
2025-08-20T20:04:41.5697336Z Removing inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-20T20:04:41.6178353Z Selecting previously unselected package iputils-ping.
2025-08-20T20:04:41.6237812Z (Reading database ... 
2025-08-20T20:04:41.6238265Z (Reading database ... 5%
2025-08-20T20:04:41.6238707Z (Reading database ... 10%
2025-08-20T20:04:41.6239145Z (Reading database ... 15%
2025-08-20T20:04:41.6239583Z (Reading database ... 20%
2025-08-20T20:04:41.6240012Z (Reading database ... 25%
2025-08-20T20:04:41.6240642Z (Reading database ... 30%
2025-08-20T20:04:41.6241084Z (Reading database ... 35%
2025-08-20T20:04:41.6241512Z (Reading database ... 40%
2025-08-20T20:04:41.6241882Z (Reading database ... 45%
2025-08-20T20:04:41.6242157Z (Reading database ... 50%
2025-08-20T20:04:41.6325102Z (Reading database ... 55%
2025-08-20T20:04:41.6362483Z (Reading database ... 60%
2025-08-20T20:04:41.6385806Z (Reading database ... 65%
2025-08-20T20:04:41.6428539Z (Reading database ... 70%
2025-08-20T20:04:41.6458774Z (Reading database ... 75%
2025-08-20T20:04:41.6484641Z (Reading database ... 80%
2025-08-20T20:04:41.6671586Z (Reading database ... 85%
2025-08-20T20:04:41.6948740Z (Reading database ... 90%
2025-08-20T20:04:41.7045655Z (Reading database ... 95%
2025-08-20T20:04:41.7046022Z (Reading database ... 100%
2025-08-20T20:04:41.7046428Z (Reading database ... 236937 files and directories currently installed.)
2025-08-20T20:04:41.7091041Z Preparing to unpack .../iputils-ping_3%3a20240117-1ubuntu0.1_amd64.deb ...
2025-08-20T20:04:41.7104652Z Unpacking iputils-ping (3:20240117-1ubuntu0.1) ...
2025-08-20T20:04:41.7382682Z Selecting previously unselected package iputils-arping.
2025-08-20T20:04:41.7526942Z Preparing to unpack .../iputils-arping_3%3a20240117-1ubuntu0.1_amd64.deb ...
2025-08-20T20:04:41.7539680Z Unpacking iputils-arping (3:20240117-1ubuntu0.1) ...
2025-08-20T20:04:41.7777646Z Selecting previously unselected package iputils-clockdiff.
2025-08-20T20:04:41.7921036Z Preparing to unpack .../iputils-clockdiff_3%3a20240117-1ubuntu0.1_amd64.deb ...
2025-08-20T20:04:41.7931279Z Unpacking iputils-clockdiff (3:20240117-1ubuntu0.1) ...
2025-08-20T20:04:41.8332064Z Setting up iputils-arping (3:20240117-1ubuntu0.1) ...
2025-08-20T20:04:41.8490288Z Setting up iputils-ping (3:20240117-1ubuntu0.1) ...
2025-08-20T20:04:41.8652389Z Setting up iputils-clockdiff (3:20240117-1ubuntu0.1) ...
2025-08-20T20:04:41.8821712Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:04:47.8624035Z Reading package lists...
2025-08-20T20:04:48.0327809Z Building dependency tree...
2025-08-20T20:04:48.0336464Z Reading state information...
2025-08-20T20:04:48.2079443Z python3-pip is already the newest version (24.0+dfsg-1ubuntu1.2).
2025-08-20T20:04:48.2080011Z python3-venv is already the newest version (3.12.3-0ubuntu2).
2025-08-20T20:04:48.2527084Z 0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T20:04:49.1309851Z pip 24.0 from /usr/lib/python3/dist-packages/pip (python 3.12)
2025-08-20T20:04:49.5712332Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T20:04:50.6571410Z Requirement already satisfied: pip in /usr/lib/python3/dist-packages (24.0)
2025-08-20T20:04:50.7856027Z Collecting pip
2025-08-20T20:04:50.8464938Z   Downloading pip-25.2-py3-none-any.whl.metadata (4.7 kB)
2025-08-20T20:04:50.8627507Z Downloading pip-25.2-py3-none-any.whl (1.8 MB)
2025-08-20T20:04:50.9160697Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 35.7 MB/s eta 0:00:00
2025-08-20T20:04:51.1847353Z Installing collected packages: pip
2025-08-20T20:04:51.9129224Z Successfully installed pip-25.2
2025-08-20T20:04:52.1612728Z pip 25.2 from /home/runner/.local/lib/python3.12/site-packages/pip (python 3.12)
2025-08-20T20:04:52.2056151Z Reading package lists...
2025-08-20T20:04:52.3796245Z Building dependency tree...
2025-08-20T20:04:52.3804843Z Reading state information...
2025-08-20T20:04:52.5599857Z pciutils is already the newest version (1:3.10.0-2build1).
2025-08-20T20:04:52.5600837Z pciutils set to manually installed.
2025-08-20T20:04:52.5601333Z procps is already the newest version (2:4.0.4-4ubuntu3.2).
2025-08-20T20:04:52.5601885Z python3-distro is already the newest version (1.9.0-1).
2025-08-20T20:04:52.5602268Z python3-distro set to manually installed.
2025-08-20T20:04:52.5602920Z python3-netifaces is already the newest version (0.11.0-2build3).
2025-08-20T20:04:52.5603592Z python3-netifaces set to manually installed.
2025-08-20T20:04:52.5604177Z The following additional packages will be installed:
2025-08-20T20:04:52.5604712Z   libsysfs2
2025-08-20T20:04:52.5610004Z Suggested packages:
2025-08-20T20:04:52.5610573Z   fancontrol read-edid i2c-tools
2025-08-20T20:04:52.5876697Z The following NEW packages will be installed:
2025-08-20T20:04:52.5878656Z   libsysfs2 lm-sensors sysfsutils virt-what
2025-08-20T20:04:52.6055609Z 0 upgraded, 4 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T20:04:52.6293446Z Need to get 142 kB of archives.
2025-08-20T20:04:52.6294475Z After this operation, 577 kB of additional disk space will be used.
2025-08-20T20:04:52.6295244Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T20:04:52.7114373Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libsysfs2 amd64 2.1.1-6build1 [20.0 kB]
2025-08-20T20:04:52.7778861Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 sysfsutils amd64 2.1.1-6build1 [15.5 kB]
2025-08-20T20:04:52.8420217Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 lm-sensors amd64 1:3.6.0-9build1 [90.1 kB]
2025-08-20T20:04:52.9163084Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 virt-what amd64 1.25-2 [15.9 kB]
2025-08-20T20:04:53.1866600Z Fetched 142 kB in 0s (475 kB/s)
2025-08-20T20:04:53.2141611Z Selecting previously unselected package libsysfs2:amd64.
2025-08-20T20:04:53.2203286Z (Reading database ... 
2025-08-20T20:04:53.2204285Z (Reading database ... 5%
2025-08-20T20:04:53.2204727Z (Reading database ... 10%
2025-08-20T20:04:53.2205167Z (Reading database ... 15%
2025-08-20T20:04:53.2205516Z (Reading database ... 20%
2025-08-20T20:04:53.2205775Z (Reading database ... 25%
2025-08-20T20:04:53.2206047Z (Reading database ... 30%
2025-08-20T20:04:53.2206306Z (Reading database ... 35%
2025-08-20T20:04:53.2206552Z (Reading database ... 40%
2025-08-20T20:04:53.2206799Z (Reading database ... 45%
2025-08-20T20:04:53.2207045Z (Reading database ... 50%
2025-08-20T20:04:53.2287754Z (Reading database ... 55%
2025-08-20T20:04:53.2323629Z (Reading database ... 60%
2025-08-20T20:04:53.2345687Z (Reading database ... 65%
2025-08-20T20:04:53.2386914Z (Reading database ... 70%
2025-08-20T20:04:53.2416148Z (Reading database ... 75%
2025-08-20T20:04:53.2442134Z (Reading database ... 80%
2025-08-20T20:04:53.2613904Z (Reading database ... 85%
2025-08-20T20:04:53.2882457Z (Reading database ... 90%
2025-08-20T20:04:53.2977674Z (Reading database ... 95%
2025-08-20T20:04:53.2978114Z (Reading database ... 100%
2025-08-20T20:04:53.2978624Z (Reading database ... 236956 files and directories currently installed.)
2025-08-20T20:04:53.3023398Z Preparing to unpack .../libsysfs2_2.1.1-6build1_amd64.deb ...
2025-08-20T20:04:53.3048339Z Unpacking libsysfs2:amd64 (2.1.1-6build1) ...
2025-08-20T20:04:53.3323151Z Selecting previously unselected package sysfsutils.
2025-08-20T20:04:53.3466347Z Preparing to unpack .../sysfsutils_2.1.1-6build1_amd64.deb ...
2025-08-20T20:04:53.3506561Z Unpacking sysfsutils (2.1.1-6build1) ...
2025-08-20T20:04:53.3822260Z Selecting previously unselected package lm-sensors.
2025-08-20T20:04:53.3966796Z Preparing to unpack .../lm-sensors_1%3a3.6.0-9build1_amd64.deb ...
2025-08-20T20:04:53.4168443Z Unpacking lm-sensors (1:3.6.0-9build1) ...
2025-08-20T20:04:53.4480675Z Selecting previously unselected package virt-what.
2025-08-20T20:04:53.4624788Z Preparing to unpack .../virt-what_1.25-2_amd64.deb ...
2025-08-20T20:04:53.4639435Z Unpacking virt-what (1.25-2) ...
2025-08-20T20:04:53.5056253Z Setting up virt-what (1.25-2) ...
2025-08-20T20:04:53.5087352Z Setting up libsysfs2:amd64 (2.1.1-6build1) ...
2025-08-20T20:04:53.5121681Z Setting up sysfsutils (2.1.1-6build1) ...
2025-08-20T20:04:53.9037404Z Created symlink /etc/systemd/system/sysfs.service → /usr/lib/systemd/system/sysfsutils.service.
2025-08-20T20:04:53.9037833Z 
2025-08-20T20:04:53.9038315Z Created symlink /etc/systemd/system/multi-user.target.wants/sysfsutils.service → /usr/lib/systemd/system/sysfsutils.service.
2025-08-20T20:04:53.9038847Z 
2025-08-20T20:04:54.2221464Z Setting up lm-sensors (1:3.6.0-9build1) ...
2025-08-20T20:04:54.6309491Z Created symlink /etc/systemd/system/multi-user.target.wants/lm-sensors.service → /usr/lib/systemd/system/lm-sensors.service.
2025-08-20T20:04:54.6310354Z 
2025-08-20T20:04:54.6350350Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:04:59.3323601Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T20:05:00.8585523Z Reading package lists...
2025-08-20T20:05:01.0344283Z Building dependency tree...
2025-08-20T20:05:01.0352886Z Reading state information...
2025-08-20T20:05:01.2293179Z scons is already the newest version (4.5.2+dfsg-1).
2025-08-20T20:05:01.2293895Z The following additional packages will be installed:
2025-08-20T20:05:01.2301080Z   libpthread-stubs0-dev libxau-dev libxcb-shape0 libxdmcp-dev x11proto-dev
2025-08-20T20:05:01.2301817Z   xorg-sgml-doctools
2025-08-20T20:05:01.2311293Z Suggested packages:
2025-08-20T20:05:01.2311739Z   libxcb-doc
2025-08-20T20:05:01.2468784Z The following NEW packages will be installed:
2025-08-20T20:05:01.2470816Z   libpthread-stubs0-dev libxau-dev libxcb-render0-dev libxcb-shape0
2025-08-20T20:05:01.2473500Z   libxcb-shape0-dev libxcb-xfixes0-dev libxcb1-dev libxdmcp-dev x11proto-dev
2025-08-20T20:05:01.2474122Z   xcb xorg-sgml-doctools
2025-08-20T20:05:01.2652700Z 0 upgraded, 11 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T20:05:01.2653165Z Need to get 807 kB of archives.
2025-08-20T20:05:01.2653512Z After this operation, 3089 kB of additional disk space will be used.
2025-08-20T20:05:01.2653931Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T20:05:01.3457491Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libpthread-stubs0-dev amd64 0.4-1build3 [4746 B]
2025-08-20T20:05:01.4097623Z 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-20T20:05:01.4733094Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 x11proto-dev all 2023.2-1 [602 kB]
2025-08-20T20:05:01.6025314Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxau-dev amd64 1:1.0.9-1build6 [9570 B]
2025-08-20T20:05:01.6664027Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxdmcp-dev amd64 1:1.1.3-0ubuntu6 [26.5 kB]
2025-08-20T20:05:01.7302169Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxcb1-dev amd64 1.15-1ubuntu2 [85.8 kB]
2025-08-20T20:05:01.7948544Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxcb-render0-dev amd64 1.15-1ubuntu2 [19.6 kB]
2025-08-20T20:05:01.8596329Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxcb-shape0 amd64 1.15-1ubuntu2 [6100 B]
2025-08-20T20:05:01.9233012Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxcb-shape0-dev amd64 1.15-1ubuntu2 [7310 B]
2025-08-20T20:05:01.9864685Z Get:11 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxcb-xfixes0-dev amd64 1.15-1ubuntu2 [12.6 kB]
2025-08-20T20:05:02.0503500Z Get:12 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 xcb amd64 2.4-8build2 [21.3 kB]
2025-08-20T20:05:02.3214801Z Fetched 807 kB in 1s (1013 kB/s)
2025-08-20T20:05:02.3424176Z Selecting previously unselected package libpthread-stubs0-dev:amd64.
2025-08-20T20:05:02.3484733Z (Reading database ... 
2025-08-20T20:05:02.3485169Z (Reading database ... 5%
2025-08-20T20:05:02.3485443Z (Reading database ... 10%
2025-08-20T20:05:02.3485708Z (Reading database ... 15%
2025-08-20T20:05:02.3485973Z (Reading database ... 20%
2025-08-20T20:05:02.3486264Z (Reading database ... 25%
2025-08-20T20:05:02.3486518Z (Reading database ... 30%
2025-08-20T20:05:02.3486768Z (Reading database ... 35%
2025-08-20T20:05:02.3487016Z (Reading database ... 40%
2025-08-20T20:05:02.3487276Z (Reading database ... 45%
2025-08-20T20:05:02.3487523Z (Reading database ... 50%
2025-08-20T20:05:02.3594894Z (Reading database ... 55%
2025-08-20T20:05:02.3618161Z (Reading database ... 60%
2025-08-20T20:05:02.3642869Z (Reading database ... 65%
2025-08-20T20:05:02.3688096Z (Reading database ... 70%
2025-08-20T20:05:02.3722298Z (Reading database ... 75%
2025-08-20T20:05:02.3756902Z (Reading database ... 80%
2025-08-20T20:05:02.3951823Z (Reading database ... 85%
2025-08-20T20:05:02.4258733Z (Reading database ... 90%
2025-08-20T20:05:02.4365820Z (Reading database ... 95%
2025-08-20T20:05:02.4366349Z (Reading database ... 100%
2025-08-20T20:05:02.4367042Z (Reading database ... 237013 files and directories currently installed.)
2025-08-20T20:05:02.4416226Z Preparing to unpack .../00-libpthread-stubs0-dev_0.4-1build3_amd64.deb ...
2025-08-20T20:05:02.4429615Z Unpacking libpthread-stubs0-dev:amd64 (0.4-1build3) ...
2025-08-20T20:05:02.4658845Z Selecting previously unselected package xorg-sgml-doctools.
2025-08-20T20:05:02.4805028Z Preparing to unpack .../01-xorg-sgml-doctools_1%3a1.11-1.1_all.deb ...
2025-08-20T20:05:02.4817174Z Unpacking xorg-sgml-doctools (1:1.11-1.1) ...
2025-08-20T20:05:02.5088240Z Selecting previously unselected package x11proto-dev.
2025-08-20T20:05:02.5233374Z Preparing to unpack .../02-x11proto-dev_2023.2-1_all.deb ...
2025-08-20T20:05:02.5244087Z Unpacking x11proto-dev (2023.2-1) ...
2025-08-20T20:05:02.5835957Z Selecting previously unselected package libxau-dev:amd64.
2025-08-20T20:05:02.5985011Z Preparing to unpack .../03-libxau-dev_1%3a1.0.9-1build6_amd64.deb ...
2025-08-20T20:05:02.6002646Z Unpacking libxau-dev:amd64 (1:1.0.9-1build6) ...
2025-08-20T20:05:02.6251253Z Selecting previously unselected package libxdmcp-dev:amd64.
2025-08-20T20:05:02.6395719Z Preparing to unpack .../04-libxdmcp-dev_1%3a1.1.3-0ubuntu6_amd64.deb ...
2025-08-20T20:05:02.6408369Z Unpacking libxdmcp-dev:amd64 (1:1.1.3-0ubuntu6) ...
2025-08-20T20:05:02.6631354Z Selecting previously unselected package libxcb1-dev:amd64.
2025-08-20T20:05:02.6775923Z Preparing to unpack .../05-libxcb1-dev_1.15-1ubuntu2_amd64.deb ...
2025-08-20T20:05:02.6786898Z Unpacking libxcb1-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T20:05:02.7085473Z Selecting previously unselected package libxcb-render0-dev:amd64.
2025-08-20T20:05:02.7231762Z Preparing to unpack .../06-libxcb-render0-dev_1.15-1ubuntu2_amd64.deb ...
2025-08-20T20:05:02.7241873Z Unpacking libxcb-render0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T20:05:02.7504352Z Selecting previously unselected package libxcb-shape0:amd64.
2025-08-20T20:05:02.7651222Z Preparing to unpack .../07-libxcb-shape0_1.15-1ubuntu2_amd64.deb ...
2025-08-20T20:05:02.7672488Z Unpacking libxcb-shape0:amd64 (1.15-1ubuntu2) ...
2025-08-20T20:05:02.7913856Z Selecting previously unselected package libxcb-shape0-dev:amd64.
2025-08-20T20:05:02.8068544Z Preparing to unpack .../08-libxcb-shape0-dev_1.15-1ubuntu2_amd64.deb ...
2025-08-20T20:05:02.8079061Z Unpacking libxcb-shape0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T20:05:02.8322158Z Selecting previously unselected package libxcb-xfixes0-dev:amd64.
2025-08-20T20:05:02.8469201Z Preparing to unpack .../09-libxcb-xfixes0-dev_1.15-1ubuntu2_amd64.deb ...
2025-08-20T20:05:02.8482169Z Unpacking libxcb-xfixes0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T20:05:02.8768106Z Selecting previously unselected package xcb.
2025-08-20T20:05:02.8917681Z Preparing to unpack .../10-xcb_2.4-8build2_amd64.deb ...
2025-08-20T20:05:02.8927382Z Unpacking xcb (2.4-8build2) ...
2025-08-20T20:05:02.9397830Z Setting up libxcb-shape0:amd64 (1.15-1ubuntu2) ...
2025-08-20T20:05:02.9432734Z Setting up libpthread-stubs0-dev:amd64 (0.4-1build3) ...
2025-08-20T20:05:02.9467908Z Setting up xcb (2.4-8build2) ...
2025-08-20T20:05:02.9523418Z Setting up xorg-sgml-doctools (1:1.11-1.1) ...
2025-08-20T20:05:02.9576543Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T20:05:02.9736102Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:05:07.4781894Z Processing triggers for sgml-base (1.31) ...
2025-08-20T20:05:07.4882889Z Setting up x11proto-dev (2023.2-1) ...
2025-08-20T20:05:07.4910834Z Setting up libxau-dev:amd64 (1:1.0.9-1build6) ...
2025-08-20T20:05:07.4962503Z Setting up libxdmcp-dev:amd64 (1:1.1.3-0ubuntu6) ...
2025-08-20T20:05:07.5008850Z Setting up libxcb1-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T20:05:07.5046774Z Setting up libxcb-render0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T20:05:07.5084467Z Setting up libxcb-shape0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T20:05:07.5120561Z Setting up libxcb-xfixes0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T20:05:09.1976094Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T20:05:09.4009580Z Collecting build
2025-08-20T20:05:09.4518240Z   Downloading build-1.3.0-py3-none-any.whl.metadata (5.6 kB)
2025-08-20T20:05:09.5675606Z Collecting cffi
2025-08-20T20:05:09.5775314Z   Downloading cffi-1.17.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (1.5 kB)
2025-08-20T20:05:09.5981045Z Collecting scons
2025-08-20T20:05:09.6081808Z   Downloading scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T20:05:09.6296039Z Collecting scuba
2025-08-20T20:05:09.6398353Z   Downloading scuba-2.14.1-py3-none-any.whl.metadata (3.4 kB)
2025-08-20T20:05:09.6926355Z Collecting pytest
2025-08-20T20:05:09.7025804Z   Downloading pytest-8.4.1-py3-none-any.whl.metadata (7.7 kB)
2025-08-20T20:05:09.7288752Z Collecting packaging>=19.1 (from build)
2025-08-20T20:05:09.7386798Z   Downloading packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T20:05:09.7546427Z Collecting pyproject_hooks (from build)
2025-08-20T20:05:09.7651687Z   Downloading pyproject_hooks-1.2.0-py3-none-any.whl.metadata (1.3 kB)
2025-08-20T20:05:09.7825054Z Collecting pycparser (from cffi)
2025-08-20T20:05:09.7922302Z   Downloading pycparser-2.22-py3-none-any.whl.metadata (943 bytes)
2025-08-20T20:05:09.8297893Z Collecting PyYAML (from scuba)
2025-08-20T20:05:09.8399227Z   Downloading PyYAML-6.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.1 kB)
2025-08-20T20:05:09.8573964Z Collecting iniconfig>=1 (from pytest)
2025-08-20T20:05:09.8671552Z   Downloading iniconfig-2.1.0-py3-none-any.whl.metadata (2.7 kB)
2025-08-20T20:05:09.8906502Z Collecting pluggy<2,>=1.5 (from pytest)
2025-08-20T20:05:09.9002690Z   Downloading pluggy-1.6.0-py3-none-any.whl.metadata (4.8 kB)
2025-08-20T20:05:09.9251846Z Collecting pygments>=2.7.2 (from pytest)
2025-08-20T20:05:09.9349493Z   Downloading pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T20:05:09.9508278Z Downloading build-1.3.0-py3-none-any.whl (23 kB)
2025-08-20T20:05:09.9669112Z Downloading cffi-1.17.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (479 kB)
2025-08-20T20:05:10.0181567Z Downloading scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T20:05:10.0526061Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.1/4.1 MB 124.4 MB/s  0:00:00
2025-08-20T20:05:10.0630008Z Downloading scuba-2.14.1-py3-none-any.whl (292 kB)
2025-08-20T20:05:10.0801981Z Downloading pytest-8.4.1-py3-none-any.whl (365 kB)
2025-08-20T20:05:10.0956488Z Downloading pluggy-1.6.0-py3-none-any.whl (20 kB)
2025-08-20T20:05:10.1074497Z Downloading iniconfig-2.1.0-py3-none-any.whl (6.0 kB)
2025-08-20T20:05:10.1238420Z Downloading packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T20:05:10.1369852Z Downloading pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T20:05:10.1459605Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 155.3 MB/s  0:00:00
2025-08-20T20:05:10.1558637Z Downloading pycparser-2.22-py3-none-any.whl (117 kB)
2025-08-20T20:05:10.1684593Z Downloading pyproject_hooks-1.2.0-py3-none-any.whl (10 kB)
2025-08-20T20:05:10.1843618Z Downloading PyYAML-6.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (767 kB)
2025-08-20T20:05:10.1916366Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 767.5/767.5 kB 101.0 MB/s  0:00:00
2025-08-20T20:05:10.3036405Z Installing collected packages: scons, PyYAML, pyproject_hooks, pygments, pycparser, pluggy, packaging, iniconfig, scuba, pytest, cffi, build
2025-08-20T20:05:12.0016806Z 
2025-08-20T20:05:12.0033827Z 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-20T20:05:12.3114018Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T20:05:12.4992363Z Collecting ansi2txt
2025-08-20T20:05:12.5544973Z   Downloading ansi2txt-0.2.0-py3-none-any.whl.metadata (2.1 kB)
2025-08-20T20:05:12.5842267Z Collecting pipx
2025-08-20T20:05:12.5943159Z   Downloading pipx-1.7.1-py3-none-any.whl.metadata (18 kB)
2025-08-20T20:05:12.6206167Z Collecting scons
2025-08-20T20:05:12.6222448Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T20:05:12.6376404Z Collecting py2static
2025-08-20T20:05:12.6482850Z   Downloading py2static-0.0.1-py3-none-any.whl.metadata (1.2 kB)
2025-08-20T20:05:12.6739674Z Collecting typer
2025-08-20T20:05:12.6838386Z   Downloading typer-0.16.1-py3-none-any.whl.metadata (15 kB)
2025-08-20T20:05:12.7195628Z Collecting argcomplete>=1.9.4 (from pipx)
2025-08-20T20:05:12.7297750Z   Downloading argcomplete-3.6.2-py3-none-any.whl.metadata (16 kB)
2025-08-20T20:05:12.7552019Z Collecting packaging>=20 (from pipx)
2025-08-20T20:05:12.7562508Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T20:05:12.7803554Z Collecting platformdirs>=2.1 (from pipx)
2025-08-20T20:05:12.7903429Z   Downloading platformdirs-4.3.8-py3-none-any.whl.metadata (12 kB)
2025-08-20T20:05:12.8127138Z Collecting userpath!=1.9,>=1.6 (from pipx)
2025-08-20T20:05:12.8229336Z   Downloading userpath-1.9.2-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T20:05:12.8781690Z Collecting pyinstaller (from py2static)
2025-08-20T20:05:12.8882372Z   Downloading pyinstaller-6.15.0-py3-none-manylinux2014_x86_64.whl.metadata (8.4 kB)
2025-08-20T20:05:12.9114782Z Collecting staticx (from py2static)
2025-08-20T20:05:12.9233165Z   Downloading staticx-0.14.1-py3-none-manylinux1_x86_64.whl.metadata (1.9 kB)
2025-08-20T20:05:12.9471184Z Collecting click>=8.0.0 (from typer)
2025-08-20T20:05:12.9577102Z   Downloading click-8.2.1-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T20:05:12.9929579Z Collecting typing-extensions>=3.7.4.3 (from typer)
2025-08-20T20:05:13.0029631Z   Downloading typing_extensions-4.14.1-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T20:05:13.0230100Z Collecting shellingham>=1.3.0 (from typer)
2025-08-20T20:05:13.0328309Z   Downloading shellingham-1.5.4-py2.py3-none-any.whl.metadata (3.5 kB)
2025-08-20T20:05:13.0763118Z Collecting rich>=10.11.0 (from typer)
2025-08-20T20:05:13.0863478Z   Downloading rich-14.1.0-py3-none-any.whl.metadata (18 kB)
2025-08-20T20:05:13.1112766Z Collecting markdown-it-py>=2.2.0 (from rich>=10.11.0->typer)
2025-08-20T20:05:13.1215121Z   Downloading markdown_it_py-4.0.0-py3-none-any.whl.metadata (7.3 kB)
2025-08-20T20:05:13.1494719Z Collecting pygments<3.0.0,>=2.13.0 (from rich>=10.11.0->typer)
2025-08-20T20:05:13.1505646Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T20:05:13.1672433Z Collecting mdurl~=0.1 (from markdown-it-py>=2.2.0->rich>=10.11.0->typer)
2025-08-20T20:05:13.1769703Z   Downloading mdurl-0.1.2-py3-none-any.whl.metadata (1.6 kB)
2025-08-20T20:05:13.3019951Z Collecting setuptools>=42.0.0 (from pyinstaller->py2static)
2025-08-20T20:05:13.3120372Z   Downloading setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-20T20:05:13.3367788Z Collecting altgraph (from pyinstaller->py2static)
2025-08-20T20:05:13.3467116Z   Downloading altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-20T20:05:13.3730370Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller->py2static)
2025-08-20T20:05:13.3830345Z   Downloading pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-20T20:05:13.4076124Z Collecting pyelftools (from staticx->py2static)
2025-08-20T20:05:13.4194960Z   Downloading pyelftools-0.32-py3-none-any.whl.metadata (372 bytes)
2025-08-20T20:05:13.4366561Z Downloading ansi2txt-0.2.0-py3-none-any.whl (14 kB)
2025-08-20T20:05:13.4484177Z Downloading pipx-1.7.1-py3-none-any.whl (78 kB)
2025-08-20T20:05:13.4627051Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T20:05:13.4764898Z Downloading py2static-0.0.1-py3-none-any.whl (5.7 kB)
2025-08-20T20:05:13.4884033Z Downloading typer-0.16.1-py3-none-any.whl (46 kB)
2025-08-20T20:05:13.5010322Z Downloading argcomplete-3.6.2-py3-none-any.whl (43 kB)
2025-08-20T20:05:13.5132061Z Downloading click-8.2.1-py3-none-any.whl (102 kB)
2025-08-20T20:05:13.5194921Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T20:05:13.5293351Z Downloading platformdirs-4.3.8-py3-none-any.whl (18 kB)
2025-08-20T20:05:13.5413551Z Downloading rich-14.1.0-py3-none-any.whl (243 kB)
2025-08-20T20:05:13.5534698Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T20:05:13.5648438Z Downloading markdown_it_py-4.0.0-py3-none-any.whl (87 kB)
2025-08-20T20:05:13.5779242Z Downloading mdurl-0.1.2-py3-none-any.whl (10.0 kB)
2025-08-20T20:05:13.5905322Z Downloading shellingham-1.5.4-py2.py3-none-any.whl (9.8 kB)
2025-08-20T20:05:13.6022900Z Downloading typing_extensions-4.14.1-py3-none-any.whl (43 kB)
2025-08-20T20:05:13.6141813Z Downloading userpath-1.9.2-py3-none-any.whl (9.1 kB)
2025-08-20T20:05:13.6282698Z Downloading pyinstaller-6.15.0-py3-none-manylinux2014_x86_64.whl (732 kB)
2025-08-20T20:05:13.6421616Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 732.2/732.2 kB 45.2 MB/s  0:00:00
2025-08-20T20:05:13.6519032Z Downloading pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-20T20:05:13.6681577Z Downloading setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-20T20:05:13.6808721Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 89.4 MB/s  0:00:00
2025-08-20T20:05:13.6906868Z Downloading altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-20T20:05:13.7029840Z Downloading staticx-0.14.1-py3-none-manylinux1_x86_64.whl (182 kB)
2025-08-20T20:05:13.7175465Z Downloading pyelftools-0.32-py3-none-any.whl (188 kB)
2025-08-20T20:05:13.8689563Z 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-20T20:05:14.7143426Z   Attempting uninstall: scons
2025-08-20T20:05:14.7229483Z     Found existing installation: SCons 4.9.1
2025-08-20T20:05:14.7616863Z     Uninstalling SCons-4.9.1:
2025-08-20T20:05:14.7690888Z       Successfully uninstalled SCons-4.9.1
2025-08-20T20:05:15.3822737Z   Attempting uninstall: pygments
2025-08-20T20:05:15.3904899Z     Found existing installation: Pygments 2.19.2
2025-08-20T20:05:15.4151598Z     Uninstalling Pygments-2.19.2:
2025-08-20T20:05:15.4179603Z       Successfully uninstalled Pygments-2.19.2
2025-08-20T20:05:16.0406448Z   Attempting uninstall: packaging
2025-08-20T20:05:16.0486382Z     Found existing installation: packaging 25.0
2025-08-20T20:05:16.0511072Z     Uninstalling packaging-25.0:
2025-08-20T20:05:16.0518474Z       Successfully uninstalled packaging-25.0
2025-08-20T20:05:17.0496998Z 
2025-08-20T20:05:17.0527042Z 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-20T20:05:17.3664534Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T20:05:17.5554367Z Collecting build
2025-08-20T20:05:17.5566010Z   Using cached build-1.3.0-py3-none-any.whl.metadata (5.6 kB)
2025-08-20T20:05:17.6521808Z Collecting cffi
2025-08-20T20:05:17.6534391Z   Using cached cffi-1.17.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (1.5 kB)
2025-08-20T20:05:17.6722486Z Collecting scons
2025-08-20T20:05:17.6726146Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T20:05:17.6920046Z Collecting scuba
2025-08-20T20:05:17.6930234Z   Using cached scuba-2.14.1-py3-none-any.whl.metadata (3.4 kB)
2025-08-20T20:05:17.7405953Z Collecting pytest
2025-08-20T20:05:17.7416672Z   Using cached pytest-8.4.1-py3-none-any.whl.metadata (7.7 kB)
2025-08-20T20:05:17.7643844Z Collecting packaging>=19.1 (from build)
2025-08-20T20:05:17.7655289Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T20:05:17.7799099Z Collecting pyproject_hooks (from build)
2025-08-20T20:05:17.7809306Z   Using cached pyproject_hooks-1.2.0-py3-none-any.whl.metadata (1.3 kB)
2025-08-20T20:05:17.7965269Z Collecting pycparser (from cffi)
2025-08-20T20:05:17.7976055Z   Using cached pycparser-2.22-py3-none-any.whl.metadata (943 bytes)
2025-08-20T20:05:17.8328340Z Collecting PyYAML (from scuba)
2025-08-20T20:05:17.8339703Z   Using cached PyYAML-6.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.1 kB)
2025-08-20T20:05:17.8480981Z Collecting iniconfig>=1 (from pytest)
2025-08-20T20:05:17.8491021Z   Using cached iniconfig-2.1.0-py3-none-any.whl.metadata (2.7 kB)
2025-08-20T20:05:17.8685244Z Collecting pluggy<2,>=1.5 (from pytest)
2025-08-20T20:05:17.8695991Z   Using cached pluggy-1.6.0-py3-none-any.whl.metadata (4.8 kB)
2025-08-20T20:05:17.8923512Z Collecting pygments>=2.7.2 (from pytest)
2025-08-20T20:05:17.8933673Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T20:05:17.8990929Z Using cached build-1.3.0-py3-none-any.whl (23 kB)
2025-08-20T20:05:17.9001191Z Using cached cffi-1.17.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (479 kB)
2025-08-20T20:05:17.9013926Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T20:05:17.9053304Z Using cached scuba-2.14.1-py3-none-any.whl (292 kB)
2025-08-20T20:05:17.9064773Z Using cached pytest-8.4.1-py3-none-any.whl (365 kB)
2025-08-20T20:05:17.9076682Z Using cached pluggy-1.6.0-py3-none-any.whl (20 kB)
2025-08-20T20:05:17.9086329Z Using cached iniconfig-2.1.0-py3-none-any.whl (6.0 kB)
2025-08-20T20:05:17.9095637Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T20:05:17.9105400Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T20:05:17.9124530Z Using cached pycparser-2.22-py3-none-any.whl (117 kB)
2025-08-20T20:05:17.9134924Z Using cached pyproject_hooks-1.2.0-py3-none-any.whl (10 kB)
2025-08-20T20:05:17.9144483Z Using cached PyYAML-6.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (767 kB)
2025-08-20T20:05:18.0399477Z Installing collected packages: scons, PyYAML, pyproject_hooks, pygments, pycparser, pluggy, packaging, iniconfig, scuba, pytest, cffi, build
2025-08-20T20:05:18.0404142Z   Attempting uninstall: scons
2025-08-20T20:05:18.0487642Z     Found existing installation: SCons 4.9.1
2025-08-20T20:05:18.0869224Z     Uninstalling SCons-4.9.1:
2025-08-20T20:05:18.0941586Z       Successfully uninstalled SCons-4.9.1
2025-08-20T20:05:18.7058119Z   Attempting uninstall: PyYAML
2025-08-20T20:05:18.7147016Z     Found existing installation: PyYAML 6.0.2
2025-08-20T20:05:18.7172642Z     Uninstalling PyYAML-6.0.2:
2025-08-20T20:05:18.7181686Z       Successfully uninstalled PyYAML-6.0.2
2025-08-20T20:05:18.7723000Z   Attempting uninstall: pyproject_hooks
2025-08-20T20:05:18.7806309Z     Found existing installation: pyproject_hooks 1.2.0
2025-08-20T20:05:18.7823166Z     Uninstalling pyproject_hooks-1.2.0:
2025-08-20T20:05:18.7829973Z       Successfully uninstalled pyproject_hooks-1.2.0
2025-08-20T20:05:18.7919437Z   Attempting uninstall: pygments
2025-08-20T20:05:18.7996966Z     Found existing installation: Pygments 2.19.2
2025-08-20T20:05:18.8222777Z     Uninstalling Pygments-2.19.2:
2025-08-20T20:05:18.8249636Z       Successfully uninstalled Pygments-2.19.2
2025-08-20T20:05:19.4321483Z   Attempting uninstall: pycparser
2025-08-20T20:05:19.4409721Z     Found existing installation: pycparser 2.22
2025-08-20T20:05:19.4440846Z     Uninstalling pycparser-2.22:
2025-08-20T20:05:19.4448218Z       Successfully uninstalled pycparser-2.22
2025-08-20T20:05:19.5683228Z   Attempting uninstall: pluggy
2025-08-20T20:05:19.5771245Z     Found existing installation: pluggy 1.6.0
2025-08-20T20:05:19.5791197Z     Uninstalling pluggy-1.6.0:
2025-08-20T20:05:19.5798071Z       Successfully uninstalled pluggy-1.6.0
2025-08-20T20:05:19.5956464Z   Attempting uninstall: packaging
2025-08-20T20:05:19.6036980Z     Found existing installation: packaging 25.0
2025-08-20T20:05:19.6062170Z     Uninstalling packaging-25.0:
2025-08-20T20:05:19.6069835Z       Successfully uninstalled packaging-25.0
2025-08-20T20:05:19.6452609Z   Attempting uninstall: iniconfig
2025-08-20T20:05:19.6537122Z     Found existing installation: iniconfig 2.1.0
2025-08-20T20:05:19.6553892Z     Uninstalling iniconfig-2.1.0:
2025-08-20T20:05:19.6560921Z       Successfully uninstalled iniconfig-2.1.0
2025-08-20T20:05:19.6637234Z   Attempting uninstall: scuba
2025-08-20T20:05:19.6717242Z     Found existing installation: scuba 2.14.1
2025-08-20T20:05:19.6739412Z     Uninstalling scuba-2.14.1:
2025-08-20T20:05:19.6748956Z       Successfully uninstalled scuba-2.14.1
2025-08-20T20:05:19.6942217Z   Attempting uninstall: pytest
2025-08-20T20:05:19.7025809Z     Found existing installation: pytest 8.4.1
2025-08-20T20:05:19.7092018Z     Uninstalling pytest-8.4.1:
2025-08-20T20:05:19.7353931Z       Successfully uninstalled pytest-8.4.1
2025-08-20T20:05:19.9464858Z   Attempting uninstall: cffi
2025-08-20T20:05:19.9546410Z     Found existing installation: cffi 1.17.1
2025-08-20T20:05:19.9573891Z     Uninstalling cffi-1.17.1:
2025-08-20T20:05:19.9817108Z       Successfully uninstalled cffi-1.17.1
2025-08-20T20:05:20.0512499Z   Attempting uninstall: build
2025-08-20T20:05:20.0592577Z     Found existing installation: build 1.3.0
2025-08-20T20:05:20.0617596Z     Uninstalling build-1.3.0:
2025-08-20T20:05:20.0627125Z       Successfully uninstalled build-1.3.0
2025-08-20T20:05:20.0814348Z 
2025-08-20T20:05:20.0843054Z 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-20T20:05:20.3995314Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T20:05:20.5847214Z Collecting ansi2txt
2025-08-20T20:05:20.5859124Z   Using cached ansi2txt-0.2.0-py3-none-any.whl.metadata (2.1 kB)
2025-08-20T20:05:20.6097728Z Collecting pipx
2025-08-20T20:05:20.6108592Z   Using cached pipx-1.7.1-py3-none-any.whl.metadata (18 kB)
2025-08-20T20:05:20.6302051Z Collecting scons
2025-08-20T20:05:20.6318317Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T20:05:20.6468193Z Collecting py2static
2025-08-20T20:05:20.6478730Z   Using cached py2static-0.0.1-py3-none-any.whl.metadata (1.2 kB)
2025-08-20T20:05:20.6681602Z Collecting typer
2025-08-20T20:05:20.6692090Z   Using cached typer-0.16.1-py3-none-any.whl.metadata (15 kB)
2025-08-20T20:05:20.6992921Z Collecting argcomplete>=1.9.4 (from pipx)
2025-08-20T20:05:20.7003129Z   Using cached argcomplete-3.6.2-py3-none-any.whl.metadata (16 kB)
2025-08-20T20:05:20.7221353Z Collecting packaging>=20 (from pipx)
2025-08-20T20:05:20.7231453Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T20:05:20.7474826Z Collecting platformdirs>=2.1 (from pipx)
2025-08-20T20:05:20.7485195Z   Using cached platformdirs-4.3.8-py3-none-any.whl.metadata (12 kB)
2025-08-20T20:05:20.7674514Z Collecting userpath!=1.9,>=1.6 (from pipx)
2025-08-20T20:05:20.7684666Z   Using cached userpath-1.9.2-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T20:05:20.8117911Z Collecting pyinstaller (from py2static)
2025-08-20T20:05:20.8129005Z   Using cached pyinstaller-6.15.0-py3-none-manylinux2014_x86_64.whl.metadata (8.4 kB)
2025-08-20T20:05:20.8320299Z Collecting staticx (from py2static)
2025-08-20T20:05:20.8330582Z   Using cached staticx-0.14.1-py3-none-manylinux1_x86_64.whl.metadata (1.9 kB)
2025-08-20T20:05:20.8540638Z Collecting click>=8.0.0 (from typer)
2025-08-20T20:05:20.8550863Z   Using cached click-8.2.1-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T20:05:20.8875772Z Collecting typing-extensions>=3.7.4.3 (from typer)
2025-08-20T20:05:20.8886244Z   Using cached typing_extensions-4.14.1-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T20:05:20.9061432Z Collecting shellingham>=1.3.0 (from typer)
2025-08-20T20:05:20.9071985Z   Using cached shellingham-1.5.4-py2.py3-none-any.whl.metadata (3.5 kB)
2025-08-20T20:05:20.9470287Z Collecting rich>=10.11.0 (from typer)
2025-08-20T20:05:20.9480917Z   Using cached rich-14.1.0-py3-none-any.whl.metadata (18 kB)
2025-08-20T20:05:20.9697203Z Collecting markdown-it-py>=2.2.0 (from rich>=10.11.0->typer)
2025-08-20T20:05:20.9707776Z   Using cached markdown_it_py-4.0.0-py3-none-any.whl.metadata (7.3 kB)
2025-08-20T20:05:20.9973341Z Collecting pygments<3.0.0,>=2.13.0 (from rich>=10.11.0->typer)
2025-08-20T20:05:20.9983154Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T20:05:21.0130948Z Collecting mdurl~=0.1 (from markdown-it-py>=2.2.0->rich>=10.11.0->typer)
2025-08-20T20:05:21.0140839Z   Using cached mdurl-0.1.2-py3-none-any.whl.metadata (1.6 kB)
2025-08-20T20:05:21.1282438Z Collecting setuptools>=42.0.0 (from pyinstaller->py2static)
2025-08-20T20:05:21.1294688Z   Using cached setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-20T20:05:21.1529198Z Collecting altgraph (from pyinstaller->py2static)
2025-08-20T20:05:21.1539335Z   Using cached altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-20T20:05:21.1765894Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller->py2static)
2025-08-20T20:05:21.1776006Z   Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-20T20:05:21.1989925Z Collecting pyelftools (from staticx->py2static)
2025-08-20T20:05:21.2000083Z   Using cached pyelftools-0.32-py3-none-any.whl.metadata (372 bytes)
2025-08-20T20:05:21.2037880Z Using cached ansi2txt-0.2.0-py3-none-any.whl (14 kB)
2025-08-20T20:05:21.2047629Z Using cached pipx-1.7.1-py3-none-any.whl (78 kB)
2025-08-20T20:05:21.2058204Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T20:05:21.2097495Z Using cached py2static-0.0.1-py3-none-any.whl (5.7 kB)
2025-08-20T20:05:21.2107031Z Using cached typer-0.16.1-py3-none-any.whl (46 kB)
2025-08-20T20:05:21.2116790Z Using cached argcomplete-3.6.2-py3-none-any.whl (43 kB)
2025-08-20T20:05:21.2126563Z Using cached click-8.2.1-py3-none-any.whl (102 kB)
2025-08-20T20:05:21.2136675Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T20:05:21.2146601Z Using cached platformdirs-4.3.8-py3-none-any.whl (18 kB)
2025-08-20T20:05:21.2156265Z Using cached rich-14.1.0-py3-none-any.whl (243 kB)
2025-08-20T20:05:21.2167363Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T20:05:21.2185658Z Using cached markdown_it_py-4.0.0-py3-none-any.whl (87 kB)
2025-08-20T20:05:21.2195812Z Using cached mdurl-0.1.2-py3-none-any.whl (10.0 kB)
2025-08-20T20:05:21.2205277Z Using cached shellingham-1.5.4-py2.py3-none-any.whl (9.8 kB)
2025-08-20T20:05:21.2214834Z Using cached typing_extensions-4.14.1-py3-none-any.whl (43 kB)
2025-08-20T20:05:21.2224433Z Using cached userpath-1.9.2-py3-none-any.whl (9.1 kB)
2025-08-20T20:05:21.2234042Z Using cached pyinstaller-6.15.0-py3-none-manylinux2014_x86_64.whl (732 kB)
2025-08-20T20:05:21.2248355Z Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-20T20:05:21.2260767Z Using cached setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-20T20:05:21.2278312Z Using cached altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-20T20:05:21.2288008Z Using cached staticx-0.14.1-py3-none-manylinux1_x86_64.whl (182 kB)
2025-08-20T20:05:21.2298525Z Using cached pyelftools-0.32-py3-none-any.whl (188 kB)
2025-08-20T20:05:21.3794158Z 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-20T20:05:21.3797682Z   Attempting uninstall: pyelftools
2025-08-20T20:05:21.3877703Z     Found existing installation: pyelftools 0.32
2025-08-20T20:05:21.3929213Z     Uninstalling pyelftools-0.32:
2025-08-20T20:05:21.3944956Z       Successfully uninstalled pyelftools-0.32
2025-08-20T20:05:21.5030194Z   Attempting uninstall: altgraph
2025-08-20T20:05:21.5116392Z     Found existing installation: altgraph 0.17.4
2025-08-20T20:05:21.5135235Z     Uninstalling altgraph-0.17.4:
2025-08-20T20:05:21.5141634Z       Successfully uninstalled altgraph-0.17.4
2025-08-20T20:05:21.5283579Z   Attempting uninstall: typing-extensions
2025-08-20T20:05:21.5371327Z     Found existing installation: typing_extensions 4.14.1
2025-08-20T20:05:21.5386599Z     Uninstalling typing_extensions-4.14.1:
2025-08-20T20:05:21.5626012Z       Successfully uninstalled typing_extensions-4.14.1
2025-08-20T20:05:21.5870384Z   Attempting uninstall: staticx
2025-08-20T20:05:21.5954937Z     Found existing installation: staticx 0.14.1
2025-08-20T20:05:21.5980749Z     Uninstalling staticx-0.14.1:
2025-08-20T20:05:21.5990799Z       Successfully uninstalled staticx-0.14.1
2025-08-20T20:05:21.6191453Z   Attempting uninstall: shellingham
2025-08-20T20:05:21.6275817Z     Found existing installation: shellingham 1.5.4
2025-08-20T20:05:21.6293820Z     Uninstalling shellingham-1.5.4:
2025-08-20T20:05:21.6300125Z       Successfully uninstalled shellingham-1.5.4
2025-08-20T20:05:21.6394156Z   Attempting uninstall: setuptools
2025-08-20T20:05:21.6479854Z     Found existing installation: setuptools 80.9.0
2025-08-20T20:05:21.6761466Z     Uninstalling setuptools-80.9.0:
2025-08-20T20:05:21.7038587Z       Successfully uninstalled setuptools-80.9.0
2025-08-20T20:05:22.3585412Z   Attempting uninstall: scons
2025-08-20T20:05:22.3685783Z     Found existing installation: SCons 4.9.1
2025-08-20T20:05:22.4079508Z     Uninstalling SCons-4.9.1:
2025-08-20T20:05:22.4149481Z       Successfully uninstalled SCons-4.9.1
2025-08-20T20:05:23.0291330Z   Attempting uninstall: pygments
2025-08-20T20:05:23.0371472Z     Found existing installation: Pygments 2.19.2
2025-08-20T20:05:23.0602520Z     Uninstalling Pygments-2.19.2:
2025-08-20T20:05:23.0631503Z       Successfully uninstalled Pygments-2.19.2
2025-08-20T20:05:23.6829532Z   Attempting uninstall: platformdirs
2025-08-20T20:05:23.6920212Z     Found existing installation: platformdirs 4.3.8
2025-08-20T20:05:23.6941112Z     Uninstalling platformdirs-4.3.8:
2025-08-20T20:05:23.6947826Z       Successfully uninstalled platformdirs-4.3.8
2025-08-20T20:05:23.7101048Z   Attempting uninstall: packaging
2025-08-20T20:05:23.7182796Z     Found existing installation: packaging 25.0
2025-08-20T20:05:23.7206974Z     Uninstalling packaging-25.0:
2025-08-20T20:05:23.7214477Z       Successfully uninstalled packaging-25.0
2025-08-20T20:05:23.7594027Z   Attempting uninstall: mdurl
2025-08-20T20:05:23.7675828Z     Found existing installation: mdurl 0.1.2
2025-08-20T20:05:23.7692584Z     Uninstalling mdurl-0.1.2:
2025-08-20T20:05:23.7698641Z       Successfully uninstalled mdurl-0.1.2
2025-08-20T20:05:23.7781283Z   Attempting uninstall: click
2025-08-20T20:05:23.7861978Z     Found existing installation: click 8.2.1
2025-08-20T20:05:23.7885548Z     Uninstalling click-8.2.1:
2025-08-20T20:05:23.7892952Z       Successfully uninstalled click-8.2.1
2025-08-20T20:05:23.8473604Z   Attempting uninstall: argcomplete
2025-08-20T20:05:23.8560092Z     Found existing installation: argcomplete 3.6.2
2025-08-20T20:05:23.8589739Z     Uninstalling argcomplete-3.6.2:
2025-08-20T20:05:23.8602610Z       Successfully uninstalled argcomplete-3.6.2
2025-08-20T20:05:23.8837463Z   Attempting uninstall: ansi2txt
2025-08-20T20:05:23.8921240Z     Found existing installation: ansi2txt 0.2.0
2025-08-20T20:05:23.8937308Z     Uninstalling ansi2txt-0.2.0:
2025-08-20T20:05:23.9180385Z       Successfully uninstalled ansi2txt-0.2.0
2025-08-20T20:05:23.9237172Z   Attempting uninstall: userpath
2025-08-20T20:05:23.9320884Z     Found existing installation: userpath 1.9.2
2025-08-20T20:05:23.9340719Z     Uninstalling userpath-1.9.2:
2025-08-20T20:05:23.9349770Z       Successfully uninstalled userpath-1.9.2
2025-08-20T20:05:23.9455718Z   Attempting uninstall: pyinstaller-hooks-contrib
2025-08-20T20:05:23.9536694Z     Found existing installation: pyinstaller-hooks-contrib 2025.8
2025-08-20T20:05:23.9968683Z     Uninstalling pyinstaller-hooks-contrib-2025.8:
2025-08-20T20:05:24.0011105Z       Successfully uninstalled pyinstaller-hooks-contrib-2025.8
2025-08-20T20:05:24.2834379Z   Attempting uninstall: markdown-it-py
2025-08-20T20:05:24.2923280Z     Found existing installation: markdown-it-py 4.0.0
2025-08-20T20:05:24.2985783Z     Uninstalling markdown-it-py-4.0.0:
2025-08-20T20:05:24.3000629Z       Successfully uninstalled markdown-it-py-4.0.0
2025-08-20T20:05:24.3623626Z   Attempting uninstall: rich
2025-08-20T20:05:24.3712157Z     Found existing installation: rich 14.1.0
2025-08-20T20:05:24.3775768Z     Uninstalling rich-14.1.0:
2025-08-20T20:05:24.3785980Z       Successfully uninstalled rich-14.1.0
2025-08-20T20:05:24.5409697Z   Attempting uninstall: pyinstaller
2025-08-20T20:05:24.5490901Z     Found existing installation: pyinstaller 6.15.0
2025-08-20T20:05:24.5854390Z     Uninstalling pyinstaller-6.15.0:
2025-08-20T20:05:24.5898706Z       Successfully uninstalled pyinstaller-6.15.0
2025-08-20T20:05:24.9203185Z   Attempting uninstall: pipx
2025-08-20T20:05:24.9301278Z     Found existing installation: pipx 1.7.1
2025-08-20T20:05:24.9339345Z     Uninstalling pipx-1.7.1:
2025-08-20T20:05:24.9350204Z       Successfully uninstalled pipx-1.7.1
2025-08-20T20:05:24.9891488Z   Attempting uninstall: typer
2025-08-20T20:05:24.9986570Z     Found existing installation: typer 0.16.1
2025-08-20T20:05:25.0014459Z     Uninstalling typer-0.16.1:
2025-08-20T20:05:25.0025077Z       Successfully uninstalled typer-0.16.1
2025-08-20T20:05:25.0382052Z   Attempting uninstall: py2static
2025-08-20T20:05:25.0461836Z     Found existing installation: py2static 0.0.1
2025-08-20T20:05:25.0481939Z     Uninstalling py2static-0.0.1:
2025-08-20T20:05:25.0492815Z       Successfully uninstalled py2static-0.0.1
2025-08-20T20:05:25.0572169Z 
2025-08-20T20:05:25.0603299Z 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-20T20:05:25.3863621Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T20:05:25.5067861Z Collecting git+https://github.com/pyinstaller/pyinstaller
2025-08-20T20:05:25.5072981Z   Cloning https://github.com/pyinstaller/pyinstaller to /tmp/pip-req-build-xajjdl06
2025-08-20T20:05:25.5094921Z   Running command git clone --filter=blob:none --quiet https://github.com/pyinstaller/pyinstaller /tmp/pip-req-build-xajjdl06
2025-08-20T20:05:27.6656932Z   Resolved https://github.com/pyinstaller/pyinstaller to commit 34508a2cda1072718a81ef1d5a660ce89e62d295
2025-08-20T20:05:27.6697360Z   Installing build dependencies: started
2025-08-20T20:05:28.4001977Z   Installing build dependencies: finished with status 'done'
2025-08-20T20:05:28.4011120Z   Getting requirements to build wheel: started
2025-08-20T20:05:28.6873048Z   Getting requirements to build wheel: finished with status 'done'
2025-08-20T20:05:28.6885552Z   Preparing metadata (pyproject.toml): started
2025-08-20T20:05:28.8778612Z   Preparing metadata (pyproject.toml): finished with status 'done'
2025-08-20T20:05:29.0549997Z Collecting setuptools>=42.0.0 (from pyinstaller==6.15.0)
2025-08-20T20:05:29.0562510Z   Using cached setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-20T20:05:29.0807838Z Collecting altgraph (from pyinstaller==6.15.0)
2025-08-20T20:05:29.0818431Z   Using cached altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-20T20:05:29.1053357Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller==6.15.0)
2025-08-20T20:05:29.1064229Z   Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-20T20:05:29.1277939Z Collecting packaging>=22.0 (from pyinstaller==6.15.0)
2025-08-20T20:05:29.1289550Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T20:05:29.1336514Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T20:05:29.1347016Z Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-20T20:05:29.1360645Z Using cached setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-20T20:05:29.1379534Z Using cached altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-20T20:05:29.1500690Z Building wheels for collected packages: pyinstaller
2025-08-20T20:05:29.1508451Z   Building wheel for pyinstaller (pyproject.toml): started
2025-08-20T20:05:29.8271661Z   Building wheel for pyinstaller (pyproject.toml): finished with status 'done'
2025-08-20T20:05:29.8297619Z   Created wheel for pyinstaller: filename=pyinstaller-6.15.0-py3-none-any.whl size=1772413 sha256=22ea02fe4d7625606c4801ef1e73e7559d45cefbfa3443bc511e1543ddd3dc2d
2025-08-20T20:05:29.8299396Z   Stored in directory: /tmp/pip-ephem-wheel-cache-ozs7y5d2/wheels/ad/f0/96/ada035be05b1c8fe6a9d81fd24e3d5f767d7ccd2219d68e4e2
2025-08-20T20:05:29.8340048Z Successfully built pyinstaller
2025-08-20T20:05:29.9257739Z Installing collected packages: altgraph, setuptools, packaging, pyinstaller-hooks-contrib, pyinstaller
2025-08-20T20:05:29.9263564Z   Attempting uninstall: altgraph
2025-08-20T20:05:29.9346890Z     Found existing installation: altgraph 0.17.4
2025-08-20T20:05:29.9367880Z     Uninstalling altgraph-0.17.4:
2025-08-20T20:05:29.9375425Z       Successfully uninstalled altgraph-0.17.4
2025-08-20T20:05:29.9522845Z   Attempting uninstall: setuptools
2025-08-20T20:05:29.9609814Z     Found existing installation: setuptools 80.9.0
2025-08-20T20:05:29.9895952Z     Uninstalling setuptools-80.9.0:
2025-08-20T20:05:30.0178344Z       Successfully uninstalled setuptools-80.9.0
2025-08-20T20:05:30.6859525Z   Attempting uninstall: packaging
2025-08-20T20:05:30.6947454Z     Found existing installation: packaging 25.0
2025-08-20T20:05:30.6982905Z     Uninstalling packaging-25.0:
2025-08-20T20:05:30.6990896Z       Successfully uninstalled packaging-25.0
2025-08-20T20:05:30.7380692Z   Attempting uninstall: pyinstaller-hooks-contrib
2025-08-20T20:05:30.7462945Z     Found existing installation: pyinstaller-hooks-contrib 2025.8
2025-08-20T20:05:30.7906126Z     Uninstalling pyinstaller-hooks-contrib-2025.8:
2025-08-20T20:05:30.7948556Z       Successfully uninstalled pyinstaller-hooks-contrib-2025.8
2025-08-20T20:05:31.0727916Z   Attempting uninstall: pyinstaller
2025-08-20T20:05:31.0817806Z     Found existing installation: pyinstaller 6.15.0
2025-08-20T20:05:31.1176975Z     Uninstalling pyinstaller-6.15.0:
2025-08-20T20:05:31.1223338Z       Successfully uninstalled pyinstaller-6.15.0
2025-08-20T20:05:31.4623568Z 
2025-08-20T20:05:31.4660187Z Successfully installed altgraph-0.17.4 packaging-25.0 pyinstaller-6.15.0 pyinstaller-hooks-contrib-2025.8 setuptools-80.9.0
2025-08-20T20:05:31.7855375Z 6.15.0
2025-08-20T20:05:31.9811367Z [+] Installing Go for linux-amd64...
2025-08-20T20:05:32.5658080Z [!] Found existing Go installation at: /usr/bin/go
2025-08-20T20:05:32.5658695Z [!] GOROOT: /opt/hostedtoolcache/go/1.24.6/x64
2025-08-20T20:05:32.5659368Z [!] Removing existing GOROOT: /opt/hostedtoolcache/go/1.24.6/x64
2025-08-20T20:05:36.2702973Z [+] Downloading Go go1.25.0...
2025-08-20T20:05:36.2756300Z   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2025-08-20T20:05:36.2757015Z                                  Dload  Upload   Total   Spent    Left  Speed
2025-08-20T20:05:36.2757377Z 
2025-08-20T20:05:36.4164815Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2025-08-20T20:05:36.4165375Z 100    80  100    80    0     0    567      0 --:--:-- --:--:-- --:--:--   571
2025-08-20T20:05:36.7653234Z 
2025-08-20T20:05:36.7653945Z 100    75  100    75    0     0    153      0 --:--:-- --:--:-- --:--:--   153
2025-08-20T20:05:37.3575072Z 100    75  100    75    0     0    153      0 --:--:-- --:--:-- --:--:--     0
2025-08-20T20:05:37.3575495Z 
2025-08-20T20:05:37.3575736Z 100 56.8M  100 56.8M    0     0  52.5M      0  0:00:01  0:00:01 --:--:-- 52.5M
2025-08-20T20:05:37.3611049Z (DL) <== https://golang.org/dl/go1.25.0.linux-amd64.tar.gz
2025-08-20T20:05:38.7499281Z [+] Success! Go version: go version go1.25.0 linux/amd64
2025-08-20T20:05:38.7499843Z [+] GOROOT: /home/runner/.go
2025-08-20T20:05:38.7500226Z [+] GOPATH: /home/runner/go
2025-08-20T20:05:38.7500893Z [|] PATH: export PATH="/home/runner/.go/bin:/home/runner/go/bin:${PATH}"
2025-08-20T20:05:38.7671171Z go version go1.25.0 linux/amd64
2025-08-20T20:05:38.8248888Z 680 libs found in cache `/etc/ld.so.cache'
2025-08-20T20:05:38.8249647Z 	libz3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so.4
2025-08-20T20:05:38.8250312Z 	libz3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so
2025-08-20T20:05:38.8251064Z 	libzstd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so.1
2025-08-20T20:05:38.8251511Z 	libzstd.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so
2025-08-20T20:05:38.8252032Z 	libzmq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzmq.so.5
2025-08-20T20:05:38.8252407Z 	libzip.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzip.so.4
2025-08-20T20:05:38.8252784Z 	libzen.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzen.so.0
2025-08-20T20:05:38.8253164Z 	libz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so.1
2025-08-20T20:05:38.8253510Z 	libz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so
2025-08-20T20:05:38.8253876Z 	libyaml-0.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyaml-0.so.2
2025-08-20T20:05:38.8254277Z 	libyajl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyajl.so.2
2025-08-20T20:05:38.8254663Z 	libxxhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxxhash.so.0
2025-08-20T20:05:38.8255076Z 	libxtables.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxtables.so.12
2025-08-20T20:05:38.8255477Z 	libxslt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxslt.so.1
2025-08-20T20:05:38.8255881Z 	libxshmfence.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxshmfence.so.1
2025-08-20T20:05:38.8256284Z 	libxml2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so.2
2025-08-20T20:05:38.8256648Z 	libxml2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so
2025-08-20T20:05:38.8257030Z 	libxmlsec1.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1.so.1
2025-08-20T20:05:38.8257586Z 	libxmlsec1-openssl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T20:05:38.8258392Z 	libxmlb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlb.so.2
2025-08-20T20:05:38.8259092Z 	libxkbfile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbfile.so.1
2025-08-20T20:05:38.8259865Z 	libxkbcommon.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbcommon.so.0
2025-08-20T20:05:38.8260358Z 	libxcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so.1
2025-08-20T20:05:38.8261140Z 	libxcb.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so
2025-08-20T20:05:38.8261548Z 	libxcb-xfixes.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T20:05:38.8261995Z 	libxcb-xfixes.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so
2025-08-20T20:05:38.8262411Z 	libxcb-sync.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-sync.so.1
2025-08-20T20:05:38.8262817Z 	libxcb-shm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shm.so.0
2025-08-20T20:05:38.8263239Z 	libxcb-shape.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so.0
2025-08-20T20:05:38.8263668Z 	libxcb-shape.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so
2025-08-20T20:05:38.8264099Z 	libxcb-render.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so.0
2025-08-20T20:05:38.8264529Z 	libxcb-render.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so
2025-08-20T20:05:38.8265038Z 	libxcb-randr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-randr.so.0
2025-08-20T20:05:38.8265499Z 	libxcb-present.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-present.so.0
2025-08-20T20:05:38.8265935Z 	libxcb-glx.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-glx.so.0
2025-08-20T20:05:38.8266339Z 	libxcb-dri3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-dri3.so.0
2025-08-20T20:05:38.8266731Z 	libwrap.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwrap.so.0
2025-08-20T20:05:38.8267140Z 	libwmflite-0.2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T20:05:38.8267564Z 	libwebpmux.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpmux.so.3
2025-08-20T20:05:38.8267981Z 	libwebpdemux.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpdemux.so.2
2025-08-20T20:05:38.8268496Z 	libwebp.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebp.so.7
2025-08-20T20:05:38.8268894Z 	libwbclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwbclient.so.0
2025-08-20T20:05:38.8269360Z 	libwayland-server.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-server.so.0
2025-08-20T20:05:38.8269839Z 	libwayland-egl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-egl.so.1
2025-08-20T20:05:38.8270307Z 	libwayland-cursor.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-cursor.so.0
2025-08-20T20:05:38.8270995Z 	libwayland-client.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-client.so.0
2025-08-20T20:05:38.8271445Z 	libvulkan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvulkan.so.1
2025-08-20T20:05:38.8271865Z 	libvorbisfile.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbisfile.so.3
2025-08-20T20:05:38.8272282Z 	libvorbis.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbis.so.0
2025-08-20T20:05:38.8272690Z 	libvolume_key.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvolume_key.so.1
2025-08-20T20:05:38.8273101Z 	libvmtools.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvmtools.so.0
2025-08-20T20:05:38.8273499Z 	libvgauth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvgauth.so.0
2025-08-20T20:05:38.8273886Z 	libuv.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuv.so.1
2025-08-20T20:05:38.8274267Z 	libuuid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuuid.so.1
2025-08-20T20:05:38.8274644Z 	libutil.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutil.so.1
2025-08-20T20:05:38.8274970Z 	libutil.so.1 (libc6) => /lib32/libutil.so.1
2025-08-20T20:05:38.8275322Z 	libutempter.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutempter.so.0
2025-08-20T20:05:38.8275732Z 	libusb-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libusb-1.0.so.0
2025-08-20T20:05:38.8276116Z 	liburcu.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu.so.8
2025-08-20T20:05:38.8276531Z 	liburcu-signal.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-signal.so.8
2025-08-20T20:05:38.8276978Z 	liburcu-qsbr.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T20:05:38.8277398Z 	liburcu-memb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-memb.so.8
2025-08-20T20:05:38.8277955Z 	liburcu-mb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-mb.so.8
2025-08-20T20:05:38.8278378Z 	liburcu-common.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-common.so.8
2025-08-20T20:05:38.8278810Z 	liburcu-cds.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-cds.so.8
2025-08-20T20:05:38.8279213Z 	liburcu-bp.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-bp.so.8
2025-08-20T20:05:38.8279604Z 	libunwind.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind.so.8
2025-08-20T20:05:38.8280024Z 	libunwind-x86_64.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-x86_64.so.8
2025-08-20T20:05:38.8280687Z 	libunwind-ptrace.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T20:05:38.8281208Z 	libunwind-coredump.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-coredump.so.0
2025-08-20T20:05:38.8281686Z 	libunistring.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunistring.so.5
2025-08-20T20:05:38.8282099Z 	libudisks2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudisks2.so.0
2025-08-20T20:05:38.8282493Z 	libudev.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudev.so.1
2025-08-20T20:05:38.8282882Z 	libuchardet.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuchardet.so.0
2025-08-20T20:05:38.8283284Z 	libubsan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libubsan.so.1
2025-08-20T20:05:38.8283723Z 	libtss2-tcti-swtpm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T20:05:38.8284217Z 	libtss2-tcti-mssim.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T20:05:38.8284717Z 	libtss2-tcti-device.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T20:05:38.8285213Z 	libtss2-tcti-cmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T20:05:38.8285774Z 	libtss2-sys.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-sys.so.1
2025-08-20T20:05:38.8286179Z 	libtss2-rc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-rc.so.0
2025-08-20T20:05:38.8286572Z 	libtss2-mu.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-mu.so.0
2025-08-20T20:05:38.8286976Z 	libtss2-esys.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-esys.so.0
2025-08-20T20:05:38.8287373Z 	libtsan.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtsan.so.2
2025-08-20T20:05:38.8287754Z 	libtracefs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtracefs.so.1
2025-08-20T20:05:38.8288173Z 	libtraceevent.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtraceevent.so.1
2025-08-20T20:05:38.8288595Z 	libtommath.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtommath.so.1
2025-08-20T20:05:38.8288972Z 	libtk8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtk8.6.so
2025-08-20T20:05:38.8289355Z 	libtirpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtirpc.so.3
2025-08-20T20:05:38.8289770Z 	libtinyxml2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinyxml2.so.10
2025-08-20T20:05:38.8290172Z 	libtinfo.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so.6
2025-08-20T20:05:38.8290782Z 	libtinfo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so
2025-08-20T20:05:38.8291156Z 	libtiff.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtiff.so.6
2025-08-20T20:05:38.8291558Z 	libtidy.so.5deb1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtidy.so.5deb1
2025-08-20T20:05:38.8291985Z 	libtic.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so.6
2025-08-20T20:05:38.8292354Z 	libtic.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so
2025-08-20T20:05:38.8292741Z 	libthread_db.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so.1
2025-08-20T20:05:38.8293121Z 	libthread_db.so.1 (libc6) => /lib32/libthread_db.so.1
2025-08-20T20:05:38.8293488Z 	libthread_db.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so
2025-08-20T20:05:38.8293881Z 	libthai.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthai.so.0
2025-08-20T20:05:38.8294255Z 	libtdb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtdb.so.1
2025-08-20T20:05:38.8294618Z 	libtcl8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtcl8.6.so
2025-08-20T20:05:38.8295117Z 	libtasn1.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtasn1.so.6
2025-08-20T20:05:38.8295510Z 	libtalloc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtalloc.so.2
2025-08-20T20:05:38.8295912Z 	libsystemd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsystemd.so.0
2025-08-20T20:05:38.8296306Z 	libsysfs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsysfs.so.2
2025-08-20T20:05:38.8296678Z 	libsybdb.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsybdb.so.5
2025-08-20T20:05:38.8297051Z 	libsubid.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsubid.so.4
2025-08-20T20:05:38.8297447Z 	libstemmer.so.0d (libc6,x86-64) => /lib/x86_64-linux-gnu/libstemmer.so.0d
2025-08-20T20:05:38.8297850Z 	libstdc++.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libstdc++.so.6
2025-08-20T20:05:38.8298198Z 	libstdc++.so.6 (libc6) => /lib32/libstdc++.so.6
2025-08-20T20:05:38.8298528Z 	libssl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl3.so
2025-08-20T20:05:38.8298896Z 	libssl.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so.3
2025-08-20T20:05:38.8299255Z 	libssl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so
2025-08-20T20:05:38.8299611Z 	libssh2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh2.so.1
2025-08-20T20:05:38.8299977Z 	libssh.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh.so.4
2025-08-20T20:05:38.8300334Z 	libss.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libss.so.2
2025-08-20T20:05:38.8300894Z 	libsqlite3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so.0
2025-08-20T20:05:38.8301293Z 	libsqlite3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so
2025-08-20T20:05:38.8301731Z 	libsourcekitdInProc.so (libc6,x86-64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T20:05:38.8302180Z 	libsoftokn3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsoftokn3.so
2025-08-20T20:05:38.8302699Z 	libsodium.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsodium.so.23
2025-08-20T20:05:38.8303093Z 	libsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnmp.so.40
2025-08-20T20:05:38.8303486Z 	libsnappy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnappy.so.1
2025-08-20T20:05:38.8303877Z 	libsmime3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmime3.so
2025-08-20T20:05:38.8304467Z 	libsmartcols.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmartcols.so.1
2025-08-20T20:05:38.8304888Z 	libslirp.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslirp.so.0
2025-08-20T20:05:38.8305267Z 	libslang.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslang.so.2
2025-08-20T20:05:38.8305658Z 	libsigsegv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsigsegv.so.2
2025-08-20T20:05:38.8306075Z 	libsharpyuv.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsharpyuv.so.0
2025-08-20T20:05:38.8306518Z 	libsgutils2-1.46.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T20:05:38.8306950Z 	libsframe.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsframe.so.1
2025-08-20T20:05:38.8307333Z 	libsepol.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsepol.so.2
2025-08-20T20:05:38.8307727Z 	libsensors.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsensors.so.5
2025-08-20T20:05:38.8308136Z 	libsemanage.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsemanage.so.2
2025-08-20T20:05:38.8308545Z 	libselinux.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libselinux.so.1
2025-08-20T20:05:38.8308961Z 	libseccomp.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libseccomp.so.2
2025-08-20T20:05:38.8309519Z 	libsasl2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsasl2.so.2
2025-08-20T20:05:38.8309922Z 	libruby-3.2.so.3.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T20:05:38.8310331Z 	libruby-3.2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so
2025-08-20T20:05:38.8310894Z 	librtmp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librtmp.so.1
2025-08-20T20:05:38.8311260Z 	librt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librt.so.1
2025-08-20T20:05:38.8311593Z 	librt.so.1 (libc6) => /lib32/librt.so.1
2025-08-20T20:05:38.8311924Z 	librpmsign.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmsign.so.9
2025-08-20T20:05:38.8312461Z 	librpmio.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmio.so.9
2025-08-20T20:05:38.8312883Z 	librpmbuild.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmbuild.so.9
2025-08-20T20:05:38.8313283Z 	librpm.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpm.so.9
2025-08-20T20:05:38.8313662Z 	librhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/librhash.so.0
2025-08-20T20:05:38.8314038Z 	libre2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libre2.so.10
2025-08-20T20:05:38.8314421Z 	libresolv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so.2
2025-08-20T20:05:38.8314774Z 	libresolv.so.2 (libc6) => /lib32/libresolv.so.2
2025-08-20T20:05:38.8315115Z 	libresolv.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so
2025-08-20T20:05:38.8315553Z 	libreiserfscore.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreiserfscore.so.0
2025-08-20T20:05:38.8316008Z 	libreadline.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreadline.so.8
2025-08-20T20:05:38.8316417Z 	libraw_r.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw_r.so.23
2025-08-20T20:05:38.8316791Z 	libraw.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw.so.23
2025-08-20T20:05:38.8317185Z 	librabbitmq.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/librabbitmq.so.4
2025-08-20T20:05:38.8317598Z 	libquadmath.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libquadmath.so.0
2025-08-20T20:05:38.8318015Z 	libqrtr-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqrtr-glib.so.0
2025-08-20T20:05:38.8318432Z 	libqmi-glib.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqmi-glib.so.5
2025-08-20T20:05:38.8318791Z 	libqdbm.so.14 (libc6,x86-64) => /lib/libqdbm.so.14
2025-08-20T20:05:38.8319164Z 	libp11-kit.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libp11-kit.so.0
2025-08-20T20:05:38.8319702Z 	libpython3.12.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so.1.0
2025-08-20T20:05:38.8320135Z 	libpython3.12.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so
2025-08-20T20:05:38.8320738Z 	libpthread.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpthread.so.0
2025-08-20T20:05:38.8321111Z 	libpthread.so.0 (libc6) => /lib32/libpthread.so.0
2025-08-20T20:05:38.8321452Z 	libpsx.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsx.so.2
2025-08-20T20:05:38.8321840Z 	libpspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpspell.so.15
2025-08-20T20:05:38.8322224Z 	libpsl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsl.so.5
2025-08-20T20:05:38.8322651Z 	libprotobuf-lite.so.32 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T20:05:38.8323125Z 	libprotobuf-c.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-c.so.1
2025-08-20T20:05:38.8323543Z 	libproc2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libproc2.so.0
2025-08-20T20:05:38.8323916Z 	libpq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so.5
2025-08-20T20:05:38.8324393Z 	libpq.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so
2025-08-20T20:05:38.8324789Z 	libpopt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpopt.so.0
2025-08-20T20:05:38.8325245Z 	libpolkit-gobject-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T20:05:38.8325754Z 	libpolkit-agent-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T20:05:38.8326198Z 	libpng16.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpng16.so.16
2025-08-20T20:05:38.8326578Z 	libply.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply.so.5
2025-08-20T20:05:38.8327047Z 	libply-splash-graphics.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T20:05:38.8327590Z 	libply-splash-core.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-core.so.5
2025-08-20T20:05:38.8328094Z 	libply-boot-client.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-boot-client.so.5
2025-08-20T20:05:38.8328533Z 	libplds4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplds4.so
2025-08-20T20:05:38.8328900Z 	libplc4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplc4.so
2025-08-20T20:05:38.8329417Z 	libpkgconf.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpkgconf.so.3
2025-08-20T20:05:38.8329830Z 	libpixman-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpixman-1.so.0
2025-08-20T20:05:38.8330573Z 	libpipeline.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpipeline.so.1
2025-08-20T20:05:38.8331325Z 	libpgm-5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpgm-5.3.so.0
2025-08-20T20:05:38.8332025Z 	libpfm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpfm.so.4
2025-08-20T20:05:38.8332710Z 	libperl.so.5.38 (libc6,x86-64) => /lib/x86_64-linux-gnu/libperl.so.5.38
2025-08-20T20:05:38.8333516Z 	libpcre2-32.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so.0
2025-08-20T20:05:38.8333983Z 	libpcre2-32.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so
2025-08-20T20:05:38.8334398Z 	libpcre2-16.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so.0
2025-08-20T20:05:38.8334798Z 	libpcre2-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so
2025-08-20T20:05:38.8335191Z 	libpcre2-8.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so.0
2025-08-20T20:05:38.8335592Z 	libpcre2-8.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so
2025-08-20T20:05:38.8336024Z 	libpcre2-posix.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so.3
2025-08-20T20:05:38.8336482Z 	libpcre2-posix.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so
2025-08-20T20:05:38.8336918Z 	libpcprofile.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcprofile.so
2025-08-20T20:05:38.8337293Z 	libpcprofile.so (libc6) => /lib32/libpcprofile.so
2025-08-20T20:05:38.8337666Z 	libpciaccess.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpciaccess.so.0
2025-08-20T20:05:38.8338066Z 	libpci.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpci.so.3
2025-08-20T20:05:38.8338602Z 	libpcap.so.0.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so.0.8
2025-08-20T20:05:38.8338988Z 	libpcap.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so
2025-08-20T20:05:38.8339381Z 	libparted.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libparted.so.2
2025-08-20T20:05:38.8339781Z 	libpaper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpaper.so.1
2025-08-20T20:05:38.8340205Z 	libpangoft2-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T20:05:38.8340945Z 	libpangocairo-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T20:05:38.8341404Z 	libpango-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpango-1.0.so.0
2025-08-20T20:05:38.8341807Z 	libpanelw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so.6
2025-08-20T20:05:38.8342199Z 	libpanelw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so
2025-08-20T20:05:38.8342585Z 	libpanel.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so.6
2025-08-20T20:05:38.8342970Z 	libpanel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so
2025-08-20T20:05:38.8343340Z 	libpamc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpamc.so.0
2025-08-20T20:05:38.8343729Z 	libpam_misc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam_misc.so.0
2025-08-20T20:05:38.8344119Z 	libpam.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam.so.0
2025-08-20T20:05:38.8344572Z 	libpackagekit-glib2.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T20:05:38.8345063Z 	libopenjp2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopenjp2.so.7
2025-08-20T20:05:38.8345530Z 	libopeniscsiusr.so.0.2.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T20:05:38.8346049Z 	libopcodes-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T20:05:38.8346585Z 	libopcodes-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-arm64.so
2025-08-20T20:05:38.8347081Z 	libopcodes-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T20:05:38.8347579Z 	libopcodes-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T20:05:38.8348016Z 	libonig.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libonig.so.5
2025-08-20T20:05:38.8348518Z 	libogg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libogg.so.0
2025-08-20T20:05:38.8348883Z 	libodbc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libodbc.so.2
2025-08-20T20:05:38.8349273Z 	libobjc_gc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc_gc.so.4
2025-08-20T20:05:38.8349656Z 	libobjc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc.so.4
2025-08-20T20:05:38.8350021Z 	libnvme.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme.so.1
2025-08-20T20:05:38.8350574Z 	libnvme-mi.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme-mi.so.1
2025-08-20T20:05:38.8351119Z 	libnuma.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnuma.so.1
2025-08-20T20:05:38.8351507Z 	libntfs-3g.so.89 (libc6,x86-64) => /lib/x86_64-linux-gnu/libntfs-3g.so.89
2025-08-20T20:05:38.8351900Z 	libnss3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss3.so
2025-08-20T20:05:38.8352283Z 	libnssutil3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssutil3.so
2025-08-20T20:05:38.8352686Z 	libnssdbm3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssdbm3.so
2025-08-20T20:05:38.8353076Z 	libnssckbi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssckbi.so
2025-08-20T20:05:38.8353492Z 	libnss_systemd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_systemd.so.2
2025-08-20T20:05:38.8353935Z 	libnss_hesiod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so.2
2025-08-20T20:05:38.8354326Z 	libnss_hesiod.so.2 (libc6) => /lib32/libnss_hesiod.so.2
2025-08-20T20:05:38.8354701Z 	libnss_hesiod.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so
2025-08-20T20:05:38.8355121Z 	libnss_files.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_files.so.2
2025-08-20T20:05:38.8355499Z 	libnss_files.so.2 (libc6) => /lib32/libnss_files.so.2
2025-08-20T20:05:38.8355982Z 	libnss_dns.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_dns.so.2
2025-08-20T20:05:38.8356335Z 	libnss_dns.so.2 (libc6) => /lib32/libnss_dns.so.2
2025-08-20T20:05:38.8356699Z 	libnss_compat.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so.2
2025-08-20T20:05:38.8357094Z 	libnss_compat.so.2 (libc6) => /lib32/libnss_compat.so.2
2025-08-20T20:05:38.8357469Z 	libnss_compat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so
2025-08-20T20:05:38.8357865Z 	libnspr4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnspr4.so
2025-08-20T20:05:38.8358230Z 	libnsl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnsl.so.1
2025-08-20T20:05:38.8358547Z 	libnsl.so.1 (libc6) => /lib32/libnsl.so.1
2025-08-20T20:05:38.8359016Z 	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-20T20:05:38.8359540Z 	libnpth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnpth.so.0
2025-08-20T20:05:38.8359907Z 	libnorm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnorm.so.1
2025-08-20T20:05:38.8360288Z 	libnl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so.200
2025-08-20T20:05:38.8360853Z 	libnl-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so
2025-08-20T20:05:38.8361265Z 	libnl-route-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so.200
2025-08-20T20:05:38.8363240Z 	libnl-route-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so
2025-08-20T20:05:38.8363994Z 	libnl-genl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-genl-3.so.200
2025-08-20T20:05:38.8364721Z 	libnghttp2.so.14 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnghttp2.so.14
2025-08-20T20:05:38.8365395Z 	libnftnl.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftnl.so.11
2025-08-20T20:05:38.8366088Z 	libnftables.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftables.so.1
2025-08-20T20:05:38.8366828Z 	libnfnetlink.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnfnetlink.so.0
2025-08-20T20:05:38.8367542Z 	libnewt.so.0.52 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnewt.so.0.52
2025-08-20T20:05:38.8368187Z 	libnettle.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnettle.so.8
2025-08-20T20:05:38.8368804Z 	libnetsnmpmibs.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T20:05:38.8369542Z 	libnetsnmphelpers.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T20:05:38.8370062Z 	libnetsnmpagent.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T20:05:38.8370870Z 	libnetsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmp.so.40
2025-08-20T20:05:38.8371777Z 	libnetplan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetplan.so.1
2025-08-20T20:05:38.8372576Z 	libnetpbm.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetpbm.so.11
2025-08-20T20:05:38.8373339Z 	libnetfilter_conntrack.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T20:05:38.8373844Z 	libncursesw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncursesw.so.6
2025-08-20T20:05:38.8374269Z 	libncurses.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncurses.so.6
2025-08-20T20:05:38.8374708Z 	libmysqlclient.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so.21
2025-08-20T20:05:38.8375171Z 	libmysqlclient.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so
2025-08-20T20:05:38.8375584Z 	libmvec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so.1
2025-08-20T20:05:38.8375955Z 	libmvec.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so
2025-08-20T20:05:38.8376321Z 	libmultipath.so.0 (libc6,x86-64) => /lib/libmultipath.so.0
2025-08-20T20:05:38.8376715Z 	libmspack.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmspack.so.0
2025-08-20T20:05:38.8377104Z 	libmpfr.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpfr.so.6
2025-08-20T20:05:38.8377473Z 	libmpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpc.so.3
2025-08-20T20:05:38.8377843Z 	libmpathutil.so.0 (libc6,x86-64) => /lib/libmpathutil.so.0
2025-08-20T20:05:38.8378406Z 	libmpathpersist.so.0 (libc6,x86-64) => /lib/libmpathpersist.so.0
2025-08-20T20:05:38.8378795Z 	libmpathcmd.so.0 (libc6,x86-64) => /lib/libmpathcmd.so.0
2025-08-20T20:05:38.8379160Z 	libmount.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmount.so.1
2025-08-20T20:05:38.8379537Z 	libmnl.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmnl.so.0
2025-08-20T20:05:38.8379887Z 	libmms.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmms.so.0
2025-08-20T20:05:38.8380264Z 	libmm-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmm-glib.so.0
2025-08-20T20:05:38.8380973Z 	libmlx5.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so.1
2025-08-20T20:05:38.8381346Z 	libmlx5.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so
2025-08-20T20:05:38.8381703Z 	libmlx4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so.1
2025-08-20T20:05:38.8382062Z 	libmlx4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so
2025-08-20T20:05:38.8382429Z 	libmenuw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so.6
2025-08-20T20:05:38.8382806Z 	libmenuw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so
2025-08-20T20:05:38.8383169Z 	libmenu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so.6
2025-08-20T20:05:38.8383530Z 	libmenu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so
2025-08-20T20:05:38.8383913Z 	libmemusage.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemusage.so
2025-08-20T20:05:38.8384270Z 	libmemusage.so (libc6) => /lib32/libmemusage.so
2025-08-20T20:05:38.8384639Z 	libmemcached.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemcached.so.11
2025-08-20T20:05:38.8385074Z 	libmediainfo.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmediainfo.so.0
2025-08-20T20:05:38.8385487Z 	libmecab.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmecab.so.2
2025-08-20T20:05:38.8385860Z 	libmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmd.so.0
2025-08-20T20:05:38.8386239Z 	libmbim-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmbim-glib.so.4
2025-08-20T20:05:38.8386662Z 	libmaxminddb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmaxminddb.so.0
2025-08-20T20:05:38.8387061Z 	libmana.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so.1
2025-08-20T20:05:38.8387429Z 	libmana.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so
2025-08-20T20:05:38.8388017Z 	libmagic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmagic.so.1
2025-08-20T20:05:38.8388377Z 	libm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libm.so.6
2025-08-20T20:05:38.8388675Z 	libm.so.6 (libc6) => /lib32/libm.so.6
2025-08-20T20:05:38.8388978Z 	liblz4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so.1
2025-08-20T20:05:38.8389334Z 	liblz4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so
2025-08-20T20:05:38.8389691Z 	liblzo2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzo2.so.2
2025-08-20T20:05:38.8390061Z 	liblzma.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so.5
2025-08-20T20:05:38.8390746Z 	liblzma.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so
2025-08-20T20:05:38.8391119Z 	liblz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so.1
2025-08-20T20:05:38.8391577Z 	liblz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so
2025-08-20T20:05:38.8391971Z 	liblvm2cmd.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T20:05:38.8392387Z 	liblua5.4.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4.so.0
2025-08-20T20:05:38.8392788Z 	liblua5.4-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T20:05:38.8393180Z 	liblua5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3.so.0
2025-08-20T20:05:38.8393573Z 	liblua5.3-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T20:05:38.8393981Z 	liblttng-ust.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust.so.1
2025-08-20T20:05:38.8394490Z 	liblttng-ust-tracepoint.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T20:05:38.8395132Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T20:05:38.8395894Z 	liblttng-ust-libc-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T20:05:38.8396453Z 	liblttng-ust-fork.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T20:05:38.8396933Z 	liblttng-ust-fd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T20:05:38.8397387Z 	liblttng-ust-dl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T20:05:38.8397908Z 	liblttng-ust-cyg-profile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T20:05:38.8398531Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T20:05:38.8399104Z 	liblttng-ust-ctl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T20:05:38.8399611Z 	liblttng-ust-common.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T20:05:38.8400066Z 	libltdl.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libltdl.so.7
2025-08-20T20:05:38.8400626Z 	liblsan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblsan.so.0
2025-08-20T20:05:38.8407708Z 	liblqr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblqr-1.so.0
2025-08-20T20:05:38.8408159Z 	liblmdb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblmdb.so.0
2025-08-20T20:05:38.8408583Z 	liblldb-18.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so.1
2025-08-20T20:05:38.8408984Z 	liblldb-18.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so
2025-08-20T20:05:38.8409386Z 	liblldb-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so.1
2025-08-20T20:05:38.8409774Z 	liblldb-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so
2025-08-20T20:05:38.8410153Z 	liblldb-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so.1
2025-08-20T20:05:38.8410766Z 	liblldb-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so
2025-08-20T20:05:38.8411153Z 	libldap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libldap.so.2
2025-08-20T20:05:38.8411536Z 	liblcms2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblcms2.so.2
2025-08-20T20:05:38.8411912Z 	liblber.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblber.so.2
2025-08-20T20:05:38.8412310Z 	libk5crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libk5crypto.so.3
2025-08-20T20:05:38.8412876Z 	libksba.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libksba.so.8
2025-08-20T20:05:38.8413290Z 	libkrb5support.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5support.so.0
2025-08-20T20:05:38.8413705Z 	libkrb5.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5.so.3
2025-08-20T20:05:38.8414063Z 	libkmod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkmod.so.2
2025-08-20T20:05:38.8414451Z 	libkeyutils.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkeyutils.so.1
2025-08-20T20:05:38.8414863Z 	libjxrglue.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjxrglue.so.0
2025-08-20T20:05:38.8415270Z 	libjsoncpp.so.25 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjsoncpp.so.25
2025-08-20T20:05:38.8415711Z 	libjson-glib-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T20:05:38.8416143Z 	libjson-c.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-c.so.5
2025-08-20T20:05:38.8416515Z 	libjq.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjq.so.1
2025-08-20T20:05:38.8416889Z 	libjpegxr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpegxr.so.0
2025-08-20T20:05:38.8417300Z 	libjpeg.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpeg.so.8
2025-08-20T20:05:38.8417660Z 	libjcat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjcat.so.1
2025-08-20T20:05:38.8418048Z 	libjbig2dec.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig2dec.so.0
2025-08-20T20:05:38.8418455Z 	libjbig.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig.so.0
2025-08-20T20:05:38.8418836Z 	libjansson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjansson.so.4
2025-08-20T20:05:38.8419231Z 	libitm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libitm.so.1
2025-08-20T20:05:38.8419594Z 	libisns.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisns.so.0
2025-08-20T20:05:38.8420073Z 	libisl.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisl.so.23
2025-08-20T20:05:38.8420846Z 	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-20T20:05:38.8421578Z 	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-20T20:05:38.8422266Z 	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-20T20:05:38.8422925Z 	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-20T20:05:38.8423451Z 	libip6tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip6tc.so.2
2025-08-20T20:05:38.8423836Z 	libip4tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip4tc.so.2
2025-08-20T20:05:38.8424208Z 	libinih.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libinih.so.1
2025-08-20T20:05:38.8424589Z 	libijs-0.35.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libijs-0.35.so
2025-08-20T20:05:38.8424966Z 	libidn2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn2.so.0
2025-08-20T20:05:38.8425328Z 	libidn.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn.so.12
2025-08-20T20:05:38.8425700Z 	libicuuc.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.74
2025-08-20T20:05:38.8426082Z 	libicuuc.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.70
2025-08-20T20:05:38.8426460Z 	libicuuc.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so
2025-08-20T20:05:38.8426832Z 	libicutu.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.74
2025-08-20T20:05:38.8427212Z 	libicutu.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.70
2025-08-20T20:05:38.8427582Z 	libicutu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so
2025-08-20T20:05:38.8427972Z 	libicutest.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.74
2025-08-20T20:05:38.8428383Z 	libicutest.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.70
2025-08-20T20:05:38.8428777Z 	libicutest.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so
2025-08-20T20:05:38.8429171Z 	libicui18n.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.74
2025-08-20T20:05:38.8429707Z 	libicui18n.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.70
2025-08-20T20:05:38.8430097Z 	libicui18n.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so
2025-08-20T20:05:38.8430691Z 	libicuio.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.74
2025-08-20T20:05:38.8431093Z 	libicuio.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.70
2025-08-20T20:05:38.8431471Z 	libicuio.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so
2025-08-20T20:05:38.8431856Z 	libicudata.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.74
2025-08-20T20:05:38.8432262Z 	libicudata.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.70
2025-08-20T20:05:38.8432658Z 	libicudata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so
2025-08-20T20:05:38.8433089Z 	libibverbs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so.1
2025-08-20T20:05:38.8433483Z 	libibverbs.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so
2025-08-20T20:05:38.8433875Z 	libhwasan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhwasan.so.0
2025-08-20T20:05:38.8434298Z 	libhunspell-1.7.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T20:05:38.8434731Z 	libhogweed.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhogweed.so.6
2025-08-20T20:05:38.8435131Z 	libhistory.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhistory.so.8
2025-08-20T20:05:38.8435568Z 	libhiredis_ssl.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T20:05:38.8436025Z 	libhiredis.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T20:05:38.8436435Z 	libhgfs.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhgfs.so.0
2025-08-20T20:05:38.8436926Z 	libheif.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libheif.so.1
2025-08-20T20:05:38.8437303Z 	libhavege.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhavege.so.2
2025-08-20T20:05:38.8437697Z 	libhashkit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhashkit.so.2
2025-08-20T20:05:38.8438109Z 	libharfbuzz.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libharfbuzz.so.0
2025-08-20T20:05:38.8438509Z 	libhandle.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhandle.so.1
2025-08-20T20:05:38.8438887Z 	libgusb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgusb.so.2
2025-08-20T20:05:38.8439272Z 	libguestlib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestlib.so.0
2025-08-20T20:05:38.8439745Z 	libguestStoreClient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestStoreClient.so.0
2025-08-20T20:05:38.8440219Z 	libgudev-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgudev-1.0.so.0
2025-08-20T20:05:38.8440947Z 	libgtk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgtk-3.so.0
2025-08-20T20:05:38.8441577Z 	libgthread-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgthread-2.0.so.0
2025-08-20T20:05:38.8442035Z 	libgstreamer-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T20:05:38.8442484Z 	libgstnet-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T20:05:38.8442960Z 	libgstcontroller-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T20:05:38.8443453Z 	libgstcheck-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T20:05:38.8443893Z 	libgstbase-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T20:05:38.8444329Z 	libgssapi_krb5.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T20:05:38.8444725Z 	libgs.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgs.so.10
2025-08-20T20:05:38.8445118Z 	libgraphite2.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgraphite2.so.3
2025-08-20T20:05:38.8445540Z 	libgprofng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgprofng.so.0
2025-08-20T20:05:38.8445926Z 	libgpm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpm.so.2
2025-08-20T20:05:38.8446306Z 	libgpgme.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpgme.so.11
2025-08-20T20:05:38.8446852Z 	libgpg-error.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpg-error.so.0
2025-08-20T20:05:38.8447259Z 	libgomp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgomp.so.1
2025-08-20T20:05:38.8447663Z 	libgobject-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgobject-2.0.so.0
2025-08-20T20:05:38.8448080Z 	libgnutls.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgnutls.so.30
2025-08-20T20:05:38.8448472Z 	libgmpxx.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so.4
2025-08-20T20:05:38.8448845Z 	libgmpxx.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so
2025-08-20T20:05:38.8449212Z 	libgmp.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so.10
2025-08-20T20:05:38.8449569Z 	libgmp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so
2025-08-20T20:05:38.8449965Z 	libgmodule-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T20:05:38.8450383Z 	libglib-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libglib-2.0.so.0
2025-08-20T20:05:38.8451097Z 	libgirepository-1.0.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T20:05:38.8451550Z 	libgio-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgio-2.0.so.0
2025-08-20T20:05:38.8451951Z 	libgfortran.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgfortran.so.5
2025-08-20T20:05:38.8452386Z 	libgdk_pixbuf-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T20:05:38.8452808Z 	libgdk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk-3.so.0
2025-08-20T20:05:38.8453214Z 	libgdbm_compat.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm_compat.so.4
2025-08-20T20:05:38.8453629Z 	libgdbm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm.so.6
2025-08-20T20:05:38.8453997Z 	libgd.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgd.so.3
2025-08-20T20:05:38.8454628Z 	libgctba.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgctba.so.1
2025-08-20T20:05:38.8455035Z 	libgcrypt.so.20 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcrypt.so.20
2025-08-20T20:05:38.8455440Z 	libgccpp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgccpp.so.1
2025-08-20T20:05:38.8455810Z 	libgcc_s.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcc_s.so.1
2025-08-20T20:05:38.8456141Z 	libgcc_s.so.1 (libc6) => /lib32/libgcc_s.so.1
2025-08-20T20:05:38.8456461Z 	libgc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgc.so.1
2025-08-20T20:05:38.8456812Z 	libgbm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgbm.so.1
2025-08-20T20:05:38.8457321Z 	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-20T20:05:38.8457838Z 	libfwupd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfwupd.so.2
2025-08-20T20:05:38.8458216Z 	libfuse3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfuse3.so.3
2025-08-20T20:05:38.8458590Z 	libftdi1.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libftdi1.so.2
2025-08-20T20:05:38.8458990Z 	libfsverity.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfsverity.so.0
2025-08-20T20:05:38.8459408Z 	libfribidi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfribidi.so.0
2025-08-20T20:05:38.8459818Z 	libfreetype.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreetype.so.6
2025-08-20T20:05:38.8460215Z 	libfreebl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreebl3.so
2025-08-20T20:05:38.8460849Z 	libfreeblpriv3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreeblpriv3.so
2025-08-20T20:05:38.8461271Z 	libformw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so.6
2025-08-20T20:05:38.8461654Z 	libformw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so
2025-08-20T20:05:38.8462026Z 	libform.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so.6
2025-08-20T20:05:38.8462391Z 	libform.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so
2025-08-20T20:05:38.8462777Z 	libfontenc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontenc.so.1
2025-08-20T20:05:38.8463201Z 	libfontconfig.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontconfig.so.1
2025-08-20T20:05:38.8463750Z 	libflashrom.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libflashrom.so.1
2025-08-20T20:05:38.8464145Z 	libfido2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfido2.so.1
2025-08-20T20:05:38.8464567Z 	libfftw3_threads.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_threads.so.3
2025-08-20T20:05:38.8465011Z 	libfftw3_omp.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_omp.so.3
2025-08-20T20:05:38.8465398Z 	libfftw3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3.so.3
2025-08-20T20:05:38.8465767Z 	libffi.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so.8
2025-08-20T20:05:38.8466119Z 	libffi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so
2025-08-20T20:05:38.8466478Z 	libfdisk.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfdisk.so.1
2025-08-20T20:05:38.8466855Z 	libfcgi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi.so.0
2025-08-20T20:05:38.8467234Z 	libfcgi++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi++.so.0
2025-08-20T20:05:38.8467632Z 	libfbclient.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfbclient.so.2
2025-08-20T20:05:38.8468051Z 	libfastjson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfastjson.so.4
2025-08-20T20:05:38.8468511Z 	libfakeroot-0.so (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T20:05:38.8468951Z 	libe2p.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libe2p.so.2
2025-08-20T20:05:38.8469327Z 	libext2fs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libext2fs.so.2
2025-08-20T20:05:38.8469709Z 	libexslt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexslt.so.0
2025-08-20T20:05:38.8470090Z 	libexpatw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so.1
2025-08-20T20:05:38.8470701Z 	libexpatw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so
2025-08-20T20:05:38.8471227Z 	libexpat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so.1
2025-08-20T20:05:38.8471610Z 	libexpat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so
2025-08-20T20:05:38.8472052Z 	libevent_pthreads-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T20:05:38.8472545Z 	libevent_core-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T20:05:38.8472962Z 	libevdev.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevdev.so.2
2025-08-20T20:05:38.8473328Z 	libestr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libestr.so.0
2025-08-20T20:05:38.8473704Z 	libepoxy.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libepoxy.so.0
2025-08-20T20:05:38.8474105Z 	libenchant-2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libenchant-2.so.2
2025-08-20T20:05:38.8474500Z 	libelf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libelf.so.1
2025-08-20T20:05:38.8474875Z 	libefivar.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefivar.so.1
2025-08-20T20:05:38.8475276Z 	libefiboot.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefiboot.so.1
2025-08-20T20:05:38.8475656Z 	libefa.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so.1
2025-08-20T20:05:38.8476006Z 	libefa.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so
2025-08-20T20:05:38.8476367Z 	libedit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libedit.so.2
2025-08-20T20:05:38.8476764Z 	libeatmydata.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so.1
2025-08-20T20:05:38.8477185Z 	libeatmydata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so
2025-08-20T20:05:38.8477566Z 	libdw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdw.so.1
2025-08-20T20:05:38.8477953Z 	libduktape.so.207 (libc6,x86-64) => /lib/x86_64-linux-gnu/libduktape.so.207
2025-08-20T20:05:38.8478392Z 	libdrop_ambient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrop_ambient.so.0
2025-08-20T20:05:38.8478827Z 	libdrm_intel.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_intel.so.1
2025-08-20T20:05:38.8479245Z 	libdrm_amdgpu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T20:05:38.8479640Z 	libdrm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm.so.2
2025-08-20T20:05:38.8480167Z 	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-20T20:05:38.8480921Z 	libdl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdl.so.2
2025-08-20T20:05:38.8481236Z 	libdl.so.2 (libc6) => /lib32/libdl.so.2
2025-08-20T20:05:38.8481582Z 	libdjvulibre.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdjvulibre.so.21
2025-08-20T20:05:38.8481997Z 	libde265.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libde265.so.0
2025-08-20T20:05:38.8482425Z 	libdevmapper.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T20:05:38.8482949Z 	libdevmapper-event.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T20:05:38.8483543Z 	libdevmapper-event-lvm2vdo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T20:05:38.8484165Z 	libdevmapper-event-lvm2thin.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T20:05:38.8484821Z 	libdevmapper-event-lvm2snapshot.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T20:05:38.8485475Z 	libdevmapper-event-lvm2raid.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T20:05:38.8486109Z 	libdevmapper-event-lvm2mirror.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T20:05:38.8486739Z 	libdevmapper-event-lvm2.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T20:05:38.8487324Z 	libdevmapper-event-lvm2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T20:05:38.8487815Z 	libdeflate.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdeflate.so.0
2025-08-20T20:05:38.8488259Z 	libdebconfclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdebconfclient.so.0
2025-08-20T20:05:38.8488810Z 	libdconf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdconf.so.1
2025-08-20T20:05:38.8489242Z 	libdbusmenu-gtk3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T20:05:38.8489717Z 	libdbusmenu-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T20:05:38.8490149Z 	libdbus-1.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so.3
2025-08-20T20:05:38.8490739Z 	libdbus-1.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so
2025-08-20T20:05:38.8491115Z 	libdb-5.3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdb-5.3.so
2025-08-20T20:05:38.8491489Z 	libdatrie.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdatrie.so.1
2025-08-20T20:05:38.8491868Z 	libcurl.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl.so.4
2025-08-20T20:05:38.8492279Z 	libcurl-gnutls.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T20:05:38.8492695Z 	libcups.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcups.so.2
2025-08-20T20:05:38.8493063Z 	libctf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf.so.0
2025-08-20T20:05:38.8493454Z 	libctf-nobfd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd.so.0
2025-08-20T20:05:38.8493929Z 	libctf-nobfd-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so.0
2025-08-20T20:05:38.8494426Z 	libctf-nobfd-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so
2025-08-20T20:05:38.8494915Z 	libctf-nobfd-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T20:05:38.8495398Z 	libctf-nobfd-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T20:05:38.8495882Z 	libctf-nobfd-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T20:05:38.8496361Z 	libctf-nobfd-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T20:05:38.8496813Z 	libctf-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so.0
2025-08-20T20:05:38.8497235Z 	libctf-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so
2025-08-20T20:05:38.8497646Z 	libctf-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so.0
2025-08-20T20:05:38.8498058Z 	libctf-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so
2025-08-20T20:05:38.8498634Z 	libctf-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so.0
2025-08-20T20:05:38.8499044Z 	libctf-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so
2025-08-20T20:05:38.8499478Z 	libcryptsetup.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcryptsetup.so.12
2025-08-20T20:05:38.8499907Z 	libcrypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so.3
2025-08-20T20:05:38.8500293Z 	libcrypto.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so
2025-08-20T20:05:38.8500904Z 	libcrypt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so.1
2025-08-20T20:05:38.8501282Z 	libcrypt.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so
2025-08-20T20:05:38.8501665Z 	libcom_err.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcom_err.so.2
2025-08-20T20:05:38.8502101Z 	libcolordprivate.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolordprivate.so.2
2025-08-20T20:05:38.8502542Z 	libcolord.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolord.so.2
2025-08-20T20:05:38.8502945Z 	libclang-18.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-18.so.18
2025-08-20T20:05:38.8503354Z 	libclang-17.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-17.so.17
2025-08-20T20:05:38.8503781Z 	libclang-16.so.16.0.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T20:05:38.8504226Z 	libclang-cpp.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T20:05:38.8504671Z 	libclang-cpp.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.17
2025-08-20T20:05:38.8505099Z 	libclang-cpp.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.16
2025-08-20T20:05:38.8505501Z 	libcc1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcc1.so.0
2025-08-20T20:05:38.8506131Z 	libcbor.so.0.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcbor.so.0.10
2025-08-20T20:05:38.8506530Z 	libcares.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcares.so.2
2025-08-20T20:05:38.8506909Z 	libcap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap.so.2
2025-08-20T20:05:38.8507286Z 	libcap-ng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap-ng.so.0
2025-08-20T20:05:38.8507690Z 	libcanberra.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcanberra.so.0
2025-08-20T20:05:38.8508090Z 	libcairo.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo.so.2
2025-08-20T20:05:38.8508517Z 	libcairo-gobject.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo-gobject.so.2
2025-08-20T20:05:38.8508987Z 	libc_malloc_debug.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T20:05:38.8509408Z 	libc_malloc_debug.so.0 (libc6) => /lib32/libc_malloc_debug.so.0
2025-08-20T20:05:38.8509814Z 	libc_malloc_debug.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so
2025-08-20T20:05:38.8510216Z 	libc.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc.so.6
2025-08-20T20:05:38.8510757Z 	libc.so.6 (libc6) => /lib32/libc.so.6
2025-08-20T20:05:38.8511083Z 	libc-client.so.2007e (libc6,x86-64) => /lib/libc-client.so.2007e
2025-08-20T20:05:38.8511498Z 	libbz2.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbz2.so.1.0
2025-08-20T20:05:38.8511893Z 	libbytesize.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbytesize.so.1
2025-08-20T20:05:38.8512280Z 	libbsd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbsd.so.0
2025-08-20T20:05:38.8512677Z 	libbrotlienc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlienc.so.1
2025-08-20T20:05:38.8513105Z 	libbrotlidec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlidec.so.1
2025-08-20T20:05:38.8513552Z 	libbrotlicommon.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlicommon.so.1
2025-08-20T20:05:38.8513970Z 	libbpf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbpf.so.1
2025-08-20T20:05:38.8514359Z 	libblockdev.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblockdev.so.3
2025-08-20T20:05:38.8514760Z 	libblkid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblkid.so.1
2025-08-20T20:05:38.8515313Z 	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-20T20:05:38.8516023Z 	libbfd-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-system.so
2025-08-20T20:05:38.8516480Z 	libbfd-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-arm64.so
2025-08-20T20:05:38.8516920Z 	libbfd-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T20:05:38.8517351Z 	libbfd-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T20:05:38.8517770Z 	libbd_utils.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_utils.so.3
2025-08-20T20:05:38.8518166Z 	libbd_swap.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_swap.so.3
2025-08-20T20:05:38.8518556Z 	libbd_part.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_part.so.3
2025-08-20T20:05:38.8518939Z 	libbd_nvme.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_nvme.so.3
2025-08-20T20:05:38.8519333Z 	libbd_mdraid.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_mdraid.so.3
2025-08-20T20:05:38.8519743Z 	libbd_loop.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_loop.so.3
2025-08-20T20:05:38.8520116Z 	libbd_fs.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_fs.so.3
2025-08-20T20:05:38.8520725Z 	libbd_crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_crypto.so.3
2025-08-20T20:05:38.8521131Z 	libbcc_bpf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc_bpf.so.0
2025-08-20T20:05:38.8521507Z 	libbcc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc.so.0
2025-08-20T20:05:38.8521918Z 	libavahi-common.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-common.so.3
2025-08-20T20:05:38.8522379Z 	libavahi-client.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-client.so.3
2025-08-20T20:05:38.8522929Z 	libaudit.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaudit.so.1
2025-08-20T20:05:38.8523313Z 	libattr.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libattr.so.1
2025-08-20T20:05:38.8523687Z 	libatspi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatspi.so.0
2025-08-20T20:05:38.8524077Z 	libatomic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatomic.so.1
2025-08-20T20:05:38.8524455Z 	libatm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatm.so.1
2025-08-20T20:05:38.8524834Z 	libatk-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-1.0.so.0
2025-08-20T20:05:38.8525267Z 	libatk-bridge-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T20:05:38.8525719Z 	libatasmart.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatasmart.so.4
2025-08-20T20:05:38.8526131Z 	libassuan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libassuan.so.0
2025-08-20T20:05:38.8526529Z 	libaspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaspell.so.15
2025-08-20T20:05:38.8526932Z 	libasound.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasound.so.2
2025-08-20T20:05:38.8527314Z 	libasan.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasan.so.8
2025-08-20T20:05:38.8527696Z 	libaria2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaria2.so.0
2025-08-20T20:05:38.8528083Z 	libargon2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libargon2.so.1
2025-08-20T20:05:38.8528481Z 	libarchive.so.13 (libc6,x86-64) => /lib/x86_64-linux-gnu/libarchive.so.13
2025-08-20T20:05:38.8528938Z 	libapt-private.so.0.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-private.so.0.0
2025-08-20T20:05:38.8529408Z 	libapt-pkg.so.6.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T20:05:38.8529836Z 	libaprutil-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaprutil-1.so.0
2025-08-20T20:05:38.8530243Z 	libapr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapr-1.so.0
2025-08-20T20:05:38.8530854Z 	libappstream.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libappstream.so.5
2025-08-20T20:05:38.8531285Z 	libapparmor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapparmor.so.1
2025-08-20T20:05:38.8531674Z 	libaom.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaom.so.3
2025-08-20T20:05:38.8532035Z 	libanl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so.1
2025-08-20T20:05:38.8532480Z 	libanl.so.1 (libc6) => /lib32/libanl.so.1
2025-08-20T20:05:38.8532782Z 	libanl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so
2025-08-20T20:05:38.8533183Z 	libaio.so.1t64 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaio.so.1t64
2025-08-20T20:05:38.8533555Z 	libacl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libacl.so.1
2025-08-20T20:05:38.8533911Z 	libX11.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11.so.6
2025-08-20T20:05:38.8534283Z 	libX11-xcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11-xcb.so.1
2025-08-20T20:05:38.8534680Z 	libXxf86vm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXxf86vm.so.1
2025-08-20T20:05:38.8535069Z 	libXtst.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXtst.so.6
2025-08-20T20:05:38.8535437Z 	libXt.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXt.so.6
2025-08-20T20:05:38.8535786Z 	libXss.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXss.so.1
2025-08-20T20:05:38.8536163Z 	libXrender.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrender.so.1
2025-08-20T20:05:38.8536563Z 	libXrandr.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrandr.so.2
2025-08-20T20:05:38.8536934Z 	libXpm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXpm.so.4
2025-08-20T20:05:38.8537297Z 	libXmuu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmuu.so.1
2025-08-20T20:05:38.8537659Z 	libXmu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmu.so.6
2025-08-20T20:05:38.8538043Z 	libXinerama.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXinerama.so.1
2025-08-20T20:05:38.8538429Z 	libXi.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXi.so.6
2025-08-20T20:05:38.8538781Z 	libXft.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXft.so.2
2025-08-20T20:05:38.8539155Z 	libXfont2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfont2.so.2
2025-08-20T20:05:38.8539654Z 	libXfixes.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfixes.so.3
2025-08-20T20:05:38.8540040Z 	libXext.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXext.so.6
2025-08-20T20:05:38.8540578Z 	libXdmcp.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so.6
2025-08-20T20:05:38.8541012Z 	libXdmcp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so
2025-08-20T20:05:38.8541398Z 	libXdamage.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdamage.so.1
2025-08-20T20:05:38.8541797Z 	libXcursor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcursor.so.1
2025-08-20T20:05:38.8542218Z 	libXcomposite.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcomposite.so.1
2025-08-20T20:05:38.8542623Z 	libXaw.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXaw.so.7
2025-08-20T20:05:38.8542980Z 	libXau.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so.6
2025-08-20T20:05:38.8543329Z 	libXau.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so
2025-08-20T20:05:38.8543686Z 	libSM.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libSM.so.6
2025-08-20T20:05:38.8544109Z 	libOpenEXRUtil-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T20:05:38.8544611Z 	libOpenEXRCore-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T20:05:38.8545101Z 	libOpenEXR-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T20:05:38.8545580Z 	libMagickWand-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T20:05:38.8546076Z 	libMagickCore-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T20:05:38.8546511Z 	libLerc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLerc.so.4
2025-08-20T20:05:38.8546891Z 	libLLVM.so.19.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.19.1
2025-08-20T20:05:38.8547276Z 	libLLVM.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.18.1
2025-08-20T20:05:38.8547664Z 	libLLVM-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so.1
2025-08-20T20:05:38.8548052Z 	libLLVM-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so
2025-08-20T20:05:38.8548435Z 	libLLVM-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so.1
2025-08-20T20:05:38.8548941Z 	libLLVM-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so
2025-08-20T20:05:38.8549316Z 	libJudy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libJudy.so.1
2025-08-20T20:05:38.8549710Z 	libImath-3_1.so.29 (libc6,x86-64) => /lib/x86_64-linux-gnu/libImath-3_1.so.29
2025-08-20T20:05:38.8550147Z 	libIlmThread-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T20:05:38.8550816Z 	libIex-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIex-3_1.so.30
2025-08-20T20:05:38.8551204Z 	libICE.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libICE.so.6
2025-08-20T20:05:38.8551604Z 	libGLdispatch.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLdispatch.so.0
2025-08-20T20:05:38.8552027Z 	libGLX_mesa.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX_mesa.so.0
2025-08-20T20:05:38.8552408Z 	libGLX.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX.so.0
2025-08-20T20:05:38.8552761Z 	libGL.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGL.so.1
2025-08-20T20:05:38.8553155Z 	libDeployPkg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libDeployPkg.so.0
2025-08-20T20:05:38.8553603Z 	libBrokenLocale.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so.1
2025-08-20T20:05:38.8554032Z 	libBrokenLocale.so.1 (libc6) => /lib32/libBrokenLocale.so.1
2025-08-20T20:05:38.8554443Z 	libBrokenLocale.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so
2025-08-20T20:05:38.8554848Z 	ld-musl-x86_64.so.1 (libc6,x86-64) => /lib/ld-musl-x86_64.so.1
2025-08-20T20:05:38.8555171Z 	ld-linux.so.2 (libc6) => /lib32/ld-linux.so.2
2025-08-20T20:05:38.8555451Z 	ld-linux.so.2 (libc6) => /lib/ld-linux.so.2
2025-08-20T20:05:38.8555814Z 	ld-linux-x86-64.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
2025-08-20T20:05:38.8556416Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.5) stable release version 2.39
2025-08-20T20:05:39.0791725Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T20:05:39.2690781Z Collecting meson
2025-08-20T20:05:39.3310024Z   Downloading meson-1.8.4-py3-none-any.whl.metadata (1.8 kB)
2025-08-20T20:05:39.3717870Z Collecting ninja
2025-08-20T20:05:39.3818475Z   Downloading ninja-1.13.0-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.metadata (5.1 kB)
2025-08-20T20:05:39.3993548Z Downloading meson-1.8.4-py3-none-any.whl (1.0 MB)
2025-08-20T20:05:39.4449201Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.0/1.0 MB 40.2 MB/s  0:00:00
2025-08-20T20:05:39.4613914Z Downloading ninja-1.13.0-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (180 kB)
2025-08-20T20:05:39.5531465Z Installing collected packages: ninja, meson
2025-08-20T20:05:40.2859140Z 
2025-08-20T20:05:40.2887946Z Successfully installed meson-1.8.4 ninja-1.13.0
2025-08-20T20:05:40.5797811Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T20:05:40.6876184Z Requirement already satisfied: meson in /home/runner/.local/lib/python3.12/site-packages (1.8.4)
2025-08-20T20:05:40.7620397Z Requirement already satisfied: ninja in /home/runner/.local/lib/python3.12/site-packages (1.13.0)
2025-08-20T20:05:41.2495868Z 1.8.4
2025-08-20T20:05:41.2765111Z 1.13.0.git.kitware.jobserver-pipe-1
2025-08-20T20:05:41.3020357Z 680 libs found in cache `/etc/ld.so.cache'
2025-08-20T20:05:41.3021347Z 	libz3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so.4
2025-08-20T20:05:41.3022020Z 	libz3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so
2025-08-20T20:05:41.3022643Z 	libzstd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so.1
2025-08-20T20:05:41.3023282Z 	libzstd.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so
2025-08-20T20:05:41.3023950Z 	libzmq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzmq.so.5
2025-08-20T20:05:41.3024583Z 	libzip.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzip.so.4
2025-08-20T20:05:41.3025178Z 	libzen.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzen.so.0
2025-08-20T20:05:41.3025740Z 	libz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so.1
2025-08-20T20:05:41.3026591Z 	libz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so
2025-08-20T20:05:41.3027161Z 	libyaml-0.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyaml-0.so.2
2025-08-20T20:05:41.3027843Z 	libyajl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyajl.so.2
2025-08-20T20:05:41.3028550Z 	libxxhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxxhash.so.0
2025-08-20T20:05:41.3029279Z 	libxtables.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxtables.so.12
2025-08-20T20:05:41.3029974Z 	libxslt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxslt.so.1
2025-08-20T20:05:41.3030868Z 	libxshmfence.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxshmfence.so.1
2025-08-20T20:05:41.3031599Z 	libxml2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so.2
2025-08-20T20:05:41.3032307Z 	libxml2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so
2025-08-20T20:05:41.3033036Z 	libxmlsec1.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1.so.1
2025-08-20T20:05:41.3033882Z 	libxmlsec1-openssl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T20:05:41.3034710Z 	libxmlb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlb.so.2
2025-08-20T20:05:41.3035400Z 	libxkbfile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbfile.so.1
2025-08-20T20:05:41.3036167Z 	libxkbcommon.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbcommon.so.0
2025-08-20T20:05:41.3036903Z 	libxcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so.1
2025-08-20T20:05:41.3037533Z 	libxcb.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so
2025-08-20T20:05:41.3037973Z 	libxcb-xfixes.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T20:05:41.3038473Z 	libxcb-xfixes.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so
2025-08-20T20:05:41.3039105Z 	libxcb-sync.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-sync.so.1
2025-08-20T20:05:41.3039546Z 	libxcb-shm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shm.so.0
2025-08-20T20:05:41.3039971Z 	libxcb-shape.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so.0
2025-08-20T20:05:41.3040589Z 	libxcb-shape.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so
2025-08-20T20:05:41.3041119Z 	libxcb-render.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so.0
2025-08-20T20:05:41.3041566Z 	libxcb-render.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so
2025-08-20T20:05:41.3041989Z 	libxcb-randr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-randr.so.0
2025-08-20T20:05:41.3042457Z 	libxcb-present.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-present.so.0
2025-08-20T20:05:41.3042911Z 	libxcb-glx.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-glx.so.0
2025-08-20T20:05:41.3043333Z 	libxcb-dri3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-dri3.so.0
2025-08-20T20:05:41.3043746Z 	libwrap.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwrap.so.0
2025-08-20T20:05:41.3044165Z 	libwmflite-0.2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T20:05:41.3044587Z 	libwebpmux.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpmux.so.3
2025-08-20T20:05:41.3045020Z 	libwebpdemux.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpdemux.so.2
2025-08-20T20:05:41.3045438Z 	libwebp.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebp.so.7
2025-08-20T20:05:41.3045838Z 	libwbclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwbclient.so.0
2025-08-20T20:05:41.3046300Z 	libwayland-server.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-server.so.0
2025-08-20T20:05:41.3046784Z 	libwayland-egl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-egl.so.1
2025-08-20T20:05:41.3047261Z 	libwayland-cursor.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-cursor.so.0
2025-08-20T20:05:41.3047751Z 	libwayland-client.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-client.so.0
2025-08-20T20:05:41.3048206Z 	libvulkan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvulkan.so.1
2025-08-20T20:05:41.3048631Z 	libvorbisfile.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbisfile.so.3
2025-08-20T20:05:41.3049204Z 	libvorbis.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbis.so.0
2025-08-20T20:05:41.3049615Z 	libvolume_key.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvolume_key.so.1
2025-08-20T20:05:41.3050032Z 	libvmtools.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvmtools.so.0
2025-08-20T20:05:41.3050617Z 	libvgauth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvgauth.so.0
2025-08-20T20:05:41.3051077Z 	libuv.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuv.so.1
2025-08-20T20:05:41.3051439Z 	libuuid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuuid.so.1
2025-08-20T20:05:41.3051814Z 	libutil.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutil.so.1
2025-08-20T20:05:41.3052142Z 	libutil.so.1 (libc6) => /lib32/libutil.so.1
2025-08-20T20:05:41.3052492Z 	libutempter.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutempter.so.0
2025-08-20T20:05:41.3052902Z 	libusb-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libusb-1.0.so.0
2025-08-20T20:05:41.3053282Z 	liburcu.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu.so.8
2025-08-20T20:05:41.3053705Z 	liburcu-signal.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-signal.so.8
2025-08-20T20:05:41.3054149Z 	liburcu-qsbr.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T20:05:41.3054573Z 	liburcu-memb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-memb.so.8
2025-08-20T20:05:41.3054986Z 	liburcu-mb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-mb.so.8
2025-08-20T20:05:41.3055411Z 	liburcu-common.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-common.so.8
2025-08-20T20:05:41.3055842Z 	liburcu-cds.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-cds.so.8
2025-08-20T20:05:41.3056247Z 	liburcu-bp.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-bp.so.8
2025-08-20T20:05:41.3056767Z 	libunwind.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind.so.8
2025-08-20T20:05:41.3057198Z 	libunwind-x86_64.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-x86_64.so.8
2025-08-20T20:05:41.3057681Z 	libunwind-ptrace.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T20:05:41.3058192Z 	libunwind-coredump.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-coredump.so.0
2025-08-20T20:05:41.3058676Z 	libunistring.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunistring.so.5
2025-08-20T20:05:41.3059103Z 	libudisks2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudisks2.so.0
2025-08-20T20:05:41.3059500Z 	libudev.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudev.so.1
2025-08-20T20:05:41.3059902Z 	libuchardet.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuchardet.so.0
2025-08-20T20:05:41.3060308Z 	libubsan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libubsan.so.1
2025-08-20T20:05:41.3060926Z 	libtss2-tcti-swtpm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T20:05:41.3061432Z 	libtss2-tcti-mssim.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T20:05:41.3061963Z 	libtss2-tcti-device.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T20:05:41.3062472Z 	libtss2-tcti-cmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T20:05:41.3062915Z 	libtss2-sys.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-sys.so.1
2025-08-20T20:05:41.3063323Z 	libtss2-rc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-rc.so.0
2025-08-20T20:05:41.3063716Z 	libtss2-mu.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-mu.so.0
2025-08-20T20:05:41.3064126Z 	libtss2-esys.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-esys.so.0
2025-08-20T20:05:41.3064529Z 	libtsan.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtsan.so.2
2025-08-20T20:05:41.3064915Z 	libtracefs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtracefs.so.1
2025-08-20T20:05:41.3065350Z 	libtraceevent.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtraceevent.so.1
2025-08-20T20:05:41.3065773Z 	libtommath.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtommath.so.1
2025-08-20T20:05:41.3066159Z 	libtk8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtk8.6.so
2025-08-20T20:05:41.3066673Z 	libtirpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtirpc.so.3
2025-08-20T20:05:41.3067082Z 	libtinyxml2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinyxml2.so.10
2025-08-20T20:05:41.3067490Z 	libtinfo.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so.6
2025-08-20T20:05:41.3067867Z 	libtinfo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so
2025-08-20T20:05:41.3068244Z 	libtiff.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtiff.so.6
2025-08-20T20:05:41.3068639Z 	libtidy.so.5deb1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtidy.so.5deb1
2025-08-20T20:05:41.3069030Z 	libtic.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so.6
2025-08-20T20:05:41.3069383Z 	libtic.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so
2025-08-20T20:05:41.3069771Z 	libthread_db.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so.1
2025-08-20T20:05:41.3070150Z 	libthread_db.so.1 (libc6) => /lib32/libthread_db.so.1
2025-08-20T20:05:41.3070751Z 	libthread_db.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so
2025-08-20T20:05:41.3071186Z 	libthai.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthai.so.0
2025-08-20T20:05:41.3071561Z 	libtdb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtdb.so.1
2025-08-20T20:05:41.3071933Z 	libtcl8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtcl8.6.so
2025-08-20T20:05:41.3072315Z 	libtasn1.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtasn1.so.6
2025-08-20T20:05:41.3072709Z 	libtalloc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtalloc.so.2
2025-08-20T20:05:41.3073111Z 	libsystemd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsystemd.so.0
2025-08-20T20:05:41.3073511Z 	libsysfs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsysfs.so.2
2025-08-20T20:05:41.3074021Z 	libsybdb.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsybdb.so.5
2025-08-20T20:05:41.3074404Z 	libsubid.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsubid.so.4
2025-08-20T20:05:41.3074807Z 	libstemmer.so.0d (libc6,x86-64) => /lib/x86_64-linux-gnu/libstemmer.so.0d
2025-08-20T20:05:41.3075217Z 	libstdc++.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libstdc++.so.6
2025-08-20T20:05:41.3075571Z 	libstdc++.so.6 (libc6) => /lib32/libstdc++.so.6
2025-08-20T20:05:41.3075902Z 	libssl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl3.so
2025-08-20T20:05:41.3076268Z 	libssl.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so.3
2025-08-20T20:05:41.3076632Z 	libssl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so
2025-08-20T20:05:41.3076994Z 	libssh2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh2.so.1
2025-08-20T20:05:41.3077363Z 	libssh.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh.so.4
2025-08-20T20:05:41.3077716Z 	libss.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libss.so.2
2025-08-20T20:05:41.3078100Z 	libsqlite3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so.0
2025-08-20T20:05:41.3078497Z 	libsqlite3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so
2025-08-20T20:05:41.3078941Z 	libsourcekitdInProc.so (libc6,x86-64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T20:05:41.3079396Z 	libsoftokn3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsoftokn3.so
2025-08-20T20:05:41.3079797Z 	libsodium.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsodium.so.23
2025-08-20T20:05:41.3080192Z 	libsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnmp.so.40
2025-08-20T20:05:41.3080873Z 	libsnappy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnappy.so.1
2025-08-20T20:05:41.3081316Z 	libsmime3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmime3.so
2025-08-20T20:05:41.3081743Z 	libsmartcols.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmartcols.so.1
2025-08-20T20:05:41.3082154Z 	libslirp.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslirp.so.0
2025-08-20T20:05:41.3082541Z 	libslang.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslang.so.2
2025-08-20T20:05:41.3082931Z 	libsigsegv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsigsegv.so.2
2025-08-20T20:05:41.3083348Z 	libsharpyuv.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsharpyuv.so.0
2025-08-20T20:05:41.3083923Z 	libsgutils2-1.46.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T20:05:41.3084358Z 	libsframe.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsframe.so.1
2025-08-20T20:05:41.3084742Z 	libsepol.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsepol.so.2
2025-08-20T20:05:41.3085135Z 	libsensors.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsensors.so.5
2025-08-20T20:05:41.3085548Z 	libsemanage.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsemanage.so.2
2025-08-20T20:05:41.3085964Z 	libselinux.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libselinux.so.1
2025-08-20T20:05:41.3086367Z 	libseccomp.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libseccomp.so.2
2025-08-20T20:05:41.3086753Z 	libsasl2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsasl2.so.2
2025-08-20T20:05:41.3087149Z 	libruby-3.2.so.3.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T20:05:41.3087560Z 	libruby-3.2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so
2025-08-20T20:05:41.3087946Z 	librtmp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librtmp.so.1
2025-08-20T20:05:41.3088312Z 	librt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librt.so.1
2025-08-20T20:05:41.3088628Z 	librt.so.1 (libc6) => /lib32/librt.so.1
2025-08-20T20:05:41.3088955Z 	librpmsign.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmsign.so.9
2025-08-20T20:05:41.3089350Z 	librpmio.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmio.so.9
2025-08-20T20:05:41.3089756Z 	librpmbuild.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmbuild.so.9
2025-08-20T20:05:41.3090173Z 	librpm.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpm.so.9
2025-08-20T20:05:41.3090719Z 	librhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/librhash.so.0
2025-08-20T20:05:41.3091218Z 	libre2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libre2.so.10
2025-08-20T20:05:41.3091608Z 	libresolv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so.2
2025-08-20T20:05:41.3091968Z 	libresolv.so.2 (libc6) => /lib32/libresolv.so.2
2025-08-20T20:05:41.3092309Z 	libresolv.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so
2025-08-20T20:05:41.3092737Z 	libreiserfscore.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreiserfscore.so.0
2025-08-20T20:05:41.3093192Z 	libreadline.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreadline.so.8
2025-08-20T20:05:41.3093596Z 	libraw_r.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw_r.so.23
2025-08-20T20:05:41.3093971Z 	libraw.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw.so.23
2025-08-20T20:05:41.3094551Z 	librabbitmq.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/librabbitmq.so.4
2025-08-20T20:05:41.3095263Z 	libquadmath.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libquadmath.so.0
2025-08-20T20:05:41.3095991Z 	libqrtr-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqrtr-glib.so.0
2025-08-20T20:05:41.3096773Z 	libqmi-glib.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqmi-glib.so.5
2025-08-20T20:05:41.3097313Z 	libqdbm.so.14 (libc6,x86-64) => /lib/libqdbm.so.14
2025-08-20T20:05:41.3097675Z 	libp11-kit.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libp11-kit.so.0
2025-08-20T20:05:41.3098102Z 	libpython3.12.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so.1.0
2025-08-20T20:05:41.3098634Z 	libpython3.12.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so
2025-08-20T20:05:41.3099045Z 	libpthread.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpthread.so.0
2025-08-20T20:05:41.3099415Z 	libpthread.so.0 (libc6) => /lib32/libpthread.so.0
2025-08-20T20:05:41.3099761Z 	libpsx.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsx.so.2
2025-08-20T20:05:41.3100151Z 	libpspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpspell.so.15
2025-08-20T20:05:41.3100787Z 	libpsl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsl.so.5
2025-08-20T20:05:41.3101243Z 	libprotobuf-lite.so.32 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T20:05:41.3101719Z 	libprotobuf-c.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-c.so.1
2025-08-20T20:05:41.3102307Z 	libproc2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libproc2.so.0
2025-08-20T20:05:41.3102682Z 	libpq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so.5
2025-08-20T20:05:41.3103032Z 	libpq.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so
2025-08-20T20:05:41.3103393Z 	libpopt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpopt.so.0
2025-08-20T20:05:41.3103842Z 	libpolkit-gobject-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T20:05:41.3104352Z 	libpolkit-agent-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T20:05:41.3104802Z 	libpng16.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpng16.so.16
2025-08-20T20:05:41.3105185Z 	libply.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply.so.5
2025-08-20T20:05:41.3105661Z 	libply-splash-graphics.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T20:05:41.3106210Z 	libply-splash-core.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-core.so.5
2025-08-20T20:05:41.3106728Z 	libply-boot-client.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-boot-client.so.5
2025-08-20T20:05:41.3107168Z 	libplds4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplds4.so
2025-08-20T20:05:41.3107535Z 	libplc4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplc4.so
2025-08-20T20:05:41.3107925Z 	libpkgconf.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpkgconf.so.3
2025-08-20T20:05:41.3108339Z 	libpixman-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpixman-1.so.0
2025-08-20T20:05:41.3108758Z 	libpipeline.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpipeline.so.1
2025-08-20T20:05:41.3109168Z 	libpgm-5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpgm-5.3.so.0
2025-08-20T20:05:41.3109660Z 	libpfm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpfm.so.4
2025-08-20T20:05:41.3110042Z 	libperl.so.5.38 (libc6,x86-64) => /lib/x86_64-linux-gnu/libperl.so.5.38
2025-08-20T20:05:41.3110620Z 	libpcre2-32.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so.0
2025-08-20T20:05:41.3111047Z 	libpcre2-32.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so
2025-08-20T20:05:41.3111517Z 	libpcre2-16.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so.0
2025-08-20T20:05:41.3111915Z 	libpcre2-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so
2025-08-20T20:05:41.3112306Z 	libpcre2-8.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so.0
2025-08-20T20:05:41.3112696Z 	libpcre2-8.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so
2025-08-20T20:05:41.3113124Z 	libpcre2-posix.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so.3
2025-08-20T20:05:41.3113578Z 	libpcre2-posix.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so
2025-08-20T20:05:41.3114013Z 	libpcprofile.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcprofile.so
2025-08-20T20:05:41.3114386Z 	libpcprofile.so (libc6) => /lib32/libpcprofile.so
2025-08-20T20:05:41.3114761Z 	libpciaccess.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpciaccess.so.0
2025-08-20T20:05:41.3115165Z 	libpci.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpci.so.3
2025-08-20T20:05:41.3115547Z 	libpcap.so.0.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so.0.8
2025-08-20T20:05:41.3115930Z 	libpcap.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so
2025-08-20T20:05:41.3116311Z 	libparted.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libparted.so.2
2025-08-20T20:05:41.3116703Z 	libpaper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpaper.so.1
2025-08-20T20:05:41.3117129Z 	libpangoft2-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T20:05:41.3117605Z 	libpangocairo-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T20:05:41.3118055Z 	libpango-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpango-1.0.so.0
2025-08-20T20:05:41.3118461Z 	libpanelw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so.6
2025-08-20T20:05:41.3118849Z 	libpanelw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so
2025-08-20T20:05:41.3119361Z 	libpanel.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so.6
2025-08-20T20:05:41.3119740Z 	libpanel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so
2025-08-20T20:05:41.3120109Z 	libpamc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpamc.so.0
2025-08-20T20:05:41.3120670Z 	libpam_misc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam_misc.so.0
2025-08-20T20:05:41.3121069Z 	libpam.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam.so.0
2025-08-20T20:05:41.3121519Z 	libpackagekit-glib2.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T20:05:41.3122005Z 	libopenjp2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopenjp2.so.7
2025-08-20T20:05:41.3122479Z 	libopeniscsiusr.so.0.2.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T20:05:41.3123001Z 	libopcodes-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T20:05:41.3123520Z 	libopcodes-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-arm64.so
2025-08-20T20:05:41.3124020Z 	libopcodes-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T20:05:41.3124520Z 	libopcodes-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T20:05:41.3124959Z 	libonig.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libonig.so.5
2025-08-20T20:05:41.3125327Z 	libogg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libogg.so.0
2025-08-20T20:05:41.3125693Z 	libodbc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libodbc.so.2
2025-08-20T20:05:41.3126073Z 	libobjc_gc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc_gc.so.4
2025-08-20T20:05:41.3126456Z 	libobjc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc.so.4
2025-08-20T20:05:41.3126937Z 	libnvme.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme.so.1
2025-08-20T20:05:41.3127325Z 	libnvme-mi.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme-mi.so.1
2025-08-20T20:05:41.3127711Z 	libnuma.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnuma.so.1
2025-08-20T20:05:41.3128100Z 	libntfs-3g.so.89 (libc6,x86-64) => /lib/x86_64-linux-gnu/libntfs-3g.so.89
2025-08-20T20:05:41.3128487Z 	libnss3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss3.so
2025-08-20T20:05:41.3128873Z 	libnssutil3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssutil3.so
2025-08-20T20:05:41.3129278Z 	libnssdbm3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssdbm3.so
2025-08-20T20:05:41.3129667Z 	libnssckbi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssckbi.so
2025-08-20T20:05:41.3130088Z 	libnss_systemd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_systemd.so.2
2025-08-20T20:05:41.3130786Z 	libnss_hesiod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so.2
2025-08-20T20:05:41.3131196Z 	libnss_hesiod.so.2 (libc6) => /lib32/libnss_hesiod.so.2
2025-08-20T20:05:41.3131576Z 	libnss_hesiod.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so
2025-08-20T20:05:41.3131993Z 	libnss_files.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_files.so.2
2025-08-20T20:05:41.3132371Z 	libnss_files.so.2 (libc6) => /lib32/libnss_files.so.2
2025-08-20T20:05:41.3132729Z 	libnss_dns.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_dns.so.2
2025-08-20T20:05:41.3133083Z 	libnss_dns.so.2 (libc6) => /lib32/libnss_dns.so.2
2025-08-20T20:05:41.3133450Z 	libnss_compat.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so.2
2025-08-20T20:05:41.3133840Z 	libnss_compat.so.2 (libc6) => /lib32/libnss_compat.so.2
2025-08-20T20:05:41.3134216Z 	libnss_compat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so
2025-08-20T20:05:41.3134615Z 	libnspr4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnspr4.so
2025-08-20T20:05:41.3134986Z 	libnsl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnsl.so.1
2025-08-20T20:05:41.3135312Z 	libnsl.so.1 (libc6) => /lib32/libnsl.so.1
2025-08-20T20:05:41.3135785Z 	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-20T20:05:41.3136444Z 	libnpth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnpth.so.0
2025-08-20T20:05:41.3136821Z 	libnorm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnorm.so.1
2025-08-20T20:05:41.3137200Z 	libnl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so.200
2025-08-20T20:05:41.3137579Z 	libnl-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so
2025-08-20T20:05:41.3137988Z 	libnl-route-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so.200
2025-08-20T20:05:41.3138421Z 	libnl-route-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so
2025-08-20T20:05:41.3138851Z 	libnl-genl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-genl-3.so.200
2025-08-20T20:05:41.3139296Z 	libnghttp2.so.14 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnghttp2.so.14
2025-08-20T20:05:41.3139706Z 	libnftnl.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftnl.so.11
2025-08-20T20:05:41.3140128Z 	libnftables.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftables.so.1
2025-08-20T20:05:41.3140775Z 	libnfnetlink.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnfnetlink.so.0
2025-08-20T20:05:41.3141204Z 	libnewt.so.0.52 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnewt.so.0.52
2025-08-20T20:05:41.3141605Z 	libnettle.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnettle.so.8
2025-08-20T20:05:41.3142041Z 	libnetsnmpmibs.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T20:05:41.3142541Z 	libnetsnmphelpers.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T20:05:41.3143052Z 	libnetsnmpagent.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T20:05:41.3143535Z 	libnetsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmp.so.40
2025-08-20T20:05:41.3144079Z 	libnetplan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetplan.so.1
2025-08-20T20:05:41.3144492Z 	libnetpbm.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetpbm.so.11
2025-08-20T20:05:41.3144971Z 	libnetfilter_conntrack.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T20:05:41.3145464Z 	libncursesw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncursesw.so.6
2025-08-20T20:05:41.3145880Z 	libncurses.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncurses.so.6
2025-08-20T20:05:41.3146315Z 	libmysqlclient.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so.21
2025-08-20T20:05:41.3146772Z 	libmysqlclient.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so
2025-08-20T20:05:41.3147189Z 	libmvec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so.1
2025-08-20T20:05:41.3147562Z 	libmvec.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so
2025-08-20T20:05:41.3147931Z 	libmultipath.so.0 (libc6,x86-64) => /lib/libmultipath.so.0
2025-08-20T20:05:41.3148320Z 	libmspack.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmspack.so.0
2025-08-20T20:05:41.3148712Z 	libmpfr.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpfr.so.6
2025-08-20T20:05:41.3149084Z 	libmpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpc.so.3
2025-08-20T20:05:41.3149458Z 	libmpathutil.so.0 (libc6,x86-64) => /lib/libmpathutil.so.0
2025-08-20T20:05:41.3149850Z 	libmpathpersist.so.0 (libc6,x86-64) => /lib/libmpathpersist.so.0
2025-08-20T20:05:41.3150250Z 	libmpathcmd.so.0 (libc6,x86-64) => /lib/libmpathcmd.so.0
2025-08-20T20:05:41.3150832Z 	libmount.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmount.so.1
2025-08-20T20:05:41.3151220Z 	libmnl.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmnl.so.0
2025-08-20T20:05:41.3151582Z 	libmms.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmms.so.0
2025-08-20T20:05:41.3151964Z 	libmm-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmm-glib.so.0
2025-08-20T20:05:41.3152356Z 	libmlx5.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so.1
2025-08-20T20:05:41.3152732Z 	libmlx5.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so
2025-08-20T20:05:41.3153103Z 	libmlx4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so.1
2025-08-20T20:05:41.3153463Z 	libmlx4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so
2025-08-20T20:05:41.3153967Z 	libmenuw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so.6
2025-08-20T20:05:41.3154346Z 	libmenuw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so
2025-08-20T20:05:41.3154715Z 	libmenu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so.6
2025-08-20T20:05:41.3155078Z 	libmenu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so
2025-08-20T20:05:41.3155467Z 	libmemusage.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemusage.so
2025-08-20T20:05:41.3155827Z 	libmemusage.so (libc6) => /lib32/libmemusage.so
2025-08-20T20:05:41.3163046Z 	libmemcached.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemcached.so.11
2025-08-20T20:05:41.3163552Z 	libmediainfo.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmediainfo.so.0
2025-08-20T20:05:41.3163994Z 	libmecab.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmecab.so.2
2025-08-20T20:05:41.3164380Z 	libmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmd.so.0
2025-08-20T20:05:41.3164776Z 	libmbim-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmbim-glib.so.4
2025-08-20T20:05:41.3165207Z 	libmaxminddb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmaxminddb.so.0
2025-08-20T20:05:41.3165616Z 	libmana.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so.1
2025-08-20T20:05:41.3165981Z 	libmana.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so
2025-08-20T20:05:41.3166350Z 	libmagic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmagic.so.1
2025-08-20T20:05:41.3166708Z 	libm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libm.so.6
2025-08-20T20:05:41.3167007Z 	libm.so.6 (libc6) => /lib32/libm.so.6
2025-08-20T20:05:41.3167313Z 	liblz4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so.1
2025-08-20T20:05:41.3167666Z 	liblz4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so
2025-08-20T20:05:41.3168224Z 	liblzo2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzo2.so.2
2025-08-20T20:05:41.3168602Z 	liblzma.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so.5
2025-08-20T20:05:41.3168964Z 	liblzma.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so
2025-08-20T20:05:41.3169310Z 	liblz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so.1
2025-08-20T20:05:41.3169646Z 	liblz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so
2025-08-20T20:05:41.3170024Z 	liblvm2cmd.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T20:05:41.3170628Z 	liblua5.4.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4.so.0
2025-08-20T20:05:41.3171072Z 	liblua5.4-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T20:05:41.3171469Z 	liblua5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3.so.0
2025-08-20T20:05:41.3171860Z 	liblua5.3-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T20:05:41.3172275Z 	liblttng-ust.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust.so.1
2025-08-20T20:05:41.3172788Z 	liblttng-ust-tracepoint.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T20:05:41.3173438Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T20:05:41.3174074Z 	liblttng-ust-libc-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T20:05:41.3174623Z 	liblttng-ust-fork.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T20:05:41.3175098Z 	liblttng-ust-fd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T20:05:41.3175549Z 	liblttng-ust-dl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T20:05:41.3176085Z 	liblttng-ust-cyg-profile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T20:05:41.3176732Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T20:05:41.3177300Z 	liblttng-ust-ctl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T20:05:41.3177927Z 	liblttng-ust-common.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T20:05:41.3178375Z 	libltdl.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libltdl.so.7
2025-08-20T20:05:41.3178748Z 	liblsan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblsan.so.0
2025-08-20T20:05:41.3179119Z 	liblqr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblqr-1.so.0
2025-08-20T20:05:41.3179493Z 	liblmdb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblmdb.so.0
2025-08-20T20:05:41.3179878Z 	liblldb-18.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so.1
2025-08-20T20:05:41.3180267Z 	liblldb-18.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so
2025-08-20T20:05:41.3180877Z 	liblldb-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so.1
2025-08-20T20:05:41.3181269Z 	liblldb-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so
2025-08-20T20:05:41.3181651Z 	liblldb-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so.1
2025-08-20T20:05:41.3182034Z 	liblldb-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so
2025-08-20T20:05:41.3182420Z 	libldap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libldap.so.2
2025-08-20T20:05:41.3183109Z 	liblcms2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblcms2.so.2
2025-08-20T20:05:41.3183770Z 	liblber.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblber.so.2
2025-08-20T20:05:41.3184305Z 	libk5crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libk5crypto.so.3
2025-08-20T20:05:41.3184703Z 	libksba.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libksba.so.8
2025-08-20T20:05:41.3185121Z 	libkrb5support.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5support.so.0
2025-08-20T20:05:41.3185536Z 	libkrb5.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5.so.3
2025-08-20T20:05:41.3185913Z 	libkmod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkmod.so.2
2025-08-20T20:05:41.3186684Z 	libkeyutils.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkeyutils.so.1
2025-08-20T20:05:41.3187141Z 	libjxrglue.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjxrglue.so.0
2025-08-20T20:05:41.3187638Z 	libjsoncpp.so.25 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjsoncpp.so.25
2025-08-20T20:05:41.3188388Z 	libjson-glib-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T20:05:41.3189314Z 	libjson-c.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-c.so.5
2025-08-20T20:05:41.3190023Z 	libjq.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjq.so.1
2025-08-20T20:05:41.3190801Z 	libjpegxr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpegxr.so.0
2025-08-20T20:05:41.3191192Z 	libjpeg.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpeg.so.8
2025-08-20T20:05:41.3191558Z 	libjcat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjcat.so.1
2025-08-20T20:05:41.3191947Z 	libjbig2dec.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig2dec.so.0
2025-08-20T20:05:41.3192351Z 	libjbig.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig.so.0
2025-08-20T20:05:41.3192736Z 	libjansson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjansson.so.4
2025-08-20T20:05:41.3193126Z 	libitm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libitm.so.1
2025-08-20T20:05:41.3193490Z 	libisns.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisns.so.0
2025-08-20T20:05:41.3193854Z 	libisl.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisl.so.23
2025-08-20T20:05:41.3194414Z 	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-20T20:05:41.3195138Z 	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-20T20:05:41.3195821Z 	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-20T20:05:41.3196493Z 	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-20T20:05:41.3197020Z 	libip6tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip6tc.so.2
2025-08-20T20:05:41.3197582Z 	libip4tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip4tc.so.2
2025-08-20T20:05:41.3197953Z 	libinih.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libinih.so.1
2025-08-20T20:05:41.3198337Z 	libijs-0.35.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libijs-0.35.so
2025-08-20T20:05:41.3198720Z 	libidn2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn2.so.0
2025-08-20T20:05:41.3199080Z 	libidn.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn.so.12
2025-08-20T20:05:41.3199454Z 	libicuuc.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.74
2025-08-20T20:05:41.3199836Z 	libicuuc.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.70
2025-08-20T20:05:41.3200211Z 	libicuuc.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so
2025-08-20T20:05:41.3200705Z 	libicutu.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.74
2025-08-20T20:05:41.3201089Z 	libicutu.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.70
2025-08-20T20:05:41.3201460Z 	libicutu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so
2025-08-20T20:05:41.3201851Z 	libicutest.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.74
2025-08-20T20:05:41.3202267Z 	libicutest.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.70
2025-08-20T20:05:41.3202664Z 	libicutest.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so
2025-08-20T20:05:41.3203055Z 	libicui18n.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.74
2025-08-20T20:05:41.3203452Z 	libicui18n.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.70
2025-08-20T20:05:41.3203847Z 	libicui18n.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so
2025-08-20T20:05:41.3204231Z 	libicuio.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.74
2025-08-20T20:05:41.3204726Z 	libicuio.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.70
2025-08-20T20:05:41.3205102Z 	libicuio.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so
2025-08-20T20:05:41.3205484Z 	libicudata.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.74
2025-08-20T20:05:41.3205897Z 	libicudata.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.70
2025-08-20T20:05:41.3206286Z 	libicudata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so
2025-08-20T20:05:41.3206674Z 	libibverbs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so.1
2025-08-20T20:05:41.3207069Z 	libibverbs.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so
2025-08-20T20:05:41.3207451Z 	libhwasan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhwasan.so.0
2025-08-20T20:05:41.3207873Z 	libhunspell-1.7.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T20:05:41.3208305Z 	libhogweed.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhogweed.so.6
2025-08-20T20:05:41.3208710Z 	libhistory.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhistory.so.8
2025-08-20T20:05:41.3209147Z 	libhiredis_ssl.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T20:05:41.3209603Z 	libhiredis.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T20:05:41.3210010Z 	libhgfs.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhgfs.so.0
2025-08-20T20:05:41.3210375Z 	libheif.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libheif.so.1
2025-08-20T20:05:41.3210850Z 	libhavege.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhavege.so.2
2025-08-20T20:05:41.3211244Z 	libhashkit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhashkit.so.2
2025-08-20T20:05:41.3211648Z 	libharfbuzz.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libharfbuzz.so.0
2025-08-20T20:05:41.3212048Z 	libhandle.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhandle.so.1
2025-08-20T20:05:41.3212421Z 	libgusb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgusb.so.2
2025-08-20T20:05:41.3212812Z 	libguestlib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestlib.so.0
2025-08-20T20:05:41.3213277Z 	libguestStoreClient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestStoreClient.so.0
2025-08-20T20:05:41.3213747Z 	libgudev-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgudev-1.0.so.0
2025-08-20T20:05:41.3214260Z 	libgtk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgtk-3.so.0
2025-08-20T20:05:41.3214666Z 	libgthread-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgthread-2.0.so.0
2025-08-20T20:05:41.3215113Z 	libgstreamer-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T20:05:41.3215554Z 	libgstnet-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T20:05:41.3216024Z 	libgstcontroller-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T20:05:41.3216571Z 	libgstcheck-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T20:05:41.3217373Z 	libgstbase-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T20:05:41.3218165Z 	libgssapi_krb5.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T20:05:41.3218879Z 	libgs.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgs.so.10
2025-08-20T20:05:41.3219495Z 	libgraphite2.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgraphite2.so.3
2025-08-20T20:05:41.3219917Z 	libgprofng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgprofng.so.0
2025-08-20T20:05:41.3220304Z 	libgpm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpm.so.2
2025-08-20T20:05:41.3220912Z 	libgpgme.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpgme.so.11
2025-08-20T20:05:41.3221317Z 	libgpg-error.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpg-error.so.0
2025-08-20T20:05:41.3221714Z 	libgomp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgomp.so.1
2025-08-20T20:05:41.3222116Z 	libgobject-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgobject-2.0.so.0
2025-08-20T20:05:41.3222533Z 	libgnutls.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgnutls.so.30
2025-08-20T20:05:41.3223080Z 	libgmpxx.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so.4
2025-08-20T20:05:41.3223460Z 	libgmpxx.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so
2025-08-20T20:05:41.3223834Z 	libgmp.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so.10
2025-08-20T20:05:41.3224189Z 	libgmp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so
2025-08-20T20:05:41.3224577Z 	libgmodule-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T20:05:41.3224984Z 	libglib-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libglib-2.0.so.0
2025-08-20T20:05:41.3225440Z 	libgirepository-1.0.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T20:05:41.3225888Z 	libgio-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgio-2.0.so.0
2025-08-20T20:05:41.3226286Z 	libgfortran.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgfortran.so.5
2025-08-20T20:05:41.3226717Z 	libgdk_pixbuf-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T20:05:41.3227142Z 	libgdk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk-3.so.0
2025-08-20T20:05:41.3227545Z 	libgdbm_compat.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm_compat.so.4
2025-08-20T20:05:41.3227953Z 	libgdbm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm.so.6
2025-08-20T20:05:41.3228312Z 	libgd.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgd.so.3
2025-08-20T20:05:41.3228678Z 	libgctba.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgctba.so.1
2025-08-20T20:05:41.3229063Z 	libgcrypt.so.20 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcrypt.so.20
2025-08-20T20:05:41.3229455Z 	libgccpp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgccpp.so.1
2025-08-20T20:05:41.3229823Z 	libgcc_s.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcc_s.so.1
2025-08-20T20:05:41.3230150Z 	libgcc_s.so.1 (libc6) => /lib32/libgcc_s.so.1
2025-08-20T20:05:41.3230635Z 	libgc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgc.so.1
2025-08-20T20:05:41.3230995Z 	libgbm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgbm.so.1
2025-08-20T20:05:41.3231498Z 	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-20T20:05:41.3232140Z 	libfwupd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfwupd.so.2
2025-08-20T20:05:41.3232516Z 	libfuse3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfuse3.so.3
2025-08-20T20:05:41.3232883Z 	libftdi1.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libftdi1.so.2
2025-08-20T20:05:41.3233264Z 	libfsverity.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfsverity.so.0
2025-08-20T20:05:41.3233681Z 	libfribidi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfribidi.so.0
2025-08-20T20:05:41.3234095Z 	libfreetype.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreetype.so.6
2025-08-20T20:05:41.3234500Z 	libfreebl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreebl3.so
2025-08-20T20:05:41.3234916Z 	libfreeblpriv3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreeblpriv3.so
2025-08-20T20:05:41.3235328Z 	libformw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so.6
2025-08-20T20:05:41.3235702Z 	libformw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so
2025-08-20T20:05:41.3236072Z 	libform.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so.6
2025-08-20T20:05:41.3236441Z 	libform.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so
2025-08-20T20:05:41.3236821Z 	libfontenc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontenc.so.1
2025-08-20T20:05:41.3237243Z 	libfontconfig.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontconfig.so.1
2025-08-20T20:05:41.3237673Z 	libflashrom.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libflashrom.so.1
2025-08-20T20:05:41.3238067Z 	libfido2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfido2.so.1
2025-08-20T20:05:41.3238482Z 	libfftw3_threads.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_threads.so.3
2025-08-20T20:05:41.3238919Z 	libfftw3_omp.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_omp.so.3
2025-08-20T20:05:41.3239426Z 	libfftw3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3.so.3
2025-08-20T20:05:41.3239794Z 	libffi.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so.8
2025-08-20T20:05:41.3240146Z 	libffi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so
2025-08-20T20:05:41.3240671Z 	libfdisk.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfdisk.so.1
2025-08-20T20:05:41.3241064Z 	libfcgi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi.so.0
2025-08-20T20:05:41.3241442Z 	libfcgi++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi++.so.0
2025-08-20T20:05:41.3241860Z 	libfbclient.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfbclient.so.2
2025-08-20T20:05:41.3242282Z 	libfastjson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfastjson.so.4
2025-08-20T20:05:41.3242743Z 	libfakeroot-0.so (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T20:05:41.3243185Z 	libe2p.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libe2p.so.2
2025-08-20T20:05:41.3243567Z 	libext2fs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libext2fs.so.2
2025-08-20T20:05:41.3243948Z 	libexslt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexslt.so.0
2025-08-20T20:05:41.3244337Z 	libexpatw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so.1
2025-08-20T20:05:41.3244728Z 	libexpatw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so
2025-08-20T20:05:41.3245104Z 	libexpat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so.1
2025-08-20T20:05:41.3245475Z 	libexpat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so
2025-08-20T20:05:41.3245918Z 	libevent_pthreads-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T20:05:41.3246403Z 	libevent_core-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T20:05:41.3246826Z 	libevdev.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevdev.so.2
2025-08-20T20:05:41.3247195Z 	libestr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libestr.so.0
2025-08-20T20:05:41.3247571Z 	libepoxy.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libepoxy.so.0
2025-08-20T20:05:41.3247967Z 	libenchant-2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libenchant-2.so.2
2025-08-20T20:05:41.3248357Z 	libelf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libelf.so.1
2025-08-20T20:05:41.3248858Z 	libefivar.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefivar.so.1
2025-08-20T20:05:41.3249255Z 	libefiboot.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefiboot.so.1
2025-08-20T20:05:41.3249628Z 	libefa.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so.1
2025-08-20T20:05:41.3249979Z 	libefa.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so
2025-08-20T20:05:41.3250337Z 	libedit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libedit.so.2
2025-08-20T20:05:41.3250912Z 	libeatmydata.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so.1
2025-08-20T20:05:41.3251342Z 	libeatmydata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so
2025-08-20T20:05:41.3251725Z 	libdw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdw.so.1
2025-08-20T20:05:41.3252116Z 	libduktape.so.207 (libc6,x86-64) => /lib/x86_64-linux-gnu/libduktape.so.207
2025-08-20T20:05:41.3252557Z 	libdrop_ambient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrop_ambient.so.0
2025-08-20T20:05:41.3252998Z 	libdrm_intel.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_intel.so.1
2025-08-20T20:05:41.3253417Z 	libdrm_amdgpu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T20:05:41.3253809Z 	libdrm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm.so.2
2025-08-20T20:05:41.3254331Z 	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-20T20:05:41.3254849Z 	libdl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdl.so.2
2025-08-20T20:05:41.3255162Z 	libdl.so.2 (libc6) => /lib32/libdl.so.2
2025-08-20T20:05:41.3255509Z 	libdjvulibre.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdjvulibre.so.21
2025-08-20T20:05:41.3255919Z 	libde265.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libde265.so.0
2025-08-20T20:05:41.3256466Z 	libdevmapper.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T20:05:41.3256997Z 	libdevmapper-event.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T20:05:41.3257593Z 	libdevmapper-event-lvm2vdo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T20:05:41.3258206Z 	libdevmapper-event-lvm2thin.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T20:05:41.3258858Z 	libdevmapper-event-lvm2snapshot.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T20:05:41.3259505Z 	libdevmapper-event-lvm2raid.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T20:05:41.3260130Z 	libdevmapper-event-lvm2mirror.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T20:05:41.3260984Z 	libdevmapper-event-lvm2.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T20:05:41.3261572Z 	libdevmapper-event-lvm2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T20:05:41.3262089Z 	libdeflate.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdeflate.so.0
2025-08-20T20:05:41.3262536Z 	libdebconfclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdebconfclient.so.0
2025-08-20T20:05:41.3262971Z 	libdconf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdconf.so.1
2025-08-20T20:05:41.3263397Z 	libdbusmenu-gtk3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T20:05:41.3263865Z 	libdbusmenu-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T20:05:41.3264294Z 	libdbus-1.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so.3
2025-08-20T20:05:41.3264676Z 	libdbus-1.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so
2025-08-20T20:05:41.3265043Z 	libdb-5.3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdb-5.3.so
2025-08-20T20:05:41.3265423Z 	libdatrie.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdatrie.so.1
2025-08-20T20:05:41.3265806Z 	libcurl.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl.so.4
2025-08-20T20:05:41.3266213Z 	libcurl-gnutls.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T20:05:41.3266757Z 	libcups.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcups.so.2
2025-08-20T20:05:41.3267120Z 	libctf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf.so.0
2025-08-20T20:05:41.3267516Z 	libctf-nobfd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd.so.0
2025-08-20T20:05:41.3267983Z 	libctf-nobfd-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so.0
2025-08-20T20:05:41.3268474Z 	libctf-nobfd-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so
2025-08-20T20:05:41.3268958Z 	libctf-nobfd-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T20:05:41.3269438Z 	libctf-nobfd-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T20:05:41.3269930Z 	libctf-nobfd-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T20:05:41.3270561Z 	libctf-nobfd-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T20:05:41.3271069Z 	libctf-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so.0
2025-08-20T20:05:41.3271488Z 	libctf-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so
2025-08-20T20:05:41.3271899Z 	libctf-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so.0
2025-08-20T20:05:41.3272312Z 	libctf-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so
2025-08-20T20:05:41.3272723Z 	libctf-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so.0
2025-08-20T20:05:41.3273129Z 	libctf-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so
2025-08-20T20:05:41.3273562Z 	libcryptsetup.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcryptsetup.so.12
2025-08-20T20:05:41.3274119Z 	libcrypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so.3
2025-08-20T20:05:41.3274511Z 	libcrypto.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so
2025-08-20T20:05:41.3274894Z 	libcrypt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so.1
2025-08-20T20:05:41.3275278Z 	libcrypt.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so
2025-08-20T20:05:41.3275654Z 	libcom_err.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcom_err.so.2
2025-08-20T20:05:41.3276085Z 	libcolordprivate.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolordprivate.so.2
2025-08-20T20:05:41.3276526Z 	libcolord.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolord.so.2
2025-08-20T20:05:41.3276923Z 	libclang-18.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-18.so.18
2025-08-20T20:05:41.3277331Z 	libclang-17.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-17.so.17
2025-08-20T20:05:41.3277751Z 	libclang-16.so.16.0.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T20:05:41.3278206Z 	libclang-cpp.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T20:05:41.3278655Z 	libclang-cpp.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.17
2025-08-20T20:05:41.3279083Z 	libclang-cpp.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.16
2025-08-20T20:05:41.3279482Z 	libcc1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcc1.so.0
2025-08-20T20:05:41.3279857Z 	libcbor.so.0.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcbor.so.0.10
2025-08-20T20:05:41.3280240Z 	libcares.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcares.so.2
2025-08-20T20:05:41.3280721Z 	libcap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap.so.2
2025-08-20T20:05:41.3281096Z 	libcap-ng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap-ng.so.0
2025-08-20T20:05:41.3281496Z 	libcanberra.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcanberra.so.0
2025-08-20T20:05:41.3281895Z 	libcairo.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo.so.2
2025-08-20T20:05:41.3282325Z 	libcairo-gobject.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo-gobject.so.2
2025-08-20T20:05:41.3282794Z 	libc_malloc_debug.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T20:05:41.3283348Z 	libc_malloc_debug.so.0 (libc6) => /lib32/libc_malloc_debug.so.0
2025-08-20T20:05:41.3283760Z 	libc_malloc_debug.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so
2025-08-20T20:05:41.3284155Z 	libc.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc.so.6
2025-08-20T20:05:41.3284455Z 	libc.so.6 (libc6) => /lib32/libc.so.6
2025-08-20T20:05:41.3284773Z 	libc-client.so.2007e (libc6,x86-64) => /lib/libc-client.so.2007e
2025-08-20T20:05:41.3285223Z 	libbz2.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbz2.so.1.0
2025-08-20T20:05:41.3285620Z 	libbytesize.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbytesize.so.1
2025-08-20T20:05:41.3286008Z 	libbsd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbsd.so.0
2025-08-20T20:05:41.3286401Z 	libbrotlienc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlienc.so.1
2025-08-20T20:05:41.3286832Z 	libbrotlidec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlidec.so.1
2025-08-20T20:05:41.3287280Z 	libbrotlicommon.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlicommon.so.1
2025-08-20T20:05:41.3287699Z 	libbpf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbpf.so.1
2025-08-20T20:05:41.3288079Z 	libblockdev.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblockdev.so.3
2025-08-20T20:05:41.3288478Z 	libblkid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblkid.so.1
2025-08-20T20:05:41.3289027Z 	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-20T20:05:41.3289605Z 	libbfd-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-system.so
2025-08-20T20:05:41.3290054Z 	libbfd-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-arm64.so
2025-08-20T20:05:41.3290597Z 	libbfd-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T20:05:41.3291161Z 	libbfd-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T20:05:41.3291587Z 	libbd_utils.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_utils.so.3
2025-08-20T20:05:41.3291992Z 	libbd_swap.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_swap.so.3
2025-08-20T20:05:41.3292380Z 	libbd_part.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_part.so.3
2025-08-20T20:05:41.3292761Z 	libbd_nvme.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_nvme.so.3
2025-08-20T20:05:41.3293154Z 	libbd_mdraid.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_mdraid.so.3
2025-08-20T20:05:41.3293552Z 	libbd_loop.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_loop.so.3
2025-08-20T20:05:41.3293925Z 	libbd_fs.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_fs.so.3
2025-08-20T20:05:41.3294312Z 	libbd_crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_crypto.so.3
2025-08-20T20:05:41.3294710Z 	libbcc_bpf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc_bpf.so.0
2025-08-20T20:05:41.3295087Z 	libbcc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc.so.0
2025-08-20T20:05:41.3295495Z 	libavahi-common.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-common.so.3
2025-08-20T20:05:41.3295958Z 	libavahi-client.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-client.so.3
2025-08-20T20:05:41.3296376Z 	libaudit.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaudit.so.1
2025-08-20T20:05:41.3296754Z 	libattr.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libattr.so.1
2025-08-20T20:05:41.3297121Z 	libatspi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatspi.so.0
2025-08-20T20:05:41.3297505Z 	libatomic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatomic.so.1
2025-08-20T20:05:41.3297882Z 	libatm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatm.so.1
2025-08-20T20:05:41.3298252Z 	libatk-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-1.0.so.0
2025-08-20T20:05:41.3298678Z 	libatk-bridge-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T20:05:41.3299132Z 	libatasmart.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatasmart.so.4
2025-08-20T20:05:41.3299546Z 	libassuan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libassuan.so.0
2025-08-20T20:05:41.3300101Z 	libaspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaspell.so.15
2025-08-20T20:05:41.3300592Z 	libasound.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasound.so.2
2025-08-20T20:05:41.3300973Z 	libasan.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasan.so.8
2025-08-20T20:05:41.3301341Z 	libaria2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaria2.so.0
2025-08-20T20:05:41.3301720Z 	libargon2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libargon2.so.1
2025-08-20T20:05:41.3302118Z 	libarchive.so.13 (libc6,x86-64) => /lib/x86_64-linux-gnu/libarchive.so.13
2025-08-20T20:05:41.3302564Z 	libapt-private.so.0.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-private.so.0.0
2025-08-20T20:05:41.3303022Z 	libapt-pkg.so.6.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T20:05:41.3303452Z 	libaprutil-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaprutil-1.so.0
2025-08-20T20:05:41.3303852Z 	libapr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapr-1.so.0
2025-08-20T20:05:41.3304260Z 	libappstream.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libappstream.so.5
2025-08-20T20:05:41.3304687Z 	libapparmor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapparmor.so.1
2025-08-20T20:05:41.3305077Z 	libaom.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaom.so.3
2025-08-20T20:05:41.3305430Z 	libanl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so.1
2025-08-20T20:05:41.3305748Z 	libanl.so.1 (libc6) => /lib32/libanl.so.1
2025-08-20T20:05:41.3306058Z 	libanl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so
2025-08-20T20:05:41.3306427Z 	libaio.so.1t64 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaio.so.1t64
2025-08-20T20:05:41.3306799Z 	libacl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libacl.so.1
2025-08-20T20:05:41.3307263Z 	libX11.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11.so.6
2025-08-20T20:05:41.3307637Z 	libX11-xcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11-xcb.so.1
2025-08-20T20:05:41.3308032Z 	libXxf86vm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXxf86vm.so.1
2025-08-20T20:05:41.3308420Z 	libXtst.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXtst.so.6
2025-08-20T20:05:41.3308781Z 	libXt.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXt.so.6
2025-08-20T20:05:41.3309131Z 	libXss.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXss.so.1
2025-08-20T20:05:41.3309519Z 	libXrender.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrender.so.1
2025-08-20T20:05:41.3309917Z 	libXrandr.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrandr.so.2
2025-08-20T20:05:41.3310297Z 	libXpm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXpm.so.4
2025-08-20T20:05:41.3310759Z 	libXmuu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmuu.so.1
2025-08-20T20:05:41.3311112Z 	libXmu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmu.so.6
2025-08-20T20:05:41.3311504Z 	libXinerama.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXinerama.so.1
2025-08-20T20:05:41.3311888Z 	libXi.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXi.so.6
2025-08-20T20:05:41.3312240Z 	libXft.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXft.so.2
2025-08-20T20:05:41.3312610Z 	libXfont2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfont2.so.2
2025-08-20T20:05:41.3312997Z 	libXfixes.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfixes.so.3
2025-08-20T20:05:41.3313371Z 	libXext.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXext.so.6
2025-08-20T20:05:41.3313742Z 	libXdmcp.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so.6
2025-08-20T20:05:41.3314112Z 	libXdmcp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so
2025-08-20T20:05:41.3314497Z 	libXdamage.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdamage.so.1
2025-08-20T20:05:41.3314898Z 	libXcursor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcursor.so.1
2025-08-20T20:05:41.3315323Z 	libXcomposite.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcomposite.so.1
2025-08-20T20:05:41.3315727Z 	libXaw.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXaw.so.7
2025-08-20T20:05:41.3316077Z 	libXau.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so.6
2025-08-20T20:05:41.3316547Z 	libXau.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so
2025-08-20T20:05:41.3316897Z 	libSM.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libSM.so.6
2025-08-20T20:05:41.3317316Z 	libOpenEXRUtil-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T20:05:41.3317809Z 	libOpenEXRCore-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T20:05:41.3318277Z 	libOpenEXR-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T20:05:41.3318748Z 	libMagickWand-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T20:05:41.3319239Z 	libMagickCore-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T20:05:41.3319677Z 	libLerc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLerc.so.4
2025-08-20T20:05:41.3320057Z 	libLLVM.so.19.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.19.1
2025-08-20T20:05:41.3320546Z 	libLLVM.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.18.1
2025-08-20T20:05:41.3320934Z 	libLLVM-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so.1
2025-08-20T20:05:41.3321313Z 	libLLVM-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so
2025-08-20T20:05:41.3321696Z 	libLLVM-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so.1
2025-08-20T20:05:41.3322073Z 	libLLVM-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so
2025-08-20T20:05:41.3322442Z 	libJudy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libJudy.so.1
2025-08-20T20:05:41.3322829Z 	libImath-3_1.so.29 (libc6,x86-64) => /lib/x86_64-linux-gnu/libImath-3_1.so.29
2025-08-20T20:05:41.3323263Z 	libIlmThread-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T20:05:41.3323808Z 	libIex-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIex-3_1.so.30
2025-08-20T20:05:41.3324190Z 	libICE.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libICE.so.6
2025-08-20T20:05:41.3324595Z 	libGLdispatch.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLdispatch.so.0
2025-08-20T20:05:41.3325013Z 	libGLX_mesa.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX_mesa.so.0
2025-08-20T20:05:41.3325387Z 	libGLX.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX.so.0
2025-08-20T20:05:41.3325738Z 	libGL.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGL.so.1
2025-08-20T20:05:41.3326135Z 	libDeployPkg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libDeployPkg.so.0
2025-08-20T20:05:41.3326591Z 	libBrokenLocale.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so.1
2025-08-20T20:05:41.3327014Z 	libBrokenLocale.so.1 (libc6) => /lib32/libBrokenLocale.so.1
2025-08-20T20:05:41.3327418Z 	libBrokenLocale.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so
2025-08-20T20:05:41.3327826Z 	ld-musl-x86_64.so.1 (libc6,x86-64) => /lib/ld-musl-x86_64.so.1
2025-08-20T20:05:41.3328152Z 	ld-linux.so.2 (libc6) => /lib32/ld-linux.so.2
2025-08-20T20:05:41.3328437Z 	ld-linux.so.2 (libc6) => /lib/ld-linux.so.2
2025-08-20T20:05:41.3328789Z 	ld-linux-x86-64.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
2025-08-20T20:05:41.3329272Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.5) stable release version 2.39
2025-08-20T20:05:41.5379317Z info: downloading installer
2025-08-20T20:05:41.7538336Z warn: It looks like you have an existing rustup settings file at:
2025-08-20T20:05:41.7538819Z warn: /home/runner/.rustup/settings.toml
2025-08-20T20:05:41.7539307Z warn: Rustup will install the default toolchain as specified in the settings file,
2025-08-20T20:05:41.7539866Z warn: instead of the one inferred from the default host triple.
2025-08-20T20:05:41.7713300Z info: profile set to 'default'
2025-08-20T20:05:41.7713757Z info: default host triple is x86_64-unknown-linux-gnu
2025-08-20T20:05:41.7714259Z warn: Updating existing toolchain, profile choice will be ignored
2025-08-20T20:05:41.8390899Z info: syncing channel updates for 'stable-x86_64-unknown-linux-gnu'
2025-08-20T20:05:41.8736746Z info: default toolchain set to 'stable-x86_64-unknown-linux-gnu'
2025-08-20T20:05:41.8737209Z 
2025-08-20T20:05:41.8832371Z   stable-x86_64-unknown-linux-gnu unchanged - rustc 1.89.0 (29483883e 2025-08-04)
2025-08-20T20:05:41.8832745Z 
2025-08-20T20:05:41.8832768Z 
2025-08-20T20:05:41.8832869Z Rust is installed now. Great!
2025-08-20T20:05:41.8833032Z 
2025-08-20T20:05:41.8833237Z To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
2025-08-20T20:05:41.8833673Z environment variable. This has not been done automatically.
2025-08-20T20:05:41.8834031Z 
2025-08-20T20:05:41.8834244Z To configure your current shell, you need to source
2025-08-20T20:05:41.8834761Z the corresponding env file under $HOME/.cargo.
2025-08-20T20:05:41.8835065Z 
2025-08-20T20:05:41.8835389Z This is usually done by running one of the following (note the leading DOT):
2025-08-20T20:05:41.8836046Z . "$HOME/.cargo/env"            # For sh/bash/zsh/ash/dash/pdksh
2025-08-20T20:05:41.8836569Z source "$HOME/.cargo/env.fish"  # For fish
2025-08-20T20:05:41.8837068Z source $"($nu.home-path)/.cargo/env.nu"  # For nushell
2025-08-20T20:05:41.9049277Z info: using existing install for 'stable-x86_64-unknown-linux-gnu'
2025-08-20T20:05:41.9378350Z info: default toolchain set to 'stable-x86_64-unknown-linux-gnu'
2025-08-20T20:05:41.9378975Z 
2025-08-20T20:05:41.9473358Z   stable-x86_64-unknown-linux-gnu unchanged - rustc 1.89.0 (29483883e 2025-08-04)
2025-08-20T20:05:41.9473714Z 
2025-08-20T20:05:41.9956967Z rustc 1.89.0 (29483883e 2025-08-04)
2025-08-20T20:05:42.4745658Z cargo 1.89.0 (c24e10642 2025-06-23)
2025-08-20T20:05:42.5063073Z 680 libs found in cache `/etc/ld.so.cache'
2025-08-20T20:05:42.5063755Z 	libz3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so.4
2025-08-20T20:05:42.5064798Z 	libz3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so
2025-08-20T20:05:42.5065475Z 	libzstd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so.1
2025-08-20T20:05:42.5066142Z 	libzstd.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so
2025-08-20T20:05:42.5066801Z 	libzmq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzmq.so.5
2025-08-20T20:05:42.5067442Z 	libzip.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzip.so.4
2025-08-20T20:05:42.5068074Z 	libzen.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzen.so.0
2025-08-20T20:05:42.5068689Z 	libz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so.1
2025-08-20T20:05:42.5069264Z 	libz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so
2025-08-20T20:05:42.5069889Z 	libyaml-0.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyaml-0.so.2
2025-08-20T20:05:42.5070737Z 	libyajl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyajl.so.2
2025-08-20T20:05:42.5071408Z 	libxxhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxxhash.so.0
2025-08-20T20:05:42.5072032Z 	libxtables.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxtables.so.12
2025-08-20T20:05:42.5072475Z 	libxslt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxslt.so.1
2025-08-20T20:05:42.5072916Z 	libxshmfence.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxshmfence.so.1
2025-08-20T20:05:42.5073336Z 	libxml2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so.2
2025-08-20T20:05:42.5073707Z 	libxml2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so
2025-08-20T20:05:42.5074093Z 	libxmlsec1.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1.so.1
2025-08-20T20:05:42.5074560Z 	libxmlsec1-openssl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T20:05:42.5075011Z 	libxmlb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlb.so.2
2025-08-20T20:05:42.5075404Z 	libxkbfile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbfile.so.1
2025-08-20T20:05:42.5075823Z 	libxkbcommon.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbcommon.so.0
2025-08-20T20:05:42.5076230Z 	libxcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so.1
2025-08-20T20:05:42.5076589Z 	libxcb.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so
2025-08-20T20:05:42.5076984Z 	libxcb-xfixes.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T20:05:42.5077618Z 	libxcb-xfixes.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so
2025-08-20T20:05:42.5078044Z 	libxcb-sync.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-sync.so.1
2025-08-20T20:05:42.5078450Z 	libxcb-shm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shm.so.0
2025-08-20T20:05:42.5078867Z 	libxcb-shape.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so.0
2025-08-20T20:05:42.5079289Z 	libxcb-shape.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so
2025-08-20T20:05:42.5079712Z 	libxcb-render.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so.0
2025-08-20T20:05:42.5080140Z 	libxcb-render.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so
2025-08-20T20:05:42.5080888Z 	libxcb-randr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-randr.so.0
2025-08-20T20:05:42.5081353Z 	libxcb-present.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-present.so.0
2025-08-20T20:05:42.5081804Z 	libxcb-glx.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-glx.so.0
2025-08-20T20:05:42.5082227Z 	libxcb-dri3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-dri3.so.0
2025-08-20T20:05:42.5082623Z 	libwrap.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwrap.so.0
2025-08-20T20:05:42.5083035Z 	libwmflite-0.2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T20:05:42.5083463Z 	libwebpmux.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpmux.so.3
2025-08-20T20:05:42.5083882Z 	libwebpdemux.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpdemux.so.2
2025-08-20T20:05:42.5084292Z 	libwebp.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebp.so.7
2025-08-20T20:05:42.5084683Z 	libwbclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwbclient.so.0
2025-08-20T20:05:42.5085273Z 	libwayland-server.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-server.so.0
2025-08-20T20:05:42.5085758Z 	libwayland-egl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-egl.so.1
2025-08-20T20:05:42.5086236Z 	libwayland-cursor.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-cursor.so.0
2025-08-20T20:05:42.5086726Z 	libwayland-client.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-client.so.0
2025-08-20T20:05:42.5087171Z 	libvulkan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvulkan.so.1
2025-08-20T20:05:42.5087592Z 	libvorbisfile.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbisfile.so.3
2025-08-20T20:05:42.5088020Z 	libvorbis.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbis.so.0
2025-08-20T20:05:42.5088429Z 	libvolume_key.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvolume_key.so.1
2025-08-20T20:05:42.5088843Z 	libvmtools.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvmtools.so.0
2025-08-20T20:05:42.5089243Z 	libvgauth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvgauth.so.0
2025-08-20T20:05:42.5089622Z 	libuv.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuv.so.1
2025-08-20T20:05:42.5089989Z 	libuuid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuuid.so.1
2025-08-20T20:05:42.5090370Z 	libutil.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutil.so.1
2025-08-20T20:05:42.5091528Z 	libutil.so.1 (libc6) => /lib32/libutil.so.1
2025-08-20T20:05:42.5091890Z 	libutempter.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutempter.so.0
2025-08-20T20:05:42.5092302Z 	libusb-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libusb-1.0.so.0
2025-08-20T20:05:42.5092688Z 	liburcu.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu.so.8
2025-08-20T20:05:42.5093103Z 	liburcu-signal.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-signal.so.8
2025-08-20T20:05:42.5093545Z 	liburcu-qsbr.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T20:05:42.5093969Z 	liburcu-memb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-memb.so.8
2025-08-20T20:05:42.5094380Z 	liburcu-mb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-mb.so.8
2025-08-20T20:05:42.5094809Z 	liburcu-common.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-common.so.8
2025-08-20T20:05:42.5095381Z 	liburcu-cds.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-cds.so.8
2025-08-20T20:05:42.5095788Z 	liburcu-bp.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-bp.so.8
2025-08-20T20:05:42.5096189Z 	libunwind.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind.so.8
2025-08-20T20:05:42.5096615Z 	libunwind-x86_64.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-x86_64.so.8
2025-08-20T20:05:42.5097088Z 	libunwind-ptrace.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T20:05:42.5097593Z 	libunwind-coredump.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-coredump.so.0
2025-08-20T20:05:42.5098157Z 	libunistring.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunistring.so.5
2025-08-20T20:05:42.5098585Z 	libudisks2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudisks2.so.0
2025-08-20T20:05:42.5098982Z 	libudev.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudev.so.1
2025-08-20T20:05:42.5099375Z 	libuchardet.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuchardet.so.0
2025-08-20T20:05:42.5099786Z 	libubsan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libubsan.so.1
2025-08-20T20:05:42.5100230Z 	libtss2-tcti-swtpm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T20:05:42.5100911Z 	libtss2-tcti-mssim.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T20:05:42.5101434Z 	libtss2-tcti-device.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T20:05:42.5101933Z 	libtss2-tcti-cmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T20:05:42.5102375Z 	libtss2-sys.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-sys.so.1
2025-08-20T20:05:42.5102777Z 	libtss2-rc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-rc.so.0
2025-08-20T20:05:42.5103295Z 	libtss2-mu.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-mu.so.0
2025-08-20T20:05:42.5103711Z 	libtss2-esys.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-esys.so.0
2025-08-20T20:05:42.5104114Z 	libtsan.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtsan.so.2
2025-08-20T20:05:42.5104504Z 	libtracefs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtracefs.so.1
2025-08-20T20:05:42.5104931Z 	libtraceevent.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtraceevent.so.1
2025-08-20T20:05:42.5105357Z 	libtommath.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtommath.so.1
2025-08-20T20:05:42.5105746Z 	libtk8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtk8.6.so
2025-08-20T20:05:42.5106123Z 	libtirpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtirpc.so.3
2025-08-20T20:05:42.5106533Z 	libtinyxml2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinyxml2.so.10
2025-08-20T20:05:42.5106940Z 	libtinfo.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so.6
2025-08-20T20:05:42.5107320Z 	libtinfo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so
2025-08-20T20:05:42.5107691Z 	libtiff.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtiff.so.6
2025-08-20T20:05:42.5108088Z 	libtidy.so.5deb1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtidy.so.5deb1
2025-08-20T20:05:42.5108484Z 	libtic.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so.6
2025-08-20T20:05:42.5108842Z 	libtic.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so
2025-08-20T20:05:42.5109223Z 	libthread_db.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so.1
2025-08-20T20:05:42.5109603Z 	libthread_db.so.1 (libc6) => /lib32/libthread_db.so.1
2025-08-20T20:05:42.5109970Z 	libthread_db.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so
2025-08-20T20:05:42.5110364Z 	libthai.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthai.so.0
2025-08-20T20:05:42.5111019Z 	libtdb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtdb.so.1
2025-08-20T20:05:42.5111383Z 	libtcl8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtcl8.6.so
2025-08-20T20:05:42.5111763Z 	libtasn1.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtasn1.so.6
2025-08-20T20:05:42.5112155Z 	libtalloc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtalloc.so.2
2025-08-20T20:05:42.5112693Z 	libsystemd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsystemd.so.0
2025-08-20T20:05:42.5113089Z 	libsysfs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsysfs.so.2
2025-08-20T20:05:42.5113466Z 	libsybdb.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsybdb.so.5
2025-08-20T20:05:42.5113841Z 	libsubid.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsubid.so.4
2025-08-20T20:05:42.5114239Z 	libstemmer.so.0d (libc6,x86-64) => /lib/x86_64-linux-gnu/libstemmer.so.0d
2025-08-20T20:05:42.5114642Z 	libstdc++.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libstdc++.so.6
2025-08-20T20:05:42.5114988Z 	libstdc++.so.6 (libc6) => /lib32/libstdc++.so.6
2025-08-20T20:05:42.5115475Z 	libssl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl3.so
2025-08-20T20:05:42.5116113Z 	libssl.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so.3
2025-08-20T20:05:42.5116692Z 	libssl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so
2025-08-20T20:05:42.5117057Z 	libssh2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh2.so.1
2025-08-20T20:05:42.5117429Z 	libssh.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh.so.4
2025-08-20T20:05:42.5117783Z 	libss.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libss.so.2
2025-08-20T20:05:42.5118161Z 	libsqlite3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so.0
2025-08-20T20:05:42.5118571Z 	libsqlite3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so
2025-08-20T20:05:42.5119018Z 	libsourcekitdInProc.so (libc6,x86-64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T20:05:42.5119466Z 	libsoftokn3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsoftokn3.so
2025-08-20T20:05:42.5119874Z 	libsodium.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsodium.so.23
2025-08-20T20:05:42.5120264Z 	libsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnmp.so.40
2025-08-20T20:05:42.5121700Z 	libsnappy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnappy.so.1
2025-08-20T20:05:42.5122105Z 	libsmime3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmime3.so
2025-08-20T20:05:42.5122517Z 	libsmartcols.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmartcols.so.1
2025-08-20T20:05:42.5122935Z 	libslirp.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslirp.so.0
2025-08-20T20:05:42.5123323Z 	libslang.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslang.so.2
2025-08-20T20:05:42.5123717Z 	libsigsegv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsigsegv.so.2
2025-08-20T20:05:42.5124135Z 	libsharpyuv.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsharpyuv.so.0
2025-08-20T20:05:42.5124579Z 	libsgutils2-1.46.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T20:05:42.5125013Z 	libsframe.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsframe.so.1
2025-08-20T20:05:42.5125404Z 	libsepol.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsepol.so.2
2025-08-20T20:05:42.5125800Z 	libsensors.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsensors.so.5
2025-08-20T20:05:42.5126217Z 	libsemanage.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsemanage.so.2
2025-08-20T20:05:42.5126630Z 	libselinux.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libselinux.so.1
2025-08-20T20:05:42.5127036Z 	libseccomp.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libseccomp.so.2
2025-08-20T20:05:42.5127443Z 	libsasl2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsasl2.so.2
2025-08-20T20:05:42.5127852Z 	libruby-3.2.so.3.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T20:05:42.5128267Z 	libruby-3.2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so
2025-08-20T20:05:42.5128653Z 	librtmp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librtmp.so.1
2025-08-20T20:05:42.5129021Z 	librt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librt.so.1
2025-08-20T20:05:42.5129338Z 	librt.so.1 (libc6) => /lib32/librt.so.1
2025-08-20T20:05:42.5129674Z 	librpmsign.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmsign.so.9
2025-08-20T20:05:42.5130082Z 	librpmio.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmio.so.9
2025-08-20T20:05:42.5130633Z 	librpmbuild.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmbuild.so.9
2025-08-20T20:05:42.5131269Z 	librpm.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpm.so.9
2025-08-20T20:05:42.5131651Z 	librhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/librhash.so.0
2025-08-20T20:05:42.5132031Z 	libre2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libre2.so.10
2025-08-20T20:05:42.5132416Z 	libresolv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so.2
2025-08-20T20:05:42.5132771Z 	libresolv.so.2 (libc6) => /lib32/libresolv.so.2
2025-08-20T20:05:42.5133114Z 	libresolv.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so
2025-08-20T20:05:42.5133544Z 	libreiserfscore.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreiserfscore.so.0
2025-08-20T20:05:42.5133995Z 	libreadline.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreadline.so.8
2025-08-20T20:05:42.5134421Z 	libraw_r.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw_r.so.23
2025-08-20T20:05:42.5134811Z 	libraw.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw.so.23
2025-08-20T20:05:42.5135212Z 	librabbitmq.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/librabbitmq.so.4
2025-08-20T20:05:42.5135629Z 	libquadmath.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libquadmath.so.0
2025-08-20T20:05:42.5136055Z 	libqrtr-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqrtr-glib.so.0
2025-08-20T20:05:42.5136472Z 	libqmi-glib.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqmi-glib.so.5
2025-08-20T20:05:42.5136833Z 	libqdbm.so.14 (libc6,x86-64) => /lib/libqdbm.so.14
2025-08-20T20:05:42.5137196Z 	libp11-kit.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libp11-kit.so.0
2025-08-20T20:05:42.5137623Z 	libpython3.12.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so.1.0
2025-08-20T20:05:42.5138062Z 	libpython3.12.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so
2025-08-20T20:05:42.5138596Z 	libpthread.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpthread.so.0
2025-08-20T20:05:42.5139009Z 	libpthread.so.0 (libc6) => /lib32/libpthread.so.0
2025-08-20T20:05:42.5139359Z 	libpsx.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsx.so.2
2025-08-20T20:05:42.5139755Z 	libpspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpspell.so.15
2025-08-20T20:05:42.5140143Z 	libpsl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsl.so.5
2025-08-20T20:05:42.5140703Z 	libprotobuf-lite.so.32 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T20:05:42.5141184Z 	libprotobuf-c.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-c.so.1
2025-08-20T20:05:42.5141603Z 	libproc2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libproc2.so.0
2025-08-20T20:05:42.5142009Z 	libpq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so.5
2025-08-20T20:05:42.5142653Z 	libpq.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so
2025-08-20T20:05:42.5143286Z 	libpopt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpopt.so.0
2025-08-20T20:05:42.5143848Z 	libpolkit-gobject-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T20:05:42.5144363Z 	libpolkit-agent-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T20:05:42.5144812Z 	libpng16.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpng16.so.16
2025-08-20T20:05:42.5145190Z 	libply.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply.so.5
2025-08-20T20:05:42.5145665Z 	libply-splash-graphics.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T20:05:42.5146214Z 	libply-splash-core.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-core.so.5
2025-08-20T20:05:42.5146717Z 	libply-boot-client.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-boot-client.so.5
2025-08-20T20:05:42.5147160Z 	libplds4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplds4.so
2025-08-20T20:05:42.5147528Z 	libplc4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplc4.so
2025-08-20T20:05:42.5147919Z 	libpkgconf.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpkgconf.so.3
2025-08-20T20:05:42.5148346Z 	libpixman-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpixman-1.so.0
2025-08-20T20:05:42.5148920Z 	libpipeline.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpipeline.so.1
2025-08-20T20:05:42.5149329Z 	libpgm-5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpgm-5.3.so.0
2025-08-20T20:05:42.5149710Z 	libpfm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpfm.so.4
2025-08-20T20:05:42.5150087Z 	libperl.so.5.38 (libc6,x86-64) => /lib/x86_64-linux-gnu/libperl.so.5.38
2025-08-20T20:05:42.5150704Z 	libpcre2-32.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so.0
2025-08-20T20:05:42.5151118Z 	libpcre2-32.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so
2025-08-20T20:05:42.5151520Z 	libpcre2-16.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so.0
2025-08-20T20:05:42.5151923Z 	libpcre2-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so
2025-08-20T20:05:42.5152325Z 	libpcre2-8.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so.0
2025-08-20T20:05:42.5152721Z 	libpcre2-8.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so
2025-08-20T20:05:42.5153149Z 	libpcre2-posix.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so.3
2025-08-20T20:05:42.5153616Z 	libpcre2-posix.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so
2025-08-20T20:05:42.5154049Z 	libpcprofile.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcprofile.so
2025-08-20T20:05:42.5154415Z 	libpcprofile.so (libc6) => /lib32/libpcprofile.so
2025-08-20T20:05:42.5154796Z 	libpciaccess.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpciaccess.so.0
2025-08-20T20:05:42.5155197Z 	libpci.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpci.so.3
2025-08-20T20:05:42.5155578Z 	libpcap.so.0.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so.0.8
2025-08-20T20:05:42.5155958Z 	libpcap.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so
2025-08-20T20:05:42.5156461Z 	libparted.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libparted.so.2
2025-08-20T20:05:42.5156862Z 	libpaper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpaper.so.1
2025-08-20T20:05:42.5157287Z 	libpangoft2-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T20:05:42.5157765Z 	libpangocairo-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T20:05:42.5158216Z 	libpango-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpango-1.0.so.0
2025-08-20T20:05:42.5158633Z 	libpanelw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so.6
2025-08-20T20:05:42.5159022Z 	libpanelw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so
2025-08-20T20:05:42.5159406Z 	libpanel.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so.6
2025-08-20T20:05:42.5159785Z 	libpanel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so
2025-08-20T20:05:42.5160160Z 	libpamc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpamc.so.0
2025-08-20T20:05:42.5160660Z 	libpam_misc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam_misc.so.0
2025-08-20T20:05:42.5161052Z 	libpam.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam.so.0
2025-08-20T20:05:42.5161511Z 	libpackagekit-glib2.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T20:05:42.5161997Z 	libopenjp2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopenjp2.so.7
2025-08-20T20:05:42.5162459Z 	libopeniscsiusr.so.0.2.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T20:05:42.5162976Z 	libopcodes-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T20:05:42.5163489Z 	libopcodes-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-arm64.so
2025-08-20T20:05:42.5163986Z 	libopcodes-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T20:05:42.5164486Z 	libopcodes-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T20:05:42.5164930Z 	libonig.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libonig.so.5
2025-08-20T20:05:42.5165300Z 	libogg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libogg.so.0
2025-08-20T20:05:42.5165663Z 	libodbc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libodbc.so.2
2025-08-20T20:05:42.5166174Z 	libobjc_gc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc_gc.so.4
2025-08-20T20:05:42.5166550Z 	libobjc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc.so.4
2025-08-20T20:05:42.5167122Z 	libnvme.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme.so.1
2025-08-20T20:05:42.5167788Z 	libnvme-mi.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme-mi.so.1
2025-08-20T20:05:42.5168325Z 	libnuma.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnuma.so.1
2025-08-20T20:05:42.5168713Z 	libntfs-3g.so.89 (libc6,x86-64) => /lib/x86_64-linux-gnu/libntfs-3g.so.89
2025-08-20T20:05:42.5169094Z 	libnss3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss3.so
2025-08-20T20:05:42.5169475Z 	libnssutil3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssutil3.so
2025-08-20T20:05:42.5169878Z 	libnssdbm3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssdbm3.so
2025-08-20T20:05:42.5170267Z 	libnssckbi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssckbi.so
2025-08-20T20:05:42.5170902Z 	libnss_systemd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_systemd.so.2
2025-08-20T20:05:42.5171352Z 	libnss_hesiod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so.2
2025-08-20T20:05:42.5171744Z 	libnss_hesiod.so.2 (libc6) => /lib32/libnss_hesiod.so.2
2025-08-20T20:05:42.5172112Z 	libnss_hesiod.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so
2025-08-20T20:05:42.5172530Z 	libnss_files.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_files.so.2
2025-08-20T20:05:42.5172907Z 	libnss_files.so.2 (libc6) => /lib32/libnss_files.so.2
2025-08-20T20:05:42.5173266Z 	libnss_dns.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_dns.so.2
2025-08-20T20:05:42.5173620Z 	libnss_dns.so.2 (libc6) => /lib32/libnss_dns.so.2
2025-08-20T20:05:42.5174178Z 	libnss_compat.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so.2
2025-08-20T20:05:42.5174577Z 	libnss_compat.so.2 (libc6) => /lib32/libnss_compat.so.2
2025-08-20T20:05:42.5174957Z 	libnss_compat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so
2025-08-20T20:05:42.5175355Z 	libnspr4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnspr4.so
2025-08-20T20:05:42.5175724Z 	libnsl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnsl.so.1
2025-08-20T20:05:42.5176044Z 	libnsl.so.1 (libc6) => /lib32/libnsl.so.1
2025-08-20T20:05:42.5183405Z 	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-20T20:05:42.5184037Z 	libnpth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnpth.so.0
2025-08-20T20:05:42.5184445Z 	libnorm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnorm.so.1
2025-08-20T20:05:42.5184836Z 	libnl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so.200
2025-08-20T20:05:42.5185217Z 	libnl-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so
2025-08-20T20:05:42.5185639Z 	libnl-route-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so.200
2025-08-20T20:05:42.5186083Z 	libnl-route-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so
2025-08-20T20:05:42.5186522Z 	libnl-genl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-genl-3.so.200
2025-08-20T20:05:42.5186960Z 	libnghttp2.so.14 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnghttp2.so.14
2025-08-20T20:05:42.5187371Z 	libnftnl.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftnl.so.11
2025-08-20T20:05:42.5187771Z 	libnftables.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftables.so.1
2025-08-20T20:05:42.5188200Z 	libnfnetlink.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnfnetlink.so.0
2025-08-20T20:05:42.5188619Z 	libnewt.so.0.52 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnewt.so.0.52
2025-08-20T20:05:42.5189019Z 	libnettle.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnettle.so.8
2025-08-20T20:05:42.5189457Z 	libnetsnmpmibs.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T20:05:42.5189958Z 	libnetsnmphelpers.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T20:05:42.5190695Z 	libnetsnmpagent.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T20:05:42.5191469Z 	libnetsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmp.so.40
2025-08-20T20:05:42.5191896Z 	libnetplan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetplan.so.1
2025-08-20T20:05:42.5192324Z 	libnetpbm.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetpbm.so.11
2025-08-20T20:05:42.5192825Z 	libnetfilter_conntrack.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T20:05:42.5193331Z 	libncursesw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncursesw.so.6
2025-08-20T20:05:42.5193746Z 	libncurses.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncurses.so.6
2025-08-20T20:05:42.5194184Z 	libmysqlclient.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so.21
2025-08-20T20:05:42.5194645Z 	libmysqlclient.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so
2025-08-20T20:05:42.5195060Z 	libmvec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so.1
2025-08-20T20:05:42.5195437Z 	libmvec.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so
2025-08-20T20:05:42.5195807Z 	libmultipath.so.0 (libc6,x86-64) => /lib/libmultipath.so.0
2025-08-20T20:05:42.5196195Z 	libmspack.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmspack.so.0
2025-08-20T20:05:42.5196585Z 	libmpfr.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpfr.so.6
2025-08-20T20:05:42.5196953Z 	libmpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpc.so.3
2025-08-20T20:05:42.5197319Z 	libmpathutil.so.0 (libc6,x86-64) => /lib/libmpathutil.so.0
2025-08-20T20:05:42.5197711Z 	libmpathpersist.so.0 (libc6,x86-64) => /lib/libmpathpersist.so.0
2025-08-20T20:05:42.5198090Z 	libmpathcmd.so.0 (libc6,x86-64) => /lib/libmpathcmd.so.0
2025-08-20T20:05:42.5198457Z 	libmount.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmount.so.1
2025-08-20T20:05:42.5198956Z 	libmnl.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmnl.so.0
2025-08-20T20:05:42.5199318Z 	libmms.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmms.so.0
2025-08-20T20:05:42.5199703Z 	libmm-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmm-glib.so.0
2025-08-20T20:05:42.5200093Z 	libmlx5.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so.1
2025-08-20T20:05:42.5200596Z 	libmlx5.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so
2025-08-20T20:05:42.5200958Z 	libmlx4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so.1
2025-08-20T20:05:42.5201314Z 	libmlx4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so
2025-08-20T20:05:42.5201679Z 	libmenuw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so.6
2025-08-20T20:05:42.5202053Z 	libmenuw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so
2025-08-20T20:05:42.5202418Z 	libmenu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so.6
2025-08-20T20:05:42.5202772Z 	libmenu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so
2025-08-20T20:05:42.5203155Z 	libmemusage.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemusage.so
2025-08-20T20:05:42.5203510Z 	libmemusage.so (libc6) => /lib32/libmemusage.so
2025-08-20T20:05:42.5203886Z 	libmemcached.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemcached.so.11
2025-08-20T20:05:42.5204325Z 	libmediainfo.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmediainfo.so.0
2025-08-20T20:05:42.5204733Z 	libmecab.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmecab.so.2
2025-08-20T20:05:42.5205098Z 	libmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmd.so.0
2025-08-20T20:05:42.5205480Z 	libmbim-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmbim-glib.so.4
2025-08-20T20:05:42.5205902Z 	libmaxminddb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmaxminddb.so.0
2025-08-20T20:05:42.5206298Z 	libmana.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so.1
2025-08-20T20:05:42.5206653Z 	libmana.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so
2025-08-20T20:05:42.5207022Z 	libmagic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmagic.so.1
2025-08-20T20:05:42.5207378Z 	libm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libm.so.6
2025-08-20T20:05:42.5207675Z 	libm.so.6 (libc6) => /lib32/libm.so.6
2025-08-20T20:05:42.5208103Z 	liblz4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so.1
2025-08-20T20:05:42.5208457Z 	liblz4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so
2025-08-20T20:05:42.5208815Z 	liblzo2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzo2.so.2
2025-08-20T20:05:42.5209181Z 	liblzma.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so.5
2025-08-20T20:05:42.5209537Z 	liblzma.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so
2025-08-20T20:05:42.5209888Z 	liblz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so.1
2025-08-20T20:05:42.5210226Z 	liblz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so
2025-08-20T20:05:42.5210726Z 	liblvm2cmd.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T20:05:42.5211140Z 	liblua5.4.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4.so.0
2025-08-20T20:05:42.5211534Z 	liblua5.4-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T20:05:42.5211935Z 	liblua5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3.so.0
2025-08-20T20:05:42.5212322Z 	liblua5.3-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T20:05:42.5212734Z 	liblttng-ust.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust.so.1
2025-08-20T20:05:42.5213239Z 	liblttng-ust-tracepoint.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T20:05:42.5213875Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T20:05:42.5214512Z 	liblttng-ust-libc-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T20:05:42.5215059Z 	liblttng-ust-fork.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T20:05:42.5215653Z 	liblttng-ust-fd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T20:05:42.5216117Z 	liblttng-ust-dl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T20:05:42.5216642Z 	liblttng-ust-cyg-profile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T20:05:42.5217264Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T20:05:42.5217834Z 	liblttng-ust-ctl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T20:05:42.5218338Z 	liblttng-ust-common.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T20:05:42.5218791Z 	libltdl.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libltdl.so.7
2025-08-20T20:05:42.5219159Z 	liblsan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblsan.so.0
2025-08-20T20:05:42.5219531Z 	liblqr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblqr-1.so.0
2025-08-20T20:05:42.5219912Z 	liblmdb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblmdb.so.0
2025-08-20T20:05:42.5220290Z 	liblldb-18.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so.1
2025-08-20T20:05:42.5220834Z 	liblldb-18.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so
2025-08-20T20:05:42.5221222Z 	liblldb-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so.1
2025-08-20T20:05:42.5221609Z 	liblldb-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so
2025-08-20T20:05:42.5221992Z 	liblldb-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so.1
2025-08-20T20:05:42.5222378Z 	liblldb-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so
2025-08-20T20:05:42.5222759Z 	libldap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libldap.so.2
2025-08-20T20:05:42.5223130Z 	liblcms2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblcms2.so.2
2025-08-20T20:05:42.5223506Z 	liblber.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblber.so.2
2025-08-20T20:05:42.5223914Z 	libk5crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libk5crypto.so.3
2025-08-20T20:05:42.5224314Z 	libksba.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libksba.so.8
2025-08-20T20:05:42.5224733Z 	libkrb5support.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5support.so.0
2025-08-20T20:05:42.5225399Z 	libkrb5.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5.so.3
2025-08-20T20:05:42.5225765Z 	libkmod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkmod.so.2
2025-08-20T20:05:42.5226162Z 	libkeyutils.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkeyutils.so.1
2025-08-20T20:05:42.5226574Z 	libjxrglue.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjxrglue.so.0
2025-08-20T20:05:42.5226988Z 	libjsoncpp.so.25 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjsoncpp.so.25
2025-08-20T20:05:42.5227433Z 	libjson-glib-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T20:05:42.5227871Z 	libjson-c.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-c.so.5
2025-08-20T20:05:42.5228249Z 	libjq.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjq.so.1
2025-08-20T20:05:42.5228626Z 	libjpegxr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpegxr.so.0
2025-08-20T20:05:42.5229017Z 	libjpeg.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpeg.so.8
2025-08-20T20:05:42.5229402Z 	libjcat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjcat.so.1
2025-08-20T20:05:42.5229798Z 	libjbig2dec.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig2dec.so.0
2025-08-20T20:05:42.5230198Z 	libjbig.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig.so.0
2025-08-20T20:05:42.5231097Z 	libjansson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjansson.so.4
2025-08-20T20:05:42.5231501Z 	libitm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libitm.so.1
2025-08-20T20:05:42.5231865Z 	libisns.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisns.so.0
2025-08-20T20:05:42.5232231Z 	libisl.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisl.so.23
2025-08-20T20:05:42.5233013Z 	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-20T20:05:42.5233767Z 	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-20T20:05:42.5234466Z 	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-20T20:05:42.5235139Z 	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-20T20:05:42.5235695Z 	libip6tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip6tc.so.2
2025-08-20T20:05:42.5236201Z 	libip4tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip4tc.so.2
2025-08-20T20:05:42.5236585Z 	libinih.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libinih.so.1
2025-08-20T20:05:42.5236972Z 	libijs-0.35.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libijs-0.35.so
2025-08-20T20:05:42.5237355Z 	libidn2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn2.so.0
2025-08-20T20:05:42.5237753Z 	libidn.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn.so.12
2025-08-20T20:05:42.5238136Z 	libicuuc.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.74
2025-08-20T20:05:42.5238540Z 	libicuuc.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.70
2025-08-20T20:05:42.5238975Z 	libicuuc.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so
2025-08-20T20:05:42.5239357Z 	libicutu.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.74
2025-08-20T20:05:42.5239743Z 	libicutu.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.70
2025-08-20T20:05:42.5240120Z 	libicutu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so
2025-08-20T20:05:42.5240761Z 	libicutest.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.74
2025-08-20T20:05:42.5241185Z 	libicutest.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.70
2025-08-20T20:05:42.5241592Z 	libicutest.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so
2025-08-20T20:05:42.5241998Z 	libicui18n.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.74
2025-08-20T20:05:42.5242402Z 	libicui18n.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.70
2025-08-20T20:05:42.5242801Z 	libicui18n.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so
2025-08-20T20:05:42.5243339Z 	libicuio.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.74
2025-08-20T20:05:42.5243729Z 	libicuio.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.70
2025-08-20T20:05:42.5244109Z 	libicuio.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so
2025-08-20T20:05:42.5244500Z 	libicudata.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.74
2025-08-20T20:05:42.5244920Z 	libicudata.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.70
2025-08-20T20:05:42.5245319Z 	libicudata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so
2025-08-20T20:05:42.5245721Z 	libibverbs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so.1
2025-08-20T20:05:42.5246121Z 	libibverbs.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so
2025-08-20T20:05:42.5246510Z 	libhwasan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhwasan.so.0
2025-08-20T20:05:42.5246936Z 	libhunspell-1.7.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T20:05:42.5247375Z 	libhogweed.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhogweed.so.6
2025-08-20T20:05:42.5247773Z 	libhistory.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhistory.so.8
2025-08-20T20:05:42.5248210Z 	libhiredis_ssl.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T20:05:42.5248676Z 	libhiredis.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T20:05:42.5249084Z 	libhgfs.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhgfs.so.0
2025-08-20T20:05:42.5249451Z 	libheif.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libheif.so.1
2025-08-20T20:05:42.5249830Z 	libhavege.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhavege.so.2
2025-08-20T20:05:42.5250343Z 	libhashkit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhashkit.so.2
2025-08-20T20:05:42.5250866Z 	libharfbuzz.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libharfbuzz.so.0
2025-08-20T20:05:42.5251267Z 	libhandle.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhandle.so.1
2025-08-20T20:05:42.5251646Z 	libgusb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgusb.so.2
2025-08-20T20:05:42.5252037Z 	libguestlib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestlib.so.0
2025-08-20T20:05:42.5252509Z 	libguestStoreClient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestStoreClient.so.0
2025-08-20T20:05:42.5252985Z 	libgudev-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgudev-1.0.so.0
2025-08-20T20:05:42.5253385Z 	libgtk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgtk-3.so.0
2025-08-20T20:05:42.5253789Z 	libgthread-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgthread-2.0.so.0
2025-08-20T20:05:42.5254245Z 	libgstreamer-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T20:05:42.5254696Z 	libgstnet-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T20:05:42.5255174Z 	libgstcontroller-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T20:05:42.5255669Z 	libgstcheck-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T20:05:42.5256111Z 	libgstbase-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T20:05:42.5256547Z 	libgssapi_krb5.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T20:05:42.5256945Z 	libgs.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgs.so.10
2025-08-20T20:05:42.5257340Z 	libgraphite2.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgraphite2.so.3
2025-08-20T20:05:42.5257759Z 	libgprofng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgprofng.so.0
2025-08-20T20:05:42.5258145Z 	libgpm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpm.so.2
2025-08-20T20:05:42.5258517Z 	libgpgme.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpgme.so.11
2025-08-20T20:05:42.5258928Z 	libgpg-error.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpg-error.so.0
2025-08-20T20:05:42.5259331Z 	libgomp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgomp.so.1
2025-08-20T20:05:42.5259863Z 	libgobject-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgobject-2.0.so.0
2025-08-20T20:05:42.5260279Z 	libgnutls.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgnutls.so.30
2025-08-20T20:05:42.5260769Z 	libgmpxx.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so.4
2025-08-20T20:05:42.5261144Z 	libgmpxx.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so
2025-08-20T20:05:42.5261513Z 	libgmp.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so.10
2025-08-20T20:05:42.5261867Z 	libgmp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so
2025-08-20T20:05:42.5262259Z 	libgmodule-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T20:05:42.5262673Z 	libglib-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libglib-2.0.so.0
2025-08-20T20:05:42.5263133Z 	libgirepository-1.0.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T20:05:42.5263585Z 	libgio-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgio-2.0.so.0
2025-08-20T20:05:42.5263995Z 	libgfortran.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgfortran.so.5
2025-08-20T20:05:42.5264430Z 	libgdk_pixbuf-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T20:05:42.5264857Z 	libgdk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk-3.so.0
2025-08-20T20:05:42.5265261Z 	libgdbm_compat.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm_compat.so.4
2025-08-20T20:05:42.5265662Z 	libgdbm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm.so.6
2025-08-20T20:05:42.5266021Z 	libgd.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgd.so.3
2025-08-20T20:05:42.5266385Z 	libgctba.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgctba.so.1
2025-08-20T20:05:42.5266771Z 	libgcrypt.so.20 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcrypt.so.20
2025-08-20T20:05:42.5267278Z 	libgccpp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgccpp.so.1
2025-08-20T20:05:42.5267654Z 	libgcc_s.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcc_s.so.1
2025-08-20T20:05:42.5267986Z 	libgcc_s.so.1 (libc6) => /lib32/libgcc_s.so.1
2025-08-20T20:05:42.5268299Z 	libgc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgc.so.1
2025-08-20T20:05:42.5268654Z 	libgbm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgbm.so.1
2025-08-20T20:05:42.5269159Z 	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-20T20:05:42.5269676Z 	libfwupd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfwupd.so.2
2025-08-20T20:05:42.5270056Z 	libfuse3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfuse3.so.3
2025-08-20T20:05:42.5270607Z 	libftdi1.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libftdi1.so.2
2025-08-20T20:05:42.5271116Z 	libfsverity.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfsverity.so.0
2025-08-20T20:05:42.5271535Z 	libfribidi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfribidi.so.0
2025-08-20T20:05:42.5271941Z 	libfreetype.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreetype.so.6
2025-08-20T20:05:42.5272345Z 	libfreebl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreebl3.so
2025-08-20T20:05:42.5272756Z 	libfreeblpriv3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreeblpriv3.so
2025-08-20T20:05:42.5273164Z 	libformw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so.6
2025-08-20T20:05:42.5273538Z 	libformw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so
2025-08-20T20:05:42.5273907Z 	libform.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so.6
2025-08-20T20:05:42.5274269Z 	libform.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so
2025-08-20T20:05:42.5274648Z 	libfontenc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontenc.so.1
2025-08-20T20:05:42.5275070Z 	libfontconfig.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontconfig.so.1
2025-08-20T20:05:42.5275507Z 	libflashrom.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libflashrom.so.1
2025-08-20T20:05:42.5275901Z 	libfido2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfido2.so.1
2025-08-20T20:05:42.5276321Z 	libfftw3_threads.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_threads.so.3
2025-08-20T20:05:42.5276892Z 	libfftw3_omp.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_omp.so.3
2025-08-20T20:05:42.5277282Z 	libfftw3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3.so.3
2025-08-20T20:05:42.5277645Z 	libffi.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so.8
2025-08-20T20:05:42.5277998Z 	libffi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so
2025-08-20T20:05:42.5278355Z 	libfdisk.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfdisk.so.1
2025-08-20T20:05:42.5278728Z 	libfcgi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi.so.0
2025-08-20T20:05:42.5279110Z 	libfcgi++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi++.so.0
2025-08-20T20:05:42.5279514Z 	libfbclient.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfbclient.so.2
2025-08-20T20:05:42.5279925Z 	libfastjson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfastjson.so.4
2025-08-20T20:05:42.5280387Z 	libfakeroot-0.so (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T20:05:42.5281049Z 	libe2p.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libe2p.so.2
2025-08-20T20:05:42.5281427Z 	libext2fs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libext2fs.so.2
2025-08-20T20:05:42.5281811Z 	libexslt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexslt.so.0
2025-08-20T20:05:42.5282193Z 	libexpatw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so.1
2025-08-20T20:05:42.5282576Z 	libexpatw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so
2025-08-20T20:05:42.5282946Z 	libexpat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so.1
2025-08-20T20:05:42.5283315Z 	libexpat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so
2025-08-20T20:05:42.5283937Z 	libevent_pthreads-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T20:05:42.5284435Z 	libevent_core-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T20:05:42.5284869Z 	libevdev.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevdev.so.2
2025-08-20T20:05:42.5285264Z 	libestr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libestr.so.0
2025-08-20T20:05:42.5285648Z 	libepoxy.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libepoxy.so.0
2025-08-20T20:05:42.5286058Z 	libenchant-2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libenchant-2.so.2
2025-08-20T20:05:42.5286464Z 	libelf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libelf.so.1
2025-08-20T20:05:42.5286853Z 	libefivar.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefivar.so.1
2025-08-20T20:05:42.5287260Z 	libefiboot.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefiboot.so.1
2025-08-20T20:05:42.5287649Z 	libefa.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so.1
2025-08-20T20:05:42.5288015Z 	libefa.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so
2025-08-20T20:05:42.5288387Z 	libedit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libedit.so.2
2025-08-20T20:05:42.5288795Z 	libeatmydata.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so.1
2025-08-20T20:05:42.5289227Z 	libeatmydata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so
2025-08-20T20:05:42.5289616Z 	libdw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdw.so.1
2025-08-20T20:05:42.5290015Z 	libduktape.so.207 (libc6,x86-64) => /lib/x86_64-linux-gnu/libduktape.so.207
2025-08-20T20:05:42.5290571Z 	libdrop_ambient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrop_ambient.so.0
2025-08-20T20:05:42.5291005Z 	libdrm_intel.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_intel.so.1
2025-08-20T20:05:42.5291430Z 	libdrm_amdgpu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T20:05:42.5291828Z 	libdrm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm.so.2
2025-08-20T20:05:42.5292359Z 	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-20T20:05:42.5292881Z 	libdl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdl.so.2
2025-08-20T20:05:42.5293199Z 	libdl.so.2 (libc6) => /lib32/libdl.so.2
2025-08-20T20:05:42.5293674Z 	libdjvulibre.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdjvulibre.so.21
2025-08-20T20:05:42.5294091Z 	libde265.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libde265.so.0
2025-08-20T20:05:42.5294522Z 	libdevmapper.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T20:05:42.5295059Z 	libdevmapper-event.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T20:05:42.5295711Z 	libdevmapper-event-lvm2vdo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T20:05:42.5296334Z 	libdevmapper-event-lvm2thin.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T20:05:42.5296998Z 	libdevmapper-event-lvm2snapshot.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T20:05:42.5297655Z 	libdevmapper-event-lvm2raid.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T20:05:42.5298297Z 	libdevmapper-event-lvm2mirror.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T20:05:42.5298934Z 	libdevmapper-event-lvm2.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T20:05:42.5299525Z 	libdevmapper-event-lvm2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T20:05:42.5300017Z 	libdeflate.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdeflate.so.0
2025-08-20T20:05:42.5300566Z 	libdebconfclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdebconfclient.so.0
2025-08-20T20:05:42.5301013Z 	libdconf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdconf.so.1
2025-08-20T20:05:42.5301443Z 	libdbusmenu-gtk3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T20:05:42.5302028Z 	libdbusmenu-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T20:05:42.5302470Z 	libdbus-1.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so.3
2025-08-20T20:05:42.5302863Z 	libdbus-1.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so
2025-08-20T20:05:42.5303236Z 	libdb-5.3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdb-5.3.so
2025-08-20T20:05:42.5303619Z 	libdatrie.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdatrie.so.1
2025-08-20T20:05:42.5304002Z 	libcurl.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl.so.4
2025-08-20T20:05:42.5304412Z 	libcurl-gnutls.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T20:05:42.5304831Z 	libcups.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcups.so.2
2025-08-20T20:05:42.5305198Z 	libctf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf.so.0
2025-08-20T20:05:42.5305595Z 	libctf-nobfd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd.so.0
2025-08-20T20:05:42.5306067Z 	libctf-nobfd-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so.0
2025-08-20T20:05:42.5306561Z 	libctf-nobfd-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so
2025-08-20T20:05:42.5307054Z 	libctf-nobfd-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T20:05:42.5307549Z 	libctf-nobfd-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T20:05:42.5308037Z 	libctf-nobfd-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T20:05:42.5308528Z 	libctf-nobfd-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T20:05:42.5308978Z 	libctf-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so.0
2025-08-20T20:05:42.5309396Z 	libctf-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so
2025-08-20T20:05:42.5309812Z 	libctf-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so.0
2025-08-20T20:05:42.5310232Z 	libctf-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so
2025-08-20T20:05:42.5310898Z 	libctf-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so.0
2025-08-20T20:05:42.5311314Z 	libctf-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so
2025-08-20T20:05:42.5311878Z 	libcryptsetup.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcryptsetup.so.12
2025-08-20T20:05:42.5312311Z 	libcrypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so.3
2025-08-20T20:05:42.5312704Z 	libcrypto.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so
2025-08-20T20:05:42.5313090Z 	libcrypt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so.1
2025-08-20T20:05:42.5313474Z 	libcrypt.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so
2025-08-20T20:05:42.5313850Z 	libcom_err.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcom_err.so.2
2025-08-20T20:05:42.5314289Z 	libcolordprivate.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolordprivate.so.2
2025-08-20T20:05:42.5314743Z 	libcolord.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolord.so.2
2025-08-20T20:05:42.5315150Z 	libclang-18.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-18.so.18
2025-08-20T20:05:42.5315561Z 	libclang-17.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-17.so.17
2025-08-20T20:05:42.5316070Z 	libclang-16.so.16.0.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T20:05:42.5316528Z 	libclang-cpp.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T20:05:42.5316976Z 	libclang-cpp.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.17
2025-08-20T20:05:42.5317413Z 	libclang-cpp.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.16
2025-08-20T20:05:42.5317815Z 	libcc1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcc1.so.0
2025-08-20T20:05:42.5318188Z 	libcbor.so.0.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcbor.so.0.10
2025-08-20T20:05:42.5318587Z 	libcares.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcares.so.2
2025-08-20T20:05:42.5319083Z 	libcap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap.so.2
2025-08-20T20:05:42.5319465Z 	libcap-ng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap-ng.so.0
2025-08-20T20:05:42.5319872Z 	libcanberra.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcanberra.so.0
2025-08-20T20:05:42.5320278Z 	libcairo.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo.so.2
2025-08-20T20:05:42.5320919Z 	libcairo-gobject.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo-gobject.so.2
2025-08-20T20:05:42.5321393Z 	libc_malloc_debug.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T20:05:42.5321818Z 	libc_malloc_debug.so.0 (libc6) => /lib32/libc_malloc_debug.so.0
2025-08-20T20:05:42.5322232Z 	libc_malloc_debug.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so
2025-08-20T20:05:42.5322625Z 	libc.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc.so.6
2025-08-20T20:05:42.5322930Z 	libc.so.6 (libc6) => /lib32/libc.so.6
2025-08-20T20:05:42.5323260Z 	libc-client.so.2007e (libc6,x86-64) => /lib/libc-client.so.2007e
2025-08-20T20:05:42.5323647Z 	libbz2.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbz2.so.1.0
2025-08-20T20:05:42.5324045Z 	libbytesize.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbytesize.so.1
2025-08-20T20:05:42.5324440Z 	libbsd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbsd.so.0
2025-08-20T20:05:42.5324839Z 	libbrotlienc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlienc.so.1
2025-08-20T20:05:42.5325272Z 	libbrotlidec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlidec.so.1
2025-08-20T20:05:42.5325725Z 	libbrotlicommon.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlicommon.so.1
2025-08-20T20:05:42.5326171Z 	libbpf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbpf.so.1
2025-08-20T20:05:42.5326568Z 	libblockdev.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblockdev.so.3
2025-08-20T20:05:42.5326968Z 	libblkid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblkid.so.1
2025-08-20T20:05:42.5327529Z 	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-20T20:05:42.5328118Z 	libbfd-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-system.so
2025-08-20T20:05:42.5328709Z 	libbfd-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-arm64.so
2025-08-20T20:05:42.5329154Z 	libbfd-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T20:05:42.5329595Z 	libbfd-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T20:05:42.5330017Z 	libbd_utils.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_utils.so.3
2025-08-20T20:05:42.5330528Z 	libbd_swap.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_swap.so.3
2025-08-20T20:05:42.5330927Z 	libbd_part.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_part.so.3
2025-08-20T20:05:42.5331318Z 	libbd_nvme.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_nvme.so.3
2025-08-20T20:05:42.5331722Z 	libbd_mdraid.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_mdraid.so.3
2025-08-20T20:05:42.5332130Z 	libbd_loop.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_loop.so.3
2025-08-20T20:05:42.5332512Z 	libbd_fs.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_fs.so.3
2025-08-20T20:05:42.5332908Z 	libbd_crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_crypto.so.3
2025-08-20T20:05:42.5333313Z 	libbcc_bpf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc_bpf.so.0
2025-08-20T20:05:42.5333706Z 	libbcc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc.so.0
2025-08-20T20:05:42.5334131Z 	libavahi-common.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-common.so.3
2025-08-20T20:05:42.5334594Z 	libavahi-client.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-client.so.3
2025-08-20T20:05:42.5335093Z 	libaudit.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaudit.so.1
2025-08-20T20:05:42.5335474Z 	libattr.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libattr.so.1
2025-08-20T20:05:42.5335854Z 	libatspi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatspi.so.0
2025-08-20T20:05:42.5336366Z 	libatomic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatomic.so.1
2025-08-20T20:05:42.5336753Z 	libatm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatm.so.1
2025-08-20T20:05:42.5337135Z 	libatk-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-1.0.so.0
2025-08-20T20:05:42.5337569Z 	libatk-bridge-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T20:05:42.5338025Z 	libatasmart.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatasmart.so.4
2025-08-20T20:05:42.5338432Z 	libassuan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libassuan.so.0
2025-08-20T20:05:42.5338867Z 	libaspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaspell.so.15
2025-08-20T20:05:42.5339271Z 	libasound.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasound.so.2
2025-08-20T20:05:42.5339657Z 	libasan.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasan.so.8
2025-08-20T20:05:42.5340032Z 	libaria2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaria2.so.0
2025-08-20T20:05:42.5340522Z 	libargon2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libargon2.so.1
2025-08-20T20:05:42.5340933Z 	libarchive.so.13 (libc6,x86-64) => /lib/x86_64-linux-gnu/libarchive.so.13
2025-08-20T20:05:42.5341398Z 	libapt-private.so.0.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-private.so.0.0
2025-08-20T20:05:42.5341870Z 	libapt-pkg.so.6.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T20:05:42.5342301Z 	libaprutil-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaprutil-1.so.0
2025-08-20T20:05:42.5342707Z 	libapr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapr-1.so.0
2025-08-20T20:05:42.5343117Z 	libappstream.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libappstream.so.5
2025-08-20T20:05:42.5343548Z 	libapparmor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapparmor.so.1
2025-08-20T20:05:42.5343946Z 	libaom.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaom.so.3
2025-08-20T20:05:42.5344309Z 	libanl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so.1
2025-08-20T20:05:42.5344635Z 	libanl.so.1 (libc6) => /lib32/libanl.so.1
2025-08-20T20:05:42.5344944Z 	libanl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so
2025-08-20T20:05:42.5345322Z 	libaio.so.1t64 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaio.so.1t64
2025-08-20T20:05:42.5345839Z 	libacl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libacl.so.1
2025-08-20T20:05:42.5346191Z 	libX11.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11.so.6
2025-08-20T20:05:42.5346567Z 	libX11-xcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11-xcb.so.1
2025-08-20T20:05:42.5346971Z 	libXxf86vm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXxf86vm.so.1
2025-08-20T20:05:42.5347359Z 	libXtst.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXtst.so.6
2025-08-20T20:05:42.5347720Z 	libXt.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXt.so.6
2025-08-20T20:05:42.5348077Z 	libXss.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXss.so.1
2025-08-20T20:05:42.5348460Z 	libXrender.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrender.so.1
2025-08-20T20:05:42.5348868Z 	libXrandr.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrandr.so.2
2025-08-20T20:05:42.5349252Z 	libXpm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXpm.so.4
2025-08-20T20:05:42.5349624Z 	libXmuu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmuu.so.1
2025-08-20T20:05:42.5349987Z 	libXmu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmu.so.6
2025-08-20T20:05:42.5350373Z 	libXinerama.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXinerama.so.1
2025-08-20T20:05:42.5351032Z 	libXi.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXi.so.6
2025-08-20T20:05:42.5351391Z 	libXft.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXft.so.2
2025-08-20T20:05:42.5351767Z 	libXfont2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfont2.so.2
2025-08-20T20:05:42.5352159Z 	libXfixes.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfixes.so.3
2025-08-20T20:05:42.5352541Z 	libXext.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXext.so.6
2025-08-20T20:05:42.5353050Z 	libXdmcp.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so.6
2025-08-20T20:05:42.5353433Z 	libXdmcp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so
2025-08-20T20:05:42.5353815Z 	libXdamage.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdamage.so.1
2025-08-20T20:05:42.5354226Z 	libXcursor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcursor.so.1
2025-08-20T20:05:42.5354653Z 	libXcomposite.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcomposite.so.1
2025-08-20T20:05:42.5355063Z 	libXaw.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXaw.so.7
2025-08-20T20:05:42.5355422Z 	libXau.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so.6
2025-08-20T20:05:42.5355777Z 	libXau.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so
2025-08-20T20:05:42.5356126Z 	libSM.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libSM.so.6
2025-08-20T20:05:42.5356557Z 	libOpenEXRUtil-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T20:05:42.5357068Z 	libOpenEXRCore-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T20:05:42.5357539Z 	libOpenEXR-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T20:05:42.5358021Z 	libMagickWand-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T20:05:42.5358527Z 	libMagickCore-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T20:05:42.5358969Z 	libLerc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLerc.so.4
2025-08-20T20:05:42.5359353Z 	libLLVM.so.19.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.19.1
2025-08-20T20:05:42.5359746Z 	libLLVM.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.18.1
2025-08-20T20:05:42.5360135Z 	libLLVM-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so.1
2025-08-20T20:05:42.5360744Z 	libLLVM-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so
2025-08-20T20:05:42.5361137Z 	libLLVM-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so.1
2025-08-20T20:05:42.5361529Z 	libLLVM-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so
2025-08-20T20:05:42.5361904Z 	libJudy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libJudy.so.1
2025-08-20T20:05:42.5362423Z 	libImath-3_1.so.29 (libc6,x86-64) => /lib/x86_64-linux-gnu/libImath-3_1.so.29
2025-08-20T20:05:42.5362869Z 	libIlmThread-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T20:05:42.5363300Z 	libIex-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIex-3_1.so.30
2025-08-20T20:05:42.5363679Z 	libICE.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libICE.so.6
2025-08-20T20:05:42.5364086Z 	libGLdispatch.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLdispatch.so.0
2025-08-20T20:05:42.5364510Z 	libGLX_mesa.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX_mesa.so.0
2025-08-20T20:05:42.5364893Z 	libGLX.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX.so.0
2025-08-20T20:05:42.5365252Z 	libGL.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGL.so.1
2025-08-20T20:05:42.5365650Z 	libDeployPkg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libDeployPkg.so.0
2025-08-20T20:05:42.5366113Z 	libBrokenLocale.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so.1
2025-08-20T20:05:42.5366554Z 	libBrokenLocale.so.1 (libc6) => /lib32/libBrokenLocale.so.1
2025-08-20T20:05:42.5366972Z 	libBrokenLocale.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so
2025-08-20T20:05:42.5367384Z 	ld-musl-x86_64.so.1 (libc6,x86-64) => /lib/ld-musl-x86_64.so.1
2025-08-20T20:05:42.5367713Z 	ld-linux.so.2 (libc6) => /lib32/ld-linux.so.2
2025-08-20T20:05:42.5367995Z 	ld-linux.so.2 (libc6) => /lib/ld-linux.so.2
2025-08-20T20:05:42.5368349Z 	ld-linux-x86-64.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
2025-08-20T20:05:42.5368836Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.5) stable release version 2.39
2025-08-20T20:05:42.5369183Z 
2025-08-20T20:05:42.5369187Z 
2025-08-20T20:05:42.5369684Z  [+] Finished Initializing Linux pkrvmqc4gcfdwos 6.11.0-1018-azure x86_64 :: at Wednesday, 2025-08-20 (08:05:42 PM)
2025-08-20T20:05:42.5370064Z 
2025-08-20T20:05:42.5370068Z 
2025-08-20T20:05:42.5370072Z 
2025-08-20T20:05:42.5370153Z [+] Continue : YES
2025-08-20T20:05:42.5370274Z 
2025-08-20T20:05:42.5370637Z [+] ulimit -n (open file descriptors) :: [Soft --> 65536] [Hard --> 65536] [Total --> 9223372036854775807]
2025-08-20T20:05:42.6981262Z 
2025-08-20T20:05:42.6981923Z ==> [+] Started Building at :: Wednesday, 2025-08-20 (08:05:42 PM) UTC
2025-08-20T20:05:42.6982367Z 
2025-08-20T20:05:42.6999289Z 
2025-08-20T20:05:42.6999471Z [+] Total RECIPES :: 1
2025-08-20T20:05:42.6999716Z 
2025-08-20T20:05:42.7075244Z 
2025-08-20T20:05:42.7076072Z [+] Fetching : https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/elinks/static.official.stable.yaml (1/1)
2025-08-20T20:05:42.7076701Z 
2025-08-20T20:05:42.8938124Z ==> https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/elinks/static.official.stable.yaml
2025-08-20T20:05:42.8950389Z mode of '/tmp/pkgforge/FLlGUAiuX_build.yaml' changed from 0600 (rw-------) to 0755 (rwxr-xr-x)
2025-08-20T20:05:42.8998796Z [+] Setting '.ghcr_pkg' --> ghcr.io/pkgforge/bincache/elinks/official [Provided]
2025-08-20T20:05:42.8999448Z [+] Setting '.pkg_family' --> elinks [Provided]
2025-08-20T20:05:42.9012030Z [00:00:00.000]➜  [+] SBUILD Functions Version: 1.7.1
2025-08-20T20:05:42.9018469Z [00:00:00.000]➜  [+] HOST: Linux pkrvmqc4gcfdwos 6.11.0-1018-azure #18~24.04.1-Ubuntu SMP Sat Jun 28 04:46:03 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux
2025-08-20T20:05:42.9111047Z [00:00:00.009]➜  
2025-08-20T20:05:42.9112096Z [00:00:00.009]➜  [+] Building (https://github.com/pkgforge/soarpkgs/blob/main/binaries/elinks/static.official.stable.yaml) --> /tmp/pkgforge/qc27x4E_FLlGUAiu_build.yaml/SBUILD_OUTDIR [Wednesday, 2025-08-20 (08:05:42 PM) UTC]
2025-08-20T20:05:42.9112987Z [00:00:00.009]➜  
2025-08-20T20:05:42.9113196Z [00:00:00.009]➜  
2025-08-20T20:05:42.9113393Z [00:00:00.009]➜  
2025-08-20T20:05:42.9113702Z [00:00:00.009]➜  ###################################################################
2025-08-20T20:05:42.9122275Z [00:00:00.010]➜  #!/SBUILD ver @v1.0.0
2025-08-20T20:05:42.9123730Z [00:00:00.011]➜  #SELF: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/elinks/static.official.stable.yaml
2025-08-20T20:05:42.9125320Z [00:00:00.011]➜  _disabled: false
2025-08-20T20:05:42.9126022Z [00:00:00.011]➜  
2025-08-20T20:05:42.9126442Z [00:00:00.011]➜  pkg: "elinks"
2025-08-20T20:05:42.9126979Z [00:00:00.011]➜  pkg_id: "github.com.rkd77.elinks"
2025-08-20T20:05:42.9127532Z [00:00:00.011]➜  pkg_type: "static"
2025-08-20T20:05:42.9127961Z [00:00:00.011]➜  category:
2025-08-20T20:05:42.9128618Z [00:00:00.011]➜    - "ConsoleOnly"
2025-08-20T20:05:42.9128927Z [00:00:00.011]➜    - "Utility"
2025-08-20T20:05:42.9129319Z [00:00:00.011]➜  description: "Advanced feature-rich text-mode web browser"
2025-08-20T20:05:42.9129699Z [00:00:00.011]➜  distro_pkg:
2025-08-20T20:05:42.9129962Z [00:00:00.011]➜    alpine:
2025-08-20T20:05:42.9130219Z [00:00:00.011]➜      - "elinks"
2025-08-20T20:05:42.9130626Z [00:00:00.011]➜    archlinux:
2025-08-20T20:05:42.9130872Z [00:00:00.011]➜      aur:
2025-08-20T20:05:42.9131120Z [00:00:00.011]➜        - "elinks-git"
2025-08-20T20:05:42.9131393Z [00:00:00.011]➜      extra:
2025-08-20T20:05:42.9131630Z [00:00:00.011]➜        - "elinks"
2025-08-20T20:05:42.9131876Z [00:00:00.011]➜    debian:
2025-08-20T20:05:42.9132110Z [00:00:00.011]➜      - "elinks"
2025-08-20T20:05:42.9132346Z [00:00:00.011]➜    nixpkgs:
2025-08-20T20:05:42.9132576Z [00:00:00.011]➜      - "elinks"
2025-08-20T20:05:42.9132814Z [00:00:00.011]➜  homepage:
2025-08-20T20:05:42.9133107Z [00:00:00.011]➜    - "https://github.com/rkd77/elinks"
2025-08-20T20:05:42.9133410Z [00:00:00.011]➜  license:
2025-08-20T20:05:42.9133648Z [00:00:00.011]➜    - id: "GPL-3.0"
2025-08-20T20:05:42.9134188Z [00:00:00.011]➜      url: "https://github.com/rkd77/elinks/raw/0ca86825e5b3e2bfa095e975c2851912cd872c92/COPYING"  
2025-08-20T20:05:42.9134660Z [00:00:00.011]➜  maintainer:
2025-08-20T20:05:42.9135179Z [00:00:00.011]➜    - "Azathothas (https://github.com/Azathothas)"
2025-08-20T20:05:42.9135510Z [00:00:00.011]➜  note:
2025-08-20T20:05:42.9135813Z [00:00:00.011]➜    - "[DO NOT RUN] (Meant for pkgforge CI Only)"
2025-08-20T20:05:42.9136365Z [00:00:00.011]➜    - "Pre Built Binary Fetched from Upstream. Check/Report @ https://github.com/rkd77/elinks"
2025-08-20T20:05:42.9137029Z [00:00:00.011]➜  provides:
2025-08-20T20:05:42.9137486Z [00:00:00.011]➜    - "elinks"
2025-08-20T20:05:42.9137778Z [00:00:00.011]➜    - "elinks-lite"
2025-08-20T20:05:42.9138035Z [00:00:00.011]➜  repology:
2025-08-20T20:05:42.9138272Z [00:00:00.011]➜    - "elinks"
2025-08-20T20:05:42.9138512Z [00:00:00.011]➜  src_url:
2025-08-20T20:05:42.9138805Z [00:00:00.011]➜    - "https://github.com/rkd77/elinks"
2025-08-20T20:05:42.9139104Z [00:00:00.011]➜  tag:
2025-08-20T20:05:42.9139329Z [00:00:00.011]➜    - "Utility"
2025-08-20T20:05:42.9139566Z [00:00:00.011]➜  x_exec:
2025-08-20T20:05:42.9139839Z [00:00:00.011]➜    bsys: "host://soar-dl"
2025-08-20T20:05:42.9140108Z [00:00:00.011]➜    host:
2025-08-20T20:05:42.9140349Z [00:00:00.011]➜      - "aarch64-Linux"
2025-08-20T20:05:42.9140899Z [00:00:00.011]➜      - "x86_64-Linux"
2025-08-20T20:05:42.9141170Z [00:00:00.011]➜    shell: "bash"
2025-08-20T20:05:42.9141424Z [00:00:00.011]➜    pkgver: |
2025-08-20T20:05:42.9142203Z [00:00:00.011]➜      curl -qfsSL "https://api.gh.pkgforge.dev/repos/rkd77/elinks/releases?per_page=100" | jq -r '[.[] | select(.draft == false)] | .[0].tag_name | gsub("\\s+"; "")' | tr -d '"'\''[:space:]'
2025-08-20T20:05:42.9142874Z [00:00:00.011]➜    run: |
2025-08-20T20:05:42.9143111Z [00:00:00.011]➜      #Download
2025-08-20T20:05:42.9143374Z [00:00:00.011]➜      case "$(uname -m)" in
2025-08-20T20:05:42.9143648Z [00:00:00.011]➜        aarch64)
2025-08-20T20:05:42.9144485Z [00:00:00.011]➜          soar dl "https://github.com/rkd77/elinks@${PKGVER}" --match "linux,aarch64,bin,tar" --exclude "amd64,x86,x64,sha256,sha512,bsd,macos,windows" -o "${SBUILD_TMPDIR}/${PKG}.archive" --yes
2025-08-20T20:05:42.9145195Z [00:00:00.011]➜          ;;
2025-08-20T20:05:42.9145431Z [00:00:00.011]➜        x86_64)
2025-08-20T20:05:42.9146425Z [00:00:00.011]➜          soar dl "https://github.com/rkd77/elinks@${PKGVER}" --match "linux,x86_64,bin,tar" --exclude "aarch,arm,i386,i686,sha256,sha512,bsd,macos,windows" -o "${SBUILD_TMPDIR}/${PKG}.archive" --yes
2025-08-20T20:05:42.9147517Z [00:00:00.011]➜          ;;
2025-08-20T20:05:42.9147934Z [00:00:00.011]➜      esac
2025-08-20T20:05:42.9148345Z [00:00:00.011]➜      #Extract
2025-08-20T20:05:42.9148997Z [00:00:00.011]➜      while E_X=$(find "${SBUILD_TMPDIR}" -type f -exec file -i "{}" + | 
2025-08-20T20:05:42.9149842Z [00:00:00.011]➜       grep -Ei "archive|compressed|gzip|x-compress|x-tar" |
2025-08-20T20:05:42.9150771Z [00:00:00.011]➜       grep -iv "application/.*executable" |
2025-08-20T20:05:42.9151421Z [00:00:00.011]➜       cut -d: -f1 | head -n1); [ -n "${E_X}" ]
2025-08-20T20:05:42.9152050Z [00:00:00.011]➜       do
2025-08-20T20:05:42.9152607Z [00:00:00.011]➜         7z e "${E_X}" -o"${SBUILD_TMPDIR}/." -y && {
2025-08-20T20:05:42.9153357Z [00:00:00.011]➜          file -i "${E_X}" | grep -q "application/.*executable" && break
2025-08-20T20:05:42.9154018Z [00:00:00.011]➜          rm -f "${E_X}"
2025-08-20T20:05:42.9154510Z [00:00:00.011]➜         } || break
2025-08-20T20:05:42.9154951Z [00:00:00.011]➜       done
2025-08-20T20:05:42.9155368Z [00:00:00.011]➜      #Copy
2025-08-20T20:05:42.9157043Z [00:00:00.011]➜      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-20T20:05:42.9158663Z [00:00:00.011]➜  
2025-08-20T20:05:42.9159208Z [00:00:00.011]➜  ###################################################################
2025-08-20T20:05:42.9159752Z [00:00:00.011]➜  
2025-08-20T20:05:42.9160128Z [00:00:00.011]➜  
2025-08-20T20:05:42.9160901Z [00:00:00.011]➜  
2025-08-20T20:05:42.9161897Z [00:00:00.012]➜  '/tmp/pkgforge/FLlGUAiuX_build.yaml' -> '/tmp/pkgforge/qc27x4E_FLlGUAiu_build.yaml/SBUILD_OUTDIR/SBUILD'
2025-08-20T20:05:45.3134067Z [00:00:02.412]➜  '/tmp/pkgforge/qc27x4E_FLlGUAiu_build.yaml/SBUILD_OUTDIR/elinks.static.version' -> '/tmp/pkgforge/qc27x4E_FLlGUAiu_build.yaml/SBUILD_OUTDIR/elinks.version'
2025-08-20T20:05:45.3188192Z [00:00:02.417]➜  [+] Version: v0.18.0 ('.x_exec.pkgver') [/tmp/pkgforge/qc27x4E_FLlGUAiu_build.yaml/SBUILD_OUTDIR/elinks.static.version]
2025-08-20T20:05:45.3434154Z [00:00:02.442]➜  [+] Progs: elinks elinks-lite
2025-08-20T20:05:46.0546412Z [00:00:03.153]➜  
2025-08-20T20:05:46.0546794Z [00:00:03.153]➜  [-] Missing packages. Found: 
2025-08-20T20:05:46.0547157Z [00:00:03.153]➜  [+] Expected: elinks elinks-lite
2025-08-20T20:05:46.0547501Z [00:00:03.153]➜  [+] Continuing with build...
2025-08-20T20:05:46.0547772Z [00:00:03.153]➜  
2025-08-20T20:05:46.5185227Z [00:00:03.617]➜  
2025-08-20T20:05:46.5185767Z [00:00:03.617]➜  
2025-08-20T20:05:46.5275892Z [00:00:03.626]➜  + case "$(uname -m)" in
2025-08-20T20:05:46.5279366Z [00:00:03.626]➜  ++ uname -m
2025-08-20T20:05:46.5293664Z [00:00:03.628]➜  + soar dl https://github.com/rkd77/elinks@v0.18.0 --match linux,x86_64,bin,tar --exclude aarch,arm,i386,i686,sha256,sha512,bsd,macos,windows -o /tmp/pkgforge/qc27x4E_FLlGUAiu_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/elinks.archive --yes
2025-08-20T20:05:46.5341690Z [00:00:03.632]➜  Detected GitHub URL, processing as GitHub release
2025-08-20T20:05:47.2401424Z [00:00:04.338]➜  [31m[ERROR][0m No matching assets found
2025-08-20T20:05:47.2414229Z [00:00:04.340]➜  ++ find /tmp/pkgforge/qc27x4E_FLlGUAiu_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP -type f -exec file -i '{}' +
2025-08-20T20:05:47.2433547Z [00:00:04.342]➜  ++ grep -Ei 'archive|compressed|gzip|x-compress|x-tar'
2025-08-20T20:05:47.2434319Z [00:00:04.342]➜  ++ grep -iv 'application/.*executable'
2025-08-20T20:05:47.2434884Z [00:00:04.342]➜  ++ cut -d: -f1
2025-08-20T20:05:47.2435357Z [00:00:04.342]➜  ++ head -n1
2025-08-20T20:05:47.2452377Z [00:00:04.344]➜  + E_X=
2025-08-20T20:05:47.2452818Z [00:00:04.344]➜  + '[' -n '' ']'
2025-08-20T20:05:47.2456495Z [00:00:04.344]➜  + find /tmp/pkgforge/qc27x4E_FLlGUAiu_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP -maxdepth 1 -type f -exec file -i '{}' ';'
2025-08-20T20:05:47.2461820Z [00:00:04.344]➜  + grep -Ei 'application/.*executable|inode/symlink|text/x-perl|text/.*script'
2025-08-20T20:05:47.2463451Z [00:00:04.345]➜  + cut -d: -f1
2025-08-20T20:05:47.2474703Z [00:00:04.346]➜  + xargs realpath --no-symlinks
2025-08-20T20:05:47.2478020Z [00:00:04.346]➜  + xargs -I '{}' rsync -achvL '{}' /tmp/pkgforge/qc27x4E_FLlGUAiu_build.yaml/SBUILD_OUTDIR
2025-08-20T20:05:47.2499138Z [00:00:04.348]➜  realpath: missing operand
2025-08-20T20:05:47.2499818Z [00:00:04.348]➜  Try 'realpath --help' for more information.
2025-08-20T20:05:47.2509009Z [00:00:04.349]➜  
2025-08-20T20:05:47.6172878Z [00:00:04.716]➜  
2025-08-20T20:05:47.6275270Z [00:00:04.726]➜  changed ownership of '/tmp/pkgforge/qc27x4E_FLlGUAiu_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp' from runner:docker to runner:runner
2025-08-20T20:05:47.6276704Z [00:00:04.726]➜  changed ownership of '/tmp/pkgforge/qc27x4E_FLlGUAiu_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/MANIFEST.json' from runner:docker to runner:runner
2025-08-20T20:05:47.6277873Z [00:00:04.726]➜  changed ownership of '/tmp/pkgforge/qc27x4E_FLlGUAiu_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP' from runner:docker to runner:runner
2025-08-20T20:05:47.6278927Z [00:00:04.726]➜  changed ownership of '/tmp/pkgforge/qc27x4E_FLlGUAiu_build.yaml/SBUILD_OUTDIR/SBUILD' from runner:docker to runner:runner
2025-08-20T20:05:47.6280023Z [00:00:04.726]➜  changed ownership of '/tmp/pkgforge/qc27x4E_FLlGUAiu_build.yaml/SBUILD_OUTDIR/elinks.static.version' from runner:docker to runner:runner
2025-08-20T20:05:47.6281375Z [00:00:04.726]➜  changed ownership of '/tmp/pkgforge/qc27x4E_FLlGUAiu_build.yaml/SBUILD_OUTDIR/elinks.version' from runner:docker to runner:runner
2025-08-20T20:05:47.6282646Z [00:00:04.726]➜  changed ownership of '/tmp/pkgforge/qc27x4E_FLlGUAiu_build.yaml/SBUILD_OUTDIR' from runner:docker to runner:runner
2025-08-20T20:05:47.6356943Z [00:00:04.734]➜  mode of '/tmp/pkgforge/qc27x4E_FLlGUAiu_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/MANIFEST.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:05:47.6424515Z [00:00:04.741]➜  mode of '/tmp/pkgforge/qc27x4E_FLlGUAiu_build.yaml/SBUILD_OUTDIR/SBUILD' retained as 0755 (rwxr-xr-x)
2025-08-20T20:05:47.6494553Z [00:00:04.748]➜  mode of '/tmp/pkgforge/qc27x4E_FLlGUAiu_build.yaml/SBUILD_OUTDIR/elinks.static.version' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:05:47.6564803Z [00:00:04.755]➜  mode of '/tmp/pkgforge/qc27x4E_FLlGUAiu_build.yaml/SBUILD_OUTDIR/elinks.version' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:05:47.8173483Z [00:00:04.916]➜  realpath: missing operand
2025-08-20T20:05:47.8173939Z [00:00:04.916]➜  Try 'realpath --help' for more information.
2025-08-20T20:05:47.8254121Z [00:00:04.924]➜  
2025-08-20T20:05:47.8254887Z [00:00:04.924]➜  [+] Fetching LICENSE ==> [/tmp/pkgforge/qc27x4E_FLlGUAiu_build.yaml/SBUILD_OUTDIR/LICENSE]
2025-08-20T20:05:48.3219786Z [00:00:05.420]➜  (License) <== https://github.com/rkd77/elinks/raw/0ca86825e5b3e2bfa095e975c2851912cd872c92/COPYING
2025-08-20T20:05:48.3263831Z [00:00:05.425]➜  renamed '/tmp/pkgforge/qc27x4E_FLlGUAiu_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE' -> '/tmp/pkgforge/qc27x4E_FLlGUAiu_build.yaml/SBUILD_OUTDIR/LICENSE'
2025-08-20T20:05:48.3296266Z [00:00:05.428]➜  
2025-08-20T20:05:48.3296709Z [00:00:05.428]➜  
2025-08-20T20:05:48.3307546Z [00:00:05.429]➜  Note that the only valid version of the GPL as far as ELinks is
2025-08-20T20:05:48.3308610Z [00:00:05.429]➜  concerned is _this_ particular version of the license (ie v2, not v2.2
2025-08-20T20:05:48.3309695Z [00:00:05.429]➜  or v3.x or whatever), unless explicitly stated otherwise. That is at
2025-08-20T20:05:48.3310984Z [00:00:05.429]➜  least the policy for all pasky's contributions and the default - if you
2025-08-20T20:05:48.3312069Z [00:00:05.429]➜  want different policy for your patches, the best way to state it is by
2025-08-20T20:05:48.3313175Z [00:00:05.429]➜  a patch for your AUTHORS entry.
2025-08-20T20:05:48.3313758Z [00:00:05.429]➜  
2025-08-20T20:05:48.3314520Z [00:00:05.429]➜  If pasky likes GPLv3, he might relicence his contributions for GPLv3
2025-08-20T20:05:48.3315570Z [00:00:05.429]➜  as well. The default policy should probably be that you trust pasky,
2025-08-20T20:05:48.3316738Z [00:00:05.429]➜  Jonas, or the current maintainer of the day to do the right thing (much
2025-08-20T20:05:48.3317741Z [00:00:05.429]➜  like it is in the Linux kernel). But this needs to be yet worked out
2025-08-20T20:05:48.3318486Z [00:00:05.429]➜  and agreed upon.
2025-08-20T20:05:48.3318951Z [00:00:05.429]➜  
2025-08-20T20:05:48.3319624Z [00:00:05.429]➜  Other licences apply to some files in the source tree.  The following
2025-08-20T20:05:48.3320827Z [00:00:05.429]➜  files and their derivatives are not installed by "make install" and
2025-08-20T20:05:48.3321789Z [00:00:05.429]➜  typically don't appear in binary packages of ELinks, so we do not
2025-08-20T20:05:48.3322654Z [00:00:05.429]➜  include their complete licence notices in COPYING:
2025-08-20T20:05:48.3323244Z [00:00:05.429]➜  
2025-08-20T20:05:48.3323859Z [00:00:05.429]➜  * acinclude.m4: Concatenated from config/m4/*.m4, which see.
2025-08-20T20:05:48.3324487Z [00:00:05.429]➜  
2025-08-20T20:05:48.3325040Z [00:00:05.429]➜  * aclocal.m4, config/install-sh: Permissive licences.
2025-08-20T20:05:48.3325622Z [00:00:05.429]➜  
2025-08-20T20:05:48.3326364Z [00:00:05.429]➜  * config/config.guess, config/config.sub: GPLv2 or later, plus special
2025-08-20T20:05:48.3327069Z [00:00:05.429]➜    exception.
2025-08-20T20:05:48.3327489Z [00:00:05.429]➜  
2025-08-20T20:05:48.3328145Z [00:00:05.429]➜  * config/m4/gettext.m4, config/m4/lcmessage.m4, config/m4/progtest.m4:
2025-08-20T20:05:48.3329245Z [00:00:05.429]➜    "can be copied and used freely without restrictions".
2025-08-20T20:05:48.3329830Z [00:00:05.429]➜  
2025-08-20T20:05:48.3330280Z [00:00:05.429]➜  * config/missing: GPLv2 or later.
2025-08-20T20:05:48.3331007Z [00:00:05.429]➜  
2025-08-20T20:05:48.3331495Z [00:00:05.429]➜  * config/mkinstalldirs: Public domain.
2025-08-20T20:05:48.3332026Z [00:00:05.429]➜  
2025-08-20T20:05:48.3332644Z [00:00:05.429]➜  * configure: "unlimited permission to copy, distribute and modify"
2025-08-20T20:05:48.3333671Z [00:00:05.429]➜    from FSF, but this is also derived from configure.ac, which is
2025-08-20T20:05:48.3334328Z [00:00:05.429]➜    GPLv2.
2025-08-20T20:05:48.3334722Z [00:00:05.429]➜  
2025-08-20T20:05:48.3335348Z [00:00:05.429]➜  * contrib/debian/rules: "GNU copyright 1997 to 1999 by Joey Hess",
2025-08-20T20:05:48.3336061Z [00:00:05.429]➜    whatever that means.
2025-08-20T20:05:48.3336531Z [00:00:05.429]➜  
2025-08-20T20:05:48.3337018Z [00:00:05.429]➜  * doc/tools/asciidoc/: GPLv2 or later.
2025-08-20T20:05:48.3337590Z [00:00:05.429]➜  
2025-08-20T20:05:48.3338130Z [00:00:05.429]➜  * doc/tools/help2xml, po/perl/msgaccel-check,
2025-08-20T20:05:48.3338927Z [00:00:05.429]➜    po/perl/msgaccel-prepare, Unicode/gen-case: ISC licence.
2025-08-20T20:05:48.3339563Z [00:00:05.429]➜  
2025-08-20T20:05:48.3340187Z [00:00:05.429]➜  * po/perl/Locale/PO.pm: "same terms as Perl itself", i.e. GPLv1 or
2025-08-20T20:05:48.3341155Z [00:00:05.429]➜    later or Artistic License.
2025-08-20T20:05:48.3341628Z [00:00:05.429]➜  
2025-08-20T20:05:48.3342199Z [00:00:05.429]➜  * test/bigtextarea.html: Changing the text of GPLv2 is not allowed,
2025-08-20T20:05:48.3342694Z [00:00:05.429]➜    but you could replace that with some other text.
2025-08-20T20:05:48.3343022Z [00:00:05.429]➜  
2025-08-20T20:05:48.3343355Z [00:00:05.429]➜  * test/color.html: possibly derived from rgb.txt of X11?
2025-08-20T20:05:48.3343690Z [00:00:05.429]➜  
2025-08-20T20:05:48.3344036Z [00:00:05.429]➜  The following files or their derivatives are installed by "make
2025-08-20T20:05:48.3344567Z [00:00:05.429]➜  install" or might otherwise be useful to include in binary packages,
2025-08-20T20:05:48.3345072Z [00:00:05.429]➜  so their full licence terms should be included here in COPYING:
2025-08-20T20:05:48.3345606Z [00:00:05.429]➜  
2025-08-20T20:05:48.3345888Z [00:00:05.429]➜  * contrib/conv/mailcap.pl: GPLv2 or later.
2025-08-20T20:05:48.3346185Z [00:00:05.429]➜  
2025-08-20T20:05:48.3346483Z [00:00:05.429]➜  * contrib/LinksOS2Icon.zip: Part public domain.
2025-08-20T20:05:48.3346792Z [00:00:05.429]➜  
2025-08-20T20:05:48.3347071Z [00:00:05.429]➜  * contrib/links_wps.zip: Part GPLv2 or later.
2025-08-20T20:05:48.3347366Z [00:00:05.429]➜  
2025-08-20T20:05:48.3347664Z [00:00:05.429]➜  * COPYING: Changing the text of GPLv2 is not allowed.
2025-08-20T20:05:48.3347982Z [00:00:05.429]➜  
2025-08-20T20:05:48.3348321Z [00:00:05.429]➜  * doc/manual.txt: "Hold blameless the authors.  Any lawful use is
2025-08-20T20:05:48.3348822Z [00:00:05.429]➜    allowed." which presumably applies to the entire ELinks manual,
2025-08-20T20:05:48.3349315Z [00:00:05.429]➜    except the list of features is derived from features.conf, which
2025-08-20T20:05:48.3349687Z [00:00:05.429]➜    is GPLv2.
2025-08-20T20:05:48.3349933Z [00:00:05.429]➜  
2025-08-20T20:05:48.3350284Z [00:00:05.429]➜  * src/osdep/getifaddrs.c, src/osdep/getifaddrs.h: See "KTH 3-clause
2025-08-20T20:05:48.3350955Z [00:00:05.429]➜    BSD-style licences" below.
2025-08-20T20:05:48.3351225Z [00:00:05.429]➜  
2025-08-20T20:05:48.3351567Z [00:00:05.429]➜  * src/util/md5.c, Unicode/entities.txt: Public domain.
2025-08-20T20:05:48.3352164Z [00:00:05.429]➜  
2025-08-20T20:05:48.3352793Z [00:00:05.429]➜  * src/util/sha1.c, src/util/sha1.h: Mozilla Public License Version 1.1
2025-08-20T20:05:48.3353443Z [00:00:05.429]➜    (not later), or GNU General Public License Version 2 or later.
2025-08-20T20:05:48.3360200Z [00:00:05.429]➜    ELinks uses these under GPL and does not include the text of the MPL.
2025-08-20T20:05:48.3360847Z [00:00:05.430]➜  
2025-08-20T20:05:48.3361385Z [00:00:05.430]➜  * Unicode/8859_1.cp, Unicode/8859_2.cp, Unicode/8859_3.cp,
2025-08-20T20:05:48.3361858Z [00:00:05.430]➜    Unicode/8859_4.cp, Unicode/8859_5.cp, Unicode/8859_6.cp,
2025-08-20T20:05:48.3362310Z [00:00:05.430]➜    Unicode/8859_7.cp, Unicode/8859_8.cp, Unicode/8859_9.cp,
2025-08-20T20:05:48.3362755Z [00:00:05.430]➜    Unicode/8859_10.cp, Unicode/8859_13.cp, Unicode/8859_14.cp,
2025-08-20T20:05:48.3363459Z [00:00:05.430]➜    Unicode/8859_15.cp, Unicode/8859_16.cp, Unicode/koi8_r.cp,
2025-08-20T20:05:48.3364258Z [00:00:05.430]➜    Unicode/cp437.cp, Unicode/cp737.cp, Unicode/cp850.cp,
2025-08-20T20:05:48.3364827Z [00:00:05.430]➜    Unicode/cp852.cp, Unicode/cp866.cp, Unicode/cp1250.cp,
2025-08-20T20:05:48.3365270Z [00:00:05.430]➜    Unicode/cp1251.cp, Unicode/cp1252.cp, Unicode/cp1256.cp,
2025-08-20T20:05:48.3365735Z [00:00:05.430]➜    Unicode/cp1257.cp, Unicode/macroman.cp, Unicode/mac_lat2.cp:
2025-08-20T20:05:48.3366254Z [00:00:05.430]➜    See "UNICODE, INC. LICENSE AGREEMENT - DATA FILES AND SOFTWARE"
2025-08-20T20:05:48.3366730Z [00:00:05.430]➜    below.  These files were downloaded from directories under
2025-08-20T20:05:48.3367219Z [00:00:05.430]➜    <http://www.unicode.org/Public/> and then modified for ELinks.
2025-08-20T20:05:48.3367749Z [00:00:05.430]➜  
2025-08-20T20:05:48.3368110Z [00:00:05.430]➜  The following file has been removed, but because it was included in
2025-08-20T20:05:48.3368626Z [00:00:05.430]➜  some earlier releases without proper licence notices, it is listed
2025-08-20T20:05:48.3369048Z [00:00:05.430]➜  here to clarify the permissions.
2025-08-20T20:05:48.3369332Z [00:00:05.430]➜  
2025-08-20T20:05:48.3369683Z [00:00:05.430]➜  * test/optgroup.html (added in 0.10pre0; documented in 0.11.6 and
2025-08-20T20:05:48.3370187Z [00:00:05.430]➜    0.12pre3; removed after 0.12pre5): GNU free documentation licence;
2025-08-20T20:05:48.3370835Z [00:00:05.430]➜    the author did not specify a version.
2025-08-20T20:05:48.3371127Z [00:00:05.430]➜  
2025-08-20T20:05:48.3371480Z [00:00:05.430]➜  -----------------------------------------------------------------------
2025-08-20T20:05:48.3371813Z [00:00:05.430]➜  
2025-08-20T20:05:48.3372070Z [00:00:05.430]➜  		    GNU GENERAL PUBLIC LICENSE
2025-08-20T20:05:48.3372385Z [00:00:05.430]➜  		       Version 2, June 1991
2025-08-20T20:05:48.3372654Z [00:00:05.430]➜  
2025-08-20T20:05:48.3372970Z [00:00:05.430]➜   Copyright (C) 1989, 1991 Free Software Foundation, Inc.
2025-08-20T20:05:48.3373407Z [00:00:05.430]➜       59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
2025-08-20T20:05:48.3374044Z [00:00:05.430]➜   Everyone is permitted to copy and distribute verbatim copies
2025-08-20T20:05:48.3374881Z [00:00:05.430]➜   of this license document, but changing it is not allowed.
2025-08-20T20:05:48.3375404Z [00:00:05.430]➜  
2025-08-20T20:05:48.3375634Z [00:00:05.430]➜  			    Preamble
2025-08-20T20:05:48.3375874Z [00:00:05.430]➜  
2025-08-20T20:05:48.3376368Z [00:00:05.430]➜    The licenses for most software are designed to take away your
2025-08-20T20:05:48.3376875Z [00:00:05.430]➜  freedom to share and change it.  By contrast, the GNU General Public
2025-08-20T20:05:48.3377394Z [00:00:05.430]➜  License is intended to guarantee your freedom to share and change free
2025-08-20T20:05:48.3377916Z [00:00:05.430]➜  software--to make sure the software is free for all its users.  This
2025-08-20T20:05:48.3378399Z [00:00:05.430]➜  General Public License applies to most of the Free Software
2025-08-20T20:05:48.3378899Z [00:00:05.430]➜  Foundation's software and to any other program whose authors commit to
2025-08-20T20:05:48.3379410Z [00:00:05.430]➜  using it.  (Some other Free Software Foundation software is covered by
2025-08-20T20:05:48.3379911Z [00:00:05.430]➜  the GNU Library General Public License instead.)  You can apply it to
2025-08-20T20:05:48.3380299Z [00:00:05.430]➜  your programs, too.
2025-08-20T20:05:48.3380849Z [00:00:05.430]➜  
2025-08-20T20:05:48.3381205Z [00:00:05.430]➜    When we speak of free software, we are referring to freedom, not
2025-08-20T20:05:48.3381703Z [00:00:05.430]➜  price.  Our General Public Licenses are designed to make sure that you
2025-08-20T20:05:48.3382211Z [00:00:05.430]➜  have the freedom to distribute copies of free software (and charge for
2025-08-20T20:05:48.3382721Z [00:00:05.430]➜  this service if you wish), that you receive source code or can get it
2025-08-20T20:05:48.3383209Z [00:00:05.430]➜  if you want it, that you can change the software or use pieces of it
2025-08-20T20:05:48.3383680Z [00:00:05.430]➜  in new free programs; and that you know you can do these things.
2025-08-20T20:05:48.3384018Z [00:00:05.430]➜  
2025-08-20T20:05:48.3384353Z [00:00:05.430]➜    To protect your rights, we need to make restrictions that forbid
2025-08-20T20:05:48.3385189Z [00:00:05.430]➜  anyone to deny you these rights or to ask you to surrender the rights.
2025-08-20T20:05:48.3386150Z [00:00:05.430]➜  These restrictions translate to certain responsibilities for you if you
2025-08-20T20:05:48.3387046Z [00:00:05.430]➜  distribute copies of the software, or if you modify it.
2025-08-20T20:05:48.3387402Z [00:00:05.430]➜  
2025-08-20T20:05:48.3387739Z [00:00:05.430]➜    For example, if you distribute copies of such a program, whether
2025-08-20T20:05:48.3388398Z [00:00:05.430]➜  gratis or for a fee, you must give the recipients all the rights that
2025-08-20T20:05:48.3388886Z [00:00:05.430]➜  you have.  You must make sure that they, too, receive or can get the
2025-08-20T20:05:48.3389366Z [00:00:05.430]➜  source code.  And you must show them these terms so they know their
2025-08-20T20:05:48.3389725Z [00:00:05.430]➜  rights.
2025-08-20T20:05:48.3389941Z [00:00:05.430]➜  
2025-08-20T20:05:48.3390619Z [00:00:05.430]➜    We protect your rights with two steps: (1) copyright the software, and
2025-08-20T20:05:48.3391562Z [00:00:05.430]➜  (2) offer you this license which gives you legal permission to copy,
2025-08-20T20:05:48.3392336Z [00:00:05.430]➜  distribute and/or modify the software.
2025-08-20T20:05:48.3392866Z [00:00:05.430]➜  
2025-08-20T20:05:48.3393457Z [00:00:05.430]➜    Also, for each author's protection and ours, we want to make certain
2025-08-20T20:05:48.3394426Z [00:00:05.430]➜  that everyone understands that there is no warranty for this free
2025-08-20T20:05:48.3395383Z [00:00:05.430]➜  software.  If the software is modified by someone else and passed on, we
2025-08-20T20:05:48.3396356Z [00:00:05.430]➜  want its recipients to know that what they have is not the original, so
2025-08-20T20:05:48.3397435Z [00:00:05.430]➜  that any problems introduced by others will not reflect on the original
2025-08-20T20:05:48.3398178Z [00:00:05.430]➜  authors' reputations.
2025-08-20T20:05:48.3398669Z [00:00:05.430]➜  
2025-08-20T20:05:48.3399292Z [00:00:05.430]➜    Finally, any free program is threatened constantly by software
2025-08-20T20:05:48.3400193Z [00:00:05.430]➜  patents.  We wish to avoid the danger that redistributors of a free
2025-08-20T20:05:48.3401541Z [00:00:05.430]➜  program will individually obtain patent licenses, in effect making the
2025-08-20T20:05:48.3402529Z [00:00:05.430]➜  program proprietary.  To prevent this, we have made it clear that any
2025-08-20T20:05:48.3403467Z [00:00:05.430]➜  patent must be licensed for everyone's free use or not licensed at all.
2025-08-20T20:05:48.3404136Z [00:00:05.430]➜  
2025-08-20T20:05:48.3404795Z [00:00:05.430]➜    The precise terms and conditions for copying, distribution and
2025-08-20T20:05:48.3405513Z [00:00:05.430]➜  modification follow.
2025-08-20T20:05:48.3406008Z [00:00:05.430]➜  
2025-08-20T20:05:48.3406499Z [00:00:05.430]➜  		    GNU GENERAL PUBLIC LICENSE
2025-08-20T20:05:48.3407318Z [00:00:05.430]➜     TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
2025-08-20T20:05:48.3407972Z [00:00:05.430]➜  
2025-08-20T20:05:48.3408696Z [00:00:05.430]➜    0. This License applies to any program or other work which contains
2025-08-20T20:05:48.3409818Z [00:00:05.430]➜  a notice placed by the copyright holder saying it may be distributed
2025-08-20T20:05:48.3411006Z [00:00:05.430]➜  under the terms of this General Public License.  The "Program", below,
2025-08-20T20:05:48.3411932Z [00:00:05.430]➜  refers to any such program or work, and a "work based on the Program"
2025-08-20T20:05:48.3412873Z [00:00:05.430]➜  means either the Program or any derivative work under copyright law:
2025-08-20T20:05:48.3413434Z [00:00:05.430]➜  that is to say, a work containing the Program or a portion of it,
2025-08-20T20:05:48.3413949Z [00:00:05.430]➜  either verbatim or with modifications and/or translated into another
2025-08-20T20:05:48.3414472Z [00:00:05.430]➜  language.  (Hereinafter, translation is included without limitation in
2025-08-20T20:05:48.3414982Z [00:00:05.430]➜  the term "modification".)  Each licensee is addressed as "you".
2025-08-20T20:05:48.3415329Z [00:00:05.430]➜  
2025-08-20T20:05:48.3415687Z [00:00:05.430]➜  Activities other than copying, distribution and modification are not
2025-08-20T20:05:48.3416201Z [00:00:05.430]➜  covered by this License; they are outside its scope.  The act of
2025-08-20T20:05:48.3416717Z [00:00:05.430]➜  running the Program is not restricted, and the output from the Program
2025-08-20T20:05:48.3417390Z [00:00:05.430]➜  is covered only if its contents constitute a work based on the
2025-08-20T20:05:48.3417885Z [00:00:05.430]➜  Program (independent of having been made by running the Program).
2025-08-20T20:05:48.3418355Z [00:00:05.430]➜  Whether that is true depends on what the Program does.
2025-08-20T20:05:48.3418684Z [00:00:05.430]➜  
2025-08-20T20:05:48.3419023Z [00:00:05.430]➜    1. You may copy and distribute verbatim copies of the Program's
2025-08-20T20:05:48.3419490Z [00:00:05.430]➜  source code as you receive it, in any medium, provided that you
2025-08-20T20:05:48.3420000Z [00:00:05.430]➜  conspicuously and appropriately publish on each copy an appropriate
2025-08-20T20:05:48.3420761Z [00:00:05.430]➜  copyright notice and disclaimer of warranty; keep intact all the
2025-08-20T20:05:48.3421470Z [00:00:05.430]➜  notices that refer to this License and to the absence of any warranty;
2025-08-20T20:05:48.3421979Z [00:00:05.430]➜  and give any other recipients of the Program a copy of this License
2025-08-20T20:05:48.3422383Z [00:00:05.430]➜  along with the Program.
2025-08-20T20:05:48.3422645Z [00:00:05.430]➜  
2025-08-20T20:05:48.3422993Z [00:00:05.430]➜  You may charge a fee for the physical act of transferring a copy, and
2025-08-20T20:05:48.3423503Z [00:00:05.430]➜  you may at your option offer warranty protection in exchange for a fee.
2025-08-20T20:05:48.3423864Z [00:00:05.430]➜  
2025-08-20T20:05:48.3424200Z [00:00:05.430]➜    2. You may modify your copy or copies of the Program or any portion
2025-08-20T20:05:48.3424665Z [00:00:05.430]➜  of it, thus forming a work based on the Program, and copy and
2025-08-20T20:05:48.3425152Z [00:00:05.430]➜  distribute such modifications or work under the terms of Section 1
2025-08-20T20:05:48.3425639Z [00:00:05.430]➜  above, provided that you also meet all of these conditions:
2025-08-20T20:05:48.3426110Z [00:00:05.430]➜  
2025-08-20T20:05:48.3426449Z [00:00:05.430]➜      a) You must cause the modified files to carry prominent notices
2025-08-20T20:05:48.3426927Z [00:00:05.430]➜      stating that you changed the files and the date of any change.
2025-08-20T20:05:48.3427266Z [00:00:05.430]➜  
2025-08-20T20:05:48.3427593Z [00:00:05.430]➜      b) You must cause any work that you distribute or publish, that in
2025-08-20T20:05:48.3428069Z [00:00:05.430]➜      whole or in part contains or is derived from the Program or any
2025-08-20T20:05:48.3428547Z [00:00:05.430]➜      part thereof, to be licensed as a whole at no charge to all third
2025-08-20T20:05:48.3428974Z [00:00:05.430]➜      parties under the terms of this License.
2025-08-20T20:05:48.3429270Z [00:00:05.430]➜  
2025-08-20T20:05:48.3429605Z [00:00:05.430]➜      c) If the modified program normally reads commands interactively
2025-08-20T20:05:48.3430139Z [00:00:05.430]➜      when run, you must cause it, when started running for such
2025-08-20T20:05:48.3430845Z [00:00:05.430]➜      interactive use in the most ordinary way, to print or display an
2025-08-20T20:05:48.3431345Z [00:00:05.430]➜      announcement including an appropriate copyright notice and a
2025-08-20T20:05:48.3431845Z [00:00:05.430]➜      notice that there is no warranty (or else, saying that you provide
2025-08-20T20:05:48.3432327Z [00:00:05.430]➜      a warranty) and that users may redistribute the program under
2025-08-20T20:05:48.3432810Z [00:00:05.430]➜      these conditions, and telling the user how to view a copy of this
2025-08-20T20:05:48.3433301Z [00:00:05.430]➜      License.  (Exception: if the Program itself is interactive but
2025-08-20T20:05:48.3433786Z [00:00:05.430]➜      does not normally print such an announcement, your work based on
2025-08-20T20:05:48.3434247Z [00:00:05.430]➜      the Program is not required to print an announcement.)
2025-08-20T20:05:48.3434581Z [00:00:05.430]➜  
2025-08-20T20:05:48.3434931Z [00:00:05.430]➜  These requirements apply to the modified work as a whole.  If
2025-08-20T20:05:48.3435435Z [00:00:05.430]➜  identifiable sections of that work are not derived from the Program,
2025-08-20T20:05:48.3436083Z [00:00:05.430]➜  and can be reasonably considered independent and separate works in
2025-08-20T20:05:48.3436581Z [00:00:05.430]➜  themselves, then this License, and its terms, do not apply to those
2025-08-20T20:05:48.3437074Z [00:00:05.430]➜  sections when you distribute them as separate works.  But when you
2025-08-20T20:05:48.3437584Z [00:00:05.430]➜  distribute the same sections as part of a whole which is a work based
2025-08-20T20:05:48.3438095Z [00:00:05.430]➜  on the Program, the distribution of the whole must be on the terms of
2025-08-20T20:05:48.3438590Z [00:00:05.430]➜  this License, whose permissions for other licensees extend to the
2025-08-20T20:05:48.3439121Z [00:00:05.430]➜  entire whole, and thus to each and every part regardless of who wrote it.
2025-08-20T20:05:48.3439510Z [00:00:05.430]➜  
2025-08-20T20:05:48.3439865Z [00:00:05.430]➜  Thus, it is not the intent of this section to claim rights or contest
2025-08-20T20:05:48.3440363Z [00:00:05.430]➜  your rights to work written entirely by you; rather, the intent is to
2025-08-20T20:05:48.3441101Z [00:00:05.430]➜  exercise the right to control the distribution of derivative or
2025-08-20T20:05:48.3441522Z [00:00:05.430]➜  collective works based on the Program.
2025-08-20T20:05:48.3441807Z [00:00:05.430]➜  
2025-08-20T20:05:48.3442164Z [00:00:05.430]➜  In addition, mere aggregation of another work not based on the Program
2025-08-20T20:05:48.3442690Z [00:00:05.430]➜  with the Program (or with a work based on the Program) on a volume of
2025-08-20T20:05:48.3443200Z [00:00:05.430]➜  a storage or distribution medium does not bring the other work under
2025-08-20T20:05:48.3443601Z [00:00:05.430]➜  the scope of this License.
2025-08-20T20:05:48.3443867Z [00:00:05.430]➜  
2025-08-20T20:05:48.3444337Z [00:00:05.430]➜    3. You may copy and distribute the Program (or a work based on it,
2025-08-20T20:05:48.3444843Z [00:00:05.430]➜  under Section 2) in object code or executable form under the terms of
2025-08-20T20:05:48.3445351Z [00:00:05.430]➜  Sections 1 and 2 above provided that you also do one of the following:
2025-08-20T20:05:48.3445724Z [00:00:05.430]➜  
2025-08-20T20:05:48.3446069Z [00:00:05.430]➜      a) Accompany it with the complete corresponding machine-readable
2025-08-20T20:05:48.3446566Z [00:00:05.430]➜      source code, which must be distributed under the terms of Sections
2025-08-20T20:05:48.3447074Z [00:00:05.430]➜      1 and 2 above on a medium customarily used for software interchange; or,
2025-08-20T20:05:48.3447439Z [00:00:05.430]➜  
2025-08-20T20:05:48.3447770Z [00:00:05.430]➜      b) Accompany it with a written offer, valid for at least three
2025-08-20T20:05:48.3448246Z [00:00:05.430]➜      years, to give any third party, for a charge no more than your
2025-08-20T20:05:48.3448761Z [00:00:05.430]➜      cost of physically performing source distribution, a complete
2025-08-20T20:05:48.3449251Z [00:00:05.430]➜      machine-readable copy of the corresponding source code, to be
2025-08-20T20:05:48.3449754Z [00:00:05.430]➜      distributed under the terms of Sections 1 and 2 above on a medium
2025-08-20T20:05:48.3450216Z [00:00:05.430]➜      customarily used for software interchange; or,
2025-08-20T20:05:48.3450721Z [00:00:05.430]➜  
2025-08-20T20:05:48.3451063Z [00:00:05.430]➜      c) Accompany it with the information you received as to the offer
2025-08-20T20:05:48.3451551Z [00:00:05.430]➜      to distribute corresponding source code.  (This alternative is
2025-08-20T20:05:48.3452024Z [00:00:05.430]➜      allowed only for noncommercial distribution and only if you
2025-08-20T20:05:48.3452501Z [00:00:05.431]➜      received the program in object code or executable form with such
2025-08-20T20:05:48.3452938Z [00:00:05.431]➜      an offer, in accord with Subsection b above.)
2025-08-20T20:05:48.3453247Z [00:00:05.431]➜  
2025-08-20T20:05:48.3453600Z [00:00:05.431]➜  The source code for a work means the preferred form of the work for
2025-08-20T20:05:48.3454106Z [00:00:05.431]➜  making modifications to it.  For an executable work, complete source
2025-08-20T20:05:48.3454763Z [00:00:05.431]➜  code means all the source code for all modules it contains, plus any
2025-08-20T20:05:48.3455270Z [00:00:05.431]➜  associated interface definition files, plus the scripts used to
2025-08-20T20:05:48.3455792Z [00:00:05.431]➜  control compilation and installation of the executable.  However, as a
2025-08-20T20:05:48.3456299Z [00:00:05.431]➜  special exception, the source code distributed need not include
2025-08-20T20:05:48.3456789Z [00:00:05.431]➜  anything that is normally distributed (in either source or binary
2025-08-20T20:05:48.3457286Z [00:00:05.431]➜  form) with the major components (compiler, kernel, and so on) of the
2025-08-20T20:05:48.3457795Z [00:00:05.431]➜  operating system on which the executable runs, unless that component
2025-08-20T20:05:48.3458229Z [00:00:05.431]➜  itself accompanies the executable.
2025-08-20T20:05:48.3458525Z [00:00:05.431]➜  
2025-08-20T20:05:48.3458863Z [00:00:05.431]➜  If distribution of executable or object code is made by offering
2025-08-20T20:05:48.3459358Z [00:00:05.431]➜  access to copy from a designated place, then offering equivalent
2025-08-20T20:05:48.3459825Z [00:00:05.431]➜  access to copy the source code from the same place counts as
2025-08-20T20:05:48.3460306Z [00:00:05.431]➜  distribution of the source code, even though third parties are not
2025-08-20T20:05:48.3460987Z [00:00:05.431]➜  compelled to copy the source along with the object code.
2025-08-20T20:05:48.3461322Z [00:00:05.431]➜  
2025-08-20T20:05:48.3461658Z [00:00:05.431]➜    4. You may not copy, modify, sublicense, or distribute the Program
2025-08-20T20:05:48.3462128Z [00:00:05.431]➜  except as expressly provided under this License.  Any attempt
2025-08-20T20:05:48.3462616Z [00:00:05.431]➜  otherwise to copy, modify, sublicense or distribute the Program is
2025-08-20T20:05:48.3463257Z [00:00:05.431]➜  void, and will automatically terminate your rights under this License.
2025-08-20T20:05:48.3463786Z [00:00:05.431]➜  However, parties who have received copies, or rights, from you under
2025-08-20T20:05:48.3464305Z [00:00:05.431]➜  this License will not have their licenses terminated so long as such
2025-08-20T20:05:48.3464719Z [00:00:05.431]➜  parties remain in full compliance.
2025-08-20T20:05:48.3465000Z [00:00:05.431]➜  
2025-08-20T20:05:48.3465324Z [00:00:05.431]➜    5. You are not required to accept this License, since you have not
2025-08-20T20:05:48.3465809Z [00:00:05.431]➜  signed it.  However, nothing else grants you permission to modify or
2025-08-20T20:05:48.3466304Z [00:00:05.431]➜  distribute the Program or its derivative works.  These actions are
2025-08-20T20:05:48.3466805Z [00:00:05.431]➜  prohibited by law if you do not accept this License.  Therefore, by
2025-08-20T20:05:48.3467297Z [00:00:05.431]➜  modifying or distributing the Program (or any work based on the
2025-08-20T20:05:48.3467808Z [00:00:05.431]➜  Program), you indicate your acceptance of this License to do so, and
2025-08-20T20:05:48.3468312Z [00:00:05.431]➜  all its terms and conditions for copying, distributing or modifying
2025-08-20T20:05:48.3468729Z [00:00:05.431]➜  the Program or works based on it.
2025-08-20T20:05:48.3469009Z [00:00:05.431]➜  
2025-08-20T20:05:48.3469351Z [00:00:05.431]➜    6. Each time you redistribute the Program (or any work based on the
2025-08-20T20:05:48.3469845Z [00:00:05.431]➜  Program), the recipient automatically receives a license from the
2025-08-20T20:05:48.3470361Z [00:00:05.431]➜  original licensor to copy, distribute or modify the Program subject to
2025-08-20T20:05:48.3471199Z [00:00:05.431]➜  these terms and conditions.  You may not impose any further
2025-08-20T20:05:48.3471696Z [00:00:05.431]➜  restrictions on the recipients' exercise of the rights granted herein.
2025-08-20T20:05:48.3472224Z [00:00:05.431]➜  You are not responsible for enforcing compliance by third parties to
2025-08-20T20:05:48.3472606Z [00:00:05.431]➜  this License.
2025-08-20T20:05:48.3472843Z [00:00:05.431]➜  
2025-08-20T20:05:48.3473177Z [00:00:05.431]➜    7. If, as a consequence of a court judgment or allegation of patent
2025-08-20T20:05:48.3473812Z [00:00:05.431]➜  infringement or for any other reason (not limited to patent issues),
2025-08-20T20:05:48.3474317Z [00:00:05.431]➜  conditions are imposed on you (whether by court order, agreement or
2025-08-20T20:05:48.3474831Z [00:00:05.431]➜  otherwise) that contradict the conditions of this License, they do not
2025-08-20T20:05:48.3475324Z [00:00:05.431]➜  excuse you from the conditions of this License.  If you cannot
2025-08-20T20:05:48.3475816Z [00:00:05.431]➜  distribute so as to satisfy simultaneously your obligations under this
2025-08-20T20:05:48.3476334Z [00:00:05.431]➜  License and any other pertinent obligations, then as a consequence you
2025-08-20T20:05:48.3476858Z [00:00:05.431]➜  may not distribute the Program at all.  For example, if a patent
2025-08-20T20:05:48.3477385Z [00:00:05.431]➜  license would not permit royalty-free redistribution of the Program by
2025-08-20T20:05:48.3477916Z [00:00:05.431]➜  all those who receive copies directly or indirectly through you, then
2025-08-20T20:05:48.3478430Z [00:00:05.431]➜  the only way you could satisfy both it and this License would be to
2025-08-20T20:05:48.3478888Z [00:00:05.431]➜  refrain entirely from distribution of the Program.
2025-08-20T20:05:48.3479207Z [00:00:05.431]➜  
2025-08-20T20:05:48.3479550Z [00:00:05.431]➜  If any portion of this section is held invalid or unenforceable under
2025-08-20T20:05:48.3480064Z [00:00:05.431]➜  any particular circumstance, the balance of the section is intended to
2025-08-20T20:05:48.3480745Z [00:00:05.431]➜  apply and the section as a whole is intended to apply in other
2025-08-20T20:05:48.3481122Z [00:00:05.431]➜  circumstances.
2025-08-20T20:05:48.3481362Z [00:00:05.431]➜  
2025-08-20T20:05:48.3481869Z [00:00:05.431]➜  It is not the purpose of this section to induce you to infringe any
2025-08-20T20:05:48.3482384Z [00:00:05.431]➜  patents or other property right claims or to contest validity of any
2025-08-20T20:05:48.3482918Z [00:00:05.431]➜  such claims; this section has the sole purpose of protecting the
2025-08-20T20:05:48.3483397Z [00:00:05.431]➜  integrity of the free software distribution system, which is
2025-08-20T20:05:48.3483885Z [00:00:05.431]➜  implemented by public license practices.  Many people have made
2025-08-20T20:05:48.3484374Z [00:00:05.431]➜  generous contributions to the wide range of software distributed
2025-08-20T20:05:48.3484876Z [00:00:05.431]➜  through that system in reliance on consistent application of that
2025-08-20T20:05:48.3485370Z [00:00:05.431]➜  system; it is up to the author/donor to decide if he or she is willing
2025-08-20T20:05:48.3485877Z [00:00:05.431]➜  to distribute software through any other system and a licensee cannot
2025-08-20T20:05:48.3486271Z [00:00:05.431]➜  impose that choice.
2025-08-20T20:05:48.3486535Z [00:00:05.431]➜  
2025-08-20T20:05:48.3486882Z [00:00:05.431]➜  This section is intended to make thoroughly clear what is believed to
2025-08-20T20:05:48.3487330Z [00:00:05.431]➜  be a consequence of the rest of this License.
2025-08-20T20:05:48.3487639Z [00:00:05.431]➜  
2025-08-20T20:05:48.3487976Z [00:00:05.431]➜    8. If the distribution and/or use of the Program is restricted in
2025-08-20T20:05:48.3488479Z [00:00:05.431]➜  certain countries either by patents or by copyrighted interfaces, the
2025-08-20T20:05:48.3488998Z [00:00:05.431]➜  original copyright holder who places the Program under this License
2025-08-20T20:05:48.3489504Z [00:00:05.431]➜  may add an explicit geographical distribution limitation excluding
2025-08-20T20:05:48.3490004Z [00:00:05.431]➜  those countries, so that distribution is permitted only in or among
2025-08-20T20:05:48.3490682Z [00:00:05.431]➜  countries not thus excluded.  In such case, this License incorporates
2025-08-20T20:05:48.3491190Z [00:00:05.431]➜  the limitation as if written in the body of this License.
2025-08-20T20:05:48.3491522Z [00:00:05.431]➜  
2025-08-20T20:05:48.3491885Z [00:00:05.431]➜    9. The Free Software Foundation may publish revised and/or new versions
2025-08-20T20:05:48.3492549Z [00:00:05.431]➜  of the General Public License from time to time.  Such new versions will
2025-08-20T20:05:48.3493077Z [00:00:05.431]➜  be similar in spirit to the present version, but may differ in detail to
2025-08-20T20:05:48.3493496Z [00:00:05.431]➜  address new problems or concerns.
2025-08-20T20:05:48.3493774Z [00:00:05.431]➜  
2025-08-20T20:05:48.3494166Z [00:00:05.431]➜  Each version is given a distinguishing version number.  If the Program
2025-08-20T20:05:48.3494704Z [00:00:05.431]➜  specifies a version number of this License which applies to it and "any
2025-08-20T20:05:48.3495239Z [00:00:05.431]➜  later version", you have the option of following the terms and conditions
2025-08-20T20:05:48.3495773Z [00:00:05.431]➜  either of that version or of any later version published by the Free
2025-08-20T20:05:48.3496304Z [00:00:05.431]➜  Software Foundation.  If the Program does not specify a version number of
2025-08-20T20:05:48.3496871Z [00:00:05.431]➜  this License, you may choose any version ever published by the Free Software
2025-08-20T20:05:48.3497267Z [00:00:05.431]➜  Foundation.
2025-08-20T20:05:48.3497499Z [00:00:05.431]➜  
2025-08-20T20:05:48.3497850Z [00:00:05.431]➜    10. If you wish to incorporate parts of the Program into other free
2025-08-20T20:05:48.3498379Z [00:00:05.431]➜  programs whose distribution conditions are different, write to the author
2025-08-20T20:05:48.3498914Z [00:00:05.431]➜  to ask for permission.  For software which is copyrighted by the Free
2025-08-20T20:05:48.3499441Z [00:00:05.431]➜  Software Foundation, write to the Free Software Foundation; we sometimes
2025-08-20T20:05:48.3499970Z [00:00:05.431]➜  make exceptions for this.  Our decision will be guided by the two goals
2025-08-20T20:05:48.3500900Z [00:00:05.431]➜  of preserving the free status of all derivatives of our free software and
2025-08-20T20:05:48.3501444Z [00:00:05.431]➜  of promoting the sharing and reuse of software generally.
2025-08-20T20:05:48.3501792Z [00:00:05.431]➜  
2025-08-20T20:05:48.3502017Z [00:00:05.431]➜  			    NO WARRANTY
2025-08-20T20:05:48.3502261Z [00:00:05.431]➜  
2025-08-20T20:05:48.3502621Z [00:00:05.431]➜    11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
2025-08-20T20:05:48.3503159Z [00:00:05.431]➜  FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW.  EXCEPT WHEN
2025-08-20T20:05:48.3503703Z [00:00:05.431]➜  OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
2025-08-20T20:05:48.3504244Z [00:00:05.431]➜  PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
2025-08-20T20:05:48.3504773Z [00:00:05.431]➜  OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
2025-08-20T20:05:48.3505330Z [00:00:05.431]➜  MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  THE ENTIRE RISK AS
2025-08-20T20:05:48.3505868Z [00:00:05.431]➜  TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU.  SHOULD THE
2025-08-20T20:05:48.3506396Z [00:00:05.431]➜  PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
2025-08-20T20:05:48.3506810Z [00:00:05.431]➜  REPAIR OR CORRECTION.
2025-08-20T20:05:48.3507074Z [00:00:05.431]➜  
2025-08-20T20:05:48.3507436Z [00:00:05.431]➜    12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
2025-08-20T20:05:48.3507962Z [00:00:05.431]➜  WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
2025-08-20T20:05:48.3508500Z [00:00:05.431]➜  REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
2025-08-20T20:05:48.3509061Z [00:00:05.431]➜  INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
2025-08-20T20:05:48.3509599Z [00:00:05.431]➜  OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
2025-08-20T20:05:48.3510123Z [00:00:05.431]➜  TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
2025-08-20T20:05:48.3510873Z [00:00:05.431]➜  YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
2025-08-20T20:05:48.3511547Z [00:00:05.431]➜  PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
2025-08-20T20:05:48.3511963Z [00:00:05.431]➜  POSSIBILITY OF SUCH DAMAGES.
2025-08-20T20:05:48.3512235Z [00:00:05.431]➜  
2025-08-20T20:05:48.3512492Z [00:00:05.431]➜  		     END OF TERMS AND CONDITIONS
2025-08-20T20:05:48.3512768Z [00:00:05.431]➜  
2025-08-20T20:05:48.3513064Z [00:00:05.431]➜  	    How to Apply These Terms to Your New Programs
2025-08-20T20:05:48.3513371Z [00:00:05.431]➜  
2025-08-20T20:05:48.3513712Z [00:00:05.431]➜    If you develop a new program, and you want it to be of the greatest
2025-08-20T20:05:48.3514222Z [00:00:05.431]➜  possible use to the public, the best way to achieve this is to make it
2025-08-20T20:05:48.3514775Z [00:00:05.431]➜  free software which everyone can redistribute and change under these terms.
2025-08-20T20:05:48.3515163Z [00:00:05.431]➜  
2025-08-20T20:05:48.3515501Z [00:00:05.431]➜    To do so, attach the following notices to the program.  It is safest
2025-08-20T20:05:48.3516002Z [00:00:05.431]➜  to attach them to the start of each source file to most effectively
2025-08-20T20:05:48.3516506Z [00:00:05.431]➜  convey the exclusion of warranty; and each file should have at least
2025-08-20T20:05:48.3517022Z [00:00:05.431]➜  the "copyright" line and a pointer to where the full notice is found.
2025-08-20T20:05:48.3517381Z [00:00:05.431]➜  
2025-08-20T20:05:48.3517739Z [00:00:05.431]➜      <one line to give the program's name and a brief idea of what it does.>
2025-08-20T20:05:48.3518174Z [00:00:05.431]➜      Copyright (C) <year>  <name of author>
2025-08-20T20:05:48.3518466Z [00:00:05.431]➜  
2025-08-20T20:05:48.3518820Z [00:00:05.431]➜      This program is free software; you can redistribute it and/or modify
2025-08-20T20:05:48.3519451Z [00:00:05.431]➜      it under the terms of the GNU General Public License as published by
2025-08-20T20:05:48.3519959Z [00:00:05.431]➜      the Free Software Foundation; either version 2 of the License, or
2025-08-20T20:05:48.3520394Z [00:00:05.431]➜      (at your option) any later version.
2025-08-20T20:05:48.3520868Z [00:00:05.431]➜  
2025-08-20T20:05:48.3521211Z [00:00:05.431]➜      This program is distributed in the hope that it will be useful,
2025-08-20T20:05:48.3521703Z [00:00:05.431]➜      but WITHOUT ANY WARRANTY; without even the implied warranty of
2025-08-20T20:05:48.3522197Z [00:00:05.431]➜      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
2025-08-20T20:05:48.3522645Z [00:00:05.431]➜      GNU General Public License for more details.
2025-08-20T20:05:48.3522949Z [00:00:05.431]➜  
2025-08-20T20:05:48.3523293Z [00:00:05.431]➜      You should have received a copy of the GNU General Public License
2025-08-20T20:05:48.3523772Z [00:00:05.431]➜      along with this program; if not, write to the Free Software
2025-08-20T20:05:48.3524296Z [00:00:05.431]➜      Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
2025-08-20T20:05:48.3524673Z [00:00:05.431]➜  
2025-08-20T20:05:48.3524881Z [00:00:05.431]➜  
2025-08-20T20:05:48.3525329Z [00:00:05.431]➜  Also add information on how to contact you by electronic and paper mail.
2025-08-20T20:05:48.3526005Z [00:00:05.431]➜  
2025-08-20T20:05:48.3526638Z [00:00:05.431]➜  If the program is interactive, make it output a short notice like this
2025-08-20T20:05:48.3527401Z [00:00:05.431]➜  when it starts in an interactive mode:
2025-08-20T20:05:48.3527918Z [00:00:05.431]➜  
2025-08-20T20:05:48.3528524Z [00:00:05.431]➜      Gnomovision version 69, Copyright (C) year  name of author
2025-08-20T20:05:48.3529584Z [00:00:05.431]➜      Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
2025-08-20T20:05:48.3530759Z [00:00:05.431]➜      This is free software, and you are welcome to redistribute it
2025-08-20T20:05:48.3531609Z [00:00:05.431]➜      under certain conditions; type `show c' for details.
2025-08-20T20:05:48.3532196Z [00:00:05.431]➜  
2025-08-20T20:05:48.3532933Z [00:00:05.431]➜  The hypothetical commands `show w' and `show c' should show the appropriate
2025-08-20T20:05:48.3534316Z [00:00:05.431]➜  parts of the General Public License.  Of course, the commands you use may
2025-08-20T20:05:48.3535319Z [00:00:05.431]➜  be called something other than `show w' and `show c'; they could even be
2025-08-20T20:05:48.3536252Z [00:00:05.431]➜  mouse-clicks or menu items--whatever suits your program.
2025-08-20T20:05:48.3536855Z [00:00:05.432]➜  
2025-08-20T20:05:48.3537374Z [00:00:05.432]➜  You should also get your employer (if you work as a programmer) or your
2025-08-20T20:05:48.3537902Z [00:00:05.432]➜  school, if any, to sign a "copyright disclaimer" for the program, if
2025-08-20T20:05:48.3538355Z [00:00:05.432]➜  necessary.  Here is a sample; alter the names:
2025-08-20T20:05:48.3538664Z [00:00:05.432]➜  
2025-08-20T20:05:48.3539045Z [00:00:05.432]➜    Yoyodyne, Inc., hereby disclaims all copyright interest in the program
2025-08-20T20:05:48.3539605Z [00:00:05.432]➜    `Gnomovision' (which makes passes at compilers) written by James Hacker.
2025-08-20T20:05:48.3539996Z [00:00:05.432]➜  
2025-08-20T20:05:48.3540260Z [00:00:05.432]➜    <signature of Ty Coon>, 1 April 1989
2025-08-20T20:05:48.3540838Z [00:00:05.432]➜    Ty Coon, President of Vice
2025-08-20T20:05:48.3541114Z [00:00:05.432]➜  
2025-08-20T20:05:48.3541500Z [00:00:05.432]➜  This General Public License does not permit incorporating your program into
2025-08-20T20:05:48.3542060Z [00:00:05.432]➜  proprietary programs.  If your program is a subroutine library, you may
2025-08-20T20:05:48.3542730Z [00:00:05.432]➜  consider it more useful to permit linking proprietary applications with the
2025-08-20T20:05:48.3543692Z [00:00:05.432]➜  library.  If this is what you want to do, use the GNU Library General
2025-08-20T20:05:48.3544381Z [00:00:05.432]➜  Public License instead of this License.
2025-08-20T20:05:48.3544844Z [00:00:05.432]➜  
2025-08-20T20:05:48.3545211Z [00:00:05.432]➜  -----------------------------------------------------------------------
2025-08-20T20:05:48.3545549Z [00:00:05.432]➜  
2025-08-20T20:05:48.3545810Z [00:00:05.432]➜  "KTH 3-clause BSD-style licences"
2025-08-20T20:05:48.3546096Z [00:00:05.432]➜  
2025-08-20T20:05:48.3546337Z [00:00:05.432]➜  In src/osdep/getifaddrs.c:
2025-08-20T20:05:48.3546600Z [00:00:05.432]➜  
2025-08-20T20:05:48.3546915Z [00:00:05.432]➜   * Copyright (c) 2000 - 2001 Kungliga Tekniska Högskolan
2025-08-20T20:05:48.3547361Z [00:00:05.432]➜   * (Royal Institute of Technology, Stockholm, Sweden).
2025-08-20T20:05:48.3547718Z [00:00:05.432]➜   * All rights reserved.
2025-08-20T20:05:48.3547976Z [00:00:05.432]➜  
2025-08-20T20:05:48.3548216Z [00:00:05.432]➜  In src/osdep/getifaddrs.h:
2025-08-20T20:05:48.3548482Z [00:00:05.432]➜  
2025-08-20T20:05:48.3548779Z [00:00:05.432]➜   * Copyright (c) 2000 Kungliga Tekniska Högskolan
2025-08-20T20:05:48.3549202Z [00:00:05.432]➜   * (Royal Institute of Technology, Stockholm, Sweden).
2025-08-20T20:05:48.3549549Z [00:00:05.432]➜   * All rights reserved.
2025-08-20T20:05:48.3549804Z [00:00:05.432]➜  
2025-08-20T20:05:48.3550134Z [00:00:05.432]➜  In both src/osdep/getifaddrs.c and src/osdep/getifaddrs.h:
2025-08-20T20:05:48.3550664Z [00:00:05.432]➜  
2025-08-20T20:05:48.3551110Z [00:00:05.432]➜   * Redistribution and use in source and binary forms, with or without
2025-08-20T20:05:48.3551634Z [00:00:05.432]➜   * modification, are permitted provided that the following conditions
2025-08-20T20:05:48.3552012Z [00:00:05.432]➜   * are met:
2025-08-20T20:05:48.3552244Z [00:00:05.432]➜   *
2025-08-20T20:05:48.3552600Z [00:00:05.432]➜   * 1. Redistributions of source code must retain the above copyright
2025-08-20T20:05:48.3553099Z [00:00:05.432]➜   *    notice, this list of conditions and the following disclaimer.
2025-08-20T20:05:48.3553448Z [00:00:05.432]➜   *
2025-08-20T20:05:48.3553819Z [00:00:05.432]➜   * 2. Redistributions in binary form must reproduce the above copyright
2025-08-20T20:05:48.3554339Z [00:00:05.432]➜   *    notice, this list of conditions and the following disclaimer in the
2025-08-20T20:05:48.3555022Z [00:00:05.432]➜   *    documentation and/or other materials provided with the distribution.
2025-08-20T20:05:48.3555399Z [00:00:05.432]➜   *
2025-08-20T20:05:48.3555744Z [00:00:05.432]➜   * 3. Neither the name of the Institute nor the names of its contributors
2025-08-20T20:05:48.3556251Z [00:00:05.432]➜   *    may be used to endorse or promote products derived from this software
2025-08-20T20:05:48.3556698Z [00:00:05.432]➜   *    without specific prior written permission.
2025-08-20T20:05:48.3557005Z [00:00:05.432]➜   *
2025-08-20T20:05:48.3557377Z [00:00:05.432]➜   * THIS SOFTWARE IS PROVIDED BY THE INSTITUTE AND CONTRIBUTORS ``AS IS'' AND
2025-08-20T20:05:48.3557912Z [00:00:05.432]➜   * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
2025-08-20T20:05:48.3558477Z [00:00:05.432]➜   * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
2025-08-20T20:05:48.3559037Z [00:00:05.432]➜   * ARE DISCLAIMED.  IN NO EVENT SHALL THE INSTITUTE OR CONTRIBUTORS BE LIABLE
2025-08-20T20:05:48.3559588Z [00:00:05.432]➜   * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
2025-08-20T20:05:48.3560130Z [00:00:05.432]➜   * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
2025-08-20T20:05:48.3560888Z [00:00:05.432]➜   * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
2025-08-20T20:05:48.3561420Z [00:00:05.432]➜   * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
2025-08-20T20:05:48.3561965Z [00:00:05.432]➜   * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
2025-08-20T20:05:48.3562499Z [00:00:05.432]➜   * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
2025-08-20T20:05:48.3562878Z [00:00:05.432]➜   * SUCH DAMAGE.
2025-08-20T20:05:48.3563119Z [00:00:05.432]➜  
2025-08-20T20:05:48.3563577Z [00:00:05.432]➜  -----------------------------------------------------------------------
2025-08-20T20:05:48.3563916Z [00:00:05.432]➜  
2025-08-20T20:05:48.3564249Z [00:00:05.432]➜  UNICODE, INC. LICENSE AGREEMENT - DATA FILES AND SOFTWARE
2025-08-20T20:05:48.3564589Z [00:00:05.432]➜  
2025-08-20T20:05:48.3564930Z [00:00:05.432]➜  Unicode Data Files include all data files under the directories
2025-08-20T20:05:48.3565476Z [00:00:05.432]➜  http://www.unicode.org/Public/, http://www.unicode.org/reports/, and
2025-08-20T20:05:48.3566028Z [00:00:05.432]➜  http://www.unicode.org/cldr/data/ . Unicode Software includes any source
2025-08-20T20:05:48.3566552Z [00:00:05.432]➜  code published in the Unicode Standard or under the directories
2025-08-20T20:05:48.3567068Z [00:00:05.432]➜  http://www.unicode.org/Public/, http://www.unicode.org/reports/, and
2025-08-20T20:05:48.3567507Z [00:00:05.432]➜  http://www.unicode.org/cldr/data/.
2025-08-20T20:05:48.3567794Z [00:00:05.432]➜  
2025-08-20T20:05:48.3568143Z [00:00:05.432]➜  NOTICE TO USER: Carefully read the following legal agreement. BY
2025-08-20T20:05:48.3568668Z [00:00:05.432]➜  DOWNLOADING, INSTALLING, COPYING OR OTHERWISE USING UNICODE INC.'S DATA
2025-08-20T20:05:48.3569208Z [00:00:05.432]➜  FILES ("DATA FILES"), AND/OR SOFTWARE ("SOFTWARE"), YOU UNEQUIVOCALLY
2025-08-20T20:05:48.3569719Z [00:00:05.432]➜  ACCEPT, AND AGREE TO BE BOUND BY, ALL OF THE TERMS AND CONDITIONS OF THIS
2025-08-20T20:05:48.3570227Z [00:00:05.432]➜  AGREEMENT. IF YOU DO NOT AGREE, DO NOT DOWNLOAD, INSTALL, COPY,
2025-08-20T20:05:48.3570851Z [00:00:05.432]➜  DISTRIBUTE OR USE THE DATA FILES OR SOFTWARE.
2025-08-20T20:05:48.3571158Z [00:00:05.432]➜  
2025-08-20T20:05:48.3571410Z [00:00:05.432]➜  COPYRIGHT AND PERMISSION NOTICE
2025-08-20T20:05:48.3571683Z [00:00:05.432]➜  
2025-08-20T20:05:48.3572033Z [00:00:05.432]➜  Copyright © 1991-2008 Unicode, Inc. All rights reserved. Distributed
2025-08-20T20:05:48.3572547Z [00:00:05.432]➜  under the Terms of Use in http://www.unicode.org/copyright.html.
2025-08-20T20:05:48.3572905Z [00:00:05.432]➜  
2025-08-20T20:05:48.3573270Z [00:00:05.432]➜  Permission is hereby granted, free of charge, to any person obtaining a
2025-08-20T20:05:48.3573931Z [00:00:05.432]➜  copy of the Unicode data files and any associated documentation (the
2025-08-20T20:05:48.3574444Z [00:00:05.432]➜  "Data Files") or Unicode software and any associated documentation (the
2025-08-20T20:05:48.3574954Z [00:00:05.432]➜  "Software") to deal in the Data Files or Software without restriction,
2025-08-20T20:05:48.3575469Z [00:00:05.432]➜  including without limitation the rights to use, copy, modify, merge,
2025-08-20T20:05:48.3575997Z [00:00:05.432]➜  publish, distribute, and/or sell copies of the Data Files or Software,
2025-08-20T20:05:48.3576532Z [00:00:05.432]➜  and to permit persons to whom the Data Files or Software are furnished to
2025-08-20T20:05:48.3577031Z [00:00:05.432]➜  do so, provided that (a) the above copyright notice(s) and this
2025-08-20T20:05:48.3577542Z [00:00:05.432]➜  permission notice appear with all copies of the Data Files or Software,
2025-08-20T20:05:48.3578091Z [00:00:05.432]➜  (b) both the above copyright notice(s) and this permission notice appear
2025-08-20T20:05:48.3578625Z [00:00:05.432]➜  in associated documentation, and (c) there is clear notice in each
2025-08-20T20:05:48.3579131Z [00:00:05.432]➜  modified Data File or in the Software as well as in the documentation
2025-08-20T20:05:48.3579646Z [00:00:05.432]➜  associated with the Data File(s) or Software that the data or software
2025-08-20T20:05:48.3580035Z [00:00:05.432]➜  has been modified.
2025-08-20T20:05:48.3580284Z [00:00:05.432]➜  
2025-08-20T20:05:48.3580884Z [00:00:05.432]➜  THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY
2025-08-20T20:05:48.3581427Z [00:00:05.432]➜  KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
2025-08-20T20:05:48.3582114Z [00:00:05.432]➜  MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF
2025-08-20T20:05:48.3582664Z [00:00:05.432]➜  THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS
2025-08-20T20:05:48.3583189Z [00:00:05.432]➜  INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT
2025-08-20T20:05:48.3583731Z [00:00:05.432]➜  OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
2025-08-20T20:05:48.3584250Z [00:00:05.432]➜  OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
2025-08-20T20:05:48.3584771Z [00:00:05.432]➜  OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
2025-08-20T20:05:48.3585219Z [00:00:05.432]➜  PERFORMANCE OF THE DATA FILES OR SOFTWARE.
2025-08-20T20:05:48.3585519Z [00:00:05.432]➜  
2025-08-20T20:05:48.3585881Z [00:00:05.432]➜  Except as contained in this notice, the name of a copyright holder shall
2025-08-20T20:05:48.3586416Z [00:00:05.432]➜  not be used in advertising or otherwise to promote the sale, use or other
2025-08-20T20:05:48.3586926Z [00:00:05.432]➜  dealings in these Data Files or Software without prior written
2025-08-20T20:05:48.3587347Z [00:00:05.432]➜  authorization of the copyright holder.
2025-08-20T20:05:48.3587635Z [00:00:05.432]➜  
2025-08-20T20:05:48.3587844Z [00:00:05.432]➜  
2025-08-20T20:05:48.3617389Z [00:00:05.460]➜  
2025-08-20T20:05:48.3617660Z [00:00:05.460]➜  File: LICENSE
2025-08-20T20:05:48.3617980Z [00:00:05.460]➜    Type: Unicode text, UTF-8 text
2025-08-20T20:05:48.3618528Z [00:00:05.460]➜    B3sum: 9a4e418dc63994ffb500624d449a1a207d6183857ca0ce847745b877eed1a16d
2025-08-20T20:05:48.3619615Z [00:00:05.460]➜    SHA256sum: 004e0bd641ee212d4eb1ac0a99a565ef87e61242d9f7edde6bdba5f7810c0dcf
2025-08-20T20:05:48.3620384Z [00:00:05.460]➜    Size: 28K
2025-08-20T20:05:48.3744735Z [00:00:05.473]➜  
2025-08-20T20:05:48.3745186Z [00:00:05.473]➜  File: SBUILD
2025-08-20T20:05:48.3745860Z [00:00:05.473]➜    Type: a /SBUILD ver @v1.0.0 script, ASCII text executable
2025-08-20T20:05:48.3746734Z [00:00:05.473]➜    B3sum: a0b28095b7a7d9b3b76bed7f843077a1bb0545c7852b9e9bf4cbec46d058e867
2025-08-20T20:05:48.3747393Z [00:00:05.473]➜    SHA256sum: db1a585afc85716d6d7b27669bdbee7e245c51637f3d87a9f4f49ea0a8a5907a
2025-08-20T20:05:48.3748032Z [00:00:05.473]➜    Size: 4.0K
2025-08-20T20:05:48.3853357Z [00:00:05.484]➜  
2025-08-20T20:05:48.3853853Z [00:00:05.484]➜  File: elinks.static.version
2025-08-20T20:05:48.3854281Z [00:00:05.484]➜    Type: ASCII text, with no line terminators
2025-08-20T20:05:48.3854792Z [00:00:05.484]➜    B3sum: 8b7982b62713708dc87fb995687fe60cf26e9744acedda95ad8542e56d2b64c4
2025-08-20T20:05:48.3855386Z [00:00:05.484]➜    SHA256sum: 77453cb7435a1abb6a62f207b81b94f72b7890f19131f7b8778c84a61ddb9e80
2025-08-20T20:05:48.3855808Z [00:00:05.484]➜    Size: 4.0K
2025-08-20T20:05:48.3965520Z [00:00:05.495]➜  
2025-08-20T20:05:48.3966026Z [00:00:05.495]➜  File: elinks.version
2025-08-20T20:05:48.3966624Z [00:00:05.495]➜    Type: ASCII text, with no line terminators
2025-08-20T20:05:48.3967205Z [00:00:05.495]➜    B3sum: 8b7982b62713708dc87fb995687fe60cf26e9744acedda95ad8542e56d2b64c4
2025-08-20T20:05:48.3968149Z [00:00:05.495]➜    SHA256sum: 77453cb7435a1abb6a62f207b81b94f72b7890f19131f7b8778c84a61ddb9e80
2025-08-20T20:05:48.3968735Z [00:00:05.495]➜    Size: 4.0K
2025-08-20T20:05:48.3968980Z [00:00:05.495]➜  
2025-08-20T20:05:48.3969745Z [00:00:05.495]➜  [+] Generating (b3sum) Checksums ==> [/tmp/pkgforge/qc27x4E_FLlGUAiu_build.yaml/SBUILD_OUTDIR/CHECKSUM]
2025-08-20T20:05:48.4001590Z [00:00:05.498]➜  SBUILD:a0b28095b7a7d9b3b76bed7f843077a1bb0545c7852b9e9bf4cbec46d058e867
2025-08-20T20:05:48.4002817Z [00:00:05.498]➜  elinks.static.version:8b7982b62713708dc87fb995687fe60cf26e9744acedda95ad8542e56d2b64c4
2025-08-20T20:05:48.4003570Z [00:00:05.498]➜  LICENSE:9a4e418dc63994ffb500624d449a1a207d6183857ca0ce847745b877eed1a16d
2025-08-20T20:05:48.4004208Z [00:00:05.498]➜  elinks.version:8b7982b62713708dc87fb995687fe60cf26e9744acedda95ad8542e56d2b64c4
2025-08-20T20:05:48.4023418Z [00:00:05.501]➜  
2025-08-20T20:05:48.4024763Z [00:00:05.501]➜  [+] Signing elinks.static (Verify: https://docs.pkgforge.dev/repositories/pkgforge-stable/security#trust-but-verify)
2025-08-20T20:05:48.4119909Z [00:00:05.510]➜  
2025-08-20T20:05:48.4121358Z [00:00:05.510]➜  [✓] SuccessFully Built elinks.static using https://github.com/pkgforge/soarpkgs/blob/main/binaries/elinks/static.official.stable.yaml [Wednesday, 2025-08-20 (08:05:48 PM) UTC]
2025-08-20T20:05:48.4122585Z [00:00:05.510]➜  
2025-08-20T20:05:48.4151317Z [00:00:05.513]➜  [+] Total Size: 76K (Includes DUPES+TMPFILES)
2025-08-20T20:05:48.4152306Z [00:00:05.514]➜  [+] LOGPATH='/tmp/pkgforge/qc27x4E_FLlGUAiu_build.yaml/SBUILD_OUTDIR/elinks.static.log'
2025-08-20T20:05:48.4165429Z [00:00:05.515]➜  [+] ENVPATH=/tmp/pkgforge/8WOLrIjWH_SBUILD/ENVPATH
2025-08-20T20:05:48.4264941Z 
2025-08-20T20:05:52.2009338Z [+] Sanitizing /tmp/pkgforge/8WOLrIjWH_SBUILD/BUILD.log ==> /tmp/pkgforge/qc27x4E_FLlGUAiu_build.yaml/SBUILD_OUTDIR/elinks.static.log
2025-08-20T20:05:52.2010193Z 
2025-08-20T20:05:52.2010965Z [✗] FATAL: Failed to Push Artifacts ==> [ghcr.io/pkgforge/bincache/elinks/official]
2025-08-20T20:05:52.2011552Z [+] LOGS (Build Dir): /tmp/pkgforge/qc27x4E_FLlGUAiu_build.yaml/SBUILD_OUTDIR
2025-08-20T20:05:52.2011895Z 
2025-08-20T20:05:52.2057803Z *** Zstandard CLI (64-bit) v1.5.7, by Yann Collet ***
2025-08-20T20:05:52.2067523Z ./BUILD_ARTIFACTS.tar : 18.44%   (   100 KiB =>   18.4 KiB, /tmp/BUILD_ARTIFACTS.zstd) 
2025-08-20T20:05:52.2083012Z removed './BUILD_ARTIFACTS.tar'
2025-08-20T20:05:52.2118966Z 
2025-08-20T20:05:52.2121600Z [+] Completed (Building|Fetching) https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/elinks/static.official.stable.yaml :: 00(Hr):00(Min):10(Sec)
2025-08-20T20:05:52.2122701Z 
2025-08-20T20:05:52.2134891Z 
2025-08-20T20:05:52.2135249Z ==> [+] Finished Building at :: Wednesday, 2025-08-20 (08:05:52 PM) UTC
2025-08-20T20:05:52.2135688Z 
2025-08-20T20:05:52.3221734Z renamed '/tmp/BUILD.gh.log.txt' -> '/tmp/BUILD.log'
2025-08-20T20:05:52.3267589Z ##[group]Run ##Presets
2025-08-20T20:05:52.3267972Z [36;1m##Presets[0m
2025-08-20T20:05:52.3268180Z [36;1mset +x ; set +e[0m
2025-08-20T20:05:52.3268395Z [36;1m#-------------#[0m
2025-08-20T20:05:52.3268598Z [36;1m##Debug?[0m
2025-08-20T20:05:52.3269041Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T20:05:52.3269331Z [36;1m  set -x[0m
2025-08-20T20:05:52.3269515Z [36;1mfi[0m
2025-08-20T20:05:52.3269693Z [36;1m#-------------#[0m
2025-08-20T20:05:52.3269894Z [36;1m##Set ENV[0m
2025-08-20T20:05:52.3270135Z [36;1m if [[ "${SKIP_SRCBUILD_UPLOAD}" != "YES" ]]; then[0m
2025-08-20T20:05:52.3270827Z [36;1m    #GHCRPKG_TAG_SRCBUILD="srcbuild.$(date --utc +"%y%m%dT%H%M%S" | tr -d '[:space:]')-"[0m
2025-08-20T20:05:52.3271259Z [36;1m    GHCRPKG_TAG_SRCBUILD=""[0m
2025-08-20T20:05:52.3271683Z [36;1m    GHCRPKG_URL_SRCBUILD="ghcr.io/pkgforge/bincache/elinks/official/elinks-srcbuild-"[0m
2025-08-20T20:05:52.3272186Z [36;1m    export GHCRPKG_TAG_SRCBUILD GHCRPKG_URL_SRCBUILD[0m
2025-08-20T20:05:52.3272601Z [36;1m    echo "GHCRPKG_TAG_SRCBUILD=${GHCRPKG_TAG_SRCBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:05:52.3273056Z [36;1m    echo "GHCRPKG_URL_SRCBUILD=${GHCRPKG_URL_SRCBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:05:52.3273399Z [36;1m fi[0m
2025-08-20T20:05:52.3273578Z [36;1m##Push[0m
2025-08-20T20:05:52.3273805Z [36;1m if [[ -n "${GHCRPKG_TAG_SRCBUILD+x}" ]]; then[0m
2025-08-20T20:05:52.3274089Z [36;1m  pushd "/tmp" &>/dev/null[0m
2025-08-20T20:05:52.3274471Z [36;1m   if [[ -s "./BUILD_ARTIFACTS.zstd" && $(stat -c%s "./BUILD_ARTIFACTS.zstd") -gt 1000 ]]; then[0m
2025-08-20T20:05:52.3274958Z [36;1m     realpath "./BUILD_ARTIFACTS.zstd" && du -sh "./BUILD_ARTIFACTS.zstd"[0m
2025-08-20T20:05:52.3275409Z [36;1m     ls -sh "/tmp/pkgforge/qc27x4E_FLlGUAiu_build.yaml/SBUILD_OUTDIR"[0m
2025-08-20T20:05:52.3275749Z [36;1m     ghcr_push_cmd()[0m
2025-08-20T20:05:52.3275971Z [36;1m       {[0m
2025-08-20T20:05:52.3276167Z [36;1m        for i in {1..10}; do[0m
2025-08-20T20:05:52.3276521Z [36;1m          unset ghcr_push ; ghcr_push=(oras push --disable-path-validation)[0m
2025-08-20T20:05:52.3276974Z [36;1m          ghcr_push+=(--config "/dev/null:application/vnd.oci.empty.v1+json")[0m
2025-08-20T20:05:52.3277421Z [36;1m          ghcr_push+=(--annotation "com.github.package.type=container")[0m
2025-08-20T20:05:52.3277853Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_ghcrpkg-tag=")[0m
2025-08-20T20:05:52.3278273Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_gha=")[0m
2025-08-20T20:05:52.3278670Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_id=")[0m
2025-08-20T20:05:52.3279062Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.ghcr_pkg=:")[0m
2025-08-20T20:05:52.3279550Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.push_date=")[0m
2025-08-20T20:05:52.3280250Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.version=")[0m
2025-08-20T20:05:52.3281044Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.created=")[0m
2025-08-20T20:05:52.3281557Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.description=SRCBUILD for ")[0m
2025-08-20T20:05:52.3282103Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.licenses=blessing")[0m
2025-08-20T20:05:52.3282583Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.ref.name=")[0m
2025-08-20T20:05:52.3283023Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.revision=")[0m
2025-08-20T20:05:52.3283565Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.source=")[0m
2025-08-20T20:05:52.3284079Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.title=SRCBUILD-elinks")[0m
2025-08-20T20:05:52.3284553Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.url=")[0m
2025-08-20T20:05:52.3285185Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.vendor=pkgforge")[0m
2025-08-20T20:05:52.3285654Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.version=")[0m
2025-08-20T20:05:52.3286075Z [36;1m          ghcr_push+=("${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}")[0m
2025-08-20T20:05:52.3286692Z [36;1m          [[ -f "./BUILD_ARTIFACTS.zstd" && -s "./BUILD_ARTIFACTS.zstd" ]] && ghcr_push+=("./BUILD_ARTIFACTS.zstd")[0m
2025-08-20T20:05:52.3287136Z [36;1m          "${ghcr_push[@]}" ; sleep 5[0m
2025-08-20T20:05:52.3287397Z [36;1m         #Check[0m
2025-08-20T20:05:52.3287967Z [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-20T20:05:52.3288679Z [36;1m            echo -e "\n[+] (ARTIFACTS) Registry --> https://${GHCRPKG_URL_SRCBUILD}\n"[0m
2025-08-20T20:05:52.3289041Z [36;1m            break[0m
2025-08-20T20:05:52.3289261Z [36;1m          else[0m
2025-08-20T20:05:52.3289671Z [36;1m            echo -e "\n[-] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD} (Retrying ${i}/10)\n"[0m
2025-08-20T20:05:52.3290109Z [36;1m          fi[0m
2025-08-20T20:05:52.3290339Z [36;1m          sleep "$(shuf -i 500-4500 -n 1)e-3"[0m
2025-08-20T20:05:52.3290840Z [36;1m        done[0m
2025-08-20T20:05:52.3291030Z [36;1m       }[0m
2025-08-20T20:05:52.3291241Z [36;1m       export -f ghcr_push_cmd[0m
2025-08-20T20:05:52.3291499Z [36;1m       ghcr_push_cmd[0m
2025-08-20T20:05:52.3292080Z [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-20T20:05:52.3292842Z [36;1m         echo -e "\n[✗] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}\n"[0m
2025-08-20T20:05:52.3293270Z [36;1m          echo -e "\n[-] Retrying ...\n"[0m
2025-08-20T20:05:52.3293541Z [36;1m          ghcr_push_cmd[0m
2025-08-20T20:05:52.3294135Z [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-20T20:05:52.3294871Z [36;1m             oras manifest fetch "${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}" | jq .[0m
2025-08-20T20:05:52.3295399Z [36;1m             echo -e "\n[✗] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}\n"[0m
2025-08-20T20:05:52.3295804Z [36;1m             return 1 || exit 1[0m
2025-08-20T20:05:52.3296048Z [36;1m           fi[0m
2025-08-20T20:05:52.3296248Z [36;1m       fi[0m
2025-08-20T20:05:52.3296438Z [36;1m   fi[0m
2025-08-20T20:05:52.3296620Z [36;1m fi[0m
2025-08-20T20:05:52.3296809Z [36;1mpopd >/dev/null 2>&1[0m
2025-08-20T20:05:52.3348452Z shell: /usr/bin/bash -e {0}
2025-08-20T20:05:52.3348688Z env:
2025-08-20T20:05:52.3348872Z   CROSS_COMPILING: NO
2025-08-20T20:05:52.3349090Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T20:05:52.3349329Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T20:05:52.3349542Z   ON_QEMU: NO
2025-08-20T20:05:52.3349715Z   DEBUG: 0
2025-08-20T20:05:52.3349898Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T20:05:52.3350126Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T20:05:52.3350600Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/elinks/official
2025-08-20T20:05:52.3350907Z   KEEP_LOGS: YES
2025-08-20T20:05:52.3351100Z   GITHUB_TEST_BUILD: YES
2025-08-20T20:05:52.3351311Z   PKG_FAMILY_LOCAL: elinks
2025-08-20T20:05:52.3351528Z   SBUILD_REBUILD: false
2025-08-20T20:05:52.3352068Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/elinks/static.official.stable.yaml
2025-08-20T20:05:52.3352640Z   BUILD_SYS: host://soar-dl
2025-08-20T20:05:52.3352859Z   BUILD_ON_HOST: TRUE
2025-08-20T20:05:52.3353052Z   BUILD_SYSTEM: HOST
2025-08-20T20:05:52.3353244Z   SYSTMP: /tmp
2025-08-20T20:05:52.3353425Z   GHA_MODE: MATRIX
2025-08-20T20:05:52.3354013Z   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-20T20:05:52.3354545Z   INPUT_SBUILD: /tmp/pkgforge/FLlGUAiuX_build.yaml
2025-08-20T20:05:52.3354881Z   BUILD_DIR: /tmp/pkgforge/qc27x4E_FLlGUAiu_build.yaml
2025-08-20T20:05:52.3355376Z   SBUILD_OUTDIR: /tmp/pkgforge/qc27x4E_FLlGUAiu_build.yaml/SBUILD_OUTDIR
2025-08-20T20:05:52.3363235Z   SBUILD_TMPDIR: /tmp/pkgforge/qc27x4E_FLlGUAiu_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T20:05:52.3363670Z   PKG_TYPE: static
2025-08-20T20:05:52.3363885Z   SBUILD_SUCCESSFUL: YES
2025-08-20T20:05:52.3364106Z   PUSH_SUCCESSFUL: NO
2025-08-20T20:05:52.3364550Z   GHCR_TOKEN: ***
2025-08-20T20:05:52.3364853Z   GITHUB_TOKEN: ***
2025-08-20T20:05:52.3365095Z   GITLAB_TOKEN: ***
2025-08-20T20:05:52.3366305Z   MINISIGN_KEY: ***
2025-08-20T20:05:52.3366495Z ##[endgroup]
2025-08-20T20:05:52.3456099Z /tmp/BUILD_ARTIFACTS.zstd
2025-08-20T20:05:52.3466417Z 20K	./BUILD_ARTIFACTS.zstd
2025-08-20T20:05:52.3479075Z total 116K
2025-08-20T20:05:52.3479429Z 4.0K CHECKSUM
2025-08-20T20:05:52.3479754Z 4.0K CHECKSUM.sig
2025-08-20T20:05:52.3480079Z  28K LICENSE
2025-08-20T20:05:52.3480346Z 4.0K LICENSE.sig
2025-08-20T20:05:52.3480748Z 4.0K SBUILD
2025-08-20T20:05:52.3480930Z 4.0K SBUILD.sig
2025-08-20T20:05:52.3481125Z 4.0K SBUILD_TEMP
2025-08-20T20:05:52.3481316Z  48K elinks.static.log
2025-08-20T20:05:52.3481535Z 4.0K elinks.static.version
2025-08-20T20:05:52.3481775Z 4.0K elinks.static.version.sig
2025-08-20T20:05:52.3482006Z 4.0K elinks.version
2025-08-20T20:05:52.3482200Z 4.0K elinks.version.sig
2025-08-20T20:05:52.3513093Z Error: "ghcr.io/pkgforge/bincache/elinks/official/elinks-srcbuild-:": invalid reference: invalid repository "pkgforge/bincache/elinks/official/elinks-srcbuild-"
2025-08-20T20:05:52.3514562Z Please make sure the provided reference is in the form of <registry>/<repo>[:tag|@digest]
2025-08-20T20:05:57.3573327Z Error: "ghcr.io/pkgforge/bincache/elinks/official/elinks-srcbuild-:": invalid reference: invalid repository "pkgforge/bincache/elinks/official/elinks-srcbuild-"
2025-08-20T20:05:57.3574557Z Please make sure the provided reference is in the form of <registry>/<repo>[:tag|@digest]
2025-08-20T20:05:57.3590222Z 
2025-08-20T20:05:57.3591026Z [+] (ARTIFACTS) Registry --> https://ghcr.io/pkgforge/bincache/elinks/official/elinks-srcbuild-
2025-08-20T20:05:57.3591434Z 
2025-08-20T20:05:57.3632485Z Error: "ghcr.io/pkgforge/bincache/elinks/official/elinks-srcbuild-:": invalid reference: invalid repository "pkgforge/bincache/elinks/official/elinks-srcbuild-"
2025-08-20T20:05:57.3633998Z Please make sure the provided reference is in the form of <registry>/<repo>[:tag|@digest]
2025-08-20T20:05:57.3675361Z ##[group]Run ##Presets
2025-08-20T20:05:57.3675621Z [36;1m##Presets[0m
2025-08-20T20:05:57.3675825Z [36;1mset +x ; set +e[0m
2025-08-20T20:05:57.3676037Z [36;1m#-------------#[0m
2025-08-20T20:05:57.3676240Z [36;1m##Debug?[0m
2025-08-20T20:05:57.3676478Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T20:05:57.3676770Z [36;1m  set -x[0m
2025-08-20T20:05:57.3676956Z [36;1mfi[0m
2025-08-20T20:05:57.3677134Z [36;1m#-------------#[0m
2025-08-20T20:05:57.3677397Z [36;1mUTC_TIME="$(TZ='UTC' date +'%Y_%m_%dT%I_%M_%S_%p')"[0m
2025-08-20T20:05:57.3677749Z [36;1mecho "UTC_TIME=${UTC_TIME}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:05:57.3727479Z shell: /usr/bin/bash -e {0}
2025-08-20T20:05:57.3727715Z env:
2025-08-20T20:05:57.3727901Z   CROSS_COMPILING: NO
2025-08-20T20:05:57.3728127Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T20:05:57.3728359Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T20:05:57.3728574Z   ON_QEMU: NO
2025-08-20T20:05:57.3728788Z   DEBUG: 0
2025-08-20T20:05:57.3728977Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T20:05:57.3729207Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T20:05:57.3729493Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/elinks/official
2025-08-20T20:05:57.3729794Z   KEEP_LOGS: YES
2025-08-20T20:05:57.3729991Z   GITHUB_TEST_BUILD: YES
2025-08-20T20:05:57.3730211Z   PKG_FAMILY_LOCAL: elinks
2025-08-20T20:05:57.3730577Z   SBUILD_REBUILD: false
2025-08-20T20:05:57.3731190Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/elinks/static.official.stable.yaml
2025-08-20T20:05:57.3731951Z   BUILD_SYS: host://soar-dl
2025-08-20T20:05:57.3732173Z   BUILD_ON_HOST: TRUE
2025-08-20T20:05:57.3732368Z   BUILD_SYSTEM: HOST
2025-08-20T20:05:57.3732562Z   SYSTMP: /tmp
2025-08-20T20:05:57.3732748Z   GHA_MODE: MATRIX
2025-08-20T20:05:57.3733185Z   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-20T20:05:57.3733713Z   INPUT_SBUILD: /tmp/pkgforge/FLlGUAiuX_build.yaml
2025-08-20T20:05:57.3734038Z   BUILD_DIR: /tmp/pkgforge/qc27x4E_FLlGUAiu_build.yaml
2025-08-20T20:05:57.3734421Z   SBUILD_OUTDIR: /tmp/pkgforge/qc27x4E_FLlGUAiu_build.yaml/SBUILD_OUTDIR
2025-08-20T20:05:57.3734900Z   SBUILD_TMPDIR: /tmp/pkgforge/qc27x4E_FLlGUAiu_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T20:05:57.3735279Z   PKG_TYPE: static
2025-08-20T20:05:57.3735477Z   SBUILD_SUCCESSFUL: YES
2025-08-20T20:05:57.3735683Z   PUSH_SUCCESSFUL: NO
2025-08-20T20:05:57.3735888Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T20:05:57.3736234Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/elinks/official/elinks-srcbuild-
2025-08-20T20:05:57.3736614Z ##[endgroup]
2025-08-20T20:05:57.3906668Z ##[group]Run actions/upload-artifact@v4
2025-08-20T20:05:57.3906976Z with:
2025-08-20T20:05:57.3907175Z   name: Bincache_elinks_x86_64-Linux
2025-08-20T20:05:57.3907479Z   path: /tmp/BUILD.log
/tmp/BUILD_ARTIFACTS.zstd

2025-08-20T20:05:57.3907775Z   compression-level: 0
2025-08-20T20:05:57.3907985Z   retention-days: 30
2025-08-20T20:05:57.3908183Z   overwrite: true
2025-08-20T20:05:57.3908382Z   if-no-files-found: warn
2025-08-20T20:05:57.3908608Z   include-hidden-files: false
2025-08-20T20:05:57.3908828Z env:
2025-08-20T20:05:57.3908995Z   CROSS_COMPILING: NO
2025-08-20T20:05:57.3909200Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T20:05:57.3909419Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T20:05:57.3909642Z   ON_QEMU: NO
2025-08-20T20:05:57.3909817Z   DEBUG: 0
2025-08-20T20:05:57.3909994Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T20:05:57.3910212Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T20:05:57.3910723Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/elinks/official
2025-08-20T20:05:57.3911071Z   KEEP_LOGS: YES
2025-08-20T20:05:57.3911277Z   GITHUB_TEST_BUILD: YES
2025-08-20T20:05:57.3911495Z   PKG_FAMILY_LOCAL: elinks
2025-08-20T20:05:57.3911706Z   SBUILD_REBUILD: false
2025-08-20T20:05:57.3912240Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/elinks/static.official.stable.yaml
2025-08-20T20:05:57.3912809Z   BUILD_SYS: host://soar-dl
2025-08-20T20:05:57.3913025Z   BUILD_ON_HOST: TRUE
2025-08-20T20:05:57.3913215Z   BUILD_SYSTEM: HOST
2025-08-20T20:05:57.3913401Z   SYSTMP: /tmp
2025-08-20T20:05:57.3913580Z   GHA_MODE: MATRIX
2025-08-20T20:05:57.3914011Z   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-20T20:05:57.3914518Z   INPUT_SBUILD: /tmp/pkgforge/FLlGUAiuX_build.yaml
2025-08-20T20:05:57.3914842Z   BUILD_DIR: /tmp/pkgforge/qc27x4E_FLlGUAiu_build.yaml
2025-08-20T20:05:57.3915226Z   SBUILD_OUTDIR: /tmp/pkgforge/qc27x4E_FLlGUAiu_build.yaml/SBUILD_OUTDIR
2025-08-20T20:05:57.3915693Z   SBUILD_TMPDIR: /tmp/pkgforge/qc27x4E_FLlGUAiu_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T20:05:57.3916066Z   PKG_TYPE: static
2025-08-20T20:05:57.3916259Z   SBUILD_SUCCESSFUL: YES
2025-08-20T20:05:57.3916468Z   PUSH_SUCCESSFUL: NO
2025-08-20T20:05:57.3916670Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T20:05:57.3917009Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/elinks/official/elinks-srcbuild-
2025-08-20T20:05:57.3917393Z   UTC_TIME: 2025_08_20T08_05_57_PM
2025-08-20T20:05:57.3917616Z ##[endgroup]
2025-08-20T20:05:57.6110017Z Multiple search paths detected. Calculating the least common ancestor of all paths
2025-08-20T20:05:57.6113637Z The least common ancestor is /tmp. This will be the root directory of the artifact
2025-08-20T20:05:57.6114483Z With the provided path, there will be 2 files uploaded
2025-08-20T20:05:57.8820044Z Artifact name is valid!
2025-08-20T20:05:57.8821358Z Root directory input is valid!
2025-08-20T20:05:58.0222770Z Beginning upload of artifact content to blob storage
2025-08-20T20:05:58.4673213Z Uploaded bytes 359428
2025-08-20T20:05:58.5311105Z Finished uploading artifact content to blob storage!
2025-08-20T20:05:58.5313379Z SHA256 digest of uploaded artifact zip is ad47df1b2950f354986e35bf1cdc155e37f8339ee25fb1ecca7149a2b5e0bea5
2025-08-20T20:05:58.5314150Z Finalizing artifact upload
2025-08-20T20:05:58.6725579Z Artifact Bincache_elinks_x86_64-Linux.zip successfully finalized. Artifact ID 3812723901
2025-08-20T20:05:58.6726901Z Artifact Bincache_elinks_x86_64-Linux has been successfully uploaded! Final size is 359428 bytes. Artifact ID is 3812723901
2025-08-20T20:05:58.6734080Z Artifact download URL: https://github.com/pkgforge/bincache/actions/runs/17107552010/artifacts/3812723901
2025-08-20T20:05:58.6879800Z ##[group]Run actions/attest-build-provenance@v2.4.0
2025-08-20T20:05:58.6880125Z with:
2025-08-20T20:05:58.6880318Z   subject-name: elinks--
2025-08-20T20:05:58.6881342Z   subject-path: "/tmp/BUILD.log"
"/tmp/BUILD_ARTIFACTS.zstd"
/tmp/pkgforge/qc27x4E_FLlGUAiu_build.yaml/SBUILD_OUTDIR/**
!/tmp/pkgforge/qc27x4E_FLlGUAiu_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/**

2025-08-20T20:05:58.6882082Z   show-summary: true
2025-08-20T20:05:58.6882301Z   push-to-registry: false
2025-08-20T20:05:58.6882657Z   github-token: ***
2025-08-20T20:05:58.6882860Z env:
2025-08-20T20:05:58.6883041Z   CROSS_COMPILING: NO
2025-08-20T20:05:58.6883263Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T20:05:58.6883500Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T20:05:58.6883718Z   ON_QEMU: NO
2025-08-20T20:05:58.6883897Z   DEBUG: 0
2025-08-20T20:05:58.6884082Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T20:05:58.6884314Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T20:05:58.6884631Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/elinks/official
2025-08-20T20:05:58.6884937Z   KEEP_LOGS: YES
2025-08-20T20:05:58.6885134Z   GITHUB_TEST_BUILD: YES
2025-08-20T20:05:58.6885354Z   PKG_FAMILY_LOCAL: elinks
2025-08-20T20:05:58.6885575Z   SBUILD_REBUILD: false
2025-08-20T20:05:58.6886118Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/elinks/static.official.stable.yaml
2025-08-20T20:05:58.6886690Z   BUILD_SYS: host://soar-dl
2025-08-20T20:05:58.6886914Z   BUILD_ON_HOST: TRUE
2025-08-20T20:05:58.6887115Z   BUILD_SYSTEM: HOST
2025-08-20T20:05:58.6887315Z   SYSTMP: /tmp
2025-08-20T20:05:58.6887501Z   GHA_MODE: MATRIX
2025-08-20T20:05:58.6887941Z   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-20T20:05:58.6888472Z   INPUT_SBUILD: /tmp/pkgforge/FLlGUAiuX_build.yaml
2025-08-20T20:05:58.6888801Z   BUILD_DIR: /tmp/pkgforge/qc27x4E_FLlGUAiu_build.yaml
2025-08-20T20:05:58.6889200Z   SBUILD_OUTDIR: /tmp/pkgforge/qc27x4E_FLlGUAiu_build.yaml/SBUILD_OUTDIR
2025-08-20T20:05:58.6889690Z   SBUILD_TMPDIR: /tmp/pkgforge/qc27x4E_FLlGUAiu_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T20:05:58.6890087Z   PKG_TYPE: static
2025-08-20T20:05:58.6890293Z   SBUILD_SUCCESSFUL: YES
2025-08-20T20:05:58.6890746Z   PUSH_SUCCESSFUL: NO
2025-08-20T20:05:58.6890969Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T20:05:58.6891330Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/elinks/official/elinks-srcbuild-
2025-08-20T20:05:58.6891721Z   UTC_TIME: 2025_08_20T08_05_57_PM
2025-08-20T20:05:58.6891958Z ##[endgroup]
2025-08-20T20:05:58.6965891Z ##[group]Run actions/attest-build-provenance/predicate@1176ef556905f349f669722abf30bce1a6e16e01
2025-08-20T20:05:58.6966335Z env:
2025-08-20T20:05:58.6966522Z   CROSS_COMPILING: NO
2025-08-20T20:05:58.6966744Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T20:05:58.6966977Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T20:05:58.6967198Z   ON_QEMU: NO
2025-08-20T20:05:58.6967380Z   DEBUG: 0
2025-08-20T20:05:58.6967580Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T20:05:58.6967815Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T20:05:58.6968111Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/elinks/official
2025-08-20T20:05:58.6968604Z   KEEP_LOGS: YES
2025-08-20T20:05:58.6968805Z   GITHUB_TEST_BUILD: YES
2025-08-20T20:05:58.6969028Z   PKG_FAMILY_LOCAL: elinks
2025-08-20T20:05:58.6969247Z   SBUILD_REBUILD: false
2025-08-20T20:05:58.6969800Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/elinks/static.official.stable.yaml
2025-08-20T20:05:58.6970382Z   BUILD_SYS: host://soar-dl
2025-08-20T20:05:58.6970903Z   BUILD_ON_HOST: TRUE
2025-08-20T20:05:58.6971114Z   BUILD_SYSTEM: HOST
2025-08-20T20:05:58.6971320Z   SYSTMP: /tmp
2025-08-20T20:05:58.6971514Z   GHA_MODE: MATRIX
2025-08-20T20:05:58.6971954Z   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-20T20:05:58.6972653Z   INPUT_SBUILD: /tmp/pkgforge/FLlGUAiuX_build.yaml
2025-08-20T20:05:58.6972993Z   BUILD_DIR: /tmp/pkgforge/qc27x4E_FLlGUAiu_build.yaml
2025-08-20T20:05:58.6973396Z   SBUILD_OUTDIR: /tmp/pkgforge/qc27x4E_FLlGUAiu_build.yaml/SBUILD_OUTDIR
2025-08-20T20:05:58.6973898Z   SBUILD_TMPDIR: /tmp/pkgforge/qc27x4E_FLlGUAiu_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T20:05:58.6974291Z   PKG_TYPE: static
2025-08-20T20:05:58.6974494Z   SBUILD_SUCCESSFUL: YES
2025-08-20T20:05:58.6974711Z   PUSH_SUCCESSFUL: NO
2025-08-20T20:05:58.6974922Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T20:05:58.6975276Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/elinks/official/elinks-srcbuild-
2025-08-20T20:05:58.6975667Z   UTC_TIME: 2025_08_20T08_05_57_PM
2025-08-20T20:05:58.6975900Z ##[endgroup]
2025-08-20T20:05:59.4720928Z ##[group]Run actions/attest@ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc
2025-08-20T20:05:59.4721274Z with:
2025-08-20T20:05:59.4721957Z   subject-path: "/tmp/BUILD.log"
"/tmp/BUILD_ARTIFACTS.zstd"
/tmp/pkgforge/qc27x4E_FLlGUAiu_build.yaml/SBUILD_OUTDIR/**
!/tmp/pkgforge/qc27x4E_FLlGUAiu_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/**

2025-08-20T20:05:59.4722684Z   subject-name: elinks--
2025-08-20T20:05:59.4722974Z   predicate-type: https://slsa.dev/provenance/v1
2025-08-20T20:05:59.4725658Z   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/17107552010/attempts/1"}}}
2025-08-20T20:05:59.4728258Z   push-to-registry: false
2025-08-20T20:05:59.4728477Z   show-summary: true
2025-08-20T20:05:59.4728855Z   github-token: ***
2025-08-20T20:05:59.4729066Z env:
2025-08-20T20:05:59.4729247Z   CROSS_COMPILING: NO
2025-08-20T20:05:59.4729466Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T20:05:59.4729695Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T20:05:59.4729921Z   ON_QEMU: NO
2025-08-20T20:05:59.4730101Z   DEBUG: 0
2025-08-20T20:05:59.4730287Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T20:05:59.4730693Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T20:05:59.4730984Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/elinks/official
2025-08-20T20:05:59.4731289Z   KEEP_LOGS: YES
2025-08-20T20:05:59.4731484Z   GITHUB_TEST_BUILD: YES
2025-08-20T20:05:59.4731703Z   PKG_FAMILY_LOCAL: elinks
2025-08-20T20:05:59.4731920Z   SBUILD_REBUILD: false
2025-08-20T20:05:59.4732460Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/elinks/static.official.stable.yaml
2025-08-20T20:05:59.4733028Z   BUILD_SYS: host://soar-dl
2025-08-20T20:05:59.4733251Z   BUILD_ON_HOST: TRUE
2025-08-20T20:05:59.4733454Z   BUILD_SYSTEM: HOST
2025-08-20T20:05:59.4733837Z   SYSTMP: /tmp
2025-08-20T20:05:59.4734022Z   GHA_MODE: MATRIX
2025-08-20T20:05:59.4734467Z   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-20T20:05:59.4734982Z   INPUT_SBUILD: /tmp/pkgforge/FLlGUAiuX_build.yaml
2025-08-20T20:05:59.4735308Z   BUILD_DIR: /tmp/pkgforge/qc27x4E_FLlGUAiu_build.yaml
2025-08-20T20:05:59.4735690Z   SBUILD_OUTDIR: /tmp/pkgforge/qc27x4E_FLlGUAiu_build.yaml/SBUILD_OUTDIR
2025-08-20T20:05:59.4736167Z   SBUILD_TMPDIR: /tmp/pkgforge/qc27x4E_FLlGUAiu_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T20:05:59.4736552Z   PKG_TYPE: static
2025-08-20T20:05:59.4736747Z   SBUILD_SUCCESSFUL: YES
2025-08-20T20:05:59.4736963Z   PUSH_SUCCESSFUL: NO
2025-08-20T20:05:59.4737171Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T20:05:59.4737658Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/elinks/official/elinks-srcbuild-
2025-08-20T20:05:59.4738055Z   UTC_TIME: 2025_08_20T08_05_57_PM
2025-08-20T20:05:59.4738294Z ##[endgroup]
2025-08-20T20:06:00.8316280Z Attestation created for 12 subjects
2025-08-20T20:06:00.8320607Z ##[group][36mAttestation signed using certificate from Public Good Sigstore instance[39m
2025-08-20T20:06:00.8321422Z -----BEGIN CERTIFICATE-----
2025-08-20T20:06:00.8322101Z MIIG7jCCBnWgAwIBAgIUCKr8LVtuMC56DMEDLmDAxNYtyLAwCgYIKoZIzj0EAwMw
2025-08-20T20:06:00.8323073Z NzEVMBMGA1UEChMMc2lnc3RvcmUuZGV2MR4wHAYDVQQDExVzaWdzdG9yZS1pbnRl
2025-08-20T20:06:00.8323685Z cm1lZGlhdGUwHhcNMjUwODIwMjAwNjAwWhcNMjUwODIwMjAxNjAwWjAAMFkwEwYH
2025-08-20T20:06:00.8324294Z KoZIzj0CAQYIKoZIzj0DAQcDQgAElwIhWEn8++FVs32t5dDM3wZKHjqnb4w2vD2T
2025-08-20T20:06:00.8324840Z Ee70kvACzK8Api0mpMnKRPAzt+/9VnRnbepP7CN8S/GbUz23z6OCBZQwggWQMA4G
2025-08-20T20:06:00.8325377Z A1UdDwEB/wQEAwIHgDATBgNVHSUEDDAKBggrBgEFBQcDAzAdBgNVHQ4EFgQUwGmz
2025-08-20T20:06:00.8325951Z tDuLBWgK8k4trHQmwwP/KpwwHwYDVR0jBBgwFoAU39Ppz1YkEZb5qNjpKFWixi4Y
2025-08-20T20:06:00.8326482Z ZD8wZwYDVR0RAQH/BF0wW4ZZaHR0cHM6Ly9naXRodWIuY29tL3BrZ2ZvcmdlL2Jp
2025-08-20T20:06:00.8327042Z bmNhY2hlLy5naXRodWIvd29ya2Zsb3dzL21hdHJpeF9idWlsZHMueWFtbEByZWZz
2025-08-20T20:06:00.8327788Z L2hlYWRzL21haW4wOQYKKwYBBAGDvzABAQQraHR0cHM6Ly90b2tlbi5hY3Rpb25z
2025-08-20T20:06:00.8328357Z LmdpdGh1YnVzZXJjb250ZW50LmNvbTAfBgorBgEEAYO/MAECBBF3b3JrZmxvd19k
2025-08-20T20:06:00.8328909Z aXNwYXRjaDA2BgorBgEEAYO/MAEDBCgzMzhhM2JhZTFiYWIwNWFiYTBhZDRiZmU1
2025-08-20T20:06:00.8329484Z NTgwZDgyZWVhYjNmMjFkMDAGCisGAQQBg78wAQQEIvCfp7Dwn5ug77iPIEJ1aWxk
2025-08-20T20:06:00.8330075Z IFBhY2thZ2Ug8J+TpvCfk4AwHwYKKwYBBAGDvzABBQQRcGtnZm9yZ2UvYmluY2Fj
2025-08-20T20:06:00.8330962Z aGUwHQYKKwYBBAGDvzABBgQPcmVmcy9oZWFkcy9tYWluMDsGCisGAQQBg78wAQgE
2025-08-20T20:06:00.8331543Z LQwraHR0cHM6Ly90b2tlbi5hY3Rpb25zLmdpdGh1YnVzZXJjb250ZW50LmNvbTBp
2025-08-20T20:06:00.8332096Z BgorBgEEAYO/MAEJBFsMWWh0dHBzOi8vZ2l0aHViLmNvbS9wa2dmb3JnZS9iaW5j
2025-08-20T20:06:00.8332631Z YWNoZS8uZ2l0aHViL3dvcmtmbG93cy9tYXRyaXhfYnVpbGRzLnlhbWxAcmVmcy9o
2025-08-20T20:06:00.8333128Z ZWFkcy9tYWluMDgGCisGAQQBg78wAQoEKgwoMzM4YTNiYWUxYmFiMDVhYmEwYWQ0
2025-08-20T20:06:00.8333611Z YmZlNTU4MGQ4MmVlYWIzZjIxZDAdBgorBgEEAYO/MAELBA8MDWdpdGh1Yi1ob3N0
2025-08-20T20:06:00.8334088Z ZWQwNAYKKwYBBAGDvzABDAQmDCRodHRwczovL2dpdGh1Yi5jb20vcGtnZm9yZ2Uv
2025-08-20T20:06:00.8334680Z YmluY2FjaGUwOAYKKwYBBAGDvzABDQQqDCgzMzhhM2JhZTFiYWIwNWFiYTBhZDRi
2025-08-20T20:06:00.8335363Z ZmU1NTgwZDgyZWVhYjNmMjFkMB8GCisGAQQBg78wAQ4EEQwPcmVmcy9oZWFkcy9t
2025-08-20T20:06:00.8335873Z YWluMBkGCisGAQQBg78wAQ8ECwwJODgzNjU1MjMwMCsGCisGAQQBg78wARAEHQwb
2025-08-20T20:06:00.8336521Z aHR0cHM6Ly9naXRodWIuY29tL3BrZ2ZvcmdlMBkGCisGAQQBg78wAREECwwJMTg3
2025-08-20T20:06:00.8337010Z Mjc1MzQzMGkGCisGAQQBg78wARIEWwxZaHR0cHM6Ly9naXRodWIuY29tL3BrZ2Zv
2025-08-20T20:06:00.8337502Z cmdlL2JpbmNhY2hlLy5naXRodWIvd29ya2Zsb3dzL21hdHJpeF9idWlsZHMueWFt
2025-08-20T20:06:00.8338009Z bEByZWZzL2hlYWRzL21haW4wOAYKKwYBBAGDvzABEwQqDCgzMzhhM2JhZTFiYWIw
2025-08-20T20:06:00.8338517Z NWFiYTBhZDRiZmU1NTgwZDgyZWVhYjNmMjFkMCEGCisGAQQBg78wARQEEwwRd29y
2025-08-20T20:06:00.8339016Z a2Zsb3dfZGlzcGF0Y2gwWAYKKwYBBAGDvzABFQRKDEhodHRwczovL2dpdGh1Yi5j
2025-08-20T20:06:00.8339748Z b20vcGtnZm9yZ2UvYmluY2FjaGUvYWN0aW9ucy9ydW5zLzE3MTA3NTUyMDEwL2F0
2025-08-20T20:06:00.8340240Z dGVtcHRzLzEwFgYKKwYBBAGDvzABFgQIDAZwdWJsaWMwgYoGCisGAQQB1nkCBAIE
2025-08-20T20:06:00.8340920Z fAR6AHgAdgDdPTBqxscRMmMZHhyZZzcCokpeuN48rf+HinKALynujgAAAZjJFqBk
2025-08-20T20:06:00.8341425Z AAAEAwBHMEUCIDEYuLF8ZBeDo30CV4ss0Fj+xiYFNGawf8jirCc+MmswAiEAg6/q
2025-08-20T20:06:00.8341916Z Pmj3kD8QZNtaPhQ3qOOiSBx9h7gQQSW/vKSUMnowCgYIKoZIzj0EAwMDZwAwZAIw
2025-08-20T20:06:00.8342369Z BGt9+raqsGr/zY5cMKvARO/h9yWi+Rnv5Y2uZCDCvmH7i2+MrTxunkDs1gjzxtAu
2025-08-20T20:06:00.8342830Z AjApafbhTmR/EocVaOfDpZ4WwU3S0fpiwo2jBBwb1GCEKolDZAcBkUnp+UkEmvVE
2025-08-20T20:06:00.8343413Z 5t0=
2025-08-20T20:06:00.8343701Z -----END CERTIFICATE-----
2025-08-20T20:06:00.8343938Z 
2025-08-20T20:06:00.8344444Z ##[endgroup]
2025-08-20T20:06:00.8345305Z [36mAttestation signature uploaded to Rekor transparency log[39m
2025-08-20T20:06:00.8346040Z https://search.sigstore.dev?logIndex=414184741
2025-08-20T20:06:00.8346760Z [36mAttestation uploaded to repository[39m
2025-08-20T20:06:00.8347182Z https://github.com/pkgforge/bincache/attestations/9871385
2025-08-20T20:06:00.9099699Z ##[group]Run ##Presets
2025-08-20T20:06:00.9099980Z [36;1m##Presets[0m
2025-08-20T20:06:00.9100194Z [36;1mset +x ; set +e[0m
2025-08-20T20:06:00.9100559Z [36;1m#-------------#[0m
2025-08-20T20:06:00.9100789Z [36;1m##Debug?[0m
2025-08-20T20:06:00.9101044Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T20:06:00.9101349Z [36;1m  set -x[0m
2025-08-20T20:06:00.9101545Z [36;1mfi[0m
2025-08-20T20:06:00.9101733Z [36;1m#-------------#[0m
2025-08-20T20:06:00.9102059Z [36;1mif [[ "${GHA_BUILD_FAILED}" == "YES" || "${SBUILD_SUCCESSFUL}" == "NO" ]]; then[0m
2025-08-20T20:06:00.9102602Z [36;1m  echo -e "\n[-] FATAL: Failed to Successfully Build ghcr.io/pkgforge/bincache/elinks/official"[0m
2025-08-20T20:06:00.9103028Z [36;1m exit 1[0m
2025-08-20T20:06:00.9103220Z [36;1mfi[0m
2025-08-20T20:06:00.9150881Z shell: /usr/bin/bash -e {0}
2025-08-20T20:06:00.9151125Z env:
2025-08-20T20:06:00.9151316Z   CROSS_COMPILING: NO
2025-08-20T20:06:00.9151586Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T20:06:00.9151840Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T20:06:00.9152080Z   ON_QEMU: NO
2025-08-20T20:06:00.9152269Z   DEBUG: 0
2025-08-20T20:06:00.9152459Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T20:06:00.9152693Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T20:06:00.9153001Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/elinks/official
2025-08-20T20:06:00.9153311Z   KEEP_LOGS: YES
2025-08-20T20:06:00.9153513Z   GITHUB_TEST_BUILD: YES
2025-08-20T20:06:00.9153740Z   PKG_FAMILY_LOCAL: elinks
2025-08-20T20:06:00.9153966Z   SBUILD_REBUILD: false
2025-08-20T20:06:00.9154517Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/elinks/static.official.stable.yaml
2025-08-20T20:06:00.9155094Z   BUILD_SYS: host://soar-dl
2025-08-20T20:06:00.9155326Z   BUILD_ON_HOST: TRUE
2025-08-20T20:06:00.9155541Z   BUILD_SYSTEM: HOST
2025-08-20T20:06:00.9155743Z   SYSTMP: /tmp
2025-08-20T20:06:00.9155934Z   GHA_MODE: MATRIX
2025-08-20T20:06:00.9156394Z   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-20T20:06:00.9156935Z   INPUT_SBUILD: /tmp/pkgforge/FLlGUAiuX_build.yaml
2025-08-20T20:06:00.9157272Z   BUILD_DIR: /tmp/pkgforge/qc27x4E_FLlGUAiu_build.yaml
2025-08-20T20:06:00.9157675Z   SBUILD_OUTDIR: /tmp/pkgforge/qc27x4E_FLlGUAiu_build.yaml/SBUILD_OUTDIR
2025-08-20T20:06:00.9158165Z   SBUILD_TMPDIR: /tmp/pkgforge/qc27x4E_FLlGUAiu_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T20:06:00.9158554Z   PKG_TYPE: static
2025-08-20T20:06:00.9158760Z   SBUILD_SUCCESSFUL: YES
2025-08-20T20:06:00.9158980Z   PUSH_SUCCESSFUL: NO
2025-08-20T20:06:00.9159191Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T20:06:00.9159547Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/elinks/official/elinks-srcbuild-
2025-08-20T20:06:00.9159945Z   UTC_TIME: 2025_08_20T08_05_57_PM
2025-08-20T20:06:00.9160362Z ##[endgroup]
2025-08-20T20:06:00.9248865Z ##[group]Run ##Presets
2025-08-20T20:06:00.9249139Z [36;1m##Presets[0m
2025-08-20T20:06:00.9249353Z [36;1mset +x ; set +e[0m
2025-08-20T20:06:00.9249574Z [36;1m#-------------#[0m
2025-08-20T20:06:00.9249785Z [36;1m##Debug?[0m
2025-08-20T20:06:00.9250045Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T20:06:00.9250345Z [36;1m  set -x[0m
2025-08-20T20:06:00.9250686Z [36;1mfi[0m
2025-08-20T20:06:00.9250874Z [36;1m#-------------#[0m
2025-08-20T20:06:00.9251125Z [36;1mif [[ "${PUSH_SUCCESSFUL}" == "NO" ]]; then[0m
2025-08-20T20:06:00.9251583Z [36;1m  echo -e "\n[-] FATAL: Failed to Successfully Push ==> ghcr.io/pkgforge/bincache/elinks/official"[0m
2025-08-20T20:06:00.9251999Z [36;1m exit 1[0m
2025-08-20T20:06:00.9252190Z [36;1mfi[0m
2025-08-20T20:06:00.9295346Z shell: /usr/bin/bash -e {0}
2025-08-20T20:06:00.9295590Z env:
2025-08-20T20:06:00.9295780Z   CROSS_COMPILING: NO
2025-08-20T20:06:00.9296015Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T20:06:00.9296283Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T20:06:00.9296507Z   ON_QEMU: NO
2025-08-20T20:06:00.9296691Z   DEBUG: 0
2025-08-20T20:06:00.9296881Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T20:06:00.9297112Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T20:06:00.9297414Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/elinks/official
2025-08-20T20:06:00.9297735Z   KEEP_LOGS: YES
2025-08-20T20:06:00.9297935Z   GITHUB_TEST_BUILD: YES
2025-08-20T20:06:00.9298159Z   PKG_FAMILY_LOCAL: elinks
2025-08-20T20:06:00.9298378Z   SBUILD_REBUILD: false
2025-08-20T20:06:00.9298924Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/elinks/static.official.stable.yaml
2025-08-20T20:06:00.9299511Z   BUILD_SYS: host://soar-dl
2025-08-20T20:06:00.9299742Z   BUILD_ON_HOST: TRUE
2025-08-20T20:06:00.9299947Z   BUILD_SYSTEM: HOST
2025-08-20T20:06:00.9300157Z   SYSTMP: /tmp
2025-08-20T20:06:00.9300348Z   GHA_MODE: MATRIX
2025-08-20T20:06:00.9300931Z   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-20T20:06:00.9301451Z   INPUT_SBUILD: /tmp/pkgforge/FLlGUAiuX_build.yaml
2025-08-20T20:06:00.9301783Z   BUILD_DIR: /tmp/pkgforge/qc27x4E_FLlGUAiu_build.yaml
2025-08-20T20:06:00.9302169Z   SBUILD_OUTDIR: /tmp/pkgforge/qc27x4E_FLlGUAiu_build.yaml/SBUILD_OUTDIR
2025-08-20T20:06:00.9302656Z   SBUILD_TMPDIR: /tmp/pkgforge/qc27x4E_FLlGUAiu_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T20:06:00.9303038Z   PKG_TYPE: static
2025-08-20T20:06:00.9303238Z   SBUILD_SUCCESSFUL: YES
2025-08-20T20:06:00.9303456Z   PUSH_SUCCESSFUL: NO
2025-08-20T20:06:00.9303670Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T20:06:00.9304028Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/elinks/official/elinks-srcbuild-
2025-08-20T20:06:00.9304419Z   UTC_TIME: 2025_08_20T08_05_57_PM
2025-08-20T20:06:00.9304659Z ##[endgroup]
2025-08-20T20:06:00.9365196Z 
2025-08-20T20:06:00.9365647Z [-] FATAL: Failed to Successfully Push ==> ghcr.io/pkgforge/bincache/elinks/official
2025-08-20T20:06:00.9376112Z ##[error]Process completed with exit code 1.
2025-08-20T20:06:00.9415540Z ##[group]Run ##Presets
2025-08-20T20:06:00.9415806Z [36;1m##Presets[0m
2025-08-20T20:06:00.9416016Z [36;1mset +x ; set +e[0m
2025-08-20T20:06:00.9416234Z [36;1m#-------------#[0m
2025-08-20T20:06:00.9416445Z [36;1m##Debug?[0m
2025-08-20T20:06:00.9416703Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T20:06:00.9417009Z [36;1m  set -x[0m
2025-08-20T20:06:00.9417202Z [36;1mfi[0m
2025-08-20T20:06:00.9417388Z [36;1m#-------------#[0m
2025-08-20T20:06:00.9417737Z [36;1m[[ -f "/tmp/GHA_CI_STATUS" && -w "/tmp/GHA_CI_STATUS" ]] && echo "" > "/tmp/GHA_CI_STATUS"[0m
2025-08-20T20:06:00.9418153Z [36;1mif [[ -d "/tmp" && -w "/tmp" ]]; then[0m
2025-08-20T20:06:00.9418470Z [36;1m  echo "EXITED" | tee "/tmp/GHA_CI_STATUS"[0m
2025-08-20T20:06:00.9418751Z [36;1mfi[0m
2025-08-20T20:06:00.9461843Z shell: /usr/bin/bash -e {0}
2025-08-20T20:06:00.9462090Z env:
2025-08-20T20:06:00.9462280Z   CROSS_COMPILING: NO
2025-08-20T20:06:00.9462544Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T20:06:00.9462788Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T20:06:00.9463015Z   ON_QEMU: NO
2025-08-20T20:06:00.9463200Z   DEBUG: 0
2025-08-20T20:06:00.9463388Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T20:06:00.9463634Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T20:06:00.9463967Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/elinks/official
2025-08-20T20:06:00.9464284Z   KEEP_LOGS: YES
2025-08-20T20:06:00.9464485Z   GITHUB_TEST_BUILD: YES
2025-08-20T20:06:00.9464708Z   PKG_FAMILY_LOCAL: elinks
2025-08-20T20:06:00.9464930Z   SBUILD_REBUILD: false
2025-08-20T20:06:00.9465490Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/elinks/static.official.stable.yaml
2025-08-20T20:06:00.9466060Z   BUILD_SYS: host://soar-dl
2025-08-20T20:06:00.9466294Z   BUILD_ON_HOST: TRUE
2025-08-20T20:06:00.9466514Z   BUILD_SYSTEM: HOST
2025-08-20T20:06:00.9466719Z   SYSTMP: /tmp
2025-08-20T20:06:00.9466909Z   GHA_MODE: MATRIX
2025-08-20T20:06:00.9467357Z   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-20T20:06:00.9467877Z   INPUT_SBUILD: /tmp/pkgforge/FLlGUAiuX_build.yaml
2025-08-20T20:06:00.9468209Z   BUILD_DIR: /tmp/pkgforge/qc27x4E_FLlGUAiu_build.yaml
2025-08-20T20:06:00.9468606Z   SBUILD_OUTDIR: /tmp/pkgforge/qc27x4E_FLlGUAiu_build.yaml/SBUILD_OUTDIR
2025-08-20T20:06:00.9469091Z   SBUILD_TMPDIR: /tmp/pkgforge/qc27x4E_FLlGUAiu_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T20:06:00.9469478Z   PKG_TYPE: static
2025-08-20T20:06:00.9469680Z   SBUILD_SUCCESSFUL: YES
2025-08-20T20:06:00.9469897Z   PUSH_SUCCESSFUL: NO
2025-08-20T20:06:00.9470107Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T20:06:00.9470659Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/elinks/official/elinks-srcbuild-
2025-08-20T20:06:00.9471135Z   UTC_TIME: 2025_08_20T08_05_57_PM
2025-08-20T20:06:00.9471378Z ##[endgroup]
2025-08-20T20:06:00.9542140Z EXITED
2025-08-20T20:06:00.9584611Z Cleaning up orphan processes
