﻿2025-08-20T20:19:17.0703530Z Current runner version: '2.328.0'
2025-08-20T20:19:17.0728097Z ##[group]Runner Image Provisioner
2025-08-20T20:19:17.0729258Z Hosted Compute Agent
2025-08-20T20:19:17.0729956Z Version: 20250818.377
2025-08-20T20:19:17.0730596Z Commit: 3c593e9f75fe0b87e893bca80d6e12ba089c61fc
2025-08-20T20:19:17.0731343Z Build Date: 2025-08-18T14:52:18Z
2025-08-20T20:19:17.0731980Z ##[endgroup]
2025-08-20T20:19:17.0732607Z ##[group]Operating System
2025-08-20T20:19:17.0733289Z Ubuntu
2025-08-20T20:19:17.0734106Z 24.04.2
2025-08-20T20:19:17.0734679Z LTS
2025-08-20T20:19:17.0735250Z ##[endgroup]
2025-08-20T20:19:17.0735806Z ##[group]Runner Image
2025-08-20T20:19:17.0736408Z Image: ubuntu-24.04
2025-08-20T20:19:17.0736967Z Version: 20250810.1.0
2025-08-20T20:19:17.0738012Z Included Software: https://github.com/actions/runner-images/blob/ubuntu24/20250810.1/images/ubuntu/Ubuntu2404-Readme.md
2025-08-20T20:19:17.0739629Z Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu24%2F20250810.1
2025-08-20T20:19:17.0740731Z ##[endgroup]
2025-08-20T20:19:17.0742068Z ##[group]GITHUB_TOKEN Permissions
2025-08-20T20:19:17.0744561Z Attestations: write
2025-08-20T20:19:17.0745288Z Contents: write
2025-08-20T20:19:17.0745832Z Metadata: read
2025-08-20T20:19:17.0746424Z Packages: write
2025-08-20T20:19:17.0746947Z ##[endgroup]
2025-08-20T20:19:17.0749201Z Secret source: Actions
2025-08-20T20:19:17.0750057Z Prepare workflow directory
2025-08-20T20:19:17.1188466Z Prepare all required actions
2025-08-20T20:19:17.1243425Z Getting action download info
2025-08-20T20:19:17.4994872Z Download action repository 'docker/setup-qemu-action@v3' (SHA:29109295f81e9208d7d86ff1c6c12d2833863392)
2025-08-20T20:19:17.9989112Z Download action repository 'docker/setup-buildx-action@v3' (SHA:e468171a9de216ec08956ac3ada2f0791b6bd435)
2025-08-20T20:19:18.4809879Z Download action repository 'actions/upload-artifact@v4' (SHA:ea165f8d65b6e75b540449e92b4886f43607fa02)
2025-08-20T20:19:18.6642290Z Download action repository 'actions/attest-build-provenance@v2.4.0' (SHA:e8998f949152b193b063cb0ec769d69d929409be)
2025-08-20T20:19:19.1086687Z Getting action download info
2025-08-20T20:19:19.2493763Z Download action repository 'actions/attest-build-provenance@1176ef556905f349f669722abf30bce1a6e16e01' (SHA:1176ef556905f349f669722abf30bce1a6e16e01)
2025-08-20T20:19:19.6066872Z Download action repository 'actions/attest@ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc' (SHA:ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc)
2025-08-20T20:19:20.0300686Z Complete job name: x86_64-Linux ==> (ghcr.io/pkgforge/bincache/fnm/official)
2025-08-20T20:19:20.0928252Z ##[group]Run ##Presets
2025-08-20T20:19:20.0928794Z [36;1m##Presets[0m
2025-08-20T20:19:20.0929123Z [36;1mset +x ; set +e[0m
2025-08-20T20:19:20.0929468Z [36;1m#-------------#[0m
2025-08-20T20:19:20.0929909Z [36;1mif [[ "$(uname -m | tr -d '[:space:]')" == "aarch64" ]]; then[0m
2025-08-20T20:19:20.0930411Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "aarch64-Linux" ]]; then[0m
2025-08-20T20:19:20.0930919Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T20:19:20.0931373Z [36;1m  fi[0m
2025-08-20T20:19:20.0931763Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "loongarch64" ]]; then[0m
2025-08-20T20:19:20.0932285Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "loongarch64-Linux" ]]; then[0m
2025-08-20T20:19:20.0932771Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T20:19:20.0933165Z [36;1m  fi[0m
2025-08-20T20:19:20.0933540Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "riscv64" ]]; then[0m
2025-08-20T20:19:20.0934268Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "riscv64-Linux" ]]; then[0m
2025-08-20T20:19:20.0934741Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T20:19:20.0935135Z [36;1m  fi[0m
2025-08-20T20:19:20.0935503Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "x86_64" ]]; then[0m
2025-08-20T20:19:20.0936099Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "x86_64-Linux" ]]; then[0m
2025-08-20T20:19:20.0936814Z [36;1m     if [[ "ALL" == "riscv64-Linux" ||\[0m
2025-08-20T20:19:20.0937240Z [36;1m           "ALL" == "loongarch64-Linux" ]]; then[0m
2025-08-20T20:19:20.0937696Z [36;1m       echo "CONTINUE_GHRUN=TRUE" >> "${GITHUB_ENV}"[0m
2025-08-20T20:19:20.0938117Z [36;1m     else[0m
2025-08-20T20:19:20.0938522Z [36;1m       echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T20:19:20.0938917Z [36;1m     fi[0m
2025-08-20T20:19:20.0939200Z [36;1m  fi[0m
2025-08-20T20:19:20.0939479Z [36;1mfi[0m
2025-08-20T20:19:20.1010123Z shell: /usr/bin/bash -e {0}
2025-08-20T20:19:20.1010831Z env:
2025-08-20T20:19:20.1011970Z   GH_TOKEN: ***
2025-08-20T20:19:20.1012399Z ##[endgroup]
2025-08-20T20:19:20.1326513Z ##[group]Run ##Presets
2025-08-20T20:19:20.1327138Z [36;1m##Presets[0m
2025-08-20T20:19:20.1327557Z [36;1mset +x ; set +e[0m
2025-08-20T20:19:20.1328164Z [36;1m#-------------#[0m
2025-08-20T20:19:20.1328695Z [36;1m# Check if any of the required secrets are missing[0m
2025-08-20T20:19:20.1329488Z [36;1mif [ -z "${RO_GHTOKEN##*[[:space:]]}" ] || [ -z "${RO_GLTOKEN##*[[:space:]]}" ] || [ -z "${MINISIGN_KEY##*[[:space:]]}" ]; then[0m
2025-08-20T20:19:20.1330295Z [36;1m  echo "::error::One or more required secrets are missing:"[0m
2025-08-20T20:19:20.1330948Z [36;1m  [ -z "${RO_GHTOKEN##*[[:space:]]}" ] && echo "- RO_GHTOKEN is missing"[0m
2025-08-20T20:19:20.1331551Z [36;1m  [ -z "${RO_GLTOKEN##*[[:space:]]}" ] && echo "- RO_GLTOKEN is missing"[0m
2025-08-20T20:19:20.1332240Z [36;1m  [ -z "${MINISIGN_KEY##*[[:space:]]}" ] && echo "- MINISIGN_KEY is missing"[0m
2025-08-20T20:19:20.1332813Z [36;1m  exit 1[0m
2025-08-20T20:19:20.1333226Z [36;1mfi[0m
2025-08-20T20:19:20.1378443Z shell: /usr/bin/bash -e {0}
2025-08-20T20:19:20.1378954Z env:
2025-08-20T20:19:20.1379632Z   RO_GHTOKEN: ***
2025-08-20T20:19:20.1380164Z   RO_GLTOKEN: ***
2025-08-20T20:19:20.1381711Z   MINISIGN_KEY: ***
2025-08-20T20:19:20.1382102Z ##[endgroup]
2025-08-20T20:19:20.1607510Z ##[group]Run ##Presets
2025-08-20T20:19:20.1608014Z [36;1m##Presets[0m
2025-08-20T20:19:20.1608316Z [36;1mset +x ; set +e[0m
2025-08-20T20:19:20.1608645Z [36;1m#-------------#[0m
2025-08-20T20:19:20.1608973Z [36;1m##Host Triplet[0m
2025-08-20T20:19:20.1609364Z [36;1m if [[ "x86_64-Linux" != "$(uname -m)-$(uname -s)" ]] ; then[0m
2025-08-20T20:19:20.1609810Z [36;1m   export CROSS_COMPILING="YES"[0m
2025-08-20T20:19:20.1610240Z [36;1m   export HOST_TRIPLET_R="$(uname -m)-$(uname -s)"[0m
2025-08-20T20:19:20.1610656Z [36;1m   export ON_QEMU="YES"[0m
2025-08-20T20:19:20.1611056Z [36;1m   if [[ "x86_64-Linux" == "loongarch64-Linux" ]] ; then[0m
2025-08-20T20:19:20.1611508Z [36;1m     export HOST_TRIPLET="loongarch64-Linux"[0m
2025-08-20T20:19:20.1611947Z [36;1m   elif [[ "x86_64-Linux" == "riscv64-Linux" ]] ; then[0m
2025-08-20T20:19:20.1612375Z [36;1m     export HOST_TRIPLET="riscv64-Linux"[0m
2025-08-20T20:19:20.1612733Z [36;1m   fi[0m
2025-08-20T20:19:20.1613125Z [36;1m elif [[ "x86_64-Linux" == "$(uname -m)-$(uname -s)" ]] ; then[0m
2025-08-20T20:19:20.1613566Z [36;1m   export CROSS_COMPILING="NO"[0m
2025-08-20T20:19:20.1614248Z [36;1m   export HOST_TRIPLET="$(uname -m)-$(uname -s)"[0m
2025-08-20T20:19:20.1614704Z [36;1m   export HOST_TRIPLET_R="${HOST_TRIPLET}"[0m
2025-08-20T20:19:20.1615115Z [36;1m   export ON_QEMU="NO"[0m
2025-08-20T20:19:20.1615447Z [36;1m fi[0m
2025-08-20T20:19:20.1615827Z [36;1m echo "CROSS_COMPILING=${CROSS_COMPILING}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:19:20.1616343Z [36;1m echo "HOST_TRIPLET=${HOST_TRIPLET}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:19:20.1616842Z [36;1m echo "HOST_TRIPLET_R=${HOST_TRIPLET_R}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:19:20.1617312Z [36;1m echo "ON_QEMU=${ON_QEMU}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:19:20.1617680Z [36;1m##Debug[0m
2025-08-20T20:19:20.1617989Z [36;1m if [[ "false" == "true" ]] ; then[0m
2025-08-20T20:19:20.1618354Z [36;1m   export DEBUG="1"[0m
2025-08-20T20:19:20.1618679Z [36;1m else[0m
2025-08-20T20:19:20.1618971Z [36;1m   export DEBUG="0"[0m
2025-08-20T20:19:20.1619494Z [36;1m fi[0m
2025-08-20T20:19:20.1619810Z [36;1m echo "DEBUG=${DEBUG}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:19:20.1620196Z [36;1m##Docker Platform[0m
2025-08-20T20:19:20.1620598Z [36;1m if echo "${HOST_TRIPLET}" | grep -qiE "aarch64"; then[0m
2025-08-20T20:19:20.1621030Z [36;1m   DOCKER_PLATFORM="linux/arm64"[0m
2025-08-20T20:19:20.1621474Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "loongarch64"; then[0m
2025-08-20T20:19:20.1621931Z [36;1m   DOCKER_PLATFORM="linux/loong64"[0m
2025-08-20T20:19:20.1622361Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "riscv64"; then[0m
2025-08-20T20:19:20.1622802Z [36;1m   DOCKER_PLATFORM="linux/riscv64"[0m
2025-08-20T20:19:20.1623231Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "x86_64"; then[0m
2025-08-20T20:19:20.1623846Z [36;1m   DOCKER_PLATFORM="linux/amd64"[0m
2025-08-20T20:19:20.1624208Z [36;1m fi[0m
2025-08-20T20:19:20.1624611Z [36;1m echo "DOCKER_PLATFORM_ARCH=${HOST_TRIPLET%%-*}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:19:20.1625159Z [36;1m echo "DOCKER_PLATFORM=${DOCKER_PLATFORM}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:19:20.1625584Z [36;1m##GHCRPKG_URL[0m
2025-08-20T20:19:20.1626180Z [36;1m GHCRPKG_LOCAL="$(echo "ghcr.io/pkgforge/bincache/fnm/official" | tr '[:upper:]' '[:lower:]' | tr -d '[:space:]')"[0m
2025-08-20T20:19:20.1626804Z [36;1m export GHCRPKG_LOCAL[0m
2025-08-20T20:19:20.1627225Z [36;1m echo "GHCRPKG_LOCAL=${GHCRPKG_LOCAL}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:19:20.1627633Z [36;1m##Logs[0m
2025-08-20T20:19:20.1627933Z [36;1m if [[ "true" == "false" ]] ; then[0m
2025-08-20T20:19:20.1628384Z [36;1m   export KEEP_LOGS="NO"[0m
2025-08-20T20:19:20.1628713Z [36;1m else[0m
2025-08-20T20:19:20.1629013Z [36;1m   export KEEP_LOGS="YES"[0m
2025-08-20T20:19:20.1629374Z [36;1m   export GITHUB_TEST_BUILD="YES"[0m
2025-08-20T20:19:20.1629716Z [36;1m fi[0m
2025-08-20T20:19:20.1630230Z [36;1m echo "KEEP_LOGS=${KEEP_LOGS}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:19:20.1630721Z [36;1m echo "GITHUB_TEST_BUILD=${GITHUB_TEST_BUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:19:20.1631178Z [36;1m##PKG_FAMILY_LOCAL[0m
2025-08-20T20:19:20.1631634Z [36;1m PKG_FAMILY_LOCAL="$(echo "fnm" | tr '[:upper:]' '[:lower:]' | tr -d '[:space:]')"[0m
2025-08-20T20:19:20.1632116Z [36;1m export PKG_FAMILY_LOCAL[0m
2025-08-20T20:19:20.1632544Z [36;1m echo "PKG_FAMILY_LOCAL=${PKG_FAMILY_LOCAL}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:19:20.1632971Z [36;1m##Rebuild[0m
2025-08-20T20:19:20.1633298Z [36;1m if [[ "false" == "false" ]] ; then[0m
2025-08-20T20:19:20.1633876Z [36;1m   export SBUILD_REBUILD="false"[0m
2025-08-20T20:19:20.1634234Z [36;1m else[0m
2025-08-20T20:19:20.1634545Z [36;1m   export SBUILD_REBUILD="true"[0m
2025-08-20T20:19:20.1634891Z [36;1m fi[0m
2025-08-20T20:19:20.1635260Z [36;1m echo "SBUILD_REBUILD=${SBUILD_REBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:19:20.1635688Z [36;1m ##SBUILD_URL[0m
2025-08-20T20:19:20.1636225Z [36;1m sudo curl -qfsSL "https://bin.pkgforge.dev/${HOST_TRIPLET_R}/yq" -o "/usr/local/bin/yq" && \[0m
2025-08-20T20:19:20.1636896Z [36;1m   sudo chmod 'a+x' "/usr/local/bin/yq" && command -v yq >/dev/null || exit 1[0m
2025-08-20T20:19:20.1637841Z [36;1m SBUILD_FILE_URL="$(echo "https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/fnm/static.official.stable.yaml" | tr -d '[:space:]')"[0m
2025-08-20T20:19:20.1638688Z [36;1m pushd "$(mktemp -d)" >/dev/null 2>&1[0m
2025-08-20T20:19:20.1639161Z [36;1m   curl -w "(SBUILD) <== %{url}\n" -fL "${SBUILD_FILE_URL}" -o "./SBUILD_INPUT"[0m
2025-08-20T20:19:20.1639715Z [36;1m   if [[ ! -s "./SBUILD_INPUT" || $(stat -c%s "./SBUILD_INPUT") -le 10 ]]; then[0m
2025-08-20T20:19:20.1640252Z [36;1m     echo -e "\n[✗] FATAL: Failed to Fetch ${SBUILD_FILE_URL}\n"[0m
2025-08-20T20:19:20.1640737Z [36;1m     echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T20:19:20.1641119Z [36;1m    exit 1[0m
2025-08-20T20:19:20.1641413Z [36;1m   else[0m
2025-08-20T20:19:20.1641714Z [36;1m     export SBUILD_FILE_URL[0m
2025-08-20T20:19:20.1642296Z [36;1m     echo "SBUILD_FILE_URL=${SBUILD_FILE_URL}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:19:20.1642737Z [36;1m    #Check for x_exec.host[0m
2025-08-20T20:19:20.1643180Z [36;1m     if yq e '.x_exec.host != null' "./SBUILD_INPUT" | grep -qi 'true'; then[0m
2025-08-20T20:19:20.1643818Z [36;1m      #check if supported[0m
2025-08-20T20:19:20.1644322Z [36;1m       if ! yq '.x_exec.host[]' "./SBUILD_INPUT" | grep -v '^#' | grep -qi "${HOST_TRIPLET,,}"; then[0m
2025-08-20T20:19:20.1644977Z [36;1m          echo -e "\n[✗] WARNING: SBUILD (./SBUILD_INPUT) is NOT Supported on ${HOST_TRIPLET}\n"[0m
2025-08-20T20:19:20.1645531Z [36;1m          yq '.x_exec.host[]' "./SBUILD_INPUT"[0m
2025-08-20T20:19:20.1645966Z [36;1m          echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T20:19:20.1646363Z [36;1m         exit 1[0m
2025-08-20T20:19:20.1646665Z [36;1m       fi[0m
2025-08-20T20:19:20.1647005Z [36;1m      #get build system[0m
2025-08-20T20:19:20.1647517Z [36;1m       BUILD_SYS="$(yq '.x_exec.bsys' "./SBUILD_INPUT" | grep -v '^#' | tr -d '"'\''[:space:]')"[0m
2025-08-20T20:19:20.1648023Z [36;1m       export BUILD_SYS[0m
2025-08-20T20:19:20.1648427Z [36;1m       echo "BUILD_SYS=${BUILD_SYS}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:19:20.1648891Z [36;1m       if echo "${BUILD_SYS}" | grep -qi "docker://"; then[0m
2025-08-20T20:19:20.1649349Z [36;1m          echo "BUILD_ON_HOST=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T20:19:20.1649789Z [36;1m          echo "BUILD_SYSTEM=DOCKER" >> "${GITHUB_ENV}"[0m
2025-08-20T20:19:20.1650242Z [36;1m       elif echo "${BUILD_SYS}" | grep -qi "host://"; then[0m
2025-08-20T20:19:20.1650698Z [36;1m          echo "BUILD_ON_HOST=TRUE" >> "${GITHUB_ENV}"[0m
2025-08-20T20:19:20.1651134Z [36;1m          echo "BUILD_SYSTEM=HOST" >> "${GITHUB_ENV}"[0m
2025-08-20T20:19:20.1651509Z [36;1m       fi[0m
2025-08-20T20:19:20.1651790Z [36;1m     fi[0m
2025-08-20T20:19:20.1652203Z [36;1m   fi[0m
2025-08-20T20:19:20.1652516Z [36;1m popd >/dev/null 2>&1[0m
2025-08-20T20:19:20.1699678Z shell: /usr/bin/bash -e {0}
2025-08-20T20:19:20.1700042Z ##[endgroup]
2025-08-20T20:19:20.7301031Z   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2025-08-20T20:19:20.7301666Z                                  Dload  Upload   Total   Spent    Left  Speed
2025-08-20T20:19:20.7301926Z 
2025-08-20T20:19:20.8725548Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2025-08-20T20:19:20.8726716Z 100  2274  100  2274    0     0  15798      0 --:--:-- --:--:-- --:--:-- 15902
2025-08-20T20:19:20.8743384Z (SBUILD) <== https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/fnm/static.official.stable.yaml
2025-08-20T20:19:20.8997176Z ##[group]Run ##Presets
2025-08-20T20:19:20.8997539Z [36;1m##Presets[0m
2025-08-20T20:19:20.8997803Z [36;1mset +x ; set +e[0m
2025-08-20T20:19:20.8998067Z [36;1m#-------------#[0m
2025-08-20T20:19:20.8998330Z [36;1m##Debug?[0m
2025-08-20T20:19:20.8998646Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T20:19:20.8998997Z [36;1m  set -x[0m
2025-08-20T20:19:20.8999232Z [36;1mfi[0m
2025-08-20T20:19:20.8999467Z [36;1m#-------------#[0m
2025-08-20T20:19:20.8999734Z [36;1m##CoreUtils[0m
2025-08-20T20:19:20.8999995Z [36;1msudo apt update -y[0m
2025-08-20T20:19:20.9000400Z [36;1msudo apt install bc coreutils curl dos2unix fdupes jq moreutils wget -y[0m
2025-08-20T20:19:20.9001504Z [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:19:20.9002489Z [36;1m##tmp[0m
2025-08-20T20:19:20.9002820Z [36;1mSYSTMP="$(dirname $(mktemp -u))" && export SYSTMP="${SYSTMP}"[0m
2025-08-20T20:19:20.9003196Z [36;1m#GH ENV[0m
2025-08-20T20:19:20.9003476Z [36;1mecho "SYSTMP=${SYSTMP}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:19:20.9004270Z [36;1mecho "GHA_MODE=MATRIX" >> "${GITHUB_ENV}"[0m
2025-08-20T20:19:20.9004593Z [36;1m#-------------#[0m
2025-08-20T20:19:20.9004862Z [36;1mmkdir -p "${HOME}/bin"[0m
2025-08-20T20:19:20.9005150Z [36;1msudo apt update -y[0m
2025-08-20T20:19:20.9005455Z [36;1msudo apt install dos2unix -y[0m
2025-08-20T20:19:20.9005764Z [36;1m##Setup Minisign[0m
2025-08-20T20:19:20.9006044Z [36;1mmkdir -pv "${HOME}/.minisign"[0m
2025-08-20T20:19:20.9006613Z [36;1mecho "***[0m
2025-08-20T20:19:20.9008039Z [36;1m***" > "${HOME}/.minisign/pkgforge.key"[0m
2025-08-20T20:19:20.9008395Z [36;1m##User-Agent[0m
2025-08-20T20:19:20.9009214Z [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:19:20.9010092Z [36;1mecho "USER_AGENT=${USER_AGENT}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:19:20.9054521Z shell: /usr/bin/bash -e {0}
2025-08-20T20:19:20.9054821Z env:
2025-08-20T20:19:20.9055060Z   CROSS_COMPILING: NO
2025-08-20T20:19:20.9055331Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T20:19:20.9055623Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T20:19:20.9055893Z   ON_QEMU: NO
2025-08-20T20:19:20.9056116Z   DEBUG: 0
2025-08-20T20:19:20.9056356Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T20:19:20.9056638Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T20:19:20.9056972Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/fnm/official
2025-08-20T20:19:20.9057329Z   KEEP_LOGS: YES
2025-08-20T20:19:20.9057646Z   GITHUB_TEST_BUILD: YES
2025-08-20T20:19:20.9057913Z   PKG_FAMILY_LOCAL: fnm
2025-08-20T20:19:20.9058169Z   SBUILD_REBUILD: false
2025-08-20T20:19:20.9058778Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/fnm/static.official.stable.yaml
2025-08-20T20:19:20.9059408Z   BUILD_SYS: host://soar-dl
2025-08-20T20:19:20.9059676Z   BUILD_ON_HOST: TRUE
2025-08-20T20:19:20.9059921Z   BUILD_SYSTEM: HOST
2025-08-20T20:19:20.9060167Z ##[endgroup]
2025-08-20T20:19:20.9533096Z 
2025-08-20T20:19:20.9534514Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T20:19:20.9535370Z 
2025-08-20T20:19:21.0625931Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T20:19:21.1260624Z Hit:2 http://azure.archive.ubuntu.com/ubuntu noble InRelease
2025-08-20T20:19:21.1282820Z Hit:6 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T20:19:21.1296390Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble-updates InRelease [126 kB]
2025-08-20T20:19:21.1733534Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble-backports InRelease [126 kB]
2025-08-20T20:19:21.1795507Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble-security InRelease [126 kB]
2025-08-20T20:19:21.2374818Z Get:7 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease [3600 B]
2025-08-20T20:19:21.4478177Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 Packages [1349 kB]
2025-08-20T20:19:21.4610886Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble-updates/main Translation-en [268 kB]
2025-08-20T20:19:21.4638297Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 Components [175 kB]
2025-08-20T20:19:21.4658730Z Get:11 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 Packages [1124 kB]
2025-08-20T20:19:21.4717171Z Get:12 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe Translation-en [288 kB]
2025-08-20T20:19:21.4747928Z Get:13 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 Components [377 kB]
2025-08-20T20:19:21.4776982Z Get:14 http://azure.archive.ubuntu.com/ubuntu noble-updates/restricted amd64 Packages [1728 kB]
2025-08-20T20:19:21.4860869Z Get:15 http://azure.archive.ubuntu.com/ubuntu noble-updates/restricted Translation-en [382 kB]
2025-08-20T20:19:21.4892307Z Get:16 http://azure.archive.ubuntu.com/ubuntu noble-updates/restricted amd64 Components [212 B]
2025-08-20T20:19:21.4902807Z Get:17 http://azure.archive.ubuntu.com/ubuntu noble-updates/multiverse amd64 Components [940 B]
2025-08-20T20:19:21.5500338Z Get:18 http://azure.archive.ubuntu.com/ubuntu noble-backports/main amd64 Components [7060 B]
2025-08-20T20:19:21.5523424Z Get:19 http://azure.archive.ubuntu.com/ubuntu noble-backports/universe amd64 Packages [30.2 kB]
2025-08-20T20:19:21.5535277Z Get:20 http://azure.archive.ubuntu.com/ubuntu noble-backports/universe Translation-en [17.4 kB]
2025-08-20T20:19:21.5548348Z Get:21 http://azure.archive.ubuntu.com/ubuntu noble-backports/universe amd64 Components [19.2 kB]
2025-08-20T20:19:21.5562936Z Get:22 http://azure.archive.ubuntu.com/ubuntu noble-backports/restricted amd64 Components [216 B]
2025-08-20T20:19:21.5571585Z Get:23 http://azure.archive.ubuntu.com/ubuntu noble-backports/multiverse amd64 Components [212 B]
2025-08-20T20:19:21.5671989Z Get:24 http://azure.archive.ubuntu.com/ubuntu noble-security/main amd64 Packages [1081 kB]
2025-08-20T20:19:21.5759953Z Get:25 http://azure.archive.ubuntu.com/ubuntu noble-security/main Translation-en [187 kB]
2025-08-20T20:19:21.5771862Z Get:26 http://azure.archive.ubuntu.com/ubuntu noble-security/main amd64 Components [21.6 kB]
2025-08-20T20:19:21.5782524Z Get:27 http://azure.archive.ubuntu.com/ubuntu noble-security/universe amd64 Packages [881 kB]
2025-08-20T20:19:21.5848142Z Get:28 http://azure.archive.ubuntu.com/ubuntu noble-security/universe Translation-en [195 kB]
2025-08-20T20:19:21.5880548Z Get:29 http://azure.archive.ubuntu.com/ubuntu noble-security/universe amd64 Components [52.2 kB]
2025-08-20T20:19:21.5895886Z Get:30 http://azure.archive.ubuntu.com/ubuntu noble-security/restricted amd64 Packages [1625 kB]
2025-08-20T20:19:21.5989242Z Get:31 http://azure.archive.ubuntu.com/ubuntu noble-security/restricted Translation-en [359 kB]
2025-08-20T20:19:21.6455526Z Get:32 http://azure.archive.ubuntu.com/ubuntu noble-security/restricted amd64 Components [212 B]
2025-08-20T20:19:21.6466167Z Get:33 http://azure.archive.ubuntu.com/ubuntu noble-security/multiverse amd64 Components [208 B]
2025-08-20T20:19:21.6487066Z Get:34 https://packages.microsoft.com/ubuntu/24.04/prod noble/main armhf Packages [9870 B]
2025-08-20T20:19:21.6539522Z Get:35 https://packages.microsoft.com/ubuntu/24.04/prod noble/main amd64 Packages [48.0 kB]
2025-08-20T20:19:21.6581368Z Get:36 https://packages.microsoft.com/ubuntu/24.04/prod noble/main arm64 Packages [33.2 kB]
2025-08-20T20:19:30.0715170Z Fetched 10.6 MB in 1s (7199 kB/s)
2025-08-20T20:19:30.8382889Z Reading package lists...
2025-08-20T20:19:31.0465322Z Building dependency tree...
2025-08-20T20:19:31.0472269Z Reading state information...
2025-08-20T20:19:31.0635807Z 47 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-20T20:19:31.0755637Z 
2025-08-20T20:19:31.0756403Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T20:19:31.0756897Z 
2025-08-20T20:19:31.0905463Z Reading package lists...
2025-08-20T20:19:31.3174663Z Building dependency tree...
2025-08-20T20:19:31.3183303Z Reading state information...
2025-08-20T20:19:31.5866029Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-20T20:19:31.5867243Z bc set to manually installed.
2025-08-20T20:19:31.5867766Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-20T20:19:31.5868466Z curl is already the newest version (8.5.0-2ubuntu10.6).
2025-08-20T20:19:31.5869404Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T20:19:31.5870026Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T20:19:31.5870642Z The following additional packages will be installed:
2025-08-20T20:19:31.5871206Z   libtime-duration-perl
2025-08-20T20:19:31.9357843Z The following NEW packages will be installed:
2025-08-20T20:19:31.9370083Z   dos2unix fdupes libtime-duration-perl moreutils
2025-08-20T20:19:31.9599410Z 0 upgraded, 4 newly installed, 0 to remove and 47 not upgraded.
2025-08-20T20:19:31.9862272Z Need to get 616 kB of archives.
2025-08-20T20:19:31.9863143Z After this operation, 2255 kB of additional disk space will be used.
2025-08-20T20:19:31.9864575Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T20:19:32.0408713Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 fdupes amd64 1:2.3.0-1build1 [46.4 kB]
2025-08-20T20:19:32.0717629Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libtime-duration-perl all 1.21-2 [12.3 kB]
2025-08-20T20:19:32.1017288Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 moreutils amd64 0.69-1 [56.4 kB]
2025-08-20T20:19:32.1316354Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 dos2unix amd64 7.5.1-1 [501 kB]
2025-08-20T20:19:32.4722143Z Fetched 616 kB in 0s (3292 kB/s)
2025-08-20T20:19:32.5322468Z Selecting previously unselected package fdupes.
2025-08-20T20:19:32.6914401Z (Reading database ... 
2025-08-20T20:19:32.6914924Z (Reading database ... 5%
2025-08-20T20:19:32.6915293Z (Reading database ... 10%
2025-08-20T20:19:32.6915643Z (Reading database ... 15%
2025-08-20T20:19:32.6915980Z (Reading database ... 20%
2025-08-20T20:19:32.6916328Z (Reading database ... 25%
2025-08-20T20:19:32.6916689Z (Reading database ... 30%
2025-08-20T20:19:32.6917010Z (Reading database ... 35%
2025-08-20T20:19:32.6917338Z (Reading database ... 40%
2025-08-20T20:19:32.6917636Z (Reading database ... 45%
2025-08-20T20:19:32.6917933Z (Reading database ... 50%
2025-08-20T20:19:33.1218672Z (Reading database ... 55%
2025-08-20T20:19:33.3230250Z (Reading database ... 60%
2025-08-20T20:19:33.6578696Z (Reading database ... 65%
2025-08-20T20:19:33.8170647Z (Reading database ... 70%
2025-08-20T20:19:33.9075755Z (Reading database ... 75%
2025-08-20T20:19:34.5509535Z (Reading database ... 80%
2025-08-20T20:19:36.0879727Z (Reading database ... 85%
2025-08-20T20:19:37.3248267Z (Reading database ... 90%
2025-08-20T20:19:38.4701260Z (Reading database ... 95%
2025-08-20T20:19:38.4701953Z (Reading database ... 100%
2025-08-20T20:19:38.4702757Z (Reading database ... 219881 files and directories currently installed.)
2025-08-20T20:19:38.4752890Z Preparing to unpack .../fdupes_1%3a2.3.0-1build1_amd64.deb ...
2025-08-20T20:19:38.4779033Z Unpacking fdupes (1:2.3.0-1build1) ...
2025-08-20T20:19:38.6092525Z Selecting previously unselected package libtime-duration-perl.
2025-08-20T20:19:38.6232004Z Preparing to unpack .../libtime-duration-perl_1.21-2_all.deb ...
2025-08-20T20:19:38.6241746Z Unpacking libtime-duration-perl (1.21-2) ...
2025-08-20T20:19:38.6791089Z Selecting previously unselected package moreutils.
2025-08-20T20:19:38.6929836Z Preparing to unpack .../moreutils_0.69-1_amd64.deb ...
2025-08-20T20:19:38.6941230Z Unpacking moreutils (0.69-1) ...
2025-08-20T20:19:39.0091705Z Selecting previously unselected package dos2unix.
2025-08-20T20:19:39.0230918Z Preparing to unpack .../dos2unix_7.5.1-1_amd64.deb ...
2025-08-20T20:19:39.0241029Z Unpacking dos2unix (7.5.1-1) ...
2025-08-20T20:19:39.2825441Z Setting up fdupes (1:2.3.0-1build1) ...
2025-08-20T20:19:39.2857773Z Setting up libtime-duration-perl (1.21-2) ...
2025-08-20T20:19:39.2888521Z Setting up dos2unix (7.5.1-1) ...
2025-08-20T20:19:39.2917610Z Setting up moreutils (0.69-1) ...
2025-08-20T20:19:39.2950866Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:20:28.8700469Z 
2025-08-20T20:20:28.8701006Z Running kernel seems to be up-to-date.
2025-08-20T20:20:28.8701481Z 
2025-08-20T20:20:28.8701661Z Restarting services...
2025-08-20T20:20:28.8772074Z 
2025-08-20T20:20:28.8772576Z Service restarts being deferred:
2025-08-20T20:20:28.8773183Z  systemctl restart hosted-compute-agent.service
2025-08-20T20:20:28.8774013Z 
2025-08-20T20:20:28.8774320Z No containers need to be restarted.
2025-08-20T20:20:28.8774809Z 
2025-08-20T20:20:28.8775051Z No user sessions are running outdated binaries.
2025-08-20T20:20:28.8775399Z 
2025-08-20T20:20:28.8775762Z No VM guests are running outdated hypervisor (qemu) binaries on this host.
2025-08-20T20:20:29.7954099Z Reading package lists...
2025-08-20T20:20:29.9733897Z Building dependency tree...
2025-08-20T20:20:29.9741682Z Reading state information...
2025-08-20T20:20:30.1382700Z apt-transport-https is already the newest version (2.8.3).
2025-08-20T20:20:30.1383265Z apt-utils is already the newest version (2.8.3).
2025-08-20T20:20:30.1383911Z apt-utils set to manually installed.
2025-08-20T20:20:30.1384353Z ca-certificates is already the newest version (20240203).
2025-08-20T20:20:30.1384847Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-20T20:20:30.1385355Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T20:20:30.1385894Z gnupg2 is already the newest version (2.4.4-2ubuntu17.3).
2025-08-20T20:20:30.1386392Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T20:20:30.1386872Z moreutils is already the newest version (0.69-1).
2025-08-20T20:20:30.1387509Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-20T20:20:30.1388171Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-20T20:20:30.1388641Z texinfo is already the newest version (7.1-3build2).
2025-08-20T20:20:30.1389092Z tmux is already the newest version (3.4-1ubuntu0.1).
2025-08-20T20:20:30.1389512Z tmux set to manually installed.
2025-08-20T20:20:30.1389933Z util-linux is already the newest version (2.39.3-9ubuntu6.3).
2025-08-20T20:20:30.1390448Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T20:20:30.1390924Z The following additional packages will be installed:
2025-08-20T20:20:30.1391370Z   python3-software-properties
2025-08-20T20:20:30.1391713Z Recommended packages:
2025-08-20T20:20:30.1392003Z   unattended-upgrades
2025-08-20T20:20:30.1652954Z The following NEW packages will be installed:
2025-08-20T20:20:30.1653364Z   rename
2025-08-20T20:20:30.1660974Z The following packages will be upgraded:
2025-08-20T20:20:30.1661757Z   python3-software-properties software-properties-common
2025-08-20T20:20:30.1839210Z 2 upgraded, 1 newly installed, 0 to remove and 45 not upgraded.
2025-08-20T20:20:30.2075511Z Need to get 64.7 kB of archives.
2025-08-20T20:20:30.2076166Z After this operation, 63.5 kB of additional disk space will be used.
2025-08-20T20:20:30.2076906Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T20:20:30.2836952Z 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:20:30.3154541Z 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:20:30.3447066Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 rename all 2.02-1 [20.3 kB]
2025-08-20T20:20:30.6011446Z Fetched 64.7 kB in 0s (437 kB/s)
2025-08-20T20:20:30.6262417Z (Reading database ... 
2025-08-20T20:20:30.6263216Z (Reading database ... 5%
2025-08-20T20:20:30.6264083Z (Reading database ... 10%
2025-08-20T20:20:30.6264912Z (Reading database ... 15%
2025-08-20T20:20:30.6265418Z (Reading database ... 20%
2025-08-20T20:20:30.6265958Z (Reading database ... 25%
2025-08-20T20:20:30.6266436Z (Reading database ... 30%
2025-08-20T20:20:30.6266934Z (Reading database ... 35%
2025-08-20T20:20:30.6267441Z (Reading database ... 40%
2025-08-20T20:20:30.6267926Z (Reading database ... 45%
2025-08-20T20:20:30.6268343Z (Reading database ... 50%
2025-08-20T20:20:30.6375618Z (Reading database ... 55%
2025-08-20T20:20:30.6400497Z (Reading database ... 60%
2025-08-20T20:20:30.6424002Z (Reading database ... 65%
2025-08-20T20:20:30.6461331Z (Reading database ... 70%
2025-08-20T20:20:30.6485108Z (Reading database ... 75%
2025-08-20T20:20:30.6508748Z (Reading database ... 80%
2025-08-20T20:20:30.6665073Z (Reading database ... 85%
2025-08-20T20:20:30.6970368Z (Reading database ... 90%
2025-08-20T20:20:30.7051127Z (Reading database ... 95%
2025-08-20T20:20:30.7051552Z (Reading database ... 100%
2025-08-20T20:20:30.7052054Z (Reading database ... 220050 files and directories currently installed.)
2025-08-20T20:20:30.7098292Z Preparing to unpack .../software-properties-common_0.99.49.3_all.deb ...
2025-08-20T20:20:30.8419499Z Unpacking software-properties-common (0.99.49.3) over (0.99.49.2) ...
2025-08-20T20:20:30.9422018Z Preparing to unpack .../python3-software-properties_0.99.49.3_all.deb ...
2025-08-20T20:20:31.0206836Z Unpacking python3-software-properties (0.99.49.3) over (0.99.49.2) ...
2025-08-20T20:20:31.0476743Z Selecting previously unselected package rename.
2025-08-20T20:20:31.0626982Z Preparing to unpack .../archives/rename_2.02-1_all.deb ...
2025-08-20T20:20:31.0654165Z Unpacking rename (2.02-1) ...
2025-08-20T20:20:31.1084908Z Setting up rename (2.02-1) ...
2025-08-20T20:20:31.1150742Z update-alternatives: using /usr/bin/file-rename to provide /usr/bin/rename (rename) in auto mode
2025-08-20T20:20:31.1173814Z Setting up python3-software-properties (0.99.49.3) ...
2025-08-20T20:20:31.2441005Z Setting up software-properties-common (0.99.49.3) ...
2025-08-20T20:20:31.3460755Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:20:35.3061803Z Processing triggers for dbus (1.14.10-4ubuntu4.1) ...
2025-08-20T20:20:36.9899663Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T20:20:37.0208153Z Hit:2 http://azure.archive.ubuntu.com/ubuntu noble InRelease
2025-08-20T20:20:37.0209021Z Hit:6 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T20:20:37.0218706Z Hit:3 http://azure.archive.ubuntu.com/ubuntu noble-updates InRelease
2025-08-20T20:20:37.0230186Z Hit:4 http://azure.archive.ubuntu.com/ubuntu noble-backports InRelease
2025-08-20T20:20:37.0241872Z Hit:5 http://azure.archive.ubuntu.com/ubuntu noble-security InRelease
2025-08-20T20:20:37.0360726Z Hit:7 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T20:20:38.2059262Z Reading package lists...
2025-08-20T20:20:38.3874714Z Building dependency tree...
2025-08-20T20:20:38.3881270Z Reading state information...
2025-08-20T20:20:38.4058744Z 45 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-20T20:20:38.4211684Z 
2025-08-20T20:20:38.4212759Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T20:20:38.4213341Z 
2025-08-20T20:20:38.4724681Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T20:20:38.5038461Z Hit:2 http://azure.archive.ubuntu.com/ubuntu noble InRelease
2025-08-20T20:20:38.5047209Z Hit:6 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T20:20:38.5052009Z Hit:3 http://azure.archive.ubuntu.com/ubuntu noble-updates InRelease
2025-08-20T20:20:38.5062088Z Hit:4 http://azure.archive.ubuntu.com/ubuntu noble-backports InRelease
2025-08-20T20:20:38.5067760Z Hit:5 http://azure.archive.ubuntu.com/ubuntu noble-security InRelease
2025-08-20T20:20:38.5114399Z Hit:7 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T20:20:39.7419304Z Reading package lists...
2025-08-20T20:20:39.9344705Z Building dependency tree...
2025-08-20T20:20:39.9351037Z Reading state information...
2025-08-20T20:20:39.9516919Z 45 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-20T20:20:39.9631474Z 
2025-08-20T20:20:39.9632008Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T20:20:39.9632519Z 
2025-08-20T20:20:39.9757786Z Reading package lists...
2025-08-20T20:20:40.1835266Z Building dependency tree...
2025-08-20T20:20:40.1844078Z Reading state information...
2025-08-20T20:20:40.4047855Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T20:20:40.4521198Z 0 upgraded, 0 newly installed, 0 to remove and 45 not upgraded.
2025-08-20T20:20:40.4841699Z mkdir: created directory '/home/runner/.minisign'
2025-08-20T20:20:40.5301275Z ##[group]Run ##Presets
2025-08-20T20:20:40.5301699Z [36;1m##Presets[0m
2025-08-20T20:20:40.5302012Z [36;1mset +x ; set +e[0m
2025-08-20T20:20:40.5302359Z [36;1m#-------------#[0m
2025-08-20T20:20:40.5302684Z [36;1m##Debug?[0m
2025-08-20T20:20:40.5303083Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T20:20:40.5303778Z [36;1m  set -x[0m
2025-08-20T20:20:40.5304098Z [36;1mfi[0m
2025-08-20T20:20:40.5304395Z [36;1m#-------------#[0m
2025-08-20T20:20:40.5305429Z [36;1mecho "kernel.apparmor_restrict_unprivileged_userns=0" | sudo tee "/etc/sysctl.d/98-apparmor-unuserns.conf"[0m
2025-08-20T20:20:40.5306509Z [36;1mecho "0" | sudo tee "/proc/sys/kernel/apparmor_restrict_unprivileged_userns"[0m
2025-08-20T20:20:40.5307221Z [36;1msudo service procps restart[0m
2025-08-20T20:20:40.5307700Z [36;1msudo sysctl -p "/etc/sysctl.conf"[0m
2025-08-20T20:20:40.5350487Z shell: /usr/bin/bash -e {0}
2025-08-20T20:20:40.5350725Z env:
2025-08-20T20:20:40.5350942Z   CROSS_COMPILING: NO
2025-08-20T20:20:40.5351155Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T20:20:40.5351383Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T20:20:40.5351593Z   ON_QEMU: NO
2025-08-20T20:20:40.5351764Z   DEBUG: 0
2025-08-20T20:20:40.5351943Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T20:20:40.5352169Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T20:20:40.5352443Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/fnm/official
2025-08-20T20:20:40.5352737Z   KEEP_LOGS: YES
2025-08-20T20:20:40.5352925Z   GITHUB_TEST_BUILD: YES
2025-08-20T20:20:40.5353139Z   PKG_FAMILY_LOCAL: fnm
2025-08-20T20:20:40.5353348Z   SBUILD_REBUILD: false
2025-08-20T20:20:40.5354062Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/fnm/static.official.stable.yaml
2025-08-20T20:20:40.5354625Z   BUILD_SYS: host://soar-dl
2025-08-20T20:20:40.5354842Z   BUILD_ON_HOST: TRUE
2025-08-20T20:20:40.5355039Z   BUILD_SYSTEM: HOST
2025-08-20T20:20:40.5355233Z   SYSTMP: /tmp
2025-08-20T20:20:40.5355417Z   GHA_MODE: MATRIX
2025-08-20T20:20:40.5355856Z   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:20:40.5356339Z ##[endgroup]
2025-08-20T20:20:40.5486001Z kernel.apparmor_restrict_unprivileged_userns=0
2025-08-20T20:20:40.5560634Z 0
2025-08-20T20:20:40.5905111Z vm.max_map_count = 262144
2025-08-20T20:20:40.5905568Z fs.inotify.max_user_watches = 655360
2025-08-20T20:20:40.5905906Z fs.inotify.max_user_instances = 1280
2025-08-20T20:20:40.5906266Z vm.mmap_rnd_bits = 28
2025-08-20T20:20:40.5982378Z ##[group]Run ##Presets
2025-08-20T20:20:40.5982704Z [36;1m##Presets[0m
2025-08-20T20:20:40.5982916Z [36;1mset +x ; set +e[0m
2025-08-20T20:20:40.5983127Z [36;1m#-------------#[0m
2025-08-20T20:20:40.5983322Z [36;1m##Debug?[0m
2025-08-20T20:20:40.5983567Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T20:20:40.5984116Z [36;1m  set -x[0m
2025-08-20T20:20:40.5984301Z [36;1mfi[0m
2025-08-20T20:20:40.5984480Z [36;1m#-------------#[0m
2025-08-20T20:20:40.5984677Z [36;1m##Main[0m
2025-08-20T20:20:40.5984896Z [36;1mpushd "$(mktemp -d)" >/dev/null 2>&1[0m
2025-08-20T20:20:40.5985557Z [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:20:40.5986310Z [36;1m dos2unix --quiet "${SYSTMP}/BUILDER.sh" ; chmod +xwr "${SYSTMP}/BUILDER.sh"[0m
2025-08-20T20:20:40.5986693Z [36;1m ##Run with STDOUT + LOGS[0m
2025-08-20T20:20:40.5986978Z [36;1m  export DEBUG="${DEBUG}"[0m
2025-08-20T20:20:40.5987229Z [36;1m  export KEEP_LOGS="${KEEP_LOGS}"[0m
2025-08-20T20:20:40.5987530Z [36;1m  export PKG_FAMILY_LOCAL="${PKG_FAMILY_LOCAL}"[0m
2025-08-20T20:20:40.5987840Z [36;1m  export GHCRPKG_LOCAL="${GHCRPKG_LOCAL}"[0m
2025-08-20T20:20:40.5988146Z [36;1m  export SBUILD_REBUILD="${SBUILD_REBUILD}"[0m
2025-08-20T20:20:40.5988463Z [36;1m  export GITHUB_TEST_BUILD="${GITHUB_TEST_BUILD}"[0m
2025-08-20T20:20:40.5988758Z [36;1m if [[ "" == "TRUE" ]]; then[0m
2025-08-20T20:20:40.5989089Z [36;1m   sudo podman cp "${SYSTMP}/BUILDER.sh" "${POD_ID}:/tmp/BUILDER.sh"[0m
2025-08-20T20:20:40.5989459Z [36;1m   sudo podman exec -u "runner" -w "/tmp" \[0m
2025-08-20T20:20:40.5989742Z [36;1m     -e DEBUG="${DEBUG}" \[0m
2025-08-20T20:20:40.5990008Z [36;1m     -e GHCR_TOKEN="${GHCR_TOKEN}" \[0m
2025-08-20T20:20:40.5990287Z [36;1m     -e GITHUB_TOKEN="${GITHUB_TOKEN}" \[0m
2025-08-20T20:20:40.5990573Z [36;1m     -e GITLAB_TOKEN="${GITLAB_TOKEN}" \[0m
2025-08-20T20:20:40.5991024Z [36;1m     -e MINISIGN_KEY="${MINISIGN_KEY}" \[0m
2025-08-20T20:20:40.5991299Z [36;1m     -e KEEP_LOGS="${KEEP_LOGS}" \[0m
2025-08-20T20:20:40.5991598Z [36;1m     -e PKG_FAMILY_LOCAL="${PKG_FAMILY_LOCAL}" \[0m
2025-08-20T20:20:40.5991910Z [36;1m     -e GHCRPKG_LOCAL="${GHCRPKG_LOCAL}" \[0m
2025-08-20T20:20:40.5992205Z [36;1m     -e SBUILD_REBUILD="${SBUILD_REBUILD}" \[0m
2025-08-20T20:20:40.5992514Z [36;1m     -e GITHUB_TEST_BUILD="${GITHUB_TEST_BUILD}" \[0m
2025-08-20T20:20:40.5992822Z [36;1m     -e INSIDE_PODMAN="${INSIDE_PODMAN}" \[0m
2025-08-20T20:20:40.5993122Z [36;1m     -e CROSS_COMPILING="${CROSS_COMPILING}" \[0m
2025-08-20T20:20:40.5993425Z [36;1m     -e SBUILD_FILE_URL="${SBUILD_FILE_URL}" \[0m
2025-08-20T20:20:40.5993990Z [36;1m     "${POD_ID}" \[0m
2025-08-20T20:20:40.5994566Z [36;1m     bash -c 'bash "/tmp/BUILDER.sh" "${SBUILD_FILE_URL}" | tee "/tmp/BUILD.log" 2>&1'[0m
2025-08-20T20:20:40.5995197Z [36;1m   sudo podman cp "${POD_ID}:/tmp/BUILD.log" "${SYSTMP}/BUILD.log"[0m
2025-08-20T20:20:40.5995690Z [36;1m   sudo podman cp "${POD_ID}:/tmp/BUILD_ARTIFACTS.zstd" "${SYSTMP}/BUILD_ARTIFACTS.zstd"[0m
2025-08-20T20:20:40.5996162Z [36;1m   sudo podman cp "${POD_ID}:/tmp/GITHUB_ENV" "${SYSTMP}/GITHUB_ENV"[0m
2025-08-20T20:20:40.5996518Z [36;1m   mkdir -p "${SYSTMP}/_POD_BRIDGE"[0m
2025-08-20T20:20:40.5996868Z [36;1m   sudo podman cp "${POD_ID}:/tmp/_POD_BRIDGE/." "${SYSTMP}/_POD_BRIDGE"[0m
2025-08-20T20:20:40.5997510Z [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:20:40.5998310Z [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:20:40.5998843Z [36;1m   cat "${SYSTMP}/GITHUB_ENV" >> "${GITHUB_ENV}"[0m
2025-08-20T20:20:40.5999116Z [36;1m else[0m
2025-08-20T20:20:40.5999621Z [36;1m   bash "${SYSTMP}/BUILDER.sh" "${SBUILD_FILE_URL}" | tee "${SYSTMP}/BUILD.log" 2>&1[0m
2025-08-20T20:20:40.5999989Z [36;1m fi[0m
2025-08-20T20:20:40.6000229Z [36;1m ##Purge Tokens (in case set -x & gh didn't redact)[0m
2025-08-20T20:20:40.6000616Z [36;1m cat "${SYSTMP}/BUILD.log" | ansi2txt > "${SYSTMP}/BUILD.gh.log.txt"[0m
2025-08-20T20:20:40.6001036Z [36;1m sed -i '/.*github_pat.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T20:20:40.6001434Z [36;1m sed -i '/.*ghp_.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T20:20:40.6001827Z [36;1m sed -i '/.*access_key_id.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T20:20:40.6002219Z [36;1m sed -i '/.*token.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T20:20:40.6002625Z [36;1m sed -i '/.*secret_access_key.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T20:20:40.6003033Z [36;1m sed -i '/.*token.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T20:20:40.6003450Z [36;1m sed -i '/.*cloudflarestorage.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T20:20:40.6004069Z [36;1m mv -fv "${SYSTMP}/BUILD.gh.log.txt" "${SYSTMP}/BUILD.log"[0m
2025-08-20T20:20:40.6004387Z [36;1mpopd >/dev/null 2>&1[0m
2025-08-20T20:20:40.6044280Z shell: /usr/bin/bash -e {0}
2025-08-20T20:20:40.6044523Z env:
2025-08-20T20:20:40.6044703Z   CROSS_COMPILING: NO
2025-08-20T20:20:40.6044925Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T20:20:40.6045153Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T20:20:40.6045362Z   ON_QEMU: NO
2025-08-20T20:20:40.6045534Z   DEBUG: 0
2025-08-20T20:20:40.6045723Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T20:20:40.6045944Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T20:20:40.6046214Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/fnm/official
2025-08-20T20:20:40.6046506Z   KEEP_LOGS: YES
2025-08-20T20:20:40.6046697Z   GITHUB_TEST_BUILD: YES
2025-08-20T20:20:40.6046901Z   PKG_FAMILY_LOCAL: fnm
2025-08-20T20:20:40.6047102Z   SBUILD_REBUILD: false
2025-08-20T20:20:40.6047806Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/fnm/static.official.stable.yaml
2025-08-20T20:20:40.6048385Z   BUILD_SYS: host://soar-dl
2025-08-20T20:20:40.6048608Z   BUILD_ON_HOST: TRUE
2025-08-20T20:20:40.6048805Z   BUILD_SYSTEM: HOST
2025-08-20T20:20:40.6048995Z   SYSTMP: /tmp
2025-08-20T20:20:40.6049174Z   GHA_MODE: MATRIX
2025-08-20T20:20:40.6049611Z   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:20:40.6050494Z   GHCR_TOKEN: ***
2025-08-20T20:20:40.6050793Z   GITHUB_TOKEN: ***
2025-08-20T20:20:40.6051126Z   GITLAB_TOKEN: ***
2025-08-20T20:20:40.6052310Z   MINISIGN_KEY: ***
2025-08-20T20:20:40.6052497Z ##[endgroup]
2025-08-20T20:20:40.6556582Z [+] SBUILD Builder Version: 0.2.2
2025-08-20T20:20:40.7603332Z   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2025-08-20T20:20:40.7604299Z                                  Dload  Upload   Total   Spent    Left  Speed
2025-08-20T20:20:40.7604736Z 
2025-08-20T20:20:40.7913806Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2025-08-20T20:20:40.7914527Z 100  2274  100  2274    0     0  72968      0 --:--:-- --:--:-- --:--:-- 73354
2025-08-20T20:20:40.7927570Z (SBUILD) <== https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/fnm/static.official.stable.yaml
2025-08-20T20:20:40.8020408Z 
2025-08-20T20:20:40.8020683Z [+] Building [/tmp/tmp.2Jn8eLCzsM/SBUILD_INPUT] Locally
2025-08-20T20:20:40.8021050Z 
2025-08-20T20:20:40.8035919Z '/tmp/tmp.2Jn8eLCzsM/SBUILD_INPUT' -> '/tmp/pkgforge/1Pv2LfErN_build.yaml'
2025-08-20T20:20:40.9321404Z 
2025-08-20T20:20:40.9321884Z [+] Passwordless sudo is Configured
2025-08-20T20:20:40.9983510Z 
2025-08-20T20:20:40.9995937Z [+] Setting Install Dir (ROOT) :: /usr/local/bin
2025-08-20T20:20:40.9996227Z 
2025-08-20T20:20:41.0508241Z 
2025-08-20T20:20:41.0509746Z [+] Fetching Bins from (Default) :: https://bin.pkgforge.dev/x86_64-Linux
2025-08-20T20:20:41.0510392Z 
2025-08-20T20:20:41.0510405Z 
2025-08-20T20:20:41.0510665Z [+] Installing in Sequential (Slow) Mode [Re Run : export PARALLEL=1 for Speed]
2025-08-20T20:20:41.0510997Z 
2025-08-20T20:20:41.0739822Z [+] Installing: 7z -> 7z
2025-08-20T20:20:41.1995695Z [+] Installing: actionlint -> actionlint
2025-08-20T20:20:41.5992536Z [+] Installing: anew -> anew
2025-08-20T20:20:41.9616260Z [+] Installing: anew-rs -> anew-rs
2025-08-20T20:20:42.3226624Z [+] Installing: ansi2html -> ansi2html
2025-08-20T20:20:42.4088220Z [+] Installing: ansi2txt -> ansi2txt
2025-08-20T20:20:42.8141117Z [+] Installing: archey -> archey
2025-08-20T20:20:42.9623022Z [+] Installing: aria2 -> aria2c
2025-08-20T20:20:43.1187842Z [+] Installing: askalono -> askalono
2025-08-20T20:20:43.2410239Z [+] Installing: bsdtar -> bsdtar
2025-08-20T20:20:43.4053141Z [+] Installing: b3sum -> b3sum
2025-08-20T20:20:43.7865735Z [+] Installing: bita -> bita
2025-08-20T20:20:44.2008179Z [+] Installing: btop -> btop
2025-08-20T20:20:44.5820344Z [+] Installing: chafa -> chafa
2025-08-20T20:20:44.7239741Z [+] Installing: cloudflared -> cloudflared
2025-08-20T20:20:44.9042801Z [+] Installing: croc -> croc
2025-08-20T20:20:45.0466252Z [+] Installing: csvtk -> csvtk
2025-08-20T20:20:45.1955169Z [+] Installing: cutlines -> cutlines
2025-08-20T20:20:45.5647785Z curl: (22) The requested URL returned error: 404
2025-08-20T20:20:45.5689744Z [-] Failed to install cutlines to /usr/local/bin/cutlines
2025-08-20T20:20:45.5690867Z [+] Installing: dbin -> dbin
2025-08-20T20:20:46.1225993Z [+] Installing: dasel -> dasel
2025-08-20T20:20:46.5528083Z [+] Installing: delta -> delta
2025-08-20T20:20:46.9921727Z [+] Installing: ds -> ds
2025-08-20T20:20:47.3595536Z curl: (22) The requested URL returned error: 404
2025-08-20T20:20:47.3638415Z [-] Failed to install ds to /usr/local/bin/ds
2025-08-20T20:20:47.3639295Z [+] Installing: dos2unix -> dos2unix
2025-08-20T20:20:47.4610214Z [+] Installing: duf -> duf
2025-08-20T20:20:47.8959278Z [+] Installing: duplicut -> duplicut
2025-08-20T20:20:48.2716241Z [+] Installing: dust -> dust
2025-08-20T20:20:48.3739401Z [+] Installing: dwarfs-tools -> dwarfs
2025-08-20T20:20:48.7700842Z [+] Installing: dwarfs-tools -> mkdwarfs
2025-08-20T20:20:49.1528885Z [+] Installing: dysk -> dysk
2025-08-20T20:20:49.5615886Z [+] Installing: eget -> eget
2025-08-20T20:20:49.6977308Z [+] Installing: epoch -> epoch
2025-08-20T20:20:50.0903566Z [+] Installing: faketty -> faketty
2025-08-20T20:20:50.4411179Z [+] Installing: fastfetch -> fastfetch
2025-08-20T20:20:50.8308280Z [+] Installing: freeze -> freeze
2025-08-20T20:20:50.9765368Z [+] Installing: fusermount3 -> fusermount
2025-08-20T20:20:51.0660604Z [+] Installing: gdu -> gdu
2025-08-20T20:20:51.2262770Z [+] Installing: gh -> gh
2025-08-20T20:20:51.7247890Z [+] Installing: gitleaks -> gitleaks
2025-08-20T20:20:52.1658856Z [+] Installing: git-sizer -> git-sizer
2025-08-20T20:20:52.5530227Z [+] Installing: glab -> glab
2025-08-20T20:20:53.0240166Z [+] Installing: glow -> glow
2025-08-20T20:20:53.4591949Z [+] Installing: httpx -> httpx
2025-08-20T20:20:53.9497101Z [+] Installing: huggingface-cli -> huggingface-cli
2025-08-20T20:20:54.4416323Z [+] Installing: husarnet -> husarnet
2025-08-20T20:20:54.8056067Z curl: (22) The requested URL returned error: 404
2025-08-20T20:20:54.8094437Z [-] Failed to install husarnet to /usr/local/bin/husarnet
2025-08-20T20:20:54.8095365Z [+] Installing: husarnet-daemon -> husarnet-daemon
2025-08-20T20:20:55.1998529Z curl: (22) The requested URL returned error: 404
2025-08-20T20:20:55.2037279Z [-] Failed to install husarnet-daemon to /usr/local/bin/husarnet-daemon
2025-08-20T20:20:55.2038146Z [+] Installing: imgcat -> imgcat
2025-08-20T20:20:55.6353779Z [+] Installing: jc -> jc
2025-08-20T20:20:55.7817954Z [+] Installing: jq -> jq
2025-08-20T20:20:56.1334111Z [+] Installing: logdy -> logdy
2025-08-20T20:20:56.6232423Z [+] Installing: micro -> micro
2025-08-20T20:20:56.7686646Z [+] Installing: miniserve -> miniserve
2025-08-20T20:20:57.1604308Z [+] Installing: minisign -> minisign
2025-08-20T20:20:57.5107653Z [+] Installing: ncdu -> ncdu
2025-08-20T20:20:57.8767859Z [+] Installing: notify -> notify
2025-08-20T20:20:58.3347295Z [+] Installing: ouch -> ouch
2025-08-20T20:20:58.7158322Z [+] Installing: oras -> oras
2025-08-20T20:20:58.8614624Z [+] Installing: pipetty -> pipetty
2025-08-20T20:20:59.2362146Z [+] Installing: pixterm -> pixterm
2025-08-20T20:20:59.3574276Z [+] Installing: qsv -> qsv
2025-08-20T20:20:59.7750968Z [+] Installing: rclone -> rclone
2025-08-20T20:21:00.3519073Z [+] Installing: ripgrep -> rg
2025-08-20T20:21:00.7761477Z [+] Installing: rga -> rga
2025-08-20T20:21:01.1838496Z [+] Installing: rsync -> rsync
2025-08-20T20:21:01.5796216Z [+] Installing: script -> script
2025-08-20T20:21:01.9397099Z [+] Installing: shellcheck -> shellcheck
2025-08-20T20:21:02.4045484Z [+] Installing: soar -> soar
2025-08-20T20:21:02.8641158Z [+] Installing: speedtest-go -> speedtest-go
2025-08-20T20:21:03.0045345Z [+] Installing: sstrip -> sstrip
2025-08-20T20:21:03.3775699Z [+] Installing: strace -> strace
2025-08-20T20:21:03.4727468Z [+] Installing: sttr -> sttr
2025-08-20T20:21:03.9234792Z [+] Installing: tailscale -> tailscale
2025-08-20T20:21:04.3757555Z [+] Installing: tailscaled -> tailscaled
2025-08-20T20:21:04.8090737Z [+] Installing: taplo -> taplo
2025-08-20T20:21:05.2256639Z [+] Installing: tldr -> tldr
2025-08-20T20:21:05.6076580Z [+] Installing: tldr -> tealdeer
2025-08-20T20:21:05.7306923Z [+] Installing: tmux -> tmux
2025-08-20T20:21:06.1104250Z [+] Installing: tok -> tok
2025-08-20T20:21:06.5029274Z [+] Installing: trufflehog -> trufflehog
2025-08-20T20:21:07.5468587Z [+] Installing: trurl -> trurl
2025-08-20T20:21:07.9230698Z [+] Installing: tss -> tss
2025-08-20T20:21:08.3079003Z [+] Installing: ulexec -> ulexec
2025-08-20T20:21:08.4304435Z [+] Installing: unfurl -> unfurl
2025-08-20T20:21:08.8009070Z [+] Installing: upx -> upx
2025-08-20T20:21:09.1720457Z [+] Installing: validtoml -> validtoml
2025-08-20T20:21:09.2976878Z [+] Installing: wget -> wget
2025-08-20T20:21:09.4137805Z [+] Installing: wget2 -> wget2
2025-08-20T20:21:09.7939453Z [+] Installing: wormhole-rs -> wormhole-rs
2025-08-20T20:21:09.9240186Z [+] Installing: xq -> xq
2025-08-20T20:21:10.0531568Z [+] Installing: xz -> xz
2025-08-20T20:21:10.4144553Z [+] Installing: unxz -> unxz
2025-08-20T20:21:10.8229804Z [+] Installing: yq -> yq
2025-08-20T20:21:11.2740702Z [+] Installing: yj -> yj
2025-08-20T20:21:11.6294395Z [+] Installing: zapper -> zapper
2025-08-20T20:21:11.9946506Z [+] Installing: zapper-stealth -> zproccer
2025-08-20T20:21:12.3598333Z [+] Installing: zerotier-cli -> zerotier-cli
2025-08-20T20:21:12.4351142Z curl: (22) The requested URL returned error: 404
2025-08-20T20:21:12.4385706Z [-] Failed to install zerotier-cli to /usr/local/bin/zerotier-cli
2025-08-20T20:21:12.4386824Z [+] Installing: zerotier-idtool -> zerotier-idtool
2025-08-20T20:21:12.8068926Z curl: (22) The requested URL returned error: 404
2025-08-20T20:21:12.8107190Z [-] Failed to install zerotier-idtool to /usr/local/bin/zerotier-idtool
2025-08-20T20:21:12.8108346Z [+] Installing: zerotier-one -> zerotier-one
2025-08-20T20:21:13.1622415Z curl: (22) The requested URL returned error: 404
2025-08-20T20:21:13.1661597Z [-] Failed to install zerotier-one to /usr/local/bin/zerotier-one
2025-08-20T20:21:13.1662995Z [+] Installing: zstd -> zstd
2025-08-20T20:21:13.5483303Z [+] Creating symlinks...
2025-08-20T20:21:13.5573117Z '/usr/bin/7z' -> '/usr/local/bin/7z'
2025-08-20T20:21:13.5670619Z '/usr/bin/actionlint' -> '/usr/local/bin/actionlint'
2025-08-20T20:21:13.5766778Z '/usr/bin/anew' -> '/usr/local/bin/anew'
2025-08-20T20:21:13.5862090Z '/usr/bin/anew-rs' -> '/usr/local/bin/anew-rs'
2025-08-20T20:21:13.5958543Z '/usr/bin/ansi2html' -> '/usr/local/bin/ansi2html'
2025-08-20T20:21:13.6053964Z '/usr/bin/ansi2txt' -> '/usr/local/bin/ansi2txt'
2025-08-20T20:21:13.6150254Z '/usr/bin/archey' -> '/usr/local/bin/archey'
2025-08-20T20:21:13.6247381Z '/usr/bin/aria2c' -> '/usr/local/bin/aria2c'
2025-08-20T20:21:13.6342149Z '/usr/bin/askalono' -> '/usr/local/bin/askalono'
2025-08-20T20:21:13.6438349Z '/usr/bin/bsdtar' -> '/usr/local/bin/bsdtar'
2025-08-20T20:21:13.6533513Z '/usr/bin/b3sum' -> '/usr/local/bin/b3sum'
2025-08-20T20:21:13.6627969Z '/usr/bin/bita' -> '/usr/local/bin/bita'
2025-08-20T20:21:13.6727134Z '/usr/bin/btop' -> '/usr/local/bin/btop'
2025-08-20T20:21:13.6823184Z '/usr/bin/chafa' -> '/usr/local/bin/chafa'
2025-08-20T20:21:13.6921525Z '/usr/bin/cloudflared' -> '/usr/local/bin/cloudflared'
2025-08-20T20:21:13.7016656Z '/usr/bin/croc' -> '/usr/local/bin/croc'
2025-08-20T20:21:13.7111261Z '/usr/bin/csvtk' -> '/usr/local/bin/csvtk'
2025-08-20T20:21:13.7149511Z [-] Warning: Target /usr/local/bin/cutlines does not exist for symlink cutlines
2025-08-20T20:21:13.7239560Z '/usr/bin/dbin' -> '/usr/local/bin/dbin'
2025-08-20T20:21:13.7336247Z '/usr/bin/dasel' -> '/usr/local/bin/dasel'
2025-08-20T20:21:13.7434156Z '/usr/bin/delta' -> '/usr/local/bin/delta'
2025-08-20T20:21:13.7471535Z [-] Warning: Target /usr/local/bin/ds does not exist for symlink ds
2025-08-20T20:21:13.7559245Z '/usr/bin/dos2unix' -> '/usr/local/bin/dos2unix'
2025-08-20T20:21:13.7655937Z '/usr/bin/duf' -> '/usr/local/bin/duf'
2025-08-20T20:21:13.7752720Z '/usr/bin/duplicut' -> '/usr/local/bin/duplicut'
2025-08-20T20:21:13.7848388Z '/usr/bin/dust' -> '/usr/local/bin/dust'
2025-08-20T20:21:13.7942899Z '/usr/bin/dwarfs' -> '/usr/local/bin/dwarfs'
2025-08-20T20:21:13.8039023Z '/usr/bin/mkdwarfs' -> '/usr/local/bin/mkdwarfs'
2025-08-20T20:21:13.8133464Z '/usr/bin/dysk' -> '/usr/local/bin/dysk'
2025-08-20T20:21:13.8229888Z '/usr/bin/eget' -> '/usr/local/bin/eget'
2025-08-20T20:21:13.8325968Z '/usr/bin/epoch' -> '/usr/local/bin/epoch'
2025-08-20T20:21:13.8423317Z '/usr/bin/faketty' -> '/usr/local/bin/faketty'
2025-08-20T20:21:13.8520814Z '/usr/bin/fastfetch' -> '/usr/local/bin/fastfetch'
2025-08-20T20:21:13.8620347Z '/usr/bin/freeze' -> '/usr/local/bin/freeze'
2025-08-20T20:21:13.8722863Z '/usr/bin/fusermount' -> '/usr/local/bin/fusermount'
2025-08-20T20:21:13.8820666Z '/usr/bin/gdu' -> '/usr/local/bin/gdu'
2025-08-20T20:21:13.8918555Z '/usr/bin/gh' -> '/usr/local/bin/gh'
2025-08-20T20:21:13.9014946Z '/usr/bin/gitleaks' -> '/usr/local/bin/gitleaks'
2025-08-20T20:21:13.9111071Z '/usr/bin/git-sizer' -> '/usr/local/bin/git-sizer'
2025-08-20T20:21:13.9208917Z '/usr/bin/glab' -> '/usr/local/bin/glab'
2025-08-20T20:21:13.9303930Z '/usr/bin/glow' -> '/usr/local/bin/glow'
2025-08-20T20:21:13.9399512Z '/usr/bin/httpx' -> '/usr/local/bin/httpx'
2025-08-20T20:21:13.9494853Z '/home/runner/.local/bin/httpx' -> '/usr/local/bin/httpx'
2025-08-20T20:21:13.9592917Z '/usr/bin/huggingface-cli' -> '/usr/local/bin/huggingface-cli'
2025-08-20T20:21:13.9631295Z [-] Warning: Target /usr/local/bin/husarnet does not exist for symlink husarnet
2025-08-20T20:21:13.9659433Z [-] Warning: Target /usr/local/bin/husarnet-daemon does not exist for symlink husarnet-daemon
2025-08-20T20:21:13.9746311Z '/usr/bin/imgcat' -> '/usr/local/bin/imgcat'
2025-08-20T20:21:13.9841735Z '/usr/bin/jc' -> '/usr/local/bin/jc'
2025-08-20T20:21:13.9938179Z '/usr/bin/jq' -> '/usr/local/bin/jq'
2025-08-20T20:21:14.0035532Z '/usr/bin/logdy' -> '/usr/local/bin/logdy'
2025-08-20T20:21:14.0132641Z '/usr/bin/micro' -> '/usr/local/bin/micro'
2025-08-20T20:21:14.0228370Z '/usr/bin/miniserve' -> '/usr/local/bin/miniserve'
2025-08-20T20:21:14.0323804Z '/usr/bin/minisign' -> '/usr/local/bin/minisign'
2025-08-20T20:21:14.0420632Z '/usr/bin/ncdu' -> '/usr/local/bin/ncdu'
2025-08-20T20:21:14.0518975Z '/usr/bin/notify' -> '/usr/local/bin/notify'
2025-08-20T20:21:14.0616277Z '/usr/bin/ouch' -> '/usr/local/bin/ouch'
2025-08-20T20:21:14.0715168Z '/usr/bin/oras' -> '/usr/local/bin/oras'
2025-08-20T20:21:14.0810375Z '/usr/bin/pipetty' -> '/usr/local/bin/pipetty'
2025-08-20T20:21:14.0906603Z '/usr/bin/pixterm' -> '/usr/local/bin/pixterm'
2025-08-20T20:21:14.1004088Z '/usr/bin/qsv' -> '/usr/local/bin/qsv'
2025-08-20T20:21:14.1100675Z '/usr/bin/rclone' -> '/usr/local/bin/rclone'
2025-08-20T20:21:14.1196727Z '/usr/bin/rg' -> '/usr/local/bin/rg'
2025-08-20T20:21:14.1292667Z '/usr/bin/rga' -> '/usr/local/bin/rga'
2025-08-20T20:21:14.1388516Z '/usr/bin/rsync' -> '/usr/local/bin/rsync'
2025-08-20T20:21:14.1483973Z '/usr/bin/script' -> '/usr/local/bin/script'
2025-08-20T20:21:14.1580477Z '/usr/bin/shellcheck' -> '/usr/local/bin/shellcheck'
2025-08-20T20:21:14.1676061Z '/usr/bin/soar' -> '/usr/local/bin/soar'
2025-08-20T20:21:14.1773719Z '/usr/bin/speedtest-go' -> '/usr/local/bin/speedtest-go'
2025-08-20T20:21:14.1871653Z '/usr/bin/sstrip' -> '/usr/local/bin/sstrip'
2025-08-20T20:21:14.1970036Z '/usr/bin/strace' -> '/usr/local/bin/strace'
2025-08-20T20:21:14.2068507Z '/usr/bin/sttr' -> '/usr/local/bin/sttr'
2025-08-20T20:21:14.2164819Z '/usr/bin/tailscale' -> '/usr/local/bin/tailscale'
2025-08-20T20:21:14.2261811Z '/usr/bin/tailscaled' -> '/usr/local/bin/tailscaled'
2025-08-20T20:21:14.2360419Z '/usr/bin/taplo' -> '/usr/local/bin/taplo'
2025-08-20T20:21:14.2458527Z '/usr/bin/tldr' -> '/usr/local/bin/tldr'
2025-08-20T20:21:14.2555994Z '/usr/bin/tealdeer' -> '/usr/local/bin/tealdeer'
2025-08-20T20:21:14.2652924Z '/usr/bin/tmux' -> '/usr/local/bin/tmux'
2025-08-20T20:21:14.2749739Z '/usr/bin/tok' -> '/usr/local/bin/tok'
2025-08-20T20:21:14.2847957Z '/usr/bin/trufflehog' -> '/usr/local/bin/trufflehog'
2025-08-20T20:21:14.2944609Z '/usr/bin/trurl' -> '/usr/local/bin/trurl'
2025-08-20T20:21:14.3042687Z '/usr/bin/tss' -> '/usr/local/bin/tss'
2025-08-20T20:21:14.3140016Z '/usr/bin/ulexec' -> '/usr/local/bin/ulexec'
2025-08-20T20:21:14.3239776Z '/usr/bin/unfurl' -> '/usr/local/bin/unfurl'
2025-08-20T20:21:14.3342643Z '/usr/bin/upx' -> '/usr/local/bin/upx'
2025-08-20T20:21:14.3443067Z '/usr/bin/validtoml' -> '/usr/local/bin/validtoml'
2025-08-20T20:21:14.3541968Z '/usr/bin/wget' -> '/usr/local/bin/wget'
2025-08-20T20:21:14.3640406Z '/usr/bin/wget2' -> '/usr/local/bin/wget2'
2025-08-20T20:21:14.3739125Z '/usr/bin/wormhole-rs' -> '/usr/local/bin/wormhole-rs'
2025-08-20T20:21:14.3839726Z '/usr/bin/xq' -> '/usr/local/bin/xq'
2025-08-20T20:21:14.3940789Z '/usr/bin/xz' -> '/usr/local/bin/xz'
2025-08-20T20:21:14.4039704Z '/usr/bin/unxz' -> '/usr/local/bin/unxz'
2025-08-20T20:21:14.4138813Z '/usr/bin/yq' -> '/usr/local/bin/yq'
2025-08-20T20:21:14.4234514Z '/usr/bin/yj' -> '/usr/local/bin/yj'
2025-08-20T20:21:14.4331128Z '/usr/bin/zapper' -> '/usr/local/bin/zapper'
2025-08-20T20:21:14.4430787Z '/usr/bin/zproccer' -> '/usr/local/bin/zproccer'
2025-08-20T20:21:14.4468722Z [-] Warning: Target /usr/local/bin/zerotier-cli does not exist for symlink zerotier-cli
2025-08-20T20:21:14.4496562Z [-] Warning: Target /usr/local/bin/zerotier-idtool does not exist for symlink zerotier-idtool
2025-08-20T20:21:14.4524470Z [-] Warning: Target /usr/local/bin/zerotier-one does not exist for symlink zerotier-one
2025-08-20T20:21:14.4616033Z '/usr/bin/zstd' -> '/usr/local/bin/zstd'
2025-08-20T20:21:14.4642395Z 
2025-08-20T20:21:14.4642917Z [!] Failed to install: husarnet cutlines ds zerotier-one zerotier-idtool zerotier-cli husarnet-daemon
2025-08-20T20:21:14.4643502Z 
2025-08-20T20:21:14.4658492Z 
2025-08-20T20:21:14.4752640Z 
2025-08-20T20:21:14.4752987Z [+] Disk Size (/usr/local/bin) :: 930M --> 1.8G
2025-08-20T20:21:14.4753347Z 
2025-08-20T20:21:14.4825309Z [+] Installation completed!
2025-08-20T20:21:14.4825604Z 
2025-08-20T20:21:14.4825763Z [+] GITHUB_TOKEN is Exported
2025-08-20T20:21:14.7749375Z github.com
2025-08-20T20:21:14.7750377Z   ✓ Logged in to github.com account Azathothas (GITHUB_TOKEN)
2025-08-20T20:21:14.7751130Z   - Active account: true
2025-08-20T20:21:14.7751658Z   - Git operations protocol: https
2025-08-20T20:21:14.7752208Z   - Token: ghp_************************************
2025-08-20T20:21:14.7753972Z   - 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:21:14.7755012Z   ! Missing required token scopes: 'repo', 'read:org'
2025-08-20T20:21:14.7755537Z   - To request missing scopes, run: gh auth refresh -h github.com
2025-08-20T20:21:14.9133401Z Limit: 5000, Remaining: 4283, Reset: 2025-08-20 20:25:34 +0000 UTC (4m19s)
2025-08-20T20:21:14.9143945Z 
2025-08-20T20:21:14.9144570Z [+] GHCR_TOKEN is Exported
2025-08-20T20:21:14.9183297Z WARNING! Using --password via the CLI is insecure. Use --password-stdin.
2025-08-20T20:21:15.0643180Z Login Succeeded
2025-08-20T20:21:15.0655134Z 
2025-08-20T20:21:15.0655495Z [+] GITLAB is Exported
2025-08-20T20:21:15.0999102Z [git remote -v]
2025-08-20T20:21:15.3804529Z gitlab.com
2025-08-20T20:21:15.3805309Z   ✓ Logged in to gitlab.com as Ajamx101 (GITLAB_TOKEN)
2025-08-20T20:21:15.3806142Z   ✓ Git operations for gitlab.com configured to use ssh protocol.
2025-08-20T20:21:15.3806945Z   ✓ API calls for gitlab.com are made over https protocol.
2025-08-20T20:21:15.3807676Z   ✓ REST API Endpoint: https://gitlab.com/api/v4/
2025-08-20T20:21:15.3808380Z   ✓ GraphQL Endpoint: https://gitlab.com/api/graphql/
2025-08-20T20:21:15.3809033Z   ✓ Token found: **************************
2025-08-20T20:21:15.3809399Z 
2025-08-20T20:21:15.3810062Z ! One of GITLAB_TOKEN, GITLAB_ACCESS_TOKEN, OAUTH_TOKEN environment variables is set. It will be used for all authentication.
2025-08-20T20:21:15.3811077Z [git remote -v]
2025-08-20T20:21:15.3824973Z 2025/08/20 20:21:15 [Could not determine base repo in telemetry hook:  fatal: not a git repository (or any of the parent directories): .git
2025-08-20T20:21:15.3825903Z git: exit status 128]
2025-08-20T20:21:15.6003847Z 
2025-08-20T20:21:15.6003860Z 
2025-08-20T20:21:15.6004858Z  [+] Started Initializing Linux pkrvmubgrv54qmi 6.11.0-1018-azure x86_64 :: at Wednesday, 2025-08-20 (08:21:15 PM)
2025-08-20T20:21:15.6005316Z 
2025-08-20T20:21:15.6005326Z 
2025-08-20T20:21:15.6005407Z [+] USER = runner
2025-08-20T20:21:15.6005616Z [+] HOME = /home/runner
2025-08-20T20:21:15.6008075Z [+] 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:21:15.6010741Z 
2025-08-20T20:21:15.6680109Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T20:21:15.6996219Z Hit:2 http://azure.archive.ubuntu.com/ubuntu noble InRelease
2025-08-20T20:21:15.7008490Z Hit:3 http://azure.archive.ubuntu.com/ubuntu noble-updates InRelease
2025-08-20T20:21:15.7018015Z Hit:4 http://azure.archive.ubuntu.com/ubuntu noble-backports InRelease
2025-08-20T20:21:15.7028934Z Hit:5 http://azure.archive.ubuntu.com/ubuntu noble-security InRelease
2025-08-20T20:21:15.7200711Z Hit:6 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T20:21:15.7253440Z Hit:7 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T20:21:16.8631639Z Reading package lists...
2025-08-20T20:21:16.8948286Z Reading package lists...
2025-08-20T20:21:17.0634085Z Building dependency tree...
2025-08-20T20:21:17.0641652Z Reading state information...
2025-08-20T20:21:17.2438497Z apt-transport-https is already the newest version (2.8.3).
2025-08-20T20:21:17.2439118Z apt-utils is already the newest version (2.8.3).
2025-08-20T20:21:17.2439572Z ca-certificates is already the newest version (20240203).
2025-08-20T20:21:17.2440036Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-20T20:21:17.2440494Z gnupg2 is already the newest version (2.4.4-2ubuntu17.3).
2025-08-20T20:21:17.2440925Z moreutils is already the newest version (0.69-1).
2025-08-20T20:21:17.2441443Z software-properties-common is already the newest version (0.99.49.3).
2025-08-20T20:21:17.2441998Z util-linux is already the newest version (2.39.3-9ubuntu6.3).
2025-08-20T20:21:17.2442792Z 0 upgraded, 0 newly installed, 0 to remove and 45 not upgraded.
2025-08-20T20:21:17.3019028Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T20:21:17.3338946Z Hit:2 http://azure.archive.ubuntu.com/ubuntu noble InRelease
2025-08-20T20:21:17.3395758Z Hit:3 http://azure.archive.ubuntu.com/ubuntu noble-updates InRelease
2025-08-20T20:21:17.3397009Z Hit:4 http://azure.archive.ubuntu.com/ubuntu noble-backports InRelease
2025-08-20T20:21:17.3397994Z Hit:5 http://azure.archive.ubuntu.com/ubuntu noble-security InRelease
2025-08-20T20:21:17.3408112Z Hit:6 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T20:21:17.3452183Z Hit:7 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T20:21:18.4824218Z Reading package lists...
2025-08-20T20:21:18.5147043Z Reading package lists...
2025-08-20T20:21:18.6776235Z Building dependency tree...
2025-08-20T20:21:18.6784385Z Reading state information...
2025-08-20T20:21:18.8253856Z aria2 is already the newest version (1.37.0+debian-1build3).
2025-08-20T20:21:18.8254730Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T20:21:18.8255491Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-20T20:21:18.8256256Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T20:21:18.8257163Z ca-certificates is already the newest version (20240203).
2025-08-20T20:21:18.8257990Z diffutils is already the newest version (1:3.10-1build1).
2025-08-20T20:21:18.8258697Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T20:21:18.8259286Z gawk is already the newest version (1:5.2.1-2build3).
2025-08-20T20:21:18.8259815Z gawk set to manually installed.
2025-08-20T20:21:18.8260247Z git-lfs is already the newest version (3.7.0).
2025-08-20T20:21:18.8260639Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T20:21:18.8261051Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T20:21:18.8261431Z make is already the newest version (4.3-4.1build2).
2025-08-20T20:21:18.8262162Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-20T20:21:18.8262612Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-20T20:21:18.8263107Z texinfo is already the newest version (7.1-3build2).
2025-08-20T20:21:18.8263750Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T20:21:18.8264236Z The following additional packages will be installed:
2025-08-20T20:21:18.8274285Z   fonts-droid-fallback fonts-noto-mono fonts-urw-base35 ghostscript
2025-08-20T20:21:18.8275181Z   imagemagick-6.q16 libdjvulibre-text libdjvulibre21 libgs-common libgs10
2025-08-20T20:21:18.8276002Z   libgs10-common libhiredis1.1.0 libidn12 libijs-0.35 libimath-3-1-29t64
2025-08-20T20:21:18.8276762Z   libjbig2dec0 libjxr-tools libjxr0t64 libmagickcore-6.q16-7-extra
2025-08-20T20:21:18.8277557Z   libnetpbm11t64 libopenexr-3-1-30 libpaper-utils libpaper1 libwmflite-0.2-7
2025-08-20T20:21:18.8278073Z   netpbm poppler-data xfonts-encodings xfonts-utils
2025-08-20T20:21:18.8278394Z Suggested packages:
2025-08-20T20:21:18.8278697Z   distcc | icecc fonts-noto fonts-freefont-otf | fonts-freefont-ttf
2025-08-20T20:21:18.8279150Z   fonts-texgyre texlive-binaries imagemagick-6-doc autotrace cups-bsd | lpr
2025-08-20T20:21:18.8279623Z   | lprng enscript ffmpeg gimp gnuplot grads graphviz hp2xx html2ps libwmf-bin
2025-08-20T20:21:18.8280091Z   mplayer povray radiance sane-utils texlive-base-bin transfig libraw-bin
2025-08-20T20:21:18.8280548Z   inkscape poppler-utils fonts-japanese-mincho | fonts-ipafont-mincho
2025-08-20T20:21:18.8280984Z   fonts-japanese-gothic | fonts-ipafont-gothic fonts-arphic-ukai
2025-08-20T20:21:18.8281324Z   fonts-arphic-uming fonts-nanum
2025-08-20T20:21:18.8990961Z The following NEW packages will be installed:
2025-08-20T20:21:18.8992688Z   b3sum build-essential ccache fonts-droid-fallback fonts-noto-mono
2025-08-20T20:21:18.8993737Z   fonts-urw-base35 ghostscript imagemagick imagemagick-6.q16 libdjvulibre-text
2025-08-20T20:21:18.8994910Z   libdjvulibre21 libgs-common libgs10 libgs10-common libhiredis1.1.0 libidn12
2025-08-20T20:21:18.8995496Z   libijs-0.35 libimath-3-1-29t64 libjbig2dec0 libjxr-tools libjxr0t64
2025-08-20T20:21:18.8996063Z   libmagickcore-6.q16-7-extra libnetpbm11t64 libopenexr-3-1-30 libpaper-utils
2025-08-20T20:21:18.8998975Z   libpaper1 libtool-bin libwmflite-0.2-7 lzip musl musl-dev musl-tools netpbm
2025-08-20T20:21:18.9000119Z   poppler-data xfonts-encodings xfonts-utils
2025-08-20T20:21:18.9182603Z 0 upgraded, 36 newly installed, 0 to remove and 45 not upgraded.
2025-08-20T20:21:18.9183200Z Need to get 27.5 MB of archives.
2025-08-20T20:21:18.9183744Z After this operation, 93.0 MB of additional disk space will be used.
2025-08-20T20:21:18.9184165Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T20:21:18.9755328Z 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:21:19.1052995Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 poppler-data all 0.4.12-1 [2060 kB]
2025-08-20T20:21:19.2275855Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 b3sum amd64 1.2.0-1 [388 kB]
2025-08-20T20:21:19.2661915Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 build-essential amd64 12.10ubuntu1 [4928 B]
2025-08-20T20:21:19.2963206Z 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:21:19.3252517Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 ccache amd64 4.9.1-1 [592 kB]
2025-08-20T20:21:19.3883894Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 fonts-noto-mono all 20201225-2 [435 kB]
2025-08-20T20:21:19.4478851Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 xfonts-encodings all 1:1.0.5-0ubuntu2 [578 kB]
2025-08-20T20:21:19.5104692Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 xfonts-utils amd64 1:7.7+6build3 [94.4 kB]
2025-08-20T20:21:19.5415476Z Get:11 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 fonts-urw-base35 all 20200910-8 [11.0 MB]
2025-08-20T20:21:19.9575087Z 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:21:19.9911191Z 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:21:20.0561887Z Get:14 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libidn12 amd64 1.42-1build1 [55.9 kB]
2025-08-20T20:21:20.0849651Z 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:21:20.1150087Z Get:16 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libjbig2dec0 amd64 0.20-1build3 [65.0 kB]
2025-08-20T20:21:20.1856262Z Get:17 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libpaper1 amd64 1.1.29build1 [13.4 kB]
2025-08-20T20:21:20.2177977Z 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:21:20.4329285Z 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:21:20.5180197Z 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:21:20.5637258Z 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:21:20.5945871Z 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:21:20.6264546Z 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:21:20.6852098Z 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:21:20.7141578Z Get:25 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libjxr0t64 amd64 1.2~git20170615.f752187-5.1ubuntu2 [181 kB]
2025-08-20T20:21:20.7446444Z 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:21:20.7735708Z 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:21:20.8400208Z 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:21:20.8694948Z 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:21:20.8998869Z Get:30 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libnetpbm11t64 amd64 2:11.05.02-1.1build1 [114 kB]
2025-08-20T20:21:20.9725431Z Get:31 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libpaper-utils amd64 1.1.29build1 [8650 B]
2025-08-20T20:21:21.0032636Z Get:32 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libtool-bin amd64 2.4.7-7build1 [84.1 kB]
2025-08-20T20:21:21.0355451Z Get:33 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 lzip amd64 1.24.1-1build1 [83.1 kB]
2025-08-20T20:21:21.0664688Z Get:34 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 netpbm amd64 2:11.05.02-1.1build1 [2054 kB]
2025-08-20T20:21:21.1876825Z Get:35 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 musl amd64 1.2.4-2 [416 kB]
2025-08-20T20:21:21.2559677Z Get:36 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 musl-dev amd64 1.2.4-2 [616 kB]
2025-08-20T20:21:21.3242065Z Get:37 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 musl-tools amd64 1.2.4-2 [5540 B]
2025-08-20T20:21:21.5764192Z Preconfiguring packages ...
2025-08-20T20:21:21.6364587Z Fetched 27.5 MB in 2s (11.4 MB/s)
2025-08-20T20:21:21.6569459Z Selecting previously unselected package fonts-droid-fallback.
2025-08-20T20:21:21.6622748Z (Reading database ... 
2025-08-20T20:21:21.6623808Z (Reading database ... 5%
2025-08-20T20:21:21.6624197Z (Reading database ... 10%
2025-08-20T20:21:21.6624518Z (Reading database ... 15%
2025-08-20T20:21:21.6624852Z (Reading database ... 20%
2025-08-20T20:21:21.6625201Z (Reading database ... 25%
2025-08-20T20:21:21.6625575Z (Reading database ... 30%
2025-08-20T20:21:21.6625963Z (Reading database ... 35%
2025-08-20T20:21:21.6626370Z (Reading database ... 40%
2025-08-20T20:21:21.6626748Z (Reading database ... 45%
2025-08-20T20:21:21.6627156Z (Reading database ... 50%
2025-08-20T20:21:21.6724863Z (Reading database ... 55%
2025-08-20T20:21:21.6742950Z (Reading database ... 60%
2025-08-20T20:21:21.6764617Z (Reading database ... 65%
2025-08-20T20:21:21.6800969Z (Reading database ... 70%
2025-08-20T20:21:21.6824228Z (Reading database ... 75%
2025-08-20T20:21:21.6846409Z (Reading database ... 80%
2025-08-20T20:21:21.6990851Z (Reading database ... 85%
2025-08-20T20:21:21.7294699Z (Reading database ... 90%
2025-08-20T20:21:21.7372510Z (Reading database ... 95%
2025-08-20T20:21:21.7373040Z (Reading database ... 100%
2025-08-20T20:21:21.7373808Z (Reading database ... 220072 files and directories currently installed.)
2025-08-20T20:21:21.7416895Z Preparing to unpack .../00-fonts-droid-fallback_1%3a6.0.1r16-1.1build1_all.deb ...
2025-08-20T20:21:21.7619163Z Unpacking fonts-droid-fallback (1:6.0.1r16-1.1build1) ...
2025-08-20T20:21:21.9082181Z Selecting previously unselected package poppler-data.
2025-08-20T20:21:21.9219486Z Preparing to unpack .../01-poppler-data_0.4.12-1_all.deb ...
2025-08-20T20:21:21.9229847Z Unpacking poppler-data (0.4.12-1) ...
2025-08-20T20:21:22.0563049Z Selecting previously unselected package b3sum.
2025-08-20T20:21:22.0703941Z Preparing to unpack .../02-b3sum_1.2.0-1_amd64.deb ...
2025-08-20T20:21:22.0713992Z Unpacking b3sum (1.2.0-1) ...
2025-08-20T20:21:22.0985910Z Selecting previously unselected package build-essential.
2025-08-20T20:21:22.1126155Z Preparing to unpack .../03-build-essential_12.10ubuntu1_amd64.deb ...
2025-08-20T20:21:22.1138723Z Unpacking build-essential (12.10ubuntu1) ...
2025-08-20T20:21:22.1376472Z Selecting previously unselected package libhiredis1.1.0:amd64.
2025-08-20T20:21:22.1515390Z Preparing to unpack .../04-libhiredis1.1.0_1.2.0-6ubuntu3_amd64.deb ...
2025-08-20T20:21:22.1538909Z Unpacking libhiredis1.1.0:amd64 (1.2.0-6ubuntu3) ...
2025-08-20T20:21:22.1791272Z Selecting previously unselected package ccache.
2025-08-20T20:21:22.1931934Z Preparing to unpack .../05-ccache_4.9.1-1_amd64.deb ...
2025-08-20T20:21:22.1942117Z Unpacking ccache (4.9.1-1) ...
2025-08-20T20:21:22.2456328Z Selecting previously unselected package fonts-noto-mono.
2025-08-20T20:21:22.2597231Z Preparing to unpack .../06-fonts-noto-mono_20201225-2_all.deb ...
2025-08-20T20:21:22.2607142Z Unpacking fonts-noto-mono (20201225-2) ...
2025-08-20T20:21:22.2879392Z Selecting previously unselected package xfonts-encodings.
2025-08-20T20:21:22.3016094Z Preparing to unpack .../07-xfonts-encodings_1%3a1.0.5-0ubuntu2_all.deb ...
2025-08-20T20:21:22.3026203Z Unpacking xfonts-encodings (1:1.0.5-0ubuntu2) ...
2025-08-20T20:21:22.3382543Z Selecting previously unselected package xfonts-utils.
2025-08-20T20:21:22.3521618Z Preparing to unpack .../08-xfonts-utils_1%3a7.7+6build3_amd64.deb ...
2025-08-20T20:21:22.3540372Z Unpacking xfonts-utils (1:7.7+6build3) ...
2025-08-20T20:21:22.4115343Z Selecting previously unselected package fonts-urw-base35.
2025-08-20T20:21:22.4254923Z Preparing to unpack .../09-fonts-urw-base35_20200910-8_all.deb ...
2025-08-20T20:21:22.4894661Z Unpacking fonts-urw-base35 (20200910-8) ...
2025-08-20T20:21:22.5952315Z Selecting previously unselected package libgs-common.
2025-08-20T20:21:22.6092061Z Preparing to unpack .../10-libgs-common_10.02.1~dfsg1-0ubuntu7.7_all.deb ...
2025-08-20T20:21:22.6103092Z Unpacking libgs-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T20:21:22.6349995Z Selecting previously unselected package libgs10-common.
2025-08-20T20:21:22.6489083Z Preparing to unpack .../11-libgs10-common_10.02.1~dfsg1-0ubuntu7.7_all.deb ...
2025-08-20T20:21:22.6501101Z Unpacking libgs10-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T20:21:22.7213375Z Selecting previously unselected package libidn12:amd64.
2025-08-20T20:21:22.7354842Z Preparing to unpack .../12-libidn12_1.42-1build1_amd64.deb ...
2025-08-20T20:21:22.7365681Z Unpacking libidn12:amd64 (1.42-1build1) ...
2025-08-20T20:21:22.7599654Z Selecting previously unselected package libijs-0.35:amd64.
2025-08-20T20:21:22.7739952Z Preparing to unpack .../13-libijs-0.35_0.35-15.1build1_amd64.deb ...
2025-08-20T20:21:22.7751203Z Unpacking libijs-0.35:amd64 (0.35-15.1build1) ...
2025-08-20T20:21:22.7974782Z Selecting previously unselected package libjbig2dec0:amd64.
2025-08-20T20:21:22.8113230Z Preparing to unpack .../14-libjbig2dec0_0.20-1build3_amd64.deb ...
2025-08-20T20:21:22.8124671Z Unpacking libjbig2dec0:amd64 (0.20-1build3) ...
2025-08-20T20:21:22.8376728Z Selecting previously unselected package libpaper1:amd64.
2025-08-20T20:21:22.8516733Z Preparing to unpack .../15-libpaper1_1.1.29build1_amd64.deb ...
2025-08-20T20:21:22.8527524Z Unpacking libpaper1:amd64 (1.1.29build1) ...
2025-08-20T20:21:22.8775030Z Selecting previously unselected package libgs10:amd64.
2025-08-20T20:21:22.8912989Z Preparing to unpack .../16-libgs10_10.02.1~dfsg1-0ubuntu7.7_amd64.deb ...
2025-08-20T20:21:22.8923337Z Unpacking libgs10:amd64 (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T20:21:23.0001423Z Selecting previously unselected package ghostscript.
2025-08-20T20:21:23.0142164Z Preparing to unpack .../17-ghostscript_10.02.1~dfsg1-0ubuntu7.7_amd64.deb ...
2025-08-20T20:21:23.0155727Z Unpacking ghostscript (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T20:21:23.0468063Z Selecting previously unselected package imagemagick-6.q16.
2025-08-20T20:21:23.0614632Z Preparing to unpack .../18-imagemagick-6.q16_8%3a6.9.12.98+dfsg1-5.2build2_amd64.deb ...
2025-08-20T20:21:23.0634552Z Unpacking imagemagick-6.q16 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T20:21:23.1786731Z Selecting previously unselected package imagemagick.
2025-08-20T20:21:23.1927746Z Preparing to unpack .../19-imagemagick_8%3a6.9.12.98+dfsg1-5.2build2_amd64.deb ...
2025-08-20T20:21:23.1938216Z Unpacking imagemagick (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T20:21:23.2169113Z Selecting previously unselected package libdjvulibre-text.
2025-08-20T20:21:23.2307937Z Preparing to unpack .../20-libdjvulibre-text_3.5.28-2ubuntu0.24.04.1_all.deb ...
2025-08-20T20:21:23.2319376Z Unpacking libdjvulibre-text (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T20:21:23.2576866Z Selecting previously unselected package libdjvulibre21:amd64.
2025-08-20T20:21:23.2715347Z Preparing to unpack .../21-libdjvulibre21_3.5.28-2ubuntu0.24.04.1_amd64.deb ...
2025-08-20T20:21:23.2723727Z Unpacking libdjvulibre21:amd64 (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T20:21:23.3006071Z Selecting previously unselected package libimath-3-1-29t64:amd64.
2025-08-20T20:21:23.3145532Z Preparing to unpack .../22-libimath-3-1-29t64_3.1.9-3.1ubuntu2_amd64.deb ...
2025-08-20T20:21:23.3174349Z Unpacking libimath-3-1-29t64:amd64 (3.1.9-3.1ubuntu2) ...
2025-08-20T20:21:23.3403539Z Selecting previously unselected package libjxr0t64:amd64.
2025-08-20T20:21:23.3544233Z Preparing to unpack .../23-libjxr0t64_1.2~git20170615.f752187-5.1ubuntu2_amd64.deb ...
2025-08-20T20:21:23.3552803Z Unpacking libjxr0t64:amd64 (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T20:21:23.3782077Z Selecting previously unselected package libjxr-tools.
2025-08-20T20:21:23.3921864Z Preparing to unpack .../24-libjxr-tools_1.2~git20170615.f752187-5.1ubuntu2_amd64.deb ...
2025-08-20T20:21:23.3930844Z Unpacking libjxr-tools (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T20:21:23.4141411Z Selecting previously unselected package libopenexr-3-1-30:amd64.
2025-08-20T20:21:23.4281426Z Preparing to unpack .../25-libopenexr-3-1-30_3.1.5-5.1build3_amd64.deb ...
2025-08-20T20:21:23.4290484Z Unpacking libopenexr-3-1-30:amd64 (3.1.5-5.1build3) ...
2025-08-20T20:21:23.4690752Z Selecting previously unselected package libwmflite-0.2-7:amd64.
2025-08-20T20:21:23.4830021Z Preparing to unpack .../26-libwmflite-0.2-7_0.2.13-1.1build3_amd64.deb ...
2025-08-20T20:21:23.4838288Z Unpacking libwmflite-0.2-7:amd64 (0.2.13-1.1build3) ...
2025-08-20T20:21:23.5044985Z Selecting previously unselected package libmagickcore-6.q16-7-extra:amd64.
2025-08-20T20:21:23.5183450Z Preparing to unpack .../27-libmagickcore-6.q16-7-extra_8%3a6.9.12.98+dfsg1-5.2build2_amd64.deb ...
2025-08-20T20:21:23.5196532Z Unpacking libmagickcore-6.q16-7-extra:amd64 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T20:21:23.5635011Z Selecting previously unselected package libnetpbm11t64:amd64.
2025-08-20T20:21:23.5774125Z Preparing to unpack .../28-libnetpbm11t64_2%3a11.05.02-1.1build1_amd64.deb ...
2025-08-20T20:21:23.5783900Z Unpacking libnetpbm11t64:amd64 (2:11.05.02-1.1build1) ...
2025-08-20T20:21:23.5997280Z Selecting previously unselected package libpaper-utils.
2025-08-20T20:21:23.6136350Z Preparing to unpack .../29-libpaper-utils_1.1.29build1_amd64.deb ...
2025-08-20T20:21:23.6154021Z Unpacking libpaper-utils (1.1.29build1) ...
2025-08-20T20:21:23.6350133Z Selecting previously unselected package libtool-bin.
2025-08-20T20:21:23.6490218Z Preparing to unpack .../30-libtool-bin_2.4.7-7build1_amd64.deb ...
2025-08-20T20:21:23.6500426Z Unpacking libtool-bin (2.4.7-7build1) ...
2025-08-20T20:21:23.6731381Z Selecting previously unselected package lzip.
2025-08-20T20:21:23.6870029Z Preparing to unpack .../31-lzip_1.24.1-1build1_amd64.deb ...
2025-08-20T20:21:23.6878253Z Unpacking lzip (1.24.1-1build1) ...
2025-08-20T20:21:23.7105769Z Selecting previously unselected package netpbm.
2025-08-20T20:21:23.7244518Z Preparing to unpack .../32-netpbm_2%3a11.05.02-1.1build1_amd64.deb ...
2025-08-20T20:21:23.7254015Z Unpacking netpbm (2:11.05.02-1.1build1) ...
2025-08-20T20:21:23.9091277Z Selecting previously unselected package musl:amd64.
2025-08-20T20:21:23.9234100Z Preparing to unpack .../33-musl_1.2.4-2_amd64.deb ...
2025-08-20T20:21:23.9242290Z Unpacking musl:amd64 (1.2.4-2) ...
2025-08-20T20:21:23.9546458Z Selecting previously unselected package musl-dev:amd64.
2025-08-20T20:21:23.9688181Z Preparing to unpack .../34-musl-dev_1.2.4-2_amd64.deb ...
2025-08-20T20:21:23.9698418Z Unpacking musl-dev:amd64 (1.2.4-2) ...
2025-08-20T20:21:24.0339452Z Selecting previously unselected package musl-tools.
2025-08-20T20:21:24.0479495Z Preparing to unpack .../35-musl-tools_1.2.4-2_amd64.deb ...
2025-08-20T20:21:24.0488671Z Unpacking musl-tools (1.2.4-2) ...
2025-08-20T20:21:24.0900048Z Setting up libpaper1:amd64 (1.1.29build1) ...
2025-08-20T20:21:24.2370133Z 
2025-08-20T20:21:24.2370869Z Creating config file /etc/papersize with new version
2025-08-20T20:21:24.3214357Z Setting up libtool-bin (2.4.7-7build1) ...
2025-08-20T20:21:24.3237004Z Setting up fonts-noto-mono (20201225-2) ...
2025-08-20T20:21:24.3265956Z Setting up libwmflite-0.2-7:amd64 (0.2.13-1.1build3) ...
2025-08-20T20:21:24.3285804Z Setting up libijs-0.35:amd64 (0.35-15.1build1) ...
2025-08-20T20:21:24.3305363Z Setting up libgs-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T20:21:24.3325916Z Setting up libpaper-utils (1.1.29build1) ...
2025-08-20T20:21:24.3346480Z Setting up libnetpbm11t64:amd64 (2:11.05.02-1.1build1) ...
2025-08-20T20:21:24.3368872Z Setting up poppler-data (0.4.12-1) ...
2025-08-20T20:21:24.3469245Z Setting up libjxr0t64:amd64 (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T20:21:24.3490322Z Setting up libjbig2dec0:amd64 (0.20-1build3) ...
2025-08-20T20:21:24.3514048Z Setting up lzip (1.24.1-1build1) ...
2025-08-20T20:21:24.3572469Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip (lzip) in auto mode
2025-08-20T20:21:24.3618562Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip-compressor (lzip-compressor) in auto mode
2025-08-20T20:21:24.3664031Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip-decompressor (lzip-decompressor) in auto mode
2025-08-20T20:21:24.3683194Z Setting up xfonts-encodings (1:1.0.5-0ubuntu2) ...
2025-08-20T20:21:24.3705796Z Setting up libimath-3-1-29t64:amd64 (3.1.9-3.1ubuntu2) ...
2025-08-20T20:21:24.3725971Z Setting up libidn12:amd64 (1.42-1build1) ...
2025-08-20T20:21:24.3746033Z Setting up netpbm (2:11.05.02-1.1build1) ...
2025-08-20T20:21:24.3767439Z Setting up imagemagick-6.q16 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T20:21:24.3838443Z update-alternatives: using /usr/bin/compare-im6.q16 to provide /usr/bin/compare (compare) in auto mode
2025-08-20T20:21:24.3883198Z update-alternatives: using /usr/bin/compare-im6.q16 to provide /usr/bin/compare-im6 (compare-im6) in auto mode
2025-08-20T20:21:24.3938359Z update-alternatives: using /usr/bin/animate-im6.q16 to provide /usr/bin/animate (animate) in auto mode
2025-08-20T20:21:24.3983397Z update-alternatives: using /usr/bin/animate-im6.q16 to provide /usr/bin/animate-im6 (animate-im6) in auto mode
2025-08-20T20:21:24.4038968Z update-alternatives: using /usr/bin/convert-im6.q16 to provide /usr/bin/convert (convert) in auto mode
2025-08-20T20:21:24.4083464Z update-alternatives: using /usr/bin/convert-im6.q16 to provide /usr/bin/convert-im6 (convert-im6) in auto mode
2025-08-20T20:21:24.4140528Z update-alternatives: using /usr/bin/composite-im6.q16 to provide /usr/bin/composite (composite) in auto mode
2025-08-20T20:21:24.4186234Z update-alternatives: using /usr/bin/composite-im6.q16 to provide /usr/bin/composite-im6 (composite-im6) in auto mode
2025-08-20T20:21:24.4264929Z update-alternatives: using /usr/bin/conjure-im6.q16 to provide /usr/bin/conjure (conjure) in auto mode
2025-08-20T20:21:24.4309867Z update-alternatives: using /usr/bin/conjure-im6.q16 to provide /usr/bin/conjure-im6 (conjure-im6) in auto mode
2025-08-20T20:21:24.4365077Z update-alternatives: using /usr/bin/import-im6.q16 to provide /usr/bin/import (import) in auto mode
2025-08-20T20:21:24.4411498Z update-alternatives: using /usr/bin/import-im6.q16 to provide /usr/bin/import-im6 (import-im6) in auto mode
2025-08-20T20:21:24.4467057Z update-alternatives: using /usr/bin/identify-im6.q16 to provide /usr/bin/identify (identify) in auto mode
2025-08-20T20:21:24.4513161Z update-alternatives: using /usr/bin/identify-im6.q16 to provide /usr/bin/identify-im6 (identify-im6) in auto mode
2025-08-20T20:21:24.4572269Z update-alternatives: using /usr/bin/stream-im6.q16 to provide /usr/bin/stream (stream) in auto mode
2025-08-20T20:21:24.4620101Z update-alternatives: using /usr/bin/stream-im6.q16 to provide /usr/bin/stream-im6 (stream-im6) in auto mode
2025-08-20T20:21:24.4678556Z update-alternatives: using /usr/bin/display-im6.q16 to provide /usr/bin/display (display) in auto mode
2025-08-20T20:21:24.4726298Z update-alternatives: using /usr/bin/display-im6.q16 to provide /usr/bin/display-im6 (display-im6) in auto mode
2025-08-20T20:21:24.4783937Z update-alternatives: using /usr/bin/montage-im6.q16 to provide /usr/bin/montage (montage) in auto mode
2025-08-20T20:21:24.4832276Z update-alternatives: using /usr/bin/montage-im6.q16 to provide /usr/bin/montage-im6 (montage-im6) in auto mode
2025-08-20T20:21:24.4894510Z update-alternatives: using /usr/bin/mogrify-im6.q16 to provide /usr/bin/mogrify (mogrify) in auto mode
2025-08-20T20:21:24.4943457Z update-alternatives: using /usr/bin/mogrify-im6.q16 to provide /usr/bin/mogrify-im6 (mogrify-im6) in auto mode
2025-08-20T20:21:24.4963529Z Setting up b3sum (1.2.0-1) ...
2025-08-20T20:21:24.4988856Z Setting up musl:amd64 (1.2.4-2) ...
2025-08-20T20:21:24.5024776Z Setting up build-essential (12.10ubuntu1) ...
2025-08-20T20:21:24.5046459Z Setting up fonts-droid-fallback (1:6.0.1r16-1.1build1) ...
2025-08-20T20:21:24.5254360Z Setting up libdjvulibre-text (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T20:21:24.5275006Z Setting up libhiredis1.1.0:amd64 (1.2.0-6ubuntu3) ...
2025-08-20T20:21:24.5321134Z Setting up libjxr-tools (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T20:21:24.5341370Z Setting up ccache (4.9.1-1) ...
2025-08-20T20:21:24.5364832Z Updating symlinks in /usr/lib/ccache ...
2025-08-20T20:21:24.5721256Z Setting up libdjvulibre21:amd64 (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T20:21:24.5743807Z Setting up xfonts-utils (1:7.7+6build3) ...
2025-08-20T20:21:24.5786717Z Setting up musl-dev:amd64 (1.2.4-2) ...
2025-08-20T20:21:24.5818447Z Setting up libopenexr-3-1-30:amd64 (3.1.5-5.1build3) ...
2025-08-20T20:21:24.5840610Z Setting up imagemagick (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T20:21:24.5863502Z Setting up libmagickcore-6.q16-7-extra:amd64 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T20:21:24.5885002Z Setting up fonts-urw-base35 (20200910-8) ...
2025-08-20T20:21:24.7967790Z Setting up musl-tools (1.2.4-2) ...
2025-08-20T20:21:24.7988984Z Setting up libgs10-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T20:21:24.8010732Z Setting up libgs10:amd64 (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T20:21:24.8033398Z Setting up ghostscript (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T20:21:24.8102499Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T20:21:25.1787373Z Processing triggers for fontconfig (2.15.0-1.1ubuntu2) ...
2025-08-20T20:21:25.6398470Z Processing triggers for hicolor-icon-theme (0.17-2) ...
2025-08-20T20:21:25.8236012Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T20:21:26.0080750Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:21:33.7605135Z Reading package lists...
2025-08-20T20:21:33.9407745Z Building dependency tree...
2025-08-20T20:21:33.9415487Z Reading state information...
2025-08-20T20:21:34.1165638Z autoconf is already the newest version (2.71-3).
2025-08-20T20:21:34.1166296Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T20:21:34.1166755Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T20:21:34.1167190Z bison is already the newest version (2:3.8.2+dfsg-1build2).
2025-08-20T20:21:34.1167642Z build-essential is already the newest version (12.10ubuntu1).
2025-08-20T20:21:34.1168093Z ca-certificates is already the newest version (20240203).
2025-08-20T20:21:34.1168505Z flex is already the newest version (2.6.4-8.2build1).
2025-08-20T20:21:34.1168888Z file is already the newest version (1:5.45-3build1).
2025-08-20T20:21:34.1169602Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T20:21:34.1170004Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T20:21:34.1170412Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-20T20:21:34.1170816Z patch is already the newest version (2.7.6-7build3).
2025-08-20T20:21:34.1171168Z patch set to manually installed.
2025-08-20T20:21:34.1171523Z patchelf is already the newest version (0.18.0-1.1build1).
2025-08-20T20:21:34.1171948Z pkg-config is already the newest version (1.8.1-2build1).
2025-08-20T20:21:34.1172344Z tree is already the newest version (2.1.1-2ubuntu3).
2025-08-20T20:21:34.1172732Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T20:21:34.1173073Z Suggested packages:
2025-08-20T20:21:34.1173300Z   scons-doc
2025-08-20T20:21:34.1317131Z The following NEW packages will be installed:
2025-08-20T20:21:34.1323393Z   autopoint byacc clang qemu-user-static scons
2025-08-20T20:21:34.1489800Z 0 upgraded, 5 newly installed, 0 to remove and 45 not upgraded.
2025-08-20T20:21:34.1490406Z Need to get 15.8 MB of archives.
2025-08-20T20:21:34.1490753Z After this operation, 140 MB of additional disk space will be used.
2025-08-20T20:21:34.1491158Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T20:21:34.2031116Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 autopoint all 0.21-14ubuntu2 [422 kB]
2025-08-20T20:21:34.2401536Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 clang amd64 1:18.0-59~exp2 [5846 B]
2025-08-20T20:21:34.2691320Z 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:21:34.5126402Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 scons all 4.5.2+dfsg-1 [577 kB]
2025-08-20T20:21:34.5497823Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 byacc amd64 1:2.0.20221106-1 [85.5 kB]
2025-08-20T20:21:34.8091694Z Fetched 15.8 MB in 0s (38.3 MB/s)
2025-08-20T20:21:34.8276859Z Selecting previously unselected package autopoint.
2025-08-20T20:21:34.8332299Z (Reading database ... 
2025-08-20T20:21:34.8332731Z (Reading database ... 5%
2025-08-20T20:21:34.8333114Z (Reading database ... 10%
2025-08-20T20:21:34.8333499Z (Reading database ... 15%
2025-08-20T20:21:34.8334615Z (Reading database ... 20%
2025-08-20T20:21:34.8334991Z (Reading database ... 25%
2025-08-20T20:21:34.8335364Z (Reading database ... 30%
2025-08-20T20:21:34.8335725Z (Reading database ... 35%
2025-08-20T20:21:34.8336077Z (Reading database ... 40%
2025-08-20T20:21:34.8336456Z (Reading database ... 45%
2025-08-20T20:21:34.8336807Z (Reading database ... 50%
2025-08-20T20:21:34.8442141Z (Reading database ... 55%
2025-08-20T20:21:34.8462472Z (Reading database ... 60%
2025-08-20T20:21:34.8486012Z (Reading database ... 65%
2025-08-20T20:21:34.8527662Z (Reading database ... 70%
2025-08-20T20:21:34.8550128Z (Reading database ... 75%
2025-08-20T20:21:34.8576532Z (Reading database ... 80%
2025-08-20T20:21:34.8734208Z (Reading database ... 85%
2025-08-20T20:21:34.9043107Z (Reading database ... 90%
2025-08-20T20:21:34.9125605Z (Reading database ... 95%
2025-08-20T20:21:34.9126035Z (Reading database ... 100%
2025-08-20T20:21:34.9126602Z (Reading database ... 222565 files and directories currently installed.)
2025-08-20T20:21:34.9172422Z Preparing to unpack .../autopoint_0.21-14ubuntu2_all.deb ...
2025-08-20T20:21:34.9181219Z Unpacking autopoint (0.21-14ubuntu2) ...
2025-08-20T20:21:34.9444511Z Selecting previously unselected package clang.
2025-08-20T20:21:34.9585784Z Preparing to unpack .../clang_1%3a18.0-59~exp2_amd64.deb ...
2025-08-20T20:21:34.9592925Z Unpacking clang (1:18.0-59~exp2) ...
2025-08-20T20:21:34.9792172Z Selecting previously unselected package qemu-user-static.
2025-08-20T20:21:34.9932404Z Preparing to unpack .../qemu-user-static_1%3a8.2.2+ds-0ubuntu1.9_amd64.deb ...
2025-08-20T20:21:34.9940660Z Unpacking qemu-user-static (1:8.2.2+ds-0ubuntu1.9) ...
2025-08-20T20:21:35.4467375Z Selecting previously unselected package scons.
2025-08-20T20:21:35.4610725Z Preparing to unpack .../scons_4.5.2+dfsg-1_all.deb ...
2025-08-20T20:21:35.4619354Z Unpacking scons (4.5.2+dfsg-1) ...
2025-08-20T20:21:35.5355438Z Selecting previously unselected package byacc.
2025-08-20T20:21:35.5498754Z Preparing to unpack .../byacc_1%3a2.0.20221106-1_amd64.deb ...
2025-08-20T20:21:35.5507764Z Unpacking byacc (1:2.0.20221106-1) ...
2025-08-20T20:21:35.5910181Z Setting up qemu-user-static (1:8.2.2+ds-0ubuntu1.9) ...
2025-08-20T20:21:35.5954189Z Setting up byacc (1:2.0.20221106-1) ...
2025-08-20T20:21:35.6034079Z Setting up clang (1:18.0-59~exp2) ...
2025-08-20T20:21:35.6265432Z Setting up scons (4.5.2+dfsg-1) ...
2025-08-20T20:21:36.0308496Z Setting up autopoint (0.21-14ubuntu2) ...
2025-08-20T20:21:36.0334558Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:21:39.9672530Z Processing triggers for systemd (255.4-1ubuntu8.10) ...
2025-08-20T20:21:41.6006625Z Reading package lists...
2025-08-20T20:21:41.8095963Z Building dependency tree...
2025-08-20T20:21:41.8104110Z Reading state information...
2025-08-20T20:21:41.9800987Z The following additional packages will be installed:
2025-08-20T20:21:41.9801868Z   libb-hooks-op-check-perl libclass-method-modifiers-perl
2025-08-20T20:21:41.9802660Z   libclass-xsaccessor-perl libdevel-callchecker-perl
2025-08-20T20:21:41.9803477Z   libdynaloader-functions-perl libfile-dirlist-perl libfile-homedir-perl
2025-08-20T20:21:41.9804838Z   libfile-listing-perl libfile-touch-perl libfile-which-perl libhtml-tree-perl
2025-08-20T20:21:41.9805697Z   libhttp-cookies-perl libhttp-negotiate-perl libimport-into-perl
2025-08-20T20:21:41.9806500Z   libio-socket-ssl-perl liblwp-protocol-https-perl libmodule-runtime-perl
2025-08-20T20:21:41.9807335Z   libmoo-perl libnet-http-perl libnet-ssleay-perl libparams-classify-perl
2025-08-20T20:21:41.9808129Z   librole-tiny-perl libsub-quote-perl libtry-tiny-perl libwww-perl
2025-08-20T20:21:41.9808855Z   libwww-robotrules-perl patchutils perl-openssl-defaults wdiff
2025-08-20T20:21:41.9817462Z Suggested packages:
2025-08-20T20:21:41.9817931Z   adequate at autopkgtest bls-standalone bsd-mailx | mailx
2025-08-20T20:21:41.9818643Z   check-all-the-things cvs-buildpackage debhelper diffoscope disorderfs
2025-08-20T20:21:41.9819420Z   dose-extra duck elpa-devscripts faketime gnuplot how-can-i-help
2025-08-20T20:21:41.9822344Z   libauthen-sasl-perl libdbd-pg-perl libfile-desktopentry-perl
2025-08-20T20:21:41.9823247Z   libterm-size-perl libyaml-syck-perl mmdebstrap mutt piuparts pristine-lfs
2025-08-20T20:21:41.9824297Z   quilt ratt reprotest svn-buildpackage w3m debian-keyring equivs
2025-08-20T20:21:41.9825187Z   libgitlab-api-v4-perl libsoap-lite-perl pristine-tar libcrypt-ssleay-perl
2025-08-20T20:21:41.9826111Z   libscalar-number-perl libxstring-perl libsub-name-perl libauthen-ntlm-perl
2025-08-20T20:21:41.9826768Z   wdiff-doc
2025-08-20T20:21:41.9827085Z Recommended packages:
2025-08-20T20:21:41.9827632Z   dctrl-tools dput | dupload libdistro-info-perl libgit-wrapper-perl
2025-08-20T20:21:41.9828460Z   liblist-compare-perl libstring-shellquote-perl licensecheck lintian
2025-08-20T20:21:41.9829296Z   python3-unidiff python3-xdg libhtml-format-perl libnamespace-clean-perl
2025-08-20T20:21:41.9830158Z   libdata-dump-perl libhtml-form-perl libhttp-daemon-perl libmailtools-perl
2025-08-20T20:21:42.0030473Z The following NEW packages will be installed:
2025-08-20T20:21:42.0031708Z   devscripts libb-hooks-op-check-perl libclass-method-modifiers-perl
2025-08-20T20:21:42.0032521Z   libclass-xsaccessor-perl libdevel-callchecker-perl
2025-08-20T20:21:42.0033350Z   libdynaloader-functions-perl libfile-dirlist-perl libfile-homedir-perl
2025-08-20T20:21:42.0034588Z   libfile-listing-perl libfile-touch-perl libfile-which-perl libhtml-tree-perl
2025-08-20T20:21:42.0035550Z   libhttp-cookies-perl libhttp-negotiate-perl libimport-into-perl
2025-08-20T20:21:42.0036497Z   libio-socket-ssl-perl liblwp-protocol-https-perl libmodule-runtime-perl
2025-08-20T20:21:42.0037982Z   libmoo-perl libnet-http-perl libnet-ssleay-perl libparams-classify-perl
2025-08-20T20:21:42.0038874Z   librole-tiny-perl libsub-quote-perl libtry-tiny-perl libwww-perl
2025-08-20T20:21:42.0042302Z   libwww-robotrules-perl patchutils perl-openssl-defaults wdiff
2025-08-20T20:21:42.0233343Z 0 upgraded, 30 newly installed, 0 to remove and 45 not upgraded.
2025-08-20T20:21:42.0235334Z Need to get 2417 kB of archives.
2025-08-20T20:21:42.0235927Z After this operation, 7084 kB of additional disk space will be used.
2025-08-20T20:21:42.0236452Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T20:21:42.0726851Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libfile-dirlist-perl all 0.05-3 [7286 B]
2025-08-20T20:21:42.1042890Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libfile-which-perl all 1.27-2 [12.5 kB]
2025-08-20T20:21:42.1342335Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libfile-homedir-perl all 1.006-2 [37.0 kB]
2025-08-20T20:21:42.1773853Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libfile-touch-perl all 0.12-2 [7498 B]
2025-08-20T20:21:42.2138370Z 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:21:42.2439248Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libclass-xsaccessor-perl amd64 1.19-4build4 [33.1 kB]
2025-08-20T20:21:42.2757758Z 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:21:42.3060983Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libdynaloader-functions-perl all 0.003-3 [12.1 kB]
2025-08-20T20:21:42.3352292Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libdevel-callchecker-perl amd64 0.008-2build3 [13.2 kB]
2025-08-20T20:21:42.3662384Z Get:11 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libparams-classify-perl amd64 0.015-2build5 [20.1 kB]
2025-08-20T20:21:42.3970014Z Get:12 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libmodule-runtime-perl all 0.016-2 [16.4 kB]
2025-08-20T20:21:42.4275354Z Get:13 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libimport-into-perl all 1.002005-2 [10.7 kB]
2025-08-20T20:21:42.4572506Z Get:14 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 librole-tiny-perl all 2.002004-1 [16.3 kB]
2025-08-20T20:21:42.4878399Z Get:15 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libsub-quote-perl all 2.006008-1ubuntu1 [20.7 kB]
2025-08-20T20:21:42.5180447Z Get:16 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libmoo-perl all 2.005005-1 [47.4 kB]
2025-08-20T20:21:42.5483983Z Get:17 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libfile-listing-perl all 6.16-1 [11.3 kB]
2025-08-20T20:21:42.5776482Z Get:18 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libhtml-tree-perl all 5.07-3 [200 kB]
2025-08-20T20:21:42.6535546Z Get:19 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libhttp-cookies-perl all 6.11-1 [18.2 kB]
2025-08-20T20:21:42.6866280Z Get:20 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libhttp-negotiate-perl all 6.01-2 [12.4 kB]
2025-08-20T20:21:42.7188947Z Get:21 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 perl-openssl-defaults amd64 7build3 [6626 B]
2025-08-20T20:21:42.7487752Z Get:22 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libnet-ssleay-perl amd64 1.94-1build4 [316 kB]
2025-08-20T20:21:42.7986124Z Get:23 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libio-socket-ssl-perl all 2.085-1 [195 kB]
2025-08-20T20:21:42.8391033Z Get:24 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libnet-http-perl all 6.23-1 [22.3 kB]
2025-08-20T20:21:42.8744859Z Get:25 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 liblwp-protocol-https-perl all 6.13-1 [9006 B]
2025-08-20T20:21:42.9052012Z Get:26 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libtry-tiny-perl all 0.31-2 [20.8 kB]
2025-08-20T20:21:42.9362184Z Get:27 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libwww-robotrules-perl all 6.02-1 [12.6 kB]
2025-08-20T20:21:42.9657518Z Get:28 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libwww-perl all 6.76-1 [138 kB]
2025-08-20T20:21:43.0012249Z Get:29 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 patchutils amd64 0.4.2-1build3 [77.0 kB]
2025-08-20T20:21:43.0334250Z Get:30 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 wdiff amd64 1.2.2-6build1 [29.1 kB]
2025-08-20T20:21:43.0626007Z Get:31 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 devscripts all 2.23.7 [1069 kB]
2025-08-20T20:21:43.3939564Z Fetched 2417 kB in 1s (2173 kB/s)
2025-08-20T20:21:43.4239105Z Selecting previously unselected package libfile-dirlist-perl.
2025-08-20T20:21:43.4296137Z (Reading database ... 
2025-08-20T20:21:43.4296812Z (Reading database ... 5%
2025-08-20T20:21:43.4297237Z (Reading database ... 10%
2025-08-20T20:21:43.4297617Z (Reading database ... 15%
2025-08-20T20:21:43.4297997Z (Reading database ... 20%
2025-08-20T20:21:43.4298388Z (Reading database ... 25%
2025-08-20T20:21:43.4298758Z (Reading database ... 30%
2025-08-20T20:21:43.4299109Z (Reading database ... 35%
2025-08-20T20:21:43.4299465Z (Reading database ... 40%
2025-08-20T20:21:43.4299822Z (Reading database ... 45%
2025-08-20T20:21:43.4300173Z (Reading database ... 50%
2025-08-20T20:21:43.4401526Z (Reading database ... 55%
2025-08-20T20:21:43.4421116Z (Reading database ... 60%
2025-08-20T20:21:43.4442922Z (Reading database ... 65%
2025-08-20T20:21:43.4484706Z (Reading database ... 70%
2025-08-20T20:21:43.4506364Z (Reading database ... 75%
2025-08-20T20:21:43.4533050Z (Reading database ... 80%
2025-08-20T20:21:43.4687298Z (Reading database ... 85%
2025-08-20T20:21:43.4993182Z (Reading database ... 90%
2025-08-20T20:21:43.5074219Z (Reading database ... 95%
2025-08-20T20:21:43.5074651Z (Reading database ... 100%
2025-08-20T20:21:43.5075207Z (Reading database ... 223013 files and directories currently installed.)
2025-08-20T20:21:43.5120897Z Preparing to unpack .../00-libfile-dirlist-perl_0.05-3_all.deb ...
2025-08-20T20:21:43.5134647Z Unpacking libfile-dirlist-perl (0.05-3) ...
2025-08-20T20:21:43.5433272Z Selecting previously unselected package libfile-which-perl.
2025-08-20T20:21:43.5575358Z Preparing to unpack .../01-libfile-which-perl_1.27-2_all.deb ...
2025-08-20T20:21:43.5583400Z Unpacking libfile-which-perl (1.27-2) ...
2025-08-20T20:21:43.5792784Z Selecting previously unselected package libfile-homedir-perl.
2025-08-20T20:21:43.5934513Z Preparing to unpack .../02-libfile-homedir-perl_1.006-2_all.deb ...
2025-08-20T20:21:43.5942833Z Unpacking libfile-homedir-perl (1.006-2) ...
2025-08-20T20:21:43.6835543Z Selecting previously unselected package libfile-touch-perl.
2025-08-20T20:21:43.6983916Z Preparing to unpack .../03-libfile-touch-perl_0.12-2_all.deb ...
2025-08-20T20:21:43.6991610Z Unpacking libfile-touch-perl (0.12-2) ...
2025-08-20T20:21:43.7539959Z Selecting previously unselected package libclass-method-modifiers-perl.
2025-08-20T20:21:43.7689343Z Preparing to unpack .../04-libclass-method-modifiers-perl_2.15-1_all.deb ...
2025-08-20T20:21:43.7697392Z Unpacking libclass-method-modifiers-perl (2.15-1) ...
2025-08-20T20:21:43.7904261Z Selecting previously unselected package libclass-xsaccessor-perl.
2025-08-20T20:21:43.8047336Z Preparing to unpack .../05-libclass-xsaccessor-perl_1.19-4build4_amd64.deb ...
2025-08-20T20:21:43.8055017Z Unpacking libclass-xsaccessor-perl (1.19-4build4) ...
2025-08-20T20:21:43.8268057Z Selecting previously unselected package libb-hooks-op-check-perl:amd64.
2025-08-20T20:21:43.8416686Z Preparing to unpack .../06-libb-hooks-op-check-perl_0.22-3build1_amd64.deb ...
2025-08-20T20:21:43.8424990Z Unpacking libb-hooks-op-check-perl:amd64 (0.22-3build1) ...
2025-08-20T20:21:43.8647624Z Selecting previously unselected package libdynaloader-functions-perl.
2025-08-20T20:21:43.8789816Z Preparing to unpack .../07-libdynaloader-functions-perl_0.003-3_all.deb ...
2025-08-20T20:21:43.8798526Z Unpacking libdynaloader-functions-perl (0.003-3) ...
2025-08-20T20:21:43.8997912Z Selecting previously unselected package libdevel-callchecker-perl:amd64.
2025-08-20T20:21:43.9136780Z Preparing to unpack .../08-libdevel-callchecker-perl_0.008-2build3_amd64.deb ...
2025-08-20T20:21:43.9144252Z Unpacking libdevel-callchecker-perl:amd64 (0.008-2build3) ...
2025-08-20T20:21:43.9346698Z Selecting previously unselected package libparams-classify-perl:amd64.
2025-08-20T20:21:43.9488014Z Preparing to unpack .../09-libparams-classify-perl_0.015-2build5_amd64.deb ...
2025-08-20T20:21:43.9497857Z Unpacking libparams-classify-perl:amd64 (0.015-2build5) ...
2025-08-20T20:21:43.9701902Z Selecting previously unselected package libmodule-runtime-perl.
2025-08-20T20:21:43.9844340Z Preparing to unpack .../10-libmodule-runtime-perl_0.016-2_all.deb ...
2025-08-20T20:21:43.9852996Z Unpacking libmodule-runtime-perl (0.016-2) ...
2025-08-20T20:21:44.0052588Z Selecting previously unselected package libimport-into-perl.
2025-08-20T20:21:44.0192420Z Preparing to unpack .../11-libimport-into-perl_1.002005-2_all.deb ...
2025-08-20T20:21:44.0200584Z Unpacking libimport-into-perl (1.002005-2) ...
2025-08-20T20:21:44.0397013Z Selecting previously unselected package librole-tiny-perl.
2025-08-20T20:21:44.0539847Z Preparing to unpack .../12-librole-tiny-perl_2.002004-1_all.deb ...
2025-08-20T20:21:44.0548251Z Unpacking librole-tiny-perl (2.002004-1) ...
2025-08-20T20:21:44.0773159Z Selecting previously unselected package libsub-quote-perl.
2025-08-20T20:21:44.0915111Z Preparing to unpack .../13-libsub-quote-perl_2.006008-1ubuntu1_all.deb ...
2025-08-20T20:21:44.0937284Z Unpacking libsub-quote-perl (2.006008-1ubuntu1) ...
2025-08-20T20:21:44.1145706Z Selecting previously unselected package libmoo-perl.
2025-08-20T20:21:44.1287002Z Preparing to unpack .../14-libmoo-perl_2.005005-1_all.deb ...
2025-08-20T20:21:44.1295863Z Unpacking libmoo-perl (2.005005-1) ...
2025-08-20T20:21:44.1542483Z Selecting previously unselected package libfile-listing-perl.
2025-08-20T20:21:44.1684992Z Preparing to unpack .../15-libfile-listing-perl_6.16-1_all.deb ...
2025-08-20T20:21:44.1696034Z Unpacking libfile-listing-perl (6.16-1) ...
2025-08-20T20:21:44.1904279Z Selecting previously unselected package libhtml-tree-perl.
2025-08-20T20:21:44.2047795Z Preparing to unpack .../16-libhtml-tree-perl_5.07-3_all.deb ...
2025-08-20T20:21:44.2056610Z Unpacking libhtml-tree-perl (5.07-3) ...
2025-08-20T20:21:44.2322216Z Selecting previously unselected package libhttp-cookies-perl.
2025-08-20T20:21:44.2463902Z Preparing to unpack .../17-libhttp-cookies-perl_6.11-1_all.deb ...
2025-08-20T20:21:44.2470784Z Unpacking libhttp-cookies-perl (6.11-1) ...
2025-08-20T20:21:44.2679367Z Selecting previously unselected package libhttp-negotiate-perl.
2025-08-20T20:21:44.2821386Z Preparing to unpack .../18-libhttp-negotiate-perl_6.01-2_all.deb ...
2025-08-20T20:21:44.2830513Z Unpacking libhttp-negotiate-perl (6.01-2) ...
2025-08-20T20:21:44.3040703Z Selecting previously unselected package perl-openssl-defaults:amd64.
2025-08-20T20:21:44.3183528Z Preparing to unpack .../19-perl-openssl-defaults_7build3_amd64.deb ...
2025-08-20T20:21:44.3192931Z Unpacking perl-openssl-defaults:amd64 (7build3) ...
2025-08-20T20:21:44.3424421Z Selecting previously unselected package libnet-ssleay-perl:amd64.
2025-08-20T20:21:44.3566632Z Preparing to unpack .../20-libnet-ssleay-perl_1.94-1build4_amd64.deb ...
2025-08-20T20:21:44.3575391Z Unpacking libnet-ssleay-perl:amd64 (1.94-1build4) ...
2025-08-20T20:21:44.4037032Z Selecting previously unselected package libio-socket-ssl-perl.
2025-08-20T20:21:44.4178216Z Preparing to unpack .../21-libio-socket-ssl-perl_2.085-1_all.deb ...
2025-08-20T20:21:44.4186476Z Unpacking libio-socket-ssl-perl (2.085-1) ...
2025-08-20T20:21:44.4440112Z Selecting previously unselected package libnet-http-perl.
2025-08-20T20:21:44.4581323Z Preparing to unpack .../22-libnet-http-perl_6.23-1_all.deb ...
2025-08-20T20:21:44.4589567Z Unpacking libnet-http-perl (6.23-1) ...
2025-08-20T20:21:44.4797864Z Selecting previously unselected package liblwp-protocol-https-perl.
2025-08-20T20:21:44.4938793Z Preparing to unpack .../23-liblwp-protocol-https-perl_6.13-1_all.deb ...
2025-08-20T20:21:44.4947550Z Unpacking liblwp-protocol-https-perl (6.13-1) ...
2025-08-20T20:21:44.5149278Z Selecting previously unselected package libtry-tiny-perl.
2025-08-20T20:21:44.5288758Z Preparing to unpack .../24-libtry-tiny-perl_0.31-2_all.deb ...
2025-08-20T20:21:44.5296380Z Unpacking libtry-tiny-perl (0.31-2) ...
2025-08-20T20:21:44.5515660Z Selecting previously unselected package libwww-robotrules-perl.
2025-08-20T20:21:44.5655564Z Preparing to unpack .../25-libwww-robotrules-perl_6.02-1_all.deb ...
2025-08-20T20:21:44.5662698Z Unpacking libwww-robotrules-perl (6.02-1) ...
2025-08-20T20:21:44.5878496Z Selecting previously unselected package libwww-perl.
2025-08-20T20:21:44.6019568Z Preparing to unpack .../26-libwww-perl_6.76-1_all.deb ...
2025-08-20T20:21:44.6028022Z Unpacking libwww-perl (6.76-1) ...
2025-08-20T20:21:44.6320526Z Selecting previously unselected package patchutils.
2025-08-20T20:21:44.6460600Z Preparing to unpack .../27-patchutils_0.4.2-1build3_amd64.deb ...
2025-08-20T20:21:44.6475101Z Unpacking patchutils (0.4.2-1build3) ...
2025-08-20T20:21:44.6736276Z Selecting previously unselected package wdiff.
2025-08-20T20:21:44.6875289Z Preparing to unpack .../28-wdiff_1.2.2-6build1_amd64.deb ...
2025-08-20T20:21:44.6882757Z Unpacking wdiff (1.2.2-6build1) ...
2025-08-20T20:21:44.7122787Z Selecting previously unselected package devscripts.
2025-08-20T20:21:44.7262964Z Preparing to unpack .../29-devscripts_2.23.7_all.deb ...
2025-08-20T20:21:44.7458287Z Unpacking devscripts (2.23.7) ...
2025-08-20T20:21:44.8698374Z Setting up wdiff (1.2.2-6build1) ...
2025-08-20T20:21:44.8720709Z Setting up libhttp-negotiate-perl (6.01-2) ...
2025-08-20T20:21:44.8742221Z Setting up libfile-which-perl (1.27-2) ...
2025-08-20T20:21:44.8761115Z Setting up libfile-listing-perl (6.16-1) ...
2025-08-20T20:21:44.8780707Z Setting up libdynaloader-functions-perl (0.003-3) ...
2025-08-20T20:21:44.8802154Z Setting up libclass-method-modifiers-perl (2.15-1) ...
2025-08-20T20:21:44.8823374Z Setting up libhttp-cookies-perl (6.11-1) ...
2025-08-20T20:21:44.8845138Z Setting up libhtml-tree-perl (5.07-3) ...
2025-08-20T20:21:44.8864932Z Setting up libtry-tiny-perl (0.31-2) ...
2025-08-20T20:21:44.8884551Z Setting up perl-openssl-defaults:amd64 (7build3) ...
2025-08-20T20:21:44.8905522Z Setting up libnet-http-perl (6.23-1) ...
2025-08-20T20:21:44.8925728Z Setting up patchutils (0.4.2-1build3) ...
2025-08-20T20:21:44.8946359Z Setting up libb-hooks-op-check-perl:amd64 (0.22-3build1) ...
2025-08-20T20:21:44.8969349Z Setting up libwww-robotrules-perl (6.02-1) ...
2025-08-20T20:21:44.8991009Z Setting up librole-tiny-perl (2.002004-1) ...
2025-08-20T20:21:44.9012616Z Setting up libsub-quote-perl (2.006008-1ubuntu1) ...
2025-08-20T20:21:44.9035151Z Setting up libclass-xsaccessor-perl (1.19-4build4) ...
2025-08-20T20:21:44.9055040Z Setting up libfile-dirlist-perl (0.05-3) ...
2025-08-20T20:21:44.9075233Z Setting up libfile-homedir-perl (1.006-2) ...
2025-08-20T20:21:44.9095297Z Setting up libfile-touch-perl (0.12-2) ...
2025-08-20T20:21:44.9114597Z Setting up libnet-ssleay-perl:amd64 (1.94-1build4) ...
2025-08-20T20:21:44.9136068Z Setting up libdevel-callchecker-perl:amd64 (0.008-2build3) ...
2025-08-20T20:21:44.9156401Z Setting up libio-socket-ssl-perl (2.085-1) ...
2025-08-20T20:21:44.9174690Z Setting up libparams-classify-perl:amd64 (0.015-2build5) ...
2025-08-20T20:21:44.9193948Z Setting up libmodule-runtime-perl (0.016-2) ...
2025-08-20T20:21:44.9213050Z Setting up libimport-into-perl (1.002005-2) ...
2025-08-20T20:21:44.9232194Z Setting up libmoo-perl (2.005005-1) ...
2025-08-20T20:21:44.9262053Z Setting up libwww-perl (6.76-1) ...
2025-08-20T20:21:44.9292785Z Setting up devscripts (2.23.7) ...
2025-08-20T20:21:45.0525851Z Setting up liblwp-protocol-https-perl (6.13-1) ...
2025-08-20T20:21:45.0563531Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:21:49.5307793Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T20:21:51.2188279Z Reading package lists...
2025-08-20T20:21:51.4217973Z Building dependency tree...
2025-08-20T20:21:51.4226412Z Reading state information...
2025-08-20T20:21:51.6126317Z The following additional packages will be installed:
2025-08-20T20:21:51.6133531Z   cmake-data libjsoncpp25 librhash0
2025-08-20T20:21:51.6139730Z Suggested packages:
2025-08-20T20:21:51.6140169Z   cmake-doc cmake-format elpa-cmake-mode ninja-build
2025-08-20T20:21:51.6301321Z The following NEW packages will be installed:
2025-08-20T20:21:51.6310764Z   cmake cmake-data libjsoncpp25 librhash0
2025-08-20T20:21:51.6489754Z 0 upgraded, 4 newly installed, 0 to remove and 45 not upgraded.
2025-08-20T20:21:51.6490143Z Need to get 13.6 MB of archives.
2025-08-20T20:21:51.6490554Z After this operation, 49.1 MB of additional disk space will be used.
2025-08-20T20:21:51.6491234Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T20:21:51.7972042Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libjsoncpp25 amd64 1.9.5-6build1 [82.8 kB]
2025-08-20T20:21:51.8333833Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 librhash0 amd64 1.4.3-3build1 [129 kB]
2025-08-20T20:21:51.8629017Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 cmake-data all 3.28.3-1build7 [2155 kB]
2025-08-20T20:21:51.9641475Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 cmake amd64 3.28.3-1build7 [11.2 MB]
2025-08-20T20:21:52.5062776Z Fetched 13.6 MB in 1s (22.9 MB/s)
2025-08-20T20:21:52.5257964Z Selecting previously unselected package libjsoncpp25:amd64.
2025-08-20T20:21:52.5315034Z (Reading database ... 
2025-08-20T20:21:52.5315488Z (Reading database ... 5%
2025-08-20T20:21:52.5315918Z (Reading database ... 10%
2025-08-20T20:21:52.5316364Z (Reading database ... 15%
2025-08-20T20:21:52.5316757Z (Reading database ... 20%
2025-08-20T20:21:52.5317425Z (Reading database ... 25%
2025-08-20T20:21:52.5318051Z (Reading database ... 30%
2025-08-20T20:21:52.5318468Z (Reading database ... 35%
2025-08-20T20:21:52.5319164Z (Reading database ... 40%
2025-08-20T20:21:52.5319553Z (Reading database ... 45%
2025-08-20T20:21:52.5319897Z (Reading database ... 50%
2025-08-20T20:21:52.5403154Z (Reading database ... 55%
2025-08-20T20:21:52.5439261Z (Reading database ... 60%
2025-08-20T20:21:52.5460644Z (Reading database ... 65%
2025-08-20T20:21:52.5500604Z (Reading database ... 70%
2025-08-20T20:21:52.5523126Z (Reading database ... 75%
2025-08-20T20:21:52.5548355Z (Reading database ... 80%
2025-08-20T20:21:52.5694730Z (Reading database ... 85%
2025-08-20T20:21:52.5979148Z (Reading database ... 90%
2025-08-20T20:21:52.6056342Z (Reading database ... 95%
2025-08-20T20:21:52.6056771Z (Reading database ... 100%
2025-08-20T20:21:52.6057373Z (Reading database ... 223948 files and directories currently installed.)
2025-08-20T20:21:52.6101057Z Preparing to unpack .../libjsoncpp25_1.9.5-6build1_amd64.deb ...
2025-08-20T20:21:52.6118799Z Unpacking libjsoncpp25:amd64 (1.9.5-6build1) ...
2025-08-20T20:21:52.6348919Z Selecting previously unselected package librhash0:amd64.
2025-08-20T20:21:52.6489367Z Preparing to unpack .../librhash0_1.4.3-3build1_amd64.deb ...
2025-08-20T20:21:52.6499604Z Unpacking librhash0:amd64 (1.4.3-3build1) ...
2025-08-20T20:21:52.6820466Z Selecting previously unselected package cmake-data.
2025-08-20T20:21:52.6959576Z Preparing to unpack .../cmake-data_3.28.3-1build7_all.deb ...
2025-08-20T20:21:52.7024342Z Unpacking cmake-data (3.28.3-1build7) ...
2025-08-20T20:21:53.2942482Z Selecting previously unselected package cmake.
2025-08-20T20:21:53.3101843Z Preparing to unpack .../cmake_3.28.3-1build7_amd64.deb ...
2025-08-20T20:21:53.3109802Z Unpacking cmake (3.28.3-1build7) ...
2025-08-20T20:21:53.5449383Z Setting up libjsoncpp25:amd64 (1.9.5-6build1) ...
2025-08-20T20:21:53.5472664Z Setting up librhash0:amd64 (1.4.3-3build1) ...
2025-08-20T20:21:53.5492747Z Setting up cmake-data (3.28.3-1build7) ...
2025-08-20T20:21:53.5572754Z Setting up cmake (3.28.3-1build7) ...
2025-08-20T20:21:53.5601384Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:21:57.6658936Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T20:21:58.2429731Z 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:21:58.2431873Z Running kernel seems to be up-to-date.
2025-08-20T20:21:58.2432141Z 
2025-08-20T20:21:58.2432262Z Restarting services...
2025-08-20T20:21:58.2495202Z 
2025-08-20T20:21:58.2495722Z Service restarts being deferred:
2025-08-20T20:21:58.2496248Z  systemctl restart hosted-compute-agent.service
2025-08-20T20:21:58.2496617Z 
2025-08-20T20:21:58.2496813Z No containers need to be restarted.
2025-08-20T20:21:58.2497092Z 
2025-08-20T20:21:58.2497549Z No user sessions are running outdated binaries.
2025-08-20T20:21:58.2497958Z 
2025-08-20T20:21:58.2498368Z No VM guests are running outdated hypervisor (qemu) binaries on this host.
2025-08-20T20:21:59.3626671Z Reading package lists...
2025-08-20T20:21:59.5501373Z Building dependency tree...
2025-08-20T20:21:59.5511107Z Reading state information...
2025-08-20T20:21:59.7564373Z aria2 is already the newest version (1.37.0+debian-1build3).
2025-08-20T20:21:59.7565222Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T20:21:59.7566038Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-20T20:21:59.7566714Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T20:21:59.7580331Z b3sum is already the newest version (1.2.0-1).
2025-08-20T20:21:59.7581066Z build-essential is already the newest version (12.10ubuntu1).
2025-08-20T20:21:59.7581700Z ca-certificates is already the newest version (20240203).
2025-08-20T20:21:59.7582263Z ccache is already the newest version (4.9.1-1).
2025-08-20T20:21:59.7582803Z diffutils is already the newest version (1:3.10-1build1).
2025-08-20T20:21:59.7583355Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T20:21:59.7584410Z gawk is already the newest version (1:5.2.1-2build3).
2025-08-20T20:21:59.7584915Z git-lfs is already the newest version (3.7.0).
2025-08-20T20:21:59.7585505Z imagemagick is already the newest version (8:6.9.12.98+dfsg1-5.2build2).
2025-08-20T20:21:59.7586121Z lzip is already the newest version (1.24.1-1build1).
2025-08-20T20:21:59.7586658Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T20:21:59.7587201Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T20:21:59.7587744Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-20T20:21:59.7588272Z make is already the newest version (4.3-4.1build2).
2025-08-20T20:21:59.7588763Z musl is already the newest version (1.2.4-2).
2025-08-20T20:21:59.7589246Z musl-dev is already the newest version (1.2.4-2).
2025-08-20T20:21:59.7589760Z musl-tools is already the newest version (1.2.4-2).
2025-08-20T20:21:59.7590374Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-20T20:21:59.7590998Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-20T20:21:59.7591537Z texinfo is already the newest version (7.1-3build2).
2025-08-20T20:21:59.7592072Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T20:21:59.7592668Z 0 upgraded, 0 newly installed, 0 to remove and 45 not upgraded.
2025-08-20T20:21:59.7803384Z Reading package lists...
2025-08-20T20:21:59.9606036Z Building dependency tree...
2025-08-20T20:21:59.9613943Z Reading state information...
2025-08-20T20:22:00.1764042Z autoconf is already the newest version (2.71-3).
2025-08-20T20:22:00.1764736Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T20:22:00.1765419Z autopoint is already the newest version (0.21-14ubuntu2).
2025-08-20T20:22:00.1766049Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T20:22:00.1766701Z bison is already the newest version (2:3.8.2+dfsg-1build2).
2025-08-20T20:22:00.1767386Z build-essential is already the newest version (12.10ubuntu1).
2025-08-20T20:22:00.1768391Z byacc is already the newest version (1:2.0.20221106-1).
2025-08-20T20:22:00.1768898Z ca-certificates is already the newest version (20240203).
2025-08-20T20:22:00.1769318Z clang is already the newest version (1:18.0-59~exp2).
2025-08-20T20:22:00.1769707Z flex is already the newest version (2.6.4-8.2build1).
2025-08-20T20:22:00.1770088Z file is already the newest version (1:5.45-3build1).
2025-08-20T20:22:00.1770481Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T20:22:00.1771053Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T20:22:00.1771630Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-20T20:22:00.1772267Z patch is already the newest version (2.7.6-7build3).
2025-08-20T20:22:00.1772838Z patchelf is already the newest version (0.18.0-1.1build1).
2025-08-20T20:22:00.1773513Z pkg-config is already the newest version (1.8.1-2build1).
2025-08-20T20:22:00.1774424Z qemu-user-static is already the newest version (1:8.2.2+ds-0ubuntu1.9).
2025-08-20T20:22:00.1775146Z scons is already the newest version (4.5.2+dfsg-1).
2025-08-20T20:22:00.1775736Z tree is already the newest version (2.1.1-2ubuntu3).
2025-08-20T20:22:00.1776329Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T20:22:00.1776943Z 0 upgraded, 0 newly installed, 0 to remove and 45 not upgraded.
2025-08-20T20:22:00.2005959Z Reading package lists...
2025-08-20T20:22:00.4101592Z Building dependency tree...
2025-08-20T20:22:00.4110587Z Reading state information...
2025-08-20T20:22:00.6413812Z devscripts is already the newest version (2.23.7).
2025-08-20T20:22:00.6414525Z 0 upgraded, 0 newly installed, 0 to remove and 45 not upgraded.
2025-08-20T20:22:00.6654934Z Reading package lists...
2025-08-20T20:22:00.8529992Z Building dependency tree...
2025-08-20T20:22:00.8537897Z Reading state information...
2025-08-20T20:22:01.0423312Z cmake is already the newest version (3.28.3-1build7).
2025-08-20T20:22:01.0424108Z 0 upgraded, 0 newly installed, 0 to remove and 45 not upgraded.
2025-08-20T20:22:01.0664474Z Reading package lists...
2025-08-20T20:22:01.2560996Z Building dependency tree...
2025-08-20T20:22:01.2569611Z Reading state information...
2025-08-20T20:22:01.4398757Z Suggested packages:
2025-08-20T20:22:01.4399050Z   binutils-doc
2025-08-20T20:22:01.4673021Z The following NEW packages will be installed:
2025-08-20T20:22:01.4681952Z   binutils-aarch64-linux-gnu
2025-08-20T20:22:01.4876794Z 0 upgraded, 1 newly installed, 0 to remove and 45 not upgraded.
2025-08-20T20:22:01.5123492Z Need to get 3711 kB of archives.
2025-08-20T20:22:01.5124301Z After this operation, 21.0 MB of additional disk space will be used.
2025-08-20T20:22:01.5125113Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T20:22:01.5578146Z 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:22:01.9498301Z Fetched 3711 kB in 0s (21.7 MB/s)
2025-08-20T20:22:01.9693385Z Selecting previously unselected package binutils-aarch64-linux-gnu.
2025-08-20T20:22:01.9749755Z (Reading database ... 
2025-08-20T20:22:01.9750369Z (Reading database ... 5%
2025-08-20T20:22:01.9750783Z (Reading database ... 10%
2025-08-20T20:22:01.9751159Z (Reading database ... 15%
2025-08-20T20:22:01.9751533Z (Reading database ... 20%
2025-08-20T20:22:01.9751896Z (Reading database ... 25%
2025-08-20T20:22:01.9752252Z (Reading database ... 30%
2025-08-20T20:22:01.9752609Z (Reading database ... 35%
2025-08-20T20:22:01.9752961Z (Reading database ... 40%
2025-08-20T20:22:01.9753316Z (Reading database ... 45%
2025-08-20T20:22:01.9753864Z (Reading database ... 50%
2025-08-20T20:22:01.9838444Z (Reading database ... 55%
2025-08-20T20:22:01.9874485Z (Reading database ... 60%
2025-08-20T20:22:01.9896067Z (Reading database ... 65%
2025-08-20T20:22:01.9936933Z (Reading database ... 70%
2025-08-20T20:22:01.9960814Z (Reading database ... 75%
2025-08-20T20:22:01.9987189Z (Reading database ... 80%
2025-08-20T20:22:02.0152674Z (Reading database ... 85%
2025-08-20T20:22:02.0450201Z (Reading database ... 90%
2025-08-20T20:22:02.0539914Z (Reading database ... 95%
2025-08-20T20:22:02.0540334Z (Reading database ... 100%
2025-08-20T20:22:02.0540752Z (Reading database ... 227357 files and directories currently installed.)
2025-08-20T20:22:02.0585861Z Preparing to unpack .../binutils-aarch64-linux-gnu_2.42-4ubuntu2.5_amd64.deb ...
2025-08-20T20:22:02.0616756Z Unpacking binutils-aarch64-linux-gnu (2.42-4ubuntu2.5) ...
2025-08-20T20:22:02.2256177Z Setting up binutils-aarch64-linux-gnu (2.42-4ubuntu2.5) ...
2025-08-20T20:22:02.2286328Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T20:22:02.2440240Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:22:07.7120677Z Reading package lists...
2025-08-20T20:22:07.8969690Z Building dependency tree...
2025-08-20T20:22:07.8978028Z Reading state information...
2025-08-20T20:22:08.0586091Z qemu-user-static is already the newest version (1:8.2.2+ds-0ubuntu1.9).
2025-08-20T20:22:08.0587067Z The following additional packages will be installed:
2025-08-20T20:22:08.0587946Z   binutils-arm-linux-gnueabi binutils-arm-linux-gnueabihf
2025-08-20T20:22:08.0588984Z   cpp-13-aarch64-linux-gnu cpp-13-arm-linux-gnueabi cpp-13-arm-linux-gnueabihf
2025-08-20T20:22:08.0589720Z   cpp-aarch64-linux-gnu cpp-arm-linux-gnueabi cpp-arm-linux-gnueabihf
2025-08-20T20:22:08.0590415Z   g++-13-aarch64-linux-gnu g++-13-arm-linux-gnueabi g++-13-arm-linux-gnueabihf
2025-08-20T20:22:08.0591358Z   gcc-13-aarch64-linux-gnu gcc-13-aarch64-linux-gnu-base
2025-08-20T20:22:08.0592175Z   gcc-13-arm-linux-gnueabi gcc-13-arm-linux-gnueabi-base
2025-08-20T20:22:08.0592823Z   gcc-13-arm-linux-gnueabihf gcc-13-arm-linux-gnueabihf-base gcc-13-cross-base
2025-08-20T20:22:08.0593443Z   gcc-13-cross-base-ports gcc-14-cross-base gcc-14-cross-base-ports
2025-08-20T20:22:08.0594350Z   gcc-aarch64-linux-gnu gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf
2025-08-20T20:22:08.0595034Z   libasan8-arm64-cross libasan8-armel-cross libasan8-armhf-cross
2025-08-20T20:22:08.0595917Z   libatomic1-arm64-cross libatomic1-armel-cross libatomic1-armhf-cross
2025-08-20T20:22:08.0596546Z   libc6-arm64-cross libc6-armel-cross libc6-armhf-cross libc6-dev-arm64-cross
2025-08-20T20:22:08.0597173Z   libc6-dev-armel-cross libc6-dev-armhf-cross libgcc-13-dev-arm64-cross
2025-08-20T20:22:08.0597793Z   libgcc-13-dev-armel-cross libgcc-13-dev-armhf-cross libgcc-s1-arm64-cross
2025-08-20T20:22:08.0598411Z   libgcc-s1-armel-cross libgcc-s1-armhf-cross libgomp1-arm64-cross
2025-08-20T20:22:08.0598981Z   libgomp1-armel-cross libgomp1-armhf-cross libhwasan0-arm64-cross
2025-08-20T20:22:08.0599574Z   libitm1-arm64-cross liblsan0-arm64-cross libstdc++-13-dev-arm64-cross
2025-08-20T20:22:08.0600143Z   libstdc++-13-dev-armel-cross libstdc++-13-dev-armhf-cross
2025-08-20T20:22:08.0600682Z   libstdc++6-arm64-cross libstdc++6-armel-cross libstdc++6-armhf-cross
2025-08-20T20:22:08.0601442Z   libtsan2-arm64-cross libubsan1-arm64-cross libubsan1-armel-cross
2025-08-20T20:22:08.0602079Z   libubsan1-armhf-cross linux-libc-dev-arm64-cross linux-libc-dev-armel-cross
2025-08-20T20:22:08.0602577Z   linux-libc-dev-armhf-cross
2025-08-20T20:22:08.0602822Z Suggested packages:
2025-08-20T20:22:08.0603137Z   binutils-doc gcc-13-locales cpp-13-doc cpp-doc gcc-13-doc manpages-dev
2025-08-20T20:22:08.0603729Z   gdb-aarch64-linux-gnu gcc-doc gdb-arm-linux-gnueabi gdb-arm-linux-gnueabihf
2025-08-20T20:22:08.1146162Z The following NEW packages will be installed:
2025-08-20T20:22:08.1146890Z   binutils-arm-linux-gnueabi binutils-arm-linux-gnueabihf
2025-08-20T20:22:08.1147727Z   cpp-13-aarch64-linux-gnu cpp-13-arm-linux-gnueabi cpp-13-arm-linux-gnueabihf
2025-08-20T20:22:08.1148660Z   cpp-aarch64-linux-gnu cpp-arm-linux-gnueabi cpp-arm-linux-gnueabihf
2025-08-20T20:22:08.1149505Z   g++-13-aarch64-linux-gnu g++-13-arm-linux-gnueabi g++-13-arm-linux-gnueabihf
2025-08-20T20:22:08.1150374Z   g++-aarch64-linux-gnu g++-arm-linux-gnueabi g++-arm-linux-gnueabihf
2025-08-20T20:22:08.1151593Z   gcc-13-aarch64-linux-gnu gcc-13-aarch64-linux-gnu-base
2025-08-20T20:22:08.1152353Z   gcc-13-arm-linux-gnueabi gcc-13-arm-linux-gnueabi-base
2025-08-20T20:22:08.1153136Z   gcc-13-arm-linux-gnueabihf gcc-13-arm-linux-gnueabihf-base gcc-13-cross-base
2025-08-20T20:22:08.1154343Z   gcc-13-cross-base-ports gcc-14-cross-base gcc-14-cross-base-ports
2025-08-20T20:22:08.1155246Z   gcc-aarch64-linux-gnu gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf
2025-08-20T20:22:08.1156053Z   libasan8-arm64-cross libasan8-armel-cross libasan8-armhf-cross
2025-08-20T20:22:08.1156923Z   libatomic1-arm64-cross libatomic1-armel-cross libatomic1-armhf-cross
2025-08-20T20:22:08.1157840Z   libc6-arm64-cross libc6-armel-cross libc6-armhf-cross libc6-dev-arm64-cross
2025-08-20T20:22:08.1158751Z   libc6-dev-armel-cross libc6-dev-armhf-cross libgcc-13-dev-arm64-cross
2025-08-20T20:22:08.1159727Z   libgcc-13-dev-armel-cross libgcc-13-dev-armhf-cross libgcc-s1-arm64-cross
2025-08-20T20:22:08.1160676Z   libgcc-s1-armel-cross libgcc-s1-armhf-cross libgomp1-arm64-cross
2025-08-20T20:22:08.1161653Z   libgomp1-armel-cross libgomp1-armhf-cross libhwasan0-arm64-cross
2025-08-20T20:22:08.1162609Z   libitm1-arm64-cross liblsan0-arm64-cross libstdc++-13-dev-arm64-cross
2025-08-20T20:22:08.1163426Z   libstdc++-13-dev-armel-cross libstdc++-13-dev-armhf-cross
2025-08-20T20:22:08.1164362Z   libstdc++6-arm64-cross libstdc++6-armel-cross libstdc++6-armhf-cross
2025-08-20T20:22:08.1165132Z   libtsan2-arm64-cross libubsan1-arm64-cross libubsan1-armel-cross
2025-08-20T20:22:08.1166023Z   libubsan1-armhf-cross linux-libc-dev-arm64-cross linux-libc-dev-armel-cross
2025-08-20T20:22:08.1166821Z   linux-libc-dev-armhf-cross
2025-08-20T20:22:08.1359394Z 0 upgraded, 64 newly installed, 0 to remove and 45 not upgraded.
2025-08-20T20:22:08.1360039Z Need to get 171 MB of archives.
2025-08-20T20:22:08.1360615Z After this operation, 599 MB of additional disk space will be used.
2025-08-20T20:22:08.1361301Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T20:22:08.1840052Z 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:22:08.2157888Z 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:22:08.4644590Z 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:22:08.4949063Z 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:22:08.7552403Z 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:22:08.7849574Z 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:22:09.1920909Z 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:22:09.2215496Z 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:22:09.2514534Z 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:22:09.2811014Z 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:22:09.3106571Z 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:22:09.3473157Z Get:13 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libc6-arm64-cross all 2.39-0ubuntu8cross1 [1197 kB]
2025-08-20T20:22:09.4468266Z 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:22:09.4789567Z 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:22:09.5101236Z 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:22:09.5399459Z 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:22:09.6131206Z 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:22:09.6760310Z 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:22:09.7108282Z 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:22:09.7711378Z 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:22:09.8351686Z 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:22:09.8702232Z 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:22:09.9282159Z 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:22:10.0498103Z 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:22:10.7710798Z 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:22:10.8757774Z Get:27 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libc6-dev-arm64-cross all 2.39-0ubuntu8cross1 [1629 kB]
2025-08-20T20:22:11.0243529Z 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:22:11.1784574Z 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:22:11.6718589Z 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:22:11.8573937Z 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:22:11.8868511Z 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:22:11.9157890Z Get:33 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libc6-armel-cross all 2.39-0ubuntu8cross1 [1046 kB]
2025-08-20T20:22:11.9954301Z 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:22:12.0742017Z 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:22:12.1036741Z 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:22:12.1327112Z 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:22:12.2552904Z 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:22:12.3140071Z 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:22:12.3760834Z 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:22:12.4354164Z 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:22:13.0863504Z 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:22:13.1756549Z Get:43 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libc6-dev-armel-cross all 2.39-0ubuntu8cross1 [1459 kB]
2025-08-20T20:22:13.2671434Z 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:22:13.3630415Z 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:22:13.7690248Z 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:22:13.9112028Z Get:47 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libc6-armhf-cross all 2.39-0ubuntu8cross1 [1320 kB]
2025-08-20T20:22:13.9740815Z 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:22:14.0028130Z 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:22:14.0328981Z 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:22:14.0627600Z 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:22:14.2252141Z 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:22:14.2829183Z 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:22:14.3456884Z 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:22:14.4102721Z 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:22:15.0442629Z 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:22:15.1071270Z Get:57 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libc6-dev-armhf-cross all 2.39-0ubuntu8cross1 [1387 kB]
2025-08-20T20:22:15.1709056Z 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:22:15.2837664Z 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:22:15.9188958Z 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:22:15.9511989Z 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:22:15.9800116Z 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:22:16.0090278Z 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:22:16.0380294Z 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:22:16.0666239Z 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:22:16.4123763Z Fetched 171 MB in 8s (21.5 MB/s)
2025-08-20T20:22:16.4331010Z Selecting previously unselected package gcc-13-aarch64-linux-gnu-base:amd64.
2025-08-20T20:22:16.4390418Z (Reading database ... 
2025-08-20T20:22:16.4390885Z (Reading database ... 5%
2025-08-20T20:22:16.4391339Z (Reading database ... 10%
2025-08-20T20:22:16.4391804Z (Reading database ... 15%
2025-08-20T20:22:16.4392243Z (Reading database ... 20%
2025-08-20T20:22:16.4392668Z (Reading database ... 25%
2025-08-20T20:22:16.4393092Z (Reading database ... 30%
2025-08-20T20:22:16.4393514Z (Reading database ... 35%
2025-08-20T20:22:16.4394141Z (Reading database ... 40%
2025-08-20T20:22:16.4394572Z (Reading database ... 45%
2025-08-20T20:22:16.4394999Z (Reading database ... 50%
2025-08-20T20:22:16.4491613Z (Reading database ... 55%
2025-08-20T20:22:16.4534968Z (Reading database ... 60%
2025-08-20T20:22:16.4559693Z (Reading database ... 65%
2025-08-20T20:22:16.4609728Z (Reading database ... 70%
2025-08-20T20:22:16.4636402Z (Reading database ... 75%
2025-08-20T20:22:16.4665915Z (Reading database ... 80%
2025-08-20T20:22:16.4836350Z (Reading database ... 85%
2025-08-20T20:22:16.5169394Z (Reading database ... 90%
2025-08-20T20:22:16.5273149Z (Reading database ... 95%
2025-08-20T20:22:16.5273847Z (Reading database ... 100%
2025-08-20T20:22:16.5274376Z (Reading database ... 227701 files and directories currently installed.)
2025-08-20T20:22:16.5320873Z Preparing to unpack .../00-gcc-13-aarch64-linux-gnu-base_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T20:22:16.5330244Z Unpacking gcc-13-aarch64-linux-gnu-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:22:16.5548591Z Selecting previously unselected package cpp-13-aarch64-linux-gnu.
2025-08-20T20:22:16.5692444Z Preparing to unpack .../01-cpp-13-aarch64-linux-gnu_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T20:22:16.5724287Z Unpacking cpp-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:22:16.7239242Z Selecting previously unselected package gcc-13-arm-linux-gnueabi-base:amd64.
2025-08-20T20:22:16.7385649Z Preparing to unpack .../02-gcc-13-arm-linux-gnueabi-base_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T20:22:16.7393116Z Unpacking gcc-13-arm-linux-gnueabi-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:22:16.7611353Z Selecting previously unselected package cpp-13-arm-linux-gnueabi.
2025-08-20T20:22:16.7754518Z Preparing to unpack .../03-cpp-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T20:22:16.7785506Z Unpacking cpp-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:22:16.9249906Z Selecting previously unselected package gcc-13-arm-linux-gnueabihf-base:amd64.
2025-08-20T20:22:16.9395524Z Preparing to unpack .../04-gcc-13-arm-linux-gnueabihf-base_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T20:22:16.9404078Z Unpacking gcc-13-arm-linux-gnueabihf-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:22:16.9628759Z Selecting previously unselected package cpp-13-arm-linux-gnueabihf.
2025-08-20T20:22:16.9772952Z Preparing to unpack .../05-cpp-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T20:22:16.9804550Z Unpacking cpp-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:22:17.1289677Z Selecting previously unselected package cpp-aarch64-linux-gnu.
2025-08-20T20:22:17.1438976Z Preparing to unpack .../06-cpp-aarch64-linux-gnu_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-20T20:22:17.1448221Z Unpacking cpp-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-20T20:22:17.1660608Z Selecting previously unselected package cpp-arm-linux-gnueabi.
2025-08-20T20:22:17.1814549Z Preparing to unpack .../07-cpp-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_amd64.deb ...
2025-08-20T20:22:17.1822973Z Unpacking cpp-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T20:22:17.2023174Z Selecting previously unselected package cpp-arm-linux-gnueabihf.
2025-08-20T20:22:17.2166194Z Preparing to unpack .../08-cpp-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-20T20:22:17.2175433Z Unpacking cpp-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T20:22:17.2378112Z Selecting previously unselected package gcc-13-cross-base.
2025-08-20T20:22:17.2519418Z Preparing to unpack .../09-gcc-13-cross-base_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:22:17.2529113Z Unpacking gcc-13-cross-base (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:22:17.2732423Z Selecting previously unselected package gcc-14-cross-base.
2025-08-20T20:22:17.2874015Z Preparing to unpack .../10-gcc-14-cross-base_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:22:17.2880951Z Unpacking gcc-14-cross-base (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:22:17.3082290Z Selecting previously unselected package libc6-arm64-cross.
2025-08-20T20:22:17.3222643Z Preparing to unpack .../11-libc6-arm64-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T20:22:17.3230832Z Unpacking libc6-arm64-cross (2.39-0ubuntu8cross1) ...
2025-08-20T20:22:17.3600351Z Selecting previously unselected package libgcc-s1-arm64-cross.
2025-08-20T20:22:17.3741202Z Preparing to unpack .../12-libgcc-s1-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:22:17.3749319Z Unpacking libgcc-s1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:22:17.3955795Z Selecting previously unselected package libgomp1-arm64-cross.
2025-08-20T20:22:17.4096261Z Preparing to unpack .../13-libgomp1-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:22:17.4103464Z Unpacking libgomp1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:22:17.4319497Z Selecting previously unselected package libitm1-arm64-cross.
2025-08-20T20:22:17.4457143Z Preparing to unpack .../14-libitm1-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:22:17.4465713Z Unpacking libitm1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:22:17.4676335Z Selecting previously unselected package libatomic1-arm64-cross.
2025-08-20T20:22:17.4816769Z Preparing to unpack .../15-libatomic1-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:22:17.4824918Z Unpacking libatomic1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:22:17.5023931Z Selecting previously unselected package libasan8-arm64-cross.
2025-08-20T20:22:17.5163441Z Preparing to unpack .../16-libasan8-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:22:17.5171870Z Unpacking libasan8-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:22:17.5481425Z Selecting previously unselected package liblsan0-arm64-cross.
2025-08-20T20:22:17.5621431Z Preparing to unpack .../17-liblsan0-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:22:17.5629040Z Unpacking liblsan0-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:22:17.5895726Z Selecting previously unselected package libtsan2-arm64-cross.
2025-08-20T20:22:17.6035944Z Preparing to unpack .../18-libtsan2-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:22:17.6044212Z Unpacking libtsan2-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:22:17.6362428Z Selecting previously unselected package libstdc++6-arm64-cross.
2025-08-20T20:22:17.6503439Z Preparing to unpack .../19-libstdc++6-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:22:17.6511014Z Unpacking libstdc++6-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:22:17.6871657Z Selecting previously unselected package libubsan1-arm64-cross.
2025-08-20T20:22:17.7011876Z Preparing to unpack .../20-libubsan1-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:22:17.7019350Z Unpacking libubsan1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:22:17.7259994Z Selecting previously unselected package libhwasan0-arm64-cross.
2025-08-20T20:22:17.7399408Z Preparing to unpack .../21-libhwasan0-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:22:17.7406752Z Unpacking libhwasan0-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:22:17.7664054Z Selecting previously unselected package libgcc-13-dev-arm64-cross.
2025-08-20T20:22:17.7803029Z Preparing to unpack .../22-libgcc-13-dev-arm64-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:22:17.7810776Z Unpacking libgcc-13-dev-arm64-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:22:17.8801570Z Selecting previously unselected package gcc-13-aarch64-linux-gnu.
2025-08-20T20:22:17.8945094Z Preparing to unpack .../23-gcc-13-aarch64-linux-gnu_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T20:22:17.8975409Z Unpacking gcc-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:22:18.1630003Z Selecting previously unselected package linux-libc-dev-arm64-cross.
2025-08-20T20:22:18.1772947Z Preparing to unpack .../24-linux-libc-dev-arm64-cross_6.8.0-25.25cross1_all.deb ...
2025-08-20T20:22:18.1779946Z Unpacking linux-libc-dev-arm64-cross (6.8.0-25.25cross1) ...
2025-08-20T20:22:18.3670410Z Selecting previously unselected package libc6-dev-arm64-cross.
2025-08-20T20:22:18.3816452Z Preparing to unpack .../25-libc6-dev-arm64-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T20:22:18.3824105Z Unpacking libc6-dev-arm64-cross (2.39-0ubuntu8cross1) ...
2025-08-20T20:22:18.5162090Z Selecting previously unselected package libstdc++-13-dev-arm64-cross.
2025-08-20T20:22:18.5306468Z Preparing to unpack .../26-libstdc++-13-dev-arm64-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:22:18.5314304Z Unpacking libstdc++-13-dev-arm64-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:22:18.7629261Z Selecting previously unselected package g++-13-aarch64-linux-gnu.
2025-08-20T20:22:18.7776846Z Preparing to unpack .../27-g++-13-aarch64-linux-gnu_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T20:22:18.7808077Z Unpacking g++-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:22:18.9379332Z Selecting previously unselected package binutils-arm-linux-gnueabi.
2025-08-20T20:22:18.9522125Z Preparing to unpack .../28-binutils-arm-linux-gnueabi_2.42-4ubuntu2.5_amd64.deb ...
2025-08-20T20:22:18.9537500Z Unpacking binutils-arm-linux-gnueabi (2.42-4ubuntu2.5) ...
2025-08-20T20:22:19.0478605Z Selecting previously unselected package gcc-13-cross-base-ports.
2025-08-20T20:22:19.0623261Z Preparing to unpack .../29-gcc-13-cross-base-ports_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:22:19.0630654Z Unpacking gcc-13-cross-base-ports (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:22:19.0836803Z Selecting previously unselected package gcc-14-cross-base-ports.
2025-08-20T20:22:19.0979708Z Preparing to unpack .../30-gcc-14-cross-base-ports_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:22:19.0987866Z Unpacking gcc-14-cross-base-ports (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:22:19.1218906Z Selecting previously unselected package libc6-armel-cross.
2025-08-20T20:22:19.1361993Z Preparing to unpack .../31-libc6-armel-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T20:22:19.1371600Z Unpacking libc6-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T20:22:19.1711006Z Selecting previously unselected package libgcc-s1-armel-cross.
2025-08-20T20:22:19.1852586Z Preparing to unpack .../32-libgcc-s1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:22:19.1861043Z Unpacking libgcc-s1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:22:19.2065230Z Selecting previously unselected package libgomp1-armel-cross.
2025-08-20T20:22:19.2207087Z Preparing to unpack .../33-libgomp1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:22:19.2214670Z Unpacking libgomp1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:22:19.2474682Z Selecting previously unselected package libatomic1-armel-cross.
2025-08-20T20:22:19.2617502Z Preparing to unpack .../34-libatomic1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:22:19.2625742Z Unpacking libatomic1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:22:19.2821365Z Selecting previously unselected package libasan8-armel-cross.
2025-08-20T20:22:19.2961630Z Preparing to unpack .../35-libasan8-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:22:19.2968658Z Unpacking libasan8-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:22:19.3618686Z Selecting previously unselected package libstdc++6-armel-cross.
2025-08-20T20:22:19.3762780Z Preparing to unpack .../36-libstdc++6-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:22:19.3771168Z Unpacking libstdc++6-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:22:19.4063982Z Selecting previously unselected package libubsan1-armel-cross.
2025-08-20T20:22:19.4207690Z Preparing to unpack .../37-libubsan1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:22:19.4216191Z Unpacking libubsan1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:22:19.4568731Z Selecting previously unselected package libgcc-13-dev-armel-cross.
2025-08-20T20:22:19.4714084Z Preparing to unpack .../38-libgcc-13-dev-armel-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:22:19.4722061Z Unpacking libgcc-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:22:19.5261938Z Selecting previously unselected package gcc-13-arm-linux-gnueabi.
2025-08-20T20:22:19.5404056Z Preparing to unpack .../39-gcc-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T20:22:19.5435355Z Unpacking gcc-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:22:19.7949034Z Selecting previously unselected package linux-libc-dev-armel-cross.
2025-08-20T20:22:19.8091829Z Preparing to unpack .../40-linux-libc-dev-armel-cross_6.8.0-25.25cross1_all.deb ...
2025-08-20T20:22:19.8099466Z Unpacking linux-libc-dev-armel-cross (6.8.0-25.25cross1) ...
2025-08-20T20:22:20.0024913Z Selecting previously unselected package libc6-dev-armel-cross.
2025-08-20T20:22:20.0172629Z Preparing to unpack .../41-libc6-dev-armel-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T20:22:20.0181354Z Unpacking libc6-dev-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T20:22:20.1472991Z Selecting previously unselected package libstdc++-13-dev-armel-cross.
2025-08-20T20:22:20.1625136Z Preparing to unpack .../42-libstdc++-13-dev-armel-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:22:20.1634922Z Unpacking libstdc++-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:22:20.3782518Z Selecting previously unselected package g++-13-arm-linux-gnueabi.
2025-08-20T20:22:20.3934501Z Preparing to unpack .../43-g++-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T20:22:20.3968499Z Unpacking g++-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:22:20.5552025Z Selecting previously unselected package binutils-arm-linux-gnueabihf.
2025-08-20T20:22:20.5701550Z Preparing to unpack .../44-binutils-arm-linux-gnueabihf_2.42-4ubuntu2.5_amd64.deb ...
2025-08-20T20:22:20.5712426Z Unpacking binutils-arm-linux-gnueabihf (2.42-4ubuntu2.5) ...
2025-08-20T20:22:20.6657408Z Selecting previously unselected package libc6-armhf-cross.
2025-08-20T20:22:20.6805563Z Preparing to unpack .../45-libc6-armhf-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T20:22:20.6815851Z Unpacking libc6-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T20:22:20.7203450Z Selecting previously unselected package libgcc-s1-armhf-cross.
2025-08-20T20:22:20.7351668Z Preparing to unpack .../46-libgcc-s1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:22:20.7360865Z Unpacking libgcc-s1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:22:20.7581736Z Selecting previously unselected package libgomp1-armhf-cross.
2025-08-20T20:22:20.7730778Z Preparing to unpack .../47-libgomp1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:22:20.7742699Z Unpacking libgomp1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:22:20.7970666Z Selecting previously unselected package libatomic1-armhf-cross.
2025-08-20T20:22:20.8119321Z Preparing to unpack .../48-libatomic1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:22:20.8127699Z Unpacking libatomic1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:22:20.8345295Z Selecting previously unselected package libasan8-armhf-cross.
2025-08-20T20:22:20.8495355Z Preparing to unpack .../49-libasan8-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:22:20.8504816Z Unpacking libasan8-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:22:20.9165149Z Selecting previously unselected package libstdc++6-armhf-cross.
2025-08-20T20:22:20.9314034Z Preparing to unpack .../50-libstdc++6-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:22:20.9322390Z Unpacking libstdc++6-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:22:20.9621150Z Selecting previously unselected package libubsan1-armhf-cross.
2025-08-20T20:22:20.9768867Z Preparing to unpack .../51-libubsan1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:22:20.9777714Z Unpacking libubsan1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:22:21.0148285Z Selecting previously unselected package libgcc-13-dev-armhf-cross.
2025-08-20T20:22:21.0296768Z Preparing to unpack .../52-libgcc-13-dev-armhf-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:22:21.0306103Z Unpacking libgcc-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:22:21.0866342Z Selecting previously unselected package gcc-13-arm-linux-gnueabihf.
2025-08-20T20:22:21.1018244Z Preparing to unpack .../53-gcc-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T20:22:21.1066056Z Unpacking gcc-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:22:21.3588910Z Selecting previously unselected package linux-libc-dev-armhf-cross.
2025-08-20T20:22:21.3737467Z Preparing to unpack .../54-linux-libc-dev-armhf-cross_6.8.0-25.25cross1_all.deb ...
2025-08-20T20:22:21.3746074Z Unpacking linux-libc-dev-armhf-cross (6.8.0-25.25cross1) ...
2025-08-20T20:22:21.5515396Z Selecting previously unselected package libc6-dev-armhf-cross.
2025-08-20T20:22:21.5665278Z Preparing to unpack .../55-libc6-dev-armhf-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T20:22:21.5674635Z Unpacking libc6-dev-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T20:22:21.6871046Z Selecting previously unselected package libstdc++-13-dev-armhf-cross.
2025-08-20T20:22:21.7019918Z Preparing to unpack .../56-libstdc++-13-dev-armhf-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T20:22:21.7030546Z Unpacking libstdc++-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:22:21.9193447Z Selecting previously unselected package g++-13-arm-linux-gnueabihf.
2025-08-20T20:22:21.9343348Z Preparing to unpack .../57-g++-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T20:22:21.9374214Z Unpacking g++-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:22:22.0853230Z Selecting previously unselected package gcc-aarch64-linux-gnu.
2025-08-20T20:22:22.1001468Z Preparing to unpack .../58-gcc-aarch64-linux-gnu_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-20T20:22:22.1011381Z Unpacking gcc-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-20T20:22:22.1226632Z Selecting previously unselected package g++-aarch64-linux-gnu.
2025-08-20T20:22:22.1377903Z Preparing to unpack .../59-g++-aarch64-linux-gnu_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-20T20:22:22.1387310Z Unpacking g++-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-20T20:22:22.1605698Z Selecting previously unselected package gcc-arm-linux-gnueabi.
2025-08-20T20:22:22.1755452Z Preparing to unpack .../60-gcc-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_amd64.deb ...
2025-08-20T20:22:22.1764245Z Unpacking gcc-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T20:22:22.1989050Z Selecting previously unselected package g++-arm-linux-gnueabi.
2025-08-20T20:22:22.2139940Z Preparing to unpack .../61-g++-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_amd64.deb ...
2025-08-20T20:22:22.2149542Z Unpacking g++-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T20:22:22.2354644Z Selecting previously unselected package gcc-arm-linux-gnueabihf.
2025-08-20T20:22:22.2506885Z Preparing to unpack .../62-gcc-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-20T20:22:22.2515908Z Unpacking gcc-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T20:22:22.2740417Z Selecting previously unselected package g++-arm-linux-gnueabihf.
2025-08-20T20:22:22.2891920Z Preparing to unpack .../63-g++-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-20T20:22:22.2902452Z Unpacking g++-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T20:22:22.3369467Z Setting up binutils-arm-linux-gnueabi (2.42-4ubuntu2.5) ...
2025-08-20T20:22:22.3405251Z Setting up libc6-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T20:22:22.3436635Z Setting up gcc-13-arm-linux-gnueabi-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:22:22.3471216Z Setting up gcc-14-cross-base (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:22:22.3522396Z Setting up libatomic1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:22:22.3569661Z Setting up linux-libc-dev-armel-cross (6.8.0-25.25cross1) ...
2025-08-20T20:22:22.3600416Z Setting up gcc-13-cross-base (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:22:22.3635634Z Setting up libc6-arm64-cross (2.39-0ubuntu8cross1) ...
2025-08-20T20:22:22.3671278Z Setting up linux-libc-dev-armhf-cross (6.8.0-25.25cross1) ...
2025-08-20T20:22:22.3704671Z Setting up libitm1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:22:22.3737860Z Setting up linux-libc-dev-arm64-cross (6.8.0-25.25cross1) ...
2025-08-20T20:22:22.3765019Z Setting up libc6-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T20:22:22.3812914Z Setting up gcc-13-arm-linux-gnueabihf-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:22:22.3836727Z Setting up gcc-14-cross-base-ports (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:22:22.3865858Z Setting up gcc-13-aarch64-linux-gnu-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:22:22.3895846Z Setting up libc6-dev-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T20:22:22.3927519Z Setting up binutils-arm-linux-gnueabihf (2.42-4ubuntu2.5) ...
2025-08-20T20:22:22.3958457Z Setting up gcc-13-cross-base-ports (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:22:22.3982541Z Setting up libgcc-s1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:22:22.4011960Z Setting up libatomic1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:22:22.4037031Z Setting up libgomp1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:22:22.4061039Z Setting up liblsan0-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:22:22.4084398Z Setting up libgomp1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:22:22.4113949Z Setting up cpp-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:22:22.4139725Z Setting up libgomp1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:22:22.4172855Z Setting up cpp-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:22:22.4203106Z Setting up cpp-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:22:22.4227456Z Setting up libgcc-s1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:22:22.4296709Z Setting up libgcc-s1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:22:22.4327633Z Setting up libc6-dev-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T20:22:22.4365364Z Setting up libhwasan0-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:22:22.4392330Z Setting up libc6-dev-arm64-cross (2.39-0ubuntu8cross1) ...
2025-08-20T20:22:22.4416431Z Setting up libstdc++6-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:22:22.4442784Z Setting up libatomic1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:22:22.4467552Z Setting up libstdc++6-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:22:22.4487398Z Setting up cpp-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-20T20:22:22.4509717Z Setting up cpp-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T20:22:22.4529625Z Setting up libstdc++6-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:22:22.4552951Z Setting up libubsan1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:22:22.4576156Z Setting up libubsan1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:22:22.4597842Z Setting up libasan8-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:22:22.4621343Z Setting up libtsan2-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:22:22.4643305Z Setting up cpp-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T20:22:22.4666423Z Setting up libasan8-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:22:22.4687643Z Setting up libasan8-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:22:22.4708046Z Setting up libubsan1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T20:22:22.4730808Z Setting up libgcc-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:22:22.4757931Z Setting up gcc-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:22:22.4778543Z Setting up libstdc++-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:22:22.4802019Z Setting up libgcc-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:22:22.4823363Z Setting up libgcc-13-dev-arm64-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:22:22.4845332Z Setting up gcc-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T20:22:22.4866139Z Setting up g++-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:22:22.4887420Z Setting up libstdc++-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:22:22.4912478Z Setting up gcc-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:22:22.4934303Z Setting up gcc-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:22:22.4955906Z Setting up libstdc++-13-dev-arm64-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:22:22.4976549Z Setting up g++-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T20:22:22.4996206Z Setting up gcc-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T20:22:22.5018606Z Setting up g++-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:22:22.5041530Z Setting up g++-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T20:22:22.5067475Z Setting up g++-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T20:22:22.5088783Z Setting up gcc-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-20T20:22:22.5112881Z Setting up g++-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-20T20:22:22.5140312Z Processing triggers for ccache (4.9.1-1) ...
2025-08-20T20:22:22.5159371Z Updating symlinks in /usr/lib/ccache ...
2025-08-20T20:22:22.5254662Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:22:26.7594847Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T20:22:28.4613477Z Reading package lists...
2025-08-20T20:22:28.6723258Z Building dependency tree...
2025-08-20T20:22:28.6732024Z Reading state information...
2025-08-20T20:22:28.8711957Z The following additional packages will be installed:
2025-08-20T20:22:28.8712711Z   libdbus-1-dev libibverbs-dev libjudydebian1 libnl-3-dev libnl-route-3-dev
2025-08-20T20:22:28.8718734Z   libpcap0.8-dev
2025-08-20T20:22:28.9045546Z The following NEW packages will be installed:
2025-08-20T20:22:28.9046397Z   libdbus-1-dev libibverbs-dev libjudydebian1 libnl-3-dev libnl-route-3-dev
2025-08-20T20:22:28.9053128Z   libpcap-dev libpcap0.8-dev pcaputils
2025-08-20T20:22:28.9269393Z 0 upgraded, 8 newly installed, 0 to remove and 45 not upgraded.
2025-08-20T20:22:28.9526775Z Need to get 1613 kB of archives.
2025-08-20T20:22:28.9527501Z After this operation, 6802 kB of additional disk space will be used.
2025-08-20T20:22:28.9528243Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T20:22:29.0400927Z 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:22:29.0730163Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libjudydebian1 amd64 1.0.5-5.1build1 [107 kB]
2025-08-20T20:22:29.1032780Z 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:22:29.1341496Z 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:22:29.1672353Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libibverbs-dev amd64 50.0-2ubuntu0.2 [686 kB]
2025-08-20T20:22:29.2308820Z 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:22:29.2854437Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libpcap-dev amd64 1.10.4-4.1ubuntu3 [3324 B]
2025-08-20T20:22:29.3150528Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 pcaputils amd64 0.8-1.1build2 [43.8 kB]
2025-08-20T20:22:29.5965659Z Fetched 1613 kB in 0s (4317 kB/s)
2025-08-20T20:22:29.6166578Z Selecting previously unselected package libdbus-1-dev:amd64.
2025-08-20T20:22:29.6225790Z (Reading database ... 
2025-08-20T20:22:29.6226506Z (Reading database ... 5%
2025-08-20T20:22:29.6226942Z (Reading database ... 10%
2025-08-20T20:22:29.6227319Z (Reading database ... 15%
2025-08-20T20:22:29.6227680Z (Reading database ... 20%
2025-08-20T20:22:29.6228052Z (Reading database ... 25%
2025-08-20T20:22:29.6228408Z (Reading database ... 30%
2025-08-20T20:22:29.6228761Z (Reading database ... 35%
2025-08-20T20:22:29.6229116Z (Reading database ... 40%
2025-08-20T20:22:29.6229467Z (Reading database ... 45%
2025-08-20T20:22:29.6229824Z (Reading database ... 50%
2025-08-20T20:22:29.6326764Z (Reading database ... 55%
2025-08-20T20:22:29.6347448Z (Reading database ... 60%
2025-08-20T20:22:29.6369821Z (Reading database ... 65%
2025-08-20T20:22:29.6414286Z (Reading database ... 70%
2025-08-20T20:22:29.6439206Z (Reading database ... 75%
2025-08-20T20:22:29.6469417Z (Reading database ... 80%
2025-08-20T20:22:29.6624515Z (Reading database ... 85%
2025-08-20T20:22:29.6913555Z (Reading database ... 90%
2025-08-20T20:22:29.7003013Z (Reading database ... 95%
2025-08-20T20:22:29.7004053Z (Reading database ... 100%
2025-08-20T20:22:29.7004626Z (Reading database ... 235760 files and directories currently installed.)
2025-08-20T20:22:29.7051495Z Preparing to unpack .../0-libdbus-1-dev_1.14.10-4ubuntu4.1_amd64.deb ...
2025-08-20T20:22:29.7060874Z Unpacking libdbus-1-dev:amd64 (1.14.10-4ubuntu4.1) ...
2025-08-20T20:22:29.7394238Z Selecting previously unselected package libjudydebian1.
2025-08-20T20:22:29.7540787Z Preparing to unpack .../1-libjudydebian1_1.0.5-5.1build1_amd64.deb ...
2025-08-20T20:22:29.7554449Z Unpacking libjudydebian1 (1.0.5-5.1build1) ...
2025-08-20T20:22:29.7781712Z Selecting previously unselected package libnl-3-dev:amd64.
2025-08-20T20:22:29.7927434Z Preparing to unpack .../2-libnl-3-dev_3.7.0-0.3build1.1_amd64.deb ...
2025-08-20T20:22:29.7936772Z Unpacking libnl-3-dev:amd64 (3.7.0-0.3build1.1) ...
2025-08-20T20:22:29.8390566Z Selecting previously unselected package libnl-route-3-dev:amd64.
2025-08-20T20:22:29.8535669Z Preparing to unpack .../3-libnl-route-3-dev_3.7.0-0.3build1.1_amd64.deb ...
2025-08-20T20:22:29.8542996Z Unpacking libnl-route-3-dev:amd64 (3.7.0-0.3build1.1) ...
2025-08-20T20:22:29.8798396Z Selecting previously unselected package libibverbs-dev:amd64.
2025-08-20T20:22:29.8947136Z Preparing to unpack .../4-libibverbs-dev_50.0-2ubuntu0.2_amd64.deb ...
2025-08-20T20:22:29.8955267Z Unpacking libibverbs-dev:amd64 (50.0-2ubuntu0.2) ...
2025-08-20T20:22:29.9665284Z Selecting previously unselected package libpcap0.8-dev:amd64.
2025-08-20T20:22:29.9812057Z Preparing to unpack .../5-libpcap0.8-dev_1.10.4-4.1ubuntu3_amd64.deb ...
2025-08-20T20:22:29.9843556Z Unpacking libpcap0.8-dev:amd64 (1.10.4-4.1ubuntu3) ...
2025-08-20T20:22:30.0226471Z Selecting previously unselected package libpcap-dev:amd64.
2025-08-20T20:22:30.0372840Z Preparing to unpack .../6-libpcap-dev_1.10.4-4.1ubuntu3_amd64.deb ...
2025-08-20T20:22:30.0380960Z Unpacking libpcap-dev:amd64 (1.10.4-4.1ubuntu3) ...
2025-08-20T20:22:30.0634523Z Selecting previously unselected package pcaputils.
2025-08-20T20:22:30.0784960Z Preparing to unpack .../7-pcaputils_0.8-1.1build2_amd64.deb ...
2025-08-20T20:22:30.0820694Z Unpacking pcaputils (0.8-1.1build2) ...
2025-08-20T20:22:30.1277601Z Setting up libjudydebian1 (1.0.5-5.1build1) ...
2025-08-20T20:22:30.1301974Z Setting up libdbus-1-dev:amd64 (1.14.10-4ubuntu4.1) ...
2025-08-20T20:22:30.3311719Z Setting up libnl-3-dev:amd64 (3.7.0-0.3build1.1) ...
2025-08-20T20:22:30.3334087Z Setting up pcaputils (0.8-1.1build2) ...
2025-08-20T20:22:30.3437999Z update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults
2025-08-20T20:22:30.6432748Z Setting up libnl-route-3-dev:amd64 (3.7.0-0.3build1.1) ...
2025-08-20T20:22:30.6460657Z Setting up libibverbs-dev:amd64 (50.0-2ubuntu0.2) ...
2025-08-20T20:22:30.6533998Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T20:22:30.6693000Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:22:35.2172459Z Processing triggers for sgml-base (1.31) ...
2025-08-20T20:22:35.2477790Z Setting up libpcap0.8-dev:amd64 (1.10.4-4.1ubuntu3) ...
2025-08-20T20:22:35.2506036Z Setting up libpcap-dev:amd64 (1.10.4-4.1ubuntu3) ...
2025-08-20T20:22:36.8721289Z Reading package lists...
2025-08-20T20:22:37.0764136Z Building dependency tree...
2025-08-20T20:22:37.0772736Z Reading state information...
2025-08-20T20:22:37.1234501Z Reading package lists...
2025-08-20T20:22:37.3312465Z Building dependency tree...
2025-08-20T20:22:37.3321819Z Reading state information...
2025-08-20T20:22:37.5305421Z The following additional packages will be installed:
2025-08-20T20:22:37.5310960Z   liblz1 liblzma-dev librust-cc-dev librust-libc-dev librust-pkg-config-dev
2025-08-20T20:22:37.5318089Z Suggested packages:
2025-08-20T20:22:37.5318593Z   liblzma-doc librust-cc+jobserver-dev librust-libc+rustc-dep-of-std-dev
2025-08-20T20:22:37.5319102Z   librust-libc+rustc-std-workspace-core-dev
2025-08-20T20:22:37.5515962Z The following NEW packages will be installed:
2025-08-20T20:22:37.5516841Z   liblz-dev liblz1 liblzma-dev librust-cc-dev librust-libc-dev
2025-08-20T20:22:37.5523408Z   librust-lzma-sys-dev librust-pkg-config-dev lzma lzma-dev
2025-08-20T20:22:37.5719001Z 0 upgraded, 9 newly installed, 0 to remove and 45 not upgraded.
2025-08-20T20:22:37.5719428Z Need to get 800 kB of archives.
2025-08-20T20:22:37.5719984Z After this operation, 6245 kB of additional disk space will be used.
2025-08-20T20:22:37.5720688Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T20:22:37.7147421Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 liblz1 amd64 1.14-1 [36.4 kB]
2025-08-20T20:22:37.7450061Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 liblz-dev amd64 1.14-1 [51.7 kB]
2025-08-20T20:22:37.7767910Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 librust-libc-dev amd64 0.2.152-1 [353 kB]
2025-08-20T20:22:37.8089466Z 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:22:37.8391353Z 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:22:37.8686668Z 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:22:37.9012411Z 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:22:37.9316248Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 lzma amd64 9.22-2.2 [47.3 kB]
2025-08-20T20:22:37.9618847Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 lzma-dev all 9.22-2.2 [41.6 kB]
2025-08-20T20:22:38.2433509Z Fetched 800 kB in 0s (1995 kB/s)
2025-08-20T20:22:38.2642478Z Selecting previously unselected package liblz1:amd64.
2025-08-20T20:22:38.2703510Z (Reading database ... 
2025-08-20T20:22:38.2704141Z (Reading database ... 5%
2025-08-20T20:22:38.2704531Z (Reading database ... 10%
2025-08-20T20:22:38.2704920Z (Reading database ... 15%
2025-08-20T20:22:38.2705654Z (Reading database ... 20%
2025-08-20T20:22:38.2706045Z (Reading database ... 25%
2025-08-20T20:22:38.2706414Z (Reading database ... 30%
2025-08-20T20:22:38.2706768Z (Reading database ... 35%
2025-08-20T20:22:38.2707130Z (Reading database ... 40%
2025-08-20T20:22:38.2707485Z (Reading database ... 45%
2025-08-20T20:22:38.2707837Z (Reading database ... 50%
2025-08-20T20:22:38.2822376Z (Reading database ... 55%
2025-08-20T20:22:38.2846364Z (Reading database ... 60%
2025-08-20T20:22:38.2870464Z (Reading database ... 65%
2025-08-20T20:22:38.2917517Z (Reading database ... 70%
2025-08-20T20:22:38.2945890Z (Reading database ... 75%
2025-08-20T20:22:38.2979494Z (Reading database ... 80%
2025-08-20T20:22:38.3152797Z (Reading database ... 85%
2025-08-20T20:22:38.3489765Z (Reading database ... 90%
2025-08-20T20:22:38.3592304Z (Reading database ... 95%
2025-08-20T20:22:38.3592863Z (Reading database ... 100%
2025-08-20T20:22:38.3593815Z (Reading database ... 236416 files and directories currently installed.)
2025-08-20T20:22:38.3643530Z Preparing to unpack .../0-liblz1_1.14-1_amd64.deb ...
2025-08-20T20:22:38.3659607Z Unpacking liblz1:amd64 (1.14-1) ...
2025-08-20T20:22:38.3885320Z Selecting previously unselected package liblz-dev:amd64.
2025-08-20T20:22:38.4035028Z Preparing to unpack .../1-liblz-dev_1.14-1_amd64.deb ...
2025-08-20T20:22:38.4045247Z Unpacking liblz-dev:amd64 (1.14-1) ...
2025-08-20T20:22:38.4278724Z Selecting previously unselected package librust-libc-dev:amd64.
2025-08-20T20:22:38.4429211Z Preparing to unpack .../2-librust-libc-dev_0.2.152-1_amd64.deb ...
2025-08-20T20:22:38.4439640Z Unpacking librust-libc-dev:amd64 (0.2.152-1) ...
2025-08-20T20:22:38.5298117Z Selecting previously unselected package librust-cc-dev:amd64.
2025-08-20T20:22:38.5449924Z Preparing to unpack .../3-librust-cc-dev_1.0.83-1_amd64.deb ...
2025-08-20T20:22:38.5501171Z Unpacking librust-cc-dev:amd64 (1.0.83-1) ...
2025-08-20T20:22:38.5770879Z Selecting previously unselected package librust-pkg-config-dev:amd64.
2025-08-20T20:22:38.5925877Z Preparing to unpack .../4-librust-pkg-config-dev_0.3.27-1_amd64.deb ...
2025-08-20T20:22:38.5939396Z Unpacking librust-pkg-config-dev:amd64 (0.3.27-1) ...
2025-08-20T20:22:38.6209678Z Selecting previously unselected package liblzma-dev:amd64.
2025-08-20T20:22:38.6371173Z Preparing to unpack .../5-liblzma-dev_5.6.1+really5.4.5-1ubuntu0.2_amd64.deb ...
2025-08-20T20:22:38.6379661Z Unpacking liblzma-dev:amd64 (5.6.1+really5.4.5-1ubuntu0.2) ...
2025-08-20T20:22:38.6722212Z Selecting previously unselected package librust-lzma-sys-dev:amd64.
2025-08-20T20:22:38.6877200Z Preparing to unpack .../6-librust-lzma-sys-dev_0.1.20-1_amd64.deb ...
2025-08-20T20:22:38.6887106Z Unpacking librust-lzma-sys-dev:amd64 (0.1.20-1) ...
2025-08-20T20:22:38.7129084Z Selecting previously unselected package lzma.
2025-08-20T20:22:38.7282347Z Preparing to unpack .../7-lzma_9.22-2.2_amd64.deb ...
2025-08-20T20:22:38.7291556Z Unpacking lzma (9.22-2.2) ...
2025-08-20T20:22:38.7579462Z Selecting previously unselected package lzma-dev.
2025-08-20T20:22:38.7731639Z Preparing to unpack .../8-lzma-dev_9.22-2.2_all.deb ...
2025-08-20T20:22:38.7741849Z Unpacking lzma-dev (9.22-2.2) ...
2025-08-20T20:22:38.8194602Z Setting up liblz1:amd64 (1.14-1) ...
2025-08-20T20:22:38.8215973Z Setting up librust-libc-dev:amd64 (0.2.152-1) ...
2025-08-20T20:22:38.8237327Z Setting up librust-cc-dev:amd64 (1.0.83-1) ...
2025-08-20T20:22:38.8257505Z Setting up liblz-dev:amd64 (1.14-1) ...
2025-08-20T20:22:38.8278680Z Setting up lzma (9.22-2.2) ...
2025-08-20T20:22:38.8343395Z update-alternatives: using /usr/bin/lzmp to provide /usr/bin/lzma (lzma) in auto mode
2025-08-20T20:22:38.8369480Z Setting up lzma-dev (9.22-2.2) ...
2025-08-20T20:22:38.8389952Z Setting up liblzma-dev:amd64 (5.6.1+really5.4.5-1ubuntu0.2) ...
2025-08-20T20:22:38.8411149Z Setting up librust-pkg-config-dev:amd64 (0.3.27-1) ...
2025-08-20T20:22:38.8432384Z Setting up librust-lzma-sys-dev:amd64 (0.1.20-1) ...
2025-08-20T20:22:38.8459072Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T20:22:38.8619827Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:22:43.0767291Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T20:22:43.7203999Z 
2025-08-20T20:22:43.7204440Z Running kernel seems to be up-to-date.
2025-08-20T20:22:43.7204746Z 
2025-08-20T20:22:43.7204854Z Restarting services...
2025-08-20T20:22:43.7267034Z 
2025-08-20T20:22:43.7267497Z Service restarts being deferred:
2025-08-20T20:22:43.7267943Z  systemctl restart hosted-compute-agent.service
2025-08-20T20:22:43.7268330Z 
2025-08-20T20:22:43.7268500Z No containers need to be restarted.
2025-08-20T20:22:43.7268779Z 
2025-08-20T20:22:43.7268900Z No user sessions are running outdated binaries.
2025-08-20T20:22:43.7269114Z 
2025-08-20T20:22:43.7269537Z No VM guests are running outdated hypervisor (qemu) binaries on this host.
2025-08-20T20:22:44.6670412Z Reading package lists...
2025-08-20T20:22:44.8447982Z Building dependency tree...
2025-08-20T20:22:44.8456764Z Reading state information...
2025-08-20T20:22:45.0481915Z dnsutils is already the newest version (1:9.18.30-0ubuntu0.24.04.2).
2025-08-20T20:22:45.0482604Z inetutils-telnet is already the newest version (2:2.5-3ubuntu4).
2025-08-20T20:22:45.0483090Z inetutils-telnet set to manually installed.
2025-08-20T20:22:45.0483520Z net-tools is already the newest version (2.10-0.1ubuntu4.4).
2025-08-20T20:22:45.0484178Z The following additional packages will be installed:
2025-08-20T20:22:45.0484578Z   tcpd update-inetd
2025-08-20T20:22:45.0632392Z The following packages will be REMOVED:
2025-08-20T20:22:45.0639850Z   iputils-ping rsyslog ubuntu-minimal
2025-08-20T20:22:45.0641094Z The following NEW packages will be installed:
2025-08-20T20:22:45.0641813Z   inetutils-ftp inetutils-ftpd inetutils-inetd inetutils-ping
2025-08-20T20:22:45.0642535Z   inetutils-syslogd inetutils-talk inetutils-talkd inetutils-telnetd
2025-08-20T20:22:45.0648197Z   inetutils-tools inetutils-traceroute netcat-traditional tcpd update-inetd
2025-08-20T20:22:45.0825057Z 0 upgraded, 13 newly installed, 3 to remove and 45 not upgraded.
2025-08-20T20:22:45.0825588Z Need to get 698 kB of archives.
2025-08-20T20:22:45.0825925Z After this operation, 196 kB of additional disk space will be used.
2025-08-20T20:22:45.0826323Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T20:22:45.1278026Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-syslogd amd64 2:2.5-3ubuntu4 [62.6 kB]
2025-08-20T20:22:45.1586500Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 tcpd amd64 7.6.q-33 [24.3 kB]
2025-08-20T20:22:45.1877000Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 update-inetd all 4.53 [24.0 kB]
2025-08-20T20:22:45.2325782Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-inetd amd64 2:2.5-3ubuntu4 [45.5 kB]
2025-08-20T20:22:45.2648572Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-ftp amd64 2:2.5-3ubuntu4 [84.3 kB]
2025-08-20T20:22:45.2967249Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-ftpd amd64 2:2.5-3ubuntu4 [73.3 kB]
2025-08-20T20:22:45.3298959Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-ping amd64 2:2.5-3ubuntu4 [62.4 kB]
2025-08-20T20:22:45.3623926Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-talk amd64 2:2.5-3ubuntu4 [45.8 kB]
2025-08-20T20:22:45.3936291Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-talkd amd64 2:2.5-3ubuntu4 [35.7 kB]
2025-08-20T20:22:45.4230016Z Get:11 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-telnetd amd64 2:2.5-3ubuntu4 [60.0 kB]
2025-08-20T20:22:45.4544492Z Get:12 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-tools amd64 2:2.5-3ubuntu4 [76.9 kB]
2025-08-20T20:22:45.4858667Z Get:13 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 netcat-traditional amd64 1.10-48 [61.3 kB]
2025-08-20T20:22:45.5181788Z Get:14 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-traceroute amd64 2:2.5-3ubuntu4 [42.2 kB]
2025-08-20T20:22:45.7594156Z Preconfiguring packages ...
2025-08-20T20:22:45.8838831Z Fetched 698 kB in 0s (1558 kB/s)
2025-08-20T20:22:45.9022819Z (Reading database ... 
2025-08-20T20:22:45.9023452Z (Reading database ... 5%
2025-08-20T20:22:45.9024140Z (Reading database ... 10%
2025-08-20T20:22:45.9024542Z (Reading database ... 15%
2025-08-20T20:22:45.9024920Z (Reading database ... 20%
2025-08-20T20:22:45.9025280Z (Reading database ... 25%
2025-08-20T20:22:45.9025636Z (Reading database ... 30%
2025-08-20T20:22:45.9025989Z (Reading database ... 35%
2025-08-20T20:22:45.9026339Z (Reading database ... 40%
2025-08-20T20:22:45.9026691Z (Reading database ... 45%
2025-08-20T20:22:45.9027041Z (Reading database ... 50%
2025-08-20T20:22:45.9124308Z (Reading database ... 55%
2025-08-20T20:22:45.9144357Z (Reading database ... 60%
2025-08-20T20:22:45.9167490Z (Reading database ... 65%
2025-08-20T20:22:45.9210431Z (Reading database ... 70%
2025-08-20T20:22:45.9234629Z (Reading database ... 75%
2025-08-20T20:22:45.9264951Z (Reading database ... 80%
2025-08-20T20:22:45.9418931Z (Reading database ... 85%
2025-08-20T20:22:45.9709028Z (Reading database ... 90%
2025-08-20T20:22:45.9797047Z (Reading database ... 95%
2025-08-20T20:22:45.9797467Z (Reading database ... 100%
2025-08-20T20:22:45.9797886Z (Reading database ... 236908 files and directories currently installed.)
2025-08-20T20:22:45.9840812Z Removing ubuntu-minimal (1.539.2) ...
2025-08-20T20:22:45.9990984Z Removing iputils-ping (3:20240117-1ubuntu0.1) ...
2025-08-20T20:22:46.0139266Z Removing rsyslog (8.2312.0-3ubuntu9.1) ...
2025-08-20T20:22:46.4064863Z Selecting previously unselected package inetutils-syslogd.
2025-08-20T20:22:46.4125967Z (Reading database ... 
2025-08-20T20:22:46.4126441Z (Reading database ... 5%
2025-08-20T20:22:46.4126834Z (Reading database ... 10%
2025-08-20T20:22:46.4127264Z (Reading database ... 15%
2025-08-20T20:22:46.4127667Z (Reading database ... 20%
2025-08-20T20:22:46.4128413Z (Reading database ... 25%
2025-08-20T20:22:46.4128856Z (Reading database ... 30%
2025-08-20T20:22:46.4129235Z (Reading database ... 35%
2025-08-20T20:22:46.4129643Z (Reading database ... 40%
2025-08-20T20:22:46.4130058Z (Reading database ... 45%
2025-08-20T20:22:46.4130492Z (Reading database ... 50%
2025-08-20T20:22:46.4234138Z (Reading database ... 55%
2025-08-20T20:22:46.4255663Z (Reading database ... 60%
2025-08-20T20:22:46.4280322Z (Reading database ... 65%
2025-08-20T20:22:46.4327095Z (Reading database ... 70%
2025-08-20T20:22:46.4353028Z (Reading database ... 75%
2025-08-20T20:22:46.4385676Z (Reading database ... 80%
2025-08-20T20:22:46.4546278Z (Reading database ... 85%
2025-08-20T20:22:46.4853269Z (Reading database ... 90%
2025-08-20T20:22:46.4943555Z (Reading database ... 95%
2025-08-20T20:22:46.4944181Z (Reading database ... 100%
2025-08-20T20:22:46.4944769Z (Reading database ... 236836 files and directories currently installed.)
2025-08-20T20:22:46.4990146Z Preparing to unpack .../00-inetutils-syslogd_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T20:22:46.5028353Z Unpacking inetutils-syslogd (2:2.5-3ubuntu4) ...
2025-08-20T20:22:46.5295754Z Selecting previously unselected package tcpd.
2025-08-20T20:22:46.5439341Z Preparing to unpack .../01-tcpd_7.6.q-33_amd64.deb ...
2025-08-20T20:22:46.5446675Z Unpacking tcpd (7.6.q-33) ...
2025-08-20T20:22:46.5667333Z Selecting previously unselected package update-inetd.
2025-08-20T20:22:46.5810058Z Preparing to unpack .../02-update-inetd_4.53_all.deb ...
2025-08-20T20:22:46.5817978Z Unpacking update-inetd (4.53) ...
2025-08-20T20:22:46.6039174Z Selecting previously unselected package inetutils-inetd.
2025-08-20T20:22:46.6184947Z Preparing to unpack .../03-inetutils-inetd_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T20:22:46.6234737Z Unpacking inetutils-inetd (2:2.5-3ubuntu4) ...
2025-08-20T20:22:46.6453276Z Selecting previously unselected package inetutils-ftp.
2025-08-20T20:22:46.6597763Z Preparing to unpack .../04-inetutils-ftp_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T20:22:46.6605872Z Unpacking inetutils-ftp (2:2.5-3ubuntu4) ...
2025-08-20T20:22:46.6831561Z Selecting previously unselected package inetutils-ftpd.
2025-08-20T20:22:46.6978564Z Preparing to unpack .../05-inetutils-ftpd_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T20:22:46.6986542Z Unpacking inetutils-ftpd (2:2.5-3ubuntu4) ...
2025-08-20T20:22:46.7216556Z Selecting previously unselected package inetutils-ping.
2025-08-20T20:22:46.7365908Z Preparing to unpack .../06-inetutils-ping_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T20:22:46.7374292Z Unpacking inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-20T20:22:46.7599787Z Selecting previously unselected package inetutils-talk.
2025-08-20T20:22:46.7744852Z Preparing to unpack .../07-inetutils-talk_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T20:22:46.7752409Z Unpacking inetutils-talk (2:2.5-3ubuntu4) ...
2025-08-20T20:22:46.7964766Z Selecting previously unselected package inetutils-talkd.
2025-08-20T20:22:46.8109356Z Preparing to unpack .../08-inetutils-talkd_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T20:22:46.8117500Z Unpacking inetutils-talkd (2:2.5-3ubuntu4) ...
2025-08-20T20:22:46.8329603Z Selecting previously unselected package inetutils-telnetd.
2025-08-20T20:22:46.8476040Z Preparing to unpack .../09-inetutils-telnetd_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T20:22:46.8484623Z Unpacking inetutils-telnetd (2:2.5-3ubuntu4) ...
2025-08-20T20:22:46.8699128Z Selecting previously unselected package inetutils-tools.
2025-08-20T20:22:46.8844697Z Preparing to unpack .../10-inetutils-tools_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T20:22:46.8853767Z Unpacking inetutils-tools (2:2.5-3ubuntu4) ...
2025-08-20T20:22:46.9088342Z Selecting previously unselected package netcat-traditional.
2025-08-20T20:22:46.9236223Z Preparing to unpack .../11-netcat-traditional_1.10-48_amd64.deb ...
2025-08-20T20:22:46.9244160Z Unpacking netcat-traditional (1.10-48) ...
2025-08-20T20:22:46.9515887Z Selecting previously unselected package inetutils-traceroute.
2025-08-20T20:22:46.9661766Z Preparing to unpack .../12-inetutils-traceroute_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T20:22:46.9668783Z Unpacking inetutils-traceroute (2:2.5-3ubuntu4) ...
2025-08-20T20:22:47.0079125Z Setting up netcat-traditional (1.10-48) ...
2025-08-20T20:22:47.0160132Z Setting up update-inetd (4.53) ...
2025-08-20T20:22:47.1041269Z Setting up inetutils-traceroute (2:2.5-3ubuntu4) ...
2025-08-20T20:22:47.1110965Z update-alternatives: using /usr/bin/inetutils-traceroute to provide /usr/bin/traceroute (traceroute) in auto mode
2025-08-20T20:22:47.1129034Z Setting up inetutils-syslogd (2:2.5-3ubuntu4) ...
2025-08-20T20:22:47.5709883Z Created symlink /etc/systemd/system/syslogd.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-20T20:22:47.5710634Z 
2025-08-20T20:22:47.5710839Z Removed "/etc/systemd/system/syslog.service".
2025-08-20T20:22:47.5711200Z 
2025-08-20T20:22:47.5711652Z Created symlink /etc/systemd/system/syslog.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-20T20:22:47.5712087Z 
2025-08-20T20:22:47.5712667Z Created symlink /etc/systemd/system/multi-user.target.wants/inetutils-syslogd.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-20T20:22:47.5713194Z 
2025-08-20T20:22:47.8800901Z Setting up inetutils-ftp (2:2.5-3ubuntu4) ...
2025-08-20T20:22:47.8881070Z Setting up inetutils-talk (2:2.5-3ubuntu4) ...
2025-08-20T20:22:47.8944299Z update-alternatives: using /usr/bin/inetutils-talk to provide /usr/bin/talk (talk) in auto mode
2025-08-20T20:22:47.8964900Z Setting up inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-20T20:22:47.8997589Z Setting up inetutils-tools (2:2.5-3ubuntu4) ...
2025-08-20T20:22:47.9019577Z Setting up tcpd (7.6.q-33) ...
2025-08-20T20:22:47.9041886Z Setting up inetutils-inetd (2:2.5-3ubuntu4) ...
2025-08-20T20:22:48.3188433Z Created symlink /etc/systemd/system/inetd.service → /usr/lib/systemd/system/inetutils-inetd.service.
2025-08-20T20:22:48.3188876Z 
2025-08-20T20:22:48.3189708Z Created symlink /etc/systemd/system/multi-user.target.wants/inetutils-inetd.service → /usr/lib/systemd/system/inetutils-inetd.service.
2025-08-20T20:22:48.3190654Z 
2025-08-20T20:22:48.6458028Z Setting up inetutils-talkd (2:2.5-3ubuntu4) ...
2025-08-20T20:22:48.7603966Z Setting up inetutils-ftpd (2:2.5-3ubuntu4) ...
2025-08-20T20:22:48.8246954Z Setting up inetutils-telnetd (2:2.5-3ubuntu4) ...
2025-08-20T20:22:48.8836658Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:22:55.0506814Z Reading package lists...
2025-08-20T20:22:55.2086983Z Building dependency tree...
2025-08-20T20:22:55.2095418Z Reading state information...
2025-08-20T20:22:55.4179727Z iputils-tracepath is already the newest version (3:20240117-1ubuntu0.1).
2025-08-20T20:22:55.4180334Z iputils-tracepath set to manually installed.
2025-08-20T20:22:55.4180647Z The following packages will be REMOVED:
2025-08-20T20:22:55.4187148Z   inetutils-ping
2025-08-20T20:22:55.4188037Z The following NEW packages will be installed:
2025-08-20T20:22:55.4194641Z   iputils-arping iputils-clockdiff iputils-ping
2025-08-20T20:22:55.4361689Z 0 upgraded, 3 newly installed, 1 to remove and 45 not upgraded.
2025-08-20T20:22:55.4362305Z Need to get 71.5 kB of archives.
2025-08-20T20:22:55.4362882Z After this operation, 16.4 kB of additional disk space will be used.
2025-08-20T20:22:55.4363392Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T20:22:55.4860791Z 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:22:55.5167394Z 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:22:55.5454506Z 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:22:55.8353207Z Fetched 71.5 kB in 0s (598 kB/s)
2025-08-20T20:22:55.8539631Z (Reading database ... 
2025-08-20T20:22:55.8540096Z (Reading database ... 5%
2025-08-20T20:22:55.8540519Z (Reading database ... 10%
2025-08-20T20:22:55.8541386Z (Reading database ... 15%
2025-08-20T20:22:55.8541679Z (Reading database ... 20%
2025-08-20T20:22:55.8541947Z (Reading database ... 25%
2025-08-20T20:22:55.8542210Z (Reading database ... 30%
2025-08-20T20:22:55.8542475Z (Reading database ... 35%
2025-08-20T20:22:55.8542743Z (Reading database ... 40%
2025-08-20T20:22:55.8543007Z (Reading database ... 45%
2025-08-20T20:22:55.8543272Z (Reading database ... 50%
2025-08-20T20:22:55.8640008Z (Reading database ... 55%
2025-08-20T20:22:55.8660004Z (Reading database ... 60%
2025-08-20T20:22:55.8682194Z (Reading database ... 65%
2025-08-20T20:22:55.8725313Z (Reading database ... 70%
2025-08-20T20:22:55.8750270Z (Reading database ... 75%
2025-08-20T20:22:55.8778648Z (Reading database ... 80%
2025-08-20T20:22:55.8934109Z (Reading database ... 85%
2025-08-20T20:22:55.9225379Z (Reading database ... 90%
2025-08-20T20:22:55.9314886Z (Reading database ... 95%
2025-08-20T20:22:55.9315290Z (Reading database ... 100%
2025-08-20T20:22:55.9315757Z (Reading database ... 236997 files and directories currently installed.)
2025-08-20T20:22:55.9359465Z Removing inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-20T20:22:55.9821629Z Selecting previously unselected package iputils-ping.
2025-08-20T20:22:55.9881876Z (Reading database ... 
2025-08-20T20:22:55.9882289Z (Reading database ... 5%
2025-08-20T20:22:55.9882684Z (Reading database ... 10%
2025-08-20T20:22:55.9883763Z (Reading database ... 15%
2025-08-20T20:22:55.9884169Z (Reading database ... 20%
2025-08-20T20:22:55.9884540Z (Reading database ... 25%
2025-08-20T20:22:55.9884923Z (Reading database ... 30%
2025-08-20T20:22:55.9885297Z (Reading database ... 35%
2025-08-20T20:22:55.9885662Z (Reading database ... 40%
2025-08-20T20:22:55.9886030Z (Reading database ... 45%
2025-08-20T20:22:55.9886395Z (Reading database ... 50%
2025-08-20T20:22:55.9982857Z (Reading database ... 55%
2025-08-20T20:22:56.0003919Z (Reading database ... 60%
2025-08-20T20:22:56.0026489Z (Reading database ... 65%
2025-08-20T20:22:56.0070657Z (Reading database ... 70%
2025-08-20T20:22:56.0095087Z (Reading database ... 75%
2025-08-20T20:22:56.0124515Z (Reading database ... 80%
2025-08-20T20:22:56.0280238Z (Reading database ... 85%
2025-08-20T20:22:56.0568395Z (Reading database ... 90%
2025-08-20T20:22:56.0654018Z (Reading database ... 95%
2025-08-20T20:22:56.0654607Z (Reading database ... 100%
2025-08-20T20:22:56.0655424Z (Reading database ... 236988 files and directories currently installed.)
2025-08-20T20:22:56.0698504Z Preparing to unpack .../iputils-ping_3%3a20240117-1ubuntu0.1_amd64.deb ...
2025-08-20T20:22:56.0707309Z Unpacking iputils-ping (3:20240117-1ubuntu0.1) ...
2025-08-20T20:22:56.0929779Z Selecting previously unselected package iputils-arping.
2025-08-20T20:22:56.1072670Z Preparing to unpack .../iputils-arping_3%3a20240117-1ubuntu0.1_amd64.deb ...
2025-08-20T20:22:56.1080808Z Unpacking iputils-arping (3:20240117-1ubuntu0.1) ...
2025-08-20T20:22:56.1292422Z Selecting previously unselected package iputils-clockdiff.
2025-08-20T20:22:56.1437494Z Preparing to unpack .../iputils-clockdiff_3%3a20240117-1ubuntu0.1_amd64.deb ...
2025-08-20T20:22:56.1445279Z Unpacking iputils-clockdiff (3:20240117-1ubuntu0.1) ...
2025-08-20T20:22:56.1840495Z Setting up iputils-arping (3:20240117-1ubuntu0.1) ...
2025-08-20T20:22:56.2016073Z Setting up iputils-ping (3:20240117-1ubuntu0.1) ...
2025-08-20T20:22:56.2171464Z Setting up iputils-clockdiff (3:20240117-1ubuntu0.1) ...
2025-08-20T20:22:56.2329142Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:23:02.2171433Z Reading package lists...
2025-08-20T20:23:02.3764370Z Building dependency tree...
2025-08-20T20:23:02.3772607Z Reading state information...
2025-08-20T20:23:02.5195076Z python3-pip is already the newest version (24.0+dfsg-1ubuntu1.2).
2025-08-20T20:23:02.5195658Z python3-venv is already the newest version (3.12.3-0ubuntu2).
2025-08-20T20:23:02.5556721Z 0 upgraded, 0 newly installed, 0 to remove and 45 not upgraded.
2025-08-20T20:23:04.1734619Z pip 24.0 from /usr/lib/python3/dist-packages/pip (python 3.12)
2025-08-20T20:23:04.6899368Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T20:23:05.6549110Z Requirement already satisfied: pip in /usr/lib/python3/dist-packages (24.0)
2025-08-20T20:23:05.7599941Z Collecting pip
2025-08-20T20:23:05.7938063Z   Downloading pip-25.2-py3-none-any.whl.metadata (4.7 kB)
2025-08-20T20:23:05.8018556Z Downloading pip-25.2-py3-none-any.whl (1.8 MB)
2025-08-20T20:23:05.8357871Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 55.3 MB/s eta 0:00:00
2025-08-20T20:23:06.1004908Z Installing collected packages: pip
2025-08-20T20:23:06.8320814Z Successfully installed pip-25.2
2025-08-20T20:23:07.0400410Z pip 25.2 from /home/runner/.local/lib/python3.12/site-packages/pip (python 3.12)
2025-08-20T20:23:07.0838750Z Reading package lists...
2025-08-20T20:23:07.2384079Z Building dependency tree...
2025-08-20T20:23:07.2391908Z Reading state information...
2025-08-20T20:23:07.3787884Z pciutils is already the newest version (1:3.10.0-2build1).
2025-08-20T20:23:07.3788704Z pciutils set to manually installed.
2025-08-20T20:23:07.3789363Z procps is already the newest version (2:4.0.4-4ubuntu3.2).
2025-08-20T20:23:07.3790124Z python3-distro is already the newest version (1.9.0-1).
2025-08-20T20:23:07.3790800Z python3-distro set to manually installed.
2025-08-20T20:23:07.3791540Z python3-netifaces is already the newest version (0.11.0-2build3).
2025-08-20T20:23:07.3792311Z python3-netifaces set to manually installed.
2025-08-20T20:23:07.3792847Z The following additional packages will be installed:
2025-08-20T20:23:07.3793225Z   libsysfs2
2025-08-20T20:23:07.3794107Z Suggested packages:
2025-08-20T20:23:07.3794476Z   fancontrol read-edid i2c-tools
2025-08-20T20:23:07.4044895Z The following NEW packages will be installed:
2025-08-20T20:23:07.4046847Z   libsysfs2 lm-sensors sysfsutils virt-what
2025-08-20T20:23:07.4201272Z 0 upgraded, 4 newly installed, 0 to remove and 45 not upgraded.
2025-08-20T20:23:07.4430108Z Need to get 142 kB of archives.
2025-08-20T20:23:07.4431173Z After this operation, 577 kB of additional disk space will be used.
2025-08-20T20:23:07.4431791Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T20:23:07.4965045Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libsysfs2 amd64 2.1.1-6build1 [20.0 kB]
2025-08-20T20:23:07.5264482Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 sysfsutils amd64 2.1.1-6build1 [15.5 kB]
2025-08-20T20:23:07.5551015Z 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:23:07.5849759Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 virt-what amd64 1.25-2 [15.9 kB]
2025-08-20T20:23:07.8499748Z Fetched 142 kB in 0s (927 kB/s)
2025-08-20T20:23:07.8700560Z Selecting previously unselected package libsysfs2:amd64.
2025-08-20T20:23:07.8762015Z (Reading database ... 
2025-08-20T20:23:07.8762407Z (Reading database ... 5%
2025-08-20T20:23:07.8762786Z (Reading database ... 10%
2025-08-20T20:23:07.8763204Z (Reading database ... 15%
2025-08-20T20:23:07.8763775Z (Reading database ... 20%
2025-08-20T20:23:07.8764140Z (Reading database ... 25%
2025-08-20T20:23:07.8764504Z (Reading database ... 30%
2025-08-20T20:23:07.8764860Z (Reading database ... 35%
2025-08-20T20:23:07.8765203Z (Reading database ... 40%
2025-08-20T20:23:07.8765552Z (Reading database ... 45%
2025-08-20T20:23:07.8765902Z (Reading database ... 50%
2025-08-20T20:23:07.8870027Z (Reading database ... 55%
2025-08-20T20:23:07.8890824Z (Reading database ... 60%
2025-08-20T20:23:07.8914739Z (Reading database ... 65%
2025-08-20T20:23:07.8959487Z (Reading database ... 70%
2025-08-20T20:23:07.8984185Z (Reading database ... 75%
2025-08-20T20:23:07.9012698Z (Reading database ... 80%
2025-08-20T20:23:07.9165259Z (Reading database ... 85%
2025-08-20T20:23:07.9453368Z (Reading database ... 90%
2025-08-20T20:23:07.9541437Z (Reading database ... 95%
2025-08-20T20:23:07.9541957Z (Reading database ... 100%
2025-08-20T20:23:07.9542918Z (Reading database ... 237007 files and directories currently installed.)
2025-08-20T20:23:07.9585875Z Preparing to unpack .../libsysfs2_2.1.1-6build1_amd64.deb ...
2025-08-20T20:23:07.9601453Z Unpacking libsysfs2:amd64 (2.1.1-6build1) ...
2025-08-20T20:23:07.9834502Z Selecting previously unselected package sysfsutils.
2025-08-20T20:23:07.9978379Z Preparing to unpack .../sysfsutils_2.1.1-6build1_amd64.deb ...
2025-08-20T20:23:08.0010162Z Unpacking sysfsutils (2.1.1-6build1) ...
2025-08-20T20:23:08.0239993Z Selecting previously unselected package lm-sensors.
2025-08-20T20:23:08.0383188Z Preparing to unpack .../lm-sensors_1%3a3.6.0-9build1_amd64.deb ...
2025-08-20T20:23:08.0573156Z Unpacking lm-sensors (1:3.6.0-9build1) ...
2025-08-20T20:23:08.0837752Z Selecting previously unselected package virt-what.
2025-08-20T20:23:08.0982870Z Preparing to unpack .../virt-what_1.25-2_amd64.deb ...
2025-08-20T20:23:08.0990876Z Unpacking virt-what (1.25-2) ...
2025-08-20T20:23:08.1388873Z Setting up virt-what (1.25-2) ...
2025-08-20T20:23:08.1408578Z Setting up libsysfs2:amd64 (2.1.1-6build1) ...
2025-08-20T20:23:08.1431835Z Setting up sysfsutils (2.1.1-6build1) ...
2025-08-20T20:23:08.5520703Z Created symlink /etc/systemd/system/sysfs.service → /usr/lib/systemd/system/sysfsutils.service.
2025-08-20T20:23:08.5521137Z 
2025-08-20T20:23:08.5521636Z Created symlink /etc/systemd/system/multi-user.target.wants/sysfsutils.service → /usr/lib/systemd/system/sysfsutils.service.
2025-08-20T20:23:08.5522410Z 
2025-08-20T20:23:08.8684121Z Setting up lm-sensors (1:3.6.0-9build1) ...
2025-08-20T20:23:09.2755617Z Created symlink /etc/systemd/system/multi-user.target.wants/lm-sensors.service → /usr/lib/systemd/system/lm-sensors.service.
2025-08-20T20:23:09.2756522Z 
2025-08-20T20:23:09.2790683Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:23:13.8154778Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T20:23:15.2728805Z Reading package lists...
2025-08-20T20:23:15.4339250Z Building dependency tree...
2025-08-20T20:23:15.4347940Z Reading state information...
2025-08-20T20:23:15.5848394Z scons is already the newest version (4.5.2+dfsg-1).
2025-08-20T20:23:15.5849024Z The following additional packages will be installed:
2025-08-20T20:23:15.5852946Z   libpthread-stubs0-dev libxau-dev libxcb-shape0 libxdmcp-dev x11proto-dev
2025-08-20T20:23:15.5853471Z   xorg-sgml-doctools
2025-08-20T20:23:15.5859349Z Suggested packages:
2025-08-20T20:23:15.5859708Z   libxcb-doc
2025-08-20T20:23:15.6039696Z The following NEW packages will be installed:
2025-08-20T20:23:15.6041424Z   libpthread-stubs0-dev libxau-dev libxcb-render0-dev libxcb-shape0
2025-08-20T20:23:15.6044336Z   libxcb-shape0-dev libxcb-xfixes0-dev libxcb1-dev libxdmcp-dev x11proto-dev
2025-08-20T20:23:15.6045049Z   xcb xorg-sgml-doctools
2025-08-20T20:23:15.6213291Z 0 upgraded, 11 newly installed, 0 to remove and 45 not upgraded.
2025-08-20T20:23:15.6213998Z Need to get 807 kB of archives.
2025-08-20T20:23:15.6214339Z After this operation, 3089 kB of additional disk space will be used.
2025-08-20T20:23:15.6214815Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T20:23:15.6897956Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libpthread-stubs0-dev amd64 0.4-1build3 [4746 B]
2025-08-20T20:23:15.7189105Z 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:23:15.7480536Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 x11proto-dev all 2023.2-1 [602 kB]
2025-08-20T20:23:15.8052608Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxau-dev amd64 1:1.0.9-1build6 [9570 B]
2025-08-20T20:23:15.8338972Z 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:23:15.8629678Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxcb1-dev amd64 1.15-1ubuntu2 [85.8 kB]
2025-08-20T20:23:15.8954702Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxcb-render0-dev amd64 1.15-1ubuntu2 [19.6 kB]
2025-08-20T20:23:15.9245874Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxcb-shape0 amd64 1.15-1ubuntu2 [6100 B]
2025-08-20T20:23:15.9535445Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxcb-shape0-dev amd64 1.15-1ubuntu2 [7310 B]
2025-08-20T20:23:15.9827659Z Get:11 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxcb-xfixes0-dev amd64 1.15-1ubuntu2 [12.6 kB]
2025-08-20T20:23:16.0120969Z Get:12 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 xcb amd64 2.4-8build2 [21.3 kB]
2025-08-20T20:23:16.2805109Z Fetched 807 kB in 0s (2012 kB/s)
2025-08-20T20:23:16.2999350Z Selecting previously unselected package libpthread-stubs0-dev:amd64.
2025-08-20T20:23:16.3061317Z (Reading database ... 
2025-08-20T20:23:16.3061861Z (Reading database ... 5%
2025-08-20T20:23:16.3062316Z (Reading database ... 10%
2025-08-20T20:23:16.3062628Z (Reading database ... 15%
2025-08-20T20:23:16.3062927Z (Reading database ... 20%
2025-08-20T20:23:16.3063249Z (Reading database ... 25%
2025-08-20T20:23:16.3063547Z (Reading database ... 30%
2025-08-20T20:23:16.3064071Z (Reading database ... 35%
2025-08-20T20:23:16.3064372Z (Reading database ... 40%
2025-08-20T20:23:16.3064667Z (Reading database ... 45%
2025-08-20T20:23:16.3064961Z (Reading database ... 50%
2025-08-20T20:23:16.3159238Z (Reading database ... 55%
2025-08-20T20:23:16.3179460Z (Reading database ... 60%
2025-08-20T20:23:16.3201314Z (Reading database ... 65%
2025-08-20T20:23:16.3244424Z (Reading database ... 70%
2025-08-20T20:23:16.3269203Z (Reading database ... 75%
2025-08-20T20:23:16.3297321Z (Reading database ... 80%
2025-08-20T20:23:16.3446717Z (Reading database ... 85%
2025-08-20T20:23:16.3726823Z (Reading database ... 90%
2025-08-20T20:23:16.3812328Z (Reading database ... 95%
2025-08-20T20:23:16.3812644Z (Reading database ... 100%
2025-08-20T20:23:16.3813041Z (Reading database ... 237064 files and directories currently installed.)
2025-08-20T20:23:16.3856689Z Preparing to unpack .../00-libpthread-stubs0-dev_0.4-1build3_amd64.deb ...
2025-08-20T20:23:16.3866129Z Unpacking libpthread-stubs0-dev:amd64 (0.4-1build3) ...
2025-08-20T20:23:16.4077033Z Selecting previously unselected package xorg-sgml-doctools.
2025-08-20T20:23:16.4219657Z Preparing to unpack .../01-xorg-sgml-doctools_1%3a1.11-1.1_all.deb ...
2025-08-20T20:23:16.4228057Z Unpacking xorg-sgml-doctools (1:1.11-1.1) ...
2025-08-20T20:23:16.4457801Z Selecting previously unselected package x11proto-dev.
2025-08-20T20:23:16.4597532Z Preparing to unpack .../02-x11proto-dev_2023.2-1_all.deb ...
2025-08-20T20:23:16.4606203Z Unpacking x11proto-dev (2023.2-1) ...
2025-08-20T20:23:16.5168237Z Selecting previously unselected package libxau-dev:amd64.
2025-08-20T20:23:16.5311372Z Preparing to unpack .../03-libxau-dev_1%3a1.0.9-1build6_amd64.deb ...
2025-08-20T20:23:16.5320480Z Unpacking libxau-dev:amd64 (1:1.0.9-1build6) ...
2025-08-20T20:23:16.5535797Z Selecting previously unselected package libxdmcp-dev:amd64.
2025-08-20T20:23:16.5679431Z Preparing to unpack .../04-libxdmcp-dev_1%3a1.1.3-0ubuntu6_amd64.deb ...
2025-08-20T20:23:16.5689246Z Unpacking libxdmcp-dev:amd64 (1:1.1.3-0ubuntu6) ...
2025-08-20T20:23:16.5899627Z Selecting previously unselected package libxcb1-dev:amd64.
2025-08-20T20:23:16.6041126Z Preparing to unpack .../05-libxcb1-dev_1.15-1ubuntu2_amd64.deb ...
2025-08-20T20:23:16.6049573Z Unpacking libxcb1-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T20:23:16.6285436Z Selecting previously unselected package libxcb-render0-dev:amd64.
2025-08-20T20:23:16.6426593Z Preparing to unpack .../06-libxcb-render0-dev_1.15-1ubuntu2_amd64.deb ...
2025-08-20T20:23:16.6435034Z Unpacking libxcb-render0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T20:23:16.6647775Z Selecting previously unselected package libxcb-shape0:amd64.
2025-08-20T20:23:16.6787922Z Preparing to unpack .../07-libxcb-shape0_1.15-1ubuntu2_amd64.deb ...
2025-08-20T20:23:16.6802368Z Unpacking libxcb-shape0:amd64 (1.15-1ubuntu2) ...
2025-08-20T20:23:16.6995399Z Selecting previously unselected package libxcb-shape0-dev:amd64.
2025-08-20T20:23:16.7134369Z Preparing to unpack .../08-libxcb-shape0-dev_1.15-1ubuntu2_amd64.deb ...
2025-08-20T20:23:16.7141680Z Unpacking libxcb-shape0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T20:23:16.7337088Z Selecting previously unselected package libxcb-xfixes0-dev:amd64.
2025-08-20T20:23:16.7481157Z Preparing to unpack .../09-libxcb-xfixes0-dev_1.15-1ubuntu2_amd64.deb ...
2025-08-20T20:23:16.7489724Z Unpacking libxcb-xfixes0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T20:23:16.7712050Z Selecting previously unselected package xcb.
2025-08-20T20:23:16.7857363Z Preparing to unpack .../10-xcb_2.4-8build2_amd64.deb ...
2025-08-20T20:23:16.7865271Z Unpacking xcb (2.4-8build2) ...
2025-08-20T20:23:16.8277484Z Setting up libxcb-shape0:amd64 (1.15-1ubuntu2) ...
2025-08-20T20:23:16.8299170Z Setting up libpthread-stubs0-dev:amd64 (0.4-1build3) ...
2025-08-20T20:23:16.8321256Z Setting up xcb (2.4-8build2) ...
2025-08-20T20:23:16.8359898Z Setting up xorg-sgml-doctools (1:1.11-1.1) ...
2025-08-20T20:23:16.8406537Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T20:23:16.8555910Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T20:23:21.1657063Z Processing triggers for sgml-base (1.31) ...
2025-08-20T20:23:21.1745159Z Setting up x11proto-dev (2023.2-1) ...
2025-08-20T20:23:21.1766364Z Setting up libxau-dev:amd64 (1:1.0.9-1build6) ...
2025-08-20T20:23:21.1787362Z Setting up libxdmcp-dev:amd64 (1:1.1.3-0ubuntu6) ...
2025-08-20T20:23:21.1812025Z Setting up libxcb1-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T20:23:21.1833195Z Setting up libxcb-render0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T20:23:21.1855883Z Setting up libxcb-shape0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T20:23:21.1876076Z Setting up libxcb-xfixes0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T20:23:22.8215506Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T20:23:22.9910948Z Collecting build
2025-08-20T20:23:23.0234576Z   Downloading build-1.3.0-py3-none-any.whl.metadata (5.6 kB)
2025-08-20T20:23:23.1269944Z Collecting cffi
2025-08-20T20:23:23.1305948Z   Downloading cffi-1.17.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (1.5 kB)
2025-08-20T20:23:23.1447821Z Collecting scons
2025-08-20T20:23:23.1519856Z   Downloading scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T20:23:23.1656551Z Collecting scuba
2025-08-20T20:23:23.1811566Z   Downloading scuba-2.14.1-py3-none-any.whl.metadata (3.4 kB)
2025-08-20T20:23:23.2264046Z Collecting pytest
2025-08-20T20:23:23.2303955Z   Downloading pytest-8.4.1-py3-none-any.whl.metadata (7.7 kB)
2025-08-20T20:23:23.2478333Z Collecting packaging>=19.1 (from build)
2025-08-20T20:23:23.2513250Z   Downloading packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T20:23:23.2660107Z Collecting pyproject_hooks (from build)
2025-08-20T20:23:23.2709499Z   Downloading pyproject_hooks-1.2.0-py3-none-any.whl.metadata (1.3 kB)
2025-08-20T20:23:23.2848708Z Collecting pycparser (from cffi)
2025-08-20T20:23:23.2886367Z   Downloading pycparser-2.22-py3-none-any.whl.metadata (943 bytes)
2025-08-20T20:23:23.3184363Z Collecting PyYAML (from scuba)
2025-08-20T20:23:23.3221560Z   Downloading PyYAML-6.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.1 kB)
2025-08-20T20:23:23.3309202Z Collecting iniconfig>=1 (from pytest)
2025-08-20T20:23:23.3344293Z   Downloading iniconfig-2.1.0-py3-none-any.whl.metadata (2.7 kB)
2025-08-20T20:23:23.3490414Z Collecting pluggy<2,>=1.5 (from pytest)
2025-08-20T20:23:23.3523894Z   Downloading pluggy-1.6.0-py3-none-any.whl.metadata (4.8 kB)
2025-08-20T20:23:23.3705281Z Collecting pygments>=2.7.2 (from pytest)
2025-08-20T20:23:23.3737569Z   Downloading pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T20:23:23.3828197Z Downloading build-1.3.0-py3-none-any.whl (23 kB)
2025-08-20T20:23:23.3883902Z Downloading cffi-1.17.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (479 kB)
2025-08-20T20:23:23.4060581Z Downloading scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T20:23:23.4332852Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.1/4.1 MB 159.4 MB/s  0:00:00
2025-08-20T20:23:23.4389783Z Downloading scuba-2.14.1-py3-none-any.whl (292 kB)
2025-08-20T20:23:23.4449831Z Downloading pytest-8.4.1-py3-none-any.whl (365 kB)
2025-08-20T20:23:23.4519309Z Downloading pluggy-1.6.0-py3-none-any.whl (20 kB)
2025-08-20T20:23:23.4576302Z Downloading iniconfig-2.1.0-py3-none-any.whl (6.0 kB)
2025-08-20T20:23:23.4623800Z Downloading packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T20:23:23.4681955Z Downloading pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T20:23:23.4758368Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 179.0 MB/s  0:00:00
2025-08-20T20:23:23.4803862Z Downloading pycparser-2.22-py3-none-any.whl (117 kB)
2025-08-20T20:23:23.4863036Z Downloading pyproject_hooks-1.2.0-py3-none-any.whl (10 kB)
2025-08-20T20:23:23.4927517Z Downloading PyYAML-6.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (767 kB)
2025-08-20T20:23:23.4983554Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 767.5/767.5 kB 135.9 MB/s  0:00:00
2025-08-20T20:23:23.6117393Z Installing collected packages: scons, PyYAML, pyproject_hooks, pygments, pycparser, pluggy, packaging, iniconfig, scuba, pytest, cffi, build
2025-08-20T20:23:25.3071009Z 
2025-08-20T20:23:25.3089048Z 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:23:25.6185700Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T20:23:25.7857787Z Collecting ansi2txt
2025-08-20T20:23:25.8200569Z   Downloading ansi2txt-0.2.0-py3-none-any.whl.metadata (2.1 kB)
2025-08-20T20:23:25.8399604Z Collecting pipx
2025-08-20T20:23:25.8447376Z   Downloading pipx-1.7.1-py3-none-any.whl.metadata (18 kB)
2025-08-20T20:23:25.8597908Z Collecting scons
2025-08-20T20:23:25.8614081Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T20:23:25.8706350Z Collecting py2static
2025-08-20T20:23:25.8743501Z   Downloading py2static-0.0.1-py3-none-any.whl.metadata (1.2 kB)
2025-08-20T20:23:25.8901273Z Collecting typer
2025-08-20T20:23:25.8936017Z   Downloading typer-0.16.1-py3-none-any.whl.metadata (15 kB)
2025-08-20T20:23:25.9190800Z Collecting argcomplete>=1.9.4 (from pipx)
2025-08-20T20:23:25.9226630Z   Downloading argcomplete-3.6.2-py3-none-any.whl.metadata (16 kB)
2025-08-20T20:23:25.9386486Z Collecting packaging>=20 (from pipx)
2025-08-20T20:23:25.9396916Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T20:23:25.9555119Z Collecting platformdirs>=2.1 (from pipx)
2025-08-20T20:23:25.9596613Z   Downloading platformdirs-4.3.8-py3-none-any.whl.metadata (12 kB)
2025-08-20T20:23:25.9716453Z Collecting userpath!=1.9,>=1.6 (from pipx)
2025-08-20T20:23:25.9764490Z   Downloading userpath-1.9.2-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T20:23:26.0154748Z Collecting pyinstaller (from py2static)
2025-08-20T20:23:26.0213031Z   Downloading pyinstaller-6.15.0-py3-none-manylinux2014_x86_64.whl.metadata (8.4 kB)
2025-08-20T20:23:26.0378727Z Collecting staticx (from py2static)
2025-08-20T20:23:26.0420333Z   Downloading staticx-0.14.1-py3-none-manylinux1_x86_64.whl.metadata (1.9 kB)
2025-08-20T20:23:26.0579628Z Collecting click>=8.0.0 (from typer)
2025-08-20T20:23:26.0618098Z   Downloading click-8.2.1-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T20:23:26.0881791Z Collecting typing-extensions>=3.7.4.3 (from typer)
2025-08-20T20:23:26.0918154Z   Downloading typing_extensions-4.14.1-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T20:23:26.1040407Z Collecting shellingham>=1.3.0 (from typer)
2025-08-20T20:23:26.1074048Z   Downloading shellingham-1.5.4-py2.py3-none-any.whl.metadata (3.5 kB)
2025-08-20T20:23:26.1432962Z Collecting rich>=10.11.0 (from typer)
2025-08-20T20:23:26.1468130Z   Downloading rich-14.1.0-py3-none-any.whl.metadata (18 kB)
2025-08-20T20:23:26.1642455Z Collecting markdown-it-py>=2.2.0 (from rich>=10.11.0->typer)
2025-08-20T20:23:26.1681450Z   Downloading markdown_it_py-4.0.0-py3-none-any.whl.metadata (7.3 kB)
2025-08-20T20:23:26.1888989Z Collecting pygments<3.0.0,>=2.13.0 (from rich>=10.11.0->typer)
2025-08-20T20:23:26.1899359Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T20:23:26.1984276Z Collecting mdurl~=0.1 (from markdown-it-py>=2.2.0->rich>=10.11.0->typer)
2025-08-20T20:23:26.2017718Z   Downloading mdurl-0.1.2-py3-none-any.whl.metadata (1.6 kB)
2025-08-20T20:23:26.3109982Z Collecting setuptools>=42.0.0 (from pyinstaller->py2static)
2025-08-20T20:23:26.3147129Z   Downloading setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-20T20:23:26.3326109Z Collecting altgraph (from pyinstaller->py2static)
2025-08-20T20:23:26.3367946Z   Downloading altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-20T20:23:26.3650223Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller->py2static)
2025-08-20T20:23:26.3692457Z   Downloading pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-20T20:23:26.3851765Z Collecting pyelftools (from staticx->py2static)
2025-08-20T20:23:26.3882952Z   Downloading pyelftools-0.32-py3-none-any.whl.metadata (372 bytes)
2025-08-20T20:23:26.3970374Z Downloading ansi2txt-0.2.0-py3-none-any.whl (14 kB)
2025-08-20T20:23:26.4029477Z Downloading pipx-1.7.1-py3-none-any.whl (78 kB)
2025-08-20T20:23:26.4075419Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T20:23:26.4156417Z Downloading py2static-0.0.1-py3-none-any.whl (5.7 kB)
2025-08-20T20:23:26.4205959Z Downloading typer-0.16.1-py3-none-any.whl (46 kB)
2025-08-20T20:23:26.4254455Z Downloading argcomplete-3.6.2-py3-none-any.whl (43 kB)
2025-08-20T20:23:26.4305261Z Downloading click-8.2.1-py3-none-any.whl (102 kB)
2025-08-20T20:23:26.4335820Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T20:23:26.4368976Z Downloading platformdirs-4.3.8-py3-none-any.whl (18 kB)
2025-08-20T20:23:26.4419805Z Downloading rich-14.1.0-py3-none-any.whl (243 kB)
2025-08-20T20:23:26.4465372Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T20:23:26.4507037Z Downloading markdown_it_py-4.0.0-py3-none-any.whl (87 kB)
2025-08-20T20:23:26.4559731Z Downloading mdurl-0.1.2-py3-none-any.whl (10.0 kB)
2025-08-20T20:23:26.4607136Z Downloading shellingham-1.5.4-py2.py3-none-any.whl (9.8 kB)
2025-08-20T20:23:26.4664085Z Downloading typing_extensions-4.14.1-py3-none-any.whl (43 kB)
2025-08-20T20:23:26.4717419Z Downloading userpath-1.9.2-py3-none-any.whl (9.1 kB)
2025-08-20T20:23:26.4825257Z Downloading pyinstaller-6.15.0-py3-none-manylinux2014_x86_64.whl (732 kB)
2025-08-20T20:23:26.4890052Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 732.2/732.2 kB 126.4 MB/s  0:00:00
2025-08-20T20:23:26.4948947Z Downloading pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-20T20:23:26.5032516Z Downloading setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-20T20:23:26.5108044Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 176.1 MB/s  0:00:00
2025-08-20T20:23:26.5144668Z Downloading altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-20T20:23:26.5204822Z Downloading staticx-0.14.1-py3-none-manylinux1_x86_64.whl (182 kB)
2025-08-20T20:23:26.5261295Z Downloading pyelftools-0.32-py3-none-any.whl (188 kB)
2025-08-20T20:23:26.6766594Z 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:23:27.5301896Z   Attempting uninstall: scons
2025-08-20T20:23:27.5386275Z     Found existing installation: SCons 4.9.1
2025-08-20T20:23:27.5760247Z     Uninstalling SCons-4.9.1:
2025-08-20T20:23:27.5833108Z       Successfully uninstalled SCons-4.9.1
2025-08-20T20:23:28.1977130Z   Attempting uninstall: pygments
2025-08-20T20:23:28.2061926Z     Found existing installation: Pygments 2.19.2
2025-08-20T20:23:28.2326863Z     Uninstalling Pygments-2.19.2:
2025-08-20T20:23:28.2354389Z       Successfully uninstalled Pygments-2.19.2
2025-08-20T20:23:28.8580081Z   Attempting uninstall: packaging
2025-08-20T20:23:28.8659253Z     Found existing installation: packaging 25.0
2025-08-20T20:23:28.8684082Z     Uninstalling packaging-25.0:
2025-08-20T20:23:28.8691882Z       Successfully uninstalled packaging-25.0
2025-08-20T20:23:29.8650767Z 
2025-08-20T20:23:29.8682094Z 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:23:30.1800269Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T20:23:30.3496573Z Collecting build
2025-08-20T20:23:30.3507955Z   Using cached build-1.3.0-py3-none-any.whl.metadata (5.6 kB)
2025-08-20T20:23:30.4372885Z Collecting cffi
2025-08-20T20:23:30.4384292Z   Using cached cffi-1.17.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (1.5 kB)
2025-08-20T20:23:30.4527516Z Collecting scons
2025-08-20T20:23:30.4537661Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T20:23:30.4642122Z Collecting scuba
2025-08-20T20:23:30.4652253Z   Using cached scuba-2.14.1-py3-none-any.whl.metadata (3.4 kB)
2025-08-20T20:23:30.5055251Z Collecting pytest
2025-08-20T20:23:30.5065719Z   Using cached pytest-8.4.1-py3-none-any.whl.metadata (7.7 kB)
2025-08-20T20:23:30.5221256Z Collecting packaging>=19.1 (from build)
2025-08-20T20:23:30.5231410Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T20:23:30.5298563Z Collecting pyproject_hooks (from build)
2025-08-20T20:23:30.5308688Z   Using cached pyproject_hooks-1.2.0-py3-none-any.whl.metadata (1.3 kB)
2025-08-20T20:23:30.5384189Z Collecting pycparser (from cffi)
2025-08-20T20:23:30.5394743Z   Using cached pycparser-2.22-py3-none-any.whl.metadata (943 bytes)
2025-08-20T20:23:30.5672262Z Collecting PyYAML (from scuba)
2025-08-20T20:23:30.5683354Z   Using cached PyYAML-6.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.1 kB)
2025-08-20T20:23:30.5759745Z Collecting iniconfig>=1 (from pytest)
2025-08-20T20:23:30.5769904Z   Using cached iniconfig-2.1.0-py3-none-any.whl.metadata (2.7 kB)
2025-08-20T20:23:30.5906993Z Collecting pluggy<2,>=1.5 (from pytest)
2025-08-20T20:23:30.5917110Z   Using cached pluggy-1.6.0-py3-none-any.whl.metadata (4.8 kB)
2025-08-20T20:23:30.6084287Z Collecting pygments>=2.7.2 (from pytest)
2025-08-20T20:23:30.6094459Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T20:23:30.6151611Z Using cached build-1.3.0-py3-none-any.whl (23 kB)
2025-08-20T20:23:30.6161834Z Using cached cffi-1.17.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (479 kB)
2025-08-20T20:23:30.6174449Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T20:23:30.6214556Z Using cached scuba-2.14.1-py3-none-any.whl (292 kB)
2025-08-20T20:23:30.6226359Z Using cached pytest-8.4.1-py3-none-any.whl (365 kB)
2025-08-20T20:23:30.6238206Z Using cached pluggy-1.6.0-py3-none-any.whl (20 kB)
2025-08-20T20:23:30.6248121Z Using cached iniconfig-2.1.0-py3-none-any.whl (6.0 kB)
2025-08-20T20:23:30.6257485Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T20:23:30.6267209Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T20:23:30.6285890Z Using cached pycparser-2.22-py3-none-any.whl (117 kB)
2025-08-20T20:23:30.6296096Z Using cached pyproject_hooks-1.2.0-py3-none-any.whl (10 kB)
2025-08-20T20:23:30.6305784Z Using cached PyYAML-6.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (767 kB)
2025-08-20T20:23:30.7545735Z Installing collected packages: scons, PyYAML, pyproject_hooks, pygments, pycparser, pluggy, packaging, iniconfig, scuba, pytest, cffi, build
2025-08-20T20:23:30.7550619Z   Attempting uninstall: scons
2025-08-20T20:23:30.7635664Z     Found existing installation: SCons 4.9.1
2025-08-20T20:23:30.8020765Z     Uninstalling SCons-4.9.1:
2025-08-20T20:23:30.8086983Z       Successfully uninstalled SCons-4.9.1
2025-08-20T20:23:31.4237283Z   Attempting uninstall: PyYAML
2025-08-20T20:23:31.4328070Z     Found existing installation: PyYAML 6.0.2
2025-08-20T20:23:31.4352914Z     Uninstalling PyYAML-6.0.2:
2025-08-20T20:23:31.4367473Z       Successfully uninstalled PyYAML-6.0.2
2025-08-20T20:23:31.4884161Z   Attempting uninstall: pyproject_hooks
2025-08-20T20:23:31.4969065Z     Found existing installation: pyproject_hooks 1.2.0
2025-08-20T20:23:31.4985514Z     Uninstalling pyproject_hooks-1.2.0:
2025-08-20T20:23:31.4991908Z       Successfully uninstalled pyproject_hooks-1.2.0
2025-08-20T20:23:31.5077468Z   Attempting uninstall: pygments
2025-08-20T20:23:31.5155392Z     Found existing installation: Pygments 2.19.2
2025-08-20T20:23:31.5379744Z     Uninstalling Pygments-2.19.2:
2025-08-20T20:23:31.5405911Z       Successfully uninstalled Pygments-2.19.2
2025-08-20T20:23:32.1418307Z   Attempting uninstall: pycparser
2025-08-20T20:23:32.1505820Z     Found existing installation: pycparser 2.22
2025-08-20T20:23:32.1538076Z     Uninstalling pycparser-2.22:
2025-08-20T20:23:32.1545772Z       Successfully uninstalled pycparser-2.22
2025-08-20T20:23:32.2734105Z   Attempting uninstall: pluggy
2025-08-20T20:23:32.2823567Z     Found existing installation: pluggy 1.6.0
2025-08-20T20:23:32.2843009Z     Uninstalling pluggy-1.6.0:
2025-08-20T20:23:32.2849769Z       Successfully uninstalled pluggy-1.6.0
2025-08-20T20:23:32.2997030Z   Attempting uninstall: packaging
2025-08-20T20:23:32.3077363Z     Found existing installation: packaging 25.0
2025-08-20T20:23:32.3101106Z     Uninstalling packaging-25.0:
2025-08-20T20:23:32.3108523Z       Successfully uninstalled packaging-25.0
2025-08-20T20:23:32.3484538Z   Attempting uninstall: iniconfig
2025-08-20T20:23:32.3568295Z     Found existing installation: iniconfig 2.1.0
2025-08-20T20:23:32.3584213Z     Uninstalling iniconfig-2.1.0:
2025-08-20T20:23:32.3590875Z       Successfully uninstalled iniconfig-2.1.0
2025-08-20T20:23:32.3659932Z   Attempting uninstall: scuba
2025-08-20T20:23:32.3739184Z     Found existing installation: scuba 2.14.1
2025-08-20T20:23:32.3760303Z     Uninstalling scuba-2.14.1:
2025-08-20T20:23:32.3769359Z       Successfully uninstalled scuba-2.14.1
2025-08-20T20:23:32.3956954Z   Attempting uninstall: pytest
2025-08-20T20:23:32.4039960Z     Found existing installation: pytest 8.4.1
2025-08-20T20:23:32.4104287Z     Uninstalling pytest-8.4.1:
2025-08-20T20:23:32.4360359Z       Successfully uninstalled pytest-8.4.1
2025-08-20T20:23:32.6441964Z   Attempting uninstall: cffi
2025-08-20T20:23:32.6521230Z     Found existing installation: cffi 1.17.1
2025-08-20T20:23:32.6546940Z     Uninstalling cffi-1.17.1:
2025-08-20T20:23:32.6789020Z       Successfully uninstalled cffi-1.17.1
2025-08-20T20:23:32.7444445Z   Attempting uninstall: build
2025-08-20T20:23:32.7523426Z     Found existing installation: build 1.3.0
2025-08-20T20:23:32.7547952Z     Uninstalling build-1.3.0:
2025-08-20T20:23:32.7557584Z       Successfully uninstalled build-1.3.0
2025-08-20T20:23:32.7734820Z 
2025-08-20T20:23:32.7763771Z 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:23:33.0864963Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T20:23:33.2547226Z Collecting ansi2txt
2025-08-20T20:23:33.2557941Z   Using cached ansi2txt-0.2.0-py3-none-any.whl.metadata (2.1 kB)
2025-08-20T20:23:33.2717826Z Collecting pipx
2025-08-20T20:23:33.2728229Z   Using cached pipx-1.7.1-py3-none-any.whl.metadata (18 kB)
2025-08-20T20:23:33.2866014Z Collecting scons
2025-08-20T20:23:33.2881409Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T20:23:33.2954447Z Collecting py2static
2025-08-20T20:23:33.2964427Z   Using cached py2static-0.0.1-py3-none-any.whl.metadata (1.2 kB)
2025-08-20T20:23:33.3099294Z Collecting typer
2025-08-20T20:23:33.3109684Z   Using cached typer-0.16.1-py3-none-any.whl.metadata (15 kB)
2025-08-20T20:23:33.3323016Z Collecting argcomplete>=1.9.4 (from pipx)
2025-08-20T20:23:33.3333547Z   Using cached argcomplete-3.6.2-py3-none-any.whl.metadata (16 kB)
2025-08-20T20:23:33.3478355Z Collecting packaging>=20 (from pipx)
2025-08-20T20:23:33.3488575Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T20:23:33.3645631Z Collecting platformdirs>=2.1 (from pipx)
2025-08-20T20:23:33.3655891Z   Using cached platformdirs-4.3.8-py3-none-any.whl.metadata (12 kB)
2025-08-20T20:23:33.3760646Z Collecting userpath!=1.9,>=1.6 (from pipx)
2025-08-20T20:23:33.3771345Z   Using cached userpath-1.9.2-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T20:23:33.4141719Z Collecting pyinstaller (from py2static)
2025-08-20T20:23:33.4152544Z   Using cached pyinstaller-6.15.0-py3-none-manylinux2014_x86_64.whl.metadata (8.4 kB)
2025-08-20T20:23:33.4286531Z Collecting staticx (from py2static)
2025-08-20T20:23:33.4296652Z   Using cached staticx-0.14.1-py3-none-manylinux1_x86_64.whl.metadata (1.9 kB)
2025-08-20T20:23:33.4443525Z Collecting click>=8.0.0 (from typer)
2025-08-20T20:23:33.4453821Z   Using cached click-8.2.1-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T20:23:33.4721803Z Collecting typing-extensions>=3.7.4.3 (from typer)
2025-08-20T20:23:33.4732319Z   Using cached typing_extensions-4.14.1-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T20:23:33.4838616Z Collecting shellingham>=1.3.0 (from typer)
2025-08-20T20:23:33.4848746Z   Using cached shellingham-1.5.4-py2.py3-none-any.whl.metadata (3.5 kB)
2025-08-20T20:23:33.5172997Z Collecting rich>=10.11.0 (from typer)
2025-08-20T20:23:33.5183445Z   Using cached rich-14.1.0-py3-none-any.whl.metadata (18 kB)
2025-08-20T20:23:33.5334755Z Collecting markdown-it-py>=2.2.0 (from rich>=10.11.0->typer)
2025-08-20T20:23:33.5345259Z   Using cached markdown_it_py-4.0.0-py3-none-any.whl.metadata (7.3 kB)
2025-08-20T20:23:33.5548913Z Collecting pygments<3.0.0,>=2.13.0 (from rich>=10.11.0->typer)
2025-08-20T20:23:33.5558790Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T20:23:33.5662428Z Collecting mdurl~=0.1 (from markdown-it-py>=2.2.0->rich>=10.11.0->typer)
2025-08-20T20:23:33.5672553Z   Using cached mdurl-0.1.2-py3-none-any.whl.metadata (1.6 kB)
2025-08-20T20:23:33.6735356Z Collecting setuptools>=42.0.0 (from pyinstaller->py2static)
2025-08-20T20:23:33.6748168Z   Using cached setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-20T20:23:33.6920196Z Collecting altgraph (from pyinstaller->py2static)
2025-08-20T20:23:33.6930910Z   Using cached altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-20T20:23:33.7105988Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller->py2static)
2025-08-20T20:23:33.7116606Z   Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-20T20:23:33.7277070Z Collecting pyelftools (from staticx->py2static)
2025-08-20T20:23:33.7287598Z   Using cached pyelftools-0.32-py3-none-any.whl.metadata (372 bytes)
2025-08-20T20:23:33.7325888Z Using cached ansi2txt-0.2.0-py3-none-any.whl (14 kB)
2025-08-20T20:23:33.7336019Z Using cached pipx-1.7.1-py3-none-any.whl (78 kB)
2025-08-20T20:23:33.7346489Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T20:23:33.7386866Z Using cached py2static-0.0.1-py3-none-any.whl (5.7 kB)
2025-08-20T20:23:33.7396447Z Using cached typer-0.16.1-py3-none-any.whl (46 kB)
2025-08-20T20:23:33.7406380Z Using cached argcomplete-3.6.2-py3-none-any.whl (43 kB)
2025-08-20T20:23:33.7416236Z Using cached click-8.2.1-py3-none-any.whl (102 kB)
2025-08-20T20:23:33.7426563Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T20:23:33.7436625Z Using cached platformdirs-4.3.8-py3-none-any.whl (18 kB)
2025-08-20T20:23:33.7446252Z Using cached rich-14.1.0-py3-none-any.whl (243 kB)
2025-08-20T20:23:33.7457451Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T20:23:33.7475987Z Using cached markdown_it_py-4.0.0-py3-none-any.whl (87 kB)
2025-08-20T20:23:33.7486175Z Using cached mdurl-0.1.2-py3-none-any.whl (10.0 kB)
2025-08-20T20:23:33.7495711Z Using cached shellingham-1.5.4-py2.py3-none-any.whl (9.8 kB)
2025-08-20T20:23:33.7505389Z Using cached typing_extensions-4.14.1-py3-none-any.whl (43 kB)
2025-08-20T20:23:33.7515139Z Using cached userpath-1.9.2-py3-none-any.whl (9.1 kB)
2025-08-20T20:23:33.7524810Z Using cached pyinstaller-6.15.0-py3-none-manylinux2014_x86_64.whl (732 kB)
2025-08-20T20:23:33.7539829Z Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-20T20:23:33.7552486Z Using cached setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-20T20:23:33.7570918Z Using cached altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-20T20:23:33.7581047Z Using cached staticx-0.14.1-py3-none-manylinux1_x86_64.whl (182 kB)
2025-08-20T20:23:33.7592165Z Using cached pyelftools-0.32-py3-none-any.whl (188 kB)
2025-08-20T20:23:33.9089539Z 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:23:33.9093496Z   Attempting uninstall: pyelftools
2025-08-20T20:23:33.9174121Z     Found existing installation: pyelftools 0.32
2025-08-20T20:23:33.9226450Z     Uninstalling pyelftools-0.32:
2025-08-20T20:23:33.9242424Z       Successfully uninstalled pyelftools-0.32
2025-08-20T20:23:34.0352301Z   Attempting uninstall: altgraph
2025-08-20T20:23:34.0439748Z     Found existing installation: altgraph 0.17.4
2025-08-20T20:23:34.0459287Z     Uninstalling altgraph-0.17.4:
2025-08-20T20:23:34.0466453Z       Successfully uninstalled altgraph-0.17.4
2025-08-20T20:23:34.0602055Z   Attempting uninstall: typing-extensions
2025-08-20T20:23:34.0688839Z     Found existing installation: typing_extensions 4.14.1
2025-08-20T20:23:34.0703042Z     Uninstalling typing_extensions-4.14.1:
2025-08-20T20:23:34.0949400Z       Successfully uninstalled typing_extensions-4.14.1
2025-08-20T20:23:34.1196346Z   Attempting uninstall: staticx
2025-08-20T20:23:34.1280549Z     Found existing installation: staticx 0.14.1
2025-08-20T20:23:34.1306316Z     Uninstalling staticx-0.14.1:
2025-08-20T20:23:34.1317443Z       Successfully uninstalled staticx-0.14.1
2025-08-20T20:23:34.1520496Z   Attempting uninstall: shellingham
2025-08-20T20:23:34.1604446Z     Found existing installation: shellingham 1.5.4
2025-08-20T20:23:34.1623346Z     Uninstalling shellingham-1.5.4:
2025-08-20T20:23:34.1630586Z       Successfully uninstalled shellingham-1.5.4
2025-08-20T20:23:34.1719678Z   Attempting uninstall: setuptools
2025-08-20T20:23:34.1807417Z     Found existing installation: setuptools 80.9.0
2025-08-20T20:23:34.2094542Z     Uninstalling setuptools-80.9.0:
2025-08-20T20:23:34.2380409Z       Successfully uninstalled setuptools-80.9.0
2025-08-20T20:23:34.8959022Z   Attempting uninstall: scons
2025-08-20T20:23:34.9053132Z     Found existing installation: SCons 4.9.1
2025-08-20T20:23:34.9443971Z     Uninstalling SCons-4.9.1:
2025-08-20T20:23:34.9518103Z       Successfully uninstalled SCons-4.9.1
2025-08-20T20:23:35.5669119Z   Attempting uninstall: pygments
2025-08-20T20:23:35.5750055Z     Found existing installation: Pygments 2.19.2
2025-08-20T20:23:35.5986785Z     Uninstalling Pygments-2.19.2:
2025-08-20T20:23:35.6014003Z       Successfully uninstalled Pygments-2.19.2
2025-08-20T20:23:36.2033186Z   Attempting uninstall: platformdirs
2025-08-20T20:23:36.2119855Z     Found existing installation: platformdirs 4.3.8
2025-08-20T20:23:36.2148563Z     Uninstalling platformdirs-4.3.8:
2025-08-20T20:23:36.2155629Z       Successfully uninstalled platformdirs-4.3.8
2025-08-20T20:23:36.2306473Z   Attempting uninstall: packaging
2025-08-20T20:23:36.2386870Z     Found existing installation: packaging 25.0
2025-08-20T20:23:36.2411428Z     Uninstalling packaging-25.0:
2025-08-20T20:23:36.2419161Z       Successfully uninstalled packaging-25.0
2025-08-20T20:23:36.2804269Z   Attempting uninstall: mdurl
2025-08-20T20:23:36.2886120Z     Found existing installation: mdurl 0.1.2
2025-08-20T20:23:36.2902707Z     Uninstalling mdurl-0.1.2:
2025-08-20T20:23:36.2909470Z       Successfully uninstalled mdurl-0.1.2
2025-08-20T20:23:36.2991547Z   Attempting uninstall: click
2025-08-20T20:23:36.3073425Z     Found existing installation: click 8.2.1
2025-08-20T20:23:36.3097003Z     Uninstalling click-8.2.1:
2025-08-20T20:23:36.3104248Z       Successfully uninstalled click-8.2.1
2025-08-20T20:23:36.3685908Z   Attempting uninstall: argcomplete
2025-08-20T20:23:36.3772215Z     Found existing installation: argcomplete 3.6.2
2025-08-20T20:23:36.3802142Z     Uninstalling argcomplete-3.6.2:
2025-08-20T20:23:36.3814113Z       Successfully uninstalled argcomplete-3.6.2
2025-08-20T20:23:36.4041017Z   Attempting uninstall: ansi2txt
2025-08-20T20:23:36.4122032Z     Found existing installation: ansi2txt 0.2.0
2025-08-20T20:23:36.4137662Z     Uninstalling ansi2txt-0.2.0:
2025-08-20T20:23:36.4381887Z       Successfully uninstalled ansi2txt-0.2.0
2025-08-20T20:23:36.4456160Z   Attempting uninstall: userpath
2025-08-20T20:23:36.4538358Z     Found existing installation: userpath 1.9.2
2025-08-20T20:23:36.4557535Z     Uninstalling userpath-1.9.2:
2025-08-20T20:23:36.4566513Z       Successfully uninstalled userpath-1.9.2
2025-08-20T20:23:36.4663904Z   Attempting uninstall: pyinstaller-hooks-contrib
2025-08-20T20:23:36.4744645Z     Found existing installation: pyinstaller-hooks-contrib 2025.8
2025-08-20T20:23:36.5168016Z     Uninstalling pyinstaller-hooks-contrib-2025.8:
2025-08-20T20:23:36.5210190Z       Successfully uninstalled pyinstaller-hooks-contrib-2025.8
2025-08-20T20:23:36.7990096Z   Attempting uninstall: markdown-it-py
2025-08-20T20:23:36.8075763Z     Found existing installation: markdown-it-py 4.0.0
2025-08-20T20:23:36.8140416Z     Uninstalling markdown-it-py-4.0.0:
2025-08-20T20:23:36.8159926Z       Successfully uninstalled markdown-it-py-4.0.0
2025-08-20T20:23:36.8774202Z   Attempting uninstall: rich
2025-08-20T20:23:36.8862099Z     Found existing installation: rich 14.1.0
2025-08-20T20:23:36.8923179Z     Uninstalling rich-14.1.0:
2025-08-20T20:23:36.8933233Z       Successfully uninstalled rich-14.1.0
2025-08-20T20:23:37.0509005Z   Attempting uninstall: pyinstaller
2025-08-20T20:23:37.0590681Z     Found existing installation: pyinstaller 6.15.0
2025-08-20T20:23:37.0947840Z     Uninstalling pyinstaller-6.15.0:
2025-08-20T20:23:37.0994485Z       Successfully uninstalled pyinstaller-6.15.0
2025-08-20T20:23:37.4311961Z   Attempting uninstall: pipx
2025-08-20T20:23:37.4404031Z     Found existing installation: pipx 1.7.1
2025-08-20T20:23:37.4441547Z     Uninstalling pipx-1.7.1:
2025-08-20T20:23:37.4452897Z       Successfully uninstalled pipx-1.7.1
2025-08-20T20:23:37.4960774Z   Attempting uninstall: typer
2025-08-20T20:23:37.5051435Z     Found existing installation: typer 0.16.1
2025-08-20T20:23:37.5077809Z     Uninstalling typer-0.16.1:
2025-08-20T20:23:37.5087272Z       Successfully uninstalled typer-0.16.1
2025-08-20T20:23:37.5429353Z   Attempting uninstall: py2static
2025-08-20T20:23:37.5509728Z     Found existing installation: py2static 0.0.1
2025-08-20T20:23:37.5529363Z     Uninstalling py2static-0.0.1:
2025-08-20T20:23:37.5539794Z       Successfully uninstalled py2static-0.0.1
2025-08-20T20:23:37.5640596Z 
2025-08-20T20:23:37.5669390Z 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:23:37.8844844Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T20:23:38.0055477Z Collecting git+https://github.com/pyinstaller/pyinstaller
2025-08-20T20:23:38.0059683Z   Cloning https://github.com/pyinstaller/pyinstaller to /tmp/pip-req-build-vz1m2uz6
2025-08-20T20:23:38.0085490Z   Running command git clone --filter=blob:none --quiet https://github.com/pyinstaller/pyinstaller /tmp/pip-req-build-vz1m2uz6
2025-08-20T20:23:39.3128455Z   Resolved https://github.com/pyinstaller/pyinstaller to commit 34508a2cda1072718a81ef1d5a660ce89e62d295
2025-08-20T20:23:39.3170505Z   Installing build dependencies: started
2025-08-20T20:23:40.0242427Z   Installing build dependencies: finished with status 'done'
2025-08-20T20:23:40.0252028Z   Getting requirements to build wheel: started
2025-08-20T20:23:40.3126253Z   Getting requirements to build wheel: finished with status 'done'
2025-08-20T20:23:40.3137858Z   Preparing metadata (pyproject.toml): started
2025-08-20T20:23:40.5025145Z   Preparing metadata (pyproject.toml): finished with status 'done'
2025-08-20T20:23:40.6605943Z Collecting setuptools>=42.0.0 (from pyinstaller==6.15.0)
2025-08-20T20:23:40.6617631Z   Using cached setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-20T20:23:40.6770190Z Collecting altgraph (from pyinstaller==6.15.0)
2025-08-20T20:23:40.6780304Z   Using cached altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-20T20:23:40.6938240Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller==6.15.0)
2025-08-20T20:23:40.6948541Z   Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-20T20:23:40.7081047Z Collecting packaging>=22.0 (from pyinstaller==6.15.0)
2025-08-20T20:23:40.7091172Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T20:23:40.7135004Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T20:23:40.7145249Z Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-20T20:23:40.7158857Z Using cached setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-20T20:23:40.7178061Z Using cached altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-20T20:23:40.7298729Z Building wheels for collected packages: pyinstaller
2025-08-20T20:23:40.7306719Z   Building wheel for pyinstaller (pyproject.toml): started
2025-08-20T20:23:41.4330022Z   Building wheel for pyinstaller (pyproject.toml): finished with status 'done'
2025-08-20T20:23:41.4356496Z   Created wheel for pyinstaller: filename=pyinstaller-6.15.0-py3-none-any.whl size=1772413 sha256=54b111e8762f1dd0fde3352943d2933063071e24c1d0bd9ae5d50e3f29a4d4d1
2025-08-20T20:23:41.4357926Z   Stored in directory: /tmp/pip-ephem-wheel-cache-364f_d5n/wheels/ad/f0/96/ada035be05b1c8fe6a9d81fd24e3d5f767d7ccd2219d68e4e2
2025-08-20T20:23:41.4400008Z Successfully built pyinstaller
2025-08-20T20:23:41.5325672Z Installing collected packages: altgraph, setuptools, packaging, pyinstaller-hooks-contrib, pyinstaller
2025-08-20T20:23:41.5330860Z   Attempting uninstall: altgraph
2025-08-20T20:23:41.5416218Z     Found existing installation: altgraph 0.17.4
2025-08-20T20:23:41.5437093Z     Uninstalling altgraph-0.17.4:
2025-08-20T20:23:41.5444506Z       Successfully uninstalled altgraph-0.17.4
2025-08-20T20:23:41.5611752Z   Attempting uninstall: setuptools
2025-08-20T20:23:41.5700060Z     Found existing installation: setuptools 80.9.0
2025-08-20T20:23:41.5985231Z     Uninstalling setuptools-80.9.0:
2025-08-20T20:23:41.6281285Z       Successfully uninstalled setuptools-80.9.0
2025-08-20T20:23:42.3092684Z   Attempting uninstall: packaging
2025-08-20T20:23:42.3180267Z     Found existing installation: packaging 25.0
2025-08-20T20:23:42.3204518Z     Uninstalling packaging-25.0:
2025-08-20T20:23:42.3212144Z       Successfully uninstalled packaging-25.0
2025-08-20T20:23:42.3605529Z   Attempting uninstall: pyinstaller-hooks-contrib
2025-08-20T20:23:42.3687795Z     Found existing installation: pyinstaller-hooks-contrib 2025.8
2025-08-20T20:23:42.4119136Z     Uninstalling pyinstaller-hooks-contrib-2025.8:
2025-08-20T20:23:42.4162864Z       Successfully uninstalled pyinstaller-hooks-contrib-2025.8
2025-08-20T20:23:42.6968304Z   Attempting uninstall: pyinstaller
2025-08-20T20:23:42.7051714Z     Found existing installation: pyinstaller 6.15.0
2025-08-20T20:23:42.7402965Z     Uninstalling pyinstaller-6.15.0:
2025-08-20T20:23:42.7448136Z       Successfully uninstalled pyinstaller-6.15.0
2025-08-20T20:23:43.0851507Z 
2025-08-20T20:23:43.0881786Z 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:23:43.4014178Z 6.15.0
2025-08-20T20:23:43.4572141Z [+] Installing Go for linux-amd64...
2025-08-20T20:23:44.6015475Z [!] Found existing Go installation at: /usr/bin/go
2025-08-20T20:23:44.6016113Z [!] GOROOT: /opt/hostedtoolcache/go/1.24.6/x64
2025-08-20T20:23:44.6018092Z [!] Removing existing GOROOT: /opt/hostedtoolcache/go/1.24.6/x64
2025-08-20T20:23:46.0255971Z [+] Downloading Go go1.25.0...
2025-08-20T20:23:46.0309835Z   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2025-08-20T20:23:46.0310581Z                                  Dload  Upload   Total   Spent    Left  Speed
2025-08-20T20:23:46.0310916Z 
2025-08-20T20:23:46.1311979Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2025-08-20T20:23:46.1312806Z 100    80  100    80    0     0    797      0 --:--:-- --:--:-- --:--:--   800
2025-08-20T20:23:46.1912483Z 
2025-08-20T20:23:46.1913293Z 100    75  100    75    0     0    467      0 --:--:-- --:--:-- --:--:--   467
2025-08-20T20:23:46.4878534Z 
2025-08-20T20:23:46.8450015Z  32 56.8M   32 18.7M    0     0  41.0M      0  0:00:01 --:--:--  0:00:01 41.0M
2025-08-20T20:23:46.8450665Z 100 56.8M  100 56.8M    0     0  69.8M      0 --:--:-- --:--:-- --:--:--  106M
2025-08-20T20:23:46.8487230Z (DL) <== https://golang.org/dl/go1.25.0.linux-amd64.tar.gz
2025-08-20T20:23:48.2405551Z [+] Success! Go version: go version go1.25.0 linux/amd64
2025-08-20T20:23:48.2405924Z [+] GOROOT: /home/runner/.go
2025-08-20T20:23:48.2406158Z [+] GOPATH: /home/runner/go
2025-08-20T20:23:48.2409383Z [|] PATH: export PATH="/home/runner/.go/bin:/home/runner/go/bin:${PATH}"
2025-08-20T20:23:48.2568478Z go version go1.25.0 linux/amd64
2025-08-20T20:23:48.2980777Z 680 libs found in cache `/etc/ld.so.cache'
2025-08-20T20:23:48.2981612Z 	libz3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so.4
2025-08-20T20:23:48.2982242Z 	libz3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so
2025-08-20T20:23:48.2982815Z 	libzstd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so.1
2025-08-20T20:23:48.2983334Z 	libzstd.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so
2025-08-20T20:23:48.2984194Z 	libzmq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzmq.so.5
2025-08-20T20:23:48.2984770Z 	libzip.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzip.so.4
2025-08-20T20:23:48.2985412Z 	libzen.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzen.so.0
2025-08-20T20:23:48.2985889Z 	libz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so.1
2025-08-20T20:23:48.2986339Z 	libz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so
2025-08-20T20:23:48.2986966Z 	libyaml-0.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyaml-0.so.2
2025-08-20T20:23:48.2987545Z 	libyajl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyajl.so.2
2025-08-20T20:23:48.2987933Z 	libxxhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxxhash.so.0
2025-08-20T20:23:48.2988348Z 	libxtables.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxtables.so.12
2025-08-20T20:23:48.2988749Z 	libxslt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxslt.so.1
2025-08-20T20:23:48.2989154Z 	libxshmfence.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxshmfence.so.1
2025-08-20T20:23:48.2989559Z 	libxml2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so.2
2025-08-20T20:23:48.2989925Z 	libxml2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so
2025-08-20T20:23:48.2990307Z 	libxmlsec1.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1.so.1
2025-08-20T20:23:48.2990780Z 	libxmlsec1-openssl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T20:23:48.2991227Z 	libxmlb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlb.so.2
2025-08-20T20:23:48.2991625Z 	libxkbfile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbfile.so.1
2025-08-20T20:23:48.2992249Z 	libxkbcommon.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbcommon.so.0
2025-08-20T20:23:48.2992656Z 	libxcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so.1
2025-08-20T20:23:48.2993270Z 	libxcb.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so
2025-08-20T20:23:48.2994138Z 	libxcb-xfixes.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T20:23:48.2994922Z 	libxcb-xfixes.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so
2025-08-20T20:23:48.2995713Z 	libxcb-sync.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-sync.so.1
2025-08-20T20:23:48.2996140Z 	libxcb-shm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shm.so.0
2025-08-20T20:23:48.2996569Z 	libxcb-shape.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so.0
2025-08-20T20:23:48.2996993Z 	libxcb-shape.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so
2025-08-20T20:23:48.2997431Z 	libxcb-render.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so.0
2025-08-20T20:23:48.2997888Z 	libxcb-render.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so
2025-08-20T20:23:48.2998313Z 	libxcb-randr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-randr.so.0
2025-08-20T20:23:48.2998768Z 	libxcb-present.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-present.so.0
2025-08-20T20:23:48.2999220Z 	libxcb-glx.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-glx.so.0
2025-08-20T20:23:48.2999634Z 	libxcb-dri3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-dri3.so.0
2025-08-20T20:23:48.3000035Z 	libwrap.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwrap.so.0
2025-08-20T20:23:48.3000451Z 	libwmflite-0.2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T20:23:48.3000876Z 	libwebpmux.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpmux.so.3
2025-08-20T20:23:48.3001296Z 	libwebpdemux.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpdemux.so.2
2025-08-20T20:23:48.3001862Z 	libwebp.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebp.so.7
2025-08-20T20:23:48.3002275Z 	libwbclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwbclient.so.0
2025-08-20T20:23:48.3002737Z 	libwayland-server.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-server.so.0
2025-08-20T20:23:48.3003219Z 	libwayland-egl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-egl.so.1
2025-08-20T20:23:48.3003941Z 	libwayland-cursor.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-cursor.so.0
2025-08-20T20:23:48.3004453Z 	libwayland-client.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-client.so.0
2025-08-20T20:23:48.3004903Z 	libvulkan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvulkan.so.1
2025-08-20T20:23:48.3005331Z 	libvorbisfile.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbisfile.so.3
2025-08-20T20:23:48.3005760Z 	libvorbis.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbis.so.0
2025-08-20T20:23:48.3006174Z 	libvolume_key.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvolume_key.so.1
2025-08-20T20:23:48.3006603Z 	libvmtools.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvmtools.so.0
2025-08-20T20:23:48.3007005Z 	libvgauth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvgauth.so.0
2025-08-20T20:23:48.3007380Z 	libuv.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuv.so.1
2025-08-20T20:23:48.3007745Z 	libuuid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuuid.so.1
2025-08-20T20:23:48.3008116Z 	libutil.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutil.so.1
2025-08-20T20:23:48.3008440Z 	libutil.so.1 (libc6) => /lib32/libutil.so.1
2025-08-20T20:23:48.3008788Z 	libutempter.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutempter.so.0
2025-08-20T20:23:48.3009201Z 	libusb-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libusb-1.0.so.0
2025-08-20T20:23:48.3009575Z 	liburcu.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu.so.8
2025-08-20T20:23:48.3009987Z 	liburcu-signal.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-signal.so.8
2025-08-20T20:23:48.3010585Z 	liburcu-qsbr.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T20:23:48.3011007Z 	liburcu-memb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-memb.so.8
2025-08-20T20:23:48.3011417Z 	liburcu-mb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-mb.so.8
2025-08-20T20:23:48.3011853Z 	liburcu-common.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-common.so.8
2025-08-20T20:23:48.3012287Z 	liburcu-cds.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-cds.so.8
2025-08-20T20:23:48.3012689Z 	liburcu-bp.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-bp.so.8
2025-08-20T20:23:48.3013087Z 	libunwind.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind.so.8
2025-08-20T20:23:48.3013513Z 	libunwind-x86_64.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-x86_64.so.8
2025-08-20T20:23:48.3014252Z 	libunwind-ptrace.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T20:23:48.3014763Z 	libunwind-coredump.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-coredump.so.0
2025-08-20T20:23:48.3015254Z 	libunistring.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunistring.so.5
2025-08-20T20:23:48.3015677Z 	libudisks2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudisks2.so.0
2025-08-20T20:23:48.3016070Z 	libudev.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudev.so.1
2025-08-20T20:23:48.3016465Z 	libuchardet.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuchardet.so.0
2025-08-20T20:23:48.3016870Z 	libubsan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libubsan.so.1
2025-08-20T20:23:48.3017314Z 	libtss2-tcti-swtpm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T20:23:48.3017841Z 	libtss2-tcti-mssim.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T20:23:48.3018342Z 	libtss2-tcti-device.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T20:23:48.3018838Z 	libtss2-tcti-cmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T20:23:48.3019404Z 	libtss2-sys.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-sys.so.1
2025-08-20T20:23:48.3019809Z 	libtss2-rc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-rc.so.0
2025-08-20T20:23:48.3020202Z 	libtss2-mu.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-mu.so.0
2025-08-20T20:23:48.3020610Z 	libtss2-esys.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-esys.so.0
2025-08-20T20:23:48.3021012Z 	libtsan.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtsan.so.2
2025-08-20T20:23:48.3021402Z 	libtracefs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtracefs.so.1
2025-08-20T20:23:48.3021832Z 	libtraceevent.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtraceevent.so.1
2025-08-20T20:23:48.3022257Z 	libtommath.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtommath.so.1
2025-08-20T20:23:48.3022652Z 	libtk8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtk8.6.so
2025-08-20T20:23:48.3023033Z 	libtirpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtirpc.so.3
2025-08-20T20:23:48.3023449Z 	libtinyxml2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinyxml2.so.10
2025-08-20T20:23:48.3024061Z 	libtinfo.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so.6
2025-08-20T20:23:48.3024450Z 	libtinfo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so
2025-08-20T20:23:48.3024819Z 	libtiff.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtiff.so.6
2025-08-20T20:23:48.3025214Z 	libtidy.so.5deb1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtidy.so.5deb1
2025-08-20T20:23:48.3025601Z 	libtic.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so.6
2025-08-20T20:23:48.3025954Z 	libtic.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so
2025-08-20T20:23:48.3026338Z 	libthread_db.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so.1
2025-08-20T20:23:48.3026715Z 	libthread_db.so.1 (libc6) => /lib32/libthread_db.so.1
2025-08-20T20:23:48.3027079Z 	libthread_db.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so
2025-08-20T20:23:48.3027469Z 	libthai.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthai.so.0
2025-08-20T20:23:48.3027977Z 	libtdb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtdb.so.1
2025-08-20T20:23:48.3028340Z 	libtcl8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtcl8.6.so
2025-08-20T20:23:48.3028716Z 	libtasn1.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtasn1.so.6
2025-08-20T20:23:48.3029107Z 	libtalloc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtalloc.so.2
2025-08-20T20:23:48.3029513Z 	libsystemd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsystemd.so.0
2025-08-20T20:23:48.3029909Z 	libsysfs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsysfs.so.2
2025-08-20T20:23:48.3030289Z 	libsybdb.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsybdb.so.5
2025-08-20T20:23:48.3030668Z 	libsubid.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsubid.so.4
2025-08-20T20:23:48.3031063Z 	libstemmer.so.0d (libc6,x86-64) => /lib/x86_64-linux-gnu/libstemmer.so.0d
2025-08-20T20:23:48.3031466Z 	libstdc++.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libstdc++.so.6
2025-08-20T20:23:48.3031822Z 	libstdc++.so.6 (libc6) => /lib32/libstdc++.so.6
2025-08-20T20:23:48.3032154Z 	libssl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl3.so
2025-08-20T20:23:48.3032516Z 	libssl.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so.3
2025-08-20T20:23:48.3032870Z 	libssl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so
2025-08-20T20:23:48.3033229Z 	libssh2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh2.so.1
2025-08-20T20:23:48.3033779Z 	libssh.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh.so.4
2025-08-20T20:23:48.3034149Z 	libss.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libss.so.2
2025-08-20T20:23:48.3034519Z 	libsqlite3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so.0
2025-08-20T20:23:48.3034925Z 	libsqlite3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so
2025-08-20T20:23:48.3035372Z 	libsourcekitdInProc.so (libc6,x86-64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T20:23:48.3035822Z 	libsoftokn3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsoftokn3.so
2025-08-20T20:23:48.3036352Z 	libsodium.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsodium.so.23
2025-08-20T20:23:48.3036754Z 	libsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnmp.so.40
2025-08-20T20:23:48.3037146Z 	libsnappy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnappy.so.1
2025-08-20T20:23:48.3037541Z 	libsmime3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmime3.so
2025-08-20T20:23:48.3037952Z 	libsmartcols.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmartcols.so.1
2025-08-20T20:23:48.3038367Z 	libslirp.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslirp.so.0
2025-08-20T20:23:48.3038756Z 	libslang.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslang.so.2
2025-08-20T20:23:48.3039346Z 	libsigsegv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsigsegv.so.2
2025-08-20T20:23:48.3039767Z 	libsharpyuv.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsharpyuv.so.0
2025-08-20T20:23:48.3040213Z 	libsgutils2-1.46.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T20:23:48.3040667Z 	libsframe.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsframe.so.1
2025-08-20T20:23:48.3041062Z 	libsepol.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsepol.so.2
2025-08-20T20:23:48.3041456Z 	libsensors.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsensors.so.5
2025-08-20T20:23:48.3041867Z 	libsemanage.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsemanage.so.2
2025-08-20T20:23:48.3042278Z 	libselinux.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libselinux.so.1
2025-08-20T20:23:48.3042683Z 	libseccomp.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libseccomp.so.2
2025-08-20T20:23:48.3043075Z 	libsasl2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsasl2.so.2
2025-08-20T20:23:48.3043472Z 	libruby-3.2.so.3.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T20:23:48.3044212Z 	libruby-3.2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so
2025-08-20T20:23:48.3044625Z 	librtmp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librtmp.so.1
2025-08-20T20:23:48.3045172Z 	librt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librt.so.1
2025-08-20T20:23:48.3045488Z 	librt.so.1 (libc6) => /lib32/librt.so.1
2025-08-20T20:23:48.3045820Z 	librpmsign.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmsign.so.9
2025-08-20T20:23:48.3046223Z 	librpmio.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmio.so.9
2025-08-20T20:23:48.3046628Z 	librpmbuild.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmbuild.so.9
2025-08-20T20:23:48.3047026Z 	librpm.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpm.so.9
2025-08-20T20:23:48.3047402Z 	librhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/librhash.so.0
2025-08-20T20:23:48.3047782Z 	libre2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libre2.so.10
2025-08-20T20:23:48.3048166Z 	libresolv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so.2
2025-08-20T20:23:48.3048518Z 	libresolv.so.2 (libc6) => /lib32/libresolv.so.2
2025-08-20T20:23:48.3048860Z 	libresolv.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so
2025-08-20T20:23:48.3049300Z 	libreiserfscore.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreiserfscore.so.0
2025-08-20T20:23:48.3049757Z 	libreadline.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreadline.so.8
2025-08-20T20:23:48.3050161Z 	libraw_r.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw_r.so.23
2025-08-20T20:23:48.3050541Z 	libraw.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw.so.23
2025-08-20T20:23:48.3050931Z 	librabbitmq.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/librabbitmq.so.4
2025-08-20T20:23:48.3051347Z 	libquadmath.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libquadmath.so.0
2025-08-20T20:23:48.3051768Z 	libqrtr-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqrtr-glib.so.0
2025-08-20T20:23:48.3052188Z 	libqmi-glib.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqmi-glib.so.5
2025-08-20T20:23:48.3052554Z 	libqdbm.so.14 (libc6,x86-64) => /lib/libqdbm.so.14
2025-08-20T20:23:48.3052917Z 	libp11-kit.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libp11-kit.so.0
2025-08-20T20:23:48.3053463Z 	libpython3.12.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so.1.0
2025-08-20T20:23:48.3054193Z 	libpython3.12.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so
2025-08-20T20:23:48.3054620Z 	libpthread.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpthread.so.0
2025-08-20T20:23:48.3054989Z 	libpthread.so.0 (libc6) => /lib32/libpthread.so.0
2025-08-20T20:23:48.3055338Z 	libpsx.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsx.so.2
2025-08-20T20:23:48.3055733Z 	libpspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpspell.so.15
2025-08-20T20:23:48.3056125Z 	libpsl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsl.so.5
2025-08-20T20:23:48.3056561Z 	libprotobuf-lite.so.32 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T20:23:48.3057037Z 	libprotobuf-c.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-c.so.1
2025-08-20T20:23:48.3057459Z 	libproc2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libproc2.so.0
2025-08-20T20:23:48.3057841Z 	libpq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so.5
2025-08-20T20:23:48.3058195Z 	libpq.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so
2025-08-20T20:23:48.3058554Z 	libpopt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpopt.so.0
2025-08-20T20:23:48.3059000Z 	libpolkit-gobject-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T20:23:48.3059510Z 	libpolkit-agent-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T20:23:48.3060140Z 	libpng16.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpng16.so.16
2025-08-20T20:23:48.3060527Z 	libply.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply.so.5
2025-08-20T20:23:48.3060999Z 	libply-splash-graphics.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T20:23:48.3061541Z 	libply-splash-core.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-core.so.5
2025-08-20T20:23:48.3062046Z 	libply-boot-client.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-boot-client.so.5
2025-08-20T20:23:48.3062627Z 	libplds4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplds4.so
2025-08-20T20:23:48.3063007Z 	libplc4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplc4.so
2025-08-20T20:23:48.3063393Z 	libpkgconf.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpkgconf.so.3
2025-08-20T20:23:48.3063999Z 	libpixman-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpixman-1.so.0
2025-08-20T20:23:48.3064425Z 	libpipeline.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpipeline.so.1
2025-08-20T20:23:48.3064833Z 	libpgm-5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpgm-5.3.so.0
2025-08-20T20:23:48.3065212Z 	libpfm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpfm.so.4
2025-08-20T20:23:48.3065588Z 	libperl.so.5.38 (libc6,x86-64) => /lib/x86_64-linux-gnu/libperl.so.5.38
2025-08-20T20:23:48.3066063Z 	libpcre2-32.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so.0
2025-08-20T20:23:48.3066786Z 	libpcre2-32.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so
2025-08-20T20:23:48.3067517Z 	libpcre2-16.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so.0
2025-08-20T20:23:48.3068236Z 	libpcre2-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so
2025-08-20T20:23:48.3068975Z 	libpcre2-8.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so.0
2025-08-20T20:23:48.3069403Z 	libpcre2-8.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so
2025-08-20T20:23:48.3069834Z 	libpcre2-posix.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so.3
2025-08-20T20:23:48.3070297Z 	libpcre2-posix.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so
2025-08-20T20:23:48.3070733Z 	libpcprofile.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcprofile.so
2025-08-20T20:23:48.3071108Z 	libpcprofile.so (libc6) => /lib32/libpcprofile.so
2025-08-20T20:23:48.3071483Z 	libpciaccess.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpciaccess.so.0
2025-08-20T20:23:48.3071884Z 	libpci.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpci.so.3
2025-08-20T20:23:48.3072413Z 	libpcap.so.0.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so.0.8
2025-08-20T20:23:48.3072808Z 	libpcap.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so
2025-08-20T20:23:48.3073202Z 	libparted.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libparted.so.2
2025-08-20T20:23:48.3073787Z 	libpaper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpaper.so.1
2025-08-20T20:23:48.3074227Z 	libpangoft2-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T20:23:48.3074703Z 	libpangocairo-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T20:23:48.3075155Z 	libpango-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpango-1.0.so.0
2025-08-20T20:23:48.3075561Z 	libpanelw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so.6
2025-08-20T20:23:48.3075956Z 	libpanelw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so
2025-08-20T20:23:48.3076342Z 	libpanel.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so.6
2025-08-20T20:23:48.3076726Z 	libpanel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so
2025-08-20T20:23:48.3077104Z 	libpamc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpamc.so.0
2025-08-20T20:23:48.3077495Z 	libpam_misc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam_misc.so.0
2025-08-20T20:23:48.3077875Z 	libpam.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam.so.0
2025-08-20T20:23:48.3078327Z 	libpackagekit-glib2.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T20:23:48.3078808Z 	libopenjp2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopenjp2.so.7
2025-08-20T20:23:48.3079272Z 	libopeniscsiusr.so.0.2.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T20:23:48.3079796Z 	libopcodes-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T20:23:48.3080312Z 	libopcodes-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-arm64.so
2025-08-20T20:23:48.3080808Z 	libopcodes-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T20:23:48.3081437Z 	libopcodes-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T20:23:48.3081881Z 	libonig.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libonig.so.5
2025-08-20T20:23:48.3082252Z 	libogg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libogg.so.0
2025-08-20T20:23:48.3082619Z 	libodbc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libodbc.so.2
2025-08-20T20:23:48.3083002Z 	libobjc_gc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc_gc.so.4
2025-08-20T20:23:48.3083387Z 	libobjc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc.so.4
2025-08-20T20:23:48.3083955Z 	libnvme.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme.so.1
2025-08-20T20:23:48.3084341Z 	libnvme-mi.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme-mi.so.1
2025-08-20T20:23:48.3084725Z 	libnuma.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnuma.so.1
2025-08-20T20:23:48.3085115Z 	libntfs-3g.so.89 (libc6,x86-64) => /lib/x86_64-linux-gnu/libntfs-3g.so.89
2025-08-20T20:23:48.3085513Z 	libnss3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss3.so
2025-08-20T20:23:48.3085900Z 	libnssutil3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssutil3.so
2025-08-20T20:23:48.3086302Z 	libnssdbm3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssdbm3.so
2025-08-20T20:23:48.3086693Z 	libnssckbi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssckbi.so
2025-08-20T20:23:48.3087111Z 	libnss_systemd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_systemd.so.2
2025-08-20T20:23:48.3087554Z 	libnss_hesiod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so.2
2025-08-20T20:23:48.3087945Z 	libnss_hesiod.so.2 (libc6) => /lib32/libnss_hesiod.so.2
2025-08-20T20:23:48.3088325Z 	libnss_hesiod.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so
2025-08-20T20:23:48.3088744Z 	libnss_files.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_files.so.2
2025-08-20T20:23:48.3089119Z 	libnss_files.so.2 (libc6) => /lib32/libnss_files.so.2
2025-08-20T20:23:48.3089596Z 	libnss_dns.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_dns.so.2
2025-08-20T20:23:48.3089956Z 	libnss_dns.so.2 (libc6) => /lib32/libnss_dns.so.2
2025-08-20T20:23:48.3090320Z 	libnss_compat.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so.2
2025-08-20T20:23:48.3090705Z 	libnss_compat.so.2 (libc6) => /lib32/libnss_compat.so.2
2025-08-20T20:23:48.3091082Z 	libnss_compat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so
2025-08-20T20:23:48.3091478Z 	libnspr4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnspr4.so
2025-08-20T20:23:48.3091847Z 	libnsl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnsl.so.1
2025-08-20T20:23:48.3092163Z 	libnsl.so.1 (libc6) => /lib32/libnsl.so.1
2025-08-20T20:23:48.3092631Z 	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:23:48.3093156Z 	libnpth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnpth.so.0
2025-08-20T20:23:48.3093533Z 	libnorm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnorm.so.1
2025-08-20T20:23:48.3094136Z 	libnl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so.200
2025-08-20T20:23:48.3094513Z 	libnl-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so
2025-08-20T20:23:48.3094915Z 	libnl-route-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so.200
2025-08-20T20:23:48.3095417Z 	libnl-route-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so
2025-08-20T20:23:48.3095860Z 	libnl-genl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-genl-3.so.200
2025-08-20T20:23:48.3096293Z 	libnghttp2.so.14 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnghttp2.so.14
2025-08-20T20:23:48.3096705Z 	libnftnl.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftnl.so.11
2025-08-20T20:23:48.3097112Z 	libnftables.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftables.so.1
2025-08-20T20:23:48.3097538Z 	libnfnetlink.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnfnetlink.so.0
2025-08-20T20:23:48.3097954Z 	libnewt.so.0.52 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnewt.so.0.52
2025-08-20T20:23:48.3098482Z 	libnettle.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnettle.so.8
2025-08-20T20:23:48.3098915Z 	libnetsnmpmibs.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T20:23:48.3099407Z 	libnetsnmphelpers.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T20:23:48.3099908Z 	libnetsnmpagent.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T20:23:48.3100355Z 	libnetsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmp.so.40
2025-08-20T20:23:48.3100802Z 	libnetplan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetplan.so.1
2025-08-20T20:23:48.3101210Z 	libnetpbm.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetpbm.so.11
2025-08-20T20:23:48.3101689Z 	libnetfilter_conntrack.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T20:23:48.3102177Z 	libncursesw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncursesw.so.6
2025-08-20T20:23:48.3102594Z 	libncurses.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncurses.so.6
2025-08-20T20:23:48.3103031Z 	libmysqlclient.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so.21
2025-08-20T20:23:48.3103487Z 	libmysqlclient.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so
2025-08-20T20:23:48.3104096Z 	libmvec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so.1
2025-08-20T20:23:48.3104469Z 	libmvec.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so
2025-08-20T20:23:48.3104829Z 	libmultipath.so.0 (libc6,x86-64) => /lib/libmultipath.so.0
2025-08-20T20:23:48.3105213Z 	libmspack.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmspack.so.0
2025-08-20T20:23:48.3105602Z 	libmpfr.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpfr.so.6
2025-08-20T20:23:48.3105974Z 	libmpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpc.so.3
2025-08-20T20:23:48.3106341Z 	libmpathutil.so.0 (libc6,x86-64) => /lib/libmpathutil.so.0
2025-08-20T20:23:48.3106734Z 	libmpathpersist.so.0 (libc6,x86-64) => /lib/libmpathpersist.so.0
2025-08-20T20:23:48.3107249Z 	libmpathcmd.so.0 (libc6,x86-64) => /lib/libmpathcmd.so.0
2025-08-20T20:23:48.3107623Z 	libmount.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmount.so.1
2025-08-20T20:23:48.3107994Z 	libmnl.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmnl.so.0
2025-08-20T20:23:48.3108353Z 	libmms.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmms.so.0
2025-08-20T20:23:48.3108734Z 	libmm-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmm-glib.so.0
2025-08-20T20:23:48.3109125Z 	libmlx5.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so.1
2025-08-20T20:23:48.3109491Z 	libmlx5.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so
2025-08-20T20:23:48.3109854Z 	libmlx4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so.1
2025-08-20T20:23:48.3110216Z 	libmlx4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so
2025-08-20T20:23:48.3110586Z 	libmenuw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so.6
2025-08-20T20:23:48.3110965Z 	libmenuw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so
2025-08-20T20:23:48.3111337Z 	libmenu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so.6
2025-08-20T20:23:48.3111694Z 	libmenu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so
2025-08-20T20:23:48.3112077Z 	libmemusage.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemusage.so
2025-08-20T20:23:48.3112434Z 	libmemusage.so (libc6) => /lib32/libmemusage.so
2025-08-20T20:23:48.3112807Z 	libmemcached.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemcached.so.11
2025-08-20T20:23:48.3113251Z 	libmediainfo.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmediainfo.so.0
2025-08-20T20:23:48.3113874Z 	libmecab.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmecab.so.2
2025-08-20T20:23:48.3114254Z 	libmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmd.so.0
2025-08-20T20:23:48.3114641Z 	libmbim-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmbim-glib.so.4
2025-08-20T20:23:48.3115070Z 	libmaxminddb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmaxminddb.so.0
2025-08-20T20:23:48.3115650Z 	libmana.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so.1
2025-08-20T20:23:48.3116017Z 	libmana.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so
2025-08-20T20:23:48.3116387Z 	libmagic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmagic.so.1
2025-08-20T20:23:48.3116750Z 	libm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libm.so.6
2025-08-20T20:23:48.3117051Z 	libm.so.6 (libc6) => /lib32/libm.so.6
2025-08-20T20:23:48.3117358Z 	liblz4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so.1
2025-08-20T20:23:48.3117709Z 	liblz4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so
2025-08-20T20:23:48.3118116Z 	liblzo2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzo2.so.2
2025-08-20T20:23:48.3118491Z 	liblzma.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so.5
2025-08-20T20:23:48.3118850Z 	liblzma.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so
2025-08-20T20:23:48.3119208Z 	liblz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so.1
2025-08-20T20:23:48.3119559Z 	liblz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so
2025-08-20T20:23:48.3119951Z 	liblvm2cmd.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T20:23:48.3120362Z 	liblua5.4.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4.so.0
2025-08-20T20:23:48.3120762Z 	liblua5.4-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T20:23:48.3121158Z 	liblua5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3.so.0
2025-08-20T20:23:48.3121552Z 	liblua5.3-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T20:23:48.3121974Z 	liblttng-ust.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust.so.1
2025-08-20T20:23:48.3122483Z 	liblttng-ust-tracepoint.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T20:23:48.3123112Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T20:23:48.3124111Z 	liblttng-ust-libc-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T20:23:48.3124685Z 	liblttng-ust-fork.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T20:23:48.3125167Z 	liblttng-ust-fd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T20:23:48.3125627Z 	liblttng-ust-dl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T20:23:48.3126157Z 	liblttng-ust-cyg-profile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T20:23:48.3126789Z 	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:23:48.3127358Z 	liblttng-ust-ctl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T20:23:48.3127857Z 	liblttng-ust-common.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T20:23:48.3128308Z 	libltdl.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libltdl.so.7
2025-08-20T20:23:48.3128698Z 	liblsan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblsan.so.0
2025-08-20T20:23:48.3129075Z 	liblqr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblqr-1.so.0
2025-08-20T20:23:48.3129453Z 	liblmdb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblmdb.so.0
2025-08-20T20:23:48.3129835Z 	liblldb-18.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so.1
2025-08-20T20:23:48.3130234Z 	liblldb-18.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so
2025-08-20T20:23:48.3130628Z 	liblldb-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so.1
2025-08-20T20:23:48.3131018Z 	liblldb-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so
2025-08-20T20:23:48.3131401Z 	liblldb-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so.1
2025-08-20T20:23:48.3131788Z 	liblldb-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so
2025-08-20T20:23:48.3132165Z 	libldap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libldap.so.2
2025-08-20T20:23:48.3132546Z 	liblcms2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblcms2.so.2
2025-08-20T20:23:48.3133043Z 	liblber.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblber.so.2
2025-08-20T20:23:48.3133440Z 	libk5crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libk5crypto.so.3
2025-08-20T20:23:48.3134020Z 	libksba.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libksba.so.8
2025-08-20T20:23:48.3134440Z 	libkrb5support.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5support.so.0
2025-08-20T20:23:48.3134857Z 	libkrb5.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5.so.3
2025-08-20T20:23:48.3135234Z 	libkmod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkmod.so.2
2025-08-20T20:23:48.3135628Z 	libkeyutils.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkeyutils.so.1
2025-08-20T20:23:48.3136045Z 	libjxrglue.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjxrglue.so.0
2025-08-20T20:23:48.3136458Z 	libjsoncpp.so.25 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjsoncpp.so.25
2025-08-20T20:23:48.3136907Z 	libjson-glib-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T20:23:48.3137350Z 	libjson-c.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-c.so.5
2025-08-20T20:23:48.3137724Z 	libjq.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjq.so.1
2025-08-20T20:23:48.3138094Z 	libjpegxr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpegxr.so.0
2025-08-20T20:23:48.3138482Z 	libjpeg.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpeg.so.8
2025-08-20T20:23:48.3138850Z 	libjcat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjcat.so.1
2025-08-20T20:23:48.3139243Z 	libjbig2dec.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig2dec.so.0
2025-08-20T20:23:48.3139635Z 	libjbig.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig.so.0
2025-08-20T20:23:48.3140022Z 	libjansson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjansson.so.4
2025-08-20T20:23:48.3140408Z 	libitm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libitm.so.1
2025-08-20T20:23:48.3140771Z 	libisns.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisns.so.0
2025-08-20T20:23:48.3141256Z 	libisl.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisl.so.23
2025-08-20T20:23:48.3141826Z 	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:23:48.3142546Z 	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:23:48.3143235Z 	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:23:48.3144067Z 	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:23:48.3144597Z 	libip6tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip6tc.so.2
2025-08-20T20:23:48.3144987Z 	libip4tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip4tc.so.2
2025-08-20T20:23:48.3145362Z 	libinih.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libinih.so.1
2025-08-20T20:23:48.3145748Z 	libijs-0.35.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libijs-0.35.so
2025-08-20T20:23:48.3146126Z 	libidn2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn2.so.0
2025-08-20T20:23:48.3146491Z 	libidn.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn.so.12
2025-08-20T20:23:48.3146871Z 	libicuuc.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.74
2025-08-20T20:23:48.3147272Z 	libicuuc.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.70
2025-08-20T20:23:48.3155489Z 	libicuuc.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so
2025-08-20T20:23:48.3155960Z 	libicutu.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.74
2025-08-20T20:23:48.3156390Z 	libicutu.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.70
2025-08-20T20:23:48.3156783Z 	libicutu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so
2025-08-20T20:23:48.3157183Z 	libicutest.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.74
2025-08-20T20:23:48.3157611Z 	libicutest.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.70
2025-08-20T20:23:48.3158188Z 	libicutest.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so
2025-08-20T20:23:48.3158587Z 	libicui18n.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.74
2025-08-20T20:23:48.3158989Z 	libicui18n.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.70
2025-08-20T20:23:48.3159385Z 	libicui18n.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so
2025-08-20T20:23:48.3159774Z 	libicuio.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.74
2025-08-20T20:23:48.3160161Z 	libicuio.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.70
2025-08-20T20:23:48.3160535Z 	libicuio.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so
2025-08-20T20:23:48.3160926Z 	libicudata.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.74
2025-08-20T20:23:48.3161339Z 	libicudata.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.70
2025-08-20T20:23:48.3161741Z 	libicudata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so
2025-08-20T20:23:48.3162150Z 	libibverbs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so.1
2025-08-20T20:23:48.3162550Z 	libibverbs.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so
2025-08-20T20:23:48.3162934Z 	libhwasan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhwasan.so.0
2025-08-20T20:23:48.3163374Z 	libhunspell-1.7.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T20:23:48.3164075Z 	libhogweed.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhogweed.so.6
2025-08-20T20:23:48.3164480Z 	libhistory.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhistory.so.8
2025-08-20T20:23:48.3164926Z 	libhiredis_ssl.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T20:23:48.3165395Z 	libhiredis.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T20:23:48.3165816Z 	libhgfs.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhgfs.so.0
2025-08-20T20:23:48.3166311Z 	libheif.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libheif.so.1
2025-08-20T20:23:48.3166709Z 	libhavege.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhavege.so.2
2025-08-20T20:23:48.3167116Z 	libhashkit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhashkit.so.2
2025-08-20T20:23:48.3167532Z 	libharfbuzz.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libharfbuzz.so.0
2025-08-20T20:23:48.3167937Z 	libhandle.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhandle.so.1
2025-08-20T20:23:48.3168318Z 	libgusb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgusb.so.2
2025-08-20T20:23:48.3168707Z 	libguestlib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestlib.so.0
2025-08-20T20:23:48.3169183Z 	libguestStoreClient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestStoreClient.so.0
2025-08-20T20:23:48.3169673Z 	libgudev-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgudev-1.0.so.0
2025-08-20T20:23:48.3170079Z 	libgtk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgtk-3.so.0
2025-08-20T20:23:48.3170497Z 	libgthread-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgthread-2.0.so.0
2025-08-20T20:23:48.3170975Z 	libgstreamer-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T20:23:48.3171429Z 	libgstnet-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T20:23:48.3171909Z 	libgstcontroller-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T20:23:48.3172407Z 	libgstcheck-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T20:23:48.3172849Z 	libgstbase-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T20:23:48.3173291Z 	libgssapi_krb5.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T20:23:48.3173883Z 	libgs.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgs.so.10
2025-08-20T20:23:48.3174289Z 	libgraphite2.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgraphite2.so.3
2025-08-20T20:23:48.3174714Z 	libgprofng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgprofng.so.0
2025-08-20T20:23:48.3175238Z 	libgpm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpm.so.2
2025-08-20T20:23:48.3175623Z 	libgpgme.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpgme.so.11
2025-08-20T20:23:48.3176038Z 	libgpg-error.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpg-error.so.0
2025-08-20T20:23:48.3176451Z 	libgomp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgomp.so.1
2025-08-20T20:23:48.3176858Z 	libgobject-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgobject-2.0.so.0
2025-08-20T20:23:48.3177279Z 	libgnutls.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgnutls.so.30
2025-08-20T20:23:48.3177674Z 	libgmpxx.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so.4
2025-08-20T20:23:48.3178052Z 	libgmpxx.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so
2025-08-20T20:23:48.3178421Z 	libgmp.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so.10
2025-08-20T20:23:48.3178783Z 	libgmp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so
2025-08-20T20:23:48.3179184Z 	libgmodule-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T20:23:48.3179605Z 	libglib-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libglib-2.0.so.0
2025-08-20T20:23:48.3180061Z 	libgirepository-1.0.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T20:23:48.3180516Z 	libgio-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgio-2.0.so.0
2025-08-20T20:23:48.3180923Z 	libgfortran.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgfortran.so.5
2025-08-20T20:23:48.3181358Z 	libgdk_pixbuf-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T20:23:48.3181781Z 	libgdk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk-3.so.0
2025-08-20T20:23:48.3182189Z 	libgdbm_compat.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm_compat.so.4
2025-08-20T20:23:48.3182600Z 	libgdbm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm.so.6
2025-08-20T20:23:48.3182957Z 	libgd.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgd.so.3
2025-08-20T20:23:48.3183460Z 	libgctba.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgctba.so.1
2025-08-20T20:23:48.3184048Z 	libgcrypt.so.20 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcrypt.so.20
2025-08-20T20:23:48.3184461Z 	libgccpp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgccpp.so.1
2025-08-20T20:23:48.3184839Z 	libgcc_s.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcc_s.so.1
2025-08-20T20:23:48.3185171Z 	libgcc_s.so.1 (libc6) => /lib32/libgcc_s.so.1
2025-08-20T20:23:48.3185487Z 	libgc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgc.so.1
2025-08-20T20:23:48.3185845Z 	libgbm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgbm.so.1
2025-08-20T20:23:48.3186356Z 	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:23:48.3186877Z 	libfwupd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfwupd.so.2
2025-08-20T20:23:48.3187257Z 	libfuse3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfuse3.so.3
2025-08-20T20:23:48.3187633Z 	libftdi1.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libftdi1.so.2
2025-08-20T20:23:48.3188092Z 	libfsverity.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfsverity.so.0
2025-08-20T20:23:48.3188511Z 	libfribidi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfribidi.so.0
2025-08-20T20:23:48.3188925Z 	libfreetype.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreetype.so.6
2025-08-20T20:23:48.3189326Z 	libfreebl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreebl3.so
2025-08-20T20:23:48.3189742Z 	libfreeblpriv3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreeblpriv3.so
2025-08-20T20:23:48.3190152Z 	libformw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so.6
2025-08-20T20:23:48.3190523Z 	libformw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so
2025-08-20T20:23:48.3190897Z 	libform.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so.6
2025-08-20T20:23:48.3191259Z 	libform.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so
2025-08-20T20:23:48.3191641Z 	libfontenc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontenc.so.1
2025-08-20T20:23:48.3192190Z 	libfontconfig.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontconfig.so.1
2025-08-20T20:23:48.3192620Z 	libflashrom.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libflashrom.so.1
2025-08-20T20:23:48.3193018Z 	libfido2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfido2.so.1
2025-08-20T20:23:48.3193441Z 	libfftw3_threads.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_threads.so.3
2025-08-20T20:23:48.3194053Z 	libfftw3_omp.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_omp.so.3
2025-08-20T20:23:48.3194456Z 	libfftw3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3.so.3
2025-08-20T20:23:48.3194824Z 	libffi.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so.8
2025-08-20T20:23:48.3195177Z 	libffi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so
2025-08-20T20:23:48.3195536Z 	libfdisk.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfdisk.so.1
2025-08-20T20:23:48.3195912Z 	libfcgi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi.so.0
2025-08-20T20:23:48.3196294Z 	libfcgi++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi++.so.0
2025-08-20T20:23:48.3196693Z 	libfbclient.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfbclient.so.2
2025-08-20T20:23:48.3197106Z 	libfastjson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfastjson.so.4
2025-08-20T20:23:48.3197565Z 	libfakeroot-0.so (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T20:23:48.3198000Z 	libe2p.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libe2p.so.2
2025-08-20T20:23:48.3198378Z 	libext2fs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libext2fs.so.2
2025-08-20T20:23:48.3198770Z 	libexslt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexslt.so.0
2025-08-20T20:23:48.3199155Z 	libexpatw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so.1
2025-08-20T20:23:48.3199545Z 	libexpatw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so
2025-08-20T20:23:48.3199931Z 	libexpat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so.1
2025-08-20T20:23:48.3200423Z 	libexpat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so
2025-08-20T20:23:48.3200874Z 	libevent_pthreads-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T20:23:48.3201367Z 	libevent_core-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T20:23:48.3201788Z 	libevdev.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevdev.so.2
2025-08-20T20:23:48.3202164Z 	libestr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libestr.so.0
2025-08-20T20:23:48.3202537Z 	libepoxy.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libepoxy.so.0
2025-08-20T20:23:48.3202942Z 	libenchant-2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libenchant-2.so.2
2025-08-20T20:23:48.3203338Z 	libelf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libelf.so.1
2025-08-20T20:23:48.3203940Z 	libefivar.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefivar.so.1
2025-08-20T20:23:48.3204350Z 	libefiboot.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefiboot.so.1
2025-08-20T20:23:48.3204742Z 	libefa.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so.1
2025-08-20T20:23:48.3205095Z 	libefa.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so
2025-08-20T20:23:48.3205450Z 	libedit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libedit.so.2
2025-08-20T20:23:48.3205858Z 	libeatmydata.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so.1
2025-08-20T20:23:48.3206287Z 	libeatmydata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so
2025-08-20T20:23:48.3206676Z 	libdw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdw.so.1
2025-08-20T20:23:48.3207066Z 	libduktape.so.207 (libc6,x86-64) => /lib/x86_64-linux-gnu/libduktape.so.207
2025-08-20T20:23:48.3207521Z 	libdrop_ambient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrop_ambient.so.0
2025-08-20T20:23:48.3207957Z 	libdrm_intel.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_intel.so.1
2025-08-20T20:23:48.3208377Z 	libdrm_amdgpu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T20:23:48.3208919Z 	libdrm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm.so.2
2025-08-20T20:23:48.3209449Z 	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:23:48.3209965Z 	libdl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdl.so.2
2025-08-20T20:23:48.3210272Z 	libdl.so.2 (libc6) => /lib32/libdl.so.2
2025-08-20T20:23:48.3210622Z 	libdjvulibre.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdjvulibre.so.21
2025-08-20T20:23:48.3211038Z 	libde265.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libde265.so.0
2025-08-20T20:23:48.3211475Z 	libdevmapper.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T20:23:48.3212010Z 	libdevmapper-event.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T20:23:48.3212603Z 	libdevmapper-event-lvm2vdo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T20:23:48.3213230Z 	libdevmapper-event-lvm2thin.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T20:23:48.3214103Z 	libdevmapper-event-lvm2snapshot.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T20:23:48.3214779Z 	libdevmapper-event-lvm2raid.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T20:23:48.3215419Z 	libdevmapper-event-lvm2mirror.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T20:23:48.3216057Z 	libdevmapper-event-lvm2.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T20:23:48.3216646Z 	libdevmapper-event-lvm2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T20:23:48.3217147Z 	libdeflate.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdeflate.so.0
2025-08-20T20:23:48.3217603Z 	libdebconfclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdebconfclient.so.0
2025-08-20T20:23:48.3218207Z 	libdconf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdconf.so.1
2025-08-20T20:23:48.3218643Z 	libdbusmenu-gtk3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T20:23:48.3219110Z 	libdbusmenu-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T20:23:48.3219544Z 	libdbus-1.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so.3
2025-08-20T20:23:48.3219933Z 	libdbus-1.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so
2025-08-20T20:23:48.3220305Z 	libdb-5.3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdb-5.3.so
2025-08-20T20:23:48.3220690Z 	libdatrie.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdatrie.so.1
2025-08-20T20:23:48.3221082Z 	libcurl.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl.so.4
2025-08-20T20:23:48.3221501Z 	libcurl-gnutls.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T20:23:48.3221925Z 	libcups.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcups.so.2
2025-08-20T20:23:48.3222302Z 	libctf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf.so.0
2025-08-20T20:23:48.3222699Z 	libctf-nobfd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd.so.0
2025-08-20T20:23:48.3223161Z 	libctf-nobfd-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so.0
2025-08-20T20:23:48.3223829Z 	libctf-nobfd-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so
2025-08-20T20:23:48.3224335Z 	libctf-nobfd-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T20:23:48.3224823Z 	libctf-nobfd-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T20:23:48.3225304Z 	libctf-nobfd-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T20:23:48.3225784Z 	libctf-nobfd-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T20:23:48.3226237Z 	libctf-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so.0
2025-08-20T20:23:48.3226666Z 	libctf-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so
2025-08-20T20:23:48.3227211Z 	libctf-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so.0
2025-08-20T20:23:48.3227629Z 	libctf-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so
2025-08-20T20:23:48.3228043Z 	libctf-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so.0
2025-08-20T20:23:48.3228452Z 	libctf-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so
2025-08-20T20:23:48.3228891Z 	libcryptsetup.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcryptsetup.so.12
2025-08-20T20:23:48.3229324Z 	libcrypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so.3
2025-08-20T20:23:48.3229718Z 	libcrypto.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so
2025-08-20T20:23:48.3230106Z 	libcrypt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so.1
2025-08-20T20:23:48.3230488Z 	libcrypt.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so
2025-08-20T20:23:48.3230873Z 	libcom_err.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcom_err.so.2
2025-08-20T20:23:48.3231318Z 	libcolordprivate.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolordprivate.so.2
2025-08-20T20:23:48.3231759Z 	libcolord.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolord.so.2
2025-08-20T20:23:48.3232161Z 	libclang-18.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-18.so.18
2025-08-20T20:23:48.3232562Z 	libclang-17.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-17.so.17
2025-08-20T20:23:48.3232984Z 	libclang-16.so.16.0.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T20:23:48.3233438Z 	libclang-cpp.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T20:23:48.3234058Z 	libclang-cpp.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.17
2025-08-20T20:23:48.3234490Z 	libclang-cpp.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.16
2025-08-20T20:23:48.3234886Z 	libcc1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcc1.so.0
2025-08-20T20:23:48.3235428Z 	libcbor.so.0.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcbor.so.0.10
2025-08-20T20:23:48.3235830Z 	libcares.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcares.so.2
2025-08-20T20:23:48.3236204Z 	libcap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap.so.2
2025-08-20T20:23:48.3236579Z 	libcap-ng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap-ng.so.0
2025-08-20T20:23:48.3236986Z 	libcanberra.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcanberra.so.0
2025-08-20T20:23:48.3237382Z 	libcairo.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo.so.2
2025-08-20T20:23:48.3237812Z 	libcairo-gobject.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo-gobject.so.2
2025-08-20T20:23:48.3238280Z 	libc_malloc_debug.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T20:23:48.3238698Z 	libc_malloc_debug.so.0 (libc6) => /lib32/libc_malloc_debug.so.0
2025-08-20T20:23:48.3239106Z 	libc_malloc_debug.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so
2025-08-20T20:23:48.3239508Z 	libc.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc.so.6
2025-08-20T20:23:48.3239809Z 	libc.so.6 (libc6) => /lib32/libc.so.6
2025-08-20T20:23:48.3240133Z 	libc-client.so.2007e (libc6,x86-64) => /lib/libc-client.so.2007e
2025-08-20T20:23:48.3240517Z 	libbz2.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbz2.so.1.0
2025-08-20T20:23:48.3240912Z 	libbytesize.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbytesize.so.1
2025-08-20T20:23:48.3241302Z 	libbsd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbsd.so.0
2025-08-20T20:23:48.3241697Z 	libbrotlienc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlienc.so.1
2025-08-20T20:23:48.3242124Z 	libbrotlidec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlidec.so.1
2025-08-20T20:23:48.3242573Z 	libbrotlicommon.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlicommon.so.1
2025-08-20T20:23:48.3242991Z 	libbpf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbpf.so.1
2025-08-20T20:23:48.3243381Z 	libblockdev.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblockdev.so.3
2025-08-20T20:23:48.3244108Z 	libblkid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblkid.so.1
2025-08-20T20:23:48.3244670Z 	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:23:48.3245256Z 	libbfd-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-system.so
2025-08-20T20:23:48.3245715Z 	libbfd-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-arm64.so
2025-08-20T20:23:48.3246161Z 	libbfd-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T20:23:48.3246597Z 	libbfd-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T20:23:48.3247024Z 	libbd_utils.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_utils.so.3
2025-08-20T20:23:48.3247429Z 	libbd_swap.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_swap.so.3
2025-08-20T20:23:48.3247822Z 	libbd_part.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_part.so.3
2025-08-20T20:23:48.3248236Z 	libbd_nvme.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_nvme.so.3
2025-08-20T20:23:48.3248650Z 	libbd_mdraid.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_mdraid.so.3
2025-08-20T20:23:48.3249059Z 	libbd_loop.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_loop.so.3
2025-08-20T20:23:48.3249441Z 	libbd_fs.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_fs.so.3
2025-08-20T20:23:48.3249835Z 	libbd_crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_crypto.so.3
2025-08-20T20:23:48.3250237Z 	libbcc_bpf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc_bpf.so.0
2025-08-20T20:23:48.3250617Z 	libbcc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc.so.0
2025-08-20T20:23:48.3251034Z 	libavahi-common.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-common.so.3
2025-08-20T20:23:48.3251500Z 	libavahi-client.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-client.so.3
2025-08-20T20:23:48.3252054Z 	libaudit.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaudit.so.1
2025-08-20T20:23:48.3252447Z 	libattr.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libattr.so.1
2025-08-20T20:23:48.3252824Z 	libatspi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatspi.so.0
2025-08-20T20:23:48.3253218Z 	libatomic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatomic.so.1
2025-08-20T20:23:48.3253810Z 	libatm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatm.so.1
2025-08-20T20:23:48.3254210Z 	libatk-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-1.0.so.0
2025-08-20T20:23:48.3254646Z 	libatk-bridge-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T20:23:48.3255096Z 	libatasmart.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatasmart.so.4
2025-08-20T20:23:48.3255503Z 	libassuan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libassuan.so.0
2025-08-20T20:23:48.3255905Z 	libaspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaspell.so.15
2025-08-20T20:23:48.3256305Z 	libasound.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasound.so.2
2025-08-20T20:23:48.3256699Z 	libasan.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasan.so.8
2025-08-20T20:23:48.3257079Z 	libaria2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaria2.so.0
2025-08-20T20:23:48.3257463Z 	libargon2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libargon2.so.1
2025-08-20T20:23:48.3257864Z 	libarchive.so.13 (libc6,x86-64) => /lib/x86_64-linux-gnu/libarchive.so.13
2025-08-20T20:23:48.3258320Z 	libapt-private.so.0.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-private.so.0.0
2025-08-20T20:23:48.3258777Z 	libapt-pkg.so.6.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T20:23:48.3259204Z 	libaprutil-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaprutil-1.so.0
2025-08-20T20:23:48.3259605Z 	libapr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapr-1.so.0
2025-08-20T20:23:48.3260007Z 	libappstream.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libappstream.so.5
2025-08-20T20:23:48.3260434Z 	libapparmor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapparmor.so.1
2025-08-20T20:23:48.3260955Z 	libaom.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaom.so.3
2025-08-20T20:23:48.3261314Z 	libanl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so.1
2025-08-20T20:23:48.3261630Z 	libanl.so.1 (libc6) => /lib32/libanl.so.1
2025-08-20T20:23:48.3261935Z 	libanl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so
2025-08-20T20:23:48.3262307Z 	libaio.so.1t64 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaio.so.1t64
2025-08-20T20:23:48.3262683Z 	libacl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libacl.so.1
2025-08-20T20:23:48.3263038Z 	libX11.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11.so.6
2025-08-20T20:23:48.3263410Z 	libX11-xcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11-xcb.so.1
2025-08-20T20:23:48.3264035Z 	libXxf86vm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXxf86vm.so.1
2025-08-20T20:23:48.3264428Z 	libXtst.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXtst.so.6
2025-08-20T20:23:48.3264792Z 	libXt.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXt.so.6
2025-08-20T20:23:48.3265149Z 	libXss.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXss.so.1
2025-08-20T20:23:48.3265531Z 	libXrender.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrender.so.1
2025-08-20T20:23:48.3265934Z 	libXrandr.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrandr.so.2
2025-08-20T20:23:48.3266306Z 	libXpm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXpm.so.4
2025-08-20T20:23:48.3266670Z 	libXmuu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmuu.so.1
2025-08-20T20:23:48.3267029Z 	libXmu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmu.so.6
2025-08-20T20:23:48.3267415Z 	libXinerama.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXinerama.so.1
2025-08-20T20:23:48.3267799Z 	libXi.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXi.so.6
2025-08-20T20:23:48.3268149Z 	libXft.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXft.so.2
2025-08-20T20:23:48.3268524Z 	libXfont2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfont2.so.2
2025-08-20T20:23:48.3269038Z 	libXfixes.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfixes.so.3
2025-08-20T20:23:48.3269423Z 	libXext.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXext.so.6
2025-08-20T20:23:48.3269798Z 	libXdmcp.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so.6
2025-08-20T20:23:48.3270173Z 	libXdmcp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so
2025-08-20T20:23:48.3270559Z 	libXdamage.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdamage.so.1
2025-08-20T20:23:48.3270961Z 	libXcursor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcursor.so.1
2025-08-20T20:23:48.3271388Z 	libXcomposite.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcomposite.so.1
2025-08-20T20:23:48.3271793Z 	libXaw.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXaw.so.7
2025-08-20T20:23:48.3272145Z 	libXau.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so.6
2025-08-20T20:23:48.3272505Z 	libXau.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so
2025-08-20T20:23:48.3272849Z 	libSM.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libSM.so.6
2025-08-20T20:23:48.3273284Z 	libOpenEXRUtil-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T20:23:48.3273966Z 	libOpenEXRCore-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T20:23:48.3274468Z 	libOpenEXR-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T20:23:48.3274955Z 	libMagickWand-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T20:23:48.3275464Z 	libMagickCore-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T20:23:48.3275903Z 	libLerc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLerc.so.4
2025-08-20T20:23:48.3276296Z 	libLLVM.so.19.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.19.1
2025-08-20T20:23:48.3276692Z 	libLLVM.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.18.1
2025-08-20T20:23:48.3277084Z 	libLLVM-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so.1
2025-08-20T20:23:48.3277609Z 	libLLVM-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so
2025-08-20T20:23:48.3277998Z 	libLLVM-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so.1
2025-08-20T20:23:48.3278385Z 	libLLVM-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so
2025-08-20T20:23:48.3278763Z 	libJudy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libJudy.so.1
2025-08-20T20:23:48.3279163Z 	libImath-3_1.so.29 (libc6,x86-64) => /lib/x86_64-linux-gnu/libImath-3_1.so.29
2025-08-20T20:23:48.3279607Z 	libIlmThread-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T20:23:48.3280043Z 	libIex-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIex-3_1.so.30
2025-08-20T20:23:48.3280426Z 	libICE.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libICE.so.6
2025-08-20T20:23:48.3280836Z 	libGLdispatch.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLdispatch.so.0
2025-08-20T20:23:48.3281262Z 	libGLX_mesa.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX_mesa.so.0
2025-08-20T20:23:48.3281655Z 	libGLX.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX.so.0
2025-08-20T20:23:48.3282010Z 	libGL.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGL.so.1
2025-08-20T20:23:48.3282415Z 	libDeployPkg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libDeployPkg.so.0
2025-08-20T20:23:48.3282874Z 	libBrokenLocale.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so.1
2025-08-20T20:23:48.3283307Z 	libBrokenLocale.so.1 (libc6) => /lib32/libBrokenLocale.so.1
2025-08-20T20:23:48.3283914Z 	libBrokenLocale.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so
2025-08-20T20:23:48.3284329Z 	ld-musl-x86_64.so.1 (libc6,x86-64) => /lib/ld-musl-x86_64.so.1
2025-08-20T20:23:48.3284658Z 	ld-linux.so.2 (libc6) => /lib32/ld-linux.so.2
2025-08-20T20:23:48.3284941Z 	ld-linux.so.2 (libc6) => /lib/ld-linux.so.2
2025-08-20T20:23:48.3285302Z 	ld-linux-x86-64.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
2025-08-20T20:23:48.3285912Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.5) stable release version 2.39
2025-08-20T20:23:48.5562432Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T20:23:48.7250538Z Collecting meson
2025-08-20T20:23:48.7614528Z   Downloading meson-1.8.4-py3-none-any.whl.metadata (1.8 kB)
2025-08-20T20:23:48.7924440Z Collecting ninja
2025-08-20T20:23:48.7962019Z   Downloading ninja-1.13.0-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.metadata (5.1 kB)
2025-08-20T20:23:48.8068058Z Downloading meson-1.8.4-py3-none-any.whl (1.0 MB)
2025-08-20T20:23:48.8335183Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.0/1.0 MB 73.0 MB/s  0:00:00
2025-08-20T20:23:48.8368856Z Downloading ninja-1.13.0-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (180 kB)
2025-08-20T20:23:48.9301686Z Installing collected packages: ninja, meson
2025-08-20T20:23:49.6429499Z 
2025-08-20T20:23:49.6458429Z Successfully installed meson-1.8.4 ninja-1.13.0
2025-08-20T20:23:49.9315651Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T20:23:50.0388592Z Requirement already satisfied: meson in /home/runner/.local/lib/python3.12/site-packages (1.8.4)
2025-08-20T20:23:50.0956462Z Requirement already satisfied: ninja in /home/runner/.local/lib/python3.12/site-packages (1.13.0)
2025-08-20T20:23:50.6491659Z 1.8.4
2025-08-20T20:23:50.6748972Z 1.13.0.git.kitware.jobserver-pipe-1
2025-08-20T20:23:50.7004902Z 680 libs found in cache `/etc/ld.so.cache'
2025-08-20T20:23:50.7005582Z 	libz3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so.4
2025-08-20T20:23:50.7006218Z 	libz3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so
2025-08-20T20:23:50.7006870Z 	libzstd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so.1
2025-08-20T20:23:50.7007569Z 	libzstd.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so
2025-08-20T20:23:50.7008245Z 	libzmq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzmq.so.5
2025-08-20T20:23:50.7008922Z 	libzip.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzip.so.4
2025-08-20T20:23:50.7009945Z 	libzen.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzen.so.0
2025-08-20T20:23:50.7010613Z 	libz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so.1
2025-08-20T20:23:50.7011225Z 	libz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so
2025-08-20T20:23:50.7011894Z 	libyaml-0.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyaml-0.so.2
2025-08-20T20:23:50.7012605Z 	libyajl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyajl.so.2
2025-08-20T20:23:50.7013310Z 	libxxhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxxhash.so.0
2025-08-20T20:23:50.7014461Z 	libxtables.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxtables.so.12
2025-08-20T20:23:50.7015190Z 	libxslt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxslt.so.1
2025-08-20T20:23:50.7015919Z 	libxshmfence.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxshmfence.so.1
2025-08-20T20:23:50.7016364Z 	libxml2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so.2
2025-08-20T20:23:50.7016751Z 	libxml2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so
2025-08-20T20:23:50.7017168Z 	libxmlsec1.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1.so.1
2025-08-20T20:23:50.7017656Z 	libxmlsec1-openssl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T20:23:50.7018118Z 	libxmlb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlb.so.2
2025-08-20T20:23:50.7018520Z 	libxkbfile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbfile.so.1
2025-08-20T20:23:50.7018957Z 	libxkbcommon.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbcommon.so.0
2025-08-20T20:23:50.7019374Z 	libxcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so.1
2025-08-20T20:23:50.7019740Z 	libxcb.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so
2025-08-20T20:23:50.7020149Z 	libxcb-xfixes.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T20:23:50.7020788Z 	libxcb-xfixes.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so
2025-08-20T20:23:50.7021553Z 	libxcb-sync.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-sync.so.1
2025-08-20T20:23:50.7022506Z 	libxcb-shm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shm.so.0
2025-08-20T20:23:50.7023316Z 	libxcb-shape.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so.0
2025-08-20T20:23:50.7024313Z 	libxcb-shape.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so
2025-08-20T20:23:50.7025168Z 	libxcb-render.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so.0
2025-08-20T20:23:50.7026031Z 	libxcb-render.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so
2025-08-20T20:23:50.7026822Z 	libxcb-randr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-randr.so.0
2025-08-20T20:23:50.7027649Z 	libxcb-present.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-present.so.0
2025-08-20T20:23:50.7028431Z 	libxcb-glx.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-glx.so.0
2025-08-20T20:23:50.7029151Z 	libxcb-dri3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-dri3.so.0
2025-08-20T20:23:50.7029911Z 	libwrap.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwrap.so.0
2025-08-20T20:23:50.7030708Z 	libwmflite-0.2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T20:23:50.7031521Z 	libwebpmux.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpmux.so.3
2025-08-20T20:23:50.7032329Z 	libwebpdemux.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpdemux.so.2
2025-08-20T20:23:50.7033078Z 	libwebp.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebp.so.7
2025-08-20T20:23:50.7034085Z 	libwbclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwbclient.so.0
2025-08-20T20:23:50.7034972Z 	libwayland-server.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-server.so.0
2025-08-20T20:23:50.7035882Z 	libwayland-egl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-egl.so.1
2025-08-20T20:23:50.7036754Z 	libwayland-cursor.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-cursor.so.0
2025-08-20T20:23:50.7037674Z 	libwayland-client.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-client.so.0
2025-08-20T20:23:50.7038713Z 	libvulkan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvulkan.so.1
2025-08-20T20:23:50.7039486Z 	libvorbisfile.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbisfile.so.3
2025-08-20T20:23:50.7040252Z 	libvorbis.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbis.so.0
2025-08-20T20:23:50.7040993Z 	libvolume_key.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvolume_key.so.1
2025-08-20T20:23:50.7041747Z 	libvmtools.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvmtools.so.0
2025-08-20T20:23:50.7042479Z 	libvgauth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvgauth.so.0
2025-08-20T20:23:50.7043150Z 	libuv.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuv.so.1
2025-08-20T20:23:50.7043973Z 	libuuid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuuid.so.1
2025-08-20T20:23:50.7044646Z 	libutil.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutil.so.1
2025-08-20T20:23:50.7045226Z 	libutil.so.1 (libc6) => /lib32/libutil.so.1
2025-08-20T20:23:50.7045858Z 	libutempter.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutempter.so.0
2025-08-20T20:23:50.7046605Z 	libusb-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libusb-1.0.so.0
2025-08-20T20:23:50.7047295Z 	liburcu.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu.so.8
2025-08-20T20:23:50.7048039Z 	liburcu-signal.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-signal.so.8
2025-08-20T20:23:50.7048834Z 	liburcu-qsbr.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T20:23:50.7049594Z 	liburcu-memb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-memb.so.8
2025-08-20T20:23:50.7050349Z 	liburcu-mb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-mb.so.8
2025-08-20T20:23:50.7051139Z 	liburcu-common.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-common.so.8
2025-08-20T20:23:50.7051916Z 	liburcu-cds.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-cds.so.8
2025-08-20T20:23:50.7052651Z 	liburcu-bp.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-bp.so.8
2025-08-20T20:23:50.7053830Z 	libunwind.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind.so.8
2025-08-20T20:23:50.7054653Z 	libunwind-x86_64.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-x86_64.so.8
2025-08-20T20:23:50.7055508Z 	libunwind-ptrace.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T20:23:50.7056427Z 	libunwind-coredump.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-coredump.so.0
2025-08-20T20:23:50.7057297Z 	libunistring.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunistring.so.5
2025-08-20T20:23:50.7058065Z 	libudisks2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudisks2.so.0
2025-08-20T20:23:50.7058770Z 	libudev.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudev.so.1
2025-08-20T20:23:50.7059470Z 	libuchardet.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuchardet.so.0
2025-08-20T20:23:50.7060207Z 	libubsan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libubsan.so.1
2025-08-20T20:23:50.7061022Z 	libtss2-tcti-swtpm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T20:23:50.7061594Z 	libtss2-tcti-mssim.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T20:23:50.7062117Z 	libtss2-tcti-device.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T20:23:50.7062618Z 	libtss2-tcti-cmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T20:23:50.7063062Z 	libtss2-sys.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-sys.so.1
2025-08-20T20:23:50.7063509Z 	libtss2-rc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-rc.so.0
2025-08-20T20:23:50.7064169Z 	libtss2-mu.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-mu.so.0
2025-08-20T20:23:50.7064589Z 	libtss2-esys.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-esys.so.0
2025-08-20T20:23:50.7065005Z 	libtsan.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtsan.so.2
2025-08-20T20:23:50.7065401Z 	libtracefs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtracefs.so.1
2025-08-20T20:23:50.7065836Z 	libtraceevent.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtraceevent.so.1
2025-08-20T20:23:50.7066446Z 	libtommath.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtommath.so.1
2025-08-20T20:23:50.7066838Z 	libtk8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtk8.6.so
2025-08-20T20:23:50.7067221Z 	libtirpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtirpc.so.3
2025-08-20T20:23:50.7067636Z 	libtinyxml2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinyxml2.so.10
2025-08-20T20:23:50.7068053Z 	libtinfo.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so.6
2025-08-20T20:23:50.7068439Z 	libtinfo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so
2025-08-20T20:23:50.7068814Z 	libtiff.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtiff.so.6
2025-08-20T20:23:50.7069216Z 	libtidy.so.5deb1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtidy.so.5deb1
2025-08-20T20:23:50.7069814Z 	libtic.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so.6
2025-08-20T20:23:50.7070414Z 	libtic.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so
2025-08-20T20:23:50.7071082Z 	libthread_db.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so.1
2025-08-20T20:23:50.7071745Z 	libthread_db.so.1 (libc6) => /lib32/libthread_db.so.1
2025-08-20T20:23:50.7072405Z 	libthread_db.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so
2025-08-20T20:23:50.7072885Z 	libthai.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthai.so.0
2025-08-20T20:23:50.7073258Z 	libtdb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtdb.so.1
2025-08-20T20:23:50.7073944Z 	libtcl8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtcl8.6.so
2025-08-20T20:23:50.7074660Z 	libtasn1.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtasn1.so.6
2025-08-20T20:23:50.7075200Z 	libtalloc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtalloc.so.2
2025-08-20T20:23:50.7075610Z 	libsystemd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsystemd.so.0
2025-08-20T20:23:50.7076007Z 	libsysfs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsysfs.so.2
2025-08-20T20:23:50.7076551Z 	libsybdb.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsybdb.so.5
2025-08-20T20:23:50.7076938Z 	libsubid.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsubid.so.4
2025-08-20T20:23:50.7077340Z 	libstemmer.so.0d (libc6,x86-64) => /lib/x86_64-linux-gnu/libstemmer.so.0d
2025-08-20T20:23:50.7077747Z 	libstdc++.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libstdc++.so.6
2025-08-20T20:23:50.7078097Z 	libstdc++.so.6 (libc6) => /lib32/libstdc++.so.6
2025-08-20T20:23:50.7078439Z 	libssl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl3.so
2025-08-20T20:23:50.7078814Z 	libssl.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so.3
2025-08-20T20:23:50.7079172Z 	libssl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so
2025-08-20T20:23:50.7079533Z 	libssh2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh2.so.1
2025-08-20T20:23:50.7079899Z 	libssh.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh.so.4
2025-08-20T20:23:50.7080250Z 	libss.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libss.so.2
2025-08-20T20:23:50.7080638Z 	libsqlite3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so.0
2025-08-20T20:23:50.7081040Z 	libsqlite3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so
2025-08-20T20:23:50.7081484Z 	libsourcekitdInProc.so (libc6,x86-64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T20:23:50.7081938Z 	libsoftokn3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsoftokn3.so
2025-08-20T20:23:50.7082343Z 	libsodium.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsodium.so.23
2025-08-20T20:23:50.7082738Z 	libsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnmp.so.40
2025-08-20T20:23:50.7083135Z 	libsnappy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnappy.so.1
2025-08-20T20:23:50.7083527Z 	libsmime3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmime3.so
2025-08-20T20:23:50.7084110Z 	libsmartcols.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmartcols.so.1
2025-08-20T20:23:50.7084527Z 	libslirp.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslirp.so.0
2025-08-20T20:23:50.7085040Z 	libslang.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslang.so.2
2025-08-20T20:23:50.7085436Z 	libsigsegv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsigsegv.so.2
2025-08-20T20:23:50.7085856Z 	libsharpyuv.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsharpyuv.so.0
2025-08-20T20:23:50.7086306Z 	libsgutils2-1.46.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T20:23:50.7086743Z 	libsframe.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsframe.so.1
2025-08-20T20:23:50.7087138Z 	libsepol.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsepol.so.2
2025-08-20T20:23:50.7087538Z 	libsensors.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsensors.so.5
2025-08-20T20:23:50.7087955Z 	libsemanage.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsemanage.so.2
2025-08-20T20:23:50.7088367Z 	libselinux.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libselinux.so.1
2025-08-20T20:23:50.7088768Z 	libseccomp.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libseccomp.so.2
2025-08-20T20:23:50.7089170Z 	libsasl2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsasl2.so.2
2025-08-20T20:23:50.7089585Z 	libruby-3.2.so.3.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T20:23:50.7090001Z 	libruby-3.2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so
2025-08-20T20:23:50.7090399Z 	librtmp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librtmp.so.1
2025-08-20T20:23:50.7090766Z 	librt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librt.so.1
2025-08-20T20:23:50.7091080Z 	librt.so.1 (libc6) => /lib32/librt.so.1
2025-08-20T20:23:50.7091424Z 	librpmsign.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmsign.so.9
2025-08-20T20:23:50.7091831Z 	librpmio.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmio.so.9
2025-08-20T20:23:50.7092242Z 	librpmbuild.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmbuild.so.9
2025-08-20T20:23:50.7092645Z 	librpm.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpm.so.9
2025-08-20T20:23:50.7093025Z 	librhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/librhash.so.0
2025-08-20T20:23:50.7093527Z 	libre2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libre2.so.10
2025-08-20T20:23:50.7094093Z 	libresolv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so.2
2025-08-20T20:23:50.7094452Z 	libresolv.so.2 (libc6) => /lib32/libresolv.so.2
2025-08-20T20:23:50.7094796Z 	libresolv.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so
2025-08-20T20:23:50.7095227Z 	libreiserfscore.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreiserfscore.so.0
2025-08-20T20:23:50.7095685Z 	libreadline.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreadline.so.8
2025-08-20T20:23:50.7096096Z 	libraw_r.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw_r.so.23
2025-08-20T20:23:50.7096474Z 	libraw.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw.so.23
2025-08-20T20:23:50.7096870Z 	librabbitmq.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/librabbitmq.so.4
2025-08-20T20:23:50.7097288Z 	libquadmath.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libquadmath.so.0
2025-08-20T20:23:50.7097724Z 	libqrtr-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqrtr-glib.so.0
2025-08-20T20:23:50.7098148Z 	libqmi-glib.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqmi-glib.so.5
2025-08-20T20:23:50.7098516Z 	libqdbm.so.14 (libc6,x86-64) => /lib/libqdbm.so.14
2025-08-20T20:23:50.7098881Z 	libp11-kit.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libp11-kit.so.0
2025-08-20T20:23:50.7099310Z 	libpython3.12.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so.1.0
2025-08-20T20:23:50.7099746Z 	libpython3.12.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so
2025-08-20T20:23:50.7100160Z 	libpthread.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpthread.so.0
2025-08-20T20:23:50.7100536Z 	libpthread.so.0 (libc6) => /lib32/libpthread.so.0
2025-08-20T20:23:50.7100894Z 	libpsx.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsx.so.2
2025-08-20T20:23:50.7101300Z 	libpspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpspell.so.15
2025-08-20T20:23:50.7101692Z 	libpsl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsl.so.5
2025-08-20T20:23:50.7102253Z 	libprotobuf-lite.so.32 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T20:23:50.7102733Z 	libprotobuf-c.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-c.so.1
2025-08-20T20:23:50.7103158Z 	libproc2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libproc2.so.0
2025-08-20T20:23:50.7103531Z 	libpq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so.5
2025-08-20T20:23:50.7104061Z 	libpq.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so
2025-08-20T20:23:50.7104419Z 	libpopt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpopt.so.0
2025-08-20T20:23:50.7104884Z 	libpolkit-gobject-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T20:23:50.7105401Z 	libpolkit-agent-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T20:23:50.7105850Z 	libpng16.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpng16.so.16
2025-08-20T20:23:50.7106236Z 	libply.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply.so.5
2025-08-20T20:23:50.7106717Z 	libply-splash-graphics.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T20:23:50.7107262Z 	libply-splash-core.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-core.so.5
2025-08-20T20:23:50.7107776Z 	libply-boot-client.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-boot-client.so.5
2025-08-20T20:23:50.7108225Z 	libplds4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplds4.so
2025-08-20T20:23:50.7108593Z 	libplc4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplc4.so
2025-08-20T20:23:50.7108982Z 	libpkgconf.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpkgconf.so.3
2025-08-20T20:23:50.7109399Z 	libpixman-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpixman-1.so.0
2025-08-20T20:23:50.7109822Z 	libpipeline.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpipeline.so.1
2025-08-20T20:23:50.7110229Z 	libpgm-5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpgm-5.3.so.0
2025-08-20T20:23:50.7110732Z 	libpfm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpfm.so.4
2025-08-20T20:23:50.7111117Z 	libperl.so.5.38 (libc6,x86-64) => /lib/x86_64-linux-gnu/libperl.so.5.38
2025-08-20T20:23:50.7111522Z 	libpcre2-32.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so.0
2025-08-20T20:23:50.7111925Z 	libpcre2-32.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so
2025-08-20T20:23:50.7112324Z 	libpcre2-16.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so.0
2025-08-20T20:23:50.7112723Z 	libpcre2-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so
2025-08-20T20:23:50.7113124Z 	libpcre2-8.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so.0
2025-08-20T20:23:50.7113520Z 	libpcre2-8.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so
2025-08-20T20:23:50.7114170Z 	libpcre2-posix.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so.3
2025-08-20T20:23:50.7114640Z 	libpcre2-posix.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so
2025-08-20T20:23:50.7115085Z 	libpcprofile.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcprofile.so
2025-08-20T20:23:50.7115466Z 	libpcprofile.so (libc6) => /lib32/libpcprofile.so
2025-08-20T20:23:50.7115848Z 	libpciaccess.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpciaccess.so.0
2025-08-20T20:23:50.7116256Z 	libpci.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpci.so.3
2025-08-20T20:23:50.7116638Z 	libpcap.so.0.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so.0.8
2025-08-20T20:23:50.7117021Z 	libpcap.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so
2025-08-20T20:23:50.7117404Z 	libparted.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libparted.so.2
2025-08-20T20:23:50.7117799Z 	libpaper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpaper.so.1
2025-08-20T20:23:50.7118225Z 	libpangoft2-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T20:23:50.7118701Z 	libpangocairo-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T20:23:50.7119160Z 	libpango-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpango-1.0.so.0
2025-08-20T20:23:50.7119702Z 	libpanelw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so.6
2025-08-20T20:23:50.7120097Z 	libpanelw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so
2025-08-20T20:23:50.7120484Z 	libpanel.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so.6
2025-08-20T20:23:50.7120870Z 	libpanel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so
2025-08-20T20:23:50.7121244Z 	libpamc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpamc.so.0
2025-08-20T20:23:50.7121636Z 	libpam_misc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam_misc.so.0
2025-08-20T20:23:50.7122021Z 	libpam.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam.so.0
2025-08-20T20:23:50.7122478Z 	libpackagekit-glib2.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T20:23:50.7122965Z 	libopenjp2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopenjp2.so.7
2025-08-20T20:23:50.7123441Z 	libopeniscsiusr.so.0.2.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T20:23:50.7124140Z 	libopcodes-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T20:23:50.7124661Z 	libopcodes-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-arm64.so
2025-08-20T20:23:50.7125165Z 	libopcodes-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T20:23:50.7125665Z 	libopcodes-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T20:23:50.7126109Z 	libonig.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libonig.so.5
2025-08-20T20:23:50.7126480Z 	libogg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libogg.so.0
2025-08-20T20:23:50.7126846Z 	libodbc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libodbc.so.2
2025-08-20T20:23:50.7127235Z 	libobjc_gc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc_gc.so.4
2025-08-20T20:23:50.7127619Z 	libobjc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc.so.4
2025-08-20T20:23:50.7128108Z 	libnvme.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme.so.1
2025-08-20T20:23:50.7128500Z 	libnvme-mi.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme-mi.so.1
2025-08-20T20:23:50.7128889Z 	libnuma.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnuma.so.1
2025-08-20T20:23:50.7129285Z 	libntfs-3g.so.89 (libc6,x86-64) => /lib/x86_64-linux-gnu/libntfs-3g.so.89
2025-08-20T20:23:50.7129674Z 	libnss3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss3.so
2025-08-20T20:23:50.7130063Z 	libnssutil3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssutil3.so
2025-08-20T20:23:50.7130469Z 	libnssdbm3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssdbm3.so
2025-08-20T20:23:50.7130858Z 	libnssckbi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssckbi.so
2025-08-20T20:23:50.7131281Z 	libnss_systemd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_systemd.so.2
2025-08-20T20:23:50.7131731Z 	libnss_hesiod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so.2
2025-08-20T20:23:50.7132134Z 	libnss_hesiod.so.2 (libc6) => /lib32/libnss_hesiod.so.2
2025-08-20T20:23:50.7132517Z 	libnss_hesiod.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so
2025-08-20T20:23:50.7132939Z 	libnss_files.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_files.so.2
2025-08-20T20:23:50.7133321Z 	libnss_files.so.2 (libc6) => /lib32/libnss_files.so.2
2025-08-20T20:23:50.7133901Z 	libnss_dns.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_dns.so.2
2025-08-20T20:23:50.7134269Z 	libnss_dns.so.2 (libc6) => /lib32/libnss_dns.so.2
2025-08-20T20:23:50.7134640Z 	libnss_compat.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so.2
2025-08-20T20:23:50.7135035Z 	libnss_compat.so.2 (libc6) => /lib32/libnss_compat.so.2
2025-08-20T20:23:50.7135416Z 	libnss_compat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so
2025-08-20T20:23:50.7135823Z 	libnspr4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnspr4.so
2025-08-20T20:23:50.7136194Z 	libnsl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnsl.so.1
2025-08-20T20:23:50.7136651Z 	libnsl.so.1 (libc6) => /lib32/libnsl.so.1
2025-08-20T20:23:50.7137130Z 	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:23:50.7137658Z 	libnpth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnpth.so.0
2025-08-20T20:23:50.7138038Z 	libnorm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnorm.so.1
2025-08-20T20:23:50.7138428Z 	libnl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so.200
2025-08-20T20:23:50.7138806Z 	libnl-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so
2025-08-20T20:23:50.7139214Z 	libnl-route-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so.200
2025-08-20T20:23:50.7139661Z 	libnl-route-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so
2025-08-20T20:23:50.7140109Z 	libnl-genl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-genl-3.so.200
2025-08-20T20:23:50.7140550Z 	libnghttp2.so.14 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnghttp2.so.14
2025-08-20T20:23:50.7140972Z 	libnftnl.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftnl.so.11
2025-08-20T20:23:50.7141383Z 	libnftables.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftables.so.1
2025-08-20T20:23:50.7141814Z 	libnfnetlink.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnfnetlink.so.0
2025-08-20T20:23:50.7142254Z 	libnewt.so.0.52 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnewt.so.0.52
2025-08-20T20:23:50.7142654Z 	libnettle.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnettle.so.8
2025-08-20T20:23:50.7143093Z 	libnetsnmpmibs.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T20:23:50.7143724Z 	libnetsnmphelpers.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T20:23:50.7144234Z 	libnetsnmpagent.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T20:23:50.7144693Z 	libnetsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmp.so.40
2025-08-20T20:23:50.7145234Z 	libnetplan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetplan.so.1
2025-08-20T20:23:50.7145652Z 	libnetpbm.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetpbm.so.11
2025-08-20T20:23:50.7146134Z 	libnetfilter_conntrack.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T20:23:50.7146625Z 	libncursesw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncursesw.so.6
2025-08-20T20:23:50.7147037Z 	libncurses.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncurses.so.6
2025-08-20T20:23:50.7147480Z 	libmysqlclient.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so.21
2025-08-20T20:23:50.7147939Z 	libmysqlclient.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so
2025-08-20T20:23:50.7148349Z 	libmvec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so.1
2025-08-20T20:23:50.7148715Z 	libmvec.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so
2025-08-20T20:23:50.7149084Z 	libmultipath.so.0 (libc6,x86-64) => /lib/libmultipath.so.0
2025-08-20T20:23:50.7149474Z 	libmspack.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmspack.so.0
2025-08-20T20:23:50.7149869Z 	libmpfr.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpfr.so.6
2025-08-20T20:23:50.7150240Z 	libmpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpc.so.3
2025-08-20T20:23:50.7150607Z 	libmpathutil.so.0 (libc6,x86-64) => /lib/libmpathutil.so.0
2025-08-20T20:23:50.7151002Z 	libmpathpersist.so.0 (libc6,x86-64) => /lib/libmpathpersist.so.0
2025-08-20T20:23:50.7151384Z 	libmpathcmd.so.0 (libc6,x86-64) => /lib/libmpathcmd.so.0
2025-08-20T20:23:50.7151759Z 	libmount.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmount.so.1
2025-08-20T20:23:50.7152132Z 	libmnl.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmnl.so.0
2025-08-20T20:23:50.7152490Z 	libmms.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmms.so.0
2025-08-20T20:23:50.7152873Z 	libmm-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmm-glib.so.0
2025-08-20T20:23:50.7153265Z 	libmlx5.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so.1
2025-08-20T20:23:50.7153854Z 	libmlx5.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so
2025-08-20T20:23:50.7154219Z 	libmlx4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so.1
2025-08-20T20:23:50.7154580Z 	libmlx4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so
2025-08-20T20:23:50.7154951Z 	libmenuw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so.6
2025-08-20T20:23:50.7155329Z 	libmenuw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so
2025-08-20T20:23:50.7155691Z 	libmenu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so.6
2025-08-20T20:23:50.7156053Z 	libmenu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so
2025-08-20T20:23:50.7156437Z 	libmemusage.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemusage.so
2025-08-20T20:23:50.7156795Z 	libmemusage.so (libc6) => /lib32/libmemusage.so
2025-08-20T20:23:50.7157169Z 	libmemcached.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemcached.so.11
2025-08-20T20:23:50.7157618Z 	libmediainfo.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmediainfo.so.0
2025-08-20T20:23:50.7158042Z 	libmecab.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmecab.so.2
2025-08-20T20:23:50.7158416Z 	libmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmd.so.0
2025-08-20T20:23:50.7158805Z 	libmbim-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmbim-glib.so.4
2025-08-20T20:23:50.7159236Z 	libmaxminddb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmaxminddb.so.0
2025-08-20T20:23:50.7159637Z 	libmana.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so.1
2025-08-20T20:23:50.7160002Z 	libmana.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so
2025-08-20T20:23:50.7160371Z 	libmagic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmagic.so.1
2025-08-20T20:23:50.7160738Z 	libm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libm.so.6
2025-08-20T20:23:50.7161044Z 	libm.so.6 (libc6) => /lib32/libm.so.6
2025-08-20T20:23:50.7161352Z 	liblz4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so.1
2025-08-20T20:23:50.7161713Z 	liblz4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so
2025-08-20T20:23:50.7162190Z 	liblzo2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzo2.so.2
2025-08-20T20:23:50.7162564Z 	liblzma.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so.5
2025-08-20T20:23:50.7162930Z 	liblzma.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so
2025-08-20T20:23:50.7163283Z 	liblz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so.1
2025-08-20T20:23:50.7163726Z 	liblz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so
2025-08-20T20:23:50.7164117Z 	liblvm2cmd.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T20:23:50.7164535Z 	liblua5.4.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4.so.0
2025-08-20T20:23:50.7164950Z 	liblua5.4-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T20:23:50.7165351Z 	liblua5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3.so.0
2025-08-20T20:23:50.7165750Z 	liblua5.3-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T20:23:50.7166175Z 	liblttng-ust.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust.so.1
2025-08-20T20:23:50.7166687Z 	liblttng-ust-tracepoint.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T20:23:50.7167323Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T20:23:50.7167965Z 	liblttng-ust-libc-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T20:23:50.7168518Z 	liblttng-ust-fork.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T20:23:50.7169003Z 	liblttng-ust-fd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T20:23:50.7169464Z 	liblttng-ust-dl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T20:23:50.7170002Z 	liblttng-ust-cyg-profile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T20:23:50.7170636Z 	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:23:50.7171333Z 	liblttng-ust-ctl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T20:23:50.7171831Z 	liblttng-ust-common.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T20:23:50.7172286Z 	libltdl.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libltdl.so.7
2025-08-20T20:23:50.7172660Z 	liblsan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblsan.so.0
2025-08-20T20:23:50.7173039Z 	liblqr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblqr-1.so.0
2025-08-20T20:23:50.7173411Z 	liblmdb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblmdb.so.0
2025-08-20T20:23:50.7173900Z 	liblldb-18.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so.1
2025-08-20T20:23:50.7174299Z 	liblldb-18.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so
2025-08-20T20:23:50.7174719Z 	liblldb-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so.1
2025-08-20T20:23:50.7175109Z 	liblldb-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so
2025-08-20T20:23:50.7182018Z 	liblldb-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so.1
2025-08-20T20:23:50.7182463Z 	liblldb-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so
2025-08-20T20:23:50.7182866Z 	libldap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libldap.so.2
2025-08-20T20:23:50.7183261Z 	liblcms2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblcms2.so.2
2025-08-20T20:23:50.7183787Z 	liblber.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblber.so.2
2025-08-20T20:23:50.7184202Z 	libk5crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libk5crypto.so.3
2025-08-20T20:23:50.7184611Z 	libksba.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libksba.so.8
2025-08-20T20:23:50.7185029Z 	libkrb5support.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5support.so.0
2025-08-20T20:23:50.7185453Z 	libkrb5.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5.so.3
2025-08-20T20:23:50.7185816Z 	libkmod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkmod.so.2
2025-08-20T20:23:50.7186382Z 	libkeyutils.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkeyutils.so.1
2025-08-20T20:23:50.7186815Z 	libjxrglue.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjxrglue.so.0
2025-08-20T20:23:50.7187231Z 	libjsoncpp.so.25 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjsoncpp.so.25
2025-08-20T20:23:50.7187678Z 	libjson-glib-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T20:23:50.7188125Z 	libjson-c.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-c.so.5
2025-08-20T20:23:50.7188509Z 	libjq.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjq.so.1
2025-08-20T20:23:50.7188908Z 	libjpegxr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpegxr.so.0
2025-08-20T20:23:50.7189306Z 	libjpeg.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpeg.so.8
2025-08-20T20:23:50.7189685Z 	libjcat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjcat.so.1
2025-08-20T20:23:50.7190082Z 	libjbig2dec.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig2dec.so.0
2025-08-20T20:23:50.7190489Z 	libjbig.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig.so.0
2025-08-20T20:23:50.7190882Z 	libjansson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjansson.so.4
2025-08-20T20:23:50.7191272Z 	libitm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libitm.so.1
2025-08-20T20:23:50.7191644Z 	libisns.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisns.so.0
2025-08-20T20:23:50.7192019Z 	libisl.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisl.so.23
2025-08-20T20:23:50.7192582Z 	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:23:50.7193308Z 	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:23:50.7194103Z 	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:23:50.7194777Z 	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:23:50.7195472Z 	libip6tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip6tc.so.2
2025-08-20T20:23:50.7195862Z 	libip4tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip4tc.so.2
2025-08-20T20:23:50.7196240Z 	libinih.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libinih.so.1
2025-08-20T20:23:50.7196622Z 	libijs-0.35.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libijs-0.35.so
2025-08-20T20:23:50.7197000Z 	libidn2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn2.so.0
2025-08-20T20:23:50.7197360Z 	libidn.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn.so.12
2025-08-20T20:23:50.7197745Z 	libicuuc.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.74
2025-08-20T20:23:50.7198139Z 	libicuuc.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.70
2025-08-20T20:23:50.7198520Z 	libicuuc.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so
2025-08-20T20:23:50.7198902Z 	libicutu.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.74
2025-08-20T20:23:50.7199292Z 	libicutu.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.70
2025-08-20T20:23:50.7199673Z 	libicutu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so
2025-08-20T20:23:50.7200063Z 	libicutest.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.74
2025-08-20T20:23:50.7200480Z 	libicutest.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.70
2025-08-20T20:23:50.7200884Z 	libicutest.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so
2025-08-20T20:23:50.7201284Z 	libicui18n.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.74
2025-08-20T20:23:50.7201692Z 	libicui18n.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.70
2025-08-20T20:23:50.7202090Z 	libicui18n.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so
2025-08-20T20:23:50.7202478Z 	libicuio.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.74
2025-08-20T20:23:50.7202864Z 	libicuio.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.70
2025-08-20T20:23:50.7203354Z 	libicuio.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so
2025-08-20T20:23:50.7203850Z 	libicudata.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.74
2025-08-20T20:23:50.7204262Z 	libicudata.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.70
2025-08-20T20:23:50.7204661Z 	libicudata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so
2025-08-20T20:23:50.7205064Z 	libibverbs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so.1
2025-08-20T20:23:50.7205458Z 	libibverbs.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so
2025-08-20T20:23:50.7205856Z 	libhwasan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhwasan.so.0
2025-08-20T20:23:50.7206290Z 	libhunspell-1.7.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T20:23:50.7206731Z 	libhogweed.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhogweed.so.6
2025-08-20T20:23:50.7207135Z 	libhistory.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhistory.so.8
2025-08-20T20:23:50.7207586Z 	libhiredis_ssl.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T20:23:50.7208049Z 	libhiredis.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T20:23:50.7208456Z 	libhgfs.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhgfs.so.0
2025-08-20T20:23:50.7208826Z 	libheif.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libheif.so.1
2025-08-20T20:23:50.7209208Z 	libhavege.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhavege.so.2
2025-08-20T20:23:50.7209607Z 	libhashkit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhashkit.so.2
2025-08-20T20:23:50.7210017Z 	libharfbuzz.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libharfbuzz.so.0
2025-08-20T20:23:50.7210422Z 	libhandle.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhandle.so.1
2025-08-20T20:23:50.7210808Z 	libgusb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgusb.so.2
2025-08-20T20:23:50.7211198Z 	libguestlib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestlib.so.0
2025-08-20T20:23:50.7211794Z 	libguestStoreClient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestStoreClient.so.0
2025-08-20T20:23:50.7212270Z 	libgudev-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgudev-1.0.so.0
2025-08-20T20:23:50.7212665Z 	libgtk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgtk-3.so.0
2025-08-20T20:23:50.7213073Z 	libgthread-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgthread-2.0.so.0
2025-08-20T20:23:50.7213531Z 	libgstreamer-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T20:23:50.7214074Z 	libgstnet-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T20:23:50.7214556Z 	libgstcontroller-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T20:23:50.7215046Z 	libgstcheck-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T20:23:50.7215495Z 	libgstbase-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T20:23:50.7215939Z 	libgssapi_krb5.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T20:23:50.7216341Z 	libgs.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgs.so.10
2025-08-20T20:23:50.7216744Z 	libgraphite2.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgraphite2.so.3
2025-08-20T20:23:50.7217169Z 	libgprofng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgprofng.so.0
2025-08-20T20:23:50.7217558Z 	libgpm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpm.so.2
2025-08-20T20:23:50.7217939Z 	libgpgme.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpgme.so.11
2025-08-20T20:23:50.7218362Z 	libgpg-error.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpg-error.so.0
2025-08-20T20:23:50.7218779Z 	libgomp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgomp.so.1
2025-08-20T20:23:50.7219193Z 	libgobject-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgobject-2.0.so.0
2025-08-20T20:23:50.7219624Z 	libgnutls.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgnutls.so.30
2025-08-20T20:23:50.7220145Z 	libgmpxx.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so.4
2025-08-20T20:23:50.7220535Z 	libgmpxx.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so
2025-08-20T20:23:50.7220915Z 	libgmp.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so.10
2025-08-20T20:23:50.7221286Z 	libgmp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so
2025-08-20T20:23:50.7221684Z 	libgmodule-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T20:23:50.7222112Z 	libglib-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libglib-2.0.so.0
2025-08-20T20:23:50.7222575Z 	libgirepository-1.0.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T20:23:50.7223033Z 	libgio-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgio-2.0.so.0
2025-08-20T20:23:50.7223446Z 	libgfortran.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgfortran.so.5
2025-08-20T20:23:50.7223993Z 	libgdk_pixbuf-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T20:23:50.7224429Z 	libgdk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk-3.so.0
2025-08-20T20:23:50.7224845Z 	libgdbm_compat.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm_compat.so.4
2025-08-20T20:23:50.7225254Z 	libgdbm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm.so.6
2025-08-20T20:23:50.7225614Z 	libgd.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgd.so.3
2025-08-20T20:23:50.7225982Z 	libgctba.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgctba.so.1
2025-08-20T20:23:50.7226379Z 	libgcrypt.so.20 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcrypt.so.20
2025-08-20T20:23:50.7226775Z 	libgccpp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgccpp.so.1
2025-08-20T20:23:50.7227154Z 	libgcc_s.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcc_s.so.1
2025-08-20T20:23:50.7227490Z 	libgcc_s.so.1 (libc6) => /lib32/libgcc_s.so.1
2025-08-20T20:23:50.7227809Z 	libgc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgc.so.1
2025-08-20T20:23:50.7228167Z 	libgbm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgbm.so.1
2025-08-20T20:23:50.7228804Z 	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:23:50.7229327Z 	libfwupd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfwupd.so.2
2025-08-20T20:23:50.7229709Z 	libfuse3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfuse3.so.3
2025-08-20T20:23:50.7230089Z 	libftdi1.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libftdi1.so.2
2025-08-20T20:23:50.7230489Z 	libfsverity.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfsverity.so.0
2025-08-20T20:23:50.7230912Z 	libfribidi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfribidi.so.0
2025-08-20T20:23:50.7231331Z 	libfreetype.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreetype.so.6
2025-08-20T20:23:50.7231743Z 	libfreebl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreebl3.so
2025-08-20T20:23:50.7232167Z 	libfreeblpriv3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreeblpriv3.so
2025-08-20T20:23:50.7232601Z 	libformw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so.6
2025-08-20T20:23:50.7232986Z 	libformw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so
2025-08-20T20:23:50.7233360Z 	libform.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so.6
2025-08-20T20:23:50.7233829Z 	libform.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so
2025-08-20T20:23:50.7234218Z 	libfontenc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontenc.so.1
2025-08-20T20:23:50.7234646Z 	libfontconfig.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontconfig.so.1
2025-08-20T20:23:50.7235082Z 	libflashrom.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libflashrom.so.1
2025-08-20T20:23:50.7235485Z 	libfido2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfido2.so.1
2025-08-20T20:23:50.7235906Z 	libfftw3_threads.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_threads.so.3
2025-08-20T20:23:50.7236354Z 	libfftw3_omp.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_omp.so.3
2025-08-20T20:23:50.7236872Z 	libfftw3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3.so.3
2025-08-20T20:23:50.7237255Z 	libffi.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so.8
2025-08-20T20:23:50.7237613Z 	libffi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so
2025-08-20T20:23:50.7237979Z 	libfdisk.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfdisk.so.1
2025-08-20T20:23:50.7238360Z 	libfcgi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi.so.0
2025-08-20T20:23:50.7238739Z 	libfcgi++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi++.so.0
2025-08-20T20:23:50.7239167Z 	libfbclient.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfbclient.so.2
2025-08-20T20:23:50.7239580Z 	libfastjson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfastjson.so.4
2025-08-20T20:23:50.7240047Z 	libfakeroot-0.so (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T20:23:50.7240490Z 	libe2p.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libe2p.so.2
2025-08-20T20:23:50.7240870Z 	libext2fs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libext2fs.so.2
2025-08-20T20:23:50.7241268Z 	libexslt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexslt.so.0
2025-08-20T20:23:50.7241661Z 	libexpatw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so.1
2025-08-20T20:23:50.7242053Z 	libexpatw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so
2025-08-20T20:23:50.7242433Z 	libexpat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so.1
2025-08-20T20:23:50.7242829Z 	libexpat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so
2025-08-20T20:23:50.7243280Z 	libevent_pthreads-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T20:23:50.7243874Z 	libevent_core-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T20:23:50.7244297Z 	libevdev.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevdev.so.2
2025-08-20T20:23:50.7244672Z 	libestr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libestr.so.0
2025-08-20T20:23:50.7245052Z 	libepoxy.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libepoxy.so.0
2025-08-20T20:23:50.7245589Z 	libenchant-2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libenchant-2.so.2
2025-08-20T20:23:50.7245990Z 	libelf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libelf.so.1
2025-08-20T20:23:50.7246370Z 	libefivar.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefivar.so.1
2025-08-20T20:23:50.7246774Z 	libefiboot.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefiboot.so.1
2025-08-20T20:23:50.7247181Z 	libefa.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so.1
2025-08-20T20:23:50.7247536Z 	libefa.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so
2025-08-20T20:23:50.7247891Z 	libedit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libedit.so.2
2025-08-20T20:23:50.7248298Z 	libeatmydata.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so.1
2025-08-20T20:23:50.7248722Z 	libeatmydata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so
2025-08-20T20:23:50.7249109Z 	libdw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdw.so.1
2025-08-20T20:23:50.7249511Z 	libduktape.so.207 (libc6,x86-64) => /lib/x86_64-linux-gnu/libduktape.so.207
2025-08-20T20:23:50.7249959Z 	libdrop_ambient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrop_ambient.so.0
2025-08-20T20:23:50.7250400Z 	libdrm_intel.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_intel.so.1
2025-08-20T20:23:50.7250824Z 	libdrm_amdgpu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T20:23:50.7251220Z 	libdrm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm.so.2
2025-08-20T20:23:50.7251747Z 	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:23:50.7252265Z 	libdl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdl.so.2
2025-08-20T20:23:50.7252578Z 	libdl.so.2 (libc6) => /lib32/libdl.so.2
2025-08-20T20:23:50.7252928Z 	libdjvulibre.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdjvulibre.so.21
2025-08-20T20:23:50.7253345Z 	libde265.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libde265.so.0
2025-08-20T20:23:50.7253995Z 	libdevmapper.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T20:23:50.7254602Z 	libdevmapper-event.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T20:23:50.7255204Z 	libdevmapper-event-lvm2vdo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T20:23:50.7255826Z 	libdevmapper-event-lvm2thin.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T20:23:50.7256482Z 	libdevmapper-event-lvm2snapshot.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T20:23:50.7257140Z 	libdevmapper-event-lvm2raid.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T20:23:50.7257772Z 	libdevmapper-event-lvm2mirror.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T20:23:50.7258407Z 	libdevmapper-event-lvm2.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T20:23:50.7259011Z 	libdevmapper-event-lvm2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T20:23:50.7259504Z 	libdeflate.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdeflate.so.0
2025-08-20T20:23:50.7259952Z 	libdebconfclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdebconfclient.so.0
2025-08-20T20:23:50.7260401Z 	libdconf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdconf.so.1
2025-08-20T20:23:50.7260834Z 	libdbusmenu-gtk3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T20:23:50.7261310Z 	libdbusmenu-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T20:23:50.7261745Z 	libdbus-1.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so.3
2025-08-20T20:23:50.7262135Z 	libdbus-1.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so
2025-08-20T20:23:50.7262508Z 	libdb-5.3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdb-5.3.so
2025-08-20T20:23:50.7263005Z 	libdatrie.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdatrie.so.1
2025-08-20T20:23:50.7263398Z 	libcurl.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl.so.4
2025-08-20T20:23:50.7263915Z 	libcurl-gnutls.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T20:23:50.7264342Z 	libcups.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcups.so.2
2025-08-20T20:23:50.7264714Z 	libctf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf.so.0
2025-08-20T20:23:50.7265113Z 	libctf-nobfd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd.so.0
2025-08-20T20:23:50.7265587Z 	libctf-nobfd-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so.0
2025-08-20T20:23:50.7266089Z 	libctf-nobfd-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so
2025-08-20T20:23:50.7266584Z 	libctf-nobfd-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T20:23:50.7267072Z 	libctf-nobfd-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T20:23:50.7267568Z 	libctf-nobfd-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T20:23:50.7268050Z 	libctf-nobfd-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T20:23:50.7268502Z 	libctf-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so.0
2025-08-20T20:23:50.7268925Z 	libctf-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so
2025-08-20T20:23:50.7269346Z 	libctf-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so.0
2025-08-20T20:23:50.7269763Z 	libctf-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so
2025-08-20T20:23:50.7270185Z 	libctf-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so.0
2025-08-20T20:23:50.7270599Z 	libctf-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so
2025-08-20T20:23:50.7271039Z 	libcryptsetup.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcryptsetup.so.12
2025-08-20T20:23:50.7271593Z 	libcrypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so.3
2025-08-20T20:23:50.7271997Z 	libcrypto.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so
2025-08-20T20:23:50.7272386Z 	libcrypt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so.1
2025-08-20T20:23:50.7272770Z 	libcrypt.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so
2025-08-20T20:23:50.7273153Z 	libcom_err.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcom_err.so.2
2025-08-20T20:23:50.7273695Z 	libcolordprivate.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolordprivate.so.2
2025-08-20T20:23:50.7274143Z 	libcolord.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolord.so.2
2025-08-20T20:23:50.7274585Z 	libclang-18.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-18.so.18
2025-08-20T20:23:50.7274997Z 	libclang-17.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-17.so.17
2025-08-20T20:23:50.7275428Z 	libclang-16.so.16.0.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T20:23:50.7275880Z 	libclang-cpp.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T20:23:50.7276331Z 	libclang-cpp.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.17
2025-08-20T20:23:50.7276764Z 	libclang-cpp.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.16
2025-08-20T20:23:50.7277168Z 	libcc1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcc1.so.0
2025-08-20T20:23:50.7277551Z 	libcbor.so.0.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcbor.so.0.10
2025-08-20T20:23:50.7277947Z 	libcares.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcares.so.2
2025-08-20T20:23:50.7278320Z 	libcap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap.so.2
2025-08-20T20:23:50.7278699Z 	libcap-ng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap-ng.so.0
2025-08-20T20:23:50.7279106Z 	libcanberra.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcanberra.so.0
2025-08-20T20:23:50.7279510Z 	libcairo.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo.so.2
2025-08-20T20:23:50.7279953Z 	libcairo-gobject.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo-gobject.so.2
2025-08-20T20:23:50.7280554Z 	libc_malloc_debug.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T20:23:50.7280990Z 	libc_malloc_debug.so.0 (libc6) => /lib32/libc_malloc_debug.so.0
2025-08-20T20:23:50.7281399Z 	libc_malloc_debug.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so
2025-08-20T20:23:50.7281795Z 	libc.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc.so.6
2025-08-20T20:23:50.7282106Z 	libc.so.6 (libc6) => /lib32/libc.so.6
2025-08-20T20:23:50.7282432Z 	libc-client.so.2007e (libc6,x86-64) => /lib/libc-client.so.2007e
2025-08-20T20:23:50.7282822Z 	libbz2.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbz2.so.1.0
2025-08-20T20:23:50.7283226Z 	libbytesize.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbytesize.so.1
2025-08-20T20:23:50.7283714Z 	libbsd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbsd.so.0
2025-08-20T20:23:50.7284112Z 	libbrotlienc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlienc.so.1
2025-08-20T20:23:50.7284554Z 	libbrotlidec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlidec.so.1
2025-08-20T20:23:50.7285006Z 	libbrotlicommon.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlicommon.so.1
2025-08-20T20:23:50.7285425Z 	libbpf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbpf.so.1
2025-08-20T20:23:50.7285820Z 	libblockdev.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblockdev.so.3
2025-08-20T20:23:50.7286232Z 	libblkid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblkid.so.1
2025-08-20T20:23:50.7286787Z 	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:23:50.7287377Z 	libbfd-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-system.so
2025-08-20T20:23:50.7287833Z 	libbfd-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-arm64.so
2025-08-20T20:23:50.7288277Z 	libbfd-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T20:23:50.7288835Z 	libbfd-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T20:23:50.7289264Z 	libbd_utils.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_utils.so.3
2025-08-20T20:23:50.7289669Z 	libbd_swap.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_swap.so.3
2025-08-20T20:23:50.7290063Z 	libbd_part.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_part.so.3
2025-08-20T20:23:50.7290454Z 	libbd_nvme.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_nvme.so.3
2025-08-20T20:23:50.7290856Z 	libbd_mdraid.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_mdraid.so.3
2025-08-20T20:23:50.7291259Z 	libbd_loop.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_loop.so.3
2025-08-20T20:23:50.7291638Z 	libbd_fs.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_fs.so.3
2025-08-20T20:23:50.7292032Z 	libbd_crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_crypto.so.3
2025-08-20T20:23:50.7292435Z 	libbcc_bpf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc_bpf.so.0
2025-08-20T20:23:50.7292824Z 	libbcc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc.so.0
2025-08-20T20:23:50.7293240Z 	libavahi-common.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-common.so.3
2025-08-20T20:23:50.7293800Z 	libavahi-client.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-client.so.3
2025-08-20T20:23:50.7294236Z 	libaudit.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaudit.so.1
2025-08-20T20:23:50.7294616Z 	libattr.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libattr.so.1
2025-08-20T20:23:50.7294995Z 	libatspi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatspi.so.0
2025-08-20T20:23:50.7295389Z 	libatomic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatomic.so.1
2025-08-20T20:23:50.7295768Z 	libatm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatm.so.1
2025-08-20T20:23:50.7296141Z 	libatk-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-1.0.so.0
2025-08-20T20:23:50.7296573Z 	libatk-bridge-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T20:23:50.7297142Z 	libatasmart.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatasmart.so.4
2025-08-20T20:23:50.7297552Z 	libassuan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libassuan.so.0
2025-08-20T20:23:50.7297955Z 	libaspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaspell.so.15
2025-08-20T20:23:50.7298356Z 	libasound.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasound.so.2
2025-08-20T20:23:50.7298745Z 	libasan.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasan.so.8
2025-08-20T20:23:50.7299123Z 	libaria2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaria2.so.0
2025-08-20T20:23:50.7299507Z 	libargon2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libargon2.so.1
2025-08-20T20:23:50.7299910Z 	libarchive.so.13 (libc6,x86-64) => /lib/x86_64-linux-gnu/libarchive.so.13
2025-08-20T20:23:50.7300361Z 	libapt-private.so.0.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-private.so.0.0
2025-08-20T20:23:50.7300814Z 	libapt-pkg.so.6.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T20:23:50.7301246Z 	libaprutil-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaprutil-1.so.0
2025-08-20T20:23:50.7301653Z 	libapr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapr-1.so.0
2025-08-20T20:23:50.7302061Z 	libappstream.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libappstream.so.5
2025-08-20T20:23:50.7302490Z 	libapparmor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapparmor.so.1
2025-08-20T20:23:50.7302885Z 	libaom.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaom.so.3
2025-08-20T20:23:50.7303245Z 	libanl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so.1
2025-08-20T20:23:50.7303567Z 	libanl.so.1 (libc6) => /lib32/libanl.so.1
2025-08-20T20:23:50.7304055Z 	libanl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so
2025-08-20T20:23:50.7304426Z 	libaio.so.1t64 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaio.so.1t64
2025-08-20T20:23:50.7304804Z 	libacl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libacl.so.1
2025-08-20T20:23:50.7305273Z 	libX11.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11.so.6
2025-08-20T20:23:50.7305653Z 	libX11-xcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11-xcb.so.1
2025-08-20T20:23:50.7306056Z 	libXxf86vm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXxf86vm.so.1
2025-08-20T20:23:50.7306446Z 	libXtst.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXtst.so.6
2025-08-20T20:23:50.7306807Z 	libXt.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXt.so.6
2025-08-20T20:23:50.7307159Z 	libXss.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXss.so.1
2025-08-20T20:23:50.7307541Z 	libXrender.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrender.so.1
2025-08-20T20:23:50.7307943Z 	libXrandr.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrandr.so.2
2025-08-20T20:23:50.7308320Z 	libXpm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXpm.so.4
2025-08-20T20:23:50.7308685Z 	libXmuu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmuu.so.1
2025-08-20T20:23:50.7309051Z 	libXmu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmu.so.6
2025-08-20T20:23:50.7309449Z 	libXinerama.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXinerama.so.1
2025-08-20T20:23:50.7309837Z 	libXi.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXi.so.6
2025-08-20T20:23:50.7310187Z 	libXft.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXft.so.2
2025-08-20T20:23:50.7310564Z 	libXfont2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfont2.so.2
2025-08-20T20:23:50.7310959Z 	libXfixes.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfixes.so.3
2025-08-20T20:23:50.7311337Z 	libXext.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXext.so.6
2025-08-20T20:23:50.7311717Z 	libXdmcp.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so.6
2025-08-20T20:23:50.7312103Z 	libXdmcp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so
2025-08-20T20:23:50.7312486Z 	libXdamage.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdamage.so.1
2025-08-20T20:23:50.7312892Z 	libXcursor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcursor.so.1
2025-08-20T20:23:50.7313328Z 	libXcomposite.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcomposite.so.1
2025-08-20T20:23:50.7313989Z 	libXaw.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXaw.so.7
2025-08-20T20:23:50.7314349Z 	libXau.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so.6
2025-08-20T20:23:50.7314702Z 	libXau.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so
2025-08-20T20:23:50.7315048Z 	libSM.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libSM.so.6
2025-08-20T20:23:50.7315476Z 	libOpenEXRUtil-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T20:23:50.7315984Z 	libOpenEXRCore-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T20:23:50.7316454Z 	libOpenEXR-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T20:23:50.7316929Z 	libMagickWand-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T20:23:50.7317455Z 	libMagickCore-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T20:23:50.7317906Z 	libLerc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLerc.so.4
2025-08-20T20:23:50.7318291Z 	libLLVM.so.19.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.19.1
2025-08-20T20:23:50.7318686Z 	libLLVM.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.18.1
2025-08-20T20:23:50.7319081Z 	libLLVM-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so.1
2025-08-20T20:23:50.7319475Z 	libLLVM-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so
2025-08-20T20:23:50.7319861Z 	libLLVM-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so.1
2025-08-20T20:23:50.7320254Z 	libLLVM-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so
2025-08-20T20:23:50.7320631Z 	libJudy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libJudy.so.1
2025-08-20T20:23:50.7321026Z 	libImath-3_1.so.29 (libc6,x86-64) => /lib/x86_64-linux-gnu/libImath-3_1.so.29
2025-08-20T20:23:50.7321472Z 	libIlmThread-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T20:23:50.7322026Z 	libIex-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIex-3_1.so.30
2025-08-20T20:23:50.7322415Z 	libICE.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libICE.so.6
2025-08-20T20:23:50.7322835Z 	libGLdispatch.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLdispatch.so.0
2025-08-20T20:23:50.7323261Z 	libGLX_mesa.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX_mesa.so.0
2025-08-20T20:23:50.7323746Z 	libGLX.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX.so.0
2025-08-20T20:23:50.7324100Z 	libGL.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGL.so.1
2025-08-20T20:23:50.7324495Z 	libDeployPkg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libDeployPkg.so.0
2025-08-20T20:23:50.7324949Z 	libBrokenLocale.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so.1
2025-08-20T20:23:50.7325382Z 	libBrokenLocale.so.1 (libc6) => /lib32/libBrokenLocale.so.1
2025-08-20T20:23:50.7325801Z 	libBrokenLocale.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so
2025-08-20T20:23:50.7326217Z 	ld-musl-x86_64.so.1 (libc6,x86-64) => /lib/ld-musl-x86_64.so.1
2025-08-20T20:23:50.7326546Z 	ld-linux.so.2 (libc6) => /lib32/ld-linux.so.2
2025-08-20T20:23:50.7326831Z 	ld-linux.so.2 (libc6) => /lib/ld-linux.so.2
2025-08-20T20:23:50.7327191Z 	ld-linux-x86-64.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
2025-08-20T20:23:50.7327675Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.5) stable release version 2.39
2025-08-20T20:23:50.8811425Z info: downloading installer
2025-08-20T20:23:51.0426345Z warn: It looks like you have an existing rustup settings file at:
2025-08-20T20:23:51.0427048Z warn: /home/runner/.rustup/settings.toml
2025-08-20T20:23:51.0427779Z warn: Rustup will install the default toolchain as specified in the settings file,
2025-08-20T20:23:51.0428616Z warn: instead of the one inferred from the default host triple.
2025-08-20T20:23:51.0595869Z info: profile set to 'default'
2025-08-20T20:23:51.0596503Z info: default host triple is x86_64-unknown-linux-gnu
2025-08-20T20:23:51.0597725Z warn: Updating existing toolchain, profile choice will be ignored
2025-08-20T20:23:51.1305217Z info: syncing channel updates for 'stable-x86_64-unknown-linux-gnu'
2025-08-20T20:23:51.1458543Z info: default toolchain set to 'stable-x86_64-unknown-linux-gnu'
2025-08-20T20:23:51.1459035Z 
2025-08-20T20:23:51.1554574Z   stable-x86_64-unknown-linux-gnu unchanged - rustc 1.89.0 (29483883e 2025-08-04)
2025-08-20T20:23:51.1554945Z 
2025-08-20T20:23:51.1554949Z 
2025-08-20T20:23:51.1555047Z Rust is installed now. Great!
2025-08-20T20:23:51.1555216Z 
2025-08-20T20:23:51.1555409Z To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
2025-08-20T20:23:51.1555845Z environment variable. This has not been done automatically.
2025-08-20T20:23:51.1556206Z 
2025-08-20T20:23:51.1556413Z To configure your current shell, you need to source
2025-08-20T20:23:51.1556818Z the corresponding env file under $HOME/.cargo.
2025-08-20T20:23:51.1557019Z 
2025-08-20T20:23:51.1557236Z This is usually done by running one of the following (note the leading DOT):
2025-08-20T20:23:51.1557668Z . "$HOME/.cargo/env"            # For sh/bash/zsh/ash/dash/pdksh
2025-08-20T20:23:51.1557995Z source "$HOME/.cargo/env.fish"  # For fish
2025-08-20T20:23:51.1558291Z source $"($nu.home-path)/.cargo/env.nu"  # For nushell
2025-08-20T20:23:51.2106734Z info: using existing install for 'stable-x86_64-unknown-linux-gnu'
2025-08-20T20:23:51.2432985Z info: default toolchain set to 'stable-x86_64-unknown-linux-gnu'
2025-08-20T20:23:51.2433474Z 
2025-08-20T20:23:51.2526860Z   stable-x86_64-unknown-linux-gnu unchanged - rustc 1.89.0 (29483883e 2025-08-04)
2025-08-20T20:23:51.2527426Z 
2025-08-20T20:23:51.3024573Z rustc 1.89.0 (29483883e 2025-08-04)
2025-08-20T20:23:52.8127037Z cargo 1.89.0 (c24e10642 2025-06-23)
2025-08-20T20:23:52.8452417Z 680 libs found in cache `/etc/ld.so.cache'
2025-08-20T20:23:52.8453128Z 	libz3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so.4
2025-08-20T20:23:52.8453895Z 	libz3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so
2025-08-20T20:23:52.8454787Z 	libzstd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so.1
2025-08-20T20:23:52.8455488Z 	libzstd.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so
2025-08-20T20:23:52.8456125Z 	libzmq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzmq.so.5
2025-08-20T20:23:52.8456776Z 	libzip.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzip.so.4
2025-08-20T20:23:52.8457422Z 	libzen.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzen.so.0
2025-08-20T20:23:52.8458065Z 	libz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so.1
2025-08-20T20:23:52.8458676Z 	libz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so
2025-08-20T20:23:52.8459334Z 	libyaml-0.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyaml-0.so.2
2025-08-20T20:23:52.8460042Z 	libyajl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyajl.so.2
2025-08-20T20:23:52.8460736Z 	libxxhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxxhash.so.0
2025-08-20T20:23:52.8461482Z 	libxtables.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxtables.so.12
2025-08-20T20:23:52.8462196Z 	libxslt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxslt.so.1
2025-08-20T20:23:52.8462909Z 	libxshmfence.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxshmfence.so.1
2025-08-20T20:23:52.8463808Z 	libxml2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so.2
2025-08-20T20:23:52.8464457Z 	libxml2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so
2025-08-20T20:23:52.8465125Z 	libxmlsec1.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1.so.1
2025-08-20T20:23:52.8465888Z 	libxmlsec1-openssl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T20:23:52.8466390Z 	libxmlb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlb.so.2
2025-08-20T20:23:52.8466790Z 	libxkbfile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbfile.so.1
2025-08-20T20:23:52.8467216Z 	libxkbcommon.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbcommon.so.0
2025-08-20T20:23:52.8467632Z 	libxcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so.1
2025-08-20T20:23:52.8468196Z 	libxcb.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so
2025-08-20T20:23:52.8468597Z 	libxcb-xfixes.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T20:23:52.8469039Z 	libxcb-xfixes.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so
2025-08-20T20:23:52.8469454Z 	libxcb-sync.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-sync.so.1
2025-08-20T20:23:52.8469861Z 	libxcb-shm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shm.so.0
2025-08-20T20:23:52.8470278Z 	libxcb-shape.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so.0
2025-08-20T20:23:52.8470707Z 	libxcb-shape.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so
2025-08-20T20:23:52.8471135Z 	libxcb-render.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so.0
2025-08-20T20:23:52.8471566Z 	libxcb-render.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so
2025-08-20T20:23:52.8472035Z 	libxcb-randr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-randr.so.0
2025-08-20T20:23:52.8472506Z 	libxcb-present.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-present.so.0
2025-08-20T20:23:52.8472947Z 	libxcb-glx.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-glx.so.0
2025-08-20T20:23:52.8473356Z 	libxcb-dri3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-dri3.so.0
2025-08-20T20:23:52.8473970Z 	libwrap.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwrap.so.0
2025-08-20T20:23:52.8474391Z 	libwmflite-0.2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T20:23:52.8474816Z 	libwebpmux.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpmux.so.3
2025-08-20T20:23:52.8475237Z 	libwebpdemux.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpdemux.so.2
2025-08-20T20:23:52.8475643Z 	libwebp.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebp.so.7
2025-08-20T20:23:52.8476040Z 	libwbclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwbclient.so.0
2025-08-20T20:23:52.8476620Z 	libwayland-server.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-server.so.0
2025-08-20T20:23:52.8477111Z 	libwayland-egl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-egl.so.1
2025-08-20T20:23:52.8477583Z 	libwayland-cursor.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-cursor.so.0
2025-08-20T20:23:52.8478072Z 	libwayland-client.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-client.so.0
2025-08-20T20:23:52.8478519Z 	libvulkan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvulkan.so.1
2025-08-20T20:23:52.8478937Z 	libvorbisfile.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbisfile.so.3
2025-08-20T20:23:52.8479357Z 	libvorbis.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbis.so.0
2025-08-20T20:23:52.8479766Z 	libvolume_key.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvolume_key.so.1
2025-08-20T20:23:52.8480182Z 	libvmtools.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvmtools.so.0
2025-08-20T20:23:52.8480584Z 	libvgauth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvgauth.so.0
2025-08-20T20:23:52.8480969Z 	libuv.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuv.so.1
2025-08-20T20:23:52.8481332Z 	libuuid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuuid.so.1
2025-08-20T20:23:52.8481708Z 	libutil.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutil.so.1
2025-08-20T20:23:52.8482041Z 	libutil.so.1 (libc6) => /lib32/libutil.so.1
2025-08-20T20:23:52.8482388Z 	libutempter.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutempter.so.0
2025-08-20T20:23:52.8482794Z 	libusb-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libusb-1.0.so.0
2025-08-20T20:23:52.8483175Z 	liburcu.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu.so.8
2025-08-20T20:23:52.8484915Z 	liburcu-signal.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-signal.so.8
2025-08-20T20:23:52.8485388Z 	liburcu-qsbr.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T20:23:52.8485810Z 	liburcu-memb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-memb.so.8
2025-08-20T20:23:52.8486366Z 	liburcu-mb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-mb.so.8
2025-08-20T20:23:52.8486794Z 	liburcu-common.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-common.so.8
2025-08-20T20:23:52.8487225Z 	liburcu-cds.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-cds.so.8
2025-08-20T20:23:52.8487626Z 	liburcu-bp.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-bp.so.8
2025-08-20T20:23:52.8488018Z 	libunwind.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind.so.8
2025-08-20T20:23:52.8488442Z 	libunwind-x86_64.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-x86_64.so.8
2025-08-20T20:23:52.8488909Z 	libunwind-ptrace.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T20:23:52.8489409Z 	libunwind-coredump.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-coredump.so.0
2025-08-20T20:23:52.8489879Z 	libunistring.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunistring.so.5
2025-08-20T20:23:52.8490297Z 	libudisks2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudisks2.so.0
2025-08-20T20:23:52.8490703Z 	libudev.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudev.so.1
2025-08-20T20:23:52.8491097Z 	libuchardet.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuchardet.so.0
2025-08-20T20:23:52.8491498Z 	libubsan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libubsan.so.1
2025-08-20T20:23:52.8491939Z 	libtss2-tcti-swtpm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T20:23:52.8492432Z 	libtss2-tcti-mssim.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T20:23:52.8492935Z 	libtss2-tcti-device.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T20:23:52.8493430Z 	libtss2-tcti-cmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T20:23:52.8494139Z 	libtss2-sys.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-sys.so.1
2025-08-20T20:23:52.8494543Z 	libtss2-rc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-rc.so.0
2025-08-20T20:23:52.8495070Z 	libtss2-mu.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-mu.so.0
2025-08-20T20:23:52.8495483Z 	libtss2-esys.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-esys.so.0
2025-08-20T20:23:52.8495882Z 	libtsan.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtsan.so.2
2025-08-20T20:23:52.8496268Z 	libtracefs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtracefs.so.1
2025-08-20T20:23:52.8496692Z 	libtraceevent.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtraceevent.so.1
2025-08-20T20:23:52.8497119Z 	libtommath.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtommath.so.1
2025-08-20T20:23:52.8497508Z 	libtk8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtk8.6.so
2025-08-20T20:23:52.8497882Z 	libtirpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtirpc.so.3
2025-08-20T20:23:52.8498286Z 	libtinyxml2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinyxml2.so.10
2025-08-20T20:23:52.8498689Z 	libtinfo.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so.6
2025-08-20T20:23:52.8499070Z 	libtinfo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so
2025-08-20T20:23:52.8499445Z 	libtiff.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtiff.so.6
2025-08-20T20:23:52.8499840Z 	libtidy.so.5deb1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtidy.so.5deb1
2025-08-20T20:23:52.8500228Z 	libtic.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so.6
2025-08-20T20:23:52.8500581Z 	libtic.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so
2025-08-20T20:23:52.8500961Z 	libthread_db.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so.1
2025-08-20T20:23:52.8501334Z 	libthread_db.so.1 (libc6) => /lib32/libthread_db.so.1
2025-08-20T20:23:52.8501701Z 	libthread_db.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so
2025-08-20T20:23:52.8502087Z 	libthai.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthai.so.0
2025-08-20T20:23:52.8502451Z 	libtdb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtdb.so.1
2025-08-20T20:23:52.8502812Z 	libtcl8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtcl8.6.so
2025-08-20T20:23:52.8503311Z 	libtasn1.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtasn1.so.6
2025-08-20T20:23:52.8503949Z 	libtalloc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtalloc.so.2
2025-08-20T20:23:52.8504412Z 	libsystemd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsystemd.so.0
2025-08-20T20:23:52.8504807Z 	libsysfs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsysfs.so.2
2025-08-20T20:23:52.8505178Z 	libsybdb.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsybdb.so.5
2025-08-20T20:23:52.8505552Z 	libsubid.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsubid.so.4
2025-08-20T20:23:52.8505952Z 	libstemmer.so.0d (libc6,x86-64) => /lib/x86_64-linux-gnu/libstemmer.so.0d
2025-08-20T20:23:52.8506424Z 	libstdc++.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libstdc++.so.6
2025-08-20T20:23:52.8506997Z 	libstdc++.so.6 (libc6) => /lib32/libstdc++.so.6
2025-08-20T20:23:52.8507573Z 	libssl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl3.so
2025-08-20T20:23:52.8508104Z 	libssl.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so.3
2025-08-20T20:23:52.8508473Z 	libssl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so
2025-08-20T20:23:52.8508830Z 	libssh2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh2.so.1
2025-08-20T20:23:52.8509192Z 	libssh.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh.so.4
2025-08-20T20:23:52.8509543Z 	libss.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libss.so.2
2025-08-20T20:23:52.8509920Z 	libsqlite3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so.0
2025-08-20T20:23:52.8510316Z 	libsqlite3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so
2025-08-20T20:23:52.8510757Z 	libsourcekitdInProc.so (libc6,x86-64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T20:23:52.8511203Z 	libsoftokn3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsoftokn3.so
2025-08-20T20:23:52.8511620Z 	libsodium.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsodium.so.23
2025-08-20T20:23:52.8512007Z 	libsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnmp.so.40
2025-08-20T20:23:52.8512540Z 	libsnappy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnappy.so.1
2025-08-20T20:23:52.8512938Z 	libsmime3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmime3.so
2025-08-20T20:23:52.8513339Z 	libsmartcols.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmartcols.so.1
2025-08-20T20:23:52.8514036Z 	libslirp.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslirp.so.0
2025-08-20T20:23:52.8514427Z 	libslang.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslang.so.2
2025-08-20T20:23:52.8514818Z 	libsigsegv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsigsegv.so.2
2025-08-20T20:23:52.8515230Z 	libsharpyuv.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsharpyuv.so.0
2025-08-20T20:23:52.8515670Z 	libsgutils2-1.46.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T20:23:52.8516102Z 	libsframe.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsframe.so.1
2025-08-20T20:23:52.8516489Z 	libsepol.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsepol.so.2
2025-08-20T20:23:52.8516890Z 	libsensors.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsensors.so.5
2025-08-20T20:23:52.8517298Z 	libsemanage.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsemanage.so.2
2025-08-20T20:23:52.8517703Z 	libselinux.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libselinux.so.1
2025-08-20T20:23:52.8518107Z 	libseccomp.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libseccomp.so.2
2025-08-20T20:23:52.8518496Z 	libsasl2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsasl2.so.2
2025-08-20T20:23:52.8518895Z 	libruby-3.2.so.3.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T20:23:52.8519303Z 	libruby-3.2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so
2025-08-20T20:23:52.8519684Z 	librtmp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librtmp.so.1
2025-08-20T20:23:52.8520049Z 	librt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librt.so.1
2025-08-20T20:23:52.8520358Z 	librt.so.1 (libc6) => /lib32/librt.so.1
2025-08-20T20:23:52.8520683Z 	librpmsign.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmsign.so.9
2025-08-20T20:23:52.8521218Z 	librpmio.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmio.so.9
2025-08-20T20:23:52.8521617Z 	librpmbuild.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmbuild.so.9
2025-08-20T20:23:52.8522012Z 	librpm.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpm.so.9
2025-08-20T20:23:52.8522386Z 	librhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/librhash.so.0
2025-08-20T20:23:52.8522761Z 	libre2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libre2.so.10
2025-08-20T20:23:52.8523143Z 	libresolv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so.2
2025-08-20T20:23:52.8523493Z 	libresolv.so.2 (libc6) => /lib32/libresolv.so.2
2025-08-20T20:23:52.8524122Z 	libresolv.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so
2025-08-20T20:23:52.8524555Z 	libreiserfscore.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreiserfscore.so.0
2025-08-20T20:23:52.8524997Z 	libreadline.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreadline.so.8
2025-08-20T20:23:52.8525406Z 	libraw_r.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw_r.so.23
2025-08-20T20:23:52.8525777Z 	libraw.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw.so.23
2025-08-20T20:23:52.8526167Z 	librabbitmq.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/librabbitmq.so.4
2025-08-20T20:23:52.8526577Z 	libquadmath.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libquadmath.so.0
2025-08-20T20:23:52.8527001Z 	libqrtr-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqrtr-glib.so.0
2025-08-20T20:23:52.8527418Z 	libqmi-glib.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqmi-glib.so.5
2025-08-20T20:23:52.8527783Z 	libqdbm.so.14 (libc6,x86-64) => /lib/libqdbm.so.14
2025-08-20T20:23:52.8528139Z 	libp11-kit.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libp11-kit.so.0
2025-08-20T20:23:52.8528565Z 	libpython3.12.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so.1.0
2025-08-20T20:23:52.8528997Z 	libpython3.12.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so
2025-08-20T20:23:52.8529537Z 	libpthread.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpthread.so.0
2025-08-20T20:23:52.8529907Z 	libpthread.so.0 (libc6) => /lib32/libpthread.so.0
2025-08-20T20:23:52.8530244Z 	libpsx.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsx.so.2
2025-08-20T20:23:52.8530636Z 	libpspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpspell.so.15
2025-08-20T20:23:52.8531027Z 	libpsl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsl.so.5
2025-08-20T20:23:52.8531457Z 	libprotobuf-lite.so.32 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T20:23:52.8531939Z 	libprotobuf-c.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-c.so.1
2025-08-20T20:23:52.8532701Z 	libproc2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libproc2.so.0
2025-08-20T20:23:52.8533382Z 	libpq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so.5
2025-08-20T20:23:52.8534178Z 	libpq.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so
2025-08-20T20:23:52.8534818Z 	libpopt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpopt.so.0
2025-08-20T20:23:52.8535638Z 	libpolkit-gobject-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T20:23:52.8536333Z 	libpolkit-agent-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T20:23:52.8536799Z 	libpng16.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpng16.so.16
2025-08-20T20:23:52.8537212Z 	libply.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply.so.5
2025-08-20T20:23:52.8537809Z 	libply-splash-graphics.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T20:23:52.8538356Z 	libply-splash-core.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-core.so.5
2025-08-20T20:23:52.8538908Z 	libply-boot-client.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-boot-client.so.5
2025-08-20T20:23:52.8539700Z 	libplds4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplds4.so
2025-08-20T20:23:52.8540361Z 	libplc4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplc4.so
2025-08-20T20:23:52.8541227Z 	libpkgconf.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpkgconf.so.3
2025-08-20T20:23:52.8541656Z 	libpixman-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpixman-1.so.0
2025-08-20T20:23:52.8542079Z 	libpipeline.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpipeline.so.1
2025-08-20T20:23:52.8542605Z 	libpgm-5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpgm-5.3.so.0
2025-08-20T20:23:52.8542993Z 	libpfm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpfm.so.4
2025-08-20T20:23:52.8543370Z 	libperl.so.5.38 (libc6,x86-64) => /lib/x86_64-linux-gnu/libperl.so.5.38
2025-08-20T20:23:52.8543980Z 	libpcre2-32.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so.0
2025-08-20T20:23:52.8544534Z 	libpcre2-32.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so
2025-08-20T20:23:52.8545255Z 	libpcre2-16.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so.0
2025-08-20T20:23:52.8545961Z 	libpcre2-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so
2025-08-20T20:23:52.8546628Z 	libpcre2-8.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so.0
2025-08-20T20:23:52.8547046Z 	libpcre2-8.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so
2025-08-20T20:23:52.8547480Z 	libpcre2-posix.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so.3
2025-08-20T20:23:52.8547941Z 	libpcre2-posix.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so
2025-08-20T20:23:52.8548376Z 	libpcprofile.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcprofile.so
2025-08-20T20:23:52.8548753Z 	libpcprofile.so (libc6) => /lib32/libpcprofile.so
2025-08-20T20:23:52.8549134Z 	libpciaccess.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpciaccess.so.0
2025-08-20T20:23:52.8549538Z 	libpci.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpci.so.3
2025-08-20T20:23:52.8549922Z 	libpcap.so.0.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so.0.8
2025-08-20T20:23:52.8550301Z 	libpcap.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so
2025-08-20T20:23:52.8550689Z 	libparted.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libparted.so.2
2025-08-20T20:23:52.8551242Z 	libpaper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpaper.so.1
2025-08-20T20:23:52.8551672Z 	libpangoft2-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T20:23:52.8552148Z 	libpangocairo-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T20:23:52.8552601Z 	libpango-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpango-1.0.so.0
2025-08-20T20:23:52.8553008Z 	libpanelw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so.6
2025-08-20T20:23:52.8553401Z 	libpanelw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so
2025-08-20T20:23:52.8554018Z 	libpanel.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so.6
2025-08-20T20:23:52.8554401Z 	libpanel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so
2025-08-20T20:23:52.8554766Z 	libpamc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpamc.so.0
2025-08-20T20:23:52.8555156Z 	libpam_misc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam_misc.so.0
2025-08-20T20:23:52.8555551Z 	libpam.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam.so.0
2025-08-20T20:23:52.8556004Z 	libpackagekit-glib2.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T20:23:52.8556482Z 	libopenjp2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopenjp2.so.7
2025-08-20T20:23:52.8556948Z 	libopeniscsiusr.so.0.2.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T20:23:52.8557466Z 	libopcodes-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T20:23:52.8558210Z 	libopcodes-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-arm64.so
2025-08-20T20:23:52.8558710Z 	libopcodes-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T20:23:52.8559569Z 	libopcodes-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T20:23:52.8560382Z 	libonig.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libonig.so.5
2025-08-20T20:23:52.8561251Z 	libogg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libogg.so.0
2025-08-20T20:23:52.8561646Z 	libodbc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libodbc.so.2
2025-08-20T20:23:52.8562023Z 	libobjc_gc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc_gc.so.4
2025-08-20T20:23:52.8562405Z 	libobjc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc.so.4
2025-08-20T20:23:52.8562898Z 	libnvme.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme.so.1
2025-08-20T20:23:52.8563277Z 	libnvme-mi.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme-mi.so.1
2025-08-20T20:23:52.8563836Z 	libnuma.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnuma.so.1
2025-08-20T20:23:52.8564254Z 	libntfs-3g.so.89 (libc6,x86-64) => /lib/x86_64-linux-gnu/libntfs-3g.so.89
2025-08-20T20:23:52.8564792Z 	libnss3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss3.so
2025-08-20T20:23:52.8565478Z 	libnssutil3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssutil3.so
2025-08-20T20:23:52.8566221Z 	libnssdbm3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssdbm3.so
2025-08-20T20:23:52.8567039Z 	libnssckbi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssckbi.so
2025-08-20T20:23:52.8567794Z 	libnss_systemd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_systemd.so.2
2025-08-20T20:23:52.8568580Z 	libnss_hesiod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so.2
2025-08-20T20:23:52.8569181Z 	libnss_hesiod.so.2 (libc6) => /lib32/libnss_hesiod.so.2
2025-08-20T20:23:52.8569576Z 	libnss_hesiod.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so
2025-08-20T20:23:52.8570001Z 	libnss_files.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_files.so.2
2025-08-20T20:23:52.8570379Z 	libnss_files.so.2 (libc6) => /lib32/libnss_files.so.2
2025-08-20T20:23:52.8570736Z 	libnss_dns.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_dns.so.2
2025-08-20T20:23:52.8571085Z 	libnss_dns.so.2 (libc6) => /lib32/libnss_dns.so.2
2025-08-20T20:23:52.8571449Z 	libnss_compat.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so.2
2025-08-20T20:23:52.8572100Z 	libnss_compat.so.2 (libc6) => /lib32/libnss_compat.so.2
2025-08-20T20:23:52.8572493Z 	libnss_compat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so
2025-08-20T20:23:52.8572891Z 	libnspr4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnspr4.so
2025-08-20T20:23:52.8573260Z 	libnsl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnsl.so.1
2025-08-20T20:23:52.8573745Z 	libnsl.so.1 (libc6) => /lib32/libnsl.so.1
2025-08-20T20:23:52.8574241Z 	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:23:52.8574764Z 	libnpth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnpth.so.0
2025-08-20T20:23:52.8575133Z 	libnorm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnorm.so.1
2025-08-20T20:23:52.8575516Z 	libnl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so.200
2025-08-20T20:23:52.8575886Z 	libnl-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so
2025-08-20T20:23:52.8576301Z 	libnl-route-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so.200
2025-08-20T20:23:52.8576736Z 	libnl-route-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so
2025-08-20T20:23:52.8577165Z 	libnl-genl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-genl-3.so.200
2025-08-20T20:23:52.8577601Z 	libnghttp2.so.14 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnghttp2.so.14
2025-08-20T20:23:52.8578011Z 	libnftnl.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftnl.so.11
2025-08-20T20:23:52.8578414Z 	libnftables.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftables.so.1
2025-08-20T20:23:52.8578836Z 	libnfnetlink.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnfnetlink.so.0
2025-08-20T20:23:52.8579249Z 	libnewt.so.0.52 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnewt.so.0.52
2025-08-20T20:23:52.8579639Z 	libnettle.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnettle.so.8
2025-08-20T20:23:52.8580072Z 	libnetsnmpmibs.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T20:23:52.8580701Z 	libnetsnmphelpers.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T20:23:52.8581204Z 	libnetsnmpagent.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T20:23:52.8581656Z 	libnetsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmp.so.40
2025-08-20T20:23:52.8582070Z 	libnetplan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetplan.so.1
2025-08-20T20:23:52.8582473Z 	libnetpbm.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetpbm.so.11
2025-08-20T20:23:52.8582957Z 	libnetfilter_conntrack.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T20:23:52.8583446Z 	libncursesw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncursesw.so.6
2025-08-20T20:23:52.8584093Z 	libncurses.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncurses.so.6
2025-08-20T20:23:52.8584532Z 	libmysqlclient.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so.21
2025-08-20T20:23:52.8584996Z 	libmysqlclient.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so
2025-08-20T20:23:52.8585398Z 	libmvec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so.1
2025-08-20T20:23:52.8585769Z 	libmvec.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so
2025-08-20T20:23:52.8586131Z 	libmultipath.so.0 (libc6,x86-64) => /lib/libmultipath.so.0
2025-08-20T20:23:52.8586515Z 	libmspack.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmspack.so.0
2025-08-20T20:23:52.8586899Z 	libmpfr.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpfr.so.6
2025-08-20T20:23:52.8587268Z 	libmpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpc.so.3
2025-08-20T20:23:52.8587633Z 	libmpathutil.so.0 (libc6,x86-64) => /lib/libmpathutil.so.0
2025-08-20T20:23:52.8588024Z 	libmpathpersist.so.0 (libc6,x86-64) => /lib/libmpathpersist.so.0
2025-08-20T20:23:52.8588405Z 	libmpathcmd.so.0 (libc6,x86-64) => /lib/libmpathcmd.so.0
2025-08-20T20:23:52.8588772Z 	libmount.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmount.so.1
2025-08-20T20:23:52.8589270Z 	libmnl.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmnl.so.0
2025-08-20T20:23:52.8589635Z 	libmms.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmms.so.0
2025-08-20T20:23:52.8590025Z 	libmm-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmm-glib.so.0
2025-08-20T20:23:52.8590424Z 	libmlx5.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so.1
2025-08-20T20:23:52.8590791Z 	libmlx5.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so
2025-08-20T20:23:52.8591151Z 	libmlx4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so.1
2025-08-20T20:23:52.8591511Z 	libmlx4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so
2025-08-20T20:23:52.8591878Z 	libmenuw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so.6
2025-08-20T20:23:52.8592246Z 	libmenuw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so
2025-08-20T20:23:52.8599291Z 	libmenu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so.6
2025-08-20T20:23:52.8599703Z 	libmenu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so
2025-08-20T20:23:52.8600118Z 	libmemusage.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemusage.so
2025-08-20T20:23:52.8600482Z 	libmemusage.so (libc6) => /lib32/libmemusage.so
2025-08-20T20:23:52.8600857Z 	libmemcached.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemcached.so.11
2025-08-20T20:23:52.8601303Z 	libmediainfo.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmediainfo.so.0
2025-08-20T20:23:52.8601718Z 	libmecab.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmecab.so.2
2025-08-20T20:23:52.8602092Z 	libmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmd.so.0
2025-08-20T20:23:52.8602479Z 	libmbim-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmbim-glib.so.4
2025-08-20T20:23:52.8602900Z 	libmaxminddb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmaxminddb.so.0
2025-08-20T20:23:52.8603302Z 	libmana.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so.1
2025-08-20T20:23:52.8603870Z 	libmana.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so
2025-08-20T20:23:52.8604418Z 	libmagic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmagic.so.1
2025-08-20T20:23:52.8604773Z 	libm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libm.so.6
2025-08-20T20:23:52.8605071Z 	libm.so.6 (libc6) => /lib32/libm.so.6
2025-08-20T20:23:52.8605375Z 	liblz4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so.1
2025-08-20T20:23:52.8605727Z 	liblz4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so
2025-08-20T20:23:52.8606082Z 	liblzo2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzo2.so.2
2025-08-20T20:23:52.8606466Z 	liblzma.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so.5
2025-08-20T20:23:52.8606829Z 	liblzma.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so
2025-08-20T20:23:52.8607173Z 	liblz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so.1
2025-08-20T20:23:52.8607510Z 	liblz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so
2025-08-20T20:23:52.8607897Z 	liblvm2cmd.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T20:23:52.8608332Z 	liblua5.4.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4.so.0
2025-08-20T20:23:52.8608735Z 	liblua5.4-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T20:23:52.8609130Z 	liblua5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3.so.0
2025-08-20T20:23:52.8609518Z 	liblua5.3-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T20:23:52.8609928Z 	liblttng-ust.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust.so.1
2025-08-20T20:23:52.8610436Z 	liblttng-ust-tracepoint.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T20:23:52.8611071Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T20:23:52.8611709Z 	liblttng-ust-libc-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T20:23:52.8612260Z 	liblttng-ust-fork.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T20:23:52.8612861Z 	liblttng-ust-fd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T20:23:52.8613322Z 	liblttng-ust-dl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T20:23:52.8614019Z 	liblttng-ust-cyg-profile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T20:23:52.8614652Z 	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:23:52.8615224Z 	liblttng-ust-ctl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T20:23:52.8615722Z 	liblttng-ust-common.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T20:23:52.8616173Z 	libltdl.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libltdl.so.7
2025-08-20T20:23:52.8616539Z 	liblsan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblsan.so.0
2025-08-20T20:23:52.8616913Z 	liblqr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblqr-1.so.0
2025-08-20T20:23:52.8617295Z 	liblmdb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblmdb.so.0
2025-08-20T20:23:52.8617678Z 	liblldb-18.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so.1
2025-08-20T20:23:52.8618069Z 	liblldb-18.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so
2025-08-20T20:23:52.8618458Z 	liblldb-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so.1
2025-08-20T20:23:52.8618842Z 	liblldb-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so
2025-08-20T20:23:52.8619227Z 	liblldb-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so.1
2025-08-20T20:23:52.8619608Z 	liblldb-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so
2025-08-20T20:23:52.8619980Z 	libldap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libldap.so.2
2025-08-20T20:23:52.8620352Z 	liblcms2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblcms2.so.2
2025-08-20T20:23:52.8620722Z 	liblber.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblber.so.2
2025-08-20T20:23:52.8621118Z 	libk5crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libk5crypto.so.3
2025-08-20T20:23:52.8621645Z 	libksba.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libksba.so.8
2025-08-20T20:23:52.8622061Z 	libkrb5support.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5support.so.0
2025-08-20T20:23:52.8622469Z 	libkrb5.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5.so.3
2025-08-20T20:23:52.8622831Z 	libkmod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkmod.so.2
2025-08-20T20:23:52.8623219Z 	libkeyutils.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkeyutils.so.1
2025-08-20T20:23:52.8623786Z 	libjxrglue.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjxrglue.so.0
2025-08-20T20:23:52.8624205Z 	libjsoncpp.so.25 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjsoncpp.so.25
2025-08-20T20:23:52.8624647Z 	libjson-glib-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T20:23:52.8625075Z 	libjson-c.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-c.so.5
2025-08-20T20:23:52.8625447Z 	libjq.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjq.so.1
2025-08-20T20:23:52.8625831Z 	libjpegxr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpegxr.so.0
2025-08-20T20:23:52.8626215Z 	libjpeg.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpeg.so.8
2025-08-20T20:23:52.8626579Z 	libjcat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjcat.so.1
2025-08-20T20:23:52.8626964Z 	libjbig2dec.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig2dec.so.0
2025-08-20T20:23:52.8627357Z 	libjbig.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig.so.0
2025-08-20T20:23:52.8627744Z 	libjansson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjansson.so.4
2025-08-20T20:23:52.8628129Z 	libitm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libitm.so.1
2025-08-20T20:23:52.8628489Z 	libisns.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisns.so.0
2025-08-20T20:23:52.8628851Z 	libisl.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisl.so.23
2025-08-20T20:23:52.8629528Z 	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:23:52.8630255Z 	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:23:52.8630935Z 	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:23:52.8631602Z 	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:23:52.8632124Z 	libip6tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip6tc.so.2
2025-08-20T20:23:52.8632507Z 	libip4tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip4tc.so.2
2025-08-20T20:23:52.8632874Z 	libinih.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libinih.so.1
2025-08-20T20:23:52.8633252Z 	libijs-0.35.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libijs-0.35.so
2025-08-20T20:23:52.8633804Z 	libidn2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn2.so.0
2025-08-20T20:23:52.8634211Z 	libidn.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn.so.12
2025-08-20T20:23:52.8634586Z 	libicuuc.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.74
2025-08-20T20:23:52.8634978Z 	libicuuc.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.70
2025-08-20T20:23:52.8635358Z 	libicuuc.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so
2025-08-20T20:23:52.8635734Z 	libicutu.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.74
2025-08-20T20:23:52.8636113Z 	libicutu.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.70
2025-08-20T20:23:52.8636484Z 	libicutu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so
2025-08-20T20:23:52.8636872Z 	libicutest.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.74
2025-08-20T20:23:52.8637280Z 	libicutest.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.70
2025-08-20T20:23:52.8637676Z 	libicutest.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so
2025-08-20T20:23:52.8638071Z 	libicui18n.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.74
2025-08-20T20:23:52.8638618Z 	libicui18n.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.70
2025-08-20T20:23:52.8639015Z 	libicui18n.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so
2025-08-20T20:23:52.8639402Z 	libicuio.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.74
2025-08-20T20:23:52.8639816Z 	libicuio.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.70
2025-08-20T20:23:52.8640365Z 	libicuio.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so
2025-08-20T20:23:52.8640748Z 	libicudata.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.74
2025-08-20T20:23:52.8641156Z 	libicudata.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.70
2025-08-20T20:23:52.8641550Z 	libicudata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so
2025-08-20T20:23:52.8641948Z 	libibverbs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so.1
2025-08-20T20:23:52.8642341Z 	libibverbs.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so
2025-08-20T20:23:52.8642739Z 	libhwasan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhwasan.so.0
2025-08-20T20:23:52.8643171Z 	libhunspell-1.7.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T20:23:52.8643784Z 	libhogweed.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhogweed.so.6
2025-08-20T20:23:52.8644221Z 	libhistory.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhistory.so.8
2025-08-20T20:23:52.8644666Z 	libhiredis_ssl.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T20:23:52.8645132Z 	libhiredis.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T20:23:52.8645550Z 	libhgfs.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhgfs.so.0
2025-08-20T20:23:52.8645918Z 	libheif.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libheif.so.1
2025-08-20T20:23:52.8646304Z 	libhavege.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhavege.so.2
2025-08-20T20:23:52.8646838Z 	libhashkit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhashkit.so.2
2025-08-20T20:23:52.8647264Z 	libharfbuzz.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libharfbuzz.so.0
2025-08-20T20:23:52.8647678Z 	libhandle.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhandle.so.1
2025-08-20T20:23:52.8648065Z 	libgusb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgusb.so.2
2025-08-20T20:23:52.8648452Z 	libguestlib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestlib.so.0
2025-08-20T20:23:52.8648926Z 	libguestStoreClient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestStoreClient.so.0
2025-08-20T20:23:52.8649404Z 	libgudev-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgudev-1.0.so.0
2025-08-20T20:23:52.8649810Z 	libgtk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgtk-3.so.0
2025-08-20T20:23:52.8650213Z 	libgthread-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgthread-2.0.so.0
2025-08-20T20:23:52.8650667Z 	libgstreamer-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T20:23:52.8651122Z 	libgstnet-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T20:23:52.8651601Z 	libgstcontroller-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T20:23:52.8652090Z 	libgstcheck-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T20:23:52.8652536Z 	libgstbase-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T20:23:52.8652972Z 	libgssapi_krb5.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T20:23:52.8653376Z 	libgs.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgs.so.10
2025-08-20T20:23:52.8653952Z 	libgraphite2.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgraphite2.so.3
2025-08-20T20:23:52.8654377Z 	libgprofng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgprofng.so.0
2025-08-20T20:23:52.8654767Z 	libgpm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpm.so.2
2025-08-20T20:23:52.8655141Z 	libgpgme.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpgme.so.11
2025-08-20T20:23:52.8655677Z 	libgpg-error.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpg-error.so.0
2025-08-20T20:23:52.8656078Z 	libgomp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgomp.so.1
2025-08-20T20:23:52.8656477Z 	libgobject-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgobject-2.0.so.0
2025-08-20T20:23:52.8656897Z 	libgnutls.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgnutls.so.30
2025-08-20T20:23:52.8657290Z 	libgmpxx.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so.4
2025-08-20T20:23:52.8657668Z 	libgmpxx.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so
2025-08-20T20:23:52.8658034Z 	libgmp.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so.10
2025-08-20T20:23:52.8658390Z 	libgmp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so
2025-08-20T20:23:52.8658778Z 	libgmodule-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T20:23:52.8659191Z 	libglib-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libglib-2.0.so.0
2025-08-20T20:23:52.8659657Z 	libgirepository-1.0.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T20:23:52.8660111Z 	libgio-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgio-2.0.so.0
2025-08-20T20:23:52.8660511Z 	libgfortran.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgfortran.so.5
2025-08-20T20:23:52.8660948Z 	libgdk_pixbuf-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T20:23:52.8661374Z 	libgdk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk-3.so.0
2025-08-20T20:23:52.8661784Z 	libgdbm_compat.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm_compat.so.4
2025-08-20T20:23:52.8662183Z 	libgdbm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm.so.6
2025-08-20T20:23:52.8662541Z 	libgd.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgd.so.3
2025-08-20T20:23:52.8662900Z 	libgctba.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgctba.so.1
2025-08-20T20:23:52.8663293Z 	libgcrypt.so.20 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcrypt.so.20
2025-08-20T20:23:52.8664014Z 	libgccpp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgccpp.so.1
2025-08-20T20:23:52.8664397Z 	libgcc_s.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcc_s.so.1
2025-08-20T20:23:52.8664730Z 	libgcc_s.so.1 (libc6) => /lib32/libgcc_s.so.1
2025-08-20T20:23:52.8665041Z 	libgc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgc.so.1
2025-08-20T20:23:52.8665389Z 	libgbm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgbm.so.1
2025-08-20T20:23:52.8665892Z 	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:23:52.8666404Z 	libfwupd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfwupd.so.2
2025-08-20T20:23:52.8666781Z 	libfuse3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfuse3.so.3
2025-08-20T20:23:52.8667150Z 	libftdi1.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libftdi1.so.2
2025-08-20T20:23:52.8667540Z 	libfsverity.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfsverity.so.0
2025-08-20T20:23:52.8667965Z 	libfribidi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfribidi.so.0
2025-08-20T20:23:52.8668380Z 	libfreetype.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreetype.so.6
2025-08-20T20:23:52.8668782Z 	libfreebl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreebl3.so
2025-08-20T20:23:52.8669195Z 	libfreeblpriv3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreeblpriv3.so
2025-08-20T20:23:52.8669605Z 	libformw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so.6
2025-08-20T20:23:52.8669973Z 	libformw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so
2025-08-20T20:23:52.8670339Z 	libform.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so.6
2025-08-20T20:23:52.8670697Z 	libform.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so
2025-08-20T20:23:52.8671078Z 	libfontenc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontenc.so.1
2025-08-20T20:23:52.8671499Z 	libfontconfig.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontconfig.so.1
2025-08-20T20:23:52.8671928Z 	libflashrom.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libflashrom.so.1
2025-08-20T20:23:52.8672487Z 	libfido2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfido2.so.1
2025-08-20T20:23:52.8672910Z 	libfftw3_threads.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_threads.so.3
2025-08-20T20:23:52.8673358Z 	libfftw3_omp.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_omp.so.3
2025-08-20T20:23:52.8674013Z 	libfftw3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3.so.3
2025-08-20T20:23:52.8674388Z 	libffi.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so.8
2025-08-20T20:23:52.8674749Z 	libffi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so
2025-08-20T20:23:52.8675112Z 	libfdisk.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfdisk.so.1
2025-08-20T20:23:52.8675484Z 	libfcgi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi.so.0
2025-08-20T20:23:52.8675866Z 	libfcgi++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi++.so.0
2025-08-20T20:23:52.8676271Z 	libfbclient.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfbclient.so.2
2025-08-20T20:23:52.8676698Z 	libfastjson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfastjson.so.4
2025-08-20T20:23:52.8677162Z 	libfakeroot-0.so (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T20:23:52.8677607Z 	libe2p.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libe2p.so.2
2025-08-20T20:23:52.8677987Z 	libext2fs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libext2fs.so.2
2025-08-20T20:23:52.8678376Z 	libexslt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexslt.so.0
2025-08-20T20:23:52.8678760Z 	libexpatw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so.1
2025-08-20T20:23:52.8679148Z 	libexpatw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so
2025-08-20T20:23:52.8679531Z 	libexpat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so.1
2025-08-20T20:23:52.8679905Z 	libexpat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so
2025-08-20T20:23:52.8680352Z 	libevent_pthreads-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T20:23:52.8680974Z 	libevent_core-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T20:23:52.8681401Z 	libevdev.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevdev.so.2
2025-08-20T20:23:52.8681771Z 	libestr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libestr.so.0
2025-08-20T20:23:52.8682145Z 	libepoxy.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libepoxy.so.0
2025-08-20T20:23:52.8682547Z 	libenchant-2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libenchant-2.so.2
2025-08-20T20:23:52.8682948Z 	libelf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libelf.so.1
2025-08-20T20:23:52.8683326Z 	libefivar.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefivar.so.1
2025-08-20T20:23:52.8683994Z 	libefiboot.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefiboot.so.1
2025-08-20T20:23:52.8684389Z 	libefa.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so.1
2025-08-20T20:23:52.8684745Z 	libefa.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so
2025-08-20T20:23:52.8685111Z 	libedit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libedit.so.2
2025-08-20T20:23:52.8685512Z 	libeatmydata.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so.1
2025-08-20T20:23:52.8685936Z 	libeatmydata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so
2025-08-20T20:23:52.8686318Z 	libdw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdw.so.1
2025-08-20T20:23:52.8686708Z 	libduktape.so.207 (libc6,x86-64) => /lib/x86_64-linux-gnu/libduktape.so.207
2025-08-20T20:23:52.8687158Z 	libdrop_ambient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrop_ambient.so.0
2025-08-20T20:23:52.8687588Z 	libdrm_intel.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_intel.so.1
2025-08-20T20:23:52.8688004Z 	libdrm_amdgpu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T20:23:52.8688395Z 	libdrm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm.so.2
2025-08-20T20:23:52.8688913Z 	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:23:52.8689557Z 	libdl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdl.so.2
2025-08-20T20:23:52.8689866Z 	libdl.so.2 (libc6) => /lib32/libdl.so.2
2025-08-20T20:23:52.8690211Z 	libdjvulibre.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdjvulibre.so.21
2025-08-20T20:23:52.8690622Z 	libde265.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libde265.so.0
2025-08-20T20:23:52.8691057Z 	libdevmapper.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T20:23:52.8691585Z 	libdevmapper-event.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T20:23:52.8692172Z 	libdevmapper-event-lvm2vdo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T20:23:52.8692791Z 	libdevmapper-event-lvm2thin.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T20:23:52.8693453Z 	libdevmapper-event-lvm2snapshot.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T20:23:52.8694243Z 	libdevmapper-event-lvm2raid.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T20:23:52.8694874Z 	libdevmapper-event-lvm2mirror.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T20:23:52.8695503Z 	libdevmapper-event-lvm2.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T20:23:52.8696089Z 	libdevmapper-event-lvm2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T20:23:52.8696576Z 	libdeflate.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdeflate.so.0
2025-08-20T20:23:52.8697022Z 	libdebconfclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdebconfclient.so.0
2025-08-20T20:23:52.8697459Z 	libdconf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdconf.so.1
2025-08-20T20:23:52.8697886Z 	libdbusmenu-gtk3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T20:23:52.8698479Z 	libdbusmenu-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T20:23:52.8698915Z 	libdbus-1.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so.3
2025-08-20T20:23:52.8699299Z 	libdbus-1.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so
2025-08-20T20:23:52.8699665Z 	libdb-5.3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdb-5.3.so
2025-08-20T20:23:52.8700041Z 	libdatrie.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdatrie.so.1
2025-08-20T20:23:52.8700418Z 	libcurl.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl.so.4
2025-08-20T20:23:52.8700828Z 	libcurl-gnutls.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T20:23:52.8701246Z 	libcups.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcups.so.2
2025-08-20T20:23:52.8701612Z 	libctf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf.so.0
2025-08-20T20:23:52.8702007Z 	libctf-nobfd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd.so.0
2025-08-20T20:23:52.8702475Z 	libctf-nobfd-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so.0
2025-08-20T20:23:52.8702975Z 	libctf-nobfd-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so
2025-08-20T20:23:52.8703466Z 	libctf-nobfd-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T20:23:52.8704057Z 	libctf-nobfd-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T20:23:52.8704541Z 	libctf-nobfd-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T20:23:52.8705014Z 	libctf-nobfd-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T20:23:52.8705463Z 	libctf-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so.0
2025-08-20T20:23:52.8705884Z 	libctf-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so
2025-08-20T20:23:52.8706296Z 	libctf-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so.0
2025-08-20T20:23:52.8706712Z 	libctf-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so
2025-08-20T20:23:52.8707239Z 	libctf-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so.0
2025-08-20T20:23:52.8707650Z 	libctf-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so
2025-08-20T20:23:52.8708086Z 	libcryptsetup.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcryptsetup.so.12
2025-08-20T20:23:52.8708524Z 	libcrypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so.3
2025-08-20T20:23:52.8708921Z 	libcrypto.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so
2025-08-20T20:23:52.8709310Z 	libcrypt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so.1
2025-08-20T20:23:52.8709690Z 	libcrypt.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so
2025-08-20T20:23:52.8710073Z 	libcom_err.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcom_err.so.2
2025-08-20T20:23:52.8710510Z 	libcolordprivate.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolordprivate.so.2
2025-08-20T20:23:52.8710953Z 	libcolord.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolord.so.2
2025-08-20T20:23:52.8711364Z 	libclang-18.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-18.so.18
2025-08-20T20:23:52.8711772Z 	libclang-17.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-17.so.17
2025-08-20T20:23:52.8712200Z 	libclang-16.so.16.0.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T20:23:52.8712649Z 	libclang-cpp.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T20:23:52.8713101Z 	libclang-cpp.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.17
2025-08-20T20:23:52.8713532Z 	libclang-cpp.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.16
2025-08-20T20:23:52.8714074Z 	libcc1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcc1.so.0
2025-08-20T20:23:52.8714453Z 	libcbor.so.0.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcbor.so.0.10
2025-08-20T20:23:52.8714841Z 	libcares.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcares.so.2
2025-08-20T20:23:52.8715382Z 	libcap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap.so.2
2025-08-20T20:23:52.8715772Z 	libcap-ng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap-ng.so.0
2025-08-20T20:23:52.8716177Z 	libcanberra.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcanberra.so.0
2025-08-20T20:23:52.8716578Z 	libcairo.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo.so.2
2025-08-20T20:23:52.8717009Z 	libcairo-gobject.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo-gobject.so.2
2025-08-20T20:23:52.8717475Z 	libc_malloc_debug.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T20:23:52.8717889Z 	libc_malloc_debug.so.0 (libc6) => /lib32/libc_malloc_debug.so.0
2025-08-20T20:23:52.8718292Z 	libc_malloc_debug.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so
2025-08-20T20:23:52.8718689Z 	libc.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc.so.6
2025-08-20T20:23:52.8718987Z 	libc.so.6 (libc6) => /lib32/libc.so.6
2025-08-20T20:23:52.8719304Z 	libc-client.so.2007e (libc6,x86-64) => /lib/libc-client.so.2007e
2025-08-20T20:23:52.8719700Z 	libbz2.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbz2.so.1.0
2025-08-20T20:23:52.8720097Z 	libbytesize.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbytesize.so.1
2025-08-20T20:23:52.8720492Z 	libbsd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbsd.so.0
2025-08-20T20:23:52.8720889Z 	libbrotlienc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlienc.so.1
2025-08-20T20:23:52.8721320Z 	libbrotlidec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlidec.so.1
2025-08-20T20:23:52.8721768Z 	libbrotlicommon.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlicommon.so.1
2025-08-20T20:23:52.8722185Z 	libbpf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbpf.so.1
2025-08-20T20:23:52.8722572Z 	libblockdev.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblockdev.so.3
2025-08-20T20:23:52.8722974Z 	libblkid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblkid.so.1
2025-08-20T20:23:52.8723533Z 	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:23:52.8724380Z 	libbfd-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-system.so
2025-08-20T20:23:52.8724830Z 	libbfd-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-arm64.so
2025-08-20T20:23:52.8725266Z 	libbfd-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T20:23:52.8725702Z 	libbfd-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T20:23:52.8726123Z 	libbd_utils.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_utils.so.3
2025-08-20T20:23:52.8726522Z 	libbd_swap.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_swap.so.3
2025-08-20T20:23:52.8726914Z 	libbd_part.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_part.so.3
2025-08-20T20:23:52.8727298Z 	libbd_nvme.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_nvme.so.3
2025-08-20T20:23:52.8727693Z 	libbd_mdraid.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_mdraid.so.3
2025-08-20T20:23:52.8728096Z 	libbd_loop.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_loop.so.3
2025-08-20T20:23:52.8728470Z 	libbd_fs.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_fs.so.3
2025-08-20T20:23:52.8728859Z 	libbd_crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_crypto.so.3
2025-08-20T20:23:52.8729258Z 	libbcc_bpf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc_bpf.so.0
2025-08-20T20:23:52.8729635Z 	libbcc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc.so.0
2025-08-20T20:23:52.8730047Z 	libavahi-common.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-common.so.3
2025-08-20T20:23:52.8730509Z 	libavahi-client.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-client.so.3
2025-08-20T20:23:52.8730931Z 	libaudit.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaudit.so.1
2025-08-20T20:23:52.8731315Z 	libattr.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libattr.so.1
2025-08-20T20:23:52.8731685Z 	libatspi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatspi.so.0
2025-08-20T20:23:52.8732201Z 	libatomic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatomic.so.1
2025-08-20T20:23:52.8732584Z 	libatm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatm.so.1
2025-08-20T20:23:52.8732954Z 	libatk-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-1.0.so.0
2025-08-20T20:23:52.8733384Z 	libatk-bridge-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T20:23:52.8733940Z 	libatasmart.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatasmart.so.4
2025-08-20T20:23:52.8734347Z 	libassuan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libassuan.so.0
2025-08-20T20:23:52.8734743Z 	libaspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaspell.so.15
2025-08-20T20:23:52.8735138Z 	libasound.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasound.so.2
2025-08-20T20:23:52.8735519Z 	libasan.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasan.so.8
2025-08-20T20:23:52.8735891Z 	libaria2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaria2.so.0
2025-08-20T20:23:52.8736281Z 	libargon2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libargon2.so.1
2025-08-20T20:23:52.8736679Z 	libarchive.so.13 (libc6,x86-64) => /lib/x86_64-linux-gnu/libarchive.so.13
2025-08-20T20:23:52.8737131Z 	libapt-private.so.0.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-private.so.0.0
2025-08-20T20:23:52.8737589Z 	libapt-pkg.so.6.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T20:23:52.8738015Z 	libaprutil-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaprutil-1.so.0
2025-08-20T20:23:52.8738419Z 	libapr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapr-1.so.0
2025-08-20T20:23:52.8738823Z 	libappstream.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libappstream.so.5
2025-08-20T20:23:52.8739246Z 	libapparmor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapparmor.so.1
2025-08-20T20:23:52.8739635Z 	libaom.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaom.so.3
2025-08-20T20:23:52.8739987Z 	libanl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so.1
2025-08-20T20:23:52.8740426Z 	libanl.so.1 (libc6) => /lib32/libanl.so.1
2025-08-20T20:23:52.8740731Z 	libanl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so
2025-08-20T20:23:52.8741104Z 	libaio.so.1t64 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaio.so.1t64
2025-08-20T20:23:52.8741476Z 	libacl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libacl.so.1
2025-08-20T20:23:52.8741826Z 	libX11.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11.so.6
2025-08-20T20:23:52.8742200Z 	libX11-xcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11-xcb.so.1
2025-08-20T20:23:52.8742596Z 	libXxf86vm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXxf86vm.so.1
2025-08-20T20:23:52.8742981Z 	libXtst.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXtst.so.6
2025-08-20T20:23:52.8743339Z 	libXt.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXt.so.6
2025-08-20T20:23:52.8743807Z 	libXss.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXss.so.1
2025-08-20T20:23:52.8744187Z 	libXrender.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrender.so.1
2025-08-20T20:23:52.8744592Z 	libXrandr.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrandr.so.2
2025-08-20T20:23:52.8744968Z 	libXpm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXpm.so.4
2025-08-20T20:23:52.8745331Z 	libXmuu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmuu.so.1
2025-08-20T20:23:52.8745687Z 	libXmu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmu.so.6
2025-08-20T20:23:52.8746072Z 	libXinerama.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXinerama.so.1
2025-08-20T20:23:52.8746459Z 	libXi.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXi.so.6
2025-08-20T20:23:52.8746803Z 	libXft.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXft.so.2
2025-08-20T20:23:52.8747186Z 	libXfont2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfont2.so.2
2025-08-20T20:23:52.8747580Z 	libXfixes.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfixes.so.3
2025-08-20T20:23:52.8747957Z 	libXext.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXext.so.6
2025-08-20T20:23:52.8748450Z 	libXdmcp.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so.6
2025-08-20T20:23:52.8748828Z 	libXdmcp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so
2025-08-20T20:23:52.8749212Z 	libXdamage.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdamage.so.1
2025-08-20T20:23:52.8749612Z 	libXcursor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcursor.so.1
2025-08-20T20:23:52.8750042Z 	libXcomposite.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcomposite.so.1
2025-08-20T20:23:52.8750444Z 	libXaw.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXaw.so.7
2025-08-20T20:23:52.8750797Z 	libXau.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so.6
2025-08-20T20:23:52.8751155Z 	libXau.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so
2025-08-20T20:23:52.8751500Z 	libSM.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libSM.so.6
2025-08-20T20:23:52.8751926Z 	libOpenEXRUtil-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T20:23:52.8752429Z 	libOpenEXRCore-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T20:23:52.8752901Z 	libOpenEXR-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T20:23:52.8753379Z 	libMagickWand-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T20:23:52.8754007Z 	libMagickCore-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T20:23:52.8754439Z 	libLerc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLerc.so.4
2025-08-20T20:23:52.8754814Z 	libLLVM.so.19.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.19.1
2025-08-20T20:23:52.8755201Z 	libLLVM.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.18.1
2025-08-20T20:23:52.8755587Z 	libLLVM-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so.1
2025-08-20T20:23:52.8755971Z 	libLLVM-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so
2025-08-20T20:23:52.8756352Z 	libLLVM-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so.1
2025-08-20T20:23:52.8756858Z 	libLLVM-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so
2025-08-20T20:23:52.8757231Z 	libJudy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libJudy.so.1
2025-08-20T20:23:52.8757620Z 	libImath-3_1.so.29 (libc6,x86-64) => /lib/x86_64-linux-gnu/libImath-3_1.so.29
2025-08-20T20:23:52.8758063Z 	libIlmThread-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T20:23:52.8758493Z 	libIex-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIex-3_1.so.30
2025-08-20T20:23:52.8758873Z 	libICE.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libICE.so.6
2025-08-20T20:23:52.8759271Z 	libGLdispatch.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLdispatch.so.0
2025-08-20T20:23:52.8759695Z 	libGLX_mesa.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX_mesa.so.0
2025-08-20T20:23:52.8760074Z 	libGLX.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX.so.0
2025-08-20T20:23:52.8760427Z 	libGL.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGL.so.1
2025-08-20T20:23:52.8760823Z 	libDeployPkg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libDeployPkg.so.0
2025-08-20T20:23:52.8761283Z 	libBrokenLocale.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so.1
2025-08-20T20:23:52.8761715Z 	libBrokenLocale.so.1 (libc6) => /lib32/libBrokenLocale.so.1
2025-08-20T20:23:52.8762125Z 	libBrokenLocale.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so
2025-08-20T20:23:52.8762531Z 	ld-musl-x86_64.so.1 (libc6,x86-64) => /lib/ld-musl-x86_64.so.1
2025-08-20T20:23:52.8762853Z 	ld-linux.so.2 (libc6) => /lib32/ld-linux.so.2
2025-08-20T20:23:52.8763135Z 	ld-linux.so.2 (libc6) => /lib/ld-linux.so.2
2025-08-20T20:23:52.8763485Z 	ld-linux-x86-64.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
2025-08-20T20:23:52.8764074Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.5) stable release version 2.39
2025-08-20T20:23:52.8764382Z 
2025-08-20T20:23:52.8764387Z 
2025-08-20T20:23:52.8764871Z  [+] Finished Initializing Linux pkrvmubgrv54qmi 6.11.0-1018-azure x86_64 :: at Wednesday, 2025-08-20 (08:23:52 PM)
2025-08-20T20:23:52.8765273Z 
2025-08-20T20:23:52.8765278Z 
2025-08-20T20:23:52.8765281Z 
2025-08-20T20:23:52.8765355Z [+] Continue : YES
2025-08-20T20:23:52.8765479Z 
2025-08-20T20:23:52.8765726Z [+] ulimit -n (open file descriptors) :: [Soft --> 65536] [Hard --> 65536] [Total --> 9223372036854775807]
2025-08-20T20:23:52.9052599Z 
2025-08-20T20:23:52.9052972Z ==> [+] Started Building at :: Wednesday, 2025-08-20 (08:23:52 PM) UTC
2025-08-20T20:23:52.9053254Z 
2025-08-20T20:23:52.9070798Z 
2025-08-20T20:23:52.9071007Z [+] Total RECIPES :: 1
2025-08-20T20:23:52.9071249Z 
2025-08-20T20:23:52.9147256Z 
2025-08-20T20:23:52.9148050Z [+] Fetching : https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/fnm/static.official.stable.yaml (1/1)
2025-08-20T20:23:52.9148680Z 
2025-08-20T20:23:52.9511744Z ==> https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/fnm/static.official.stable.yaml
2025-08-20T20:23:52.9522359Z mode of '/tmp/pkgforge/1Pv2LfErN_build.yaml' changed from 0600 (rw-------) to 0755 (rwxr-xr-x)
2025-08-20T20:23:52.9569049Z [+] Setting '.ghcr_pkg' --> ghcr.io/pkgforge/bincache/fnm/official [Provided]
2025-08-20T20:23:52.9569710Z [+] Setting '.pkg_family' --> fnm [Provided]
2025-08-20T20:23:52.9582233Z [00:00:00.000]➜  [+] SBUILD Functions Version: 1.7.1
2025-08-20T20:23:52.9589144Z [00:00:00.000]➜  [+] HOST: Linux pkrvmubgrv54qmi 6.11.0-1018-azure #18~24.04.1-Ubuntu SMP Sat Jun 28 04:46:03 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux
2025-08-20T20:23:52.9681045Z [00:00:00.009]➜  
2025-08-20T20:23:52.9682379Z [00:00:00.009]➜  [+] Building (https://github.com/pkgforge/soarpkgs/blob/main/binaries/fnm/static.official.stable.yaml) --> /tmp/pkgforge/aLoCeaT_1Pv2LfErN_build.yaml/SBUILD_OUTDIR [Wednesday, 2025-08-20 (08:23:52 PM) UTC]
2025-08-20T20:23:52.9683267Z [00:00:00.009]➜  
2025-08-20T20:23:52.9683511Z [00:00:00.009]➜  
2025-08-20T20:23:52.9683954Z [00:00:00.009]➜  
2025-08-20T20:23:52.9684276Z [00:00:00.009]➜  ###################################################################
2025-08-20T20:23:52.9691807Z [00:00:00.010]➜  #!/SBUILD ver @v1.0.0
2025-08-20T20:23:52.9693027Z [00:00:00.010]➜  #SELF: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/fnm/static.official.stable.yaml
2025-08-20T20:23:52.9695435Z [00:00:00.011]➜  _disabled: false
2025-08-20T20:23:52.9695766Z [00:00:00.011]➜  
2025-08-20T20:23:52.9696130Z [00:00:00.011]➜  pkg: "fnm"
2025-08-20T20:23:52.9696438Z [00:00:00.011]➜  pkg_id: "github.com.Schniz.fnm"
2025-08-20T20:23:52.9696759Z [00:00:00.011]➜  pkg_type: "static"
2025-08-20T20:23:52.9697023Z [00:00:00.011]➜  category:
2025-08-20T20:23:52.9697883Z [00:00:00.011]➜    - "ConsoleOnly"
2025-08-20T20:23:52.9698365Z [00:00:00.011]➜    - "Utility"
2025-08-20T20:23:52.9699120Z [00:00:00.011]➜  description: "🚀 Fast and simple Node.js version manager, built in Rust"
2025-08-20T20:23:52.9699826Z [00:00:00.011]➜  homepage:
2025-08-20T20:23:52.9700448Z [00:00:00.011]➜    - "https://github.com/Schniz/fnm"
2025-08-20T20:23:52.9701072Z [00:00:00.011]➜  license:
2025-08-20T20:23:52.9701529Z [00:00:00.011]➜    - id: "GPL-3.0"
2025-08-20T20:23:52.9702464Z [00:00:00.011]➜      url: "https://github.com/Schniz/fnm/raw/439964440d80d72f7b09ae947471da70d1f8fca2/LICENSE"  
2025-08-20T20:23:52.9703351Z [00:00:00.011]➜  maintainer:
2025-08-20T20:23:52.9704802Z [00:00:00.011]➜    - "Azathothas (https://github.com/Azathothas)"
2025-08-20T20:23:52.9705392Z [00:00:00.011]➜  note:
2025-08-20T20:23:52.9705920Z [00:00:00.011]➜    - "[DO NOT RUN] (Meant for pkgforge CI Only)"
2025-08-20T20:23:52.9706924Z [00:00:00.011]➜    - "Pre Built Binary Fetched from Upstream. Check/Report @ https://github.com/Schniz/fnm"
2025-08-20T20:23:52.9707759Z [00:00:00.011]➜  provides:
2025-08-20T20:23:52.9708196Z [00:00:00.011]➜    - "fnm"
2025-08-20T20:23:52.9708624Z [00:00:00.011]➜  repology:
2025-08-20T20:23:52.9709040Z [00:00:00.011]➜    - "fnm"
2025-08-20T20:23:52.9709457Z [00:00:00.011]➜  src_url:
2025-08-20T20:23:52.9710205Z [00:00:00.011]➜    - "https://github.com/Schniz/fnm"
2025-08-20T20:23:52.9710816Z [00:00:00.011]➜  tag:
2025-08-20T20:23:52.9711216Z [00:00:00.011]➜    - "nodejs"
2025-08-20T20:23:52.9711670Z [00:00:00.011]➜    - "nvm"
2025-08-20T20:23:52.9712072Z [00:00:00.011]➜  x_exec:
2025-08-20T20:23:52.9712547Z [00:00:00.011]➜    bsys: "host://soar-dl"
2025-08-20T20:23:52.9712843Z [00:00:00.011]➜    host:
2025-08-20T20:23:52.9713108Z [00:00:00.011]➜      - "aarch64-Linux"
2025-08-20T20:23:52.9713394Z [00:00:00.011]➜      - "x86_64-Linux"
2025-08-20T20:23:52.9713918Z [00:00:00.011]➜    shell: "bash"
2025-08-20T20:23:52.9714190Z [00:00:00.011]➜    pkgver: |
2025-08-20T20:23:52.9714966Z [00:00:00.011]➜      curl -qfsSL "https://api.gh.pkgforge.dev/repos/Schniz/fnm/releases?per_page=100" | jq -r '[.[] | select(.draft == false)] | .[0].tag_name | gsub("\\s+"; "")' | tr -d '"'\''[:space:]'
2025-08-20T20:23:52.9715630Z [00:00:00.011]➜    run: |
2025-08-20T20:23:52.9715859Z [00:00:00.011]➜      #Download
2025-08-20T20:23:52.9716118Z [00:00:00.011]➜      case "$(uname -m)" in
2025-08-20T20:23:52.9716418Z [00:00:00.011]➜        aarch64)
2025-08-20T20:23:52.9717160Z [00:00:00.011]➜          soar dl "https://github.com/Schniz/fnm@${PKGVER}" --match "arm64,tar" --exclude "amd64,x86,x64,sha256,sha512,bsd,macos,windows" -o "${SBUILD_TMPDIR}/${PKG}.archive" --yes
2025-08-20T20:23:52.9717810Z [00:00:00.011]➜          ;;
2025-08-20T20:23:52.9718041Z [00:00:00.011]➜        x86_64)
2025-08-20T20:23:52.9718792Z [00:00:00.011]➜          soar dl "https://github.com/Schniz/fnm@${PKGVER}" --match "linux,tar" --exclude "aarch,arm,i386,i686,sha256,sha512,bsd,macos,windows" -o "${SBUILD_TMPDIR}/${PKG}.archive" --yes
2025-08-20T20:23:52.9719462Z [00:00:00.011]➜          ;;
2025-08-20T20:23:52.9719687Z [00:00:00.011]➜      esac
2025-08-20T20:23:52.9719913Z [00:00:00.011]➜      #Extract
2025-08-20T20:23:52.9720291Z [00:00:00.011]➜      while E_X=$(find "${SBUILD_TMPDIR}" -type f -exec file -i "{}" + | 
2025-08-20T20:23:52.9721063Z [00:00:00.011]➜       grep -Ei "archive|compressed|gzip|x-compress|x-tar" |
2025-08-20T20:23:52.9722024Z [00:00:00.011]➜       grep -iv "application/.*executable" |
2025-08-20T20:23:52.9722675Z [00:00:00.011]➜       cut -d: -f1 | head -n1); [ -n "${E_X}" ]
2025-08-20T20:23:52.9723220Z [00:00:00.011]➜       do
2025-08-20T20:23:52.9724362Z [00:00:00.011]➜         7z e "${E_X}" -o"${SBUILD_TMPDIR}/." -y && {
2025-08-20T20:23:52.9725159Z [00:00:00.011]➜          file -i "${E_X}" | grep -q "application/.*executable" && break
2025-08-20T20:23:52.9725799Z [00:00:00.011]➜          rm -f "${E_X}"
2025-08-20T20:23:52.9726275Z [00:00:00.011]➜         } || break
2025-08-20T20:23:52.9726715Z [00:00:00.011]➜       done
2025-08-20T20:23:52.9727117Z [00:00:00.011]➜      #Copy
2025-08-20T20:23:52.9728823Z [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}/${PKG}"
2025-08-20T20:23:52.9730496Z [00:00:00.011]➜  
2025-08-20T20:23:52.9731021Z [00:00:00.011]➜  ###################################################################
2025-08-20T20:23:52.9731548Z [00:00:00.011]➜  
2025-08-20T20:23:52.9731909Z [00:00:00.011]➜  
2025-08-20T20:23:52.9732257Z [00:00:00.011]➜  
2025-08-20T20:23:52.9733186Z [00:00:00.012]➜  '/tmp/pkgforge/1Pv2LfErN_build.yaml' -> '/tmp/pkgforge/aLoCeaT_1Pv2LfErN_build.yaml/SBUILD_OUTDIR/SBUILD'
2025-08-20T20:23:55.5283372Z [00:00:02.569]➜  '/tmp/pkgforge/aLoCeaT_1Pv2LfErN_build.yaml/SBUILD_OUTDIR/fnm.static.version' -> '/tmp/pkgforge/aLoCeaT_1Pv2LfErN_build.yaml/SBUILD_OUTDIR/fnm.version'
2025-08-20T20:23:55.5343142Z [00:00:02.576]➜  [+] Version: v1.38.1 ('.x_exec.pkgver') [/tmp/pkgforge/aLoCeaT_1Pv2LfErN_build.yaml/SBUILD_OUTDIR/fnm.static.version]
2025-08-20T20:23:55.5603474Z [00:00:02.602]➜  [+] Progs: fnm
2025-08-20T20:23:55.7295666Z [00:00:02.771]➜  
2025-08-20T20:23:55.7296344Z [00:00:02.771]➜  [-] Missing packages. Found: 
2025-08-20T20:23:55.7297375Z [00:00:02.771]➜  [+] Expected: fnm
2025-08-20T20:23:55.7297876Z [00:00:02.771]➜  [+] Continuing with build...
2025-08-20T20:23:55.7298235Z [00:00:02.771]➜  
2025-08-20T20:23:57.8665026Z [00:00:04.908]➜  
2025-08-20T20:23:57.8665312Z [00:00:04.908]➜  
2025-08-20T20:23:57.8757427Z [00:00:04.917]➜  + case "$(uname -m)" in
2025-08-20T20:23:57.8761352Z [00:00:04.917]➜  ++ uname -m
2025-08-20T20:23:57.8775560Z [00:00:04.919]➜  + soar dl https://github.com/Schniz/fnm@v1.38.1 --match linux,tar --exclude aarch,arm,i386,i686,sha256,sha512,bsd,macos,windows -o /tmp/pkgforge/aLoCeaT_1Pv2LfErN_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/fnm.archive --yes
2025-08-20T20:23:57.8826101Z [00:00:04.924]➜  Detected GitHub URL, processing as GitHub release
2025-08-20T20:23:58.5202517Z [00:00:05.561]➜  [31m[ERROR][0m No matching assets found
2025-08-20T20:23:58.5216705Z [00:00:05.563]➜  ++ find /tmp/pkgforge/aLoCeaT_1Pv2LfErN_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP -type f -exec file -i '{}' +
2025-08-20T20:23:58.5218346Z [00:00:05.563]➜  ++ grep -Ei 'archive|compressed|gzip|x-compress|x-tar'
2025-08-20T20:23:58.5235668Z [00:00:05.565]➜  ++ grep -iv 'application/.*executable'
2025-08-20T20:23:58.5240269Z [00:00:05.565]➜  ++ cut -d: -f1
2025-08-20T20:23:58.5240756Z [00:00:05.565]➜  ++ head -n1
2025-08-20T20:23:58.5256588Z [00:00:05.567]➜  + E_X=
2025-08-20T20:23:58.5257015Z [00:00:05.567]➜  + '[' -n '' ']'
2025-08-20T20:23:58.5260483Z [00:00:05.567]➜  + find /tmp/pkgforge/aLoCeaT_1Pv2LfErN_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP -maxdepth 1 -type f -exec file -i '{}' ';'
2025-08-20T20:23:58.5263120Z [00:00:05.568]➜  + grep -Ei 'application/.*executable|inode/symlink|text/x-perl|text/.*script'
2025-08-20T20:23:58.5278499Z [00:00:05.568]➜  + cut -d: -f1
2025-08-20T20:23:58.5281314Z [00:00:05.569]➜  + xargs realpath --no-symlinks
2025-08-20T20:23:58.5282245Z [00:00:05.569]➜  + xargs -I '{}' rsync -achvL '{}' /tmp/pkgforge/aLoCeaT_1Pv2LfErN_build.yaml/SBUILD_OUTDIR/fnm
2025-08-20T20:23:58.5303105Z [00:00:05.572]➜  realpath: missing operand
2025-08-20T20:23:58.5304611Z [00:00:05.572]➜  Try 'realpath --help' for more information.
2025-08-20T20:23:58.5313093Z [00:00:05.573]➜  
2025-08-20T20:23:58.9103360Z [00:00:05.952]➜  
2025-08-20T20:23:58.9209688Z [00:00:05.962]➜  changed ownership of '/tmp/pkgforge/aLoCeaT_1Pv2LfErN_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp' from runner:docker to runner:runner
2025-08-20T20:23:58.9211170Z [00:00:05.962]➜  changed ownership of '/tmp/pkgforge/aLoCeaT_1Pv2LfErN_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/MANIFEST.json' from runner:docker to runner:runner
2025-08-20T20:23:58.9212354Z [00:00:05.962]➜  changed ownership of '/tmp/pkgforge/aLoCeaT_1Pv2LfErN_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP' from runner:docker to runner:runner
2025-08-20T20:23:58.9213488Z [00:00:05.962]➜  changed ownership of '/tmp/pkgforge/aLoCeaT_1Pv2LfErN_build.yaml/SBUILD_OUTDIR/fnm.static.version' from runner:docker to runner:runner
2025-08-20T20:23:58.9214850Z [00:00:05.962]➜  changed ownership of '/tmp/pkgforge/aLoCeaT_1Pv2LfErN_build.yaml/SBUILD_OUTDIR/SBUILD' from runner:docker to runner:runner
2025-08-20T20:23:58.9215928Z [00:00:05.962]➜  changed ownership of '/tmp/pkgforge/aLoCeaT_1Pv2LfErN_build.yaml/SBUILD_OUTDIR/fnm.version' from runner:docker to runner:runner
2025-08-20T20:23:58.9217101Z [00:00:05.962]➜  changed ownership of '/tmp/pkgforge/aLoCeaT_1Pv2LfErN_build.yaml/SBUILD_OUTDIR' from runner:docker to runner:runner
2025-08-20T20:23:58.9296560Z [00:00:05.971]➜  mode of '/tmp/pkgforge/aLoCeaT_1Pv2LfErN_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/MANIFEST.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:23:58.9367411Z [00:00:05.978]➜  mode of '/tmp/pkgforge/aLoCeaT_1Pv2LfErN_build.yaml/SBUILD_OUTDIR/fnm.static.version' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:23:58.9439201Z [00:00:05.985]➜  mode of '/tmp/pkgforge/aLoCeaT_1Pv2LfErN_build.yaml/SBUILD_OUTDIR/SBUILD' retained as 0755 (rwxr-xr-x)
2025-08-20T20:23:58.9509521Z [00:00:05.992]➜  mode of '/tmp/pkgforge/aLoCeaT_1Pv2LfErN_build.yaml/SBUILD_OUTDIR/fnm.version' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T20:23:59.0944379Z [00:00:06.136]➜  realpath: missing operand
2025-08-20T20:23:59.0944844Z [00:00:06.136]➜  Try 'realpath --help' for more information.
2025-08-20T20:23:59.1031833Z [00:00:06.144]➜  
2025-08-20T20:23:59.1032781Z [00:00:06.144]➜  [+] Fetching LICENSE ==> [/tmp/pkgforge/aLoCeaT_1Pv2LfErN_build.yaml/SBUILD_OUTDIR/LICENSE]
2025-08-20T20:23:59.3229348Z [00:00:06.364]➜  (License) <== https://github.com/Schniz/fnm/raw/439964440d80d72f7b09ae947471da70d1f8fca2/LICENSE
2025-08-20T20:23:59.3272571Z [00:00:06.368]➜  renamed '/tmp/pkgforge/aLoCeaT_1Pv2LfErN_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE' -> '/tmp/pkgforge/aLoCeaT_1Pv2LfErN_build.yaml/SBUILD_OUTDIR/LICENSE'
2025-08-20T20:23:59.3306088Z [00:00:06.372]➜  
2025-08-20T20:23:59.3306456Z [00:00:06.372]➜  
2025-08-20T20:23:59.3317103Z [00:00:06.373]➜                      GNU GENERAL PUBLIC LICENSE
2025-08-20T20:23:59.3317789Z [00:00:06.373]➜                         Version 3, 29 June 2007
2025-08-20T20:23:59.3318377Z [00:00:06.373]➜  
2025-08-20T20:23:59.3319050Z [00:00:06.373]➜   Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/>
2025-08-20T20:23:59.3319984Z [00:00:06.373]➜   Everyone is permitted to copy and distribute verbatim copies
2025-08-20T20:23:59.3320835Z [00:00:06.373]➜   of this license document, but changing it is not allowed.
2025-08-20T20:23:59.3321433Z [00:00:06.373]➜  
2025-08-20T20:23:59.3322556Z [00:00:06.373]➜                              Preamble
2025-08-20T20:23:59.3323144Z [00:00:06.373]➜  
2025-08-20T20:23:59.3327390Z [00:00:06.373]➜    The GNU General Public License is a free, copyleft license for
2025-08-20T20:23:59.3328220Z [00:00:06.373]➜  software and other kinds of works.
2025-08-20T20:23:59.3328739Z [00:00:06.373]➜  
2025-08-20T20:23:59.3329377Z [00:00:06.373]➜    The licenses for most software and other practical works are designed
2025-08-20T20:23:59.3330351Z [00:00:06.373]➜  to take away your freedom to share and change the works.  By contrast,
2025-08-20T20:23:59.3331678Z [00:00:06.373]➜  the GNU General Public License is intended to guarantee your freedom to
2025-08-20T20:23:59.3332678Z [00:00:06.373]➜  share and change all versions of a program--to make sure it remains free
2025-08-20T20:23:59.3333826Z [00:00:06.373]➜  software for all its users.  We, the Free Software Foundation, use the
2025-08-20T20:23:59.3334812Z [00:00:06.373]➜  GNU General Public License for most of our software; it applies also to
2025-08-20T20:23:59.3335782Z [00:00:06.373]➜  any other work released this way by its authors.  You can apply it to
2025-08-20T20:23:59.3336498Z [00:00:06.373]➜  your programs, too.
2025-08-20T20:23:59.3336941Z [00:00:06.373]➜  
2025-08-20T20:23:59.3337539Z [00:00:06.373]➜    When we speak of free software, we are referring to freedom, not
2025-08-20T20:23:59.3338467Z [00:00:06.373]➜  price.  Our General Public Licenses are designed to make sure that you
2025-08-20T20:23:59.3339420Z [00:00:06.373]➜  have the freedom to distribute copies of free software (and charge for
2025-08-20T20:23:59.3340361Z [00:00:06.373]➜  them if you wish), that you receive source code or can get it if you
2025-08-20T20:23:59.3341240Z [00:00:06.373]➜  want it, that you can change the software or use pieces of it in new
2025-08-20T20:23:59.3342216Z [00:00:06.373]➜  free programs, and that you know you can do these things.
2025-08-20T20:23:59.3342835Z [00:00:06.373]➜  
2025-08-20T20:23:59.3343459Z [00:00:06.373]➜    To protect your rights, we need to prevent others from denying you
2025-08-20T20:23:59.3344613Z [00:00:06.373]➜  these rights or asking you to surrender the rights.  Therefore, you have
2025-08-20T20:23:59.3345659Z [00:00:06.373]➜  certain responsibilities if you distribute copies of the software, or if
2025-08-20T20:23:59.3346739Z [00:00:06.373]➜  you modify it: responsibilities to respect the freedom of others.
2025-08-20T20:23:59.3347401Z [00:00:06.373]➜  
2025-08-20T20:23:59.3348037Z [00:00:06.373]➜    For example, if you distribute copies of such a program, whether
2025-08-20T20:23:59.3349176Z [00:00:06.373]➜  gratis or for a fee, you must pass on to the recipients the same
2025-08-20T20:23:59.3350141Z [00:00:06.373]➜  freedoms that you received.  You must make sure that they, too, receive
2025-08-20T20:23:59.3351079Z [00:00:06.373]➜  or can get the source code.  And you must show them these terms so they
2025-08-20T20:23:59.3351761Z [00:00:06.373]➜  know their rights.
2025-08-20T20:23:59.3352209Z [00:00:06.373]➜  
2025-08-20T20:23:59.3354179Z [00:00:06.373]➜    Developers that use the GNU GPL protect your rights with two steps:
2025-08-20T20:23:59.3355196Z [00:00:06.373]➜  (1) assert copyright on the software, and (2) offer you this License
2025-08-20T20:23:59.3356241Z [00:00:06.373]➜  giving you legal permission to copy, distribute and/or modify it.
2025-08-20T20:23:59.3356928Z [00:00:06.373]➜  
2025-08-20T20:23:59.3357588Z [00:00:06.373]➜    For the developers' and authors' protection, the GPL clearly explains
2025-08-20T20:23:59.3358584Z [00:00:06.373]➜  that there is no warranty for this free software.  For both users' and
2025-08-20T20:23:59.3359547Z [00:00:06.373]➜  authors' sake, the GPL requires that modified versions be marked as
2025-08-20T20:23:59.3360510Z [00:00:06.373]➜  changed, so that their problems will not be attributed erroneously to
2025-08-20T20:23:59.3361278Z [00:00:06.373]➜  authors of previous versions.
2025-08-20T20:23:59.3361780Z [00:00:06.373]➜  
2025-08-20T20:23:59.3362420Z [00:00:06.373]➜    Some devices are designed to deny users access to install or run
2025-08-20T20:23:59.3363384Z [00:00:06.373]➜  modified versions of the software inside them, although the manufacturer
2025-08-20T20:23:59.3364272Z [00:00:06.373]➜  can do so.  This is fundamentally incompatible with the aim of
2025-08-20T20:23:59.3364768Z [00:00:06.373]➜  protecting users' freedom to change the software.  The systematic
2025-08-20T20:23:59.3365326Z [00:00:06.373]➜  pattern of such abuse occurs in the area of products for individuals to
2025-08-20T20:23:59.3366086Z [00:00:06.373]➜  use, which is precisely where it is most unacceptable.  Therefore, we
2025-08-20T20:23:59.3366615Z [00:00:06.373]➜  have designed this version of the GPL to prohibit the practice for those
2025-08-20T20:23:59.3367141Z [00:00:06.373]➜  products.  If such problems arise substantially in other domains, we
2025-08-20T20:23:59.3367656Z [00:00:06.373]➜  stand ready to extend this provision to those domains in future versions
2025-08-20T20:23:59.3368126Z [00:00:06.373]➜  of the GPL, as needed to protect the freedom of users.
2025-08-20T20:23:59.3368446Z [00:00:06.373]➜  
2025-08-20T20:23:59.3368810Z [00:00:06.373]➜    Finally, every program is threatened constantly by software patents.
2025-08-20T20:23:59.3369321Z [00:00:06.373]➜  States should not allow patents to restrict development and use of
2025-08-20T20:23:59.3369852Z [00:00:06.373]➜  software on general-purpose computers, but in those that do, we wish to
2025-08-20T20:23:59.3370391Z [00:00:06.373]➜  avoid the special danger that patents applied to a free program could
2025-08-20T20:23:59.3370969Z [00:00:06.373]➜  make it effectively proprietary.  To prevent this, the GPL assures that
2025-08-20T20:23:59.3371459Z [00:00:06.373]➜  patents cannot be used to render the program non-free.
2025-08-20T20:23:59.3371790Z [00:00:06.373]➜  
2025-08-20T20:23:59.3372128Z [00:00:06.373]➜    The precise terms and conditions for copying, distribution and
2025-08-20T20:23:59.3372508Z [00:00:06.373]➜  modification follow.
2025-08-20T20:23:59.3372759Z [00:00:06.373]➜  
2025-08-20T20:23:59.3373026Z [00:00:06.373]➜                         TERMS AND CONDITIONS
2025-08-20T20:23:59.3373310Z [00:00:06.373]➜  
2025-08-20T20:23:59.3373529Z [00:00:06.373]➜    0. Definitions.
2025-08-20T20:23:59.3374244Z [00:00:06.373]➜  
2025-08-20T20:23:59.3374614Z [00:00:06.373]➜    "This License" refers to version 3 of the GNU General Public License.
2025-08-20T20:23:59.3374984Z [00:00:06.373]➜  
2025-08-20T20:23:59.3375515Z [00:00:06.373]➜    "Copyright" also means copyright-like laws that apply to other kinds of
2025-08-20T20:23:59.3375987Z [00:00:06.373]➜  works, such as semiconductor masks.
2025-08-20T20:23:59.3376273Z [00:00:06.373]➜  
2025-08-20T20:23:59.3376624Z [00:00:06.373]➜    "The Program" refers to any copyrightable work licensed under this
2025-08-20T20:23:59.3377126Z [00:00:06.373]➜  License.  Each licensee is addressed as "you".  "Licensees" and
2025-08-20T20:23:59.3377580Z [00:00:06.373]➜  "recipients" may be individuals or organizations.
2025-08-20T20:23:59.3377901Z [00:00:06.373]➜  
2025-08-20T20:23:59.3378256Z [00:00:06.373]➜    To "modify" a work means to copy from or adapt all or part of the work
2025-08-20T20:23:59.3378787Z [00:00:06.373]➜  in a fashion requiring copyright permission, other than the making of an
2025-08-20T20:23:59.3379312Z [00:00:06.373]➜  exact copy.  The resulting work is called a "modified version" of the
2025-08-20T20:23:59.3379773Z [00:00:06.373]➜  earlier work or a work "based on" the earlier work.
2025-08-20T20:23:59.3380090Z [00:00:06.373]➜  
2025-08-20T20:23:59.3380453Z [00:00:06.373]➜    A "covered work" means either the unmodified Program or a work based
2025-08-20T20:23:59.3380833Z [00:00:06.374]➜  on the Program.
2025-08-20T20:23:59.3381071Z [00:00:06.374]➜  
2025-08-20T20:23:59.3381414Z [00:00:06.374]➜    To "propagate" a work means to do anything with it that, without
2025-08-20T20:23:59.3381905Z [00:00:06.374]➜  permission, would make you directly or secondarily liable for
2025-08-20T20:23:59.3382425Z [00:00:06.374]➜  infringement under applicable copyright law, except executing it on a
2025-08-20T20:23:59.3382960Z [00:00:06.374]➜  computer or modifying a private copy.  Propagation includes copying,
2025-08-20T20:23:59.3383476Z [00:00:06.374]➜  distribution (with or without modification), making available to the
2025-08-20T20:23:59.3384184Z [00:00:06.374]➜  public, and in some countries other activities as well.
2025-08-20T20:23:59.3384513Z [00:00:06.374]➜  
2025-08-20T20:23:59.3384859Z [00:00:06.374]➜    To "convey" a work means any kind of propagation that enables other
2025-08-20T20:23:59.3385515Z [00:00:06.374]➜  parties to make or receive copies.  Mere interaction with a user through
2025-08-20T20:23:59.3386034Z [00:00:06.374]➜  a computer network, with no transfer of a copy, is not conveying.
2025-08-20T20:23:59.3386387Z [00:00:06.374]➜  
2025-08-20T20:23:59.3386734Z [00:00:06.374]➜    An interactive user interface displays "Appropriate Legal Notices"
2025-08-20T20:23:59.3387238Z [00:00:06.374]➜  to the extent that it includes a convenient and prominently visible
2025-08-20T20:23:59.3387739Z [00:00:06.374]➜  feature that (1) displays an appropriate copyright notice, and (2)
2025-08-20T20:23:59.3388237Z [00:00:06.374]➜  tells the user that there is no warranty for the work (except to the
2025-08-20T20:23:59.3388738Z [00:00:06.374]➜  extent that warranties are provided), that licensees may convey the
2025-08-20T20:23:59.3389237Z [00:00:06.374]➜  work under this License, and how to view a copy of this License.  If
2025-08-20T20:23:59.3389867Z [00:00:06.374]➜  the interface presents a list of user commands or options, such as a
2025-08-20T20:23:59.3390345Z [00:00:06.374]➜  menu, a prominent item in the list meets this criterion.
2025-08-20T20:23:59.3390669Z [00:00:06.374]➜  
2025-08-20T20:23:59.3390891Z [00:00:06.374]➜    1. Source Code.
2025-08-20T20:23:59.3391129Z [00:00:06.374]➜  
2025-08-20T20:23:59.3391456Z [00:00:06.374]➜    The "source code" for a work means the preferred form of the work
2025-08-20T20:23:59.3391951Z [00:00:06.374]➜  for making modifications to it.  "Object code" means any non-source
2025-08-20T20:23:59.3392330Z [00:00:06.374]➜  form of a work.
2025-08-20T20:23:59.3392561Z [00:00:06.374]➜  
2025-08-20T20:23:59.3392907Z [00:00:06.374]➜    A "Standard Interface" means an interface that either is an official
2025-08-20T20:23:59.3393419Z [00:00:06.374]➜  standard defined by a recognized standards body, or, in the case of
2025-08-20T20:23:59.3394304Z [00:00:06.374]➜  interfaces specified for a particular programming language, one that
2025-08-20T20:23:59.3394812Z [00:00:06.374]➜  is widely used among developers working in that language.
2025-08-20T20:23:59.3395143Z [00:00:06.374]➜  
2025-08-20T20:23:59.3395489Z [00:00:06.374]➜    The "System Libraries" of an executable work include anything, other
2025-08-20T20:23:59.3395984Z [00:00:06.374]➜  than the work as a whole, that (a) is included in the normal form of
2025-08-20T20:23:59.3396469Z [00:00:06.374]➜  packaging a Major Component, but which is not part of that Major
2025-08-20T20:23:59.3396962Z [00:00:06.374]➜  Component, and (b) serves only to enable use of the work with that
2025-08-20T20:23:59.3397448Z [00:00:06.374]➜  Major Component, or to implement a Standard Interface for which an
2025-08-20T20:23:59.3398269Z [00:00:06.374]➜  implementation is available to the public in source code form.  A
2025-08-20T20:23:59.3399220Z [00:00:06.374]➜  "Major Component", in this context, means a major essential component
2025-08-20T20:23:59.3400185Z [00:00:06.374]➜  (kernel, window system, and so on) of the specific operating system
2025-08-20T20:23:59.3401285Z [00:00:06.374]➜  (if any) on which the executable work runs, or a compiler used to
2025-08-20T20:23:59.3402161Z [00:00:06.374]➜  produce the work, or an object code interpreter used to run it.
2025-08-20T20:23:59.3402790Z [00:00:06.374]➜  
2025-08-20T20:23:59.3403428Z [00:00:06.374]➜    The "Corresponding Source" for a work in object code form means all
2025-08-20T20:23:59.3414714Z [00:00:06.374]➜  the source code needed to generate, install, and (for an executable
2025-08-20T20:23:59.3415722Z [00:00:06.374]➜  work) run the object code and to modify the work, including scripts to
2025-08-20T20:23:59.3416704Z [00:00:06.374]➜  control those activities.  However, it does not include the work's
2025-08-20T20:23:59.3417709Z [00:00:06.374]➜  System Libraries, or general-purpose tools or generally available free
2025-08-20T20:23:59.3418333Z [00:00:06.374]➜  programs which are used unmodified in performing those activities but
2025-08-20T20:23:59.3418924Z [00:00:06.374]➜  which are not part of the work.  For example, Corresponding Source
2025-08-20T20:23:59.3419465Z [00:00:06.374]➜  includes interface definition files associated with source files for
2025-08-20T20:23:59.3419985Z [00:00:06.374]➜  the work, and the source code for shared libraries and dynamically
2025-08-20T20:23:59.3420856Z [00:00:06.374]➜  linked subprograms that the work is specifically designed to require,
2025-08-20T20:23:59.3421784Z [00:00:06.374]➜  such as by intimate data communication or control flow between those
2025-08-20T20:23:59.3422360Z [00:00:06.374]➜  subprograms and other parts of the work.
2025-08-20T20:23:59.3422685Z [00:00:06.374]➜  
2025-08-20T20:23:59.3423041Z [00:00:06.374]➜    The Corresponding Source need not include anything that users
2025-08-20T20:23:59.3423555Z [00:00:06.374]➜  can regenerate automatically from other parts of the Corresponding
2025-08-20T20:23:59.3424269Z [00:00:06.374]➜  Source.
2025-08-20T20:23:59.3424494Z [00:00:06.374]➜  
2025-08-20T20:23:59.3425033Z [00:00:06.374]➜    The Corresponding Source for a work in source code form is that
2025-08-20T20:23:59.3425418Z [00:00:06.374]➜  same work.
2025-08-20T20:23:59.3425644Z [00:00:06.374]➜  
2025-08-20T20:23:59.3425876Z [00:00:06.374]➜    2. Basic Permissions.
2025-08-20T20:23:59.3426140Z [00:00:06.374]➜  
2025-08-20T20:23:59.3426482Z [00:00:06.374]➜    All rights granted under this License are granted for the term of
2025-08-20T20:23:59.3427215Z [00:00:06.374]➜  copyright on the Program, and are irrevocable provided the stated
2025-08-20T20:23:59.3427755Z [00:00:06.374]➜  conditions are met.  This License explicitly affirms your unlimited
2025-08-20T20:23:59.3428272Z [00:00:06.374]➜  permission to run the unmodified Program.  The output from running a
2025-08-20T20:23:59.3428787Z [00:00:06.374]➜  covered work is covered by this License only if the output, given its
2025-08-20T20:23:59.3429301Z [00:00:06.374]➜  content, constitutes a covered work.  This License acknowledges your
2025-08-20T20:23:59.3429832Z [00:00:06.374]➜  rights of fair use or other equivalent, as provided by copyright law.
2025-08-20T20:23:59.3430190Z [00:00:06.374]➜  
2025-08-20T20:23:59.3430519Z [00:00:06.374]➜    You may make, run and propagate covered works that you do not
2025-08-20T20:23:59.3431011Z [00:00:06.374]➜  convey, without conditions so long as your license otherwise remains
2025-08-20T20:23:59.3431519Z [00:00:06.374]➜  in force.  You may convey covered works to others for the sole purpose
2025-08-20T20:23:59.3432031Z [00:00:06.374]➜  of having them make modifications exclusively for you, or provide you
2025-08-20T20:23:59.3432557Z [00:00:06.374]➜  with facilities for running those works, provided that you comply with
2025-08-20T20:23:59.3433070Z [00:00:06.374]➜  the terms of this License in conveying all material for which you do
2025-08-20T20:23:59.3433740Z [00:00:06.374]➜  not control copyright.  Those thus making or running the covered works
2025-08-20T20:23:59.3434289Z [00:00:06.374]➜  for you must do so exclusively on your behalf, under your direction
2025-08-20T20:23:59.3434946Z [00:00:06.374]➜  and control, on terms that prohibit them from making any copies of
2025-08-20T20:23:59.3435445Z [00:00:06.374]➜  your copyrighted material outside their relationship with you.
2025-08-20T20:23:59.3435799Z [00:00:06.374]➜  
2025-08-20T20:23:59.3436144Z [00:00:06.374]➜    Conveying under any other circumstances is permitted solely under
2025-08-20T20:23:59.3436658Z [00:00:06.374]➜  the conditions stated below.  Sublicensing is not allowed; section 10
2025-08-20T20:23:59.3437055Z [00:00:06.374]➜  makes it unnecessary.
2025-08-20T20:23:59.3437310Z [00:00:06.374]➜  
2025-08-20T20:23:59.3437649Z [00:00:06.374]➜    3. Protecting Users' Legal Rights From Anti-Circumvention Law.
2025-08-20T20:23:59.3438001Z [00:00:06.374]➜  
2025-08-20T20:23:59.3438339Z [00:00:06.374]➜    No covered work shall be deemed part of an effective technological
2025-08-20T20:23:59.3438848Z [00:00:06.374]➜  measure under any applicable law fulfilling obligations under article
2025-08-20T20:23:59.3439361Z [00:00:06.374]➜  11 of the WIPO copyright treaty adopted on 20 December 1996, or
2025-08-20T20:23:59.3439836Z [00:00:06.374]➜  similar laws prohibiting or restricting circumvention of such
2025-08-20T20:23:59.3440199Z [00:00:06.374]➜  measures.
2025-08-20T20:23:59.3440417Z [00:00:06.374]➜  
2025-08-20T20:23:59.3440763Z [00:00:06.374]➜    When you convey a covered work, you waive any legal power to forbid
2025-08-20T20:23:59.3441288Z [00:00:06.374]➜  circumvention of technological measures to the extent such circumvention
2025-08-20T20:23:59.3441820Z [00:00:06.374]➜  is effected by exercising rights under this License with respect to
2025-08-20T20:23:59.3442329Z [00:00:06.374]➜  the covered work, and you disclaim any intention to limit operation or
2025-08-20T20:23:59.3442835Z [00:00:06.374]➜  modification of the work as a means of enforcing, against the work's
2025-08-20T20:23:59.3443336Z [00:00:06.374]➜  users, your or third parties' legal rights to forbid circumvention of
2025-08-20T20:23:59.3444110Z [00:00:06.374]➜  technological measures.
2025-08-20T20:23:59.3444392Z [00:00:06.374]➜  
2025-08-20T20:23:59.3444639Z [00:00:06.374]➜    4. Conveying Verbatim Copies.
2025-08-20T20:23:59.3444911Z [00:00:06.374]➜  
2025-08-20T20:23:59.3445250Z [00:00:06.374]➜    You may convey verbatim copies of the Program's source code as you
2025-08-20T20:23:59.3445735Z [00:00:06.374]➜  receive it, in any medium, provided that you conspicuously and
2025-08-20T20:23:59.3446237Z [00:00:06.374]➜  appropriately publish on each copy an appropriate copyright notice;
2025-08-20T20:23:59.3446722Z [00:00:06.374]➜  keep intact all notices stating that this License and any
2025-08-20T20:23:59.3447220Z [00:00:06.374]➜  non-permissive terms added in accord with section 7 apply to the code;
2025-08-20T20:23:59.3447738Z [00:00:06.374]➜  keep intact all notices of the absence of any warranty; and give all
2025-08-20T20:23:59.3448209Z [00:00:06.374]➜  recipients a copy of this License along with the Program.
2025-08-20T20:23:59.3448558Z [00:00:06.374]➜  
2025-08-20T20:23:59.3448897Z [00:00:06.375]➜    You may charge any price or no price for each copy that you convey,
2025-08-20T20:23:59.3449370Z [00:00:06.375]➜  and you may offer support or warranty protection for a fee.
2025-08-20T20:23:59.3449698Z [00:00:06.375]➜  
2025-08-20T20:23:59.3449962Z [00:00:06.375]➜    5. Conveying Modified Source Versions.
2025-08-20T20:23:59.3450242Z [00:00:06.375]➜  
2025-08-20T20:23:59.3450574Z [00:00:06.375]➜    You may convey a work based on the Program, or the modifications to
2025-08-20T20:23:59.3451062Z [00:00:06.375]➜  produce it from the Program, in the form of source code under the
2025-08-20T20:23:59.3451566Z [00:00:06.375]➜  terms of section 4, provided that you also meet all of these conditions:
2025-08-20T20:23:59.3451933Z [00:00:06.375]➜  
2025-08-20T20:23:59.3452265Z [00:00:06.375]➜      a) The work must carry prominent notices stating that you modified
2025-08-20T20:23:59.3452675Z [00:00:06.375]➜      it, and giving a relevant date.
2025-08-20T20:23:59.3453076Z [00:00:06.375]➜  
2025-08-20T20:23:59.3453389Z [00:00:06.375]➜      b) The work must carry prominent notices stating that it is
2025-08-20T20:23:59.3454067Z [00:00:06.375]➜      released under this License and any conditions added under section
2025-08-20T20:23:59.3454588Z [00:00:06.375]➜      7.  This requirement modifies the requirement in section 4 to
2025-08-20T20:23:59.3454982Z [00:00:06.375]➜      "keep intact all notices".
2025-08-20T20:23:59.3455254Z [00:00:06.375]➜  
2025-08-20T20:23:59.3455565Z [00:00:06.375]➜      c) You must license the entire work, as a whole, under this
2025-08-20T20:23:59.3456018Z [00:00:06.375]➜      License to anyone who comes into possession of a copy.  This
2025-08-20T20:23:59.3456509Z [00:00:06.375]➜      License will therefore apply, along with any applicable section 7
2025-08-20T20:23:59.3457007Z [00:00:06.375]➜      additional terms, to the whole of the work, and all its parts,
2025-08-20T20:23:59.3457499Z [00:00:06.375]➜      regardless of how they are packaged.  This License gives no
2025-08-20T20:23:59.3457982Z [00:00:06.375]➜      permission to license the work in any other way, but it does not
2025-08-20T20:23:59.3458471Z [00:00:06.375]➜      invalidate such permission if you have separately received it.
2025-08-20T20:23:59.3458823Z [00:00:06.375]➜  
2025-08-20T20:23:59.3459152Z [00:00:06.375]➜      d) If the work has interactive user interfaces, each must display
2025-08-20T20:23:59.3459656Z [00:00:06.375]➜      Appropriate Legal Notices; however, if the Program has interactive
2025-08-20T20:23:59.3460155Z [00:00:06.375]➜      interfaces that do not display Appropriate Legal Notices, your
2025-08-20T20:23:59.3460556Z [00:00:06.375]➜      work need not make them do so.
2025-08-20T20:23:59.3460824Z [00:00:06.375]➜  
2025-08-20T20:23:59.3461168Z [00:00:06.375]➜    A compilation of a covered work with other separate and independent
2025-08-20T20:23:59.3461835Z [00:00:06.375]➜  works, which are not by their nature extensions of the covered work,
2025-08-20T20:23:59.3462348Z [00:00:06.375]➜  and which are not combined with it such as to form a larger program,
2025-08-20T20:23:59.3462831Z [00:00:06.375]➜  in or on a volume of a storage or distribution medium, is called an
2025-08-20T20:23:59.3463316Z [00:00:06.375]➜  "aggregate" if the compilation and its resulting copyright are not
2025-08-20T20:23:59.3464108Z [00:00:06.375]➜  used to limit the access or legal rights of the compilation's users
2025-08-20T20:23:59.3464625Z [00:00:06.375]➜  beyond what the individual works permit.  Inclusion of a covered work
2025-08-20T20:23:59.3465124Z [00:00:06.375]➜  in an aggregate does not cause this License to apply to the other
2025-08-20T20:23:59.3465504Z [00:00:06.375]➜  parts of the aggregate.
2025-08-20T20:23:59.3465761Z [00:00:06.375]➜  
2025-08-20T20:23:59.3465998Z [00:00:06.375]➜    6. Conveying Non-Source Forms.
2025-08-20T20:23:59.3466274Z [00:00:06.375]➜  
2025-08-20T20:23:59.3466612Z [00:00:06.375]➜    You may convey a covered work in object code form under the terms
2025-08-20T20:23:59.3467076Z [00:00:06.375]➜  of sections 4 and 5, provided that you also convey the
2025-08-20T20:23:59.3467572Z [00:00:06.375]➜  machine-readable Corresponding Source under the terms of this License,
2025-08-20T20:23:59.3467984Z [00:00:06.375]➜  in one of these ways:
2025-08-20T20:23:59.3468237Z [00:00:06.375]➜  
2025-08-20T20:23:59.3468570Z [00:00:06.375]➜      a) Convey the object code in, or embodied in, a physical product
2025-08-20T20:23:59.3469051Z [00:00:06.375]➜      (including a physical distribution medium), accompanied by the
2025-08-20T20:23:59.3469519Z [00:00:06.375]➜      Corresponding Source fixed on a durable physical medium
2025-08-20T20:23:59.3469941Z [00:00:06.375]➜      customarily used for software interchange.
2025-08-20T20:23:59.3470239Z [00:00:06.375]➜  
2025-08-20T20:23:59.3470576Z [00:00:06.375]➜      b) Convey the object code in, or embodied in, a physical product
2025-08-20T20:23:59.3471068Z [00:00:06.375]➜      (including a physical distribution medium), accompanied by a
2025-08-20T20:23:59.3471704Z [00:00:06.375]➜      written offer, valid for at least three years and valid for as
2025-08-20T20:23:59.3472200Z [00:00:06.375]➜      long as you offer spare parts or customer support for that product
2025-08-20T20:23:59.3472690Z [00:00:06.375]➜      model, to give anyone who possesses the object code either (1) a
2025-08-20T20:23:59.3473161Z [00:00:06.375]➜      copy of the Corresponding Source for all the software in the
2025-08-20T20:23:59.3473855Z [00:00:06.375]➜      product that is covered by this License, on a durable physical
2025-08-20T20:23:59.3474366Z [00:00:06.375]➜      medium customarily used for software interchange, for a price no
2025-08-20T20:23:59.3474850Z [00:00:06.375]➜      more than your reasonable cost of physically performing this
2025-08-20T20:23:59.3475281Z [00:00:06.375]➜      conveying of source, or (2) access to copy the
2025-08-20T20:23:59.3475724Z [00:00:06.375]➜      Corresponding Source from a network server at no charge.
2025-08-20T20:23:59.3476068Z [00:00:06.375]➜  
2025-08-20T20:23:59.3476413Z [00:00:06.375]➜      c) Convey individual copies of the object code with a copy of the
2025-08-20T20:23:59.3476884Z [00:00:06.375]➜      written offer to provide the Corresponding Source.  This
2025-08-20T20:23:59.3477370Z [00:00:06.375]➜      alternative is allowed only occasionally and noncommercially, and
2025-08-20T20:23:59.3477869Z [00:00:06.375]➜      only if you received the object code with such an offer, in accord
2025-08-20T20:23:59.3478251Z [00:00:06.375]➜      with subsection 6b.
2025-08-20T20:23:59.3478507Z [00:00:06.375]➜  
2025-08-20T20:23:59.3478833Z [00:00:06.375]➜      d) Convey the object code by offering access from a designated
2025-08-20T20:23:59.3479315Z [00:00:06.375]➜      place (gratis or for a charge), and offer equivalent access to the
2025-08-20T20:23:59.3479814Z [00:00:06.375]➜      Corresponding Source in the same way through the same place at no
2025-08-20T20:23:59.3480449Z [00:00:06.375]➜      further charge.  You need not require recipients to copy the
2025-08-20T20:23:59.3480947Z [00:00:06.375]➜      Corresponding Source along with the object code.  If the place to
2025-08-20T20:23:59.3481445Z [00:00:06.375]➜      copy the object code is a network server, the Corresponding Source
2025-08-20T20:23:59.3481939Z [00:00:06.375]➜      may be on a different server (operated by you or a third party)
2025-08-20T20:23:59.3482435Z [00:00:06.375]➜      that supports equivalent copying facilities, provided you maintain
2025-08-20T20:23:59.3482943Z [00:00:06.375]➜      clear directions next to the object code saying where to find the
2025-08-20T20:23:59.3483423Z [00:00:06.375]➜      Corresponding Source.  Regardless of what server hosts the
2025-08-20T20:23:59.3484123Z [00:00:06.375]➜      Corresponding Source, you remain obligated to ensure that it is
2025-08-20T20:23:59.3484618Z [00:00:06.375]➜      available for as long as needed to satisfy these requirements.
2025-08-20T20:23:59.3484979Z [00:00:06.375]➜  
2025-08-20T20:23:59.3485330Z [00:00:06.375]➜      e) Convey the object code using peer-to-peer transmission, provided
2025-08-20T20:23:59.3485825Z [00:00:06.375]➜      you inform other peers where the object code and Corresponding
2025-08-20T20:23:59.3486302Z [00:00:06.375]➜      Source of the work are being offered to the general public at no
2025-08-20T20:23:59.3486699Z [00:00:06.375]➜      charge under subsection 6d.
2025-08-20T20:23:59.3486970Z [00:00:06.375]➜  
2025-08-20T20:23:59.3487323Z [00:00:06.375]➜    A separable portion of the object code, whose source code is excluded
2025-08-20T20:23:59.3487819Z [00:00:06.375]➜  from the Corresponding Source as a System Library, need not be
2025-08-20T20:23:59.3488245Z [00:00:06.375]➜  included in conveying the object code work.
2025-08-20T20:23:59.3488541Z [00:00:06.375]➜  
2025-08-20T20:23:59.3488882Z [00:00:06.375]➜    A "User Product" is either (1) a "consumer product", which means any
2025-08-20T20:23:59.3489548Z [00:00:06.375]➜  tangible personal property which is normally used for personal, family,
2025-08-20T20:23:59.3490090Z [00:00:06.375]➜  or household purposes, or (2) anything designed or sold for incorporation
2025-08-20T20:23:59.3490629Z [00:00:06.375]➜  into a dwelling.  In determining whether a product is a consumer product,
2025-08-20T20:23:59.3491164Z [00:00:06.375]➜  doubtful cases shall be resolved in favor of coverage.  For a particular
2025-08-20T20:23:59.3491688Z [00:00:06.375]➜  product received by a particular user, "normally used" refers to a
2025-08-20T20:23:59.3492203Z [00:00:06.375]➜  typical or common use of that class of product, regardless of the status
2025-08-20T20:23:59.3492708Z [00:00:06.375]➜  of the particular user or of the way in which the particular user
2025-08-20T20:23:59.3493217Z [00:00:06.375]➜  actually uses, or expects or is expected to use, the product.  A product
2025-08-20T20:23:59.3493935Z [00:00:06.375]➜  is a consumer product regardless of whether the product has substantial
2025-08-20T20:23:59.3494497Z [00:00:06.375]➜  commercial, industrial or non-consumer uses, unless such uses represent
2025-08-20T20:23:59.3494965Z [00:00:06.375]➜  the only significant mode of use of the product.
2025-08-20T20:23:59.3495271Z [00:00:06.375]➜  
2025-08-20T20:23:59.3495615Z [00:00:06.375]➜    "Installation Information" for a User Product means any methods,
2025-08-20T20:23:59.3496139Z [00:00:06.375]➜  procedures, authorization keys, or other information required to install
2025-08-20T20:23:59.3496692Z [00:00:06.375]➜  and execute modified versions of a covered work in that User Product from
2025-08-20T20:23:59.3497221Z [00:00:06.375]➜  a modified version of its Corresponding Source.  The information must
2025-08-20T20:23:59.3497739Z [00:00:06.375]➜  suffice to ensure that the continued functioning of the modified object
2025-08-20T20:23:59.3498224Z [00:00:06.375]➜  code is in no case prevented or interfered with solely because
2025-08-20T20:23:59.3498601Z [00:00:06.375]➜  modification has been made.
2025-08-20T20:23:59.3499005Z [00:00:06.375]➜  
2025-08-20T20:23:59.3499352Z [00:00:06.375]➜    If you convey an object code work under this section in, or with, or
2025-08-20T20:23:59.3499859Z [00:00:06.375]➜  specifically for use in, a User Product, and the conveying occurs as
2025-08-20T20:23:59.3500369Z [00:00:06.375]➜  part of a transaction in which the right of possession and use of the
2025-08-20T20:23:59.3500877Z [00:00:06.375]➜  User Product is transferred to the recipient in perpetuity or for a
2025-08-20T20:23:59.3501383Z [00:00:06.375]➜  fixed term (regardless of how the transaction is characterized), the
2025-08-20T20:23:59.3501899Z [00:00:06.375]➜  Corresponding Source conveyed under this section must be accompanied
2025-08-20T20:23:59.3502427Z [00:00:06.375]➜  by the Installation Information.  But this requirement does not apply
2025-08-20T20:23:59.3502931Z [00:00:06.375]➜  if neither you nor any third party retains the ability to install
2025-08-20T20:23:59.3503432Z [00:00:06.375]➜  modified object code on the User Product (for example, the work has
2025-08-20T20:23:59.3504115Z [00:00:06.375]➜  been installed in ROM).
2025-08-20T20:23:59.3504381Z [00:00:06.375]➜  
2025-08-20T20:23:59.3504746Z [00:00:06.375]➜    The requirement to provide Installation Information does not include a
2025-08-20T20:23:59.3505291Z [00:00:06.375]➜  requirement to continue to provide support service, warranty, or updates
2025-08-20T20:23:59.3505818Z [00:00:06.375]➜  for a work that has been modified or installed by the recipient, or for
2025-08-20T20:23:59.3506334Z [00:00:06.375]➜  the User Product in which it has been modified or installed.  Access to a
2025-08-20T20:23:59.3506839Z [00:00:06.375]➜  network may be denied when the modification itself materially and
2025-08-20T20:23:59.3507360Z [00:00:06.375]➜  adversely affects the operation of the network or violates the rules and
2025-08-20T20:23:59.3507825Z [00:00:06.375]➜  protocols for communication across the network.
2025-08-20T20:23:59.3508135Z [00:00:06.375]➜  
2025-08-20T20:23:59.3508658Z [00:00:06.375]➜    Corresponding Source conveyed, and Installation Information provided,
2025-08-20T20:23:59.3509171Z [00:00:06.375]➜  in accord with this section must be in a format that is publicly
2025-08-20T20:23:59.3509657Z [00:00:06.375]➜  documented (and with an implementation available to the public in
2025-08-20T20:23:59.3510160Z [00:00:06.375]➜  source code form), and must require no special password or key for
2025-08-20T20:23:59.3510563Z [00:00:06.375]➜  unpacking, reading or copying.
2025-08-20T20:23:59.3510847Z [00:00:06.375]➜  
2025-08-20T20:23:59.3511072Z [00:00:06.375]➜    7. Additional Terms.
2025-08-20T20:23:59.3511318Z [00:00:06.375]➜  
2025-08-20T20:23:59.3511674Z [00:00:06.375]➜    "Additional permissions" are terms that supplement the terms of this
2025-08-20T20:23:59.3512181Z [00:00:06.375]➜  License by making exceptions from one or more of its conditions.
2025-08-20T20:23:59.3512696Z [00:00:06.375]➜  Additional permissions that are applicable to the entire Program shall
2025-08-20T20:23:59.3513238Z [00:00:06.375]➜  be treated as though they were included in this License, to the extent
2025-08-20T20:23:59.3513872Z [00:00:06.375]➜  that they are valid under applicable law.  If additional permissions
2025-08-20T20:23:59.3514377Z [00:00:06.375]➜  apply only to part of the Program, that part may be used separately
2025-08-20T20:23:59.3514879Z [00:00:06.375]➜  under those permissions, but the entire Program remains governed by
2025-08-20T20:23:59.3515363Z [00:00:06.375]➜  this License without regard to the additional permissions.
2025-08-20T20:23:59.3515699Z [00:00:06.375]➜  
2025-08-20T20:23:59.3516029Z [00:00:06.375]➜    When you convey a copy of a covered work, you may at your option
2025-08-20T20:23:59.3516536Z [00:00:06.375]➜  remove any additional permissions from that copy, or from any part of
2025-08-20T20:23:59.3517038Z [00:00:06.375]➜  it.  (Additional permissions may be written to require their own
2025-08-20T20:23:59.3517652Z [00:00:06.375]➜  removal in certain cases when you modify the work.)  You may place
2025-08-20T20:23:59.3518167Z [00:00:06.375]➜  additional permissions on material, added by you to a covered work,
2025-08-20T20:23:59.3518665Z [00:00:06.375]➜  for which you have or can give appropriate copyright permission.
2025-08-20T20:23:59.3519006Z [00:00:06.375]➜  
2025-08-20T20:23:59.3519368Z [00:00:06.375]➜    Notwithstanding any other provision of this License, for material you
2025-08-20T20:23:59.3519898Z [00:00:06.375]➜  add to a covered work, you may (if authorized by the copyright holders of
2025-08-20T20:23:59.3520397Z [00:00:06.375]➜  that material) supplement the terms of this License with terms:
2025-08-20T20:23:59.3520746Z [00:00:06.376]➜  
2025-08-20T20:23:59.3521085Z [00:00:06.376]➜      a) Disclaiming warranty or limiting liability differently from the
2025-08-20T20:23:59.3521537Z [00:00:06.376]➜      terms of sections 15 and 16 of this License; or
2025-08-20T20:23:59.3521848Z [00:00:06.376]➜  
2025-08-20T20:23:59.3522220Z [00:00:06.376]➜      b) Requiring preservation of specified reasonable legal notices or
2025-08-20T20:23:59.3522743Z [00:00:06.376]➜      author attributions in that material or in the Appropriate Legal
2025-08-20T20:23:59.3523197Z [00:00:06.376]➜      Notices displayed by works containing it; or
2025-08-20T20:23:59.3523502Z [00:00:06.376]➜  
2025-08-20T20:23:59.3523992Z [00:00:06.376]➜      c) Prohibiting misrepresentation of the origin of that material, or
2025-08-20T20:23:59.3524504Z [00:00:06.376]➜      requiring that modified versions of such material be marked in
2025-08-20T20:23:59.3524987Z [00:00:06.376]➜      reasonable ways as different from the original version; or
2025-08-20T20:23:59.3525327Z [00:00:06.376]➜  
2025-08-20T20:23:59.3525669Z [00:00:06.376]➜      d) Limiting the use for publicity purposes of names of licensors or
2025-08-20T20:23:59.3526070Z [00:00:06.376]➜      authors of the material; or
2025-08-20T20:23:59.3526340Z [00:00:06.376]➜  
2025-08-20T20:23:59.3526859Z [00:00:06.376]➜      e) Declining to grant rights under trademark law for use of some
2025-08-20T20:23:59.3527462Z [00:00:06.376]➜      trade names, trademarks, or service marks; or
2025-08-20T20:23:59.3527769Z [00:00:06.376]➜  
2025-08-20T20:23:59.3528096Z [00:00:06.376]➜      f) Requiring indemnification of licensors and authors of that
2025-08-20T20:23:59.3528597Z [00:00:06.376]➜      material by anyone who conveys the material (or modified versions of
2025-08-20T20:23:59.3529113Z [00:00:06.376]➜      it) with contractual assumptions of liability to the recipient, for
2025-08-20T20:23:59.3529625Z [00:00:06.376]➜      any liability that these contractual assumptions directly impose on
2025-08-20T20:23:59.3530032Z [00:00:06.376]➜      those licensors and authors.
2025-08-20T20:23:59.3530303Z [00:00:06.376]➜  
2025-08-20T20:23:59.3530641Z [00:00:06.376]➜    All other non-permissive additional terms are considered "further
2025-08-20T20:23:59.3531161Z [00:00:06.376]➜  restrictions" within the meaning of section 10.  If the Program as you
2025-08-20T20:23:59.3531683Z [00:00:06.376]➜  received it, or any part of it, contains a notice stating that it is
2025-08-20T20:23:59.3532158Z [00:00:06.376]➜  governed by this License along with a term that is a further
2025-08-20T20:23:59.3532652Z [00:00:06.376]➜  restriction, you may remove that term.  If a license document contains
2025-08-20T20:23:59.3533171Z [00:00:06.376]➜  a further restriction but permits relicensing or conveying under this
2025-08-20T20:23:59.3533817Z [00:00:06.376]➜  License, you may add to a covered work material governed by the terms
2025-08-20T20:23:59.3534322Z [00:00:06.376]➜  of that license document, provided that the further restriction does
2025-08-20T20:23:59.3534756Z [00:00:06.376]➜  not survive such relicensing or conveying.
2025-08-20T20:23:59.3535051Z [00:00:06.376]➜  
2025-08-20T20:23:59.3535384Z [00:00:06.376]➜    If you add terms to a covered work in accord with this section, you
2025-08-20T20:23:59.3535845Z [00:00:06.376]➜  must place, in the relevant source files, a statement of the
2025-08-20T20:23:59.3536463Z [00:00:06.376]➜  additional terms that apply to those files, or a notice indicating
2025-08-20T20:23:59.3537202Z [00:00:06.376]➜  where to find the applicable terms.
2025-08-20T20:23:59.3537701Z [00:00:06.376]➜  
2025-08-20T20:23:59.3538286Z [00:00:06.376]➜    Additional terms, permissive or non-permissive, may be stated in the
2025-08-20T20:23:59.3538805Z [00:00:06.376]➜  form of a separately written license, or stated as exceptions;
2025-08-20T20:23:59.3539224Z [00:00:06.376]➜  the above requirements apply either way.
2025-08-20T20:23:59.3539513Z [00:00:06.376]➜  
2025-08-20T20:23:59.3539732Z [00:00:06.376]➜    8. Termination.
2025-08-20T20:23:59.3539976Z [00:00:06.376]➜  
2025-08-20T20:23:59.3540315Z [00:00:06.376]➜    You may not propagate or modify a covered work except as expressly
2025-08-20T20:23:59.3540821Z [00:00:06.376]➜  provided under this License.  Any attempt otherwise to propagate or
2025-08-20T20:23:59.3541457Z [00:00:06.376]➜  modify it is void, and will automatically terminate your rights under
2025-08-20T20:23:59.3542390Z [00:00:06.376]➜  this License (including any patent licenses granted under the third
2025-08-20T20:23:59.3543112Z [00:00:06.376]➜  paragraph of section 11).
2025-08-20T20:23:59.3543877Z [00:00:06.376]➜  
2025-08-20T20:23:59.3544535Z [00:00:06.376]➜    However, if you cease all violation of this License, then your
2025-08-20T20:23:59.3545514Z [00:00:06.376]➜  license from a particular copyright holder is reinstated (a)
2025-08-20T20:23:59.3546466Z [00:00:06.376]➜  provisionally, unless and until the copyright holder explicitly and
2025-08-20T20:23:59.3547459Z [00:00:06.376]➜  finally terminates your license, and (b) permanently, if the copyright
2025-08-20T20:23:59.3548433Z [00:00:06.376]➜  holder fails to notify you of the violation by some reasonable means
2025-08-20T20:23:59.3549234Z [00:00:06.376]➜  prior to 60 days after the cessation.
2025-08-20T20:23:59.3549756Z [00:00:06.376]➜  
2025-08-20T20:23:59.3550396Z [00:00:06.376]➜    Moreover, your license from a particular copyright holder is
2025-08-20T20:23:59.3551632Z [00:00:06.376]➜  reinstated permanently if the copyright holder notifies you of the
2025-08-20T20:23:59.3552606Z [00:00:06.376]➜  violation by some reasonable means, this is the first time you have
2025-08-20T20:23:59.3553351Z [00:00:06.376]➜  received notice of violation of this License (for any work) from that
2025-08-20T20:23:59.3554135Z [00:00:06.376]➜  copyright holder, and you cure the violation prior to 30 days after
2025-08-20T20:23:59.3554549Z [00:00:06.376]➜  your receipt of the notice.
2025-08-20T20:23:59.3554816Z [00:00:06.376]➜  
2025-08-20T20:23:59.3555176Z [00:00:06.376]➜    Termination of your rights under this section does not terminate the
2025-08-20T20:23:59.3555700Z [00:00:06.376]➜  licenses of parties who have received copies or rights from you under
2025-08-20T20:23:59.3556220Z [00:00:06.376]➜  this License.  If your rights have been terminated and not permanently
2025-08-20T20:23:59.3556756Z [00:00:06.376]➜  reinstated, you do not qualify to receive new licenses for the same
2025-08-20T20:23:59.3557153Z [00:00:06.376]➜  material under section 10.
2025-08-20T20:23:59.3557420Z [00:00:06.376]➜  
2025-08-20T20:23:59.3557708Z [00:00:06.376]➜    9. Acceptance Not Required for Having Copies.
2025-08-20T20:23:59.3558012Z [00:00:06.376]➜  
2025-08-20T20:23:59.3558527Z [00:00:06.376]➜    You are not required to accept this License in order to receive or
2025-08-20T20:23:59.3559446Z [00:00:06.376]➜  run a copy of the Program.  Ancillary propagation of a covered work
2025-08-20T20:23:59.3560194Z [00:00:06.376]➜  occurring solely as a consequence of using peer-to-peer transmission
2025-08-20T20:23:59.3560715Z [00:00:06.376]➜  to receive a copy likewise does not require acceptance.  However,
2025-08-20T20:23:59.3561228Z [00:00:06.376]➜  nothing other than this License grants you permission to propagate or
2025-08-20T20:23:59.3561743Z [00:00:06.376]➜  modify any covered work.  These actions infringe copyright if you do
2025-08-20T20:23:59.3562428Z [00:00:06.376]➜  not accept this License.  Therefore, by modifying or propagating a
2025-08-20T20:23:59.3562948Z [00:00:06.376]➜  covered work, you indicate your acceptance of this License to do so.
2025-08-20T20:23:59.3563305Z [00:00:06.376]➜  
2025-08-20T20:23:59.3563817Z [00:00:06.376]➜    10. Automatic Licensing of Downstream Recipients.
2025-08-20T20:23:59.3564151Z [00:00:06.376]➜  
2025-08-20T20:23:59.3564492Z [00:00:06.376]➜    Each time you convey a covered work, the recipient automatically
2025-08-20T20:23:59.3564985Z [00:00:06.376]➜  receives a license from the original licensors, to run, modify and
2025-08-20T20:23:59.3565506Z [00:00:06.376]➜  propagate that work, subject to this License.  You are not responsible
2025-08-20T20:23:59.3566011Z [00:00:06.376]➜  for enforcing compliance by third parties with this License.
2025-08-20T20:23:59.3566357Z [00:00:06.376]➜  
2025-08-20T20:23:59.3566700Z [00:00:06.376]➜    An "entity transaction" is a transaction transferring control of an
2025-08-20T20:23:59.3567229Z [00:00:06.376]➜  organization, or substantially all assets of one, or subdividing an
2025-08-20T20:23:59.3567746Z [00:00:06.376]➜  organization, or merging organizations.  If propagation of a covered
2025-08-20T20:23:59.3568230Z [00:00:06.376]➜  work results from an entity transaction, each party to that
2025-08-20T20:23:59.3568720Z [00:00:06.376]➜  transaction who receives a copy of the work also receives whatever
2025-08-20T20:23:59.3569231Z [00:00:06.376]➜  licenses to the work the party's predecessor in interest had or could
2025-08-20T20:23:59.3569732Z [00:00:06.376]➜  give under the previous paragraph, plus a right to possession of the
2025-08-20T20:23:59.3570250Z [00:00:06.376]➜  Corresponding Source of the work from the predecessor in interest, if
2025-08-20T20:23:59.3570750Z [00:00:06.376]➜  the predecessor has it or can get it with reasonable efforts.
2025-08-20T20:23:59.3571096Z [00:00:06.376]➜  
2025-08-20T20:23:59.3571440Z [00:00:06.376]➜    You may not impose any further restrictions on the exercise of the
2025-08-20T20:23:59.3572085Z [00:00:06.376]➜  rights granted or affirmed under this License.  For example, you may
2025-08-20T20:23:59.3572584Z [00:00:06.376]➜  not impose a license fee, royalty, or other charge for exercise of
2025-08-20T20:23:59.3573090Z [00:00:06.376]➜  rights granted under this License, and you may not initiate litigation
2025-08-20T20:23:59.3573801Z [00:00:06.376]➜  (including a cross-claim or counterclaim in a lawsuit) alleging that
2025-08-20T20:23:59.3574387Z [00:00:06.376]➜  any patent claim is infringed by making, using, selling, offering for
2025-08-20T20:23:59.3574855Z [00:00:06.376]➜  sale, or importing the Program or any portion of it.
2025-08-20T20:23:59.3575171Z [00:00:06.376]➜  
2025-08-20T20:23:59.3575387Z [00:00:06.376]➜    11. Patents.
2025-08-20T20:23:59.3575617Z [00:00:06.376]➜  
2025-08-20T20:23:59.3575974Z [00:00:06.376]➜    A "contributor" is a copyright holder who authorizes use under this
2025-08-20T20:23:59.3576507Z [00:00:06.376]➜  License of the Program or a work on which the Program is based.  The
2025-08-20T20:23:59.3577019Z [00:00:06.376]➜  work thus licensed is called the contributor's "contributor version".
2025-08-20T20:23:59.3577380Z [00:00:06.376]➜  
2025-08-20T20:23:59.3577719Z [00:00:06.376]➜    A contributor's "essential patent claims" are all patent claims
2025-08-20T20:23:59.3578220Z [00:00:06.376]➜  owned or controlled by the contributor, whether already acquired or
2025-08-20T20:23:59.3578733Z [00:00:06.376]➜  hereafter acquired, that would be infringed by some manner, permitted
2025-08-20T20:23:59.3579264Z [00:00:06.376]➜  by this License, of making, using, or selling its contributor version,
2025-08-20T20:23:59.3579751Z [00:00:06.376]➜  but do not include claims that would be infringed only as a
2025-08-20T20:23:59.3580242Z [00:00:06.376]➜  consequence of further modification of the contributor version.  For
2025-08-20T20:23:59.3580758Z [00:00:06.376]➜  purposes of this definition, "control" includes the right to grant
2025-08-20T20:23:59.3581404Z [00:00:06.376]➜  patent sublicenses in a manner consistent with the requirements of
2025-08-20T20:23:59.3581793Z [00:00:06.376]➜  this License.
2025-08-20T20:23:59.3582023Z [00:00:06.376]➜  
2025-08-20T20:23:59.3582381Z [00:00:06.376]➜    Each contributor grants you a non-exclusive, worldwide, royalty-free
2025-08-20T20:23:59.3582901Z [00:00:06.376]➜  patent license under the contributor's essential patent claims, to
2025-08-20T20:23:59.3583400Z [00:00:06.376]➜  make, use, sell, offer for sale, import and otherwise run, modify and
2025-08-20T20:23:59.3584112Z [00:00:06.376]➜  propagate the contents of its contributor version.
2025-08-20T20:23:59.3584437Z [00:00:06.376]➜  
2025-08-20T20:23:59.3584784Z [00:00:06.376]➜    In the following three paragraphs, a "patent license" is any express
2025-08-20T20:23:59.3585303Z [00:00:06.376]➜  agreement or commitment, however denominated, not to enforce a patent
2025-08-20T20:23:59.3585830Z [00:00:06.376]➜  (such as an express permission to practice a patent or covenant not to
2025-08-20T20:23:59.3586347Z [00:00:06.376]➜  sue for patent infringement).  To "grant" such a patent license to a
2025-08-20T20:23:59.3586853Z [00:00:06.376]➜  party means to make such an agreement or commitment not to enforce a
2025-08-20T20:23:59.3587246Z [00:00:06.376]➜  patent against the party.
2025-08-20T20:23:59.3587508Z [00:00:06.376]➜  
2025-08-20T20:23:59.3587847Z [00:00:06.376]➜    If you convey a covered work, knowingly relying on a patent license,
2025-08-20T20:23:59.3588352Z [00:00:06.376]➜  and the Corresponding Source of the work is not available for anyone
2025-08-20T20:23:59.3588857Z [00:00:06.376]➜  to copy, free of charge and under the terms of this License, through a
2025-08-20T20:23:59.3589369Z [00:00:06.377]➜  publicly available network server or other readily accessible means,
2025-08-20T20:23:59.3589872Z [00:00:06.377]➜  then you must either (1) cause the Corresponding Source to be so
2025-08-20T20:23:59.3590517Z [00:00:06.377]➜  available, or (2) arrange to deprive yourself of the benefit of the
2025-08-20T20:23:59.3591015Z [00:00:06.377]➜  patent license for this particular work, or (3) arrange, in a manner
2025-08-20T20:23:59.3591532Z [00:00:06.377]➜  consistent with the requirements of this License, to extend the patent
2025-08-20T20:23:59.3592054Z [00:00:06.377]➜  license to downstream recipients.  "Knowingly relying" means you have
2025-08-20T20:23:59.3592574Z [00:00:06.377]➜  actual knowledge that, but for the patent license, your conveying the
2025-08-20T20:23:59.3593085Z [00:00:06.377]➜  covered work in a country, or your recipient's use of the covered work
2025-08-20T20:23:59.3593760Z [00:00:06.377]➜  in a country, would infringe one or more identifiable patents in that
2025-08-20T20:23:59.3594753Z [00:00:06.377]➜  country that you have reason to believe are valid.
2025-08-20T20:23:59.3595093Z [00:00:06.377]➜  
2025-08-20T20:23:59.3595432Z [00:00:06.377]➜    If, pursuant to or in connection with a single transaction or
2025-08-20T20:23:59.3595946Z [00:00:06.377]➜  arrangement, you convey, or propagate by procuring conveyance of, a
2025-08-20T20:23:59.3596445Z [00:00:06.377]➜  covered work, and grant a patent license to some of the parties
2025-08-20T20:23:59.3596943Z [00:00:06.377]➜  receiving the covered work authorizing them to use, propagate, modify
2025-08-20T20:23:59.3597461Z [00:00:06.377]➜  or convey a specific copy of the covered work, then the patent license
2025-08-20T20:23:59.3597970Z [00:00:06.377]➜  you grant is automatically extended to all recipients of the covered
2025-08-20T20:23:59.3598363Z [00:00:06.377]➜  work and works based on it.
2025-08-20T20:23:59.3598625Z [00:00:06.377]➜  
2025-08-20T20:23:59.3598967Z [00:00:06.377]➜    A patent license is "discriminatory" if it does not include within
2025-08-20T20:23:59.3599433Z [00:00:06.377]➜  the scope of its coverage, prohibits the exercise of, or is
2025-08-20T20:23:59.3599919Z [00:00:06.377]➜  conditioned on the non-exercise of one or more of the rights that are
2025-08-20T20:23:59.3600606Z [00:00:06.377]➜  specifically granted under this License.  You may not convey a covered
2025-08-20T20:23:59.3601137Z [00:00:06.377]➜  work if you are a party to an arrangement with a third party that is
2025-08-20T20:23:59.3601631Z [00:00:06.377]➜  in the business of distributing software, under which you make payment
2025-08-20T20:23:59.3602136Z [00:00:06.377]➜  to the third party based on the extent of your activity of conveying
2025-08-20T20:23:59.3602610Z [00:00:06.377]➜  the work, and under which the third party grants, to any of the
2025-08-20T20:23:59.3603100Z [00:00:06.377]➜  parties who would receive the covered work from you, a discriminatory
2025-08-20T20:23:59.3603790Z [00:00:06.377]➜  patent license (a) in connection with copies of the covered work
2025-08-20T20:23:59.3604382Z [00:00:06.377]➜  conveyed by you (or copies made from those copies), or (b) primarily
2025-08-20T20:23:59.3604877Z [00:00:06.377]➜  for and in connection with specific products or compilations that
2025-08-20T20:23:59.3605386Z [00:00:06.377]➜  contain the covered work, unless you entered into that arrangement,
2025-08-20T20:23:59.3605861Z [00:00:06.377]➜  or that patent license was granted, prior to 28 March 2007.
2025-08-20T20:23:59.3606194Z [00:00:06.377]➜  
2025-08-20T20:23:59.3606822Z [00:00:06.377]➜    Nothing in this License shall be construed as excluding or limiting
2025-08-20T20:23:59.3607324Z [00:00:06.377]➜  any implied license or other defenses to infringement that may
2025-08-20T20:23:59.3607795Z [00:00:06.377]➜  otherwise be available to you under applicable patent law.
2025-08-20T20:23:59.3608131Z [00:00:06.377]➜  
2025-08-20T20:23:59.3608389Z [00:00:06.377]➜    12. No Surrender of Others' Freedom.
2025-08-20T20:23:59.3608666Z [00:00:06.377]➜  
2025-08-20T20:23:59.3609198Z [00:00:06.377]➜    If conditions are imposed on you (whether by court order, agreement or
2025-08-20T20:23:59.3609732Z [00:00:06.377]➜  otherwise) that contradict the conditions of this License, they do not
2025-08-20T20:23:59.3610447Z [00:00:06.377]➜  excuse you from the conditions of this License.  If you cannot convey a
2025-08-20T20:23:59.3610969Z [00:00:06.377]➜  covered work so as to satisfy simultaneously your obligations under this
2025-08-20T20:23:59.3611506Z [00:00:06.377]➜  License and any other pertinent obligations, then as a consequence you may
2025-08-20T20:23:59.3612053Z [00:00:06.377]➜  not convey it at all.  For example, if you agree to terms that obligate you
2025-08-20T20:23:59.3612579Z [00:00:06.377]➜  to collect a royalty for further conveying from those to whom you convey
2025-08-20T20:23:59.3613092Z [00:00:06.377]➜  the Program, the only way you could satisfy both those terms and this
2025-08-20T20:23:59.3613769Z [00:00:06.377]➜  License would be to refrain entirely from conveying the Program.
2025-08-20T20:23:59.3614199Z [00:00:06.377]➜  
2025-08-20T20:23:59.3614500Z [00:00:06.377]➜    13. Use with the GNU Affero General Public License.
2025-08-20T20:23:59.3614811Z [00:00:06.377]➜  
2025-08-20T20:23:59.3615164Z [00:00:06.377]➜    Notwithstanding any other provision of this License, you have
2025-08-20T20:23:59.3615663Z [00:00:06.377]➜  permission to link or combine any covered work with a work licensed
2025-08-20T20:23:59.3616173Z [00:00:06.377]➜  under version 3 of the GNU Affero General Public License into a single
2025-08-20T20:23:59.3616686Z [00:00:06.377]➜  combined work, and to convey the resulting work.  The terms of this
2025-08-20T20:23:59.3617192Z [00:00:06.377]➜  License will continue to apply to the part which is the covered work,
2025-08-20T20:23:59.3617706Z [00:00:06.377]➜  but the special requirements of the GNU Affero General Public License,
2025-08-20T20:23:59.3618229Z [00:00:06.377]➜  section 13, concerning interaction through a network will apply to the
2025-08-20T20:23:59.3618623Z [00:00:06.377]➜  combination as such.
2025-08-20T20:23:59.3618873Z [00:00:06.377]➜  
2025-08-20T20:23:59.3619133Z [00:00:06.377]➜    14. Revised Versions of this License.
2025-08-20T20:23:59.3619423Z [00:00:06.377]➜  
2025-08-20T20:23:59.3619961Z [00:00:06.377]➜    The Free Software Foundation may publish revised and/or new versions of
2025-08-20T20:23:59.3620512Z [00:00:06.377]➜  the GNU General Public License from time to time.  Such new versions will
2025-08-20T20:23:59.3621044Z [00:00:06.377]➜  be similar in spirit to the present version, but may differ in detail to
2025-08-20T20:23:59.3621465Z [00:00:06.377]➜  address new problems or concerns.
2025-08-20T20:23:59.3621745Z [00:00:06.377]➜  
2025-08-20T20:23:59.3622079Z [00:00:06.377]➜    Each version is given a distinguishing version number.  If the
2025-08-20T20:23:59.3622585Z [00:00:06.377]➜  Program specifies that a certain numbered version of the GNU General
2025-08-20T20:23:59.3623092Z [00:00:06.377]➜  Public License "or any later version" applies to it, you have the
2025-08-20T20:23:59.3623785Z [00:00:06.377]➜  option of following the terms and conditions either of that numbered
2025-08-20T20:23:59.3624339Z [00:00:06.377]➜  version or of any later version published by the Free Software
2025-08-20T20:23:59.3624844Z [00:00:06.377]➜  Foundation.  If the Program does not specify a version number of the
2025-08-20T20:23:59.3625353Z [00:00:06.377]➜  GNU General Public License, you may choose any version ever published
2025-08-20T20:23:59.3625763Z [00:00:06.377]➜  by the Free Software Foundation.
2025-08-20T20:23:59.3626033Z [00:00:06.377]➜  
2025-08-20T20:23:59.3626356Z [00:00:06.377]➜    If the Program specifies that a proxy can decide which future
2025-08-20T20:23:59.3626836Z [00:00:06.377]➜  versions of the GNU General Public License can be used, that proxy's
2025-08-20T20:23:59.3627351Z [00:00:06.377]➜  public statement of acceptance of a version permanently authorizes you
2025-08-20T20:23:59.3627793Z [00:00:06.377]➜  to choose that version for the Program.
2025-08-20T20:23:59.3628076Z [00:00:06.377]➜  
2025-08-20T20:23:59.3628397Z [00:00:06.377]➜    Later license versions may give you additional or different
2025-08-20T20:23:59.3629043Z [00:00:06.377]➜  permissions.  However, no additional obligations are imposed on any
2025-08-20T20:23:59.3629558Z [00:00:06.377]➜  author or copyright holder as a result of your choosing to follow a
2025-08-20T20:23:59.3629934Z [00:00:06.377]➜  later version.
2025-08-20T20:23:59.3630170Z [00:00:06.377]➜  
2025-08-20T20:23:59.3630409Z [00:00:06.377]➜    15. Disclaimer of Warranty.
2025-08-20T20:23:59.3630672Z [00:00:06.377]➜  
2025-08-20T20:23:59.3631006Z [00:00:06.377]➜    THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
2025-08-20T20:23:59.3631517Z [00:00:06.377]➜  APPLICABLE LAW.  EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
2025-08-20T20:23:59.3632054Z [00:00:06.377]➜  HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
2025-08-20T20:23:59.3632593Z [00:00:06.377]➜  OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
2025-08-20T20:23:59.3633134Z [00:00:06.377]➜  THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
2025-08-20T20:23:59.3633907Z [00:00:06.377]➜  PURPOSE.  THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
2025-08-20T20:23:59.3634460Z [00:00:06.377]➜  IS WITH YOU.  SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
2025-08-20T20:23:59.3634915Z [00:00:06.377]➜  ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
2025-08-20T20:23:59.3635220Z [00:00:06.377]➜  
2025-08-20T20:23:59.3635465Z [00:00:06.377]➜    16. Limitation of Liability.
2025-08-20T20:23:59.3635735Z [00:00:06.377]➜  
2025-08-20T20:23:59.3636083Z [00:00:06.377]➜    IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
2025-08-20T20:23:59.3636611Z [00:00:06.377]➜  WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
2025-08-20T20:23:59.3637159Z [00:00:06.377]➜  THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
2025-08-20T20:23:59.3637707Z [00:00:06.377]➜  GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
2025-08-20T20:23:59.3638376Z [00:00:06.377]➜  USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
2025-08-20T20:23:59.3638929Z [00:00:06.377]➜  DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
2025-08-20T20:23:59.3639463Z [00:00:06.377]➜  PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
2025-08-20T20:23:59.3639986Z [00:00:06.377]➜  EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
2025-08-20T20:23:59.3640367Z [00:00:06.377]➜  SUCH DAMAGES.
2025-08-20T20:23:59.3640596Z [00:00:06.377]➜  
2025-08-20T20:23:59.3640867Z [00:00:06.377]➜    17. Interpretation of Sections 15 and 16.
2025-08-20T20:23:59.3641158Z [00:00:06.377]➜  
2025-08-20T20:23:59.3641498Z [00:00:06.377]➜    If the disclaimer of warranty and limitation of liability provided
2025-08-20T20:23:59.3642007Z [00:00:06.377]➜  above cannot be given local legal effect according to their terms,
2025-08-20T20:23:59.3642525Z [00:00:06.377]➜  reviewing courts shall apply local law that most closely approximates
2025-08-20T20:23:59.3643160Z [00:00:06.377]➜  an absolute waiver of all civil liability in connection with the
2025-08-20T20:23:59.3643786Z [00:00:06.377]➜  Program, unless a warranty or assumption of liability accompanies a
2025-08-20T20:23:59.3644226Z [00:00:06.377]➜  copy of the Program in return for a fee.
2025-08-20T20:23:59.3644517Z [00:00:06.377]➜  
2025-08-20T20:23:59.3644784Z [00:00:06.377]➜                       END OF TERMS AND CONDITIONS
2025-08-20T20:23:59.3645074Z [00:00:06.377]➜  
2025-08-20T20:23:59.3645364Z [00:00:06.377]➜              How to Apply These Terms to Your New Programs
2025-08-20T20:23:59.3645670Z [00:00:06.377]➜  
2025-08-20T20:23:59.3646001Z [00:00:06.377]➜    If you develop a new program, and you want it to be of the greatest
2025-08-20T20:23:59.3646500Z [00:00:06.377]➜  possible use to the public, the best way to achieve this is to make it
2025-08-20T20:23:59.3647038Z [00:00:06.377]➜  free software which everyone can redistribute and change under these terms.
2025-08-20T20:23:59.3647431Z [00:00:06.377]➜  
2025-08-20T20:23:59.3647768Z [00:00:06.377]➜    To do so, attach the following notices to the program.  It is safest
2025-08-20T20:23:59.3648263Z [00:00:06.377]➜  to attach them to the start of each source file to most effectively
2025-08-20T20:23:59.3648760Z [00:00:06.377]➜  state the exclusion of warranty; and each file should have at least
2025-08-20T20:23:59.3649255Z [00:00:06.377]➜  the "copyright" line and a pointer to where the full notice is found.
2025-08-20T20:23:59.3649608Z [00:00:06.377]➜  
2025-08-20T20:23:59.3649956Z [00:00:06.377]➜      <one line to give the program's name and a brief idea of what it does.>
2025-08-20T20:23:59.3650379Z [00:00:06.377]➜      Copyright (C) <year>  <name of author>
2025-08-20T20:23:59.3650662Z [00:00:06.377]➜  
2025-08-20T20:23:59.3651006Z [00:00:06.377]➜      This program is free software: you can redistribute it and/or modify
2025-08-20T20:23:59.3651507Z [00:00:06.377]➜      it under the terms of the GNU General Public License as published by
2025-08-20T20:23:59.3652138Z [00:00:06.377]➜      the Free Software Foundation, either version 3 of the License, or
2025-08-20T20:23:59.3652566Z [00:00:06.377]➜      (at your option) any later version.
2025-08-20T20:23:59.3652845Z [00:00:06.377]➜  
2025-08-20T20:23:59.3653176Z [00:00:06.377]➜      This program is distributed in the hope that it will be useful,
2025-08-20T20:23:59.3653768Z [00:00:06.377]➜      but WITHOUT ANY WARRANTY; without even the implied warranty of
2025-08-20T20:23:59.3654267Z [00:00:06.377]➜      MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
2025-08-20T20:23:59.3654705Z [00:00:06.377]➜      GNU General Public License for more details.
2025-08-20T20:23:59.3655002Z [00:00:06.377]➜  
2025-08-20T20:23:59.3655337Z [00:00:06.377]➜      You should have received a copy of the GNU General Public License
2025-08-20T20:23:59.3655862Z [00:00:06.377]➜      along with this program.  If not, see <https://www.gnu.org/licenses/>.
2025-08-20T20:23:59.3656231Z [00:00:06.377]➜  
2025-08-20T20:23:59.3656602Z [00:00:06.377]➜  Also add information on how to contact you by electronic and paper mail.
2025-08-20T20:23:59.3656973Z [00:00:06.377]➜  
2025-08-20T20:23:59.3657305Z [00:00:06.377]➜    If the program does terminal interaction, make it output a short
2025-08-20T20:23:59.3657770Z [00:00:06.377]➜  notice like this when it starts in an interactive mode:
2025-08-20T20:23:59.3658101Z [00:00:06.377]➜  
2025-08-20T20:23:59.3658392Z [00:00:06.377]➜      <program>  Copyright (C) <year>  <name of author>
2025-08-20T20:23:59.3658903Z [00:00:06.377]➜      This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
2025-08-20T20:23:59.3659417Z [00:00:06.377]➜      This is free software, and you are welcome to redistribute it
2025-08-20T20:23:59.3659863Z [00:00:06.377]➜      under certain conditions; type `show c' for details.
2025-08-20T20:23:59.3660183Z [00:00:06.377]➜  
2025-08-20T20:23:59.3660564Z [00:00:06.377]➜  The hypothetical commands `show w' and `show c' should show the appropriate
2025-08-20T20:23:59.3661263Z [00:00:06.377]➜  parts of the General Public License.  Of course, your program's commands
2025-08-20T20:23:59.3661788Z [00:00:06.377]➜  might be different; for a GUI interface, you would use an "about box".
2025-08-20T20:23:59.3662147Z [00:00:06.377]➜  
2025-08-20T20:23:59.3662511Z [00:00:06.377]➜    You should also get your employer (if you work as a programmer) or school,
2025-08-20T20:23:59.3663035Z [00:00:06.377]➜  if any, to sign a "copyright disclaimer" for the program, if necessary.
2025-08-20T20:23:59.3663561Z [00:00:06.377]➜  For more information on this, and how to apply and follow the GNU GPL, see
2025-08-20T20:23:59.3664171Z [00:00:06.377]➜  <https://www.gnu.org/licenses/>.
2025-08-20T20:23:59.3664456Z [00:00:06.377]➜  
2025-08-20T20:23:59.3664818Z [00:00:06.377]➜    The GNU General Public License does not permit incorporating your program
2025-08-20T20:23:59.3665363Z [00:00:06.377]➜  into proprietary programs.  If your program is a subroutine library, you
2025-08-20T20:23:59.3665929Z [00:00:06.377]➜  may consider it more useful to permit linking proprietary applications with
2025-08-20T20:23:59.3666451Z [00:00:06.377]➜  the library.  If this is what you want to do, use the GNU Lesser General
2025-08-20T20:23:59.3666950Z [00:00:06.378]➜  Public License instead of this License.  But first, please read
2025-08-20T20:23:59.3667420Z [00:00:06.378]➜  <https://www.gnu.org/licenses/why-not-lgpl.html>.
2025-08-20T20:23:59.3667740Z [00:00:06.378]➜  
2025-08-20T20:23:59.3667934Z [00:00:06.378]➜  
2025-08-20T20:23:59.4072727Z [00:00:06.449]➜  
2025-08-20T20:23:59.4073219Z [00:00:06.449]➜  File: LICENSE
2025-08-20T20:23:59.4073803Z [00:00:06.449]➜    Type: ASCII text
2025-08-20T20:23:59.4074405Z [00:00:06.449]➜    B3sum: 9531546decbed2aa21abd964d148ded0bbd272d98b13698629883de3abfa9b30
2025-08-20T20:23:59.4075087Z [00:00:06.449]➜    SHA256sum: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986
2025-08-20T20:23:59.4075551Z [00:00:06.449]➜    Size: 36K
2025-08-20T20:23:59.4200874Z [00:00:06.461]➜  
2025-08-20T20:23:59.4201398Z [00:00:06.461]➜  File: SBUILD
2025-08-20T20:23:59.4202048Z [00:00:06.461]➜    Type: a /SBUILD ver @v1.0.0 script, Unicode text, UTF-8 text executable
2025-08-20T20:23:59.4202823Z [00:00:06.461]➜    B3sum: 39f9996dd0bd343a23d1bbeb7a71a4576f887b573a4c185b4894a15388e05d65
2025-08-20T20:23:59.4203510Z [00:00:06.461]➜    SHA256sum: 140963f6f7c6db42406c3844b2d88ac3a58b72f72b96a629d25e48501b476511
2025-08-20T20:23:59.4204186Z [00:00:06.461]➜    Size: 4.0K
2025-08-20T20:23:59.4310753Z [00:00:06.472]➜  
2025-08-20T20:23:59.4311405Z [00:00:06.472]➜  File: fnm.static.version
2025-08-20T20:23:59.4312070Z [00:00:06.472]➜    Type: ASCII text, with no line terminators
2025-08-20T20:23:59.4312971Z [00:00:06.472]➜    B3sum: d45766dd3ca42c965e5fb358e1787f5adc490993f74ae7b914621328a80ce273
2025-08-20T20:23:59.4314402Z [00:00:06.472]➜    SHA256sum: 578256a049d37d54955575f7237ba0a038a6d32be00cbba9e23fc4bad4318674
2025-08-20T20:23:59.4315154Z [00:00:06.472]➜    Size: 4.0K
2025-08-20T20:23:59.4420152Z [00:00:06.483]➜  
2025-08-20T20:23:59.4420458Z [00:00:06.483]➜  File: fnm.version
2025-08-20T20:23:59.4420824Z [00:00:06.483]➜    Type: ASCII text, with no line terminators
2025-08-20T20:23:59.4421356Z [00:00:06.483]➜    B3sum: d45766dd3ca42c965e5fb358e1787f5adc490993f74ae7b914621328a80ce273
2025-08-20T20:23:59.4422250Z [00:00:06.483]➜    SHA256sum: 578256a049d37d54955575f7237ba0a038a6d32be00cbba9e23fc4bad4318674
2025-08-20T20:23:59.4422978Z [00:00:06.483]➜    Size: 4.0K
2025-08-20T20:23:59.4423839Z [00:00:06.484]➜  
2025-08-20T20:23:59.4424663Z [00:00:06.484]➜  [+] Generating (b3sum) Checksums ==> [/tmp/pkgforge/aLoCeaT_1Pv2LfErN_build.yaml/SBUILD_OUTDIR/CHECKSUM]
2025-08-20T20:23:59.4457748Z [00:00:06.487]➜  fnm.static.version:d45766dd3ca42c965e5fb358e1787f5adc490993f74ae7b914621328a80ce273
2025-08-20T20:23:59.4458945Z [00:00:06.487]➜  SBUILD:39f9996dd0bd343a23d1bbeb7a71a4576f887b573a4c185b4894a15388e05d65
2025-08-20T20:23:59.4459637Z [00:00:06.487]➜  fnm.version:d45766dd3ca42c965e5fb358e1787f5adc490993f74ae7b914621328a80ce273
2025-08-20T20:23:59.4460510Z [00:00:06.487]➜  LICENSE:9531546decbed2aa21abd964d148ded0bbd272d98b13698629883de3abfa9b30
2025-08-20T20:23:59.4479504Z [00:00:06.489]➜  
2025-08-20T20:23:59.4480558Z [00:00:06.489]➜  [+] Signing fnm.static (Verify: https://docs.pkgforge.dev/repositories/pkgforge-stable/security#trust-but-verify)
2025-08-20T20:23:59.4574343Z [00:00:06.499]➜  
2025-08-20T20:23:59.4575545Z [00:00:06.499]➜  [✓] SuccessFully Built fnm.static using https://github.com/pkgforge/soarpkgs/blob/main/binaries/fnm/static.official.stable.yaml [Wednesday, 2025-08-20 (08:23:59 PM) UTC]
2025-08-20T20:23:59.4576867Z [00:00:06.499]➜  
2025-08-20T20:23:59.4604500Z [00:00:06.502]➜  [+] Total Size: 84K (Includes DUPES+TMPFILES)
2025-08-20T20:23:59.4605517Z [00:00:06.502]➜  [+] LOGPATH='/tmp/pkgforge/aLoCeaT_1Pv2LfErN_build.yaml/SBUILD_OUTDIR/fnm.static.log'
2025-08-20T20:23:59.4618467Z [00:00:06.503]➜  [+] ENVPATH=/tmp/pkgforge/YLswCcRaz_SBUILD/ENVPATH
2025-08-20T20:23:59.4716694Z 
2025-08-20T20:23:59.4717334Z [+] Sanitizing /tmp/pkgforge/YLswCcRaz_SBUILD/BUILD.log ==> /tmp/pkgforge/aLoCeaT_1Pv2LfErN_build.yaml/SBUILD_OUTDIR/fnm.static.log
2025-08-20T20:24:03.0930011Z 
2025-08-20T20:24:03.0931171Z [✗] FATAL: Failed to Push Artifacts ==> [ghcr.io/pkgforge/bincache/fnm/official]
2025-08-20T20:24:03.0931850Z [+] LOGS (Build Dir): /tmp/pkgforge/aLoCeaT_1Pv2LfErN_build.yaml/SBUILD_OUTDIR
2025-08-20T20:24:03.0932216Z 
2025-08-20T20:24:03.0980585Z *** Zstandard CLI (64-bit) v1.5.7, by Yann Collet ***
2025-08-20T20:24:03.0991067Z ./BUILD_ARTIFACTS.tar : 18.24%   (   120 KiB =>   21.9 KiB, /tmp/BUILD_ARTIFACTS.zstd) 
2025-08-20T20:24:03.1006855Z removed './BUILD_ARTIFACTS.tar'
2025-08-20T20:24:03.1045013Z 
2025-08-20T20:24:03.1046285Z [+] Completed (Building|Fetching) https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/fnm/static.official.stable.yaml :: 00(Hr):00(Min):11(Sec)
2025-08-20T20:24:03.1047441Z 
2025-08-20T20:24:03.1060804Z 
2025-08-20T20:24:03.1061389Z ==> [+] Finished Building at :: Wednesday, 2025-08-20 (08:24:03 PM) UTC
2025-08-20T20:24:03.1061673Z 
2025-08-20T20:24:03.2185036Z renamed '/tmp/BUILD.gh.log.txt' -> '/tmp/BUILD.log'
2025-08-20T20:24:03.2231575Z ##[group]Run ##Presets
2025-08-20T20:24:03.2231904Z [36;1m##Presets[0m
2025-08-20T20:24:03.2232107Z [36;1mset +x ; set +e[0m
2025-08-20T20:24:03.2232316Z [36;1m#-------------#[0m
2025-08-20T20:24:03.2232514Z [36;1m##Debug?[0m
2025-08-20T20:24:03.2232758Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T20:24:03.2233043Z [36;1m  set -x[0m
2025-08-20T20:24:03.2233223Z [36;1mfi[0m
2025-08-20T20:24:03.2233395Z [36;1m#-------------#[0m
2025-08-20T20:24:03.2233859Z [36;1m##Set ENV[0m
2025-08-20T20:24:03.2234161Z [36;1m if [[ "${SKIP_SRCBUILD_UPLOAD}" != "YES" ]]; then[0m
2025-08-20T20:24:03.2234617Z [36;1m    #GHCRPKG_TAG_SRCBUILD="srcbuild.$(date --utc +"%y%m%dT%H%M%S" | tr -d '[:space:]')-"[0m
2025-08-20T20:24:03.2235029Z [36;1m    GHCRPKG_TAG_SRCBUILD=""[0m
2025-08-20T20:24:03.2235449Z [36;1m    GHCRPKG_URL_SRCBUILD="ghcr.io/pkgforge/bincache/fnm/official/fnm-srcbuild-"[0m
2025-08-20T20:24:03.2235927Z [36;1m    export GHCRPKG_TAG_SRCBUILD GHCRPKG_URL_SRCBUILD[0m
2025-08-20T20:24:03.2236338Z [36;1m    echo "GHCRPKG_TAG_SRCBUILD=${GHCRPKG_TAG_SRCBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:24:03.2236788Z [36;1m    echo "GHCRPKG_URL_SRCBUILD=${GHCRPKG_URL_SRCBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:24:03.2237124Z [36;1m fi[0m
2025-08-20T20:24:03.2237301Z [36;1m##Push[0m
2025-08-20T20:24:03.2237526Z [36;1m if [[ -n "${GHCRPKG_TAG_SRCBUILD+x}" ]]; then[0m
2025-08-20T20:24:03.2245036Z [36;1m  pushd "/tmp" &>/dev/null[0m
2025-08-20T20:24:03.2245582Z [36;1m   if [[ -s "./BUILD_ARTIFACTS.zstd" && $(stat -c%s "./BUILD_ARTIFACTS.zstd") -gt 1000 ]]; then[0m
2025-08-20T20:24:03.2246109Z [36;1m     realpath "./BUILD_ARTIFACTS.zstd" && du -sh "./BUILD_ARTIFACTS.zstd"[0m
2025-08-20T20:24:03.2246603Z [36;1m     ls -sh "/tmp/pkgforge/aLoCeaT_1Pv2LfErN_build.yaml/SBUILD_OUTDIR"[0m
2025-08-20T20:24:03.2247184Z [36;1m     ghcr_push_cmd()[0m
2025-08-20T20:24:03.2247403Z [36;1m       {[0m
2025-08-20T20:24:03.2247606Z [36;1m        for i in {1..10}; do[0m
2025-08-20T20:24:03.2247963Z [36;1m          unset ghcr_push ; ghcr_push=(oras push --disable-path-validation)[0m
2025-08-20T20:24:03.2248426Z [36;1m          ghcr_push+=(--config "/dev/null:application/vnd.oci.empty.v1+json")[0m
2025-08-20T20:24:03.2248870Z [36;1m          ghcr_push+=(--annotation "com.github.package.type=container")[0m
2025-08-20T20:24:03.2249298Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_ghcrpkg-tag=")[0m
2025-08-20T20:24:03.2249713Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_gha=")[0m
2025-08-20T20:24:03.2250102Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_id=")[0m
2025-08-20T20:24:03.2250484Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.ghcr_pkg=:")[0m
2025-08-20T20:24:03.2250871Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.push_date=")[0m
2025-08-20T20:24:03.2251254Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.version=")[0m
2025-08-20T20:24:03.2251660Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.created=")[0m
2025-08-20T20:24:03.2252141Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.description=SRCBUILD for ")[0m
2025-08-20T20:24:03.2252660Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.licenses=blessing")[0m
2025-08-20T20:24:03.2253121Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.ref.name=")[0m
2025-08-20T20:24:03.2253548Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.revision=")[0m
2025-08-20T20:24:03.2254210Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.source=")[0m
2025-08-20T20:24:03.2254666Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.title=SRCBUILD-fnm")[0m
2025-08-20T20:24:03.2255118Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.url=")[0m
2025-08-20T20:24:03.2255723Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.vendor=pkgforge")[0m
2025-08-20T20:24:03.2256179Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.version=")[0m
2025-08-20T20:24:03.2256589Z [36;1m          ghcr_push+=("${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}")[0m
2025-08-20T20:24:03.2257094Z [36;1m          [[ -f "./BUILD_ARTIFACTS.zstd" && -s "./BUILD_ARTIFACTS.zstd" ]] && ghcr_push+=("./BUILD_ARTIFACTS.zstd")[0m
2025-08-20T20:24:03.2257537Z [36;1m          "${ghcr_push[@]}" ; sleep 5[0m
2025-08-20T20:24:03.2257803Z [36;1m         #Check[0m
2025-08-20T20:24:03.2258375Z [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:24:03.2259118Z [36;1m            echo -e "\n[+] (ARTIFACTS) Registry --> https://${GHCRPKG_URL_SRCBUILD}\n"[0m
2025-08-20T20:24:03.2259480Z [36;1m            break[0m
2025-08-20T20:24:03.2259686Z [36;1m          else[0m
2025-08-20T20:24:03.2260098Z [36;1m            echo -e "\n[-] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD} (Retrying ${i}/10)\n"[0m
2025-08-20T20:24:03.2260540Z [36;1m          fi[0m
2025-08-20T20:24:03.2260765Z [36;1m          sleep "$(shuf -i 500-4500 -n 1)e-3"[0m
2025-08-20T20:24:03.2261025Z [36;1m        done[0m
2025-08-20T20:24:03.2261210Z [36;1m       }[0m
2025-08-20T20:24:03.2261414Z [36;1m       export -f ghcr_push_cmd[0m
2025-08-20T20:24:03.2261756Z [36;1m       ghcr_push_cmd[0m
2025-08-20T20:24:03.2262338Z [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:24:03.2263107Z [36;1m         echo -e "\n[✗] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}\n"[0m
2025-08-20T20:24:03.2263837Z [36;1m          echo -e "\n[-] Retrying ...\n"[0m
2025-08-20T20:24:03.2264111Z [36;1m          ghcr_push_cmd[0m
2025-08-20T20:24:03.2264704Z [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:24:03.2265413Z [36;1m             oras manifest fetch "${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}" | jq .[0m
2025-08-20T20:24:03.2265938Z [36;1m             echo -e "\n[✗] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}\n"[0m
2025-08-20T20:24:03.2266342Z [36;1m             return 1 || exit 1[0m
2025-08-20T20:24:03.2266580Z [36;1m           fi[0m
2025-08-20T20:24:03.2266767Z [36;1m       fi[0m
2025-08-20T20:24:03.2266949Z [36;1m   fi[0m
2025-08-20T20:24:03.2267122Z [36;1m fi[0m
2025-08-20T20:24:03.2267311Z [36;1mpopd >/dev/null 2>&1[0m
2025-08-20T20:24:03.2319062Z shell: /usr/bin/bash -e {0}
2025-08-20T20:24:03.2319295Z env:
2025-08-20T20:24:03.2319485Z   CROSS_COMPILING: NO
2025-08-20T20:24:03.2319697Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T20:24:03.2319931Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T20:24:03.2320151Z   ON_QEMU: NO
2025-08-20T20:24:03.2320324Z   DEBUG: 0
2025-08-20T20:24:03.2320505Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T20:24:03.2320727Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T20:24:03.2321001Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/fnm/official
2025-08-20T20:24:03.2321296Z   KEEP_LOGS: YES
2025-08-20T20:24:03.2321530Z   GITHUB_TEST_BUILD: YES
2025-08-20T20:24:03.2321742Z   PKG_FAMILY_LOCAL: fnm
2025-08-20T20:24:03.2321940Z   SBUILD_REBUILD: false
2025-08-20T20:24:03.2322461Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/fnm/static.official.stable.yaml
2025-08-20T20:24:03.2323022Z   BUILD_SYS: host://soar-dl
2025-08-20T20:24:03.2323236Z   BUILD_ON_HOST: TRUE
2025-08-20T20:24:03.2323428Z   BUILD_SYSTEM: HOST
2025-08-20T20:24:03.2323871Z   SYSTMP: /tmp
2025-08-20T20:24:03.2324114Z   GHA_MODE: MATRIX
2025-08-20T20:24:03.2324734Z   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:24:03.2325265Z   INPUT_SBUILD: /tmp/pkgforge/1Pv2LfErN_build.yaml
2025-08-20T20:24:03.2325598Z   BUILD_DIR: /tmp/pkgforge/aLoCeaT_1Pv2LfErN_build.yaml
2025-08-20T20:24:03.2325987Z   SBUILD_OUTDIR: /tmp/pkgforge/aLoCeaT_1Pv2LfErN_build.yaml/SBUILD_OUTDIR
2025-08-20T20:24:03.2326472Z   SBUILD_TMPDIR: /tmp/pkgforge/aLoCeaT_1Pv2LfErN_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T20:24:03.2326855Z   PKG_TYPE: static
2025-08-20T20:24:03.2327048Z   SBUILD_SUCCESSFUL: YES
2025-08-20T20:24:03.2327253Z   PUSH_SUCCESSFUL: NO
2025-08-20T20:24:03.2327700Z   GHCR_TOKEN: ***
2025-08-20T20:24:03.2328005Z   GITHUB_TOKEN: ***
2025-08-20T20:24:03.2328233Z   GITLAB_TOKEN: ***
2025-08-20T20:24:03.2329383Z   MINISIGN_KEY: ***
2025-08-20T20:24:03.2329575Z ##[endgroup]
2025-08-20T20:24:03.2419133Z /tmp/BUILD_ARTIFACTS.zstd
2025-08-20T20:24:03.2429438Z 24K	./BUILD_ARTIFACTS.zstd
2025-08-20T20:24:03.2442260Z total 136K
2025-08-20T20:24:03.2442567Z 4.0K CHECKSUM
2025-08-20T20:24:03.2442767Z 4.0K CHECKSUM.sig
2025-08-20T20:24:03.2442961Z  36K LICENSE
2025-08-20T20:24:03.2443140Z 4.0K LICENSE.sig
2025-08-20T20:24:03.2443324Z 4.0K SBUILD
2025-08-20T20:24:03.2443548Z 4.0K SBUILD.sig
2025-08-20T20:24:03.2444185Z 4.0K SBUILD_TEMP
2025-08-20T20:24:03.2444515Z  60K fnm.static.log
2025-08-20T20:24:03.2444856Z 4.0K fnm.static.version
2025-08-20T20:24:03.2445245Z 4.0K fnm.static.version.sig
2025-08-20T20:24:03.2445647Z 4.0K fnm.version
2025-08-20T20:24:03.2445986Z 4.0K fnm.version.sig
2025-08-20T20:24:03.2485160Z Error: "ghcr.io/pkgforge/bincache/fnm/official/fnm-srcbuild-:": invalid reference: invalid repository "pkgforge/bincache/fnm/official/fnm-srcbuild-"
2025-08-20T20:24:03.2486607Z Please make sure the provided reference is in the form of <registry>/<repo>[:tag|@digest]
2025-08-20T20:24:08.2553076Z Error: "ghcr.io/pkgforge/bincache/fnm/official/fnm-srcbuild-:": invalid reference: invalid repository "pkgforge/bincache/fnm/official/fnm-srcbuild-"
2025-08-20T20:24:08.2554663Z Please make sure the provided reference is in the form of <registry>/<repo>[:tag|@digest]
2025-08-20T20:24:08.2567514Z 
2025-08-20T20:24:08.2568006Z [+] (ARTIFACTS) Registry --> https://ghcr.io/pkgforge/bincache/fnm/official/fnm-srcbuild-
2025-08-20T20:24:08.2568601Z 
2025-08-20T20:24:08.2609379Z Error: "ghcr.io/pkgforge/bincache/fnm/official/fnm-srcbuild-:": invalid reference: invalid repository "pkgforge/bincache/fnm/official/fnm-srcbuild-"
2025-08-20T20:24:08.2610780Z Please make sure the provided reference is in the form of <registry>/<repo>[:tag|@digest]
2025-08-20T20:24:08.2656789Z ##[group]Run ##Presets
2025-08-20T20:24:08.2657231Z [36;1m##Presets[0m
2025-08-20T20:24:08.2657586Z [36;1mset +x ; set +e[0m
2025-08-20T20:24:08.2657941Z [36;1m#-------------#[0m
2025-08-20T20:24:08.2658321Z [36;1m##Debug?[0m
2025-08-20T20:24:08.2658732Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T20:24:08.2659242Z [36;1m  set -x[0m
2025-08-20T20:24:08.2659560Z [36;1mfi[0m
2025-08-20T20:24:08.2659862Z [36;1m#-------------#[0m
2025-08-20T20:24:08.2660328Z [36;1mUTC_TIME="$(TZ='UTC' date +'%Y_%m_%dT%I_%M_%S_%p')"[0m
2025-08-20T20:24:08.2660923Z [36;1mecho "UTC_TIME=${UTC_TIME}" >> "${GITHUB_ENV}"[0m
2025-08-20T20:24:08.2724077Z shell: /usr/bin/bash -e {0}
2025-08-20T20:24:08.2724313Z env:
2025-08-20T20:24:08.2724492Z   CROSS_COMPILING: NO
2025-08-20T20:24:08.2724714Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T20:24:08.2724947Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T20:24:08.2725168Z   ON_QEMU: NO
2025-08-20T20:24:08.2725375Z   DEBUG: 0
2025-08-20T20:24:08.2725555Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T20:24:08.2725780Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T20:24:08.2726048Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/fnm/official
2025-08-20T20:24:08.2726337Z   KEEP_LOGS: YES
2025-08-20T20:24:08.2726525Z   GITHUB_TEST_BUILD: YES
2025-08-20T20:24:08.2726737Z   PKG_FAMILY_LOCAL: fnm
2025-08-20T20:24:08.2726939Z   SBUILD_REBUILD: false
2025-08-20T20:24:08.2727468Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/fnm/static.official.stable.yaml
2025-08-20T20:24:08.2728050Z   BUILD_SYS: host://soar-dl
2025-08-20T20:24:08.2728303Z   BUILD_ON_HOST: TRUE
2025-08-20T20:24:08.2728493Z   BUILD_SYSTEM: HOST
2025-08-20T20:24:08.2728681Z   SYSTMP: /tmp
2025-08-20T20:24:08.2728858Z   GHA_MODE: MATRIX
2025-08-20T20:24:08.2729297Z   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:24:08.2729809Z   INPUT_SBUILD: /tmp/pkgforge/1Pv2LfErN_build.yaml
2025-08-20T20:24:08.2730132Z   BUILD_DIR: /tmp/pkgforge/aLoCeaT_1Pv2LfErN_build.yaml
2025-08-20T20:24:08.2730525Z   SBUILD_OUTDIR: /tmp/pkgforge/aLoCeaT_1Pv2LfErN_build.yaml/SBUILD_OUTDIR
2025-08-20T20:24:08.2731015Z   SBUILD_TMPDIR: /tmp/pkgforge/aLoCeaT_1Pv2LfErN_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T20:24:08.2731396Z   PKG_TYPE: static
2025-08-20T20:24:08.2731586Z   SBUILD_SUCCESSFUL: YES
2025-08-20T20:24:08.2731785Z   PUSH_SUCCESSFUL: NO
2025-08-20T20:24:08.2731985Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T20:24:08.2732317Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/fnm/official/fnm-srcbuild-
2025-08-20T20:24:08.2732667Z ##[endgroup]
2025-08-20T20:24:08.2881873Z ##[group]Run actions/upload-artifact@v4
2025-08-20T20:24:08.2882168Z with:
2025-08-20T20:24:08.2882360Z   name: Bincache_fnm_x86_64-Linux
2025-08-20T20:24:08.2882650Z   path: /tmp/BUILD.log
/tmp/BUILD_ARTIFACTS.zstd

2025-08-20T20:24:08.2882941Z   compression-level: 0
2025-08-20T20:24:08.2883152Z   retention-days: 30
2025-08-20T20:24:08.2883347Z   overwrite: true
2025-08-20T20:24:08.2883535Z   if-no-files-found: warn
2025-08-20T20:24:08.2884126Z   include-hidden-files: false
2025-08-20T20:24:08.2884346Z env:
2025-08-20T20:24:08.2884708Z   CROSS_COMPILING: NO
2025-08-20T20:24:08.2884912Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T20:24:08.2885129Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T20:24:08.2885337Z   ON_QEMU: NO
2025-08-20T20:24:08.2885509Z   DEBUG: 0
2025-08-20T20:24:08.2885688Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T20:24:08.2885919Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T20:24:08.2886194Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/fnm/official
2025-08-20T20:24:08.2886529Z   KEEP_LOGS: YES
2025-08-20T20:24:08.2886724Z   GITHUB_TEST_BUILD: YES
2025-08-20T20:24:08.2886934Z   PKG_FAMILY_LOCAL: fnm
2025-08-20T20:24:08.2887132Z   SBUILD_REBUILD: false
2025-08-20T20:24:08.2887658Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/fnm/static.official.stable.yaml
2025-08-20T20:24:08.2888218Z   BUILD_SYS: host://soar-dl
2025-08-20T20:24:08.2888427Z   BUILD_ON_HOST: TRUE
2025-08-20T20:24:08.2888617Z   BUILD_SYSTEM: HOST
2025-08-20T20:24:08.2888820Z   SYSTMP: /tmp
2025-08-20T20:24:08.2889008Z   GHA_MODE: MATRIX
2025-08-20T20:24:08.2889451Z   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:24:08.2889974Z   INPUT_SBUILD: /tmp/pkgforge/1Pv2LfErN_build.yaml
2025-08-20T20:24:08.2890305Z   BUILD_DIR: /tmp/pkgforge/aLoCeaT_1Pv2LfErN_build.yaml
2025-08-20T20:24:08.2890695Z   SBUILD_OUTDIR: /tmp/pkgforge/aLoCeaT_1Pv2LfErN_build.yaml/SBUILD_OUTDIR
2025-08-20T20:24:08.2891182Z   SBUILD_TMPDIR: /tmp/pkgforge/aLoCeaT_1Pv2LfErN_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T20:24:08.2891562Z   PKG_TYPE: static
2025-08-20T20:24:08.2891756Z   SBUILD_SUCCESSFUL: YES
2025-08-20T20:24:08.2891962Z   PUSH_SUCCESSFUL: NO
2025-08-20T20:24:08.2892160Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T20:24:08.2892484Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/fnm/official/fnm-srcbuild-
2025-08-20T20:24:08.2892843Z   UTC_TIME: 2025_08_20T08_24_08_PM
2025-08-20T20:24:08.2893064Z ##[endgroup]
2025-08-20T20:24:08.5101078Z Multiple search paths detected. Calculating the least common ancestor of all paths
2025-08-20T20:24:08.5104817Z The least common ancestor is /tmp. This will be the root directory of the artifact
2025-08-20T20:24:08.5105574Z With the provided path, there will be 2 files uploaded
2025-08-20T20:24:08.6489009Z Artifact name is valid!
2025-08-20T20:24:08.6490610Z Root directory input is valid!
2025-08-20T20:24:08.7282860Z Beginning upload of artifact content to blob storage
2025-08-20T20:24:09.0080066Z Uploaded bytes 373200
2025-08-20T20:24:09.0502122Z Finished uploading artifact content to blob storage!
2025-08-20T20:24:09.0505448Z SHA256 digest of uploaded artifact zip is 42cb7c027a5bb5c85c262448175e51a74565408602f5eb81da5e4bc6339edf90
2025-08-20T20:24:09.0506288Z Finalizing artifact upload
2025-08-20T20:24:09.1371698Z Artifact Bincache_fnm_x86_64-Linux.zip successfully finalized. Artifact ID 3812873351
2025-08-20T20:24:09.1373055Z Artifact Bincache_fnm_x86_64-Linux has been successfully uploaded! Final size is 373200 bytes. Artifact ID is 3812873351
2025-08-20T20:24:09.1380085Z Artifact download URL: https://github.com/pkgforge/bincache/actions/runs/17107764912/artifacts/3812873351
2025-08-20T20:24:09.1528557Z ##[group]Run actions/attest-build-provenance@v2.4.0
2025-08-20T20:24:09.1528900Z with:
2025-08-20T20:24:09.1529092Z   subject-name: fnm--
2025-08-20T20:24:09.1529826Z   subject-path: "/tmp/BUILD.log"
"/tmp/BUILD_ARTIFACTS.zstd"
/tmp/pkgforge/aLoCeaT_1Pv2LfErN_build.yaml/SBUILD_OUTDIR/**
!/tmp/pkgforge/aLoCeaT_1Pv2LfErN_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/**

2025-08-20T20:24:09.1530578Z   show-summary: true
2025-08-20T20:24:09.1530793Z   push-to-registry: false
2025-08-20T20:24:09.1531166Z   github-token: ***
2025-08-20T20:24:09.1531369Z env:
2025-08-20T20:24:09.1531543Z   CROSS_COMPILING: NO
2025-08-20T20:24:09.1531761Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T20:24:09.1531990Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T20:24:09.1532207Z   ON_QEMU: NO
2025-08-20T20:24:09.1532387Z   DEBUG: 0
2025-08-20T20:24:09.1532761Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T20:24:09.1532993Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T20:24:09.1533301Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/fnm/official
2025-08-20T20:24:09.1533815Z   KEEP_LOGS: YES
2025-08-20T20:24:09.1534064Z   GITHUB_TEST_BUILD: YES
2025-08-20T20:24:09.1534283Z   PKG_FAMILY_LOCAL: fnm
2025-08-20T20:24:09.1534580Z   SBUILD_REBUILD: false
2025-08-20T20:24:09.1535384Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/fnm/static.official.stable.yaml
2025-08-20T20:24:09.1535963Z   BUILD_SYS: host://soar-dl
2025-08-20T20:24:09.1536187Z   BUILD_ON_HOST: TRUE
2025-08-20T20:24:09.1536393Z   BUILD_SYSTEM: HOST
2025-08-20T20:24:09.1536599Z   SYSTMP: /tmp
2025-08-20T20:24:09.1536784Z   GHA_MODE: MATRIX
2025-08-20T20:24:09.1537239Z   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:24:09.1537763Z   INPUT_SBUILD: /tmp/pkgforge/1Pv2LfErN_build.yaml
2025-08-20T20:24:09.1538103Z   BUILD_DIR: /tmp/pkgforge/aLoCeaT_1Pv2LfErN_build.yaml
2025-08-20T20:24:09.1538503Z   SBUILD_OUTDIR: /tmp/pkgforge/aLoCeaT_1Pv2LfErN_build.yaml/SBUILD_OUTDIR
2025-08-20T20:24:09.1539004Z   SBUILD_TMPDIR: /tmp/pkgforge/aLoCeaT_1Pv2LfErN_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T20:24:09.1539394Z   PKG_TYPE: static
2025-08-20T20:24:09.1539592Z   SBUILD_SUCCESSFUL: YES
2025-08-20T20:24:09.1539806Z   PUSH_SUCCESSFUL: NO
2025-08-20T20:24:09.1540016Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T20:24:09.1540355Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/fnm/official/fnm-srcbuild-
2025-08-20T20:24:09.1540728Z   UTC_TIME: 2025_08_20T08_24_08_PM
2025-08-20T20:24:09.1540967Z ##[endgroup]
2025-08-20T20:24:09.1610993Z ##[group]Run actions/attest-build-provenance/predicate@1176ef556905f349f669722abf30bce1a6e16e01
2025-08-20T20:24:09.1611441Z env:
2025-08-20T20:24:09.1611624Z   CROSS_COMPILING: NO
2025-08-20T20:24:09.1611842Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T20:24:09.1612081Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T20:24:09.1612302Z   ON_QEMU: NO
2025-08-20T20:24:09.1612480Z   DEBUG: 0
2025-08-20T20:24:09.1612668Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T20:24:09.1612899Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T20:24:09.1613181Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/fnm/official
2025-08-20T20:24:09.1613480Z   KEEP_LOGS: YES
2025-08-20T20:24:09.1613869Z   GITHUB_TEST_BUILD: YES
2025-08-20T20:24:09.1614087Z   PKG_FAMILY_LOCAL: fnm
2025-08-20T20:24:09.1614294Z   SBUILD_REBUILD: false
2025-08-20T20:24:09.1614831Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/fnm/static.official.stable.yaml
2025-08-20T20:24:09.1615415Z   BUILD_SYS: host://soar-dl
2025-08-20T20:24:09.1615636Z   BUILD_ON_HOST: TRUE
2025-08-20T20:24:09.1615832Z   BUILD_SYSTEM: HOST
2025-08-20T20:24:09.1616029Z   SYSTMP: /tmp
2025-08-20T20:24:09.1616212Z   GHA_MODE: MATRIX
2025-08-20T20:24:09.1616656Z   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:24:09.1617187Z   INPUT_SBUILD: /tmp/pkgforge/1Pv2LfErN_build.yaml
2025-08-20T20:24:09.1617700Z   BUILD_DIR: /tmp/pkgforge/aLoCeaT_1Pv2LfErN_build.yaml
2025-08-20T20:24:09.1618107Z   SBUILD_OUTDIR: /tmp/pkgforge/aLoCeaT_1Pv2LfErN_build.yaml/SBUILD_OUTDIR
2025-08-20T20:24:09.1618604Z   SBUILD_TMPDIR: /tmp/pkgforge/aLoCeaT_1Pv2LfErN_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T20:24:09.1618998Z   PKG_TYPE: static
2025-08-20T20:24:09.1619196Z   SBUILD_SUCCESSFUL: YES
2025-08-20T20:24:09.1619407Z   PUSH_SUCCESSFUL: NO
2025-08-20T20:24:09.1619616Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T20:24:09.1619950Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/fnm/official/fnm-srcbuild-
2025-08-20T20:24:09.1620326Z   UTC_TIME: 2025_08_20T08_24_08_PM
2025-08-20T20:24:09.1620556Z ##[endgroup]
2025-08-20T20:24:09.6490554Z ##[group]Run actions/attest@ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc
2025-08-20T20:24:09.6490911Z with:
2025-08-20T20:24:09.6491795Z   subject-path: "/tmp/BUILD.log"
"/tmp/BUILD_ARTIFACTS.zstd"
/tmp/pkgforge/aLoCeaT_1Pv2LfErN_build.yaml/SBUILD_OUTDIR/**
!/tmp/pkgforge/aLoCeaT_1Pv2LfErN_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/**

2025-08-20T20:24:09.6492544Z   subject-name: fnm--
2025-08-20T20:24:09.6492826Z   predicate-type: https://slsa.dev/provenance/v1
2025-08-20T20:24:09.6495761Z   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/17107764912/attempts/1"}}}
2025-08-20T20:24:09.6498428Z   push-to-registry: false
2025-08-20T20:24:09.6498656Z   show-summary: true
2025-08-20T20:24:09.6499052Z   github-token: ***
2025-08-20T20:24:09.6499258Z env:
2025-08-20T20:24:09.6499439Z   CROSS_COMPILING: NO
2025-08-20T20:24:09.6499657Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T20:24:09.6499897Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T20:24:09.6500118Z   ON_QEMU: NO
2025-08-20T20:24:09.6500299Z   DEBUG: 0
2025-08-20T20:24:09.6500487Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T20:24:09.6500725Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T20:24:09.6501008Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/fnm/official
2025-08-20T20:24:09.6501306Z   KEEP_LOGS: YES
2025-08-20T20:24:09.6501505Z   GITHUB_TEST_BUILD: YES
2025-08-20T20:24:09.6501727Z   PKG_FAMILY_LOCAL: fnm
2025-08-20T20:24:09.6501937Z   SBUILD_REBUILD: false
2025-08-20T20:24:09.6502477Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/fnm/static.official.stable.yaml
2025-08-20T20:24:09.6503940Z   BUILD_SYS: host://soar-dl
2025-08-20T20:24:09.6504176Z   BUILD_ON_HOST: TRUE
2025-08-20T20:24:09.6504382Z   BUILD_SYSTEM: HOST
2025-08-20T20:24:09.6504583Z   SYSTMP: /tmp
2025-08-20T20:24:09.6504771Z   GHA_MODE: MATRIX
2025-08-20T20:24:09.6505228Z   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:24:09.6505758Z   INPUT_SBUILD: /tmp/pkgforge/1Pv2LfErN_build.yaml
2025-08-20T20:24:09.6506094Z   BUILD_DIR: /tmp/pkgforge/aLoCeaT_1Pv2LfErN_build.yaml
2025-08-20T20:24:09.6506500Z   SBUILD_OUTDIR: /tmp/pkgforge/aLoCeaT_1Pv2LfErN_build.yaml/SBUILD_OUTDIR
2025-08-20T20:24:09.6507002Z   SBUILD_TMPDIR: /tmp/pkgforge/aLoCeaT_1Pv2LfErN_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T20:24:09.6507399Z   PKG_TYPE: static
2025-08-20T20:24:09.6507610Z   SBUILD_SUCCESSFUL: YES
2025-08-20T20:24:09.6507832Z   PUSH_SUCCESSFUL: NO
2025-08-20T20:24:09.6508047Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T20:24:09.6508563Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/fnm/official/fnm-srcbuild-
2025-08-20T20:24:09.6508956Z   UTC_TIME: 2025_08_20T08_24_08_PM
2025-08-20T20:24:09.6509193Z ##[endgroup]
2025-08-20T20:24:10.8593556Z Attestation created for 12 subjects
2025-08-20T20:24:10.8598218Z ##[group][36mAttestation signed using certificate from Public Good Sigstore instance[39m
2025-08-20T20:24:10.8600954Z -----BEGIN CERTIFICATE-----
2025-08-20T20:24:10.8601637Z MIIG7TCCBnSgAwIBAgIUdmYewnTfFlz5KyV+CLgxMnimSIcwCgYIKoZIzj0EAwMw
2025-08-20T20:24:10.8602588Z NzEVMBMGA1UEChMMc2lnc3RvcmUuZGV2MR4wHAYDVQQDExVzaWdzdG9yZS1pbnRl
2025-08-20T20:24:10.8603544Z cm1lZGlhdGUwHhcNMjUwODIwMjAyNDEwWhcNMjUwODIwMjAzNDEwWjAAMFkwEwYH
2025-08-20T20:24:10.8604652Z KoZIzj0CAQYIKoZIzj0DAQcDQgAEd0pt8dQd/CwQBlkpCscRQWKw8rRhsFVE0riE
2025-08-20T20:24:10.8605509Z 3HHAZN8BlS916F3mDNT2f0iKgRdDTnBjqdsDNTYgb0zEt5diWKOCBZMwggWPMA4G
2025-08-20T20:24:10.8606733Z A1UdDwEB/wQEAwIHgDATBgNVHSUEDDAKBggrBgEFBQcDAzAdBgNVHQ4EFgQUI3ma
2025-08-20T20:24:10.8607678Z vKMDIAMG0Q61AmuZuBsd4kUwHwYDVR0jBBgwFoAU39Ppz1YkEZb5qNjpKFWixi4Y
2025-08-20T20:24:10.8608566Z ZD8wZwYDVR0RAQH/BF0wW4ZZaHR0cHM6Ly9naXRodWIuY29tL3BrZ2ZvcmdlL2Jp
2025-08-20T20:24:10.8609439Z bmNhY2hlLy5naXRodWIvd29ya2Zsb3dzL21hdHJpeF9idWlsZHMueWFtbEByZWZz
2025-08-20T20:24:10.8610369Z L2hlYWRzL21haW4wOQYKKwYBBAGDvzABAQQraHR0cHM6Ly90b2tlbi5hY3Rpb25z
2025-08-20T20:24:10.8611277Z LmdpdGh1YnVzZXJjb250ZW50LmNvbTAfBgorBgEEAYO/MAECBBF3b3JrZmxvd19k
2025-08-20T20:24:10.8612152Z aXNwYXRjaDA2BgorBgEEAYO/MAEDBCgzMzhhM2JhZTFiYWIwNWFiYTBhZDRiZmU1
2025-08-20T20:24:10.8613067Z NTgwZDgyZWVhYjNmMjFkMDAGCisGAQQBg78wAQQEIvCfp7Dwn5ug77iPIEJ1aWxk
2025-08-20T20:24:10.8614176Z IFBhY2thZ2Ug8J+TpvCfk4AwHwYKKwYBBAGDvzABBQQRcGtnZm9yZ2UvYmluY2Fj
2025-08-20T20:24:10.8615113Z aGUwHQYKKwYBBAGDvzABBgQPcmVmcy9oZWFkcy9tYWluMDsGCisGAQQBg78wAQgE
2025-08-20T20:24:10.8616055Z LQwraHR0cHM6Ly90b2tlbi5hY3Rpb25zLmdpdGh1YnVzZXJjb250ZW50LmNvbTBp
2025-08-20T20:24:10.8616967Z BgorBgEEAYO/MAEJBFsMWWh0dHBzOi8vZ2l0aHViLmNvbS9wa2dmb3JnZS9iaW5j
2025-08-20T20:24:10.8617837Z YWNoZS8uZ2l0aHViL3dvcmtmbG93cy9tYXRyaXhfYnVpbGRzLnlhbWxAcmVmcy9o
2025-08-20T20:24:10.8618728Z ZWFkcy9tYWluMDgGCisGAQQBg78wAQoEKgwoMzM4YTNiYWUxYmFiMDVhYmEwYWQ0
2025-08-20T20:24:10.8619614Z YmZlNTU4MGQ4MmVlYWIzZjIxZDAdBgorBgEEAYO/MAELBA8MDWdpdGh1Yi1ob3N0
2025-08-20T20:24:10.8620522Z ZWQwNAYKKwYBBAGDvzABDAQmDCRodHRwczovL2dpdGh1Yi5jb20vcGtnZm9yZ2Uv
2025-08-20T20:24:10.8621499Z YmluY2FjaGUwOAYKKwYBBAGDvzABDQQqDCgzMzhhM2JhZTFiYWIwNWFiYTBhZDRi
2025-08-20T20:24:10.8622435Z ZmU1NTgwZDgyZWVhYjNmMjFkMB8GCisGAQQBg78wAQ4EEQwPcmVmcy9oZWFkcy9t
2025-08-20T20:24:10.8623364Z YWluMBkGCisGAQQBg78wAQ8ECwwJODgzNjU1MjMwMCsGCisGAQQBg78wARAEHQwb
2025-08-20T20:24:10.8624453Z aHR0cHM6Ly9naXRodWIuY29tL3BrZ2ZvcmdlMBkGCisGAQQBg78wAREECwwJMTg3
2025-08-20T20:24:10.8625376Z Mjc1MzQzMGkGCisGAQQBg78wARIEWwxZaHR0cHM6Ly9naXRodWIuY29tL3BrZ2Zv
2025-08-20T20:24:10.8626299Z cmdlL2JpbmNhY2hlLy5naXRodWIvd29ya2Zsb3dzL21hdHJpeF9idWlsZHMueWFt
2025-08-20T20:24:10.8627238Z bEByZWZzL2hlYWRzL21haW4wOAYKKwYBBAGDvzABEwQqDCgzMzhhM2JhZTFiYWIw
2025-08-20T20:24:10.8628183Z NWFiYTBhZDRiZmU1NTgwZDgyZWVhYjNmMjFkMCEGCisGAQQBg78wARQEEwwRd29y
2025-08-20T20:24:10.8629101Z a2Zsb3dfZGlzcGF0Y2gwWAYKKwYBBAGDvzABFQRKDEhodHRwczovL2dpdGh1Yi5j
2025-08-20T20:24:10.8630017Z b20vcGtnZm9yZ2UvYmluY2FjaGUvYWN0aW9ucy9ydW5zLzE3MTA3NzY0OTEyL2F0
2025-08-20T20:24:10.8630952Z dGVtcHRzLzEwFgYKKwYBBAGDvzABFgQIDAZwdWJsaWMwgYkGCisGAQQB1nkCBAIE
2025-08-20T20:24:10.8631903Z ewR5AHcAdQDdPTBqxscRMmMZHhyZZzcCokpeuN48rf+HinKALynujgAAAZjJJ0KD
2025-08-20T20:24:10.8632855Z AAAEAwBGMEQCIDV9EcgZaRqUUCtXzpJh7kuWtYkgx+6Ir5CBWJQrA2a+AiB78pVE
2025-08-20T20:24:10.8633915Z 2w+/Vj7c/QC1iah2l8idwYo+7vyvdeYQHWaX1zAKBggqhkjOPQQDAwNnADBkAjB1
2025-08-20T20:24:10.8634828Z GEsLxqpsrNwPyUeUMFzyT7i0HJdE436s2dud5l5lRdBvcg7A+vsLO8q5m7rC6s0C
2025-08-20T20:24:10.8635717Z MGRG7+Wg1yb0Qw8Nqlweok/EX4UYDzBWtcMtu4v6SSSj1lmJPN2Sx6TLYhxmh39O
2025-08-20T20:24:10.8636340Z sg==
2025-08-20T20:24:10.8636651Z -----END CERTIFICATE-----
2025-08-20T20:24:10.8636913Z 
2025-08-20T20:24:10.8637480Z ##[endgroup]
2025-08-20T20:24:10.8638374Z [36mAttestation signature uploaded to Rekor transparency log[39m
2025-08-20T20:24:10.8639109Z https://search.sigstore.dev?logIndex=414270956
2025-08-20T20:24:10.8639739Z [36mAttestation uploaded to repository[39m
2025-08-20T20:24:10.8640343Z https://github.com/pkgforge/bincache/attestations/9871934
2025-08-20T20:24:10.9433833Z ##[group]Run ##Presets
2025-08-20T20:24:10.9434131Z [36;1m##Presets[0m
2025-08-20T20:24:10.9434343Z [36;1mset +x ; set +e[0m
2025-08-20T20:24:10.9434557Z [36;1m#-------------#[0m
2025-08-20T20:24:10.9434761Z [36;1m##Debug?[0m
2025-08-20T20:24:10.9435011Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T20:24:10.9435311Z [36;1m  set -x[0m
2025-08-20T20:24:10.9435507Z [36;1mfi[0m
2025-08-20T20:24:10.9435690Z [36;1m#-------------#[0m
2025-08-20T20:24:10.9436005Z [36;1mif [[ "${GHA_BUILD_FAILED}" == "YES" || "${SBUILD_SUCCESSFUL}" == "NO" ]]; then[0m
2025-08-20T20:24:10.9436709Z [36;1m  echo -e "\n[-] FATAL: Failed to Successfully Build ghcr.io/pkgforge/bincache/fnm/official"[0m
2025-08-20T20:24:10.9437122Z [36;1m exit 1[0m
2025-08-20T20:24:10.9437307Z [36;1mfi[0m
2025-08-20T20:24:10.9485621Z shell: /usr/bin/bash -e {0}
2025-08-20T20:24:10.9485853Z env:
2025-08-20T20:24:10.9486035Z   CROSS_COMPILING: NO
2025-08-20T20:24:10.9486286Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T20:24:10.9486586Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T20:24:10.9486808Z   ON_QEMU: NO
2025-08-20T20:24:10.9486986Z   DEBUG: 0
2025-08-20T20:24:10.9487166Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T20:24:10.9487393Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T20:24:10.9487681Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/fnm/official
2025-08-20T20:24:10.9487976Z   KEEP_LOGS: YES
2025-08-20T20:24:10.9488170Z   GITHUB_TEST_BUILD: YES
2025-08-20T20:24:10.9488384Z   PKG_FAMILY_LOCAL: fnm
2025-08-20T20:24:10.9488588Z   SBUILD_REBUILD: false
2025-08-20T20:24:10.9489125Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/fnm/static.official.stable.yaml
2025-08-20T20:24:10.9489697Z   BUILD_SYS: host://soar-dl
2025-08-20T20:24:10.9489922Z   BUILD_ON_HOST: TRUE
2025-08-20T20:24:10.9490127Z   BUILD_SYSTEM: HOST
2025-08-20T20:24:10.9490323Z   SYSTMP: /tmp
2025-08-20T20:24:10.9490508Z   GHA_MODE: MATRIX
2025-08-20T20:24:10.9490953Z   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:24:10.9491488Z   INPUT_SBUILD: /tmp/pkgforge/1Pv2LfErN_build.yaml
2025-08-20T20:24:10.9491823Z   BUILD_DIR: /tmp/pkgforge/aLoCeaT_1Pv2LfErN_build.yaml
2025-08-20T20:24:10.9492241Z   SBUILD_OUTDIR: /tmp/pkgforge/aLoCeaT_1Pv2LfErN_build.yaml/SBUILD_OUTDIR
2025-08-20T20:24:10.9492744Z   SBUILD_TMPDIR: /tmp/pkgforge/aLoCeaT_1Pv2LfErN_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T20:24:10.9493137Z   PKG_TYPE: static
2025-08-20T20:24:10.9493338Z   SBUILD_SUCCESSFUL: YES
2025-08-20T20:24:10.9493553Z   PUSH_SUCCESSFUL: NO
2025-08-20T20:24:10.9493870Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T20:24:10.9494208Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/fnm/official/fnm-srcbuild-
2025-08-20T20:24:10.9494584Z   UTC_TIME: 2025_08_20T08_24_08_PM
2025-08-20T20:24:10.9494817Z ##[endgroup]
2025-08-20T20:24:10.9581682Z ##[group]Run ##Presets
2025-08-20T20:24:10.9581937Z [36;1m##Presets[0m
2025-08-20T20:24:10.9582140Z [36;1mset +x ; set +e[0m
2025-08-20T20:24:10.9582356Z [36;1m#-------------#[0m
2025-08-20T20:24:10.9582567Z [36;1m##Debug?[0m
2025-08-20T20:24:10.9582821Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T20:24:10.9583127Z [36;1m  set -x[0m
2025-08-20T20:24:10.9583319Z [36;1mfi[0m
2025-08-20T20:24:10.9583505Z [36;1m#-------------#[0m
2025-08-20T20:24:10.9584049Z [36;1mif [[ "${PUSH_SUCCESSFUL}" == "NO" ]]; then[0m
2025-08-20T20:24:10.9584515Z [36;1m  echo -e "\n[-] FATAL: Failed to Successfully Push ==> ghcr.io/pkgforge/bincache/fnm/official"[0m
2025-08-20T20:24:10.9584943Z [36;1m exit 1[0m
2025-08-20T20:24:10.9585128Z [36;1mfi[0m
2025-08-20T20:24:10.9628253Z shell: /usr/bin/bash -e {0}
2025-08-20T20:24:10.9628489Z env:
2025-08-20T20:24:10.9628671Z   CROSS_COMPILING: NO
2025-08-20T20:24:10.9628895Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T20:24:10.9629163Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T20:24:10.9629387Z   ON_QEMU: NO
2025-08-20T20:24:10.9629565Z   DEBUG: 0
2025-08-20T20:24:10.9629747Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T20:24:10.9629973Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T20:24:10.9630252Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/fnm/official
2025-08-20T20:24:10.9630561Z   KEEP_LOGS: YES
2025-08-20T20:24:10.9630759Z   GITHUB_TEST_BUILD: YES
2025-08-20T20:24:10.9630974Z   PKG_FAMILY_LOCAL: fnm
2025-08-20T20:24:10.9631177Z   SBUILD_REBUILD: false
2025-08-20T20:24:10.9631718Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/fnm/static.official.stable.yaml
2025-08-20T20:24:10.9632464Z   BUILD_SYS: host://soar-dl
2025-08-20T20:24:10.9632689Z   BUILD_ON_HOST: TRUE
2025-08-20T20:24:10.9632887Z   BUILD_SYSTEM: HOST
2025-08-20T20:24:10.9633089Z   SYSTMP: /tmp
2025-08-20T20:24:10.9633272Z   GHA_MODE: MATRIX
2025-08-20T20:24:10.9633908Z   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:24:10.9634451Z   INPUT_SBUILD: /tmp/pkgforge/1Pv2LfErN_build.yaml
2025-08-20T20:24:10.9634782Z   BUILD_DIR: /tmp/pkgforge/aLoCeaT_1Pv2LfErN_build.yaml
2025-08-20T20:24:10.9635176Z   SBUILD_OUTDIR: /tmp/pkgforge/aLoCeaT_1Pv2LfErN_build.yaml/SBUILD_OUTDIR
2025-08-20T20:24:10.9635673Z   SBUILD_TMPDIR: /tmp/pkgforge/aLoCeaT_1Pv2LfErN_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T20:24:10.9636064Z   PKG_TYPE: static
2025-08-20T20:24:10.9636262Z   SBUILD_SUCCESSFUL: YES
2025-08-20T20:24:10.9636475Z   PUSH_SUCCESSFUL: NO
2025-08-20T20:24:10.9636685Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T20:24:10.9637037Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/fnm/official/fnm-srcbuild-
2025-08-20T20:24:10.9637414Z   UTC_TIME: 2025_08_20T08_24_08_PM
2025-08-20T20:24:10.9637651Z ##[endgroup]
2025-08-20T20:24:10.9699933Z 
2025-08-20T20:24:10.9700287Z [-] FATAL: Failed to Successfully Push ==> ghcr.io/pkgforge/bincache/fnm/official
2025-08-20T20:24:10.9712183Z ##[error]Process completed with exit code 1.
2025-08-20T20:24:10.9751409Z ##[group]Run ##Presets
2025-08-20T20:24:10.9751679Z [36;1m##Presets[0m
2025-08-20T20:24:10.9751887Z [36;1mset +x ; set +e[0m
2025-08-20T20:24:10.9752104Z [36;1m#-------------#[0m
2025-08-20T20:24:10.9752312Z [36;1m##Debug?[0m
2025-08-20T20:24:10.9752560Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T20:24:10.9752862Z [36;1m  set -x[0m
2025-08-20T20:24:10.9753055Z [36;1mfi[0m
2025-08-20T20:24:10.9753241Z [36;1m#-------------#[0m
2025-08-20T20:24:10.9753830Z [36;1m[[ -f "/tmp/GHA_CI_STATUS" && -w "/tmp/GHA_CI_STATUS" ]] && echo "" > "/tmp/GHA_CI_STATUS"[0m
2025-08-20T20:24:10.9754268Z [36;1mif [[ -d "/tmp" && -w "/tmp" ]]; then[0m
2025-08-20T20:24:10.9754596Z [36;1m  echo "EXITED" | tee "/tmp/GHA_CI_STATUS"[0m
2025-08-20T20:24:10.9754876Z [36;1mfi[0m
2025-08-20T20:24:10.9800442Z shell: /usr/bin/bash -e {0}
2025-08-20T20:24:10.9800679Z env:
2025-08-20T20:24:10.9800861Z   CROSS_COMPILING: NO
2025-08-20T20:24:10.9801120Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T20:24:10.9801357Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T20:24:10.9801581Z   ON_QEMU: NO
2025-08-20T20:24:10.9801761Z   DEBUG: 0
2025-08-20T20:24:10.9801944Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T20:24:10.9802174Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T20:24:10.9802458Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/fnm/official
2025-08-20T20:24:10.9802759Z   KEEP_LOGS: YES
2025-08-20T20:24:10.9802954Z   GITHUB_TEST_BUILD: YES
2025-08-20T20:24:10.9803168Z   PKG_FAMILY_LOCAL: fnm
2025-08-20T20:24:10.9803379Z   SBUILD_REBUILD: false
2025-08-20T20:24:10.9804094Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/fnm/static.official.stable.yaml
2025-08-20T20:24:10.9804695Z   BUILD_SYS: host://soar-dl
2025-08-20T20:24:10.9804924Z   BUILD_ON_HOST: TRUE
2025-08-20T20:24:10.9805130Z   BUILD_SYSTEM: HOST
2025-08-20T20:24:10.9805325Z   SYSTMP: /tmp
2025-08-20T20:24:10.9805509Z   GHA_MODE: MATRIX
2025-08-20T20:24:10.9805966Z   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:24:10.9806492Z   INPUT_SBUILD: /tmp/pkgforge/1Pv2LfErN_build.yaml
2025-08-20T20:24:10.9806826Z   BUILD_DIR: /tmp/pkgforge/aLoCeaT_1Pv2LfErN_build.yaml
2025-08-20T20:24:10.9807226Z   SBUILD_OUTDIR: /tmp/pkgforge/aLoCeaT_1Pv2LfErN_build.yaml/SBUILD_OUTDIR
2025-08-20T20:24:10.9807724Z   SBUILD_TMPDIR: /tmp/pkgforge/aLoCeaT_1Pv2LfErN_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T20:24:10.9808114Z   PKG_TYPE: static
2025-08-20T20:24:10.9808484Z   SBUILD_SUCCESSFUL: YES
2025-08-20T20:24:10.9808697Z   PUSH_SUCCESSFUL: NO
2025-08-20T20:24:10.9808901Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T20:24:10.9809239Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/fnm/official/fnm-srcbuild-
2025-08-20T20:24:10.9809610Z   UTC_TIME: 2025_08_20T08_24_08_PM
2025-08-20T20:24:10.9809849Z ##[endgroup]
2025-08-20T20:24:10.9885163Z EXITED
2025-08-20T20:24:10.9928611Z Cleaning up orphan processes
